Skip to content

Getting Started

Biasio edited this page Jun 11, 2026 · 1 revision

Getting Started

Prerequisites

  • CCStudio v12.8 – Download from TI.com
  • SimpleLink MSP432 SDK v3.40.01.02 – Download from TI.com

⚠️ Important: The SimpleLink SDK must be placed in the parent directory of the repository (i.e., the folder that will contain the cloned repo). For example, if you plan to clone into ~/my_project, the SDK should be extracted to ~/ (so the SDK folder sits alongside my_project, not inside it).

Clone the Repository

git clone <repository-url>
cd <repository-folder>
git submodule init && git submodule update --remote

Import into CCStudio

  1. Launch CCStudio v12.8
  2. When prompted for a workspace, select the repository folder (the one you just cloned)
  3. Go to Project → Import Project (or File → ImportCCS Projects)
  4. Click Browse… and select the repository folder
  5. Under Discovered Projects, check the project you want to import
  6. Click Finish

The project is ready to be deployed.

Clone this wiki locally