Part Number: TMS320F28335
Tool/software: TI C/C++ Compiler
I want to convert .out file to .bin. I found in the "utils" folder the mkhex4bin.exe with tiobj2bin.bat file. If i not mistaken, this program convert .out file to .bin. I found what i should paste this text in ccs ""${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" "
but i dont understand where should i paste it?