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

Flash Address change issue in 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

I have checked this and print the info value

but I tried to change the value but it not write the given address

/cfs-file/__key/communityserver-discussions-components-files/4/6646.pastedimage1622046017015v1.png

/cfs-file/__key/communityserver-discussions-components-files/4/0383.pastedimage1622046034387v2.png

Did i need to change any thing ?

Related