User`s guide
open
Purpose Open channel to processor or load file into CCS IDE
Note Support for open(rx,...) on C5000 and C6000 processors will
be removed in a future version.
open(cc,filename,'text') produces an error.
open(cc,filename,'workspace') produces an error.
open(cc,filename,'program') produces an error. Use load instead.
Syntax open(rx,'channel1','mode1','channel2','mode2',...)
open(rx,channel,mode)
open(cc,filename,filetype,timeout)
open(cc,filename,filetype)
open(cc,filename)
Description open(rx,'channel1','mode1','channel2','mode2',...) opens new
RTDX channels associated with the link
rx. Each new channel uses
the string name
channel1, channel2, and so on. For each channel,
open configures the channel according to the associated mode string.
Channel1 uses mode1; channel2 uses mode2, and so forth. Mode strings
are either:
•
r —Configure the channel to read data from the processor.
•
w —Configure the channel for writing data to the processor.
open(rx,channel,mode) opens a new channel to the processor
associated with the link
rx. The new channel uses the channel string
and is configured for reading or writing according to the
mode string.
open(cc,filename,filetype,timeout) load s filename into CCS IDE.
filename can be the full path to the file or, if the file is in the current
7-97