STM32H745 timer master/slave
I have timer 1 setup to PWM a wave form and timer 2 setup to PWM a different frequency wave form. I need to restart timer 2 when an output compare match (CNT = CCR) on timer 1 occurs. It appears that I can do this with master/slave configuration of the two timers but I am struggling with the reference manual explanation. If I want to use timer 1 as the timer master and timer 2 as the timer slave, is it only timer 1 channel 1 (OC1) that I can use as the timer master? It looks like the reference guide, table 351 is telling me that when TIM2 is the slave and TIM1 is the master that I will need to be configuring for ITR0, but there is limited definition there for what the table means. Any confirmation or tripping points would be appreciated, if there is a good app note that covers this, that would be appreciated a point to also.
