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

With J-link Rtt viewer is opened my app working fine, but without that ram retention values are gone

Hi,

I am retaining a buffer for checking whether it is happening the first time after power on or not.

for the first time, I am keeping predefined values(2 for check initialization, remaining for state maintenance after the system off.

with RTT viewer being opened the values being retained and my app working fine.

but without RTT viewer being opened, the application initializing again and again as it came from power reset.

can anybody point out how to debug this? 

SDK used 17 for NRF52810 custom Board.

Related