|
| Library FilesThe Real-Time Library includes the following libraries. | Library File | Description |
|---|
| RTX_ARM_L.LIB | Real-Time eXecutive kernel library (RL-RTX) for ARM7™ and ARM9™ devices - Little Endian. | | RTX_ARM_B.LIB | Real-Time eXecutive kernel library (RL-RTX) for ARM7™ and ARM9™ devices - Big Endian. | | RTX_CM1.LIB | Real-Time eXecutive kernel library (RL-RTX) for Cortex™-M1 devices. | | RTX_CM3.LIB | Real-Time eXecutive kernel library (RL-RTX) for Cortex™-M3 devices. | | FS_ARM_L.LIB | Flash File System library (RL-FlashFS) for ARM7™ and ARM9™ devices - Little Endian. | | FS_CM3.LIB | Flash File System library (RL-FlashFS) for Cortex™-M3 devices. | | TCP_ARM_L.LIB | TCP/IP library without debug messages (RL-TCPnet) for ARM7™ and ARM9™ devices - Little Endian. | | TCP_CM3.LIB | TCP/IP library without debug messages (RL-TCPnet) for Cortex™-M3 devices. | | TCPD_ARM_L.LIB | TCP/IP library containing debug messages (RL-TCPnet) for ARM7™ and ARM9™ devices - Little Endian. | | TCPD_CM3.LIB | TCP/IP library containing debug messages (RL-TCPnet) for Cortex™-M3 devices. |
These library files are located in the \Keil\ARM\RV31\LIB\ folder. Note - Depending on the target architecture, one of either RTX_ARM_L.LIB, RTX_ARM_B.LIB, RTX_CM1.LIB or RTXCM3.LIB is automatically included into the link process when you select the RTX kernel (in the µVision®3 IDE) as the operating system for your project. If you want to use any of the other RL-ARM™ library files, you must explicitly add them to the link process of your application.
- There is no object library for the RL-CAN or RL-USB drivers. To use them, you must manually include the RL-CAN source files or RL-USB source files in your project.
|
|