Associate III
December 6, 2022
Solved
Unable to wakeup from stop mode with LPTIM
- December 6, 2022
- 9 replies
- 7027 views
Hello,
I have a STM32WLE5JB, and a want to wakeup the chip from sleep mode to have multiple task. (Read a sensor every x sec) externally from the RTC that is tied to the lora TX delay.
So i have the code that include the lora stack without any modifications.
Just setting the LPTIM module (counter mode), enable the IRQ in NVIC tab and setting the clock source : LSE / LSI ( multiple tries ).
But the chip is unable to wakeup with the callback function. (Tested with a LED).
With the low power disabled the LPTIM work as intended.
Below the zip containing the project.
Thanks
