This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EXTI IRQ handler for EXTI_Line5 ,..EXTI_Line15 in STM32L

Regarding STM32L startup file "startup_stm32l1xx_hd.s" there is only 5 functions EXTI0_IRQHandler
EXTI1_IRQHandler
EXTI2_IRQHandler
EXTI3_IRQHandler
EXTI4_IRQHandler
respectively for EXTI_Line0 to EXTI_Line4
how can I handle the EXTI_Line5 or EXTI_Line6, and so on?

0