User`s guide

enable
Purpose Enable RTDX interface, specied channel, or all RTDX channels
Note Support for enable on C5000 and C6000 processors will be
removed in a future version.
Syntax enable(rx,'channel')
enable(rx,'
all')
enable(rx)
Description enable(rx,'channel') enables the open channel specied by the string
channel,forRTDXlinkrx. The input argument rx represents the
RTDX portion of the associated link to CCS IDE.
enable(rx,'all') enables all the open channels associated with rx.
enable(rx) enables the RTDX interface for rx.
Important Requirements for Using enable
On the processor side, enable depends on RTDX to enable channels.
You must meet the following requirements to use
enable:
1 The processor must be running a program when you enable the
RTDX interface. When the processor is not running, the state
defaults to disabled.
2 You must enable the RTDX interface before you enable individual
channels.
3 Channels must be open.
4 Your pro cessor program must p oll periodically .
5 Using code in the program running on the processor to enable
channels overrides the default disabled state of the channels.
7-51