Freescale Announces $13 ARM Cortex-M0+ Microcontroller Board

Above: the Kinetis L Microcontroller board from Freescale. The board features a Cortex-M0+ ARM processor, a suspiciously familiar minty-fresh board silhouette, and headers that remind me of summers in Ivrea. From EDA360:

There are two major reasons for reading this blog post:

  1. A 32-bit microcontroller that sells for as little as $0.49 in 10K quantities and consumes 50µA/MHz
  2. A $12.95 development board to be available late in September

These are two of the salient attributes of the Freescale Kinetis L microcontroller, previewed at Design West in San Jose back in March and now announced at the Freescale Technology Forum in San Antonia with alpha samples shipping. The target for this product is the vast sea of products and applications that currently incorporate 8- and 16-bit microcontrollers—mainly for reasons of legacy code, legacy familiarity, and cost. It will take a compelling product to hurdle these barriers and the low prices for the Kinetis L silicon and development board will help to jump those hurdles.

Late in September, eh? There’s a thing I go to every year in New York that happens in late September*…

Anyway, you can pre-order the board here. Please form a single-file line to the left. kthx!

More from EETimes on the ultra-low-power MCU:

Freescale Semiconductor Inc. is sampling the industry’s first microcontroller to use ARM’s ultra-low-power Cortex-M0+ processor, which aims to convert 8- and 16-bit applications to 32-bit status by offering one-third the energy consumption of 8-bit processors while delivering twice the performance of a 16-bit processor.

“The plus of our new Cortex M0+ is really a minus as far as power is concerned,” said Warren East, ARM’s chief executive officer. “We worked with Freescale to design a core that could extend the battery life of mobile applications the way an 8-bit microcontroller does, but while delivering the 32-bit performance people expect from ARM.”

Some interesting talk over at the AmpHour discussion thread as well.

*that they will be selling these at World Maker Faire is just hypothesis/wishful thinking on my part. But still… it would be totally rad.


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 36,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


Maker Business — “Packaging” chips in the US

Wearables — Enclosures help fight body humidity in costumes

Electronics — Transformers: More than meets the eye!

Python for Microcontrollers — Python on Microcontrollers Newsletter: Silicon Labs introduces CircuitPython support, and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

Adafruit IoT Monthly — Guardian Robot, Weather-wise Umbrella Stand, and more!

Microsoft MakeCode — MakeCode Thank You!

EYE on NPI — Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — #NewProds 7/19/23 Feat. Adafruit Matrix Portal S3 CircuitPython Powered Internet Display!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



7 Comments

  1. The ‘preorder here’ on the linked Newark.com site appears to be a simple jpg place holder. Also theAmpHour.com site appears to be down or otherwise 503 Service Temporarily Unavailable. at least as of now – 6/19 530pm HST (GMT-10).

  2. I updated the ‘preorder’ link to the page I found the original pre-order link from, which shows both boards. I guess the black board is just a placeholder, but that’s the only ARM M0+ board for $13, so it’s a good bet that it’s the same board.

    AmpHour was down because Chris happened to be doing maintenance. It’s back up now.

  3. This looks like a great board, and not to criticize Arduino, but…

    “Expansion IO form factor accepts peripherals designed for Arduino™-compatible hardware”

    … are we going to be stuck with that gap-toothed header layout until the heat-death of the universe? Am I just being too picky?

  4. There are plenty of cheap-ass 32-bit micros. The real question is: does it have the resources to boot Linux? If not, it’s just not that interesting to me.

    Oh, and the resistor below is a 56K 10% resistor. I don’t need to read any stinking color code to tell that! Can’t I just type it in?

  5. Why does the element14 site show two different boards, the one posted above, and one that’s decisively less pretty or shapely?

  6. Freescale: announce early, deliver late. But I have my own professional bias as well. 🙂

    Joking aside, I’m actually pretty excited about the M0+. The current M0 (LPC1114, LPC11U24, etc.) is already a nice, efficient little core with very impressive power numbers, but it’s main bottleneck is the Von Neumann architecture compared to the Harvard architecture on the M3/M4.

    The M0 is single-pipeline, meaning that instructions and data both pass through the same pipeline and so you can’t send an instruction and read a result at the same time (in the same clock cycle). This basically doubles the time it takes to execute code compared to the 3 pipeline Harvard architecture on the M3 + M4 (it has seperate pipelines for instructions and data plus a third for peripherals), meaning commands and data can be handled much more efficiently. While the M3 is pushing out a command, it’s pulling in a chunk of data in the same cycle, cutting execution time in half for many operations at the same operating frequency as the single-pipeline M0.

    50MHz is still a lot of headroom even with a single pipeline architecture, and that’s also one of the things that keeps the core so small and low-power (low-leakage due to smaller gate count, low-cost due to the small die size, etc.).

    What’s nice with the M0+ is that it will introduce a 2-pipeline architecture with seperate I+D channels, while still keeping a very low gate count and excellent (even improved) power numbers. What this means is that you can double the execution speed, getting up to 2x the bang for your buck with no power increase!

    But it all comes back to the nonsense of even considering MHz a valid metric for anything other than marketing. Most instructs on the M3 and many on the M0 execute in a single clock cycle, which is what you really need to look at and what makes the ARM chips so efficient. The Cortex M0, despite the single pipeline, is actually extremely efficient for certain types of calculations. It has the option to include a single-cycle 32-bit*32-bit multiply, for example. Doing say 10-million 32-bit multiplies a second is perfectly doable on a 50MHz LPC1114 … but would take much much longer on an 8-bit processor even at 50MHz.

    50MHz is already pretty good for a $1 processor, but it’s even more impressive when you take a look at how efficient the instruction set is on the small ARM cores. The M0 is good, but the M3+M4 will be significantly faster per MHz moving a lot of bytes and data around. The M0+ should address this bottleneck, though, and put many M0+ instructions on part with the larger M3/M4s.

    Sorry … this should really be a blog post … it’s turned into a monster comment.

  7. This is a perfect price for schools who find cost a barrier and who feel the MSP430 doesn’t have enough power.

Sorry, the comment form is closed at this time.