Capture IRQ is called but interrupt flag is not set
We are using STM32G051 to measure duty cycle of the actuator PWM signal.TIM1 is configured in slave reset mode, with CH1 direct capture on rising edge and CH2 indirect capture on falling edge. Two DMA channels transfer results into two memory buffers...