Hi,
I have enabled 2 interrupts for 2 different ADC channel input, ie. 1 group is ADC_input0 to ADC_input6 & other is ADC_input7 to ADC_input9. Interrupt is enabled for ADC_input6 & ADC_input9 & triggered with different timer module with different time interval. I have configured ADC for Multiple Channel, no repeat mode. During timer1 trigger, I configure the MultiSequenceMode conversion from ADC_MEM0 to ADC_MEM6 and during timer2 trigger, MultiSequenceMode conversion from ADC_MEM7 to ADC_MEM9. The problem I noticed is, interrupts are not handled properly every time.
Thanks in advance