MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guida Utente Pagina 314

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 575
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 313
1 2 ... 309 310 311 312 313 314 315 316 317 318 319 ... 574 575

Commenti su questo manuale

Nessun commento