Keil™, An ARM® Company

RTX166 Tiny User's Guide

Library Files

RTX166 Tiny includes three library files:

  • RTX166TT.LIB is used for Tiny Memory Model RTX166 Tiny programs.
  • RTX166TS.LIB is used for Small, Compact, and HCompact Memory Model RTX166 Tiny programs.
  • RTX166TL.LIB is used for Medium, Large, and HLarge Memory Model RTX166 Tiny programs.

The RTX_TINY.UV2 project found in the \KEIL\C166\RTX_TINY\ folder is used to build these three libraries. As an alternative you may use the GENRTX.BAT file provided in this folder to generate the library files.

Note

  • You should not explicitly include any of the RTX166 Tiny libraries in your application. That is done automatically when you use the µVision IDE or when you use the command-line linker.
  • When you build the RTX166 Tiny libraries, the default configuration file (CONF_TNY.A66) is included in the library. If you do not explicitly include a configuration file (CONF_TNY.A66) in your project, the default one from the library will be included. Subsequent changes to the configuration file stored in the library may have adverse effects on the operation of your application.
  • You must rebuild the RTX166 Tiny libraries if you change the default MCU timer in the CPUTIMER.INC file.