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