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.

TMS320F28386D: Generate two hex with different setting and names

Expert 2480 points

Part Number: TMS320F28386D

Tool/software:

In the projectspec, as the below picture shows.

I want to generate the two hex files with different names, How to change?

One hex with cmac tag named same with project.

Another hex which is postbuildStep, may named with CPU1_BootHex.

  • Both invocations of the hex utility use the BuildArtifactFileBaseName variable for the hex file name - {BuildArtifactFileBaseName}.hex . For the post build step one, you can change the syntax of the command to use a different name like CPU1_BootHex.hex.

    Thanks

    ki