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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 239
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
Vista de página 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 574 575

Comentários a estes Manuais

Sem comentários