Page 1 of 1

How to create a .bin file for LM Flash in Code Composer 5.3

PostPosted: Thu Apr 04, 2013 10:29 pm
by Carl-SolderSplash
After upgrading to Code Composer 5.3 a few months ago my project stop generating .bin files from the .out files. These are needed when you use LM flash, so after a bit of search I found a post on TI's forum with the command needed :

Copy this in to : Project > Properties > Build > Steps Tab > Post Build Steps, Command Box :
Code: Select all
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd.exe" "${CG_TOOL_ROOT}/bin/armhex.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"