Using STM32F765, I'm using tim1 with OC toggle.The issue is glitches when I update the ARR value within the Repetition UP ISR. ARR Preload is enabled, not sure what to look at here.D2 toggles when the TIM1_UP_TIM10_IRQHandler fires, and D3 is TIM1 C...