User`s guide
2 Automa tion Interface
cc=ticcs('boardnum',0);
boardnum
defines which board the new link accesses. In this example,
boardnum is 0. Embedded IDE Link CC connects the link to th e first, and in
this case only, processor on the board. To find the
boardnum and procnum
values for the boards and simulators on your system, use ccsboardinfo.
When you enter the following command at the prom pt
ccsboardinfo
Embedded IDE Link CC returns a list like the following one that identifies
the boards and processors in your computer.
Board Board Proc Processor Processor
Num Name Num Name Type
1 C6xxx Simulator (Texas
Inst...
0 CPU TMS320C6211
0 C6701 EVM (Texas
Instruments)
0 CPU_1 TMS320C6701
3 To open and load the processor file, change the path for MATLAB software
to be able to find the file.
projname =
C:\Temp\LinkForCCSDemos_3.2\rtdxtutorial\c6x\c64xp\rtdxtut_sim.pjt
outFile =
C:\Temp\LinkForCCSDemos_v3.2\rtdxtutorial\c6x\c64xp\rtdxtut_sim.out
processor_dir = demoPjt.DemoDir
processor_dir =
C:\Temp\LinkForCCSDemos_v3.2\rtdxtutorial\c6x\c64xp
2-28