hello
I am using c2000->cgtools->hex2000.exe to generate .hex from .coff / .out file using -i (intel format) and -o for outputting (.hex file). The hex file has the extended Linear Addr rec which specifies the ULBA addr according to the Intel hex format (this part is fine). But the data records that are generated are 8-bit data. But the tms320f2808 has a word format memory. This makes to write only a byte of data on to the memory location, wherein i should be writing a word on to memory location.
Is there something i am missing while generating .hex file. Or what is the procedure to generate a 16bit format data records using TI tools.
Thanks
Manju