I am currently developing a UART data forwarding application using TCP protocol to transmit data to a PC. The UART data rate can go up to 921600, so I need to utilize DMA functionality to ensure accurate data reception. However, I have been unable to find specific information on this. I would like to ask if it is possible to provide additional APIs related to DMA here?
I am currently developing a UART data forwarding application using TCP protocol to transmit data to a PC. The UART data rate can go up to 921600, so I need to utilize DMA functionality to ensure accurate data reception. However, I have been unable to find specific information on this. I would like to ask if it is possible to provide additional APIs related to DMA here?