Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Header Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
HeaderEvery application needs a header record which is automatically generated by RTLoc. It contains information about how the program is mapped. This information is needed by the boot code to correctly initialize and invoke the program. The Locate Header command tells RTLoc where to place the header. Parameter Name is ignored but must be present (you can use any arbitrary name). Parameter Size is also ignored; RTLoc determines the size automatically. The default Access is ReadOnly. Example:Locate Header "Test Program Header" LowMem
|