Question
STM32H745 Timer 2 Triggering Prematurely when using ITR1
I have set up TIM2 as a slave triggered by ITR1, But have not started any other timers to generate a suitable TRGO to trigger TIM2. However, when I run the software I can see an output from TIM2 as soon as it is started.
If I change TIM2 to be triggered by ITR0 I don't see any output, until I start TIM1 which sets it's TRGO.
Is there something else generating the ITR1?
Can I clear any pending ITR1 before starting TIM2?
