Sinking 5V safely?
Matthew Hay
Posts: 63
Okay I've read through the thread on safely connecting 5V to the propeller and nobody mentioned anything about sinking 5V with the prop (unless I missread something).·
Can I just use a series resistor like when you have a 5V input? or do I need better precautions?
The device with the 5V output is using a totem-pole driver if that makes a difference.
Sorry if this was covered and I did not see it (I did use search.parallax.com but not sure if I was wording it right)
Can I just use a series resistor like when you have a 5V input? or do I need better precautions?
The device with the 5V output is using a totem-pole driver if that makes a difference.
Sorry if this was covered and I did not see it (I did use search.parallax.com but not sure if I was wording it right)
Comments
But what is it you're sinking exactly? You mention a device with a totem pole output. You can't sink a pin that's driven both high and low!
-Phil
I thought I'd go ahead and write up a basic IDE controller object and possibly a fat fs obj to use it.
I had made an 8051 project that connected to·a·HD but it was a 5V chip.
You will have the same problem when you read from the data bus as that will be at +5V levels but with no current limiting as it is straight from the IDE buffers. You could try some value of current limiting resistors and perhaps clamp diodes. At I/O speeds the resistors shouldn't make much difference although I don't know for sure if the IDE accepts 3.3V as a logic high. If it were me I would just keep it simple first up and see what works. But do yourself a favor and use a 40-pin DIP prop in your testing as they are a lot easier to replace if you happen to blow one.
*Peter*
http://www.fairchildsemi.com/ds/MM/MM74HC244.pdf
I'm going to be using PEKit so yep I'll be using a DIP chip.·
I guess I'm going to go with resistors· on the data lines and use the chip above for the control lines.
Thanks for your help.
Most compatible IC 74LVC245
http://www.futurlec.com/IC74LVC00SMD.shtml
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
Sapieha