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