I've been trying to configure a TIM6 to run at 48kHz, where APB1 is 108MHz, but because the APBDIV > 1, I used PSC = 449, and Period = 9:216,000,000 / ((449+1)*(9+1)) = 48,000And in my timer interrupt, I set a GPIO output pin to toggle. When I probe ...