On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTTarget-32 Programming Manual
Introduction
Running Win32 Programs without Win32
The i386 Microprocessor
RTLoc: Locating a Program
Running a Program on the Target
Cross Debugging
Using an IDE
The RTTarget-32 API
Demo Programs
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 Hello
Program Hello2
Program SerInt
Program SerDemo
Program EmuDemo
Program DLLDemo
Program DLLDemo2
Program DLLDemo3
Program SysDemo
Program FTPLoader
Program BIOSDemo
Program PCCard
Program PCCardMT
Program VMemDemo
Program FMapDemo
Program ExLED
Program HelloSc400
Program HelloSc520
Program NSHello
Program TVDemo
Program MetWorld
Program HelloGUI
Program HelloDelphi
Program BenchDelphi
Program MPDiag
Program Hellovmf
Program Vmftcp
Program Hellorth
Program Rthtcp
Program Msvccrt
Program ACPICADemo
Advanced Topics
Compiling and Linking with On Time RTOS-32
Redistributable Components of RTTarget-32
RTLoc Error Messages
RTTarget-32 Reference Manual
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
Running Demos in the Borland Delphi IDE
On Time RTOS-32 host program DLaunch.exe can be used to generate a command line and to launch Borland Delphi through RTTarget-32's DbgShell program for demos HelloDelphi and BenchDelphi. The shortcuts load the required project group files for each demo. Please note that you must start Delphi32.exe through DbgShell to be able to use the integrated debugger. To build a demo, follow these steps:
- Connect the host and target as described in section Connecting Host and Target. Make sure that settings in file Rttarget.ini and the COMPort command in the hardware defining configuration file are correct. Rttarget.ini can be opened by clicking on Edit Settings in the On Time RTOS-32 Start Menu.
- Set the active project to the .exe project in the project group.
- Place an empty formatted diskette in drive A:.
- Build the project with the Project|Compile Project menu command.
- Install the Debug Monitor on the target (see below, depends on target type).
- Reboot the target.
- Use any debugging command to start a remote debug session (e.g., Run | Trace Into). The program will be downloaded and executed.
Demo Programs
Running Demos in Microsoft Visual Studio
Using a Standard PC as a Target
|