jayhawk wrote: Mon May 18, 2020 8:56 pm
My name's Jason, and I'm moving from Arduino Nanos to stm32 which is apparently more powerful than my Mega
Fixing to run a 3D printer with this board!
Howdy, Jason.
"Mega" is a good product, I have done many 2560 projects. But, 16MHz and 8-bit architecture does put the h/w into a "dated" category. Still, for many 5V projects based on existing designs, the Mega (at clone prices) is a good match. Moving to the 32-bit architecture, ARM cpu, higher 72MHz clock, and 3.3V logic does move your projects forward in design. Biggest concern, IMO, old libraries which may require some some work to port... but over the past 5 years, many AVR libraries have been made ARM 32-bit compatible.
This old post of mine from the previous forum (of the same name) may be helpful:
https://stm32duinoforum.com/forum/viewt ... _3111.html
--> Same post with updated link:
viewtopic.php?f=2&t=301&p=1938#p1938
Welcome, have fun.
Ray