6
$15 Olimex RT1010-Py board runs MicroPython on 500 MHz NXP i.MX RT1011 Cortex-M7 MCU
(www.cnx-software.com)
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
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).