Skip to content

Workspace setup for CCS


Download the provided workspace archive (link provided on every lab).
Once downloaded, extract the folder to a location you can easily find, for example:

Terminal window
C:\Users\<your_username>\Documents\labx

When you open your workspace, you will find two main folders:

  • DirectoryLab_x
    • DirectoryLab_x_workspace
    • DirectoryLibraries

When you launch Code Composer Studio, a window will appear asking you to select a workspace:

Workspace selection window at startup
Workspace selection window at startup

In this dialog:

  1. Click Browse… and navigate to the folder where you extracted the workspace.
  2. Select the extracted workspace directory.
  3. Click Launch.

After launching, CCS will open using the provided workspace configuration.
Inside that workspace, you should see a template project folder “LabX” where you will develop your labs.

When working in Code Composer Studio, it’s important to confirm that your project is set up for the correct microcontroller and debug interface.


  1. In the Project Explorer, right-click your project (e.g., ece3849_lab0) and select:
    Properties
  2. Go to the following menu:
    General → Project

Make sure the settings match the following:

  • Device: Tiva TM4C1294NCPDT
  • Connection: Stellaris In-Circuit Debug Interface

CCS Project Properties Device and Connection
Correct project configuration for TM4C1294NCPDT and Stellaris interface