I need to make a binary file to be used by a custom bootloader. I have read section 12 of the hex utility manual and I am still feel stupid. It has so many options and I don't know if I selected the right options.
The first image below is the flash memory loaded by CCS debugger. The second image below shows utility options that I selected in the project properties. The third image below is the binary file produced by CCS/Hex2000. (My HEX editor shows size in bytes not in uint16_t) For some reason it does not include FFFF FFFF. Otherwise values are the same. There is probably another FFFF FFFF missing because the size of the binary is smaller by 4 of uint16_t. Did I select correct options for the utility? Is the binary file correct and I see FFFF FFFF because of CCS debugger? If not, what do I need to do?



Alex



