Multiple GPIO interrupts firing when only one is triggered
I am using the STM32 Nucleo F411RE, and have 5 GPIO pins set up as inputs, each set to trigger an interrupt on the rising and falling edge, configured to use the internal pull down.However, what I am finding is that causing a level change on one of ...