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?
2025-01-06 06:13 AM
Hi @chai2145 ,
Please consider the following limitation described in STM32L0 errata sheet:
If the problem is still there even after applying the described workaround:
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.