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...