stm32u073 wake from stop mode using RTC alarm
Hi,
I'm trying to get a stm32u073 to wake up from stop mode using an RTC alarm. I previously did the same on a stm32f103 which seemed to work just fine. When trying the same on the stm32u073 the controller either doesn't wake up or wakes up every second depending on which mode is used for the RTC (BCD or binary).
In binary mode the controller wakes up every second not using the set time for the alarm, in bcd mode it doesn't wake up at all.
Is there something that has to be done differently when using the stm32u73? Or does anyone have a working example for waking up the stm32u073 from stop mode using an RTC alarm?
