2021-12-01 05:45 PM
I am new in st's mcu.
I am going to switch my project to STM32L010 (Nucleo-L010RB).
In my project, i need to let mcu going to stop mode and wake up it self every 100ms.
How do i do it?
Is there any code for me to study?
2021-12-01 11:05 PM
I mean setup timer compare interrupt to this period do this job.
2021-12-01 11:09 PM
Some more info here Can't wake from stop mode with low power timer event
2021-12-06 03:29 PM
Thank's for your answer, i will study it.