stm32f427 PWM output interrupts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-05-21 11:25 AM
Posted on May 21, 2014 at 20:25
I am working on outputing a PWM signal, and everytime I set up my initialization and enable the timer. The interrupt flags for channels 1,2 and 3 all get set and i am not sure why? even if i don't enable those 3 channels to have interrupts they are set high as soon as the timer is enabled. (using Timer1 and Timer 8)
Any suggestions?
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-05-21 11:48 AM
Posted on May 21, 2014 at 20:48
Any suggestions?
This is a problem why? The update/zero event likely occurred, the CCRx match, there is a difference between this being flagged in the status bits, and whether an interrupted is actually masked and generating a physical interrupt.
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..
