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 Threads
Program Threads is a very simple program which can be used to verify that RTKernel-32 is correctly configured and installed. The main thread creates a semaphore, a mailbox, and a second thread. The main thread then sends a signal, a mailbox message, and a direct message to the new thread. This program can be regarded as the minimal RTKernel-32 framework for applications using RTKernel-32's native API.
Demo Programs
Program RTKDemo
|