2022-07-23 10:19 AM
I am using STM32F411 and SDK v1.27.1.
I need to transmit data using DMA in UART
Solved! Go to Solution.
2022-07-23 10:43 AM
> What is the DMA peripheral flow control?
> and can be used in UART Tx?
No. Only SDIO can perform as peripheral flow controller. Read the Flow controller subchapter of DMA chapter in RM.
> I need to transmit data using DMA in UART
Read the UART chapter in RM. Set up an UART and transmit using polling. If that works, read DMA chapter in RM, enable DMA in UART and set up the respective Stream in DMA.
JW
2022-07-23 10:43 AM
> What is the DMA peripheral flow control?
> and can be used in UART Tx?
No. Only SDIO can perform as peripheral flow controller. Read the Flow controller subchapter of DMA chapter in RM.
> I need to transmit data using DMA in UART
Read the UART chapter in RM. Set up an UART and transmit using polling. If that works, read DMA chapter in RM, enable DMA in UART and set up the respective Stream in DMA.
JW