deadsy / grbl_stm32f4

The grbl g-code interpreter ported to the STM32F4
61 stars 33 forks source link

port to STM32F103C8 #4

Open JBSchueler opened 8 years ago

JBSchueler commented 8 years ago

Nowadays there are very nice (and cheap) development boards for the STM32F103C8 like this one.

How easy/difficult is it to port this code to the STM32F103C8? Is the code fully functional for a STM32? Especially GRBL 0.9j?

deadsy commented 6 years ago

Yes - you'll have to remap the IO to whatever the available pins are on your board. The core drivers should be OK since you are on an ST chip and the peripherals don't change much, but you'll have to make sure the base addresses are ok.

Later versions of both grbl and the cube drivers are on the development branch. Most of it works but I still need to finish of the stepper motor drivers..