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

NRF52840 Soft Reset Ram Retention

I am working on putting my NRF52840 to sleep with the RTC running (System ON WFE, not System Off).  

According to the datasheet, I should be able to call a soft reset and keep my RTC count variable in RAM. 

However, when debugging this, my RAM rtc count variable is cleared.

Is this perhaps just a bug in debugging/watching variables?  Do I need a tweak the SES startup call that might be resetting the RAM?

I am calling  NVIC_SystemReset();

to induce a soft reset, is this correct?

Thanks!

IDE: SES

Parents Reply Children
No Data
Related