Does Code Composer Studio produce hex-file?
I need this, because extracted part of output hex-file is loaded into target like user-options.
Now I do this with IAR compiler with position independent option (for MSP).
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.
I don't understand how a hex file and the position independent option of the IAR compiler relate to each other. I can only answer the hex file part.
I think you are interested in the hex utility hex430.exe. It is a command line utility which accepts a TI .out file as input and outputs a hex file in a format you choose with command line options. There is no built-in capability to invoke this utility from CCS. However, you can make use of the general purpose post-build steps in the build configuration to invoke the hex utility. More information about the hex utility can be found in chapter 11 of the MSP430 Assembly Language Tools book http://www-s.ti.com/sc/techlit/slau131 .
Thanks and regards,
-George