OpenNuvoton / M031BSP

BSP for M031 Series MCU
Apache License 2.0
15 stars 16 forks source link

UART Tx DMA Example for M032 #16

Open jeromeDms opened 2 years ago

jeromeDms commented 2 years ago

Hi Is there an example somewhere that shows how to use DMA on UART Tx ? I'm using 3 serial ports on my project M032 based, and I need to optimize UART Tx function. Thanks Jerome

kchuang1 commented 2 years ago

Hi,

Please refer https://github.com/OpenNuvoton/M031BSP/tree/master/SampleCode/StdDriver/UART_PDMA for the PDMA + UART usage.

jeromeDms commented 2 years ago

Thanks !!