Other Parts Discussed in Thread: TDA2, SYSBIOS
Hi, does this means that two tasks can´t wait for the same event?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, does this means that two tasks can´t wait for the same event?
Thanks
Hi Jairo,
Can you please share more details like which device and which SDK you are using?
Regards,
Parth
It is design by contract. Please refer to SYSBIOS API reference guide available under docs/ folder in SYSBIOS.

"Unlike semaphores, Only a single Task can pend on an Event object", could you explain this please?
The API is designed that way. If that doesn't fit your need, please use some other method.
In our experience, Semaphore should serve most of the use cases and is more widely used.