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.
Hello
When I attempt to compile the example provided here: http://www.ti.com/lit/zip/sloc330
I get the errors shown in this screenshot. How do I compile this example so I can load it onto the MSP-EXP430F5529LP board?
It seems a demo code for RF430. You can try this demo code
https://dev.ti.com/tirex/explore/node?node=ABFhtUwmZd4KARe81SLNXw__IOGqZri__LATEST
Hello Gary, thanks for the fast reply. I believe the code I linked is for the MSP-EXP430F5529LP. As far as I understand it this is the code I must compile and upload to the microcontroller MSP-EXP430F5529LP for it to communicate with the RF430CL331H breakout board that I have. The code you have provided does not answer my question but it does raise another question. When I try to import the code into code composer studio I am asked for a file path for a cross compiler. Is there a recommended way to set up the cross compiler for code composer studio?
I got it. I download the example code here https://www.ti.com/product/RF430CL331H#software-development
And import into my CCS build with no issues. Have you install the MSP430 support packages and compiler with your CCS?
Hello Gary, I have not yet done that. Are there any instructions about how to do that on a Mac?
Hi James,
It seems you need to install it here https://www.ti.com/tool/CCSTUDIO-MSP?keyMatch=&tisearch=search-everything&usecase=partmatches
Hello Gary, thanks. I have now successfully installed the compilers and tested them by building the LED blink example and loading it to the board. How do I properly import the example code from:
https://www.ti.com/product/RF430CL331H#software-development into code composer studio? I find the vast number of import options available in the GUI very confusing.
Hi James,
I recommend to create a new project in the CCS with the device and copy the .c demo file into the project.
**Attention** This is a public forum