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