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.
My customer want to use FET430UIF debug tool to programm .hex file into IC. But no project file and sourcecode files, how to realize this by CCS?
I recommend you read this.
Code Composer Studio™ v5.3 User's Guide for MSP430
Find, "How to Generate Binary-Format Files"
Hi Jason,
I am not asking how to generate .hex file. I mean, I only have a.hex file, one FET430UIF tool, and CCS, then how can I use them to programm/write this a.hex into MCU flash/FRAM memory by UIF tool and CCS.
I misunderstood. Thanks for clarifying. If you have a .hex file try these instead of Code Composer Studio:
If you have a .out file, you can use Code Composer Studio.
MSP430 IAR and CCS, how to program with the release version of the software
CCS is not meant to write sourceless code without debugging information to a target MSP. It's a development software, not a production tool.
This is the job of a production programmer and its software (like the GANG programmer).
However, you can use the free Elprotronic software to put any hex file onto an MSP, using the FET430UIF.
**Attention** This is a public forum