User`s guide
load
GEL files folder in CCS. To remove GEL files, use remove.Youcan
load any GEL file — you must be sure the GEL file is the correct one.
load does not attempt to verify whether the GEL file is appropriate for
your hardware or project.
Examples Taken from the CCS link tutorial, this code prepares for and loads an
object file
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 fi le. Select Project > Build from
the menu bar in CCS IDE.
With the p roject build complete, load your .
out file by entering
load(cc,'filename.out')
See Also cd, dir, open
7-92