STM32H7, ADC1 Multi Channel Mode + Interrupt Mode (Not DMA, not polling mode) Possible?
I want to use ADC1 16 channels to read different analog values. So whenever there is a data in the channel then I want to read the 16 channel data in Interrupt mode. I dont want to use DMA Interrupt mode and Poll Conversion mode. Is it possible to do...