Resolved! Timer2 is 2 times faster Stm32f107
Hello,As you can see, based on datasheet, the input frequency of Timer 2 is 36Mhz. I have attached 25Mhz crystal to my MCU and here is clock and timer configuration. I need to have 30mS interrupt but I get 16mS.void CLOCK(void){ RCC_HSEConfig(RCC_HS...