Skip to main content
Visitor II
April 10, 2026
Solved

STM32WB07CC: unable to obtain the wakeup source.

  • April 10, 2026
  • 1 reply
  • 267 views

Hello, everyone,
I am currently working on a project using STM32WB07CC. During the design of low power consumption, I found that when waking up the MCU from the deepstop mode through the wakeup pin, it is impossible to obtain the wakeup source by accessing PWRC->SR1&SR3. However, when waking up through the RTC, it is possible to obtain the source. After referring to the demo provided by ST, I also discovered the same issue.
I hope everyone can help me solve this problem.

thank.ScreenShot_2026-04-11_023417_874.pngScreenShot_2026-04-11_023535_435.png

Best answer by Imen.D

Hello @xxyyhhmm ,

Check the GPIO configuration and verify that the wakeup flags are being checked and cleared correctly.

I recommend you follow these articles :

1 reply

Imen.DBest answer
ST Technical Moderator
April 14, 2026

Hello @xxyyhhmm ,

Check the GPIO configuration and verify that the wakeup flags are being checked and cleared correctly.

I recommend you follow these articles :

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks