Unfortunately makes no sense because you have a different setup, e.g. using a SKR min E3 V2 board. Generally speaking:
- Your config looks OK but you can cross-check with
- https://github.com/Klipper3d/klipper/blob/master/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg for the board definition
- https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender5pro-2020.cfg for some machine specific information
- The SKR definition should be your basis
- Get the specs of your stepper motors and follow the directions given here Hold_current and run_current -- TMC2209 - #5 by Sineos to properly set the current
- Any TMC related errors like
DRV_STATUS: c0170090 s2vsa=1(LowSideShort_A!) olb=1(OpenLoad_B!) cs_actual=23 stealth=1 stst=1
point to a serious hardware issue and should really be solved (also Marlin will not safe you here even if Marlin ignores some of these errors silently). Also see TMC drivers - Klipper documentation