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

Not able to set P.021 to 0 V

Hello,

for my project, I am using the module BT832A (from Fanstel) that implements the nrf52810. I am using the pin P.021 to drive a switch. The problem is that when I set the pin to 0, I read about 30 mV instead of 0V. Do you think it is a hardware issue (maybe from the module itself)?

Any suggestions to solve the problem?

This is the way I have configured it

#define PWR_FLEX  21 

.
.
.
static void flex_board_init(void)
{
    nrf_gpio_cfg_output(PWR_FLEX);
    nrf_gpio_pin_set(PWR_FLEX);
}



Parents Reply Children
No Data
Related