Skip to main content
Associate
February 28, 2024
Question

stm32 with stepper motor driver tmc2660

  • February 28, 2024
  • 1 reply
  • 1782 views

Hi ,

in my project i was having a requirement  that the three stepper motors are need to work using 

STM32 -> TMC429 motion controller -> TMC2660.

THE SPI communication between the TMC429 and MICROCONTROLLER is working, and verified. but in the case of tmc2660, how can we verify whether the spi communication is working properly or not?

    This topic has been closed for replies.

    1 reply

    Peter BENSCH
    ST Technical Moderator
    February 29, 2024

    This is actually a topic for which the manufacturer of the TMCxxx (Analog Devices) should provide an answer. But if you take a look at the data sheet of the TMC429, fig 5.2, you will see how your setup is controlled via SPI and one CS per TMC2660. The SPI bus is not routed through the TCM429, but everything is connected to the same SPI bus and only the STEP and DIR signals come from the TMC429.

    Hope that helps?

    Regards
    /Peter

    In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.