In my product, the nRF52810 module is kept in system ON sleep mode until a user intervention is executed, upon which the module wakes up. But while in sleep mode the app_timer
interrupt updates a software RTC in the RAM. When the wake up key interrupt is processed, the RAM gets re-initialized.
I want to enable RAM retention for one small area of RAM where I store the RTC value, so that this value is never lost during reset time RAM initialization.
I checked the literature for setting up RAM retention, but could not find a suitable and clear explanation. Can you please share the proper description for the nRF52810.?
Regards
Chary BS