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

SoftReset on sd_power_system_off();

For some reason I get a softreset instead of a sleepmode when I call sd_power_system_off();

Device: NRF52832
SDK: 12.2
S132 v 3.0

I do clear all gpiote interrupts before the sleep: nrf_gpiote_event_clear(NRF_GPIOTE_EVENTS_PORT);

Im not in debug mode.

Any idea what could be the reason for this?

Thanks!

Related