Hi,
Here is my hardware.
VBAT is 3.6-4.2V, UWB_EN is Pin28.By using nrf_gpio_cfg_output(UWB_EN ) to init this IO.
Is there any problem?Because when I using nrf_gpio_pin_clear(DC_EN_PIN), there will be a 4.2v(highest) voltage on pin28.

Hi,
Here is my hardware.
VBAT is 3.6-4.2V, UWB_EN is Pin28.By using nrf_gpio_cfg_output(UWB_EN ) to init this IO.
Is there any problem?Because when I using nrf_gpio_pin_clear(DC_EN_PIN), there will be a 4.2v(highest) voltage on pin28.

The maximum tolerated voltage on the GPIO pins are 3.9V. 4.2V is to high for the GPIO pin and can damage the chip.
Best regards,
Bendik
Thanks!
Thanks!