Other Parts Discussed in Thread: TMS320F28335
Hello,
In our build process, in order to eventually get a binary image to be downloaded into a TMS320F28335 DSP Flash, we use two steps:
1) Convert the COFF (.out) file generated by C2000 compiler, into an HEX file through hex2000.exe utility;
2) Convert the HEX file into a binary image file through FileIOShell.exe utility.
While trying to build, after increasing in the ROMS directive (linker command file for hex2000.exe utility) the physical memory length, I got an error message box from FileIOShell:
"MotHexToBinary function failed, index out-of-sync".
As I don't have FileIOShell.exe source code and the help is really useless I cannot figure out where the problem is.
Any help would be greatly appreciated.
Paolo