Hi
The DMA will be done writing data to the USART before the USART is done transmitting the data. After the DMA interrupt occurs you must therefore wait for an interrupt from the USART saying that it is done too.
Hi,
The source buffer in external memory should be aligned to cache line width. Hope you are #pragma for the same.