Open Event Machine Documentation

This document contains information about the Texas Instruments implementation of the Open Event Machine.

The file event_machine.h represents the interface of the event machine library. It includes all the specifications needed to use the library. It shall be included as follows to access the event machine functionality.

 #include <ti/runtime/openem/event_machine.h>

The file event_machine_firmware.h contains the binary of the micro risc controller implementing the event machine scheduler. The binary shall be loaded in the micro risc controller when initializing the QMSS. This file shall be included as follows.

 #include <ti/runtime/openem/firmware/event_machine_firmware.h>

Limitations of the Texas Instruments implementation of the Open Event Machine are listed in the release notes document.


This document is divided into the following sections: