this post was submitted on 01 Nov 2023
6 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

Cortex-M7 isn't comparable to the Cortex-M0+, though I guess everyone wants to compare/benchmark against RP2040 / Cortex-M0+.

The important tidbits is that M7 has lightweight SIMD (packed 16-bit, not like NEON but more basic), a division instruction, and usually (but not always) comes with an FPU. Considering that NXP usually goes for the high-end MCU and/or low-end MPU with the i.MX branding, I'm guessing this chip is decked out with lots of optional features (like FPU).