Skip to main content
Associate III
July 12, 2024
Question

STM32H7 USART DMA

  • July 12, 2024
  • 0 replies
  • 842 views

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

Shiina_0-1720758800563.png

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)