STM32F4 discovery: TIM1 configuration in PWM mode to generate and update INT with repetition counter
Posted on April 22, 2012 at 08:16I have configured my time 1 to operate in the PWM mode1 to generate a signal of fixed duty cycle. I want the generate an update INT every 4 th overflow of the TIM1 CNT . I have loaded value 4 into my repetition count...