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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 281
info
Structure Element Data Type Description
info.subfamily
Decimal
Decimal representation of the hexadecimal
identication value that TI assigns to the processor
to identify the processor subfamily. IDs range
from 0x 00 0 to 0x3 822. Use
dec2hex to convert the
value in
info.subfamily to standard notation. For
example
dec2hex(info.subfamily)
produces ’67’ when the proce ssor is a member of the
67xx processor family.
info.timeout
Integer
Default timeout value MATLAB software uses when
transferring data to and from CC S. All functions that
use a timeout value have an optional
timeout input
argument. When you omit the optional argument,
MATLABsoftwareusesthisdefaultvalue–10s.
info = info(rx) returns info as a cell arraying containing the names
of your open RTDX channels.
Using info with Multiprocessor Boards
Method info works with p roces sors that have more than one processor
by returning the information for each processor access ed by the
cc
object you created with ticcs. The structure of i nformation returned is
identical to the single processor case, for every included processor.
Examples On a PC with a simulator congured in CCS IDE, info returns the
conguration for the processor being s imulated:
info(cc)
ans =
procname: 'CPU'
isbigendian: 0
7-60
Vista de página 281
1 2 ... 277 278 279 280 281 282 283 284 285 286 287 ... 574 575

Comentários a estes Manuais

Sem comentários