Texas Instruments Code Composer Studio IDE: Difference between revisions
initial page creation |
added Linux install instructions |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Code Composer Studio (CCS) is a modified version of Eclipse made by Texas Instruments for their microcontrollers, such as the MSP430 and Sitara lines. | |||
== Downloads == | == Downloads == | ||
| Line 28: | Line 28: | ||
| 5ee79b8487d5c6280a32c3b90afda7b8 | | 5ee79b8487d5c6280a32c3b90afda7b8 | ||
|} | |} | ||
NOTE: some of the older devices/boards such as the MSP430G2 series may require an older version of Code Composer Studio | |||
== Installing == | |||
=== Linux === | |||
<pre>cd ~/Downloads | |||
tar xf CCS10.4.0.00006_linux-x64.tar.gz | |||
cd CCS10.4.0.00006_linux-x64 | |||
./ccs_setup_10.4.0.00006.run</pre> | |||
== Online Resources == | == Online Resources == | ||
[https://www.ti.com/tool/CCSTUDIO-MSP CCSTUDIO-MSP IDE, configuration, compiler or debugger | TI.com] | [https://www.ti.com/tool/CCSTUDIO-MSP CCSTUDIO-MSP IDE, configuration, compiler or debugger | TI.com] | ||