Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Pull UP/down resistor

Status
Not open for further replies.

ece4afe

Junior Member level 1
Joined
Jun 16, 2005
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,422
schmitt trigger with pull down resistor

hi,

What is the typical value for a pull up or pull down resistor?
IL be using this in Microcontroller GPIOs.

tnx
 

A typical value of a pull-up resistor is 10kΩ ..
If you want more details on pull-ups, read this article:
http://www.interfacebus.com/IC_Output_Input_Pullup_Resistor_Values.html
I am not aware of typical values of pull-down resistors. This will depend on logic family and circuit configuration.
1. Avoid pull down resistors at all costs!
2. Don't be afraid to use low resistor values even in CMOS circuits. A static pull-up needs only microamps no matter what resistor value is selected.
http://www.ganssle.com/articles/aresist.htm
Regards,
IanP
 

With CMOS devices, you can use 100kΩ. That is based on the maximum input leakage current, which is generally 1µA max (if in doubt, check datasheet). Then the voltage drop across the resistor is 0.1V. That is well below the 0 threshold of a TTL compatible input (for a pulldown). The resulting HI level is way above the TTL threshold.

Even if the input is not TTL compatible, but a Schmitt trigger input (whose thresholds are generally farthest apart), the thresholds are usually 10% and 90% of Vdd. That works out to 0.5V and 4.5V for Vdd=5V.
So the 0.1V drop across the resistor is perfectly acceptable and will not cause any problems.

Use 100kΩ unless the leakage current for a certain pin is higher, in which case you adjust the resistor based on that current and the considerations above.
 

VVV said:
the thresholds are usually 10% and 90% of Vdd. That works out to 0.5V and 4.5V for Vdd=5V.

You would not get that much of threshold band with CMOS.

For CD40106 schmitt trigger, the typical band is 1.9V/2.9V, i.e. about 40% - 60% of Vdd.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top