User`s guide
ticcs
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)
Checking the existing boards shows that board 2 does have two
processors:
ccsboardinfo
Board Board Proc Processor Processor
Num Name Num Name Type
--- ---------------------------------- --- ---------------
2 OMAP 3.0 Platform Simulator [T ... 0 MPU TMS470R2x
2 OMAP 3.0 Platform Simulator [T ... 1 DSP TMS320C550
1 MGS3 Simulator [Texas Instruments] 0 CPU TMS320C5500
0 ARM925 Simulator [Texas Instru ... 0 CPU TMS470R2x
Examples On a system with three boards, where the third board h as one p rocessor
and the first and second boards have two processors each, the follow ing
function:
cc = ticcs('boardnum',1,'procnum',0);
returns an object that accesses the first processor on the second board.
Similarly, the function
cc = ticcs('boardnum',0,'procnum',1);
returns an object that refers to the second processor on the fi rst board.
To access the p roces sor on the third board, use
cc = ticcs('boardnum',2);
7-155