2010-09-06 12:51 AM
Trouble with TIM16 on PB8, STM32F100VB
2011-05-17 05:05 AM
Problem solved.
I had to add TIM_CtrlPWMOutputs(TIM16, ENABLE); command after the TIM_Cmd(TIM16, ENABLE); command. The ST examples do not show this function in their PWM examples. I found this while reading through the old firmware library document UM0427. I don't know why the other timers work OK in PWM mode without this command.