I got klipper compiled and installed on ma SKR 2 board.
When starting klipper, i get the error message:
TMC stepper_x failed to init: Timeout on wait for ‘tmcuart_response’ response
My config:
[stepper_x]
step_pin = PE2
dir_pin = PE1
enable_pin = !PE3
microsteps = 16
rotation_distance = 40
endstop_pin = ^PC1
position_endstop = 260
position_max = 260
homing_speed = 50
homing_retract_dist = 0
in the log file I see:
[tmc2209 stepper_x]
uart_pin = PE0
run_current = 0.8000
hold_current = 0.800
diag_pin =
Installed is a TMC2208
Whats wrong ?
thanks
Dieter