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

No change on P0.0 in SDK 16.0.0

Hi,

I tried controlling the LEDs connected to P0.0, P0.7 & P0.11 by using

nrf_gpio_cfg_output();
nrf_gpio_pin_set();

nrf_gpio_pin_clear();

& ble_app_blinky example code in SDK 16.0.0.

There was no change on LED connected to P0.0, can you tell me why?

Parents Reply
  • Hi Jared,

    I just want to be able to pull the P0.0 pin high or low which I'm not able to do using any of the example codes. There is absolutely no voltage change on this line. I tried adding the io functions to ble & peripheral example codes. Can you please check at your end?

    Note - I'm able to see voltage changes on few other pins except P0.00. I'm using a nrf52832 DK.

Children
Related