cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 ADC w/ DMA application notes & examples

John Hite
Associate III
Posted on February 24, 2017 at 17:09

We are using the STM32F437 and I am trying to find application notes for using ADC with DMA. More particularly I would like to see notes or code examples where multiple channels (2) are interleaved.

Thanks,

jh

5 REPLIES 5
allard
Senior
Posted on February 24, 2017 at 20:04

I think STMCubeF4 contains some examples.

Posted on February 24, 2017 at 20:38

Thanks but the only examples there seem to be HAL based and we are not using HAL.

jh

Posted on February 24, 2017 at 20:57

STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Project\STM32F4xx_StdPeriph_Examples\ADC\ADC_DualModeInterleaved

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on February 24, 2017 at 21:44

Thank you sir. I am embarrassed to say I forgot to look there.

jh

Posted on February 24, 2017 at 22:39

I'm not sure I've posted an interleaved example for the F4, but it is only subtly different to the non-interleaved mode.

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