Timer 2 Frequency
Posted on April 08, 2014 at 15:48Hello everyone, I am trying to Set up timer with 1ms Tick value and it does not seems to be working correctly. TIM_TimeBaseStructure.TIM_Period = TIMER_MAIN_1MS_VAL; TIM_TimeBaseStructure.TIM_Prescaler = 2; TIM_T...