My customer is using the DRV8320H motor driver chip and using it in 6X mode. The device is externally powered thus the chip’s sleep mode is not of interest. However it seems prudent to keep the chip disabled until needing to actually drive the motor. The spec says that the ENABLE line must be pulled High and then must wait for 1ms before it is functional. Question: Is it acceptable for FW to both set the ENABLE line and also commutate immediate (setup the INHx/INLx) from the driver chip handling point of view. Of course our FW/application would need to be able to tolerate the possible 1ms delay before the motor driver becomes functional. Or must the ENABLE line be done first, and then wait 1ms, and only then start commanding the INHx/INLx?
Thank you!