Create an application with FreeRTOS that uses event groups
@Middleware & OS
Hello guys, how can I Create an application with FreeRTOS that uses event groups to synchronize multiple tasks like For instance I have three tasks perform different operations, but want to ensure a fourth task only runs when all three operations are complete
4 Replies
Just read the article about it
You can use vTaskSuspend and vTaskResume with task handle
@Boss lady check this https://discord.com/channels/1130679493799977062/1246394913336328233
Thanks this was helpful