robomechs / 6-AXIS-USBCNC-GRBL

This repository is based on https://github.com/usbcnc/grbl which in turn is based on https://github.com/gnea/grbl
193 stars 94 forks source link

support for tmc2130 #23

Open frankdunn opened 5 years ago

frankdunn commented 5 years ago

Hi , I am looking at using tmc2130 drivers with a 3 axis engraver . Would it conflict with any hardware if I add a hardware spi port on the bluepill ? The hardware pins does not conflict with any pins I need : /*SPI1 GPIO Configuration
PB3 ------> SPI1_SCK PB4 ------> SPI1_MISO PB5 ------> SPI1_MOSI
/ pc13 , pc14 , pc15 would be chip select for x , y , z .

robomechs commented 4 years ago

Any results? ))