I am writing code for the M4 on an iMX8mm som. My m4 code has 4 pins (4,5,6,7) on GPIO4 configured as interrupts. From the documentation, it looks like interrupts 0-15 are all managed in one ISR.
Is it possible to manage multiple interrupts on the same GPIO port?
Currently when I generate two GPIO interrupts on GPIO4 I will get sometimes only get one interrupt.
Since the GPIO's are all on the same port, the priority is the same.
How can I configure GPIO4 to manage simultaneous interrupts on GPIO port 4?