Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 BinFile Command Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
BinFile CommandThe BinFile command instructs RTLoc to produce one or more binary images of the target's address space: BinFile Name Address Size [,Split [,FillByte]] This command is very similar to command HexFile. Please refer to the previous section for a detailed parameter description. Parameter FillByte specifies the value to use for target memory without any data. It defaults to CCh (x86 opcode to trigger a breakpoint software interrupt 3). Depending on the Split value, the output file name is Name.BIN or Name.BI0, Name.BI1, or Name.BI0, Name.BI1, Name.BI2, and Name.BI3. RTLoc option -t can be used to truncate bin files to the actual required size.
|