MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO User's Guide Page 228

  • Download
  • Add to my manuals
  • Print
  • Page
    / 575
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 574 575

Comments to this Manuals

No comments