RTX51 Tiny User's Guide

Examples

RTX51 Tiny includes several example projects to help you get started with RTX Tiny.

Each example is stored in a separate folder in \KEIL\C51\RTXTINY2\EXAMPLES\ and includes a µVision project file that helps you quickly build and run the program.

The following example programs are installed automatically:

  • RTX_EX1
    This project demonstrates round-robin multi-tasking using RTX Tiny.
  • RTX_EX2
    This project demonstrates the use of the os_wait function and signal passing.
  • TRAFFIC
    This project demonstrates using RTX Tiny to control a pedestrian traffic signal.