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...