0

I'm using a P-channel MOSFET Q57 as a switch for current from VIN_ALW_GATED to +VIN_ALW when VIN_ALW_GATED > 17.259 V.

In case VIN_ALW_GATED was not connected to any reference voltage (floating), and we connect another voltage source to +VIN_ALW, how I can prevent back current to go from the drain of Q57 to the source through the drain-bulk diode? Is this scenario possible?

I'm confused between connecting VIN_ALW_GATE (Gate of Q57) to GND or keep it floating, because, in case VIN_ALW_GATE was connected to GND, and assuming there was leakage current through this bulk-drain diode, it will go to the board GND. I'm trying to compare this with the gate left floating, in which I think there will no be such problem. Is my analysis right?

enter image description here

Simulate this circuit with CircuitLab (Credit to KHFM from my previous question)

Firas Abd El Gani
  • 1,021
  • 7
  • 15
  • What is your concern? Are you worried about current going through the drain-bulk diode of Q57? – sai Mar 15 '23 at 07:20
  • @sai, Yes. That's my concern. In this case, I'm confused between connected VIN_ALW_GATE (Gate of Q57) to GND or not, because if there was leakage current through this substrate diode, it will go to the board GND. I'm trying to compare this with the gate left floating. – Firas Abd El Gani Mar 15 '23 at 07:31
  • I see in the PMOS specification that the max body-diode continuous current allowed is -20A. So, I am wondering is there really any concern? given that the current in your case will only be a few mA. – sai Mar 15 '23 at 07:45
  • What is the concern if a few mA goes to board GND? – sai Mar 15 '23 at 07:51
  • Why in my case it's few mA? @sai – Firas Abd El Gani Mar 15 '23 at 08:05
  • I see the current paths are through a) R619-R618, b) R623-TL431 c) pnp-R624-R618. In all these paths, I see that the current is limited. Do you see any uncontrolled high current possibility? – sai Mar 15 '23 at 08:12
  • Hi, I see. I didn't see any uncontrolled high current possibility. but I was wondering if this few mA could cause noise or ground bounce. – Firas Abd El Gani Mar 15 '23 at 08:55
  • Should not cause noise or ground bounce as it will be a static current which would anyway flow in the original use case also – sai Mar 15 '23 at 09:57

1 Answers1

1

If VIN_ALW_GATED is floating and VIN_ALW is connected to a voltage source, there will be a leakage through the drain-bulk diode of Q5 of few mA which I do not expect to cause any other issue. If the few mA (~5mA) leakage current is acceptable, you could live with it.

If you want to avoid this leakage and if a small diode drop is ok, simplest would be to add a diode in series between VIN_ALW and Q57 drain.

sai
  • 3,352
  • 1
  • 2
  • 13