2016-11-29 12:50 PM
Hello there,
I am having hard time understanding what is the difference between external interrupt and external event. I was always using the former. I would appreciate if someone could point out the practical difference between those 2, as for now I only see it as 2 different interrupt sources for the same thing.https://dl.dropboxusercontent.com/u/14154631/EXTI%20block%20diagram.png
2016-11-30 12:36 AM
there are 3 options:
1. EXTI->IMR & NVIC enabled you get interrupt 2. EXTI->IMR & NVIC disabled you get flag in PR 3. EXTI->EMR you get only wake-up PR is not set