cancel
Showing results for 
Search instead for 
Did you mean: 

How to read multiple adc channels in STM32F0 using SPL?

Muhammad Moiz khan
Associate II
Posted on April 05, 2017 at 13:12

Hello,

I want to read multiple adc channels, using STM32F070 MCU my IDE is Coocox. I am searching for relevant examples without DMA but not able to find. Any help in this regard would be appreciated.

Regards,

Muhammad Moiz khan.

2 REPLIES 2
Posted on April 05, 2017 at 13:59

Why can't you just use DMA? It is the most efficient method, treat the DMA TC signal as an EOC flag.

ST uses DMA so the ADC doesn't overrun. 

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on April 05, 2017 at 14:15

Yup got it, most of the multiple channels examples of ADC use DMA. Thanks clive