Skip to content

Group Interrupt (GINT) Enable at DTS file - LPC55xxx #64322

Answered by DerekSnell
Aravindh1910 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Aravindh1910 ,
Yes, this is a limitation with the current LPC GPIO driver. The GINT and port interrupts are not supported yet. Today only the PINT is supported, which limits GPIO interrupts to 8 pins.

One option to work around this is to use the MCUXpresso SDK APIs in the HAL to configure the GINT, and register the ISR with the Zephyr kernel. The MCUXpresso SDK has this GINT example.

Best regards

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Aravindh1910
Comment options

Answer selected by DerekSnell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants