One pulse mode configuration
Hello to everyone,
I would like to know more about 'one pulse mode'.
I'm using a STM32F446RET and I need to generate 1 or more pulses when an event occours.
In my project, channel 1 of TIM9 is the pin chosen to generate the waveforms.
I got that the 'one pulse mode' needs a sort of trigger to start generating the waveforms. I can't use the channel 2 of TIM9 as trigger input because it is already used for another signal. So, I've read that I can use another slave mode to get the same behaviour, but I don't understand how.
Currently, I have set slave mode as External Clock mode 1 and as trigger source ITR1, and according to reference manual, there is an internal connection with TIM3.

That means the TIM9 clock is connected to the rising edge of TIM3, but on which signal?
I would really like to know more.
Thanks to whoever will answer.
