Decides whether direction change is executed through full pre-startup state machine
or through reverse drive depending upon DIR_CHANGE_MODE configuration.
When recommended:
- In end applications where
direction change is expected during operation, DIR_CHANGE_MODE is set to 1b.
This requires the reverse drive parameters to be tuned as reverse drive is used
to change direction.
- Example: In massage chair motors that frequently change direction,
DIR_CHANGE_MODE to 1b.
- In end applications where reverse
drive is not common and can afford to stop the motor by coasting and applying
brake before starting in opposite direction, set the direction change mode to 0b
and disable reverse drive by setting RVS_DR_EN to 0b. This saves tuning effort
for reverse drive.
- Example: Server fans have fixed direction of spinning.
- When RVS_DR_EN is set to 1b and
reverse drive is tuned, DIR_CHANGE_MODE can be set to 0b as reverse drive is
executed on direction change command.