Question
TimeBase example in stm32f3discovery_fw
Posted on October 17, 2013 at 12:23
Hi all,
the TimeBase example in stm32f3discovery_fw reports the next code in main.c file:CCR1_Val = 40961;TIM_TimeBaseStructure.TIM_Period = 65535;TIMx->ARR = TIM_TimeBaseInitStruct->TIM_Period ;What I really don't understand is the comment reported below: CC1 update rate = TIM3 counter clock / CCR1_Val = 1757.77 Hz==> Toggling frequency = 878.88 HzCan someone help me?Thanks and regards #stm32f3discovery_fw-stm32-timer