Skip to main content
BChau.1
Visitor II
March 17, 2020
Question

Multiple Channel ADC Reading

  • March 17, 2020
  • 1 reply
  • 628 views

Hello ,

I am Using a development board STM32F072B-DISCO.

I am able to read single channel of ADC by poll Conversion method , But i am unable read multiple channel by poll conversion method.

Can you suggest method to read Multiple channel of ADC without using ADC Interrupt method.

I have also tried DMA method but it is not working. Please suggest some solution.

Regards,

Bharat

This topic has been closed for replies.

1 reply

TDK
Super User
March 19, 2020

1) Read one channel, then configure and read another, then another, etc...

2) Get DMA working. Look at the "ADC_Sequencer" example in the STM32F0 Cube repository.

"If you feel a post has answered your question, please click ""Accept as Solution""."