ADC (DMA) overrun error at the fastest sampling speed (STM32F030RC)
Using ADC with DMA to read a bunch of analog inputs on a STM32F030RC, I am getting an error callback due to an overrun error if I select 1.5 cycles for the sampling time.Any slower sampling time seems to work OK.I'm confused about how this error coul...