2015-05-26 04:47 AM
Hi
We are using __WFI(); command to enter into sleep mode in STM32F205, the controller will come out of sleep mode if there is any interrupt. Is there any ''command'' with which we can manually come out of sleep mode.Thanks #stm32f205-sleepmode2015-05-26 10:33 AM
It's sleeping, you aren't in a position to send anything, have an exti, ticker or timer interrupt bring you out some point in the future.