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.

CCS/TMS570LS1224: What is the difference between armobjcopy and tiobj2bin?

Part Number: TMS570LS1224

Tool/software: Code Composer Studio

Hi,

I don't understand the difference and tradeoffs between those two utilities:

${CG_TOOL_ROOT}/bin/armobjcopy.exe

vs

${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat


After testing, they both can convert an elf file to a binary file.

Is there a difference between those two commands? 

${CG_TOOL_ROOT}/bin/armobjcopy.exe "${BuildArtifactFilePath}" --output-target binary "${BuildArtifactFileBaseName}.bin"

and

${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd470.exe" "${CG_TOOL_ROOT}/bin/hex470.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe" 

Thanks.

Gabriel