Hi Expert,
From example code, the GPIO interrupt is set to GROUP1_IRQHandler.
I have few gpio interrupt. How can I set the gpio with different IRQ handler(not in group)?
BR,
frank
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Expert,
From example code, the GPIO interrupt is set to GROUP1_IRQHandler.
I have few gpio interrupt. How can I set the gpio with different IRQ handler(not in group)?
BR,
frank
Hi Frank,
I am afraid that you can not do that.
Usually, customer can check which GPIO triggers the interrupt inside the GROUP1_IRQHandler.
Best regards,
Cash Hao
Cash,
you mean that check gpio level to know it's rising or falling interrupt from which pins, right?
BR,
fran
Hi Frank,
Yes. You can refer to the example code gpio_simultaneous_interrupts in SDK.
Best regards,
Cash Hao