You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an ESP32 with SPI communication to TMC2130 (connected to their dev board).
I'm using the driver to run the motor, with FastAccelStepper for stepping abilities.
however, no matter what configuration I write, the following happens:
when I try to read DRV_STATUS, the SG_Result is always 0.
the StallGuard flag is always off.
it does however display the Actual CS correctly.
on the other, when I configure the same params at TMCL-IDE I have a dynamic value of SG_Result and the StallGuard flag detects the stall.
hi,
I have an ESP32 with SPI communication to TMC2130 (connected to their dev board).
I'm using the driver to run the motor, with
FastAccelStepper
for stepping abilities.however, no matter what configuration I write, the following happens:
it does however display the Actual CS correctly.
on the other, when I configure the same params at
TMCL-IDE
I have a dynamic value of SG_Result and the StallGuard flag detects the stall.this is my setup:
do you have any ideas?
The text was updated successfully, but these errors were encountered: