Skip to main content
Explorer II
December 20, 2024
Solved

Using SysTick Timer in Stop Mode 2 on STM32U5

  • December 20, 2024
  • 1 reply
  • 652 views

Hello,

We are using the STM32U5 microcontroller and we want to utilize Stop Mode 2. Can the SysTick timer work in this mode, and can we use the SysTick interrupt to wake up from Stop Mode 2 ?

Thanks!

Best answer by Sarra.S

Hello @mghST125, welcome to ST community,

The systick timer has no wake-up capability in STOP modes, to know which timers/ peripherals can be used to wake up from stop2 mode, you can refer to table 100 "Functionalities depending on the working mode(1) (continued)" in RM0456 .

 

1 reply

Sarra.SBest answer
ST Employee
December 20, 2024

Hello @mghST125, welcome to ST community,

The systick timer has no wake-up capability in STOP modes, to know which timers/ peripherals can be used to wake up from stop2 mode, you can refer to table 100 "Functionalities depending on the working mode(1) (continued)" in RM0456 .

 

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.