EXTI_Mode_Interrupt vs EXTI_Mode_Event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-05-16 6:39 PM
Posted on May 17, 2012 at 03:39
What's the difference between EXTI_Mode_Interrupt and EXTI_Mode_Event?
#external-interrupt
Labels:
- Labels:
-
GPIO-EXTI
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
2012-05-17 1:30 AM
Posted on May 17, 2012 at 10:30
EXTI : you need to execute the Interrupt Service Routine(ISR)
Event : There is no need to execute the ISR. The Interrupt condition will be treated as Event and no need to execute the ISR