This example project shows how to use advanced feature of the Event Recorder.
The application itself sends and receives simple messages. Sending two
consecutive messages will fail as well as reading two consecutive messages.
The success or fail of the send/receive operation is shown in the Event
Recorder window.

The MyComponent.c file contains the message initialization function, as well
as the send and the receive function. In these functions, event recorder
functions are called that indicate the operation status.

The header file EvrMyComponent.h contains the definitions of the debug events
for the MyComponent example.

The MyComponent.scvd file contains the static objects as well as the dynamic
events that are shown in the Component Viewer and Event Recorder windows.

Note:
This example uses the Keil RTX version 5 real-time operating system based on
CMSIS-RTOS API version 2. It completely runs in simulation and does not require
any hardware to be present.
