Schildkroet / GRBL-Advanced

Grbl-Advanced is a no-compromise, high performance, low cost alternative for CNC milling. This version of Grbl runs on a STM32F411RE / STM32F446RE Nucleo Board. Now with backlash compensation, multi-axis and Tool Table support!
GNU General Public License v3.0
284 stars 84 forks source link

SPI support for Trinamic stepsticks #18

Closed fantasmag0ria closed 5 years ago

fantasmag0ria commented 5 years ago

It would be really nice if software was able to use TMCs driver SPI-configuration. Especially now, when Trinamic released new TMC5161 drivers capable of running at 4A. https://www.trinamic.com/products/integrated-circuits/details/tmc5161/

The 2130s had 'headless' mode and were able to run without SPI. 5161s are lacking this feature afaik.

Schildkroet commented 5 years ago

There is a working SPI driver in HAL-Directory, which you can use to configure the drivers. Currently i don't intend to implement external drivers.