Reading more than 8 ADC inputs using interrupts on G070 MCU
Hello, I'm trying to read 9 ADC inputs on the G070 MCU using the interrupt method. Unfortunately, under the number of conversions setting I can only do 8 conversions. Is there a way around this? hadc.Instance = ADC1; hadc.Init.ClockPrescaler = AD...