cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL33CC enters DeepStop but does not wake up

SergioSI
Associate II

Hello everyone,

I'm working on a project using the STM32WL33CC1, based on the example provided in the official ST GitHub repository:

https://github.com/STMicroelectronics/STM32CubeWL3https://github.com/STMicroelectronics/STM32CubeWL3/tree/main/Projects/NUCLEO-WL33CC/Examples/PWR/PWR_DEEPSTOP_RTC

 

I’ve implemented the DeepStop (STOP2) low power mode using the same structure as in github example, with the RTC configured to wake the system every 30 seconds. However, I’m encountering the following behavior:

-The MCU successfully enters DeepStop (measured current drops to ~100 µA as expected);

-But it does not wake up, neither from RTC WakeUp nor EXTI;

-On the other hand, the exact same code works correctly in Shutdown mode.

 

What I've verified so far:

-LSE clock is active before entering STOP2;

-RTC WakeUp is configured correctly;

-EXTI and NVIC are properly set.

 

The project includes an external EEPROM, buzzer, Reed Switch with EXTI, LEDs, and Sub-GHz communication (2FSK/OOK).

Has anyone experienced similar issues with STM32WL33CC1 and STOP2 wake-up failures?

Are there any known limitations when using RTC or EXTI wake-up from DeepStop with this MCU?

 

Any advice or insights would be greatly appreciated.

 

Best regards

0 REPLIES 0