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.

CCS: How to generate hex file to customized file path



Tool/software: Code Composer Studio

Hi all

       How to generate hex file to customized file path, not CCS default file path, thanks

  • If you are using the integrated Hex utility in CCS, you can specify the path for the output hex file directly in the --outfile option. 


    If using as a command line post-build step, you can do the same, just specify the --outfile option and add the path to it.