Is it a must to use DMA for ADC when we have more than one channel?
Hi!
I am using ADC1 to convert two channels continuously. The two channels are VrefINT and Temperature sensor. However, for some sampling rate I find that ADC1->DR contains only temperature data and for other sampling rate, ADC1->DR contains only VrefINT data.
Is it possible to read the conversion result for those two channels properly without using DMA? Or in this case, DMA is a must?