Question
Hi! I wonder if someone knows if I should be able to generate an interrupt at a value of the counter when I am in PWM1-mode? I.e.: TIM_ITConfig(TIM1, TIM_IT_CC1, ENABLE) together with TIM_OCInitStructure.TIM_Pulse = value; If possible, how!? Tomas
..