Product Specs

Table Of Contents
50 UART Universal asynchronous receiver/
transmitter
Page
537
Bit number
Id
Reset 0x00000000
31 30
0 0
29
0
28
0
27
0
26
0
25
0
24
0
23 22 21 20
0 0 0 0
19
0
18
0
17
F
0
16
0
15
0
14
0
13
0
12
0
11
0
10
0
9
E
0
8
0
7
D
0
6
0
5
0
4
0
3
0
2
C
0
1
B
0
0
A
0
Id RW Field
Value Id
Value
Description
A
RW
CTS
Write '1' to Disable interrupt for CTS event
See EVENTS_CTS
Clear
1
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
B
RW
NCTS
Write '1' to Disable interrupt for NCTS event
Clear
1
See EVENTS_NCTS
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
C
RW
RXDRDY
Write '1' to Disable interrupt for RXDRDY event
Clear
1
See EVENTS_RXDRDY
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
D
RW
TXDRDY
Write '1' to Disable interrupt for TXDRDY event
Clear
1
See EVENTS_TXDRDY
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
E
RW
ERROR
Write '1' to Disable interrupt for ERROR event
Clear
1
See EVENTS_ERROR
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
F
RW
RXTO
Write '1' to Disable interrupt for RXTO event
Clear
1
See EVENTS_RXTO
Disable
Disabled
0
Read: Disabled
Enabled
1
Read: Enabled
50.10.4 ERRORSRC
Address offset: 0x480
Error source
Bit number
Id
Reset 0x00000000
31 30
0 0
29
0
28
0
27
0
26
0
25
0
24
0
23 22 21 20
0 0 0 0
19
0
18
0
17
0
16
0
15
0
14
0
13
0
12
0
11
0
10
0
9
0
8
0
7
0
6
0
5
0
4
0
3
D
0
2
C
0
1
B
0
0
A
0
Id RW Field
Value Id
Value
Description
A
RW
OVERRUN
Overrun error
NotPresent
0
A start bit is received while the previous data still lies in RXD.
(Previous data is lost.)
Read: error not present
Present
1
Read: error present
B
RW
PARITY
Parity error
NotPresent
0
A character with bad parity is received, if HW parity check is
enabled.
Read: error not present
Present
1
Read: error present
C
RW
FRAMING
Framing error occurred