Skip to main content
Microchip Technology ATTINY44-20MU — Microcontrollers & Processors (MCU / MPU / DSP)

ATTINY44-20MU AVR 8-bit MCU, 4KB Flash, 20MHz, 20-QFN

MPNATTINY44-20MU
End of Life

Microchip AVR® ATtiny 8-bit MCU, ATTINY44-20MU, 20MHz AVR core, 4KB Flash, 256 x 8 SRAM, 256 x 8 EEPROM, 12 I/O, 8x10b ADC, USI, -40°C to 85°C, 20-WFQFN Exposed Pad.

$1.88Ref. price · indicative, final on quote
Packaging20-WFQFN Exposed Pad
SeriesAVR® ATtiny
Independent supplier — new & surplus stockAuthenticity-screened · ESD-safe packingListing updated Jul 2026

Specifications

ATTINY44-20MU specifications
ParameterValue
SeriesAVR® ATtiny
MountingSurface Mount
Oscillator typeInternal
Program memory typeFLASH
Voltage - supply (Vcc (Vdd))2.7V ~ 5.5V
Operating temperature-40°C ~ 85°C (TA)
Speed20MHz
PackageBulk
RAM size256 x 8
Core size8-Bit
EEPROM size256 x 8
PeripheralsBrown-out Detect/Reset, POR, PWM, WDT
ConnectivityUSI
Number of i (O)12
Core processorAVR
Case20-WFQFN Exposed Pad
Data convertersA/D 8x10b
Program memory size4KB (2K x 16)

Product details

20 MHz AVR core in a 4 KB Flash envelope

The ATTINY44-20MU is an 8-bit AVR microcontroller from Microchip's ATtiny series, clocked at 20 MHz with 4 KB of on-chip Flash program memory and 256 bytes each of SRAM and EEPROM. The 20 MHz ceiling sets the instruction throughput — most single-cycle AVR instructions execute in 50 ns — which matters for PWM update rates and USI bit-bang timing loops.

4 KB Flash — what fits and what does not

4 KB of program memory (2K x 16) is the hard firmware budget. A typical application — reading two analog sensors over the ADC, driving a PWM output, and communicating via the USI as an I²C slave — leaves roughly 1–1.5 KB free after the core loop and peripheral init. If the firmware needs a full USB stack, a bootloader, or complex state machines, the 4 KB ceiling forces a jump to the ATtiny24 or ATtiny84 (same pinout, 8 KB / 16 KB Flash respectively).

The brown-out detection and POR peripherals ensure a clean reset on power-up and during supply dips.

The 12 I/O pins break out to the peripheral ring; the centre pad is the ground return for the core and I/O. Surface-mount reflow per J-STD-020 is standard; the MSL rating (not in evidence) should be confirmed from the Microchip package drawing before stencil design.

Frequently asked questions

Does the ATTINY44-20MU work with 3.3 V logic?

At 3.3 V the 20 MHz clock is still within spec, and the I/O pins are 5 V-tolerant for interfacing with legacy 5 V peripherals. The internal oscillator runs at 20 MHz across the full supply range without an external crystal.

What programming tools work with the ATTINY44-20MU?

The ATTINY44-20MU uses the standard AVR ISP (In-System Programming) interface via the SPI pins (MOSI, MISO, SCK, RESET). Tools like the USBTinyISP, Atmel-ICE, or Microchip's PICkit 4 can program it.