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

nrfx_gpiote_irq_handler not called on nRF52832

Hi,

I have a project running on a custom board with the nRF52810 populated and I make use of a GPIOTE input interrupt. The code works fine for the nRF52810, but not when "migrated" to a board containing the nRF52832 (Rev.2). Include paths are the same. I have checked sdk_config.h for enabled modules, checked the startup files(proper ones for nRF52832), the preprocessor settings, project macros, memory settings and all I can think about and the settings seem to be fine for the nRF52832 when i compare them to example projects.

On the nRF52832, the nrfx_gpiote_irq_handler is never called on a edge of the pin (checked with scope)

1.) Do I need to have a softdevice enabled to use the  nrfx_gpiote module? (i don´t think so)

2.) Do you have any hints on how I can narrow down the problem?

Thanks!

Parents Reply Children
Related