[stm32f407][TIM5] Overflow interrupt-unexpected low frequency
Posted on October 15, 2014 at 21:49Hi,I've got some problem with my code that should run timer5 to overflow and generate interrupt it should appear each 500ms but appears each approx. 3s.code:void TimerInit(void){ RCC_APB1PeriphClockCmd(RCC_APB1Per...