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

conflict of GPIOTE_IRQHandler and nrfx_gpiote_irq_handler

Hi,

In your Light switch example, there is a GPIOTE_IRQHandler() in simple_hal.c. Since I added the nrfx_gpiote module to the project, this is conflicting with the nrfx_gpiote_irq_handler() in nrfx_gpiote.c because of a define in nrfx_irqs_nrf52840.h:

#define nrfx_gpiote_irq_handler     GPIOTE_IRQHandler

I need both, the buttons of the example and the GPIOTE-Module for forwarding an input pin to a timer/counter.

How could this be solved in the application, without making changes to your SDK?

Using Mesh_SDK 2.0.1  and nRF5_SDK_15.0.0

Kind regards

  Gerry

Related