2020-03-17 07:17 AM
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
2020-03-18 06:39 PM
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.