- I’m using STM32L4R5ZIT6 MCU on RTOS.
- I kept MCU in low power mode using SUPPRESS_TICKS_AND_SLEEP.
- I have enabled the external interrupt before calling Suppress ticks and sleep.
- On the external interrupt, MCU wakeup from sleep mode but it does not starts the threads.
My question,
- Is it possible to wake-up MCU using external interrupt?
- If yes, then what is wrong in my steps?