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.

Parents
  • Hi,

    I'm not sure if this is related to your problem but from release notes, support for the nRF5 SDK v16.0.0 was added to Mesh SDK v4.x. As of now, support for our latest nRF5 SDK v17.0.0 hasn't been added yet. I recommend you to use nRF5 SDK 16.0.0 with Mesh SDK v4.1.0, something may break if not used with the correct SDK.

    Can you try with SDK v16.0.0 and see if you get the same problem?

Reply
  • Hi,

    I'm not sure if this is related to your problem but from release notes, support for the nRF5 SDK v16.0.0 was added to Mesh SDK v4.x. As of now, support for our latest nRF5 SDK v17.0.0 hasn't been added yet. I recommend you to use nRF5 SDK 16.0.0 with Mesh SDK v4.1.0, something may break if not used with the correct SDK.

    Can you try with SDK v16.0.0 and see if you get the same problem?

Children
Related