I am trying to set up gpio0 on my 365EVM to aid in some timing experiments.
I copied the code from gpio_test.c into irqk.c that I use with my modified encodedecode application.
When I load the modules the interrupt on gpio0 (gpio_num=0 and irq_num=44) is all set up fine according to the printk's and I can see the 2 pulses being toggled out on the port but the interrupt is not serviced - no printk from the isr.
How can I verify if the interrupt is set up correctly other than the info being printed out during the process as copied from gpio_test?
Will it make a difference in this instance to change the trigger type as the only "funny" is it complaining that either the SET_RIS_TRIG or SET_FAL_TRIG bit is not correct according to the configuration in the code although it is not explicitly set up but running on default/reset settings?
Thanks, Hijn