why tim1 in pwm does not work :-(
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-02 5:25 AM
Posted on April 02, 2014 at 14:25
why tim1 in pwm does not work :(
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-02 5:51 AM
Posted on April 02, 2014 at 14:51
Because you did not try hard enough.
JWOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-02 6:33 AM
Posted on April 02, 2014 at 15:33
/* TIM1 Main Output Enable */
TIM_CtrlPWMOutputs(TIM1, ENABLE);
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-02 6:54 AM
Posted on April 02, 2014 at 15:54
Ah, the gotcha with the ''advanced timers'' (TIM1 and TIM8) needing to have MOE bit in TIMx_BDTR set...
JW