Putting STM32F437xG into Standby mode more than once
Posted on November 22, 2017 at 12:46I have some code which puts my STM32F437xG into Standby and wakes it up on RTC. In my test code this works fine: I can go into Standby for, say, 10 seconds (enabling just the battery-backed RAM, flash is off), re...