Resolved! How to handle a same external interrupt occurred from different sources in cortex-M4
Posted on March 09, 2018 at 06:39Hello,I am working on STM32f429ii controller, I want to used a interrupt from different sources say EXTI2, this interrupt can be activated for PH2 and PB2 so I was thinking to use this like,void EXTI2_IRQHandler(void...