I 'd like to know How to generate .bin file from CCS V6 for ARM.
I have referenced other posts but cant get a .bin output after successful compile and creation of .out file
in CCS i have configured as follows,
CCS Build Settings => Build => Steps => Post-Build Steps =>
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd"
"${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
Where is the .bin placed after build ? I'm assuming in the debug directory as with the .out file.
regards
Rob