STM32H7 UART Tx with DMA (and StdPeripheralLibrary)
Hello,using STM32CubeIDE 1.13.2 with V1.11.1Sending some bytes over uart with DMA works so far, but i am wondering, why it is not possible to use DMA-TransferComplete Callback for this normal-mode transmission.Directly in the lib-function "UART_DMATr...