Installation and Configuration of Code Composer Studio (CCS) Common Libraries

Introduction

The currently popular MCUs mainly fall into two categories: ARM and DSP. Among the many manufacturers of DSP, TI (Texas Instruments) is one of the important leaders in the DSP chip field. CCS is an integrated development environment (IDE) software designed for Texas Instruments (TI) processors and microcontrollers. CCS provides developers with a complete set of tools and features for writing, debugging, and optimizing embedded applications. This article will introduce how to install and configure common libraries for preliminary preparation for subsequent development.

Overview

Code Composer Studio™ IDE is a complete integrated suite that enables developers to create and debug applications for all Texas Instruments embedded processors (Sitara, DSP, automotive, Keystone), microcontrollers (SimpleLink™, C2000 digital control, MSP430, TM4C, Hercules), as well as digital power (UCD) and programmable gain amplifier (PGA) devices.

Download

CCS can be downloaded directly from the official website. Currently, there are two software versions: CCSTUDIO-THEIA and CCSTUDIO. It is recommended to use CCSTUDIO as it is more mature. For convenience, you can also download my compressed package directly. (Public account: “IoT Knowledge”, reply with CCS).

Installation

Installing CCS

  1. Unzip the installation package

Installation and Configuration of Code Composer Studio (CCS) Common Libraries2. Right-click to run ccs_setup_12.3.0.00005.exe in administrator modeInstallation and Configuration of Code Composer Studio (CCS) Common Libraries3. Click next continuouslyInstallation and Configuration of Code Composer Studio (CCS) Common LibrariesAfter downloading, restart the computer.

4. The appearance of the icon on the desktop indicates that the download is completeInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

Installing Libraries

For daily development, it is often unrealistic to rely entirely on our own written programs. We need to utilize many code libraries provided by the official (such as C2000Ware and C2000Ware_MotorControl). The CCS software has prepared many commonly used libraries for us; we just need to configure them.

  1. First, we open CCS

  2. Select the workspaceInstallation and Configuration of Code Composer Studio (CCS) Common LibrariesInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  3. Click ViewInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  4. Select Resource ExplorerInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  5. Click the menu iconInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  6. Click Package ManagerInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  7. Select the libraries we need (usually C200Ware is required)Installation and Configuration of Code Composer Studio (CCS) Common Libraries

  8. Select the corresponding versionInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  9. Download firstInstallation and Configuration of Code Composer Studio (CCS) Common Libraries

  10. After downloading, apply (click APPLY)Installation and Configuration of Code Composer Studio (CCS) Common Libraries

  11. At this point, our library files are installed!

Next Steps

The installation package can be obtained by replying “CCS” in the public account backend. Everyone can join the QQ group for discussion: 766566980.

Leave a Comment