handling multiple interrupts on same EXTI line in STM32
Posted on December 12, 2012 at 09:13I am doing a project using STM32F103. I have a scenario. I want to use PG1 and PF1 pins as falling edge interrupt pins which are on same EXTI1 line. Problem is that only one pin which is configured after first one...