Other Parts Discussed in Thread: DRV8308,
Hello!
I am working on a stepper driver compatible for a PCB milling CNC machine.
The question i wanted to ask is regarding the motor enable. From what i understand, the "enable motor" feature is available only over spi by writing bit0 in register 0x0h. The problem is that i need a physical parallel command to enable the motors.
My only thought of a solution is to use a small uC to send the SPI data only once at powerOn and use the SLEEPn pin as the ENABLE.
Is there any other or easier solution for that? i worked in the past with the DRV8308 and the chip had a "memory save" function which would have been great here, but the datasheet does not say anything about this for the DRV8711.
Thank you in advance!