Specifications
Opening and Examining the Project
6-2
6.1 Opening and Examining the Project
In this chapter, you modify the example you worked on in the previous
chapter.
Note: Copy Example Files if Previous Chapter Not Completed
If you did not complete the previous chapter, you can copy example files
from the volume3 folder that reflect the state of the example at the end of
the previous chapter. Copy all the files from c:\ti\c6000\tutorial\volume3 (or
the location where you installed Code Composer Studio) to your working
folder.
1) Copy
only
the following files from the c:\ti\c6000\tutorial\volume4\ folder
to your working folder. (Note that you should
not
copy all the files from the
volume4 folder. In particular, do not copy the volume.cdb file.)
■
volume.c
. The source code has been modified to allow you to use
the RTDX module to change the load without stopping the target
program. You examine the changes in section 6.3, page 6-5.
■
loadctrl.exe
. This is a simple Windows application written in Visual
Basic 5.0. It sends load values to the target in real time using RTDX.
■
loadctrl.frm, loadctrl.frx, loadctrl.vbp
. If you have Visual Basic,
you can use it to examine these source files for the loadctrl.exe
application.
2) From the Windows Start menu, choose Programs
→
Code Composer
Studio ’C6000
→
CCStudio.
3) Choose Project
→
Open. Select the volume.mak file in your working folder
and click Open.