Do transmit interrupts interfere with receive interrupts, causing packet drops?
I have a simple application with the goal to fill a ring buffer with bytes received on the uart, while always transmitting 'E' at the same time. The UART uses both the RX and TX FIFOs. The only code running in the main thread is :uint8_t data = 0x45;...