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.

TMS320F28379D: hex utility question, I need to generate one Hex file for my code which is either Motorola Hex or Intel Hex format.

Part Number: TMS320F28379D


Hi,

I want to generate one hex file, either in Motorola or intel hex format. The reason for this is that I am trying to implement calibration and INCA only supports limited types of hex files and at a time only one hex file. This has reduced my options.

Now, One of the way I think this could work is generating Motorola(s-1) 16 bit hex file, and use --memwidth and --romwidth as 16. This should work because the for TMS320C28x the  target width is 16 bits. 

But I keep getting the warning: address 0x00080000 exceeds 16-bit limit - truncated 

And When I use this hex file in INCA it gives me error that the address are overlapping and does not recognize the file properly.

Am I missing something? Can you please help me with additional options which I might need to use with it.

Thank you,

Jay