![Geehy SEMICONDUCTOR APM32F030x4x6x8xC Скачать руководство пользователя страница 265](http://html1.mh-extra.com/html/geehy-semiconductor/apm32f030x4x6x8xc/apm32f030x4x6x8xc_user-manual_573629265.webp)
www.geehy.com Page 264
Field
Name
R/W
Description
27:24
ADDRL
R/W
USART Device Node Address Low Setup
This bit field is used for wake-up detection of 7-bit address flag which
is used for multi-computer communication and enters the mute state
or stop mode.
This bit can be set only when the receiver is turned off or USAR is not
enabled.
31:28
ADDRH
R/W
USART Device Node Address High Setup
This bit field is not only used for wake-up detection of 7-bit address
flag which is used for multi-computer communication and enters the
mute state or stop mode. (The most significant bit of the character of
the transmitter should be 1) But is also used for character detection in
normal receiving process. (Then the mute state is disabled) Then if
the received 8-bit byte matches ADDRH, CMFLG bit will be set.
This bit can be set only when the receiver is turned off or USAR is not
enabled.
Control register 3 (USART_CTRL3)
Offset address: 0x08
Reset value: 0x0000
Field
Name
R/W
Description
0
ERRIEN
R/W
Error interrupt Enable
0: Disable
1: Enabled; when any bit among FEFLG, OVREFLG and NEFLG is set,
an interrupt will be generated.
2:1
Reserved
3
HDEN
R/W
Half-duplex Mode Enable
0: Disable
1: Enable
This bit can be set only when USART is not enabled.
5:4
Reserved
6
DMARXEN
R/W
DMA Receive Enable
0: Disable
1: Enable
Set or cleared by software.
7
DMATXEN
R/W
DMA Transmit Enable
0: Disable
1: Enable
Set or cleared by software.
8
RTSEN
R/W
RTS Function Enable
0: Disable
1: Enable RTS interrupt
RTS: Require To Send, which is output signal, indicating it has been
ready to receive.
Request is made to receive data only when there is space in the
receive buffer; when data can be received, RTS output is pulled to low
level.
This bit can be set only when USART is not enabled.
9
CTSEN
R/W
CTS Function Enable
0: Disable
1: Enable
CTS: Clear To Send, which is input signal
When CTS input signal is at low level, the data can be transmitted;