Toshiba H1 Series User Manual
Page 328

TMP92CZ26A
92CZ26A-325
(9) Transmission buffer
The transmission buffer (SC0BUF) shifts out and sends the transmission data
written from the CPU form the least significant bit (LSB) in order. When all the bits
are shifted out, the transmission buffer becomes empty and generates an INTTX0
interrupt.
(10) Parity control circuit
When SC0CR
transmit and receive data with parity. However, parity can be added only in 7-bit
UART mode or 8-bit UART mode. The SC0CR
control register allows either even or odd parity to be selected.
In the case of transmission, parity is automatically generated when data is written
to the transmission buffer SC0BUF. The data is transmitted after the parity bit has
been stored in SC0BUF
UART mode. SC0CR
data is written to the transmission buffer.
In the case of receiving, data is shifted into receiving buffer 1, and the parity is
added after the data has been transferred to receiving buffer 2 (SC0BUF), and then
compared with SC0BUF
UART mode. If they are not equal, a parity error is generated and the SC0CR
flag is set.
(11) Error flags
Three error flags are provided to increase the reliability of data reception.
1. Overrun error
If all the bits of the next data item have been received in receiving buffer 1
while valid data still remains stored in receiving buffer 2 (SC0BUF), an overrun
error is generated.
The below is a recommended flow when the overrun error is generated.
(INTRX interrupt routine)
1) Read receiving buffer
2) Read error flag
3) If
then
a) Set to disable receiving (Write 0 to SC0MOD0
b) Wait to terminate current frame
c) Read receiving buffer
d) Read error flag
e) Set to enable receiving (Write 1 to SC0MOD0
f) Request to transmit again
4) Others
Note: Overrun errors are generated only with regard to receive buffer 2 (SC0BUF). Thus, if SC0CR
read, no overrun error will occur.