Interrupt pending bits - what they are for?
Posted on December 20, 2015 at 19:42If you have EXTI interrupt enabled, do you need to clear also pending bit in NVIC registers, when interrupt occurs? Or is it enough to clear bit in EXTI_PR register? I don't really understand what those pending bi...