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

  • 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 227
add
Board number : 0
Processor number : 0
Default timeout : 10.00 secs
RTDX channels : 0
cc.visible(1) % Optional. Makes CCS IDE visible on your desktop.
new(cc,'myproject','project');
% Now add a C source file
add(cc,'c6711dsk_adc.c'); % Adds the source file for the ADC block.
In CCS IDE, c6711dsk_adc.c shows up in myproject,intheSource
folder. Now add a new build conguration to myproject.Afteryouadd
the new conguration, you can see it on the co ngurations list in CCS
IDE, along with the usua l
Debug and Release congurations:
new(cc,'Testcfg','buildcfg')
Adding a new type denition to the type object is straightforward:
cc=ticcs;
info = add(cc.type, 'mynew typedef','int32');
info =
type: 'int32'
size: 1
uclass: 'numeric'
cc.type
Defined types : Void, Float, Double, Long, Int, Short, Char, mynewtypedef
See Also activate, cd, open, remove
7-6
Vue de la page 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 574 575

Commentaires sur ces manuels

Pas de commentaire