2020-11-08 01:50 AM
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 ?
2020-11-08 06:42 AM
> 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).