Hello all,
I'm currently using Version: 6.0.1.00040 on Windows 7 64-bit SP1.
I'm trying to get CCS to output a .bin alongside the ti-txt file that it normally outputs for the MSP430F5659. I read through a few posts and discovered the tiobj2bin and tried using it after reading this.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Pre_and_Post_Build_Steps
I am currently putting this string into the Post-build steps
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd430" "${CG_TOOL_ROOT}/bin/hex430" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
but when I do CCS gives the error
-image requires ROMS directive
It builds just fine without the string in the Post-build steps. I've searched the TI forums and Googled it to no avail.
Best Regards,
Drew Mangus