Hello, I'm using nrf52832 with SDK 15.0 and softdeveice 6.0.0.
I need to handle interrupts with different priorities on two different I/O pins. How is the correct configuration? Is there any example?
Thanks in advance.
Best regards
Hello, I'm using nrf52832 with SDK 15.0 and softdeveice 6.0.0.
I need to handle interrupts with different priorities on two different I/O pins. How is the correct configuration? Is there any example?
Thanks in advance.
Best regards
Hi,
you can handle first pin with GPIOTE interrupt handler and route IN event from second pin to a EGU instance configured at different interrupt priority.
Hi,
you can handle first pin with GPIOTE interrupt handler and route IN event from second pin to a EGU instance configured at different interrupt priority.