2022-04-20 05:23 AM
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.
Solved! Go to Solution.
2022-04-20 05:40 AM
Hello @sredd.3 ,
You can refer to the following example provided under the H7 Firmware Package:
I hope this helps.
BeST Regards,
Walid
2022-04-20 05:40 AM
Hello @sredd.3 ,
You can refer to the following example provided under the H7 Firmware Package:
I hope this helps.
BeST Regards,
Walid
2022-04-20 07:16 AM
Hi ZRELLI,
could you please share me the link If Possible .
Thanks & Regards
2022-04-20 07:24 AM
Hi @Walid ZRELLI
could you please share me the link If possible.
Regards
SR.
2022-04-20 08:41 AM
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