Hacker News new | ask | show | jobs
by mkesper 1884 days ago
What about ARM platforms? Something like STM32? https://github.com/stm32-rs/stm32-rs
1 comments

The Seeeduino XIAO discussed in the article is a ARM M0+.

The STM32F4 is a ARM M4, a higher-end ARM. There's a lot of different chips and chip categories at this level.

Ultimately, the CPU doesn't really matter in physical projects. Mundane issues like voltage support, ADC converters and timers dominate the issues you come across.