Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creality 4.2.2 stm32f103ret6 support #33

Open
macmimy opened this issue Apr 1, 2023 · 6 comments
Open

Creality 4.2.2 stm32f103ret6 support #33

macmimy opened this issue Apr 1, 2023 · 6 comments

Comments

@macmimy
Copy link

macmimy commented Apr 1, 2023

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 Jyers/Marlin#814 , I'm assuming a pin remap wouldn't be all that is needed ?

@terjeio
Copy link
Contributor

terjeio commented Apr 2, 2023

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.

@macmimy
Copy link
Author

macmimy commented Apr 2, 2023

hmm I might give it a shot

@nionio6915
Copy link

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

@stevemartinsuk
Copy link

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
Copy link
Author

macmimy commented Jan 12, 2024

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

@Ferz82
Copy link

Ferz82 commented May 8, 2024

Hi. Has anyone done this with version 4.2.2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants