Difference between revisions of "Texas Instruments Code Composer Studio IDE"
Jump to navigation
Jump to search
(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] |
Revision as of 16:13, 27 September 2021
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
At the time of writing, version 10.4.0.00006 (released Jul 7th 2021) was the latest version.
OS | Filename | Size | MD5 |
---|---|---|---|
Linux | CCS10.4.0.00006_linux-x64.tar.gz | 1,171,514,380 bytes | 2e530b61351f5ce70abc3fa6dbbf9f5e |
Windows | CCS10.4.0.00006_win64.zip | 1,242,522,658 bytes | f2b52bad95b782905815312e99d0973f |
macOS | ccs_installer_osx_10.4.0.00006.dmg | 1,121,030,336 bytes | 5ee79b8487d5c6280a32c3b90afda7b8 |
NOTE: some of the older devices/boards such as the MSP430G2 series may require an older version of Code Composer Studio
Installing
Linux
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
Online Resources
CCSTUDIO-MSP IDE, configuration, compiler or debugger | TI.com