Tool/software:
Hello,
I am using an MCT8329A to drive a motor, and I control the POWEROFF line each time I start or stop the motor. It is driven directly by the MCU, and the voltage levels are correct (verified through a 0 Ω resistor).
After a few start/stop cycles (sometimes even after the first one), the POWEROFF function stops working. The DRV_OFF bit in the GATE_DRIVER_FAULT_STATUS
register remains high, and the motor will not rotate again until I perform a hard reboot.
My start/stop sequence is as follows:
-
Drive POWEROFF low
-
Send PWM signal
-
Stop PWM signal
-
Drive POWEROFF high
Is this a known issue, or is there something wrong with my sequence?
Thank you,