![ARTERY AT32F435 Series Reference Manual Download Page 208](http://html1.mh-extra.com/html/artery/at32f435-series/at32f435-series_reference-manual_2977592208.webp)
AT32F435/437
Series Reference Manual
2022.11.11
Page 208
Rev 2.03
Figure 12-1 Stop bit configuration
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Start
bit
Next
Start
bit
Clock
**
PEN = 1,
Parity bit
Data frame
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Start
bit
½ Stop bit
Next
Start
bit
PEN = 1,
Parity bit
Data frame
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Start
bit
Next
Start
bit
PEN = 1,
Parity bit
Data frame
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
Start
bit
Next
Start
bit
PEN = 1,
Parity bit
Data frame
STOPBN = 00
1 Stop bit
STOPBN = 01
½ Stop bit
STOPBN = 10
2 Stop bit
STOPBN = 11
1½ Stop bit
1 Stop bit
2
Stop bit
1½ Stop bit
12.5 DMA transfer introduction
Enable transmit data buffer and receive data buffer using DMA to achieve continuous high-speed
transmission for USART, which is detailed in subsequent sections. For more information on specific DMA
configuration, refer to DMA chapter.
12.5.1 Transmission using DMA
1.
Select a DMA channel: Select a DMA channel from DMA channel map table described in DMA
chapter.
2.
Configure the destination of DMA transfer: Configure the USART_DT register address as the
destination address bit of DMA transfer in the DMA control register. Data will be sent to this address
after transmit request is received by DMA.
3.
Configure the source of DMA transfer: Configure the memory address as the source of DMA transfer
in the DMA control register. Data will be loaded into the USART_DT register from the memory
address after transmit request is received by DMA.
4.
Configure the total number of bytes to be transferred in the DMA control register.
5.
Configure the channel priority of DMA transfer in the DMA control register.
6.
Configure DMA interrupt generation after half or full transfer in the DMA control register.
7.
Enable DMA transfer channel in the DMA control register.
12.5.2 Reception using DMA
1.
Select a DMA transfer channel: Select a DMA channel from DMA channel map table described in
DMA chapter.
2.
Configure the destination of DMA transfer: Configure the memory address as the destination of DMA