GPIOTE only allow 4 GPIO pin interrupt. but I need to use 7 GPIO pin interrupt. is there any other way but GPIOTE?
Thanks in advance.
GPIOTE only allow 4 GPIO pin interrupt. but I need to use 7 GPIO pin interrupt. is there any other way but GPIOTE?
Thanks in advance.
Hi You can use PORT events to get interrupt !!
Thank you. Better check port event. :-)
if possible, it would be great help, that I can have some example code.