Resolved! Using DMA with UART on STM32H753ZI and getting HAL_DMA_ERROR_TE (Transmission Error)
Hello, I am trying to set the UART5 TX with the DMA. I am using Cube, and in the GUI I selected UART5 to asynchronous, and added DMA for UART5_TX. Then, in the generated code, I added this part as I didn't see initialization for the DMA (inside the M...