Embedded Computing
  • About
  • Blog
  • Hardware
    • Which Platform?
    • Controller Platforms >
      • Adafruit Platform
      • Arduino Plaform
      • BBC micro:bit
      • Espressif Platform
      • iLabs Platform
      • Raspberry Pi Platform (MCU)
      • Seeed Platform
      • Silicon Labs Platform
      • Teensy Plaform
    • Computer Platforms >
      • BeagleBone Platform
      • Raspberry Pi Platform (SBC)
      • UDOO Platform
    • Peripherals >
      • Shields
      • Grove System
      • Sensors
      • Actuators
    • Displays >
      • E-Paper Displays
      • Reflective Displays
      • TFT Displays
      • LCD Displays
    • Legacy Platforms >
      • chipKIT Plaform
      • 4D Systems Platform
      • Intel Platform
      • LaunchPad Plaform
      • BoosterPacks for LaunchPads
      • LightBlue Bean
      • Maple Plaform
      • Mediatek Platform
      • Microsoft Azure IoT DevKit
      • Particle Platform
  • Software
    • Exploring RTOS with Galaxia >
      • Event Library
      • Semaphore Library
      • Mailbox Library
      • Timer Library
      • Clock Library
      • SWI Library
      • Task Library
    • Ultra-Low Power with EnergyTrace >
      • Ultra-Low Power with MSP430
      • Ultra-Low Power with Energia MT and Galaxia
    • Using Integers Instead of Reals
    • Going Python?
  • IoT
    • IoT Platforms: Which Hardware? >
      • Matter with Silicon Labs MG24
    • IoT Services: Which Solution? >
      • Recommended IoT Solutions
      • Platform-Specific IoT Solutions
      • Other IoT Solutions
      • Not tested IoT Solutions
      • Notification Solutions
    • Get Date and Time from Internet with NTP
    • Fast and Easy WiFi Connection with QR-Code
  • Tools
    • How to Start?
    • Reference >
      • Asking for Help
      • Boards Pins Maps
      • Ruler
      • Boards and Plugs
      • I²C Logic Level Converter
      • Standards for Connectors
    • Training >
      • Texas Instruments Workshops
      • Embedded Systems: Shape The World — MOOC edX UTAustinX UT.6.02x
      • Embedded Systems - Shape The World: Microcontroller Input/Output — MOOC edX UTAustinX UT.6.10x
      • Embedded Systems - Shape The World: Multi-Threaded Interfacing — MOOC edX UTAustinX UT.6.20x
      • Real-Time Bluetooth Networks: Shape the World — MOOC edX UTAustinX UT.RTBN.12.01x
      • Systems Thinking with Texas Instruments Robotics System Learning Kit
    • Books >
      • Getting Started with the MSP430 LaunchPad
      • Getting Started with Arduino
      • Arduino Cookbook
    • IDE >
      • The Battle of IDEs
      • More Options
      • Assessing the Next Generation of IDEs
      • Tools for Documentation
    • Equipment >
      • Saleae Logic Analyser
      • Rigol DS1102E Oscilloscope
      • XDS110 Debug Probe with EnergyTrace​
      • Segger J-Link Programmer-Debugger
      • Nordic Power Profiler Kit II
  • Projects
    • Libraries >
      • Master I²C Software Library
      • Date and Time Library
      • highView Library Suite
      • Others Libraries
    • smartDevices >
      • I²C smartColours Smart Sensor
      • I²C smartRFID Smart Sensor
      • I²C smartLED Display
      • I²C smartControls Smart Device
      • I²C smartWiFi Smart Device
      • I²C smartBLE Smart Device
      • I²C smartNode Smart Device
    • IoT Projects >
      • Remote E-Paper Weather and Message Board
      • Typie-Walkie with LoRa and E-Paper Screen
      • Typie-Walkie with E-Paper Screen
      • Remote e-Paper Pictures Panel
      • Remote e-Paper Messages Panel
      • Industrial IoT Project
      • Remote Contactless Temperature Monitor
      • Using Node-RED for IIoT
      • Low Power Home Network Weather Monitoring
      • Updated Low Power Home Network Weather Monitoring
      • Weather and Security Station with Blynk
      • SensorTag to Blynk Using Node-RED
      • Pervasive Reporting
    • AI Projects >
      • Colour Recognition with Neural Network
    • Other Projects >
      • Air Quality Monitoring
      • Driving a Large E-Paper Display with a Compact Xiao RP2040
      • Low-Power E-Paper Weather Station
      • Portable Particulate​ Matter Monitor
      • FRAM-based E-Paper Screen Controller
      • General Purpose 3.5" Screen
      • Colour Recognition with Neural Network
      • A Low Power Weather Station
      • Digital Volt-Amp-Watt Meter
      • Mobile Measurement with LCD Display
      • Screen with SRAM for GUI
      • Volt-Amp-Watt-Meter for Grove
      • Multi-Touch Project with CapTIvate

