This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flash storage in nRF52 using nrf connect sdk

Hi,

I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.

I am using nrf52840 DK and also nrf5340 DK to perform these Flash storage

I found the example code in this link

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/reference/storage/nvs/nvs.html?highlight=flash%20storage

and i have tested the code.

I have difficulty to change the data storage address. where we need to change the starting address. size of flash storage. If i use DFU how to assign the flash storage

Related