Question
how to use sleep mode in stm32f401re with freertos enabled.
I am using lower power mode for my application. When I enable sleep mode in the task it is getting waked once it enters the sleep mode. I want to my application to stay in the sleep mode until the external interrupt occurs.
