I have successfully downloaded Code Composer Studio v5 on linux under evaluation license and I also have two devices: .
- MSP430 2.4-GHz Wireless Target Board (end point)
- MSP430 Wireless Development Tool (access point)
My understanding is there is a temperature sensor on one of the devices and it wirelessley sends a signal to the other device indicating the temperature.
My question is: how do I download, install, compile, and execute this temperature demo on Code Composer Studio v5?
I would appreciate all / any guidance regarding this. A tutorial that has step by step instructions would be perfect.
CCS is complaning that "TIMSP430-USB.xml" does not exist. What should I do?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="TI MSP430 USB1" href="connections\TIMSP430-USB.xml" id="TI MSP430 USB1" xml="TIMSP430-USB.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="TI MSP430 USB1">
<instance XML_version="1.2" href="drivers\msp430_emu.xml" id="drivers" xml="msp430_emu.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="MSP430F2274" href="devices\MSP430F2274.xml" id="MSP430F2274" xml="MSP430F2274.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>