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?