Skip to main content
Associate II
February 9, 2024
Solved

STM32U5A Wake-UP from stop mode 3

  • February 9, 2024
  • 2 replies
  • 2424 views

Hello all,

 

I am using the STM32U5A5QJ in a project and I had a question about some of the wake-up modes. I would like the microcontroller to be in stop mode 3 most of the time until it receives an interrupt from a sensor to return to normal mode. The data sheet seems to specify two ways of doing this and I’m wondering which is correct or if both can be used.

 

  1. In Table 9. STM32U5Axxx modes overview it says the wake-up source for stop mode 3 is one of the 24 WKUPx I/O’s.
  2. There is also a section under Extended interrupt/event controller (EXTI) where it says “The EXTI wake-up requests allow the system to be woken up from Stop modes.”

 

They both seem to say that they can be used to wake-up from stop mode, is this correct or should one be used over the other?

 

Thanks for your help,

This topic has been closed for replies.
Best answer by STTwo-32

Helll @bjackson96 and welcome to the ST COMMUNITY :smiling_face_with_smiling_eyes:.

According to the RM0456, you can exit the STOP 3 mode using WKUPx pin edge, RTC/TAMP event/interrupt, NRST pin external reset, IWDG reset, BOR reset. 

Screenshot_2024-02-09-20-45-23-73_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg

Best Regards.

STTwo-32 

2 replies

STTwo-32
STTwo-32Best answer
ST Technical Moderator
February 9, 2024

Helll @bjackson96 and welcome to the ST COMMUNITY :smiling_face_with_smiling_eyes:.

According to the RM0456, you can exit the STOP 3 mode using WKUPx pin edge, RTC/TAMP event/interrupt, NRST pin external reset, IWDG reset, BOR reset. 

Screenshot_2024-02-09-20-45-23-73_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg

Best Regards.

STTwo-32 

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.
Associate II
February 9, 2024

Thank you so much for getting back to me so quickly! 

Thanks for the clarification.