Question
Starting a second timer on the rising edge of PWM pulse of a 2nd timer in OPM mode
I have TIM1 configured in OPM mode to generate N PWM pulses on my STM32H743 chip. I need to start another timer at the start of every PWM period so I can generate a short pulse on a GPIO pin with TIM3 timer in the middle of the "high" pulse of the PWM period generated by TIM1. Is there a way to do this? I couldn't find a way to set up TIM1/TIM3 timers in the master/slave mode to trigger TIM3 on the rising edge of the TIM1 PWM pulse. I was only able to start TIM3 on the falling edge of the PWM pulse (not what I needed).
