No interrupts with TIM1 or TIM17
I have a HAL/Cube based project where I am currently using TIM2 for counting edges, and TIM16 for timing.
I am now trying to add more timers but have found that when I enable TIM1 orTIM17, and enable ALL the associated interrupts, that I never get any interrupts for these timers. But interrupts continue just fine for TIM2 and TIM16.
