User`s guide

ccsboardinfo
at the MATLAB desktop prompt. You get
Board Board Proc Processor Processor
Num Name Num Name Type
--- ---------------------------------- --- ------------
1 C6xxx Simulator (Texas Instrum .0 CPU TMS320C6211
0 C6211 DSK (Texas Instruments) 2 CPU_3 TMS320C6x1x
0 C6211 DSK (Texas Instruments) 1 CPU_4_1 TMS320C6x1x
0 C6211 DSK (Texas Instruments) 0 CPU_4_2 TMS320C6x1x
Now enter
boards = ccsboardinfo
MATLAB software returns
boards=
2x1 struct array with fields
name
number
proc
showing that y ou have two boards in your PC.
Use the dot notation to determine the names of the boards:
boards.name
returns
ans=
C6xxx Simulator (Texas Instruments)
ans=
C6211 DSK (Texas Instruments)
To identify the processors on each board, again use the dot notation to
access the processor information. You have two boards (numbered 0 and
7-18