Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Booting from the CPU Reset Vector Compiling and Linking with On Time RTOS-32 |
Booting from the CPU Reset VectorThis process is similar to booting from a BIOS extension. However, no BIOS is required. RTTarget-32 controls the complete boot process which starts at 16 bytes before the end of the physical address space after power-on or reset. To boot from the reset vector, BootVector, BootCode (either Boot.exe or Pmboot.exe), and BootData must be specified in Locate commands. The BootVector must be located at the end of physical address space minus 16. All program entities having an image must be located in ROM. The complete system initializations must be performed using OUT and InitCode commands, since no BIOS code is executed. In particular, the motherboard chip set and - if dynamic RAMs are used - the RAM refresh must be initialized. Running a Program on the Target
|