how to update TIM_Period when timer i running
Posted on September 09, 2012 at 21:55Hi I need to be able to update the Period for a timer (TIM3) I though it was simple, but no.I have tried :else if(TIM_GetITStatus(TIM3, TIM_IT_Update) != RESET){ ledTimeBaseStructure.TIM_Period = newValue; TIM_Ti...