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.

Compiler/TMS320F28335: How to use mkhex4bin?

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?