I'm using a STM32F103C8 MCU, in UART2 with DMA, I lose many bytes when I send data to UART using a FTDI with YAT terminal. However when using Termite terminal I lose no data. My guess is, YAT sends data somewhat slower than Termite. If that's the cas...