Capturing PWM with DMA in indirect mode on Channel 3 and 4
Hello,
With stm32G0, I can capture a pwm frequency and duty cycle using this configuration:

DMA :

Now, for pinout reasons, I want to do the same thing using channels 3 and 4 instead of channels 1 and 2 but I can't find a correct set of settings.
On page 626 of the reference manual, I see this diagram:

At first sight, I though I could use TI3FP3 (red) coming out from tim_ch3 as trigger but at second sight (I mean: after the board is in production.... :D) , I see that only TI1FP1 and TI2FP2 (yellow) are available for triggering...
Is it possible ? If yes, what's the trick? Of course the goal is to keep everything on the hardware side (indirect mode + DMAs)
Thanks
Julien
