cancel
Showing results for 
Search instead for 
Did you mean: 

grbl for stm32 nucleo h753zi

yogui_ricardo
Associate III

I'm trying to convert a 3D printer into a CNC, but I can't find any software to use it with my HA753ZI core. Any ideas would be appreciated. Regards.

1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Super User

Your title says, "grbl" - are you referring to this: https://github.com/gnea/grbl ?

See also: https://github.com/gnea/grbl/wiki

As it says there, it runs on Arduino - so your question becomes, "is there an Arduino port for the HA753ZI?"

Supported ports: https://github.com/gnea/grbl/wiki/Frequently-Asked-Questions#grbl-porting 

The place to look for Arduino on STM32 would be STM32Duino:

https://www.stm32duino.com/

https://github.com/stm32duino

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

3 REPLIES 3
mƎALLEm
ST Employee

Hello,

Not sure to understand the request. Could you please elaborate? 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Andrew Neil
Super User

Your title says, "grbl" - are you referring to this: https://github.com/gnea/grbl ?

See also: https://github.com/gnea/grbl/wiki

As it says there, it runs on Arduino - so your question becomes, "is there an Arduino port for the HA753ZI?"

Supported ports: https://github.com/gnea/grbl/wiki/Frequently-Asked-Questions#grbl-porting 

The place to look for Arduino on STM32 would be STM32Duino:

https://www.stm32duino.com/

https://github.com/stm32duino

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

thanks, I'm going to study it, regards