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?
thanks, do you have some varified, example that does the following:
1. power off modem (modem idel mode is fine, I just do not want that modem power will reply on settings from cellular opertor)
2. MCU in idel thread
thank you
kamacode said:1. power off modem (modem idel mode is fine, I just do not want that modem power will reply on settings from cellular opertor)
For modem shutdown, we do not have a particular example, but please check the API documentation of the nRF modem library.
kamacode said:2. MCU in idel thread
MCU remains in IDLE thread automatically if all other threads are not in state “Ready” or “Running”. This is part of the Zephyr RTOS implementation.
Regards,
Markus