MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guía de usuario Pagina 241

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 575
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 240
ccsboardinfo
1). Board 0 has three CPUs dened for it. To determine the type of the
second process or on board 0 (the b oard whose
boardnum = 0), enter
boards(2).proc(1)
which returns
ans=
name: 'CPU_3'
number: 1
type: 'TMS320C6x1x'
Recall that
boards(2).proc
gives you this informa t ion about the board
ans=
3x1 struct array with fields:
name
number
type
indicating that this board has three processors (the 3x1 array).
The dot notation is useful for accessing the contents of a structure when
you create a link to CCS IDE. W h en you use
ticcs to create your CCS
link, you can u se the dot notation to tell CCS IDE which processor
you are using.
cc = ticcs('boardnum',boards(1).proc(1))
See Also info, ticcs
7-19
Vista de pagina 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 574 575

Comentarios a estos manuales

Sin comentarios