hello, starting the first electronic check on my build. Stepper on all z axes are fine, but if I test X or Y stepper, I'm getting a firmware shutdown. In the log I can see this :
Received 174.775626: b'{"id": 547771047168, "method": "gcode/script", "params": {"script": "STEPPER_BUZZ STEPPER=stepper_x"}}' gcode state: absolute_coord=True absolute_extrude=True base_position=[0.0, 0.0, 0.0, 0.0] last_position=[0.0, 0.0, 0.0, 0.0] homing_position=[0.0, 0.0, 0.0, 0.0] speed_factor=0.016666666666666666 extrude_factor=1.0 speed=25.0 Reactor garbage collection: (169.670886991, 0.0, 0.0) Unable to read tmc uart 'stepper_x' register IFCNT
I'm using TMC 2209 and hardware wiring are the same for Z, X and Y axes. What should cause this ?
Stepper_X config for example :
`[stepper_x]
Connected to X-MOT (B Motor)
step_pin: PE11
dir_pin: !PE10
enable_pin: !PE9
rotation_distance: 40
microsteps: 16
full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
endstop_pin: EBBCan: gpio24
position_min: 0
position_endstop: 350
position_max: 350
##--------------------------------------------------------------------
homing_speed: 25 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_x]
uart_pin: PE7
interpolate: True
run_current: 0.7
hold_current: 0.4
sense_resistor: 0.110
stealthchop_threshold: 0`
by the way, board is a spider 3.0