RTC.wakeup() doesn't work at STM32L476
Posted: Mon Apr 24, 2017 10:12 am
I found RTC wakeup() does not work in STM32L476, wakeup has no effect.
I test it in DISCO-L476 and SensorTile, same code works in PYBV10.
Code: Select all
from pyb import RTC
rtc=RTC()
rtc.wakeup(1000, lambda e:pyb.LED(1).toggle())