Hi,
I am new to DSP. The following in SYS/BIOS 6 gives a definition on event. Unfortunately, it seems missing one word after between. What should it be?
Thanks.
***********************
4.2 Event Module
Events provide a means for communicating between [ x ] and synchronizing threads. They are similar to
Semaphores (see Section 4.1), except that they allow you to specify multiple conditions ("events") that
must occur before the waiting thread returns.