SLAAEQ6 March   2025 MSPM0G3519

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Introduction
  5. 2Pre-Migration Preparation
    1. 2.1 CCS Version Comparison
    2. 2.2 Pre-Migration Preparation
  6. 3Porting Code to CCS
    1. 3.1 Prepare for Porting
    2. 3.2 Set Up CCS Environment
    3. 3.3 Import Source Code and Files in CCS
    4. 3.4 Handle Device-Specific Code
    5. 3.5 Adapt Code for CCS
    6. 3.6 Build and Debug
  7. 4Post-Migration Optimization
  8. 5Summary
  9. 6References

Set Up CCS Environment

  1. Install CCS:
    1. Download and install the latest version of Code Composer Studio from TI's website. Make sure that the required device support packages (Cores, Compilers, and Debuggers) are installed in CCS.
    2. Install device-specific SDKs (for example, MSP432, C2000, or SimpleLink SDKs) by TI Resource Explorer or TI website.
    3. Install required libraries. If the project uses TI-specific libraries (for example, DriverLib, TivaWare, or MSPWare), then download and install them.
  2. Create a New CCS Project:
    1. File → New → CCS Project.
    2. Select the target MCU, compiler (TI Arm Clang), and project template (for example, Empty Project).
    3. Make sure the output format (for example, ELF) matches the target.
       Create a New
                                    CCS Project Figure 3-1 Create a New CCS Project