2024-12-16 10:32 PM
Hi,
I would like to identify the source of the interrupt that caused the MCU to wake up from Standby mode. To do this, I check the RTC_FLAG_WUTF and RTC_FLAG_ALRAF/RTC_FLAG_ALRBF flags after the system wakes up to determine the wake-up source. However, when the system successfully wakes up from Standby mode due to the Wake-up Timer, the RTC_FLAG_WUTF is not set and remains cleared. I also checked the RTC ISR register, where the WUTF bit remains '0'. Does anyone know why this is happening?