README


mailbox


Example Summary

The mailbox example shows how to use the ti.sysbios.knl.Mailbox module which addresses the problem of a task needing to wait on data before continuing its execution.

Example Usage

Application Design Details

The application is responsible for ensuring the buffer supplied is of sufficient size.

In this example, only one task is writing messages to the mailbox. However, it is possible that multiple tasks can write messages to the same mailbox instance.

References