Configuration.zip
Hello
Isn't there a problem with marlin2.0 latest version
Marlin 2.0 + mks sbase v1.3
The motors "nena 17", the screen, don't work anymore?

Have you ever had that display work with your board? If not you may need to reverse one end of both cables.
Advent the last build all worked, since you developed the support of TMC2130 rather than nothing worked
You are not telling us very much about the problem you have. The more information you provide the more likely it is that someone will be able to help.
Your configuration files seem to be based on an older version. For instance they do not contain the section that defines the type of stepper motor for each axis. I would suggest that you may want to start again with the default configuration for the Sbase and add your changes to it.
I have the same board and display and they work fine. There have not been any other reports of problems with the same hardware that you are using.
1: marlin 2.0 version about a month ago / yes with the previous version it still works
2: more screen display, more motor movement
3: just a guess, the problem and arrive since you have implemented the tmc 2130 function
4: I tested with several cables
5: no modification of the pin.h file
Okay, I'll reconfigure another marlin 2.0 file
Problem locating
When I'm with the DRV8825 it works
And when I replace the TMC2208 the problem appears
More engine and more display and more sdcard...
You didn't mention anything in your original post about using TMC2208 drivers! So is that what you are doing? How do you have them connected? Are you using them standalone or are you trying to use a serial connection? If you are using a serial connection what pins are you trying to use?

That looks like you are operating them in standalone mode. Have you defined that usage correctly in your configuration file? For X you need...
#define X_DRIVER_TYPE TMC2208_STANDALONE
Note that you must be using an up to date version of both the Configuration.h and Conficuration_adv.h files to be sure this will work correctly.
Thanks, I'll go test it.
thank you for your help in making it work
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
That looks like you are operating them in standalone mode. Have you defined that usage correctly in your configuration file? For X you need...
Note that you must be using an up to date version of both the Configuration.h and Conficuration_adv.h files to be sure this will work correctly.