Specifications

Opening and Examining the Project
7-2
7.1 Opening and Examining the Project
You begin by opening a project with Code Composer Studio and examining
the source code files and libraries used in that project.
1) If you installed Code Composer Studio in c:\ti, create a folder called
hostio in the c:\ti\myprojects folder. (If you installed elsewhere, create a
folder within the myprojects folder in the location where you installed.)
2) Copy all files from the c:\ti\c6000\tutorial\hostio1 folder to this new folder.
3) From the Windows Start menu, choose Programs
Code Composer
Studio ’C6000
CCStudio.
4) Choose Project
Open. Select the hostio.mak file in the folder you
created and click Open.
5) Expand the Project View by
clicking the + signs next to
Project, HOSTIO.MAK, and
Source. The hostiocfg.cmd file,
which was created when the
configuration was saved,
includes a large number of
DSP/BIOS header files. You do
not need to examine all these
header files.
The files used in this project
include:
hostio.c
. This is the source
code for the main program.
You examine the source
code in the next section.
signalprog.exe
. This Visual Basic application generates a sine wave
and displays the input and output signals.
slider.exe
. This Visual Basic application allows you to control the
volume of the output signal.
hostiocfg.cmd
. This linker command file is created when saving the
configuration file. The only object that has been added to the default
configuration is a LOG object called trace.
hostiocfg.s62
. This assembly file is created when saving the
configuration file.
hostiocfg.h62
. This header file is created when saving the
configuration file.