cancel
Showing results for 
Search instead for 
Did you mean: 

Interrupt when STM32 is in deep sleep mode

LMoha.1
Associate II

Hello, in my Application when i put my stm32 in deep sleep mode, i want to excute a task as an interrupt! is this possible ? if yes how? Thank you.

1 REPLY 1
bspembed
Associate

Use a Timer to generate interrupt, In a ISR, execute your task.