cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745 Cortex M7 UART Transmit and Receive with DMA Problem

YSN
Senior

We have tested UART3 with both Polling and Interrupt and working fine. But now we wanted to receive stream of 25 bytes each line continuously with DMA enable on UART RX.

But We are unable to Receive any data with UART DMA. I dont find any example for UART with DMA in cube package for STM32H745 MCU.

Any one has worked with UART RX DMA in STM32H7 series MCU ?

1 REPLY 1
TDK
Guru

> I dont find any example for UART with DMA in cube package for STM32H745 MCU.

Here's one for the H743. The relevant code should be identical for the H745 (disable the CM4 core by setting option byte BOOT_CM4=0).

https://github.com/STMicroelectronics/STM32CubeH7/tree/79196b09acfb720589f58e93ccf956401b18a191/Projects/NUCLEO-H743ZI/Examples/UART/UART_TwoBoards_ComDMA

If you feel a post has answered your question, please click "Accept as Solution".