STM32F217 HSE and Timer Sync
I'm working with an STM32F217 and I have a few timer channels setup as sync clocks to regulators (around 1.5 MHz). I'm checking to make sure my sync lines are actually using HSE as a reference clock by looking at the phase drift between my external oscillator output and an STM32 timer output on an oscilloscope. With the amount of drift I'm seeing it doesn't seem like the timers are referencing HSE. I'm confused though because bits 3:2 of RCC_CFGR say I'm referencing my external oscillator as my system clock.
Here are the related register values:
RCC->PLLCFGR = 0x24403c18
RCC->CR = 0x30b6983
RCC->CFGR = 0x940a
