Hi everyone,
using the example codes in SDK, I've managed to handle swtiches & leds connected to axi_gpio in an interrupt routine.
I'd like now to configure the interrupt in such way:
1)only 1 or 2 bit trigger the interrupt (now every bit in the gpio channel trigger it);
2)only the edge low to high triggers the interrupt (now every change status triggers the interrupt)
how can I do these configurations? where can I find information?
thanks in advance!