This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Retaining a value after issuing system reset

Hello.

I want to retain the value of a certain variable after issuing a system reset (sd_nvic_SystemReset). Can this be done without storing it in the flash memory?

The point is I want to completely stop the execution of a certain code (custom radio protocol stuff) and initialize BLE. At the same time I don't want to flood the code with checks whether the user demands to make a switch over to BLE.

Any suggestions? Thank you

Related