Hi,I am using STM32Cube_FW_F4_V1.24.2. I noticed that HAL_UART_Transmit_DMA internally only checks the UART state (line 17) but completely ignores the return value of HAL_DMA_Start_IT (line 48). So what will happen if HAL_DMA_Start_IT returns HAL_BU...