MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur Page 77

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 575
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 76
ticcs Object Properties
rtdx
Property rtdx is a subclass of the ticcs link and represents the RTDX portion
of a link for CCS IDE. As shown in the example,
rtdx has properties of its own
that you can set, such as
timeout, and that report various states of the link.
get(cc.rtdx)
ans =
version: 1
numChannels: 0
Rtdx: [1x1 COM ]
RtdxChannel: {'' [] ''}
procType: 103
timeout: 10
In addition, you can create an alias to the rtdx portion of a link, as shown
in this code example.
rx=cc.rtdx
RTDX channels : 0
Now you can use rx with the functions in Embedded IDE Link CC, such as
get or set. If you have two open channels, the display looks like the following
get(rx)
ans =
numChannels: 2
Rtdx: [1x1 COM ]
RtdxChannel: {2x3 cell}
procType: 98
timeout: 10
when the processor is from the C62 family.
2-55
Vue de la page 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 574 575

Commentaires sur ces manuels

Pas de commentaire