My LM Flash Programmer is Build 1601 and Code Composer Studio 5.5
I'm trying to create a bin of an application I made. When I load it on the LaunchPad, it does nothing. I notice that the .out file in my debug folder is 67KB while the .bin is only 5KB. When I flash an example .bin from StellarisWare, it works perfectly.
Under the post-build steps command field I have the following:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
I don't know if it matters but My project is not in the StellarisWare directory, but it goes on the LaunchPad just fine when I hit debug.