Handling multiple interrupts on single EXTI line
Posted on January 17, 2013 at 05:20Hi 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 initi...