Changes

added updated download links
Line 1: Line 1:  
== Overview ==
 
== Overview ==
   −
A modified version of Eclipse for Texas Instruments MSP430 microcontrollers.
+
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 12: Line 12:  
! Size
 
! Size
 
! MD5
 
! MD5
 +
|-
 +
| Windows
 +
| [https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-J1VdearkvK/11.2.0.00007/CCS11.2.0.00007_win64.zip CCS11.2.0.00007_win64.zip]
 +
| 1,147,050,950 bytes
 +
| 6deb4932291be1f2c586cbb6086a0217
 +
|-
 +
| Linux
 +
| [https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-J1VdearkvK/11.2.0.00007/CCS11.2.0.00007_linux-x64.tar.gz CCS11.2.0.00007_linux-x64.tar.gz]
 +
| 1,101,941,417 bytes
 +
| 3d0cc37fa0f96bccbb0ba6a182279a90
 +
|-
 +
| macOS
 +
| [https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-J1VdearkvK/11.2.0.00007/ccs_installer_osx_11.2.0.00007.dmg ccs_installer_osx_11.2.0.00007.dmg]
 +
| 1,097,341,066 bytes
 +
| 4672847a34dee5e6a037fbae24320303
 
|-
 
|-
 
| Linux
 
| Linux
Line 28: Line 43:  
| 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]