hello everyone,
I run the sdk driver example JN5189dk6_gint, which uses GINT0
Tomembedded_0-1711988527710.png
I want to use GInT0 and GINT1 because there are two I/O ports that may cause an interrupt at the same time. but it compiled incorrectly because GINT1 was not defined. Only GINT0 is defined in the example
Tomembedded_1-1711988690702.png
How do I define the GINT1 macro?
thankyou