User`s guide
configure
Purpose Define size and number of RTDX channel buffers
Note configure produces a warning on C5000 and C6000 processors
and will be remov ed in a future version.
Syntax configure(rx,length,num)
Description configure(rx,length,num) sets the size of each main (host) buffer,
and the number of buffers associated with
rx. Input argument length
is the size in bytes of each channel buffer and num is the number of
channel buffers to create.
Main buffers must be at least 1024 bytes, w ith the maximum defined
by the largest message. On 16-bit processors, the main buffer must be
four bytes larger than the largest message . On 32-bit processo rs, set
the buffer to be eight bytes larger that the largest message. By default,
configure creates four, 1024-by te buffers . Independent of the value of
num, C CS IDE allocates one buffer for each processor.
Use CCS to check the number of buffers and the length of each one.
Examples Create a default link to C CS and configure six m ain buffers of 4096
bytes each f or the link.
cc=ticcs % Create the CCS link with default values.
TICCS Object:
API version : 1.0
Processor type : C67
Processor name : CPU
Running? : No
Board number : 0
Processor number : 0
Default timeout : 10.00 secs
RTDX channels : 0
7-26