Question
Disabling FreeRTOS and entering standby mode
Posted on March 07, 2018 at 22:43
I am using STM32L053 and Keil IDE. I have imported FreeRTOS from CubeMX. Is there a way I could disable the FreeRTOS and enter into standby mode? Then, wake up on GPIO signal (external interrupt). And when I wake up, I should be able to start from scratch inside the superloop and be able to start the FreeRTOS again. Any suggestions and inputs is much appreciated.
Thanks,
Harsha