2020-05-04 12:58 AM
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.
2020-05-04 06:43 AM
Use a Timer to generate interrupt, In a ISR, execute your task.