Hi,
I'm working on a project that require handling interrupt queries from a FPGA. These interrupt queries are sent on a GPIO.
I tested interrupt query handling in C# (.NET) for the pin MXM_5 with the following program:
it worked as I wanted it because when I apply a tension on the pin, the program displayed "hello world".
After that I changed the values in order to detect interrupt queries on the pin 11.
Hi Romain
default state is described in Table 96. 21 x 21 mm Functional Contact Assignments
and it can not be changed
i.MX 6Dual/6Quad Applications Processors for Consumer Products - Data Sheet
so one can try to set necessary level before enabling interrupts in custom program,
use as example https://github.com/RT-Thread/rt-thread/tree/master/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/gpio
Best regards
igor