I have two ways of sending UART data from MCU to PC: one uses the standard TI SCI driver (sciSend function), and another one uses DMA. However, if I send a message using the DMA function and shortly after another message using the standard sciSend, the DMA UART message never appears. Is there a way I can send messages using DMA and sciSend and ensure that both types of writes will successfully complete and not overlap or cancel each other?