SLOSE83 March 2023 DRV8952
PRODUCTION DATA
nSLEEP |
INx |
ENx |
OUTx |
DESCRIPTION |
---|---|---|---|---|
0 | X | X | Hi-Z | Sleep mode, all half-bridges disabled (Hi-Z) |
1 | X | 0 | Hi-Z | Individual outputs disabled (Hi-Z) |
1 | 0 | 1 | L | OUTx Low-side ON |
1 | 1 | 1 | H | OUTx High-side ON |
The inputs can also be used for PWM control of, for example, the speed of a DC motor. When controlling a winding with PWM, when the drive current is interrupted, the inductive nature of the motor requires that the current must continue to flow. This is called recirculation current. To handle this recirculation current, the H-bridge can operate in two different states, fast decay or slow decay. In fast decay mode, the H-bridge is disabled and recirculation current flows through the body diodes; in slow decay, the motor winding is shorted.
To PWM using fast decay, the PWM signal is applied to the ENx pin; to use slow decay, the PWM signal is applied to the INx pin. The following table is an example of driving a DC motor using OUT1 and OUT2 as an H-bridge:
IN1 | EN1 | IN2 | EN2 | FUNCTION |
---|---|---|---|---|
1 | 1 | PWM | 1 | Forward PWM, slow decay |
PWM | 1 | 1 | 1 | Reverse PWM, slow decay |
1 | PWM | 0 | PWM | Forward PWM, fast decay |
0 | PWM | 1 | PWM | Reverse PWM, fast decay |