How to stop the freertos scheduler and execute the code from while of main function?
Hi Guys,
I am working on one of the project using STM32H743, where code will update from the UART.
The Application code is based on the FreeRTOS.
So, when I want to update the firmware i need to stop the FreeRTOS scheduler and get back to the while loop of main function.
I had tried with the vTaskEndScheduler() API, but still code is not coming to while loop of main function.
If any one knows please help me to solve this issue.
Any kind of help will be appreciated.
Thank You.
