Dear all,
In my application main function I am reserving 20 Bytes in Flash(using the pstorage_register(), so I can not manipulate adresses directly) , I store variables in Flash (using pstorage_store()) and then I disconnect the nRF51 SoC from power. How am I sure that if I turn on the nRF51, and I reserve the 20 Bytes again, and then I load values from Flash, I will get the old values stored ?
I wish my question was clear.
Thanks.