How to set up SPI communication with the TMC5160 #26
Unanswered
dong004932-art
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
The STM32H7xx driver does not support Trinamic drivers "as-is".
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a developer working on building a 5-axis milling machine using grblHAL.
Since I am still a beginner in development, I would appreciate your patience even if I ask basic questions.
Currently, I am using the STM32F7xx library for grblHAL with an STM32 Nucleo board, and I have successfully completed motor operation and homing by connecting five TMC5160 evaluation boards using STEP and DIR signals instead of SPI.
However, I would like to control all five axes through SPI communication between the TMC5160 evaluation boards and the Nucleo board.
I have already downloaded all the necessary libraries.
Inside boards/reference_map.h, I attempted to enable the #if TRINAMIC_ENABLE feature, but I encountered the error:
#error "Trinamic plugin not supported!"
I have confirmed that the Trinamic library is present.
Could you please explain how to connect five TMC5160 evaluation boards (5-axis) via SPI?
I would also like to ask about the PROBE function during development.
I would appreciate it if I could communicate more quickly by email. If there is an expert who can assist me, I would be grateful if you could send me your contact information.
I am truly a beginner, so I kindly ask for your help. I really want to complete this development project.
Beta Was this translation helpful? Give feedback.
All reactions