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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 293
isrtdxcapable
Purpose Determine whether processor supports R TDX
Note Support for isrtdxcapable on C5000 and C6000 processors will
be removed in a future version.
Syntax b=isrtdxcapable(cc)
Description b=isrtdxcapable(cc) returns b=1 wh en the processor referenced by
object
cc s upports RTDX. When the p rocessor does not support RTDX,
isrtdxcapable returns b=0.
Using isrtdxcapable with Multiprocessor Boards
When your board contains more than one process or, isrtdxcapable
checks each proce ssor on the processor, as dened by the cc object,
and returns the RTDX capability for each processor on the board. In
the returned variable
b,yound a vector that contains the information
for each acces sed processor.
Examples Create a link to your C6711 DSK. Te st to see if the processor on the
board supports RTDX. It should.
cc=ticcs; %Assumes you have one board and it is the C6711 DSK.
b=isrtdxcapable(cc)
b=
1
7-72
Vista de página 293
1 2 ... 289 290 291 292 293 294 295 296 297 298 299 ... 574 575

Comentários a estes Manuais

Sem comentários