mstrens / grbl_6axis_on_stm32

grbl_6axis_on_stm32
58 stars 44 forks source link

How to interface GRBL on STM32 with MKS-TB67S109-OC #6

Open RepRapThailand opened 3 years ago

RepRapThailand commented 3 years ago

Hi,

I try with GRBL on Arduino UNO and can spin motor but when I try with GRBL on STM32 the motor did not spin.

https://github.com/makerbase-mks/MKS-Big-Current-Driver/tree/master/MKS%20TB67S109%20OC/MKS%20TB67S109-OC%20V1.0_001

Best Regards,

6106

mstrens commented 3 years ago

I do not know this driver so I can't give you details. Still here some point of attention: Did you check the file cpu.map. It is in this file that you define the pins being used to generate the ENA,DIR,STEP signals. Please note that this file contains several configuration. Take care to activate the one you want. It could also that you have to invert the ENA signal for this board.