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

nRF52 S132-v2.0 RAM retention

Hey all,

What I am trying to achieve today is setting RAM retention on nRF52. As it is stated in Product Specification of nRF52, RAMON register is deprecated ans shouldn't be used.

Ok then, I could use RAM[x].POWER(SET/CLR). But how do i use it, if there is no SD api call (there is only RAMON set call)? Or is it ok if I just set it BEFORE enabling SD?

Related