Interrupt pending registers not cleared
Posted on December 20, 2012 at 21:50I have a number of switches which generate interrupts. When I Flick switch A it goes from High to Low and the A interrupt occurs(EXTI_PR is now 0x00000200 as expected). I then clear the pending register (EXTI_PR ...