Solved Vivedino Troodon Board (non-working w/RRF >=3.1).
-
@gloomyandy I've been spelunking in Platform.cpp and the TMC2660 driver code (in vimdiff between 3.0 and 3.1.0), and nothing jumps immediately out at me that would explain this behavior. There are some changes about the setting and resetting of status bits that may be related, but my C++ knowledge is likely not good enough to see the subtlety that likely causes this failure. Best guess is, it's something about the changed driver initialization, maybe even the missing 10 millisecond pause that's still in 3.0 but was dropped in 3.1 ... I may just add that back, recompile and see if it helps.
-
@oliof where in the code was this 10ms pause?
-
@dc42 it's possible I've been confused by vimdiff's output, I will need to re-check what I saw last night ... When I'm back home later today. Sorry for the confusion; I am still trying to understand what's going on...
-
@dc42 microseconds, not milliseconds -- sorry for the mixup. In
src/Movement/StepperDrivers/TMC2660.cpp
; line 1030 in the 3.0 release. The whole driver bringup has been significantly changed between 3.0 and 3.1. My gut says it's a likely candidate to dig into since the failure happens on first move attempt. -
@oliof I suspect the problem may be caused by the code in the new driver that checks the microstep position and adjusts it to be zero before it enables the driver. This code should be disabled for drivers that have been disabled. I will look at implementing than in the next 3.4beta.
-
@dc42 I do have a Duet2Wifi with a blown driver (E0, so driver 3 IIRC). I never upgraded that board to RRF3, and had packed it away to send for repairs. I hadnot gotten around to sending this board out, so I was able to do a comparison with the Troodon board.
In the simple test bench setup with one stepper connected to driver 0 (X), this board does not exhibit the same failure mode as the Troodon board. In fact, it just works without any complaints.
Of course this might be because there actually are traces and resistors on the board for this driver (or the driver is only partially broken instead of completely missing), so the behavior of the overall board could very well be different.
Since I noticed you got the change landed already, I'll see that I get my build environment up and running again for a (hopefully) quick build and feedback cycle.
-
@dc42 looks like my build environment was in good enough shape that I could build the latest 3.4-dev checkout -- and I can confirm the issue is resolved. I now get a move out of the motor without errors.
-
@oliof I tried to find their TMC2660 drivers sold separately, but computer says NO
Would be cool to add them as driver 10+11 to a Duet2. For now we can only use external drivers without SPI on the CONN_LCD pins. -
-
@jay_s_uk Theoretically yes, but are they built for 24/7 stress? They aren't exactly cheap either...
-
@o_lampe you can buy the drivers directly from them, choose the driver as the purchase option on https://www.formbot3d.com/products/troodon-mother-board-and-touch-screen
-
@o_lampe please note that these are not stepstick compatible drivers! So they won't fit onto a BTT MOT board. You'll need to spin your own bigfoot compatible board or wire them up directly.
-
@oliof The biggest question is, whether we could add them to the SPI bus or not? It would be nice to have an adapter board on the CONN_LCD connector, like it existst for Maestro and D3Mini.
-
@oliof I recently got a Troodon v2 and wanted to go beyond RRF 3.0 - which is not possible. Now your post says you had success with 3.4? I am in no means skilled enough to try this but if I understand your post, there is hope that I can - sometimes in the hopeful near future - upgrade to 3.4?
-
@tak21 you can Just use 3.4 Beta 5?
-
@pcr oh well ... why should it be so easy (...) THX I will try that
-
@oliof what does IIRC stand for?
-
"if I recall correctly"
-
@oliof Thank you sir......:)