Interrupt driven ADC conversion (LL) (STM32F103)
I want to gather 4 ADC values from peripheral potentiometers using an STM32F103C8T6 (blue pill). I've setup ADC1 using MX Cube. Enabled ADC1_2 NVIC global interrupt.Now I'm a bit clueless how to proceed.My idea is to start the ADC to do conversions....