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
Was this page helpful?