Hello,
I need to manage 5 gpio pin interrupts on bank 7 and 4 gpio pin interrupts on bank 6.
From the "gpio_input_interrupt_am263x" example in the SDK, I understood that the AM2632 manages the GPIO ISR at bank level (each bank includes 16 pins), therefore if we have to monitor more than 1 GPIO on the same BANK we have to read the gpio to check which GPIO was triggering the interrupt. But, if the connected signals change very fast, it is possible that we can't find the pin which triggered the interrupt.
Furthrermore, in case of simultaneous triggering, we can't know which GPIO pin triggered the interrupt first.
Please, answer this question:
1) is it possible to trigger a different ISR for each different pin of the same bank?
2) in that case can you provide a general example with at least 2 GPIO of the same bank that will trigger 2 different ISR?
Best Regards.
GS