Please provide step to resolve this?

Hi,
I have checked the nvs sample u shared
1. with nrf5340dk_nrf5340_cppapu, facing reset after the error
2.with nrf7002dk_nrf5340_cppapu, facing
proj.conf file of nvs sampleCONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_NVS=y
CONFIG_LOG=y
CONFIG_LOG_MODE_IMMEDIATE=y
CONFIG_NVS_LOG_LEVEL_DBG=y
CONFIG_REBOOT=y
CONFIG_MPU_ALLOW_FLASH_WRITE=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
pm_static.yml
Which file are you mentioning? In sample project only sample.yaml file is presented.
Could you open the build/zephyr folder and upload the partitions.yml file thats located there?
Lavanya_Manohar said:1. with nrf5340dk_nrf5340_cppapu, facing reset after the error
The sample is looking for an external flash, AFAIK, which it cannot find since you've stated you don't have one, right?
Lavanya_Manohar said:2.with nrf7002dk_nrf5340_cppapu, facing
This is again caused by the sample looking for an external flash. Did you make any modifications to it to ensure it does not use an external flash?
I'll see if I can look closer into the sample tomorrow, but in the meanwhile please provide me with the partitioning file
Kind regards,
Andreas
build/zephyr folder and upload the partitions.yml
For NVS sample, there is no such yml file in build/zephyr folder.
The sample is looking for an external flash, AFAIK, which it cannot find since you've stated you don't have one, right?
I want for Internal flash.
For internal flash, I have check below link. please check this
I have tried another sample for internal flash write/read/erase, get this from nordic wesite
https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/zephyr/samples/drivers/soc_flash_nrf/README.html
Lavanya_Manohar said:For NVS sample, there is no such yml file in build/zephyr folder.
Thank you for verifying
Lavanya_Manohar said:For internal flash, I have check below link. please check this
Noted,
Unfortunately I need some more time to look closer into this. I will see if I can recreate this on a 5340dk next week.
Kind regards,
Andreas