How to make STM32L071 wakeup from standby mode
I try to use standby mode on STM32L071. I slightly modified my code that worked fine on STM32L452RE. I use RTC wakeup and RTC alarms to be sure it will wake up (if RTC wakeup fails, 5 second later is ALARM A then 5 second later ALARM B)Code below. na...