Hacker News new | ask | show | jobs
by zargon 2236 days ago
"The Amazing $1 Microcontroller" is a great place to start. It covers the main ARM micro families. Essentially you're looking for differences in peripherals, since the CPU is the same for any given Cortex M0, M3, etc.

https://jaycarlson.net/microcontrollers/

Edit: I guess if you're looking to move to "more complex" things you may be beyond the $1 chips that this site reviews.

1 comments

> I guess if you're looking to move to "more complex" things you may be beyond the $1 chips that this site reviews.

That's the end goal yeah, but ofc I need to learn the platforms first.