RTC.wakeup() doesn't work at STM32L476

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

RTC.wakeup() doesn't work at STM32L476

Post by shaoziyang » Mon Apr 24, 2017 10:12 am

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.

ajie_dirgantara
Posts: 81
Joined: Fri Sep 02, 2016 9:26 am

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

Post by ajie_dirgantara » Fri Jun 30, 2017 9:45 am

I am also notice this issue. any news?

User avatar
Guenther78
Posts: 25
Joined: Fri May 19, 2017 11:48 am

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

Post by Guenther78 » Thu Aug 17, 2017 1:52 pm

I have a STM32L496, i will test RTC.wakeup() there. But first I had to build the firmware...

Post Reply