Hey guys/gals, I have a UART TX and DMA issue, I can't call HAL_UART_Transmit_DMA sequentially in the same functions, the first call is successful but the UART gstate gets stuck in the TX_BUSY state so a second call fails to execute. Heres some detai...