I've tried to disable the XferHalfCpltCallback when using UART DMA transmit without any luck. I believe that you cannot change the callbacks, or disable them. Observations:When you call HAL_UART_Transmit_DMA(), the callbacks are set to predefined U...