Fastest way to switch between two tasks at FreeRTOS

jonas-f wrote on Monday, May 13, 2019:

Hi,

I am a true beginner with FreeRTOS.
I’m lloking for the fastest way to switch between two tasks with the same priority after one walkthrough of the loop. So the other task can start and after one pass it should switch back to the firsst task again.

Thanks for your answers.