Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running Demos with Command Line Tools Running Demos in Microsoft Visual Studio Running Demos in the Borland Delphi IDE Using a Standard PC as a Target Using a Standard PC as a Target for GUI Demos Using the AMD Élan SC400 Evaluation Board Using the AMD Élan SC520 Evaluation Board Using the RTOS32Win Virtual Target Using the Real-Time Hypervisor Target Program PCCard Compiling and Linking with On Time RTOS-32 |
Program PCCardThis program shows how to use RTTarget-32's PCMCIA driver. By default, this program requires RTFiles-32 to support ATA-Flash disks, but it can easily be reconfigured not to use RTFiles-32 (see the source code and makefile for details). The demo also supports PC cards which implement a UART (e.g., serial port cards, modems). This demo shows how PCMCIA events can be handled in a single-threaded environment. For multi-threaded programs, a separate thread should handle card insertion/removal events as shown by the PCCardMT demo program.
|