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

how to retain RAM data only for block 1

with nrf51 there is 2 blocks (block0 for softdevcie and block1 for user data and stack). I configured the system to retain RAM before going down using sd_power_ramon_set(0x00030003);

unfortunately I cant find sd_power_ramon_set body. now I want to retain RAM only for block 1 (user data)

Related