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

P0.06 is always high level on the PCA10040 board

Hi, p0.06 is always high lever when the following codes are executed:

nrf_gpio_cfg_output(6);
nrf_gpio_pin_clear(6);

Why?

Softdevice is used in the project.

Related