Sequence of 4 measurements using ADC1
I was unable to configure ADC1 to measure a "4 channel sequence" and then generate an interrupt.I am using the injected result registers to read the values in the ISR.Adc_Value[0]= ADC1->JDR1;Adc_Value[1]= ADC1->JDR2;Adc_Value[2]= ADC1->JDR3;Adc_Valu...