Resolved! HAL_UART_Transmit_DMA does not trigger HAL_UART_TxCpltCallback interrupt
Hi, I want to use UART with DMA on my STM32F407 MCU. I would expect that it would trigger `HAL_UART_TxCpltCallback` interrupt on transfer complete, but it does not do that. I tried many different configurations in STM32CubeMX:enabling "USART2 global ...