I have an LDO Leviathan Board, and it correctly receives 24V as the main power supply as well as 'HV'.
https://github.com/MotorDynamicsLab/Leviathan
I am having trouble running the following commands:
STEPPER_BUZZ Stepper=stepper_z
STEPPER_BUZZ Stepper=stepper_z1
STEPPER_BUZZ Stepper=stepper_z2
STEPPER_BUZZ Stepper=stepper_z3
STEPPER_BUZZ Stepper=extruder
All these commands result in the error "Unable to read tmc uart 'XXXX' register IFCNT".
However, these commands work fine (I can see the steppers are working):
STEPPER_BUZZ Stepper=stepper_x
STEPPER_BUZZ Stepper=stepper_y
According to this article:
"This occurs when Klipper is unable to communicate with a TMC2130 or TMC5160 driver."
I tried flashing the firmware, but it did not help.
Attached is my Klipper config.
Any help would be greatly appreciated!
Pavel