grblHAL / STM32F1xx

grblHAL driver for ST STM32F1xx (Redpill, Bluepill)
Other
40 stars 27 forks source link

Support for variety of Mach3 boards based on STM32F1XX #15

Closed beastieboy closed 1 year ago

beastieboy commented 2 years ago

There are many STM32F1 based boards made for Mach3 that can be reprogrammed with grblHAL firmware. Currently I have this one:

DDMACH V5.0

It's based on STM32F105VCT6. Where to begin with? I can easily trace pinout.

terjeio commented 2 years ago

Where to begin with? I can easily trace pinout.

Creating a pin map file would be a good starting point. Then sort out the clock tree configuration. I usually create a processor specific project to verify the USB connection and then copy the clock tree setup from that to the grblHAL driver - I have done so many times for the STM32F4xx driver.

beastieboy commented 2 years ago

Here are the photos taken together:

IMG_1167 (1) Ua101434f1d1945afaafc246f897f9ed9J

Screenshot 2022-03-09 at 06 45 34

STMicroelectronics-STM32F105VCT6-datasheet.pdf

terjeio commented 2 years ago

Did you manage to create a map file?