How to read multiple adc channels in STM32F0 using SPL?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-05 4:12 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-05 4:59 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-04-05 7:15 AM
Posted on April 05, 2017 at 14:15
Yup got it, most of the multiple channels examples of ADC use DMA. Thanks clive
