Skip to main content
sredd.3
Associate II
April 20, 2022
Solved

What are the configurations needed to get the UART_receive _DMA in keil?

  • April 20, 2022
  • 4 replies
  • 1225 views

I am using the stm32h745-Discovery board.I am getting the data using the interrupt method and polling method but am not able to get the Data using the uart_receive_DMA. …

What are the further configurations needed for the DMA and What else to do get in M7.Could you please help me out to get the data using the DMA.(HAL Function.).

Thank you.

This topic has been closed for replies.
Best answer by Walid ZRELLI

Hello @sredd.3​ ,

You can refer to the following example provided under the H7 Firmware Package:

  • Path: Projects\STM32H743I-EVAL\Examples\UART\UART_HyperTerminal_DMA

I hope this helps.

BeST Regards,

Walid

4 replies

Walid ZRELLI
Walid ZRELLIBest answer
Visitor II
April 20, 2022

Hello @sredd.3​ ,

You can refer to the following example provided under the H7 Firmware Package:

  • Path: Projects\STM32H743I-EVAL\Examples\UART\UART_HyperTerminal_DMA

I hope this helps.

BeST Regards,

Walid

sredd.3
sredd.3Author
Associate II
April 20, 2022

Hi ZRELLI,

could you please share me the link If Possible .

Thanks & Regards

sredd.3
sredd.3Author
Associate II
April 20, 2022

Hi @Walid ZRELLI​ 

could you please share me the link If possible.

Regards

SR.

Tesla DeLorean
Guru
April 20, 2022

It's in the CubeH7 package, typically downloaded and unpacked into a repository by the Cube tools.

Or simply unpacked as a .ZIP into a local directory on your machine.

https://www.st.com/en/embedded-software/stm32cubeh7.html

https://github.com/STMicroelectronics/STM32CubeH7

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Examples/UART/UART_HyperTerminal_DMA/MDK-ARM

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..