This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

generating a .bin file with ccs 6.1.1

All-

I'm using a 28335, and I cannot find the syntax for a post-build step that builds a .bin file.  I do have a post build step that builds a hex file.

Here it is:

"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16

Any help would be appreciated.

-Scott