<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin+RADDS+TMC5160 kein Mucks</title>
        <description> RADDS TMC5160 will nicht

Hallo zusammen,
ich versuche auf einem nicht eingebauten RADDS versuchsweise (nur) einen TMC5160 gesteckt auf E1 (Boardbezeichnun) zum laufen zu bringen.
Jedoch ziemlich erfolglos...
Hat jemand diese Config am laufen oder kann mir sonst irgendwie helfen?

Ein A4988 läuft problemlos.

Firmware ist Marlin 2.0.7.2
TCN5160 V1.2 ist von Bigtreetech

Nach dem Power On meldet sich Marlin mit:
Driver Error Printer Halted

Auf der Seriellen Konsole wird noch folgendes angezeigt:

Testing E connection... OK

00:00: E driver overtemperature warning! (800mA)

E driver error detected: 0xBF800000
overtemperature
coil short circuit
		E
Enabled		false
Set current	800
RMS current	792
MAX current	1117
Run current	15/31
Hold current	7/31
Global scaler	133/256
CS actual	0/31
PWM scale	4162846720
vsense		
stealthChop	false
msteps		256
tstep		1006632960
PWM thresh.	8
[mm/s]		-
OT prewarn	true
triggered
 OTP		true
off time	0
blank time	16
hysteresis
 -end		-3
 -start		1
Stallguard thrs	0
uStep count	0
DRVSTATUS	E
sg_result	0
stallguard	*
fsactive	
stst		
olb		*
ola		*
s2gb		*
s2ga		
otpw		*
ot		*
Driver registers:
		E	0xEF:E0:00:00


Error:Printer halted. kill() called!

Die SPI Konfiguration habe ich so vorgenommen:

TCM5160   definition   RADDS Pin
SDI-------MOSI---------33
SCK-------SC-----------35
CSN-------CipSelect----31  ist default jedoch auch gesetzt
SDO-------MISO---------37

Relevannte Config in Configuration.h

#define E0_DRIVER_TYPE TMC5160

Relevannte Config inConfiguration_adv.h

#if AXIS_IS_TMC(E0)
    #define E0_CURRENT      800
    #define E0_MICROSTEPS    16
    #define E0_RSENSE         0.075
    #define E0_CHAIN_POS     -1
  #endif
.
#define E0_CS_PIN         31
.
#define TMC_USE_SW_SPI
  #define TMC_SW_MOSI       33  //blau
  #define TMC_SW_MISO       37  //rot
  #define TMC_SW_SCK        35  //grün
.
 #define SOFTWARE_DRIVER_ENABLE
.
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
#define MONITOR_DRIVER_STATUS
#define HYBRID_THRESHOLD
#define TMC_DEBUG

Anhänge:
Configuration.h
Configuration_adv.h

Gruss Thomas</description>
        <link>https://reprap.org/forum/read.php?249,879506,879506#msg-879506</link>
        <lastBuildDate>Mon, 10 Aug 2026 12:58:03 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?249,879506,879512#msg-879512</guid>
            <title>Re: Marlin+RADDS+TMC5160 kein Mucks [gelöst] (tu)</title>
            <link>https://reprap.org/forum/read.php?249,879506,879512#msg-879512</link>
            <description><![CDATA[ Da sucht man tagelang nach einer Lösung. Kaum schreibt man in das Forum. Kurze Zeit danach findet man die Lösung.<br />
<br />
Funktioniert auch mit RADDS: (:P)<br />
<a href="https://github.com/MarlinFirmware/Marlin/issues/15296" target="_blank"  rel="nofollow">[BUG] SKR V1.3 and TMC5160 v1.2 - driver error</a><br />
<br />
und in Configuration_adv.h:<br />
<pre class="bbcode">
//#define SOFTWARE_DRIVER_ENABLE</pre>
darf nicht enabled sein<br />
<br />
Gruss Thomas]]></description>
            <dc:creator>Flyer2000</dc:creator>
            <category>Elektrik &amp; Elektronik</category>
            <pubDate>Thu, 10 Dec 2020 15:07:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?249,879506,879506#msg-879506</guid>
            <title>Marlin+RADDS+TMC5160 kein Mucks</title>
            <link>https://reprap.org/forum/read.php?249,879506,879506#msg-879506</link>
            <description><![CDATA[ RADDS TMC5160 will nicht<br />
<br />
Hallo zusammen,<br />
ich versuche auf einem nicht eingebauten RADDS versuchsweise (nur) einen TMC5160 gesteckt auf E1 (Boardbezeichnun) zum laufen zu bringen.<br />
Jedoch ziemlich erfolglos...<br />
Hat jemand diese Config am laufen oder kann mir sonst irgendwie helfen?<br />
<br />
Ein A4988 läuft problemlos.<br />
<br />
Firmware ist Marlin 2.0.7.2<br />
TCN5160 V1.2 ist von Bigtreetech<br />
<br />
Nach dem Power On meldet sich Marlin mit:<br />
Driver Error Printer Halted<br />
<br />
Auf der Seriellen Konsole wird noch folgendes angezeigt:<br />
<pre class="bbcode">
Testing E connection... OK

00:00: E driver overtemperature warning! (800mA)

E driver error detected: 0xBF800000
overtemperature
coil short circuit
		E
Enabled		false
Set current	800
RMS current	792
MAX current	1117
Run current	15/31
Hold current	7/31
Global scaler	133/256
CS actual	0/31
PWM scale	4162846720
vsense		
stealthChop	false
msteps		256
tstep		1006632960
PWM thresh.	8
[mm/s]		-
OT prewarn	true
triggered
 OTP		true
off time	0
blank time	16
hysteresis
 -end		-3
 -start		1
Stallguard thrs	0
uStep count	0
DRVSTATUS	E
sg_result	0
stallguard	*
fsactive	
stst		
olb		*
ola		*
s2gb		*
s2ga		
otpw		*
ot		*
Driver registers:
		E	0xEF:E0:00:00


Error:Printer halted. kill() called!</pre>
<br />
Die SPI Konfiguration habe ich so vorgenommen:<br />
<pre class="bbcode">
TCM5160   definition   RADDS Pin
SDI-------MOSI---------33
SCK-------SC-----------35
CSN-------CipSelect----31  ist default jedoch auch gesetzt
SDO-------MISO---------37</pre>
<br />
Relevannte Config in Configuration.h<br />
<pre class="bbcode">
#define E0_DRIVER_TYPE TMC5160</pre>
<br />
Relevannte Config inConfiguration_adv.h<br />
<pre class="bbcode">
#if AXIS_IS_TMC(E0)
    #define E0_CURRENT      800
    #define E0_MICROSTEPS    16
    #define E0_RSENSE         0.075
    #define E0_CHAIN_POS     -1
  #endif
.
#define E0_CS_PIN         31
.
#define TMC_USE_SW_SPI
  #define TMC_SW_MOSI       33  //blau
  #define TMC_SW_MISO       37  //rot
  #define TMC_SW_SCK        35  //grün
.
 #define SOFTWARE_DRIVER_ENABLE
.
#define CHOPPER_TIMING CHOPPER_DEFAULT_12V
#define MONITOR_DRIVER_STATUS
#define HYBRID_THRESHOLD
#define TMC_DEBUG</pre>
<br />
Anhänge:<br />
Configuration.h<br />
Configuration_adv.h<br />
<br />
Gruss Thomas]]></description>
            <dc:creator>Flyer2000</dc:creator>
            <category>Elektrik &amp; Elektronik</category>
            <pubDate>Thu, 10 Dec 2020 11:40:16 -0500</pubDate>
        </item>
    </channel>
</rss>
