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

GPIO 24 voltage high low status

Hello,

I am using sdk 12.2.2 and nrf52 customised board. Now my challenge is as follows.

When I am adding this in my code.

nrf_gpio_cfg_output(26);
nrf_gpio_pin_write(26, 1);

pinread1 = nrf_gpio_pin_out_read(26);
NRF_LOG_INFO("pinread status 26 %d \r\n", pinread1);

I am getting pinread1 status as 1 in logs but when I am manually checking the status of this pin with  multimeter I am getting 1.2V. My battery is providing 2.8V.

What can be the issue in this?

Thanks,

Related