2017-08-17 12:06 AM
i want to read multi channel analog value with stm32f403
we like to use interrupt mode and without using dma
2017-08-17 07:21 AM
Ok, well good luck with that, the part is designed to use DMA in such situations as the EOC will likely saturate and overrun, or you'll lose synchronization.
You could use multiple ADCx if the part/configuration allows.