ST9 EFT overflow interrupt not working in PWM mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2002-11-13 8:56 AM
Posted on November 13, 2002 at 17:56
ST9 EFT overflow interrupt not working in PWM mode
Labels:
- Labels:
-
Legacy products
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:32 AM
Posted on May 17, 2011 at 11:32
Hi,
I am using the ST92F150 EFT in PWM mode and I am not able to generate an overflow interrupt ! Have you ever had this problem ? BreizhOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 2:32 AM
Posted on May 17, 2011 at 11:32
Did you clear your interrupt flags just before executing the global interrupt enable ?
I ran into the same issue very recently. It looks like the EFT interrupts are triggered on edge and not on level so you must make sure that all your flags are clear prior to enable the interrupt. Since the EFT is a free running counter, the TOF gets set pretty much righ away and if not clear by software, your overflow interrupt will be masked forever... Jojo