​Texas Instruments Code Composer Studio 6

Code Composer Studio is the official IDE from Texas Instruments to support the different families of MCUs and MPUS. Code Composer Studio or CCS for short is based on Eclipse.

The new release 6 of CCS adds a new mode to support Energia-based sketches.
Picture

Features

Because CCS is based on Eclipse, installation requires downloading many large files and as many bundles as supported MCUs: MSP430, C2000, Stellaris, Tiva.

Although installing CCS6 is easier and faster than CCS5 to install, it takes a while --typically 2 hours-- and requires a fast internet connection.
  • On Windows, the anti-virus needs to be turned off during the installation. Some drivers aren't signed and thus raise security alarms. Find the procedures to enable the installation of unsigned driver for Windows 7 and Windows 8.
  • On Linux, additional packages are required but aren't included in the main installation nor downloaded automatically. There's no alternative but to follow those cryptic instructions.
  • On macOS, additional packages are required.

Once CCS is installed, adding new features is vastly improved thanks to the new application portal called App Centre. 
  • Add-ons include TI's official tool-chains and alternative tool-chains like GCC, real-time TI-RTOS.
  • Standalone softwares group controlSUITE, BIOS, Energia.
  • Additional resources provide pointers to the Code Composer Studio wiki and the LaunchPad pages.

Picture
The new release CCS6 includes a simplified GUI called CCS Simple among the different perspectives.

Picture
Thanks to the integration of the Energia framework, the new CCS6 manages to combine two opposites. 
  • Ease of use thanks to the Energia framework, with an standard set of C++ functions and a hardware abstraction layer. The same code runs across the different boards.
  • Advanced tools with a debugger with rich features and other powerful utilities.

The Project menu allows to import an existing Energia project or create a new one. When imported, the .ino file is converted into a standard .cpp file. 

However, contrary to Energia, it is not possible to change the board, for example create a project for a MSP430 and then switch to a Tiva C MCU. 

Enthusiast hobbyists and makers can leverage the hardware debugger featured in every LaunchPad board and keep the familiar Energia framework.

Picture
On selected LaunchPads or with the adequate emulator, CCS includes EnergyTrace, an energy profiler. It monitors power consumption and also estimates the battery life.

​See a full example at Ultra-Low Power with MSP430.
Picture

Conclusion

The underlying IDE remains Eclipse, with all its power and complexity, and annoying details. CCS is now available for the 3 major platforms, Linux, macOS and Windows.

I still don't understand why standard modern features are missing. For example, auto-completion isn't automatic. After typing in the first letters, the user needs to press Ctrl-Space in order to show a list of the corresponding functions and variables, when other professional IDEs like Visual Studio and Xcode automatically pop the drop-down list. On macOS, consider embedXcode instead. 

Texas Instruments engineers have done a splendid job with this new release 6 of Code Composer Studio, aimed at enthusiast hobbyists as well as professional developers.

Pros

  • All modern amenities
  • Imports and creates Energia sketches
  • Built-in debugging

Cons

  • Heavy IDE not easy to install 
  • Changing the board is not possible for Energia projects

Wrap-Up

  • Powerful IDE with all the modern amenities 
  • Support for Energia
  • Built-in debugger and energy profiler

Links

  • Code Composer Studio
  • Installing unsigned drivers in Windows
  • Installing required packages in Linux
Picture
Picture

Posted:
Updated: Feb 03, 2017

Powered by Create your own unique website with customizable templates.