Question
Quick way to read multichannel, single conversion ADC without DMA on STM32F301.
Hi,
I have to read a sequence of five ADC channels each 100us. In the past, I used the common way by DMA channel 1 and an interrupt at reading completion to get all values.
Unfortunately I need most of the DMA for other purpose this time and I'm wondering what's the most efficient way to get several ADC results without it. Is polling the only solution? I haven't tested polling, but it seems to be too slow.
I guess there is no way to use another free DMA? The only available DMA channels are 4 and 6.
Thank you for any idea and support.
