|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTKernel-32 Programming Manual
Introduction
Multitasking, Real-Time, and RTKernel-32
Module RTKernel-32
Alternate APIs for RTKernel-32
Supplemental Modules
Module FineTime
Module Clock
Module Timer
Module RTCom
Protocols
Hardware Configuration
DigiBoard Cards (PC/x)
Hostess Cards
Other Interrupt Sharing Cards
Module RTKeybrd
Module RTTextIO
Module CPUMoni
Module RTProf
RTKernel-32 Drivers
Demo Programs
Advanced Topics
Typical Error Sources
Error and Information Messages
RTKernel-32 Reference Manual
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Hardware Configuration
RTCom expects the following IRQ settings for COM1 to COM4:
| Port |
IRQ |
| COM1 |
4 |
| COM2 |
3 |
| COM3 |
4 |
| COM4 |
3 |
Please make sure that your serial I/O board actually supports interrupt sharing. If it does not, you cannot use COM1 and COM3 or COM2 and COM4 simultaneously in interrupt-driven mode. COMSetIRQ may be used to define different IRQs for ports COM1 .. COM6. Interrupt sharing can be defined for any IRQ, but only for port pairs COM1/COM3 and COM2/COM4. Best performance is achieved when every port has its own IRQ.
Module RTCom
Protocols
DigiBoard Cards (PC/x)
Hostess Cards
Other Interrupt Sharing Cards
|