English
Language : 

LM3S9B92 Datasheet, PDF (591/1279 Pages) Texas Instruments – Stellaris LM3S9B92 Microcontroller
Stellaris® LM3S9B92 Microcontroller
14.3.6.1
Signaling
The status signals provided by UART1differ based on whether the UART is used as a DTE or DCE.
When used as a DTE, the modem status signals are defined as:
■ U1CTS is Clear To Send
■ U1DSR is Data Set Ready
■ U1DCD is Data Carrier Detect
■ U1RI is Ring Indicator
■ U1RTS is Request To Send
■ U1DTR is Data Terminal Ready
When used as a DCE, the the modem status signals are defined as:
■ U1CTS is Request To Send
■ U1DSR is Data Terminal Ready
■ U1RTS is Clear To Send
■ U1DTR is Data Set Ready
Note that the support for DCE functions Data Carrier Detect and Ring Indicator are not provided. If
these signals are required, their function can be emulated by using a general-purpose I/O signal
and providing software support.
14.3.6.2
Flow Control Methods
Flow control can be accomplished by either hardware or software. The following sections describe
the different methods.
Hardware Flow Control (RTS/CTS)
Hardware flow control between two devices is accomplished by connecting the U1RTS output to the
Clear-To-Send input on the receiving device, and connecting the Request-To-Send output on the
receiving device to the U1CTS input.
The U1CTS input controls the transmitter. The transmitter may only transmit data when the U1CTS
input is asserted. The U1RTS output signal indicates the state of the receive FIFO. U1CTS remains
asserted until the preprogrammed watermark level is reached, indicating that the Receive FIFO has
no space to store additional characters.
The UARTCTL register bits 15 (CTSEN) and 14 (RTSEN) specify the flow control mode as shown in
Table 14-3 on page 591.
Table 14-3. Flow Control Mode
CTSEN
1
1
0
RTSEN
1
0
1
Description
RTS and CTS flow control enabled
Only CTS flow control enabled
Only RTS flow control enabled
June 14, 2010
591
Texas Instruments-Advance Information