Question
Handling multiple interrupts on single EXTI line
Posted on January 17, 2013 at 05:20
Hi all,
I want to use a multiple interrupts on the single EXTI line. In my case I want to handle interrupts of PF8 and PG8 pins on EXTI_Line8 so how can i do that? Do you have any sample code for that? When I initially define EXTI_Line8 for both pins PF8 and PG8 then my device get stuck in EXTI_GetITStatus function, I think controller is unable to identify EXTI_Line8 for both pins. So how can I handle that? Thanks & Regards Jonam