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

nrf_drv_gpiote_in_init silently fails

Hi,

I call nrf_drv_gpiote_in_init in multiple places during initialisation to get all peripherals configured. At some point it stops working in the sense that it doesn't produce an error, but I also don't see Configuration created for GPIOTE when I check peripherals status in Keil. What could prevent this function from working properly that I might have done between the calls?

I'm using sdk 12.1 on nrf52832, sd132 v3. 0.0

Related