Hello,
We are working on a project having nRF9160 and STM32 microcontroller. We are using Serial LTE Modem firmware application for nRF9160.
We want to set the nRF9160's application into sleep mode and modem processor into PSM. We thought of following approach -
1. nRF9160 PSM mode is first configured using CPSMS command.
2. After configuring PSM, XSLEEP command (AT#XSLEEP = 2) is sent to configure application processor sleep mode.
3. To wakeup from sleep mode, we use wakeup pin (CONFIG_SLM_WAKEUP_PIN).
Does our approach correct? If no, then guide us how we can achieve PSM with application processor sleep.
Also, does application and modem processor will wakeup using wakeup pin?
Your quick response appreciated.
Thank you.