This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf9160 bsd_shutdown recovery

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?

Parents
  • 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

Reply
  • 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

Children
No Data
Related