Dear All,
On IMXRT1024 GPIO port3 has 84 as interrupt assigned by micro controller. So I can have a single ISR for 16 GPIOs. But on ucLinux its giving separate interrupt for each GPIO. So I need separate handlers. Is there a way to get a single interrupt like in MCUXpresso SDK example in Linux?
Thanks,
babu
Hello,
If you are in iclinux you have to follow the interrupt as it declares, now we do not have any project for rt1024 in linux but MCUXpresso have an example on this GPIO.
Regards