Hi,
I am having a little bit of trouble generating .bin file from CC3200 example projects at CCS6. It seems there has been changes from CCS5.5 way of making .bin file. I am following the wiki below.
http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#Pre_and_Post_Build_Steps
I am using the timer example to generate .bin file and I did not change the post build steps below that are already set.
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
Then I Enable ARM Hex Utility and set output format to TI-TXT. However no .bin file is generated at the Release folder.
Are there any steps that I am missing?
- kel