2017-04-05 04:12 AM
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.
2017-04-05 04:59 AM
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.
2017-04-05 07:15 AM
Yup got it, most of the multiple channels examples of ADC use DMA. Thanks clive