Page 1 of 1

STM32L082 - WakeUp Timer (Periodic)

Posted: Thu Jul 30, 2020 2:43 pm
by Beuzekom
Hi,

I am working with stm32duino using the STM32L082 processor and managed to get alarms up and running.
However I would like to program a periodic timer (WUT) and am looking for some good examples to get up to speed.

Do you have suggestions (codes, links or anything that could help me)?

Thanks a lot

Re: STM32L082 - WakeUp Timer (Periodic)

Posted: Mon Aug 03, 2020 12:00 pm
by fpiSTM
Currently the WUT is not managed by STM32RTC.
Anyway you can try to configure it manually using the HAL/LL API.