English
Language : 

UPSD3354DV-40U6 Datasheet, PDF (106/272 Pages) STMicroelectronics – fast 8032 MCU with programmable logic
Serial UART interfaces
21 Serial UART interfaces
UPSD33xx
UPSD33xx devices provide two standard 8032 UART serial ports.
● The first port, UART0, is connected to pins RxD0 (P3.0) and TxD0 (P3.1)
● The second port, UART1 is connected to pins RxD1 (P1.2) and TxD1 (P1.3). UART1
can optionally be routed to pins P4.2 and P4.3 as described in Section 17.1.4:
Alternate functions on page 82.
The operation of the two serial ports are the same and are controlled by two SFRs:
● SCON0 (Table 63 on page 108) for UART0
● SCON1 (Table 65 on page 109) for UART1
Each UART has its own data buffer accessed through an SFR listed below:
● SBUF0 for UART0, address 99h
● SBUF1 for UART1, address D9h
olete Product(s) Note:
When writing SBU0 or SBUF1, the data automatically loads into the associated UART
transmit data register. When reading this SFR, data comes from a different physical register,
which is the receive register of the associated UART.
For simplicity in the remaining UART discussions, the suffix “0” or “1” will be dropped when
referring to SFR registers and bits related to UART0 or UART1, since each UART interface
has identical operation. Example, SBUF0 and SBUF1 will be referred to as just SBUF.
Each UART serial port can be full-duplex, meaning it can transmit and receive
simultaneously. Each UART is also receive-buffered, meaning it can commence reception of
a second byte before a previously received byte has been read from the SBUF register.
However, if the first byte still has not been read by the time reception of the second byte is
complete, one of the bytes will be lost.
- Obs 21.1
duct(s) 21.1.1
Obsolete Pro 21.1.2
UART operation modes
Each UART can operate in one of four modes, one mode is synchronous, and the others are
asynchronous as shown in Table 62 on page 107.
Mode 0
Mode 0 provides asynchronous, half-duplex operation. Serial data is both transmitted, and
received on the RxD pin. The TxD pin outputs a shift clock for both transmit and receive
directions, thus the MCU must be the master. Eight bits are transmitted/received LSB first.
The baud rate is fixed at 1/12 of fOSC.
Mode 1
Mode 1 provides standard asynchronous, full-duplex communication using a total of 10 bits
per data byte. Data is transmitted through TxD and received through RxD with: a Start Bit
(logic '0'), eight data bits (LSB first), and a Stop Bit (logic '1'). Upon receive, the eight data
bits go into the SFR SBUF, and the Stop Bit goes into bit RB8 of the SFR SCON. The baud
rate is variable and derived from overflows of Timer 1 or Timer 2.
106/272
Doc ID 9685 Rev 7