Marking of AVR microcontrollers

There is quite a big variety of AVR microcontrollers that ATMEL company produces. This article is about how to Extract information about the AVR microcontroller using its marking on the package.

Each microcontroller has its own mark on the package: numbers and letters. The first is the microcontroller type. After follows, a suffix of three fields.

The first field is one or two digits, which indicate maximal operation frequency MHz. The second field is a letter showing the package type. And the third field shows the temperature range of the working environment. There are a couple more marking letters “L” and “V” after the microcontroller type. This means that the microcontroller operates at low or very low voltages (and frequencies, of course).

Table of microcontroller packaging types

LetterPackageLead Pitch (mm)

A

TQFP

0.8

J

PLCC

1.27

M

MLF

0.5

P

PDIP

2.54

S

SOIC

1.27

Y

SSOP

0.65

There are two types of operating temperature ranges:

Letter T, ºC

C

0…70

I

-40…+85

And couple examples at the end:

MarkingVCC, (V)Fmax, (MHz)Package

Attiny15L-1PI

2.7-5.5

1.6

8pin PDIP

Atmega64-16AI

4.5-5.5

16

64lead TQFP

Atmega325V-8MC

1.8-5.5

8

64lead MLF

Attiny2313-20SI

2.7-5.5

20

20lead SOIC

2 Comments:

  1. So what about this one: ATMega644-20AU ?

Leave a Reply