User`s guide

ccsboardinfo
1). Board 0 has three CPUs dened for it. To determine the type of the
second process or on board 0 (the b oard whose
boardnum = 0), enter
boards(2).proc(1)
which returns
ans=
name: 'CPU_3'
number: 1
type: 'TMS320C6x1x'
Recall that
boards(2).proc
gives you this informa t ion about the board
ans=
3x1 struct array with fields:
name
number
type
indicating that this board has three processors (the 3x1 array).
The dot notation is useful for accessing the contents of a structure when
you create a link to CCS IDE. W h en you use
ticcs to create your CCS
link, you can u se the dot notation to tell CCS IDE which processor
you are using.
cc = ticcs('boardnum',boards(1).proc(1))
See Also info, ticcs
7-19