User`s guide

ticcs
Using ticcs with Multiple Processor Boards
When you create ticcs objects that access boards that contain more
than one processor, such as the O MAP1510 pla tform,
ticcs behaves
a little differently.
For each of the
ticcs syntaxes above, the result of the method changes
in the multiple processor case, as follows.
cc = ticcs
cc = ticcs('propertyname',propertyvalue)
cc = ticcs('propertyname',propertyvalue,'propertyname',...
propertyvalue)
In the case where you do not specify a board or processor:
cc = ticcs
Array of TICCS Objects:
API version : 1.2
Board name : OMAP 3.0 Platform Simulator [Texas
Instruments]
Board number : 0
Processor 0 (element 1): TMS470R2127 (MPU, Not Running)
Processor 1 (element 2): TMS320C5500 (DSP, Not Running)
Where you choose to iden tify your processor as an input argument to
ticcs, for example, when your board contains two processors:
cc = ticcs('boardnum',2)
Array of TICCS Objects:
API version : 1.2
Board name : OMAP 3.0 Platform Simulator [Texas Instruments]
Board number : 2
Processor 0 (element 1) : TMS470R2127 (MPU, Not Running)
Processor 1 (element 2) : TMS320C5500 (DSP, Not Running)
cc returns a two element object handle with cc(1) corresponding to the
rst processor and
cc(2) corresponding to the second.
7-153