The easiest way how to start with MQX Lite operating system is through example applications.
CodeWarrior examples are available at: CodeWarrior}\MCU\CodeWarrior_Examples\Processor_Expert\MQXLite directory.
PEx Driver Suite examples are available at: PExDriverSuite}\eclipse\ProcessorExpert\Projects\MQXLite directory.
This table summarizes MQX Lite example applications available within the Processor Expert installation.
| Name | Description |
| I2C_RGB | MQXLite-based application that changes the RGB dimming, blink rate and the color as per the board tilt and the slider position. |
| LED | Shows how one task creates another one and how the task creation parameter is passed. Two LEDs are used to reflect the activity of created MQX Lite tasks (different frequencies of LED blinking). |
| LWDEMO | Shows MQX Lite multitasking and inter-process communication using the following lightweight components: LW Semaphores, LW Events and LW Message Queue. |
| LWEVENT | Simple demonstration of MQX Lite Lightweight Event component. |
| LWSEM | Simple demonstration of MQX Lite task synchronization using the Lightweight Semaphore component. |
| MUTEX | Simple demonstration of MQX Lite task synchronization using the Mutex component. |
Note that not all MQX Lite example applications are available for all FSL development platforms.