User`s guide

load
Purpose Transfer program 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 le specied by filename into
the proces sor.
filename can include a full path to a le, or just the
name of a le that resides in the CCS working d irectory. Use
cd to
check or modify the working directory. Only use
load with program
les that are created by the CCS build process.
timeout denes 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 le specied by filename into the
processor.
filename canincludeafullpathtoale, or just the name
of a le that resides in the CCS working directory. Use
cd to check or
modify the working directory. Only use
load with program le 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) le named
gelfilename into CCS, in the
active project.
gelfilename needstobethefullpathtothele, or just
the le nam e if the le already shows up in your CCS workspace or
project. load adds the G EL letotheactiveprojectonly. Tomakea
different project active so you can add your GEL le 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 le is identical to using the File
> Load GEL option in CCS IDE. Your loaded GEL le appears in the
7-91