2014-04-02 05:25 AM
why tim1 in pwm does not work :(
2014-04-02 05:51 AM
Because you did not try hard enough.
JW2014-04-02 06:33 AM
/* TIM1 Main Output Enable */
TIM_CtrlPWMOutputs(TIM1, ENABLE);2014-04-02 06:54 AM
Ah, the gotcha with the ''advanced timers'' (TIM1 and TIM8) needing to have MOE bit in TIMx_BDTR set...
JW