cancel
Showing results for 
Search instead for 
Did you mean: 

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

sredd.3
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

4 REPLIES 4

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
Associate II

Hi ZRELLI,

could you please share me the link If Possible .

Thanks & Regards

sredd.3
Associate II

Hi @Walid ZRELLI​ 

could you please share me the link If possible.

Regards

SR.

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
Up vote any posts that you find helpful, it shows what's working..