grblHAL / STM32F1xx

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

Creality 4.2.2 stm32f103ret6 support #33

Open macmimy opened 1 year ago

macmimy commented 1 year ago

I have a bunch of Creality 4.2.2 stm32f103ret6 boards from upgrading ender 3v2's I'm sure I'm not alone, was wondering if its possible to get grblhal on them they seem similar to the blue pill. I found schematics for it https://github.com/Jyers/Marlin/discussions/814 , I'm assuming a pin remap wouldn't be all that is needed ?

terjeio commented 1 year ago

I'm assuming a pin remap wouldn't be all that is needed ?

It is all that is needed for basic functionality as the Trinamic drivers are not controlled by code, you can make one? Note that native USB is not supported - #define USB_SERIAL_CDC 1 has to be commented out in _mymachine.h

There is an EEPROM on the board but according to the scematic is not connected to I2C capable pins, if this is to be used code has to be added to bit-bang the I2C protocol.

macmimy commented 1 year ago

hmm I might give it a shot

nionio6915 commented 10 months ago

I am in the same situation- any update/progress in this?

stevemartinsuk commented 9 months ago

I have just ported to the Creality 4.2.7 board and successfully run it in coreXY. I have a bit more testing to do, but i'd be happy to upload it.

macmimy commented 9 months ago

NICE WORK ! I will be giving it a shot, I have 2 boards sitting here

Ferz82 commented 5 months ago

Hi. Has anyone done this with version 4.2.2?