xEventGroupSync blocks other tasks
On a Cortex M4 with FreeRTOS I have three tasks.
Each task has a init part and a for (;;) infinite loop.
I want to syncronize the tasks so that the infinite loops starts only after all the tasks have performed their init parts.
xEventGroupSync blocks other tasks
On a Cortex M4 with FreeRTOS I have three tasks.
Each task has a init part and a for (;;) infinite loop.
I want to syncronize the tasks so that the infinite loops starts only after all the tasks have performed their init parts.