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