Hi team.
How should I use DMA?
The DMA I configured was debugged normally, but the full speed operation was abnormal.
basic register to configurate.
For example:
1) initialze uart
2) enable uart dma request (key point)
3) config DMAMUX
4) config DMA
5) enable DMA (key point)
......
Thanks