Active-Low, what's the point?
Jed
Posts: 107
So I'm curious, when would one ever want to use an active low circuit when an active high would work just as well? I mean, an active-low's going to drain battery more correct?
Comments
Some circuits are set up for active low. Party line circuits are often set up using pullups to Vdd and are active-low as a result.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Buttons = ~INL
This will invert the state of all inputs on P0-P7. So if you’re using active low buttons but would like to see a high as the active input, this single item will accomplish this for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
In terms of use, TTL naturally pulls high (though can't always trust), and many processors have internal pull-ups, so to add a switch quick and dirty requires bring the switch low and nothing else.
In general, I've seen far more active-low inputs in processes than active high.
-Martin
Corrected: NPN
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
SelmaWare Solutions - StampPlot GUI for controllers, XBee and Propeller Application Boards
Southern Illinois University Carbondale, Electronic Systems Technologies
American Technical Educator's Assoc. Conference·- April, Biloxi, MS. -- PROPELLER WORKSHOP!
Post Edited (Martin Hebel) : 1/30/2008 8:02:24 PM GMT
Tim
You asked, "I mean, an active-low's going to drain battery more correct?". No, not true. It is the same current, whether it comes from the battery, to the switch to the load to ground, versus from the battery, to the load to the switch to ground.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
Agreed.... The N-type transistor be it an NPN, or NMOS, etc. is easier because as you say "the mobility of electrons in the N type semiconductor". With a P-type transistor a separate WELL needs to be created to form the transistor. This "WELL" has a higher resistance than the N-type counter part. To compensate against the higher resistance, P-type transistors are almost always made larger by a factor ranging from 2 to 4 times their N-type complementary counter part. This increase in size contributes to a larger capacitance, and can lead to a slower transistor.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.