What’s the Cheapest MCU? My Try: Holtek HT48R002 8-bit MCU Selling for $0.085

Somebody asked what was the cheapest MCU (Microcontroller) available on Google+, so I thought it would be fun to find the cheapest one regardless of specifications. It turns out there an older thread with this very question on StackExchange, and at the time (2011) Microchip PIC10F200 8-bit MCU with 256B RAM in SOP-23 package was the cheapest one among the answer, and somehow the price has not changed as it’s still $0.32 per unit for 1k orders.

Holtek HT48R002 cheapest MCUNot a bad price, but back in the days when I wrote on CD and DVD players, we had some price pressure from customers, so we looked for a cheaper microcontroller, and ended up using Holtek because of the competitive pricing. We suffered a bit during development due to incomplete documentation but eventually did the job. Anyway, I went to the Holtek website and found a “cost-effective I/O MCU” category, and HT48R002 appears to be the lower end. I checked the price on 1688.com, and several sellers offer it for as low as 0.56 RMB for 1k orders, which converts to about $0.085 per MCU.

Let’s look at what we get for that outrageous price:

  • 8-bit RISC MCU @ 8MHz
  • 1K x 14-bit ROM (OTP)
  • 64 x 8-bit RAM data memory
  • 6x I/O including 1x external interrupt pin, and 1x 8-bit timer
  • Two oscillators –  Internal high-speed RC: HIRC; Internal low-speed RC: LIRC
  • Low voltage reset function
  • Operating Voltage – 2.3 to 5.5V
  • Package – 8-pin DIP/SOP

HT48R002_Block_Diagram

e-ICE + Adapter Board
e-ICE + Adapter Board

Since this MCU has an OTP (One Time Programming) memory, you’d need an ICE (In-Circuit Emulator) to develop for the micro-controller in assembly, and once you’ve debugged your code, which should not be too complex considering the available RAM and storage, you’d have the factory burn the firmware to the device before or during mass-production. More details including the instruction set can be found in the datasheet.

Do you have other candidates to claim the “cheapest MCU” crown?

Share this:
FacebookTwitterHacker NewsSlashdotRedditLinkedInPinterestFlipboardMeWeLineEmailShare

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus

15 Replies to “What’s the Cheapest MCU? My Try: Holtek HT48R002 8-bit MCU Selling for $0.085”

  1. You just can’t do anything cool with just 1K OTP ROM and 64 bytes ram, so practically this can’t be compared to the stm32f0 or even attiny’s

    1. Yeps. I use them . Easy to program, dirt cheap, and they do the job. They are often used on chinese devices, even on kits on aliexpress. The documentation, as always, is the weak point. Not always uptodate, rarely in English..

  2. When you think back to what 8 bit computers like Atari, Comodore, Spectrum, Dragon and Oric use to cost it is amazing how cheap these things are.

  3. Surprisingly we are still in the RISC fever when everything is RISC.

    This ISA is accumulator-memory, how is that RISC?

  4. I saw the datasheet and it looks very similar to PIC 16F family.
    Only one register , program memory based on 14bit size.
    Most commands run in 1 cycle
    4 clock per cycle , the same of PIC 16F.

    For me is the copy of PIC 16F

Leave a Reply

Your email address will not be published. Required fields are marked *

Khadas VIM4 SBC
Khadas VIM4 SBC