MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Podręcznik Użytkownika Strona 240

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 239
1 2 ... 235 236 237 238 239 240 241 242 243 244 245 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag