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.

Code Compeser Hex File



Hi all,

I'm using CCCS v5.5, and I followed all the steps to be able to configure the project to generate a .hex file. In the postbuild steps tab in the build configuration, the option does not exist to create the hex file.

I've attached a screenshot of the problem below.

The option just does not exist, any ideas?

  • Eoin,

    It would appear that your screenshot did not go through. Would you mind reposting it?

    The option you are looking for should be under the "Apply Predefined Step" under the Build settings of the project such as the screenshot below:

    If this does not work, you can run the command manually using the following command:

    hex430.exe -i MyOutFile.out -o MyHexFile.hex order MS -romwidth 16

    hex430.exe should be located in the ccsv5\tools\compiler\msp430_4.2.1\bin directory of your CCS5.5 installation.

    Best regards,
    Tim

**Attention** This is a public forum