STOPMODE on STM32F411 (Using a program called flowcode)
Hi,
I guess this question has been asked over and over, i have tried my best to read what i can to understand sleep mode.
However I am having difficulty as i am not using the HAL library that everyone refers to.
I use a program called Flowcode, basically a graphical interface to write programs.
I have the ability to write in C, but i dont know what code to write to get into stop mode since every example has only the name of the function... "HAL_PWR_EnterSTOPMode"
Can anyone point me to the full function code.
My device will wake on interrupt of A0pin. What must i do within the interrupt? I assume set the system clock? Is that all?
Finally something i am a bit unclear of. When the device comes out of sleep, does the program start from the very beginning?
Thanks
