Other Parts Discussed in Thread: C2000-GANG
Tool/software: Code Composer Studio
I am trying to generate a TI-TXT file to use with a C2000-GANG programmer for standalone programming. I have a project that I have been able to build/program successfully. When I enable the C2000 Hex Utility and set the Output Format Options to "Output TI-TXT hex format (--ti_txt)," I get a .txt file that is not successfully read into the C2000-GANG programmer utility.
I receive the error: "ERROR 354: Code in the file contains invalid data."
When I open the .txt file, I see the following:
@14a58 05 00 03 E2 BD 03 03 E2 BD 04 03 E2 BD 05 03 E2 ... @100000 48 00 A3 3F @104000 1B 76 F0 FF 05 00 BD AB BD A8 BD A0 BD C2 BD C3 ...
My understanding is that I am supposed to see the correct memory sections as defined by the linker file in the project? Am I missing something in the configuration of the Hex Utility that is preventing the output of the correct file? I am using CCS8 but have also tried on CCS9.
Thanks.