Interrupt fires multiple times on EXTI9-5
hi,
I'm working on a STM32F303CC. on this mcu I'm using 6 buttons as interrupts. 5 of these buttons are connected to EXTI15-10 and one to EXTI9-5. the buttons on EXTI15-10 are working perfectly fine. although, the button on EXTI9-5 fires an incredible amount of times (randomly somewhere between 1500 to 4000 times or so).
it clears the flag, and when there's a breakpoint added to the interrupt function it only fires one time.
there is no bouncing, as checked with an oscilloscope and it has this problem with both falling and rising edge trigger detection.
what could be the problem?
thanks in advance,
Ruben
