Skip to main content
SRoop.1
Associate
March 27, 2023
Solved

How do I implement RTC wakeup in STOP2 low power mode using the STM32WLE4C8 MCU?

  • March 27, 2023
  • 3 replies
  • 1350 views

I can make the RTC wakeup work in Standby mode, but not STOP2 mode.

This topic has been closed for replies.
Best answer by Sarra.S

Hello @SRoop.1​ and Welcome to ST Community,

Let's start by which board are you using, which example and environment

Are you using the "PWR_STOP_RTC" example provided by ST

3 replies

Sarra.SBest answer
ST Employee
March 27, 2023

Hello @SRoop.1​ and Welcome to ST Community,

Let's start by which board are you using, which example and environment

Are you using the "PWR_STOP_RTC" example provided by ST

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.
SRoop.1
SRoop.1Author
Associate
March 28, 2023

Hi Sarra.S, thanks for your response.

I managed to try the "PWR_STOP_RTC" example on our custom board and it works.

I have ported the changes to my project and it works. Thank you.