2018-10-23 11:46 AM
Is it possible to set start a timer (e.g in a function), then enable the StopMode in the whileloop, and when the timer has expired wake up agian?
2018-10-24 03:55 AM
Hi @JLand.15 ,
Could you please precise which STM32 device you're using.
Khouloud.
2018-10-24 06:31 AM
stm32l072
2018-10-24 06:43 AM
that has to be the primary function of the RTC Alarm..
you don't need a VBat pin...
but I never tried it.. :(
2018-10-24 06:43 AM
that has to be the primary function of the RTC Alarm..
you don't need a VBat pin...
but I never tried it.. :(
2018-10-25 07:38 AM
Hi @JLand.15 ,
You can't use the timer peripheral in STOP mode. But, you can use the LPTIMER instead.
Khouloud.