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,
kamacode said:does it means that every GPIO that I define as interrupt will wake up the system?
Yes, exactly! Please find a detailed description on how to configure a GPIO as DETECT here. Zephyr provides a samples as well demonstrating its usage.