usbcnc / grbl

This is a port of GRBL 1.1 to STM32F103 target
https://github.com/usbcnc/grbl/wiki
Other
206 stars 73 forks source link

Question: does it have better performace then the avr version? #37

Closed aster94 closed 6 years ago

aster94 commented 6 years ago

Hello,

I have a few stm32f1 around but i am in doubt if them would perform really better then the avr

From your account i see that you made both the mega version then this. Which is your experience about? The more powerful stm32 outperform the tiny 8bit? Which would you suggest for a new design?

usbcnc commented 6 years ago

Yes it is far better than the AVR. The step rate can go up to 180Khz while AVR can only do 33Khz.