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.
Install device-specific
SDKs (for example, MSP432, C2000, or SimpleLink SDKs) by TI Resource
Explorer or TI website.
Install required
libraries. If the project uses TI-specific libraries (for example,
DriverLib, TivaWare, or MSPWare), then download and install them.
Create a New CCS Project:
File → New → CCS
Project.
Select the target MCU,
compiler (TI Arm Clang), and project template (for example, Empty
Project).
Make sure the output
format (for example, ELF) matches the target.