this post was submitted on 31 Oct 2023
3 points (100.0% liked)

MICROCONTROLLERS

848 readers
1 users here now

Everything microcontrollers: projects, questions, new releases, etc.

dragontamer's Beginner Guides:

Beginner Series I: What is a Microcontroller?

Beginner Series II: The "Generic" Microcontroller

Beginner Sidenote: Microchip's Signal Chain Design Guide

Beginner Series III: Skills and Complexity Tiers

Beginner Series IV: Deep Dive into Microchip's AVR EA

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dragontamer@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

I've definitely been noticing the 2-digit ARM Cortex Mxx series popping up.

Cortex M23, Cortex M33, and now M85. Its a decent way to see which cores are more recent, because the previous branding (M0, M4, M7) was about cost and not so much about speed.


I've heard of Helium, and I'm also a big fan of SIMD-compute in general (I moderate https://lemmy.world/c/gpu_programming). There's innate performance benefits if you can manage to get SIMD code out, but its still a bit of an arcane subject matter. Helium was supposed to be a way to describe SIMD for microcontrollers / lower-power stuff.