|
|
|
|
|
by jcalvinowens
826 days ago
|
|
I think it depends on what you want. Having worked quite a bit with both, I think the average beginner would find the rp2040's cmake based SDK more accessible than stm32cube, which I dislike immensely. The CircuitPython support is also really interesting for somebody who isn't a programmer but wants to experiment. But if you're already an experienced programmer and want to roll your own stuff, I absolutely agree stm32 is a better way to go. This is a little example: https://github.com/jcalvinowens/ledboard I will say, I think the generalized PIO engine the rp2040 has is incredible. I hope everybody starts doing that. |
|