Question
STM32H7 USART DMA
stm32h7xx_hal_uart.c is missing a prompt to enable usart interrupt in the DMA configuration instructions.

Other comments have this sentence:
(+++) Configure the USARTx interrupt priority and enable the NVIC USART IRQ handle
(used for last byte sending completion detection in DMA non circular mode)
