Resolved! ADC interrupt handler not retriggered when a flag is set while already executing handler
Hi,I'm working on a project in which I use both ADC1 and ADC2 in independent mode, with JEOS of both ADCs as interrupt triggers. In the interrupt handler I do some calculations for current controllers. Mockup code below:void ADC1_2_IRQHandler(void) {...