This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use GPIOTE_IRQHandler for multiple interrupt request ?

Hi,

I have an issue in using GPIOTE_IRQHandler.

Let me give an explanation about our implementaiton.

we have nRF controller which is connected to STM32 controller.

Currently the GPIO pin P0.17 on nRF is used as a interrupt pin for NRF for some purpose.

Now i am planning to implement system off mode on nRF side, i am using GPIO P0.20 as nRF interrupt to wake up from the system off mode.

But how i can use GPIO interrupt handler GPIOTE_IRQHandler for the above two interrupt.

Can you please guide me on this and share some examples for the same.

Regards, Anand

Related