This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRV8701: Advice on H-Bridge Driver

Part Number: DRV8701
Other Parts Discussed in Thread: UCC27714

I want to control a 110v 20a DC PM motor with an H-bridge (for reversing/braking) using N/P-channel MOSFETS to keep the gate voltage requirements within the usable range of the MOSFETS.

My space and power restrictions are almost none, or at least far outside the realm of practical application.  It's for an industrial application so I would like to overshoot the minimum requirements and operate far below maximum ratings. I'm still learning about all the ins and outs of driving MOSFETS with PWM, but one thing seems to be clear and that is that I must use P-channel MOSFETS to compliment the N-channels because driving the highside n-channels would require around 120v at the gate for a 110v load. If I'm correct in this case, and I've selected appropriate sized MOSFETS for the external drivers, would the DRV8701 driver be a good choice to drive both n and p-channel MOSFETS in an H bridge?  If not, can you make a better recommendation?


If it matters I'm looking at a pair of IXYS MOSFETS rated at 500v/40a for each half, so just 4 very large FETs total, and am trying to keep the circuit as simple as possible.I'm not opposed to changing course if there's a better best practice though.  Will probably use PIC/AVR for driver inputs, haven't quite decided yet, probably depends on what I have in the bins.

Thanks in advance!

  • Hi Michael,

    The DRV8701 is designed for driving N-channel high side FETs, and at lower voltages. To drive such high voltages, there are a few choices.

    One choice is to use the UCC27714 with both low side and high side N-channel FETs. This could be controlled by a mcu and addition circuitry to monitor the current.

    Another is to modify the DRV8701 outputs so that the DRV8701 can control the UCC27714 and FETs. Although not directly applicable, the concepts in www.ti.com/.../tida-01227 can provide guidance.
  • Thanks Rick, it looks awesome! Maybe I'm just missing it though, or maybe I just don't fully understand the intricacies of using HV FETs, but this one looks to be intended for N-channels also. I'm of the understanding that I can not use all N-channel devices in a HV H-bridge due to the need for high side gate voltages to exceed the rated maximum.

    I'd love to find out I have incorrectly interpreted the need for p-channel MOSFETS in the external bridge, it would simplify things greatly, and really open up my device options, not to mention drive the cost down significantly; but if this driver will actually drive p-channels I'm just as happy to have a solution.

    Either way thanks for your direction!
  • Rick, I think I sorted out my own short here. I've been thinking about Vgs all wrong! Maybe reading too many articles for LV applications, probably just never thinking it through. I was treating it like an absolute and not a referenced voltage across those two pins. I think your recommendation will work perfectly. I just placed an order for a whole bunch, along with the recommended supporting components.

    Thanks again for your quick and helpful reply, I owe you one!