0

We are currently repairing the memory rail of a GPU and because a MOSFET burnt out, we would like to replace it. The issue is, that we only have one that is a similar model, namely we would like to replace a NTMFS489NF with a NTMFS4C03N. The driver for this buck converter is a NCP81172.

What do I have to look for in order to determine, whether this works?

winny
  • 14,707
  • 6
  • 46
  • 66
WhatAMesh
  • 113
  • 1
  • 6

2 Answers2

2

Gate drive voltage, RDSON, Gate charge, VDS max and VGS max are generally the most important parameters. Your FETs are a fairly close match in all of these.

There is one marked difference between them; the NTMFS489NF has an integrated Schottky diode, while the NTMFS4C03N only has the usual intrinsic body diode. This is reflected in significantly lower reverse voltage drop in the NTMFS489NF; ~0.6 V at 10 A vs ~0.87 V in the NTMFS4C03N (at 25 °C), which will result in less heating when the FET is off and reverse current is flowing.

However in a synchronous rectifier circuit the FET spends most of its time turned on during the flyback period, so the diode is only active during the deadband and should have very low loss. Generally only the lower FET has to handle significant flyback current, so if you are replacing the upper FET there should be no issue. The lower FET might get a bit hotter without a Schottky diode.

Bruce Abbott
  • 56,322
  • 1
  • 48
  • 93
1

In general I would look for the following:

  • Footprint compatiblity
  • Vgs max
  • Vds max
  • Vgs(th)
  • Rds(On)
  • Input capacitance
  • Switching times
  • Thermal properties, junction to case, ambient
  • Safe operating area

Your replacement seems pretty similar with some slower switching time. You have to take your switching frequency into consideration which can be read from the buck converters datasheet. Also the internal body diode of the replacement seems different. Not sure if it matters in you application.

Dejvid_no1
  • 3,598
  • 18
  • 24