RTC timed wakeup from STANDBY v STOP0
Hello,
I ran the STM32CubeU5\Projects\NUCLEO-U575ZI-Q\Examples_LL\RTC\RTC_ExitStandbyWithWakeUpTimer_Init application, which worked as described in its README.md. After changing the low power mode from STANDBY to STOP0, the RTC interrupt no longer fired and so it never transitioned out of STOP0. (I'm aware that since the example uses STANDBY that it actually resets after exiting rather than simply resuming, but this is clearly not getting to that point.)
Is there a simple explanation for this? I have a different HAL-based RTC timed wakeup from STOP0 app that works, and this example is LL-based, but it seems like that shouldn't matter.
