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

For those that want to write their own code

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

Postby Carl-SolderSplash » Thu Apr 04, 2013 10:29 pm

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"
User avatar
Carl-SolderSplash
Site Admin
 
Posts: 223
Joined: Sun Mar 17, 2013 11:15 pm

Return to User created custom firmware

Who is online

Users browsing this forum: No registered users and 2 guests

cron