<< Chapter < Page Chapter >> Page >
A brief tutorial on how to get started using Code Composer Studio.

Introduction

This is a brief tutorial over Code Composer Studio which is a programming environment used to implement various algorithms and load code onto a DSP. If you would like a more in-depth tutorial, please feel free to click on Help -->Tutorial in Code Composer.

Starting code composer studio

Before starting, it would be a good idea to create a folder where you will be saving your project files. Label the folder ELEC424_Tutorial .

To open Code Composer Studio in a Windows 2000 system, click on Start and select Programs --> Texas Instruments --> Code Composer Studio DSK Tools 2 (‘C2000) --> Code Composer Studio .

You should see the following screen:

Creating a file

To create a new source code file, click on File --> Source File . A window titled ‘ Untitled1 ’ will appear within the Composer environment:

You can double-click on the ‘ Untitled1 ’ window to make it larger.

To save your file, click on File --> Save . The following prompt will appear:

There are several Save as type… options. Choose the appropriate one for your code. It will give your file the proper file extension. It is also lets the linker know when you compile your code what kind of language the file is written in.

When you are done, click Save .

Creating a new project

After you have finished creating the files you need to run on the DSP, you will now want to create a project that will include all the files. Select Project --> New…

The following prompt will appear:

Fill in the project name in Project Name . Browse to the folder you created for the project in Location . Make sure you select Executable (.out) in Project Type , and select TMS320C28XX in Target . When you are done, click Finish .

Example.pjt will appear in the left-hand side of the Composer environment. Click on the ‘ + ’ to expand the project:

Before expanding project
After expanding project

Adding new files to the project

In order to add new files, select Project --> Add Files to Project… The following prompt will appear:

Select the file you want to add. To make it easier, you can narrow your search of a particular file by choosing which type of file you want in the Files of type…

When you are done, click Open .

You should now see the file after clicking on the ‘ + ’ in the left-hand window:

Compiling files and building projects

Once you have added all the files you want to be included in your project, you will now need to build your project. Select Project --> Rebuild All . You should see the following window at the bottom of the Code Composer Studio Environment:

If there are errors in your code, they will be listed with the corresponding line numbers. Correct them and rebuild your project.

Loading/reloading programs

After your code has been successfully compiled and built, you must now load your program onto the DSP. Select File --> Load Program… You will see the following prompt dialog:

When you rebuild your project, Code Composer Studio is set at default to create a new folder in your directory called Debug . This is where the executable file is created. Double-click on the Debug folder and you should see your *.out file:

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, High-speed and embedded systems design (under construction). OpenStax CNX. Feb 18, 2004 Download for free at http://cnx.org/content/col10212/1.12
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'High-speed and embedded systems design (under construction)' conversation and receive update notifications?

Ask