List of Microcontrollers with Fast Analog-to-Digital Converters

Introduction

The Analog-to-Digital Converters (ADC) in most microcontrollers (MCU) are slower than 1 Msps since their primary application is relatively slow automatic control and measurements, not the fast data acquisition and processing at high rates. In fact, the limited CPU speed and memory size of many microcontrollers are incapable of keeping up with a faster ADC, necessitates the use of a more specialized Digital Signal Processor (DSP).

Nevertheless, for simple data acquisition tasks, MCUs with a faster ADC can still be useful despite their limitations. For example, if the signal processing is done on a computer, the MCU can transfer the captured data via DMA as soon as possible with no processing, at the same time, it can conveniently control the supporting circuitry via a few GPIO ports. Another scenario is when only a small burst of data is needed, not sustained data. In other words, if your problem happens to be simple enough, a MCU may be able to solve it cheaply.

The following is a list of MCUs with fast ADCs.

Contributing

If you have more device suggestions or comment, please open an issue or a pull request at GitLab.

Caution

  1. Even with DMA, a limited MCU throughput may still unable to support the maximum sustained data rate of its ADC.

  2. Many MCUs support interleaving multiple ADCs to multiply the sampling rate. However, due to channel offset, gain imbalance, and timing errors, spurious signals and distortions inevitably arise. Since removing them can be difficult, often a single faster ADC is preferable.

  3. Some MCUs lack a suitable interface to the computer, requires awkward bridges. For example, SPI may be the only available interface. USB is usually limited to 12 Mbps Full Speed. Some MCUs don’t have any suitable interface at all (again, sustained high-speed acquisition is not what they’re designed for). Thus, the list highlights High-Speed USB and Ethernet interfaces if they’re available.

  4. But even then, you may need an external PHY transceiver chip to actually use them. A MCU with builtin PHY lowers costs and complexity.

Make sure to do your own performance evaluation first before start designing your next project using it! The legal license and disclaimer at the end applies to this article.

List

NXP

Texas Instruments

ST

Microchip

Analog Devices

License and Disclaimer

Copyright 2021 Tom Li <tomli@tomli.me>

Permission to use, copy, modify, and/or distribute this document for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE DOCUMENT IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS DOCUMENT INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR ACCURACY OF THIS DOCUMENT.