Hello,
I work on an application for STM32429I-EVAL board, my application doesn't use FreeRTOS. I have a screen button to put my application in sleep mode (to reduce consumption). I know how to stop all my device use at low level (UART, USB, ...) and how to go in stop mode.
My question is how to stop the high level application (GUI) properly et how to restart it when i wakeup my application?
Best regard,
Flo.