Interrupt vs Event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-02-15 9:16 AM
Posted on February 15, 2016 at 18:16
The STM32L standard peripheral library for the structure EXTI_InitTypeDef in the field EXTI_Mode has two possibilities: EXTI_Mode_Interrupt and EXTI_Mode_Event.
What is the differences and in what case is better one mode or the other?Thanks.
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
2016-02-15 9:29 AM
Posted on February 15, 2016 at 18:29
Why you don't read Reference manual? It's clearly discribe this.
Shortly. event don't set coresponding flag.