Hello,I am trying to synchronize the sending of strings using UART via a DMA. The program ``mostly`` works but the DMA does not write fast enough therefore the program overwrites the buffer and it ends up sending garbage data. I am trying to synchron...