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