STM32F051 adc interrupt problem. Multiple channels.
Posted on June 27, 2018 at 09:27STM32F051 ADC sample 5 channels with interrupt.I'm trying to sample 5 channels using an interrupt. (I'll get to DMA later:0))If I set the sample time to ('ADC_SAMPLETIME_41CYCLES_5') or longer then the code works as e...