Tool/software:
In the current design, the TX/RX of TDA4AL's main_uart6 and the RX of main_uart7 are connected to the MCU. The baud rate for main_uart6 is set to 115200, and for main_uart7, it is set to 3125000. Since there are some transmission issues, we would like to try using UART DMA to see if it can help improve the situation. How can we configure UART DMA?
Thanks.