TimeBase example in stm32f3discovery_fw
Posted on October 17, 2013 at 12:23Hi 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 ...