Skip to main content
April 5, 2017
Question

How to read multiple adc channels in STM32F0 using SPL?

  • April 5, 2017
  • 2 replies
  • 843 views
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.

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    April 5, 2017
    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
    April 5, 2017
    Posted on April 05, 2017 at 14:15

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