Setting the UG bit in EGR register of the TIMER 1 of STM32f4 discovery
Posted on April 20, 2012 at 14:32/* Configures the TIM1 Prescaler. */ TIM_PrescalerConfig(TIM1,PrescalerValue,TIM_PSCReloadMode_Update); I used the above statement to set the UG bit in the EGR register of timer1, but it did not work. Can someone ...