Intel 537EX manual Intel Confidential, Parallel Host Interface 16C450/16C550A UART

Models: 537EX

1 104
Download 104 pages 52.19 Kb
Page 93
Image 93
UART Transmitter Flow Diagram

Parallel Host Interface 16C450/16C550A UART

modem for each data interrupt, instead of only a single byte, as in 16C450 mode. The following diagram shows how the FIFO is used. Host software using this FIFO capability can significantly reduce system overhead by reducing the number of times that interrupt service routines are called.

Figure 12. FIFO Buffers for Transmitter and Receiver

Modem

 

UART

 

 

Transmitter

Host

Transmitter

 

Modem Transmitter FIFO

Holding

(DTE)

Shift

 

Register

Register

 

 

 

(THR)

 

 

 

 

 

UART Transmitter Flow Diagram

 

 

Modem

 

UART

 

 

Receiver

Host

Receiver

 

Modem Receiver FIFO

Buffer

Shift

(DTE)

 

Register

Register

 

(RBR)

 

 

UART Receiver Flow Diagram

 

 

The register addresses are divided into two types: single-register access and multiple-register access. Most of the UART registers are single-register access (that is, only one internal register is accessible for a given register address). UART register addresses 3–7 are used to access a single internal register. The remainder of the UART register addresses (0–2) are used to access two or more internal registers.

Register address 2 is used to write FIFO control information into the FCR (FIFO Control register) and to read the IIR (Interrupt Identity register).

Register address 1 is used to read and write data to the IER (Interrupt Enable register) [when DLAB = 0] and the MS DLM (Divisor Latch register) [when DLAB = 1].

Register address 0 is used to read data from the RBR (Receiver Buffer register) [when DLAB = 0], write data to the THR (Transmitter Holding register) [when DLAB = 0], and read and write to the LS DLL (Divisor Latch register) [when DLAB = 1]. The UART registers and FIFO usage are described in the following sections.

536EX Chipset Developer’s Manual

93

Intel Confidential

Page 93
Image 93
Intel 537EX manual Intel Confidential, Parallel Host Interface 16C450/16C550A UART, UART Transmitter Flow Diagram