Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-11-21 17:04:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-11-21 17:04:18 +0300
commit02312928a3fa09fcfe65fcbfdf21383a90563080 (patch)
tree60270e94ab0dd63842008f7045d0a9986b5d397d /src/Duet3Mini
parentc4d64655fb9c04c7218e5bf774ed018a3a42042b (diff)
Main and expansion board TMC22xx drivers brought into line
Diffstat (limited to 'src/Duet3Mini')
-rw-r--r--src/Duet3Mini/Pins_Duet3Mini.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Duet3Mini/Pins_Duet3Mini.h b/src/Duet3Mini/Pins_Duet3Mini.h
index 4b634ea1..fdf3169a 100644
--- a/src/Duet3Mini/Pins_Duet3Mini.h
+++ b/src/Duet3Mini/Pins_Duet3Mini.h
@@ -193,6 +193,7 @@ constexpr Pin TMC22xxMuxPins[1] = { PortDPin(0) };
#define TMC22xx_VARIABLE_NUM_DRIVERS 0
#define TMC22xx_SINGLE_DRIVER 0
#define TMC22xx_USE_SLAVEADDR 1
+#define TMC22xx_DEFAULT_STEALTHCHOP 1
// Define the baud rate used to send/receive data to/from the drivers.
// If we assume a worst case clock frequency of 8MHz then the maximum baud rate is 8MHz/16 = 500kbaud.