Hi
I am using CCS V4.2.3.00004.
I am building my project and trying to automatically translate my .out file to an .hex file for use with my programming software
I amusing the post build step "
${CG_TOOL_ROOT}/bin/hex${CG_TOOL_SUFFIX}.exe" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
In the console, a build completes with no errors reported and it all looks like the .hex file has been produced but upon inspecting the build directory I only find .out file and no hex file?? What am I doing wrong???