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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 574 575

Comentários a estes Manuais

Sem comentários