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

how to wake up from system off without reseting a variable

Hi,

On my ble application, I want to keep after wake up reset the previous value of a variable, I tried using sd_power_ramon_set(0x000f000f) to keep on all ram partitions when in system off mode but it didn't worked. is there any way I can do this using RAM, if not how can I do it using the flash memory

Thank you

Related