Pulling 3v3 high to 5v
xanadu
Posts: 3,347
in Propeller 1
The device attached doesn't care, it has 5v logic anyway. So I'd be pulling a Prop IO pin high to the 5v regulator power using 10k.
Is it okay for the Propeller's IO pin to do this?
Is it okay for the Propeller's IO pin to do this?
Comments
... and I'll add that you need to ensure either the regulator can sink current, or the Prop current never falls below the sum of all clamping currents, otherwise your 3v3 will climb, and you will fry the Prop.
Long day. Thanks everyone!
Because 3.3V is 2/3 of 5V, it’s easy to create a voltage divider out of resistors.
Also 5v ttl logic only requires 2.7v to make logic high, so leaving 3.3v as the pullup would most likely work fine.