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?