Hello,
I am trying to pass data internally between two UARTs- for example, Rx data from UART0 goes to Tx on UART1, and Rx data from UART1 goes to Tx on UART0. I'm basically a passthrough for UART data between two peripherals. I've been simply putting the incoming data into buffers and then transferring the data from those buffers periodically, but with heavy data flow I can't keep up. Is there a way to directly pass this UART data through, or do I need to set up uDMA for this traffic?
Thanks!
Cindy