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

gpio output voltage control

Hi,

I want control my gpio P0.06 to enable mcp16251, which is a regulator provide power to the nrf52832,

when i trying to control the mcp16251, i found that the gpio can't enable the mcp16251, the reason is the gpio output voltage is 1.93, not able to enable the mcp16251.

the switch condition shows in the below picture.

then i find i strange that my Vouts to nrf52832 vdd is 2.83v, but the gpio output is not the value VDD-0.4=2.44.

the P0.06 output voltage value is 1.93v,

my custom board power is on the DC/DC mode, seems the power mode will influence the gpio output voltage.

any suggestion help me to drive the gpio pin in the vlotage VDD-0.4.

or can i choose either LDO nor DC/DC to power to control the nrf52832?

Related