2025-07-27 9:08 PM
Hi,
I'm facing an issue with waking the STM32WL55JC1 from Standby mode using RTC Alarm A.
Using LSE as RTC clock source
RTC and Alarm A are initialized correctly
Alarm A interrupt works when not entering standby
Wake-up via RTC Wakeup Timer works fine (standby + timer = success)
When I:
Clear RTC time and date
Set Alarm A to trigger a few seconds ahead
Enter Standby mode
Wait for wake-up
→ The system does not wake up from Alarm A.
However, if I skip Standby mode, Alarm A fires the interrupt as expected.
RTC Alarm A interrupt is configured and enabled.
EXTI and NVIC settings are correct.
I suspect the Alarm A wakeup source isn’t properly enabled or EXTI line isn’t configured before entering standby.
Could you confirm the correct sequence or any missing configuration required for:
Enabling Alarm A as a wakeup source from standby
Ensuring EXTI line 17 is correctly set before standby
Let me know if additional register dumps or code snippets are needed.
Thanks,