MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Uživatelská příručka Strana 314

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 575
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 313
1 2 ... 309 310 311 312 313 314 315 316 317 318 319 ... 574 575

Komentáře k této Příručce

Žádné komentáře