STM32WB55: RTC wakeup interrupt not waking MCU from STOP2 mode
I am trying to configure the RTC wakeup functionality to wake the system from STOP2 mode every 60s. I am using the 1 Hz ck_spre clock and setting the WUTR register to 60 using the HAL api HAL_RTCEx_SetWakeUpTimer_IT(&hrtc, 60, RTC_WAKEUPCLOCK_CK_SPR...