2025-07-27 9:08 PM - last edited on 2025-07-28 3:26 AM by Imen.D
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,
2025-08-18 8:07 AM
Hello @pavan1,
The correct sequence is:
Hope that helps!
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.
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.