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

Update SDK - GPIO Issue

Hi,

My project is currently using NRF52832 with Mesh 4.1

After update from SDK15.0.0 to SDK17.0.0, everything just works fine except my button.

I am using P0.18 for my button with GPIO_INPUT_SENSE feature. It is configured by nrf_gpio_cfg_sense_input(BTN_PIN, NRF_GPIO_PIN_NOPULL, NRF_GPIO_PIN_SENSE_LOW);

Whenever I hold the button (connect this pin to GND), my program is halted and it continues to run after releasing the button.

I have never seen anything like that.

I hope to get to know more about this problem.

Thank you.

Related