STM32F1xx icon indicating copy to clipboard operation
STM32F1xx copied to clipboard

Creality 4.2.2 stm32f103ret6 support

Open macmimy opened this issue 1 year ago • 6 comments

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 ?

macmimy avatar Apr 01 '23 22:04 macmimy

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 my_machine.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.

terjeio avatar Apr 02 '23 08:04 terjeio

hmm I might give it a shot

macmimy avatar Apr 02 '23 21:04 macmimy

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

nionio6915 avatar Dec 17 '23 19:12 nionio6915

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.

stevemartinsuk avatar Jan 04 '24 01:01 stevemartinsuk

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

macmimy avatar Jan 12 '24 21:01 macmimy

Hi. Has anyone done this with version 4.2.2?

Ferz82 avatar May 08 '24 20:05 Ferz82