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

How can the first interrupt be missed when BUTTON_PULL is set to NRF_GPIO_PIN_PULLDOWN?

I'm using the ble_app_multilink_central example app. In the pca10400.h I changed #define BUTTON_PULL to NRF_GPIO_PIN_PULLDOWN.

The problem is that the first pin interrupt (from low to high) is missed on all the ports. After this the interrupt works fine. Does anyone know what this can be and how to solve this?

Related