Question
EXTI configuration to different lines
Posted on April 16, 2013 at 14:11
Hi,
I encounter to some problem in understanding of correct EXTI configuration. From ST example and RM0090 Figure.27 I understood that each Pin_0 (A,B...I) connects to EXTI0 interrupt, Pin_1 (A,B...I) to EXTI1 and so. In RM0090 p.156-158 there are EXTI0 to EXTI15 but in ''stm32f4xx.h'' managed to find only EXTI0_IRQ to EXT4_IRQ witch connect to lines 0 to 4. How can I define different lines like 7 to 15? Is there some different IRQ names to those lines? #exti