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

Retaining a few bytes in the nRF51 after a restart from system_off

I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0] is, but oddly enough CC[1] isn't (or is getting clobbered). I'm using the softdev. Am I just getting lucky with CC[0] ? My application doesn't use RTC1, nor does it use the bsp manager if that is an issue.

Related