2013-03-18 08:29 AM
Has anyone used SLEEPONEXIT around the STM32L1* family to enable it to put the micro to a STOP level and only wake up when there is a timed-based interrupt to happen?
#stm32l1-rtc-sleeponexit2013-03-18 09:29 AM
It's documented to exit STOP via an EXTI source, no clocks or timers are running. An alarm on the RTC running via LSE perhaps?