Page 1 of 1

RTC.wakeup() doesn't work at STM32L476

Posted: Mon Apr 24, 2017 10:12 am
by shaoziyang
I found RTC wakeup() does not work in STM32L476, wakeup has no effect.

Code: Select all

from pyb import RTC
rtc=RTC()
rtc.wakeup(1000, lambda e:pyb.LED(1).toggle())
I test it in DISCO-L476 and SensorTile, same code works in PYBV10.

Re: RTC.wakeup() doesn't work at STM32L476

Posted: Fri Jun 30, 2017 9:45 am
by ajie_dirgantara
I am also notice this issue. any news?

Re: RTC.wakeup() doesn't work at STM32L476

Posted: Thu Aug 17, 2017 1:52 pm
by Guenther78
I have a STM32L496, i will test RTC.wakeup() there. But first I had to build the firmware...