2017-03-07 05:42 PM
Hi! I got a problem when I was dealing with ADC. I am wondering if I need to use the multichannel at different time, which means I want to start one channel at a time and get a thousand ADC data then stop ADC,after which open again but get value at different channel, what should I change in the main program?Thank you for ur help!
2017-03-08 12:34 AM
That depends on your application and the sample rate.
But you can sample all channels together, and simply discard (ignore) the values you don't need.
That would safe you from permanently configuring the ADC back and forth.
2017-03-08 01:01 AM
Which STM32?
2017-03-12 05:26 PM
STM32F411RET6
2017-03-12 05:28 PM
Hi,so there is no HAL function that could do so? The HAL function start adc dma seems to be open all the configured channel.