STM32H7 UART Tx with DMA (and StdPeripheralLibrary)
Hello,
using STM32CubeIDE 1.13.2 with V1.11.1
Sending 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_DMATransmitCplt" i can see that the callback "HAL_UART_TxCpltCallback" is definitely not called if i use DMA_Normal mode (only in circular mode, of course).
Is this a bug, or is this intentionally left?
How can i get an callback if a normal DMA-Transfer is completed, i don't want to poll the DMA-Flags.
thanks an best regards
