Hello,
I am using a DRV8704 to drive an H-Bridge consisting of 5 NVMFS5C426N Mosfets per leg. Each MOSFET has a total gate charge of 65nC, for a total charge of 325nC per leg. The bridge PWM frequency is going to bet set between 4000 and 8000 Hertz (based on final testing).
According to section 7.3.8, with the most aggressive settings I should be able to drive just over 700nC:
Q < (20mA * (2*DTIME + TBLANK + TOFF))/4 = (20mA*(2*880nS + 5.880uS + 133.8uS))/4 = 707.2nC
Yet, even with those settings and the relatively slow PWM frequency, I am immediately triggering a pre gate fault at anything except fully on or off.
When I depopulate the prototype to use only 3 MOSFETs per leg, it seems to work just fine, even with the default settings.
Here is a dump of the DRV's memory, for reference, with bit 11 being the leftmost bit:
DRV Crtl: 111111111011
DRV Torque: 001111111111
DRV Off: 000111111111
DRV Blank: 000011111111
DRV Decay: 001000000000
DRV Drive: 111111111111
DRV Status: 000000000000
I get a status bit 3 (APDF) = 1 as soon as I attempt to start the H-Bridge, no matter what load is attached.
Thank you for your help!
Matt