2012-05-16 06:39 PM
What's the difference between EXTI_Mode_Interrupt and EXTI_Mode_Event?
#external-interrupt2012-05-17 01:30 AM
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