Code Composer Studio Theia is an integrated development environment (IDE) that supports TI’s Microcontroller and Embedded Processors portfolio. Code Composer Studio Theia comprises a suite of tools used to develop and debug embedded applications. It includes an optimizing C/C++ compiler, source code editor, project build environment and debugger. The intuitive IDE provides a single user interface taking you through each step of the application development flow. Familiar tools and interfaces allow users to get started faster than ever before. Code Composer Studio Theia leverages the open source Theia IDE, a VS Code like IDE framework, to provide build, edit and debug flow for TI embedded devices.

Note

CCS Theia is a more limited IDE compared to CCS Eclipse. Device support will be limited initially as support is incremented for additional device families and capabilities. Please check Release Notes for details.

2.1. System Requirements

2.1.1. Hardware

Memory Disk space Processor
Minimum 8GB 2.5GB multi-core
Recommended 16GB+ 5.0GB+ multi-core (8+ threads)

Warning

It is strongly advised to have a system that exceeds the recommended requirements. While Code Composer Studio Theia will run on a system that meets the mininum requirements, the performance will likely be poor.

2.1.2. Operating System

Please note that Code Composer Studio Theia is a 64bit application and thus will not run on 32bit operating systems.

2.1.2.1. Windows

  • Windows 11 64bit
  • Windows 10 64bit

2.1.2.2. Linux

Supported distributions include:

  • Ubuntu 22.04 64bit
  • Ubuntu 20.04 64bit

Code Composer Studio Theia will run on other distributions but these are the officially supported and tested distributions.

More information on installation instructions as well as debug probe and device support is available in the Linux Host Support page.

2.1.2.3. macOS

Versions Supported

Each Code Composer Studio release is validated against a set of macOS releases. This release was validated with:

  • macOS 14 (Sonoma)
  • macOS 13 (Ventura)

More information on installation instructions as well as debug probe and device support is available in the macOS Host Support page.

2.2. Theia IDE

Code Composer Studio Theia is based on the Theia IDE open source software framework. See the General IDE chapter for more information on the Theia IDE.

2.3. Licensing

There is no license fee associated with Code Composer Studio Theia. Users are free to download and install Code Composer Studio Theia without having to purchase a license. The license terms for Code Composer Studio Theia are shown at installation and can also seen here.

2.4. Contents

Code Composer Studio Theia is a suite of development tools including an editor, project management system, compiler, debugger, and visualization tools.

2.4.1. IDE

IDE stands for Integrated Development Environment. It refers to an environment that brings together the tools needed to develop software. Typically this means an editor, build system and debugger. This enables the development of software without having to continually switch between tools.

The editor in Code Composer Studio Theia includes a wide breadth of features to make development easier. Standard features such as customizable syntax highlighting and code completion are present

The project management system allows for the building of projects with either the TI LLVM Compiler or GCC. It also integrates with standard source control software such as Git.

The integrated debugger allows for the debugging of applications running on TI embedded devices and is discussed in more detail in the debugging chapter.

2.4.2. Compiler

C/C++ Compilers are provided for each instruction set. In most cases this is a TI proprietary compiler.

2.4.3. Resource Explorer

Resource Explorer helps you find all the latest examples, libraries, demo applications, datasheets, and more for your chosen platform.

Filtering by device, or by TI LaunchPad™ Kit, the interface enables you to filter the content to only what is relevant to your chosen platform. Resource Explorer will show you not only the resources that you have installed on your local computer but also those that are located online and available for download. When you select an example from a software package that you have not yet installed Resource Explorer will allow you to install that package, and any necessary dependencies, and then allow you to import the example into your workspace.

Resource Explorer can be accessed from menu View → Resource Explorer.

More information on Resource Explorer is available here.

2.5. Debug Probes

TI offers a wide selection of debug probes that enable software development on TI embedded processors. TI’s debug probes are designed to meet different needs in terms of functionality and budget. Each probe is compatible with Code Composer Studio Theia

Developing software typically requires downloading the resulting program to the embedded processor it was written for. A debug probe provides a debug communication pathway between a host computer and the embedded processor. This allows for downloading of the program as well as controlling the processor to enable debugging.

More information on the debug probes available for TI embedded processors is available here.

2.6. Support

The E2E support community is the primary method for obtaining support for developing on TI processors. This article provides more information on support resources.