Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Initializing Target Hardware Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Initializing Target HardwareOUT and InitCode commands described in this section can be placed in an RTLoc configuration file to be executed by the standard boot codes at power-up or reset. OUT and InitCode commands can be used to initialize the target's chipset, such as RAM/ROM and all required peripherals. Most target initializations should only need to use OUTB, OUTW and Delay. Please refer to files Ex386ini.cfg, Sc400ini.cfg, Sc520ini.cfg, and Ns486ini.cfg of demos ExLED, HelloSc400, HelloSc520, and NSHello for complete examples using these commands to initialize a controller. Configuration file Bin\Bootdbg.cfg contains a few macros for debugging a chipset initialization.
|