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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 313
1 2 ... 309 310 311 312 313 314 315 316 317 318 319 ... 574 575

Comentários a estes Manuais

Sem comentários