Question
When using DMA to tranfer data of UART, what will happen if Bit20 TRBUFF of DMA_SxCR is not set?
I am using the UART of STM32H747,with DMA transfering data. There is a Note in the reference manual about DMA_SxCR register:
And in the Errata sheet of STM32H743, it says:
What does a concurrent transfer mean? Will the DMA channel transfering UART data be locked? What are chances the DMA channel be locked? How can I make the lock happen in my own project?
