Posted on May 17, 2011 at 13:32M3allem: Thanks for the reply. The title is incorrect, I'm using GPIOB and GPIOC. I thought (wrongly) that the EXTI_GetITStatus(EXTI_Line12) would return the Pin12's status of SET/RESET, but I still understand now that...
Posted on May 17, 2011 at 13:32I'm changing a polling task to an interrupt driven solution. One button is connected to GPIOA.Pin12 and the other to GPIOB.Pin12. Q1: Is it possible to set up both GPIOs to the same interrupt handler? If so, could you ...