2016-02-15 09:16 AM
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.2016-02-15 09:29 AM
Why you don't read Reference manual? It's clearly discribe this.
Shortly. event don't set coresponding flag.