Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/27/10 15:57
Read: times


 
#178756 - Most 8051's
Responding to: ???'s previous message
Almost all standard bi-directional port pins on 8051's (excepting those that are truely open drain) will tend to turn on an N-Channel FET right at power-on. The weak pulup in these parts can easily bias the gate to turn on a part like you have been trying. Adding an external pullup will only make it easier to turn the parts on at initial power up.

If the intent is to avoid turming the N-FET's on at powerup time (until such time that the startup firmware is able to clear the corresponding port bits) then there are several choices:

1) Add an inverter (such as 74HC14) between the MCU pin and the N-FET gate.

2) Add a PNP transistor between the port pin and the N-FET gate to invert the drive signal to the gate.

Michael Karas


List of 14 messages in thread
TopicAuthorDate
89S52 and BS170?            01/01/70 00:00      
   As written....            01/01/70 00:00      
      Exactly!            01/01/70 00:00      
   almost true            01/01/70 00:00      
      Series resistor to the gate            01/01/70 00:00      
         Most 8051's            01/01/70 00:00      
            Re: Most 8051's            01/01/70 00:00      
   Several reasons...            01/01/70 00:00      
      pop explained in earlier posts            01/01/70 00:00      
         RE: pop explained in earlier posts            01/01/70 00:00      
      RE: Several Reasons            01/01/70 00:00      
   Update: May be ESD after all            01/01/70 00:00      
      There is a trick...            01/01/70 00:00      
         RE: There is a trick...            01/01/70 00:00      

Back to Subject List