Hi,
Below are the details of developemnet environment details.
Processor : TMS570LS20216 (Cortex R4), Code Composer Studio : 4.2.0.10018, TMS470 C/C++ CODE GENERATION TOOLS 4.6.3
I would like to know the difference between the different types of output hex file formats. What is the difference between hex32 and hex16 format ?
I need to generate the hex file from the CCS. I found an option to do this. What is the -order MS option? Is the option signifies that output file is in bigendian format ? I don't see this option in the Assembler language user guide (SPNU118J). I have read about the romwidth in the manual. Can some one exaplin about this option with example.
"${CG_TOOL_ROOT}/bin/hex${CG_TOOL_SUFFIX}.exe" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16.
Are there any tools available to read and understand the intel hex files ?