Question
STM32F100xx TIM4 PWM woes
Posted on January 04, 2013 at 16:58
Ok, I'm confused.. according to the docs I should be able to program TIM4 as a PWM with unremaped output on PB9. However, the Timer API call TIM_CtrlPWMOutputs() has an assert which indicates that TIM4 isn't supported for PWM output.
Does anyone know if the API is incorrect, or if I'm stuck with TIM1/TIM8/TIM15/TIM16/TIM17 as the only permissible PWM generators?All info appreciated!Ed Averill #timer #pwm #tim4