Tool/software:
Hello,
How can I add MSP430F2121 target support to CCS as it doesn't seem to be supported out of the box?
Thanks!
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.
Tool/software:
Hello,
How can I add MSP430F2121 target support to CCS as it doesn't seem to be supported out of the box?
Thanks!
The F21x1 series does seem to have been forgotten in CCS v20.
The msp320f2121.h and msp430f2121.cmd files are there in ccs_base/msp430/include.
I had success by creating a project for the F2122, then changing it in Project->Properties->General->Device Variant. That changed the .cmd file name and the "-D__msp430f2121__" properly, and it built (I can't test the resulting .out file.)
Hello Jacob,
Thank you for contacting us and please do confirm if all works according to Bruce's instructions. And thank you Bruce!
Regards, Jojo
Hi Jacob,
I assume you were looking for create a new project for this device and when you entered MSP430F2121, you did not see any examples to import. CCS 20 does in fact support this device. The issue is that the new project wizard in CCS relies on examples from the SDK and there is no specific example for F2121 in the SDK, hence CCS does not show anything - making it look like CCS does not support the device at all. This is confusing and something we would like to address in a future release.
Thanks
ki
**Attention** This is a public forum