cancel
Showing results for 
Search instead for 
Did you mean: 

STM32U585: RTC Wakeup interrupt not waking MCU from STOP2 mode

swapnilnerkar585
Associate

I am using STM32WB55 and entering STOP2 mode for low-power operation.
RTC Wakeup timer is configured, and the interrupt works correctly in RUN mode,
but the MCU does not wake up from STOP2 mode when the RTC wakeup interrupt is expected.

Configuration:
- RTC enabled using LSE
- Wakeup timer configured with WUT
- MX generated code + custom low power entry
- NVIC enabled for RTC Wakeup

Tried:
- Ensured RTC interrupt flag is cleared before entering STOP2
- Enabled DBG and checked if STOP2 entry works
- Checked PWR->WUPEN / PWR_SCR flags

Still, the MCU does not wake when RTC WUT expires.

Any suggestions or known STM32WB55 issues related to STOP2 + RTC Wakeup?

__PRESENT

__PRESENT

2 REPLIES 2
TDK
Super User

Please provide the full part number of your chip.

You've indicated STM32U5xx twice and STM32WB55xx twice.

If you feel a post has answered your question, please click "Accept as Solution".
Gyessine
ST Employee

hello @swapnilnerkar585 
Could you please specify which product you are using? You mentioned two products.
In case you are using an STM32WB55

Here is an example that provides a wake-up from Stop 2 mode using the RTC.
You can base your project on this example to identify any differences to solve your problem 
BR
Gyessine

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.