This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PCA10005 GPIO: unable to drive a high voltage level.

Hi,

I have the following code running on NRF51822:

int main(void)
{
    // Configure GPIO 08 (P1.0) as output.

  nrf_gpio_cfg_output(8);
   // Set HI on GPIO 08(P1.0)
   nrf_gpio_pin_set(8);

...
}

However, when I check the voltage at pin 29 of connector P1 on the PCA10005 board (which I believe corresponds to GPIO 08) using a multimeter, I find that it reads 0V. What should I be expecting & is there any additional configuration required in order to drive a HI (3.3V) on GPIO pins.

Regards, NK

Parents Reply Children
No Data
Related