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.

DRV8703D-Q1: Brake definition

Part Number: DRV8703D-Q1
Other Parts Discussed in Thread: DRV8703-Q1,

Tool/software:

Hey, 

I'm working on a development project that involves the DRV8703. I'm pretty new to Motor Drivers and Motors, and I'm a bit confused about the Terminology. 

The Data sheet talks about a Slow Decay (Brake). Other Forum post like this one:

https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1051913/drv8308-stationary-stationary-braking?tisearch=e2e-sitesearch&keymatch=DRV%25208703%2520Brake%2520mode#

Speak about a passive Breaking. Is this the same case for this Motor Driver? 

To be exact, that it will stop the Motor from moving with its current PWM but won't provide much Resistance to outside forces trying to turn the motor in this "brake" state? 

Or the power/efficiency of the Brake low-side slow decay can't be compared to a disc brake on a bike. 

  • Hey Samuel,

    Thanks for posting in this forum.

    The e2e post you referenced was for a BLDC motor. While the idea may be the same there are differences when it comes to BDC (brushed DC motors).

    Speaking of BDC motors "passive brake" refers to braking behavior of the motor while its terminals are shorted together. Under this condition when motor tries to spin by an external torque, the motor generated back EMF, BEMF. Because the motor is shorted the BEMF results with opposing current flow to counteract the external torque. Such braking torque would be a function of the motor characteristics its coil design and permanent magnet strength, This does provide resistance to an outside torque but it has limitation. For example it may not be able to stop a slow creep unlike a rigid electromechanical brake. 

    Now, looking at the DRV8703-Q1 Full-Bridge driver (note this does not apply to the DRV8703D-Q1 because this is an Half-Bridge driver), as indicated by "2" current flow while both low-side FETs are conducting it effectively behaves like shorting the motor coil, meaning the BEMF current would flow via the two low-side FETs causing the motor to brake. This applies to when the motor is not actively driven.

    During a PWM drive during the PWM on of the duty cycle the current "1" increases via the motor coil according to its supply voltage, R and L. During the off duration of the PWM both low-side FETs are switched on to allow the recirculation current to decay, aka slow decay. See below image for visualization.

    Or the power/efficiency of the Brake low-side slow decay can't be compared to a disc brake on a bike. 

    While a passive brake provides resistance to the spinning motor and provides some level of holding torque while the motor is not driven it does not behave like a mechanical disc brake on a bike. For this purpose you may have to use a purpose built electromagnetic brake. Thank you.

    Regards, Murugavel 

  • Alright, thanks for the further information and help.