User`s guide
2 Automation Interface
C:\Temp\LinkForCCSDemos_v3.2\ccstutorial\c6x\c67x\ccstut.pjt
demoPjt.DemoDir
ans =
C:\Temp\LinkForCCSDemos_v3.2\ccstutorial\c6x\c67x
Your paths may be different if you use a different proces sor. Note where
the software stored the demo files on your machine. In general, Embe dded
IDE Link CC software stores the demo project files in
LinkforCCS_vproduct_version
Embedded IDE Link CC creates this directory in a location where you have
write p ermission. There are two locations where Embedded IDE Link CC
software tries to create the demo directory, in the f ollowing order:
a In a temporary directory on your C drive, such as C:\temp\.
b If Embedded IDE Link CC software cannot use the temp directory, you
see a dialog box that asks you to select a location to store the demos.
2 Enter the following command at the M ATLA B command prompt to build
the processor executable file in CCS IDE.
build(cc,'all',20)
You may g et an error related to one or more missing .lib files. If you
installed CCS IDE in a directory o ther than the default installation
directory, browse in your installation directory to find the missing file or
files. Refer to the path in the error message as an indicator of w here to
find the missing fi les.
3 Enter load(cc,'projectname.out') to load the processor e xe cution file,
where
projectname is the tutorial y ou cho s e, such as ccstut_67x.
You have a loaded program file and associated symbol table to the IDE
and processor.
2-12