Interrupt double firing can't be fixed
Hello all,I am using the ADC on my STM32L431 with both DMA and interruption. Everything works fine, except that the ISR is often entered with none of the enabled interrupt flag being set.Initial code:void ADC1_IRQHandler() { if(LL_ADC_IsActiveF...