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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 575
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 313
load
GEL les folder in CCS. To remove GEL les, use remove.Youcan
load any GEL le you must be sure the GEL le is the correct one.
load does not attempt to verify whether the GEL le is appropriate for
your hardware or project.
Examples Taken from the CCS link tutorial, this code prepares for and loads an
object le
filename.out to a processor.
projfile =...
fullfile(matlabroot,'directoryname','directoryname','filename')
projpath = fileparts(projfile)
open(cc,projfile) % Open project file
cd(cc,projpath) % Change Code Composer working directory
Now use CCS IDE to build your le. Select Project > Build from
the menu bar in CCS IDE.
With the p roject build complete, load your .
out le by entering
load(cc,'filename.out')
See Also cd, dir, open
7-92
Page view 313
1 2 ... 309 310 311 312 313 314 315 316 317 318 319 ... 574 575

Comments to this Manuals

No comments