Generate external interrupt from software and distinguish which pin the external interrupt is associated with?
I am writing code for the STM32F407G-DISC1 and STM32F760I-EVAL boards. I need to generate external interrupts in software and I need to be able to distinguish which pin (0, 1, 2, ... 15) each software generated interrupt is associated with. I underst...