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

Data is not retained in memory after power off

Hi,

I am storing data using pstorage module but when i power off my nrf51-dk board, the contents get deleted and not retained in memory. What could be the reason for that?

I am using S130 and SDK11.

PSTORAGE_NUM_OF_PAGES as 2

block_size = 20 block_count = 2

Related