Tool/software: Code Composer Studio
Dear TI engineers,
I have a question about bin document created by ccs7.3.
I add "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000" "${CG_TOOL_ROOT}/bin/hex2000" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin" & "${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 32" in Post-build steps. And add CMD path in Linker command file shown in picture below.
But, there are difference between bin and hex shown in below.I mean the data are not same.Please see 100.7z.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/81/8524.100.7z
When I do not add cmd path, bin and hex seems same. Please see 101.7z.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/81/6866.101.7z
In this way, I could not debug project by ccs. In other words, I could not connect chip shown in picture below. And console shown like these "C28xx: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map."
Here are the cmd document. Please see DM28035.7z.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/81/DM28035.7z
So, how should I solve this problem? Looking forward for your reply.

