2020-03-18 11:12 AM
Hi all,
I'm using STM32H750VBT6 and CubeMX 5.5.0 for my project. My problem is that I couldn't read ADC values using DMA. I have tried many ways but still stuck on this. Please provide any solution to this.
Thanks,
Duc-Toan Tra
Solved! Go to Solution.
2020-03-18 04:40 PM
There's an FAQ giving a good explanation and provides the solution.
https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devices
2020-03-18 03:57 PM
Look at the ADC_DMA_Transfer example in the STM32H7 Cube examples folder.
2020-03-18 04:40 PM
There's an FAQ giving a good explanation and provides the solution.
https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devices
2020-03-18 11:17 PM
Thanks for your reply. I figured out that it works when I enable IRAM2.