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 have stm32f103c8t6 mcu, tmc5160 and NEMA 17 stepper motor. may i use that libraries on my project? does it work? the telecommunication is spi between tmc and stm32, and also do you have any examples how to use that libraries on stm32? i just get stuck on project right now. guide me pls thx
The text was updated successfully, but these errors were encountered:
You can use the library but you will have to supply your own low level code for communication with the drivers. This is how I do it for the F4xx which is simlar to the F103.
The tmc5160hal.c code was written to provide a higher level API for grblHAL and is used by the motors plugin. If this API is to be used some data structures and possible code from grblHAL has to be extracted. The motors plugin is even tighter integrated into grblHAL, not sure if it would be of any help to study that.
i have stm32f103c8t6 mcu, tmc5160 and NEMA 17 stepper motor. may i use that libraries on my project? does it work? the telecommunication is spi between tmc and stm32, and also do you have any examples how to use that libraries on stm32? i just get stuck on project right now. guide me pls thx
The text was updated successfully, but these errors were encountered: