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
RTKernel-32 Drivers
Demo Programs
Program Threads
Program RTKDemo
Program RTKInt
Program COMDemo
Program RTBench
Program RTBenchP
Program RTBenchA
Program W32Bench
Program Profdemo
Program MPPrimes
Program OMPrimes
Advanced Topics
Typical Error Sources
Error and Information Messages
RTKernel-32 Reference Manual
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Program RTKInt
Program RTKInt shows how a hardware interrupt handler can be installed under RTKernel-32. A simple serial port receive handler is used. The handler reads the UART's receive registers on every interrupt and places the received byte in the receive buffer mailbox. A receive thread then retrieves the data and can process it.
Demo Programs
Program RTKDemo
Program COMDemo
|