README


event


Example Summary

The event example shows how to use the ti.sysbios.knl.Event module which addresses the problem of a task needing to Wait on Multiple events prior to continuing its’ execution.

Example Usage

Application Design Details

The Semaphore Module does not support events by default, as such, the Semaphore.supportsEvents flag is set to true within the applications configuration file event.cfg.

References