TIM1 appears to be incrementing at a strange rate when generating a pulse
I am working with the STM32F769 microcontroller and I want to generate a pulse on PE14 that is "a few" milliseconds wide. My SystemCoreClock is 216 MHz and my timer, TIM1, is hooked up to the APB2-bus, which is clocked at 108 MHz. My code looks like ...