MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guia do Utilizador Página 375

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 374
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
Vista de página 374
1 2 ... 370 371 372 373 374 375 376 377 378 379 380 ... 574 575

Comentários a estes Manuais

Sem comentários