This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi there,
I'm looking to get a hex file in intel, motorola, or ti format such that I can use it with the C2000 gang programmer by Elpotronic to reduce the time it takes to program a large number of F28377D boards. I've had success programming a single board with the .out file over CCS using the XDS100v2 debug probe.
So far, I've had no luck with hex files in any format and think it may have something to do with the output format options. Right now, I am using 16 bit memory widths and have tried pointing the output to the beginning of flash memory and also including the memory map file. I'm wondering if there is a recommended output hex file configuration such that the board could be programmed without code composer studio.
Let me know what you need from me to give better information in debugging the problem.
Thanks
Jesse
Jesse,
Have you tried to generate the hex file with the following commands (really just the order and romwidth identifiers)
"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
Best,
Matthew
I haven't, am waiting for help on a firmware issue with elprotronic, but will try this after that and let you know how it goes.