RTC Wake Up Interrupt not firing on STM32L0 using LL Low Layer Libraries
Took me a little while to work this one out so though i'd share.My goal was to use the RTC wake up interrupt as the time source to periodically flash a LED. STM32CubeMx Configuration:To configure the RTC, I used the code from the cube L0 firmware ex...