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?

Related