How to end and start FreeRTOS on STM32L4S5

Hi,

I have to end and restart the scheduler on freeRTOS.
After some researches, I found this API "vTaskEndScheduler() " that do exactly what I want but this not implemented for MCU port.

do you offer an alternative solution?
Best Regards,
Mehdi.

This may help: https://mcuoneclipse.com/2019/01/20/freertos-how-to-end-and-restart-the-scheduler/

1 Like