Most Stable Target MCU / Dev Board? #1159
thestumbler
started this conversation in
General
Replies: 1 comment
-
Well, anything that's not a STM32F7/H7 is quite well supported ;-) The STM32 NUCLEO boards don't contain a lot of on-board hardware, so they are a safe bet. (RP2040 support in modm is quite basic and not as good as the official library.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've inherited a prototype project implemented on an Arduino, and refactored the code into an object-oriented C++ style (per request of client). Next up, the ATMega328P is on the edge of being not powerful enough for the task. Ultimately this MCU will be replaced with a much more modern chip in a completely new PCB design. In the meantime, I would like to use an off-the-shelf development board for some tests. After my previous struggles with MODM on an STM32H7 project, I'd like to pick a target that is very well supported in MODM.
I'm thinking of an RP2040 or one of the STM32F4-based dev boards. What would you guys nominate as the best supported MODM dev board of all time?
Beta Was this translation helpful? Give feedback.
All reactions