User`s guide
load
Purpose Transfer program fi le (*.out,*.obj) to processor in active project
Syntax load(cc,'filename',timeout)
load(cc,
'filename')
load(cc,'gelfilename',timeout)
Description load(cc,'filename',timeout) loads the file specified by filename into
the proces sor.
filename can include a full path to a file, or just the
name of a file that resides in the CCS working d irectory. Use
cd to
check or modify the working directory. Only use
load with program
files that are created by the CCS build process.
timeout defines the upper limit on how long M ATLAB software waits
for the load process to be complete. If this period is excee ded,
load
returns immediately with a timeout error.
load(cc,'filename') loads the file specified by filename into the
processor.
filename canincludeafullpathtoafile, or just the name
of a file that resides in the CCS working directory. Use
cd to check or
modify the working directory. Only use
load with program file s that
are created by the CCS build process.
timeout defaults to the global
value you set when you created link
cc.
Note load disables all open channels. Open channels revert to
disabled.
load(cc,'gelfilename',timeout) loads and opens the general
extension l an g u ag e (GEL) file named
gelfilename into CCS, in the
active project.
gelfilename needstobethefullpathtothefile, or just
the file nam e if the file already shows up in your CCS workspace or
project. load adds the G EL filetotheactiveprojectonly. Tomakea
different project active so you can add your GEL file to it, use
activate.
The
timeout option is not require d, as is true for m ost methods in the
product. Using
load to add a GEL file is identical to using the File
> Load GEL option in CCS IDE. Your loaded GEL fi le appears in the
7-91