This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hex2000 utility functionality

Other Parts Discussed in Thread: TMS320F28015

I'm working on a project with the TMS320F28015 MCU in which I need to send data to the MCU and write them in flahs memory. I've figured out how to use the flash API but I cannot generate a hex or binary file with the data i need to write to the flash memory.

I've tried to use the HEX2000 utility but i seem to get data in the .hex file generated by HEX2000which are faulty. If I check the dissamblyy in CCS4 with the hex-file there are som discrepancies which I cannot explain. Is there a better description of the HEX2000 utility than typing hex2000 -h in the command prompt?

Another thing which I would like to know is whether it is possibly to generate a hex-file where unused memory is filled in with 0xFF? The hex-files I get only contain data for those memory sections which are actually used by the application code.