Skip to main content
Visitor II
April 3, 2024
Question

ADC multichannel DMA with Freertos on STM32H735G-DK

  • April 3, 2024
  • 0 replies
  • 825 views

I have tried many things but cannot seem to get ADC multichannel DMA with Freertos on STM32H735G-DK working.

I have setup the ADC to use DMA following many tutorials. I have set up a task to start the ADC with DMA, but the conversion complete callback never gets called.

So I reduced it to using just one channel with DMA, and still no good. I am using ADC3 channel 10. 

Any ideas?

Attached is my main.c

 

    This topic has been closed for replies.