G
Guest
- Jan 1, 1970
- 0
Should the used pins be left unconnected or should they be taken to ground?
It depends entireley on the device in use.Should the used pins be left unconnected or should they be taken to ground?
Should the used pins be left unconnected or should they be taken to ground?
You mean 'unused pins'. It depends on the device; you need to read theShould the used pins be left unconnected or should they be taken to ground?
I suggest leaving _used_ pins alone...![]()
Sorry for my typing skills. I ment to say:
What do you do with unused pins?
Sell them on Ebay?
Sorry for my typing skills. I ment to say:
What do you do with unused pins?
If they're truly unused, it shouldn't matter. If they're connectedSorry for my typing skills. I ment to say:
What do you do with unused pins?
Should the used pins be left unconnected or should they be taken to ground?
Sorry for my typing skills. I ment to say:
What do you do with unused pins?
ground?
What do you do with unused pins?
Steve Rush said:All the jokes aside, an unused input to a logic circuit should never be
left floating. You never know what state it will take on powerup. Worse,
you never know when it's going to change.
Jim Thompson said:Try reading the data sheet? On some I/C's spare pins are just
floating objects... on others they may be used as test points during
manufacture and are designated NC (no connection).
...Jim Thompson
Along those same lines, what about unused microcontroller
ports? Say a PIC16F8xx. Can you just set them as outputs
and ignore them?
"Glenn Ashmore" wrote ...
That would certainly seem like the logical thing to do.
No pun intended.
Sorry for my typing skills. I ment to say:
What do you do with unused pins?
Unused inputs should be tied to either VCC or ground. If they are left
open, it is possible the chip will start "oscillating", if the input is
moving
between on and off. This will probably not affect the chip, but may cause
odd problems elsewhere in the circuit.
At one time, it was the military practise to attach unused inputs through
a 1K resister to VCC. Doing this is longer thought necessary, just attach it
directly.
Aidan Grey
Aidan Grey said:Unused inputs should be tied to either VCC or ground. If they are left
open, it is possible the chip will start "oscillating", if the input is
moving
between on and off. This will probably not affect the chip, but may cause
odd problems elsewhere in the circuit.
At one time, it was the military practise to attach unused inputs through
a 1K resister to VCC. Doing this is longer thought necessary, just attach it
directly.