Hi,
I invoked the hex6x utility on a *.out file generated by the CCS 3.3 (for C6713B) with the '-image' option. I expected the *.b0 output file of the utility to be an 'exact image' of my program codes as the Assembly Language Users Guide - spru186s says it should be, but I find the output file still contains the entry_point, section size and section destination codes in it! This means the *.b0 file contents cannot be simply burnt into the ROM then simply 'copied' from the ROM to the on-chip memory for execution. Either the ROM burner or the second level boot loader will need to identify these extra codes and remove them before the remaining program codes can be copied to the memory for execution. Am I all correct here? Or did I misunderstand the spru186s user's guide?