BTT board EBB 42 CAN V1.2 -errors

Hello everyone.
I have some specific problems with the BTT board.
See issues on github.

If anyone can advise what I should try, I would appreciate it.

Thanks Petr

Change

[manual_stepper my_stepper]
step_pin: EBBCan0: PD0
dir_pin: !EBBCan0: PD1
enable_pin: !EBBCan0: PD2
microsteps: 16
rotation_distance: 20

[tmc2209 my_stepper]
uart_pin: EBBCan0: PA15
run_current: 0.650
stealthchop_threshold: 100

to

[manual_stepper my_stepper]
step_pin: EBBCan0: PD0
dir_pin: !EBBCan0: PD1
enable_pin: !EBBCan0: PD2
microsteps: 16
rotation_distance: 20

[tmc2209 manual_stepper my_stepper] # <---- Provide full name here
uart_pin: EBBCan0: PA15
run_current: 0.650
stealthchop_threshold: 100

Oh … thank you very much Sineos