GD32F3x0 User Manual
481
This register has to be accessed by word (32-bit).
Must be kept at reset value.
Receive data value
The received data character is contained in these bits.
The value read in the MSB (bit 7 or bit 8 depending on the data length) will be the
received parity bit, if receiving with the parity is enabled (PCEN bit set to 1 in the
USART_CTL0 register).
18.4.11. Transmit data register (USART_TDATA)
Address offset: 0x28
Reset value: Undefined
This register has to be accessed by word (32-bit).
Must be kept at reset value.
Transmit data value.
The transmit data character is contained in these bits.
The value written in the MSB (bit 7 or bit 8 depending on the data length) will be
replaced by the parity, when transmitting with the parity is enabled (PCEN bit set to
1 in the USART_CTL0 register).
This register must be written only when TBE bit in USART_STAT register is set.
18.4.12. USART receive FIFO control and status register (USART_RFCS)
Address offset: 0xD0
Reset value: 0x0000 0400