cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Channel ADC Reading

BChau.1
Associate

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

1 REPLY 1
TDK
Guru

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".