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

sd_power_ram_power_set() caused "NRF_BREAKPOINT_COND;"

Hi, in my project, the following codes caused "NRF_BREAKPOINT_COND":

sd_power_ram_power_set(4,(POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos) |
(POWER_RAM_POWER_S1POWER_On << POWER_RAM_POWER_S1POWER_Pos) |
(POWER_RAM_POWER_S0RETENTION_On << POWER_RAM_POWER_S0RETENTION_Pos) |
(POWER_RAM_POWER_S1RETENTION_On << POWER_RAM_POWER_S1RETENTION_Pos));

softdevice is enabled.

Is there something wrong?

Related