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.

DRV8301: Protection of DRV8301 and MOSFETS

Part Number: DRV8301
Other Parts Discussed in Thread: DRV8305

This schematic is used to drive a brushless motor with DRV8301. But the datasheet of DRV8301 doesn't show the diodes. What is their purpose?

What other protective mesures should I take? Or should I?

Thanks,

Roman

  • Hi Roman,

    Can you tell me where you found the top schematic? This may provide some context.
  • It is a BLDC ESC. It uses STM32F103 with DRV8301 to drive a motor from 4S lipo battery.

    I built my ESC on Piccolo MCU and DRV8305. I used examples from TI datasheets. But I found several examples where some kind of protection is implemented. I do not know what is necessary as I do not have big experience. May be someone can suggest some methods.

    Best regards,

    Roman

  • Hi Roman,

    The discrete components included in the top schematic you linked are uneeded for the DRV8305.

    In section 7.3.8.3.2 (Page 27) of the DRV8305 datasheet outlines the different integrated gate driver protection features that are included in the device. Over voltage protection is one of the features, meaning the diodes on the MOSFET gates are uneeded.

    The DRV8305 also includes a hard pull down on the MOSFET gates called "TDRIVE". This integrated pull down means the external pulldown resistor is not needed.

    Finally the DRV8305 has a feature called "IDRIVE", which is a scalable source / sink MOSFET gate drive current setting. Using this feature there is not a need for an external series current limiting resistor.
  • Thanks Phil. Great news.