You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to set up my machine with the Trinamic TMC 5160 drivers that use SPI mode. Looking through this current implementation, it doesn't look like the SPI bus was implemented as a HAL layer for the Arduino Due.
Before I start writing any HAL interface for the SPI bus of the Due, I just wanted to make sure this is not already implemented.
Looking through the different Trinamic configuration options, I see that there is an I2C->SPI bridge which is a bit confusing.
If anyone could point me in the right direction as to how to go about implementing this SPI functionality; that would be greatly appreciated.
What's currently getting me stumped is how to implement the chip-select (CSN) SPI specific functionality.
The text was updated successfully, but these errors were encountered:
Before I start writing any HAL interface for the SPI bus of the Due, I just wanted to make sure this is not already implemented.
It is not.
Looking through the different Trinamic configuration options, I see that there is an I2C->SPI bridge which is a bit confusing.
I made it for my CNC Boosterpack BOB for TI LaunchPads - it has an I2C interface but no free pins for SPI. So making a I2C <> SPI bridge was the only option for me.
If anyone could point me in the right direction as to how to go about implementing this SPI functionality; that would be greatly appreciated.
What's currently getting me stumped is how to implement the chip-select (CSN) SPI specific functionality.
Hi,
I've been trying to set up my machine with the Trinamic TMC 5160 drivers that use SPI mode. Looking through this current implementation, it doesn't look like the SPI bus was implemented as a HAL layer for the Arduino Due.
Before I start writing any HAL interface for the SPI bus of the Due, I just wanted to make sure this is not already implemented.
Looking through the different Trinamic configuration options, I see that there is an I2C->SPI bridge which is a bit confusing.
If anyone could point me in the right direction as to how to go about implementing this SPI functionality; that would be greatly appreciated.
What's currently getting me stumped is how to implement the chip-select (CSN) SPI specific functionality.
The text was updated successfully, but these errors were encountered: