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.

Compiler/TMS320F28335: Missing section in hex file created using hex2000

Part Number: TMS320F28335
Other Parts Discussed in Thread: UNIFLASH

Tool/software: TI C/C++ Compiler

I have a .out file that I can program using Uniflash that works fine.  Flash sectors A, D, & H are programmed.  If I convert the .out file to hex as shown below, the hex file only contains data for sectors A and H.  D is missing!   I want to use Codeskin's C2Prog utility to program the flash with the hex file via serial comms  I've had success doing this with code that I've written.  This .out file is being generated by a 3rd party.

hex2000.exe -romwidth 16 -memwidth 16 -i -o file.hex file.out

Any ideas?