Hello
in order to reach low power mode I use the following :
bsd_shutdown(); // 3.4 ma.
nrf_regulators_system_off(NRF_REGULATORS_NS);
how can I recover from this state?
Hello,
as described here, the only way to wake up the CPU is by reset.
Regards,
Markus
thanks! and if I would like to go to low power mode without issuing reset, how can I accomplish that ?
OK , I read that I can wakeup also by "DETECT": wakeup
does it means that every GPIO that I define as interrupt will wake up the system?
if not please elaborate