Workspace setup for CCS
Workspace Setup
Section titled “Workspace Setup”Download the Workspace
Section titled “Download the Workspace”Download the provided workspace archive (link provided on every lab).
Once downloaded, extract the folder to a location you can easily find, for example:
C:\Users\<your_username>\Documents\labxFolder Organization
Section titled “Folder Organization”When you open your workspace, you will find two main folders:
DirectoryLab_x
DirectoryLab_x_workspace
- …
DirectoryLibraries
- …
Open Workspace in CCS
Section titled “Open Workspace in CCS”When you launch Code Composer Studio, a window will appear asking you to select a workspace:

Workspace selection window at startup
In this dialog:
- Click Browse… and navigate to the folder where you extracted the workspace.
- Select the extracted workspace directory.
- 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.
Verifying Project Properties
Section titled “Verifying Project Properties”When working in Code Composer Studio, it’s important to confirm that your project is set up for the correct microcontroller and debug interface.
Open Project Properties
Section titled “Open Project Properties”- In the Project Explorer, right-click your project (e.g.,
ece3849_lab0) and select:Properties - Go to the following menu:
General → Project
Verify Device and Connection
Section titled “Verify Device and Connection”Make sure the settings match the following:
- Device:
Tiva TM4C1294NCPDT - Connection:
Stellaris In-Circuit Debug Interface

Correct project configuration for TM4C1294NCPDT and Stellaris interface