Tool/software:
Taking a look at the C2000 CAN Flash programming (CAN Flash Programming of C2000 Microcontrollers (Rev. A) (ti.com)) and trying to understand the format for the image .txt file generate from the following command:
"${CG_TOOL_HEX}" "${BuildArtifactFileName}" -boot -sci8 -a -o "${BuildArtifactFileBaseName}.txt"
Opening up the text file in Code Composer Studio, I find that the first character appears unknown and need an explanation of how the bytes in the file are being translated to bytes on the microcontroller.