8-bit AVR Microcontroller
ATmega328PB
DATASHEET PRELIMINARY SUMMARY
Introduction
The Atmel® ATmega328PB is a low-power CMOS 8-bit microcontroller based
on the AVR® enhanced RISC architecture. By executing powerful
instructions in a single clock cycle, the ATmega328PB achieves throughputs
close to 1MIPS per MHz. This empowers system designer to optimize the
device for power consumption versus processing speed.
Feature
High Performance, Low Power Atmel®AVR® 8-Bit Microcontroller Family
Advanced RISC Architecture
131 Powerful Instructions
Most Single Clock Cycle Execution
32 x 8 General Purpose Working Registers
Fully Static Operation
Up to 20 MIPS Throughput at 20MHz
On-chip 2-cycle Multiplier
High Endurance Non-volatile Memory Segments
32KBytes of In-System Self-Programmable Flash program
memory
1KBytes EEPROM
2KBytes Internal SRAM
Write/Erase Cycles: 10,000 Flash/100,000 EEPROM
Data retention: 20 years at 85°C/100 years at 25°C(1)
Optional Boot Code Section with Independent Lock Bits
In-System Programming by On-chip Boot Program
True Read-While-Write Operation
Programming Lock for Software Security
Peripheral Touch Controller
Capacitive touch buttons, sliders and wheels
24 Self-cap channels and 144 mutual cap channels
Peripheral Features
Two 8-bit Timer/Counters with Separate Prescaler and Compare
Mode
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
This is a summary document. A
complete document is available
on our Web site at
www.atmel.com
Three 16-bit Timer/Counter with Separate Prescaler, Compare Mode, and Capture Mode
Real Time Counter with Separate Oscillator
Ten PWM Channels
8-channel 10-bit ADC in TQFP and QFN/MLF package
Two Programmable Serial USART
Two Master/Slave SPI Serial Interface
Two Byte-oriented 2-wire Serial Interface (Philips I2C compatible)
Programmable Watchdog Timer with Separate On-chip Oscillator
On-chip Analog Comparator
Interrupt and Wake-up on Pin Change
Special Microcontroller Features
Power-on Reset and Programmable Brown-out Detection
Internal Calibrated Oscillator
External and Internal Interrupt Sources
Six Sleep Modes: Idle, ADC Noise Reduction, Power-save, Power-down, Standby, and
Extended Standby
I/O and Packages
27 Programmable I/O Lines
32-pin TQFP and 32-pin QFN/MLF
Operating Voltage:
1.8 - 5.5V
Temperature Range:
-40°C to 85°C
Speed Grade:
0 - 4MHz @ 1.8 - 5.5V
0 - 10MHz @ 2.7 - 5.5.V
0 - 20MHz @ 4.5 - 5.5V
Power Consumption at 1MHz, 1.8V, 25°C
Active Mode: 0.2mA1
Power-down Mode: 0.1μA1
Power-save Mode: 0.75μA (Including 32kHz RTC)1
Note: 
1. This value corresponds to ATmega328. This value might increase for ATmega328PB
due to feature additions. Exact value will be updated after silicon characterization.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
2
Table of Contents
Introduction......................................................................................................................1
Feature............................................................................................................................ 1
1. Description.................................................................................................................4
2. Configuration Summary............................................................................................. 5
3. Ordering Information..................................................................................................6
4. Block Diagram........................................................................................................... 7
5. Pin Configurations..................................................................................................... 8
5.1. Pin Descriptions............................................................................................................................8
6. I/O Multiplexing........................................................................................................10
7. Resources................................................................................................................11
8. Data Retention.........................................................................................................12
9. About Code Examples.............................................................................................13
10. Capacitive Touch Sensing....................................................................................... 14
10.1. QTouch Library........................................................................................................................... 14
10.2. Peripheral Touch Controller........................................................................................................14
11. Register Summary...................................................................................................15
12. Packaging Information.............................................................................................20
12.1. 32A............................................................................................................................................. 20
12.2. 32MS1........................................................................................................................................ 21
13. Errata.......................................................................................................................22
13.1. Rev. A......................................................................................................................................... 22
14. Revision History.......................................................................................................23
1. Description
The Atmel® ATmega328PB is a low-power CMOS 8-bit microcontroller based on the AVR enhanced
RISC architecture. By executing powerful instructions in a single clock cycle, the ATmega328PB achieves
throughputs close to 1MIPS per MHz. This empowers system designer to optimize the device for power
consumption versus processing speed.
The Atmel AVR® core combines a rich instruction set with 32 general purpose working registers. All the
32 registers are directly connected to the Arithmetic Logic Unit (ALU), allowing two independent registers
to be accessed in a single instruction executed in one clock cycle. The resulting architecture is more code
efficient while achieving throughputs up to ten times faster than conventional CISC microcontrollers.
The ATmega328PB provides the following features: 32Kbytes of In-System Programmable Flash with
Read-While-Write capabilities, 1Kbytes EEPROM, 2Kbytes SRAM, 27 general purpose I/O lines, 32
general purpose working registers, five flexible Timer/Counters with compare modes, internal and
external interrupts, two serial programmable USART, two byte-oriented 2-wire Serial Interface (I2C), two
SPI serial port, a 8-channel 10-bit ADC in TQFP and QFN/MLF package, a programmable Watchdog
Timer with internal Oscillator, Clock failure detection mechanism and six software selectable power saving
modes. The Idle mode stops the CPU while allowing the SRAM, Timer/Counters, USART, 2-wire Serial
Interface, SPI port, and interrupt system to continue functioning. PTC with enabling up to 24 self-cap and
144 mutual-cap sensors. The Power-down mode saves the register contents but freezes the Oscillator,
disabling all other chip functions until the next interrupt or hardware reset. In Power-save mode, the
asynchronous timer continues to run, allowing the user to maintain a timer base while the rest of the
device is sleeping. Also ability to run PTC in power-save mode/wake-up on touch and Dynamic on/off of
PTC analog and digital portion. The ADC Noise Reduction mode stops the CPU and all I/O modules
except asynchronous timer, PTC, and ADC to minimize switching noise during ADC conversions. In
Standby mode, the crystal/resonator Oscillator is running while the rest of the device is sleeping. This
allows very fast start-up combined with low power consumption.
Atmel offers the QTouch® library for embedding capacitive touch buttons, sliders and wheels functionality
into AVR microcontrollers. The patented charge-transfer signal acquisition offers robust sensing and
includes fully debounced reporting of touch keys and includes Adjacent Key Suppression® (AKS®)
technology for unambiguous detection of key events. The easy-to-use QTouch Composer allows you to
explore, develop and debug your own touch applications.
The device is manufactured using Atmel’s high density non-volatile memory technology. The On-chip ISP
Flash allows the program memory to be reprogrammed In-System through an SPI serial interface, by a
conventional nonvolatile memory programmer, or by an On-chip Boot program running on the AVR core.
The Boot program can use any interface to download the application program in the Application Flash
memory. Software in the Boot Flash section will continue to run while the Application Flash section is
updated, providing true Read-While-Write operation. By combining an 8-bit RISC CPU with In-System
Self-Programmable Flash on a monolithic chip, the Atmel ATmega328PB is a powerful microcontroller
that provides a highly flexible and cost effective solution to many embedded control applications.
The ATmega328PB is supported with a full suite of program and system development tools including: C
Compilers, Macro Assemblers, Program Debugger/Simulators, In-Circuit Emulators, and Evaluation kits.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
4
2. Configuration Summary
Features ATmega328PB
Pin count 32
Flash (KB) 32
SRAM (KB) 2
EEPROM (KB) 1
General Purpose I/O pins 27
SPI 2
TWI (I2C) 2
USART 2
ADC 10-bit 15ksps
ADC channels 8
AC propagation delay 400ns (Typical)
8-bit Timer/Counters 2
16-bit Timer/Counters 3
PWM channels 10
PTC Available
Clock Failure Detector (CFD) Available
Output Compare Modulator (OCM1C2) Available
RC Oscillator +/-1.5%
VREF Bandgap +/-2%
Operating voltage 1.8 - 5.5V
Max operating frequency 20MHz
Temperature range -40°C to +105°C
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
5
3. Ordering Information
Speed [MHz] Power Supply [V] Ordering Code(2) Package(1) Operational Range
20 1.8 - 5.5 ATmega328PB-AU
ATmega328PB-AUR(3)
ATmega328PB-MU
ATmega328PB-MUR(3)
32A
32A
32MS1
32MS1
Industrial
(-40°C to 85°C)
ATmega328PB-AN
ATmega328PB-ANR(3)
ATmega328PB-MN
ATmega328PB-MNR(3)
32A
32A
32MS1
32MS1
Industrial
(-40°C to 105°C)
Note: 1. This device can also be supplied in wafer form. Contact your local Atmel sales office for detailed
ordering information and minimum quantities.
2. Pb-free packaging complies to the European Directive for Restriction of Hazardous Substances (RoHS
directive). Also Halide free and fully Green.
3. Tape & Reel.
Package Type
32A 32-lead, Thin (1.0mm) Plastic Quad Flat Package (TQFP)
32MS1 32-pad, 5.0x5.0x0.9mm body, Lead Pitch 0.50mm, Very-thin Fine pitch, Quad Flat No Lead Package
(VQFN)
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
6
4. Block Diagram
Figure 4-1 Block Diagram
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
7
5. Pin Configurations
Figure 5-1 Pinout ATmega328PB
1
2
3
4
5
6
7
8
24
23
22
21
20
19
18
17
(PCINT19/OC2B/INT1) PD3
(PCINT20/XCK/T0) PD4
(ACO) PE0
VCC
GND
PE1
(PCINT6/XTAL1/TOSC1) PB6
(PCINT7/XTAL2/TOSC2) PB7
PC1 (ADC1/PCINT9)
PC0 (ADC0/PCINT8)
PE3 (ADC7)
GND
AREF
PE2 (ADC6)
AVCC
PB5 (SCK/PCINT5)
32
31
30
29
28
27
26
25
9
10
11
12
13
14
15
16
(PCINT21/OC0B/T1) PD5
(PCINT22/OC0A/AIN0) PD6
(PCINT23/AIN1) PD7
(PCINT0/CLKO/ICP1) PB0
(PCINT1/OC1A) PB1
(PCINT2/SS/OC1B) PB2
(PCINT3/OC2A/MOSI) PB3
(PCINT4/MISO) PB4
PD2 (INT0/PCINT18)
PD1 (TXD/PCINT17)
PD0 (RXD/PCINT16)
PC6 (RESET/PCINT14)
PC5 (ADC5/SCL/PCINT13)
PC4 (ADC4/SDA/PCINT12)
PC3 (ADC3/PCINT11)
PC2 (ADC2/PCINT10)
32 TQFP Top View
1
2
3
4
5
6
7
8
24
23
22
21
20
19
18
17
32
31
30
29
28
27
26
25
9
10
11
12
13
14
15
16
32 VFQFN Top View
(PCINT19/OC2B/INT1) PD3
(PCINT20/XCK/T0) PD4
(ACO) PE0
VCC
GND
PE1
(PCINT6/XTAL1/TOSC1) PB6
(PCINT7/XTAL2/TOSC2) PB7
PC1 (ADC1/PCINT9)
PC0 (ADC0/PCINT8)
PE3 (ADC7)
GND
AREF
PE2 (ADC6)
AVCC
PB5 (SCK/PCINT5)
(PCINT21/OC0B/T1) PD5
(PCINT22/OC0A/AIN0) PD6
(PCINT23/AIN1) PD7
(PCINT0/CLKO/ICP1) PB0
(PCINT1/OC1A) PB1
(PCINT2/SS/OC1B) PB2
(PCINT3/OC2A/MOSI) PB3
(PCINT4/MISO) PB4
PD2 (INT0/PCINT18)
PD1 (TXD/PCINT17)
PD0 (RXD/PCINT16)
PC6 (RESET/PCINT14)
PC5 (ADC5/SCL/PCINT13)
PC4 (ADC4/SDA/PCINT12)
PC3 (ADC3/PCINT11)
PC2 (ADC2/PCINT10)
NOTE: Bottom pad should be soldered to ground.
5.1. Pin Descriptions
5.1.1. VCC
Digital supply voltage.
5.1.2. GND
Ground.
5.1.3. Port B (PB[7:0]) XTAL1/XTAL2/TOSC1/TOSC2
Port B is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port B
output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs,
Port B pins that are externally pulled low will source current if the pull-up resistors are activated. The Port
B pins are tri-stated when a reset condition becomes active, even if the clock is not running.
Depending on the clock selection fuse settings, PB6 can be used as input to the inverting Oscillator
amplifier and input to the internal clock operating circuit.
Depending on the clock selection fuse settings, PB7 can be used as output from the inverting Oscillator
amplifier.
If the Internal Calibrated RC Oscillator is used as chip clock source, PB[7:6] is used as TOSC[2:1] input
for the Asynchronous Timer/Counter2 if the AS2 bit in ASSR is set.
5.1.4. Port C (PC[5:0])
Port C is a 7-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The PC[5:0]
output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs,
Port C pins that are externally pulled low will source current if the pull-up resistors are activated. The Port
C pins are tri-stated when a reset condition becomes active, even if the clock is not running.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
8
5.1.5. PC6/RESET
If the RSTDISBL Fuse is programmed, PC6 is used as an I/O pin. Note that the electrical characteristics
of PC6 differ from those of the other pins of Port C.
If the RSTDISBL Fuse is unprogrammed, PC6 is used as a Reset input. A low level on this pin for longer
than the minimum pulse length will generate a Reset, even if the clock is not running. Shorter pulses are
not guaranteed to generate a Reset.
5.1.6. Port D (PD[7:0])
Port D is an 8-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port D
output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs,
Port D pins that are externally pulled low will source current if the pull-up resistors are activated. The Port
D pins are tri-stated when a reset condition becomes active, even if the clock is not running.
5.1.7. Port E (PE[3:0])
Port E is an 4-bit bi-directional I/O port with internal pull-up resistors (selected for each bit). The Port E
output buffers have symmetrical drive characteristics with both high sink and source capability. As inputs,
Port E pins that are externally pulled low will source current if the pull-up resistors are activated. The Port
E pins are tri-stated when a reset condition becomes active, even if the clock is not running.
5.1.8. AVCC
AVCC is the supply voltage pin for the A/D Converter, PC[3:0], and PE[3:2]. It should be externally
connected to VCC, even if the ADC is not used. If the ADC is used, it should be connected to VCC through
a low-pass filter. Note that PC[6:4] use digital supply voltage, VCC.
5.1.9. AREF
AREF is the analog reference pin for the A/D Converter.
5.1.10. ADC[7:6] (TQFP and VFQFN Package Only)
In the TQFP and VFQFN package, ADC[7:6] serve as analog inputs to the A/D converter. These pins are
powered from the analog supply and serve as 10-bit ADC channels.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
9
6. I/O Multiplexing
Each pin is by default controlled by the PORT as a general purpose I/O and alternatively it can be
assigned to one of the peripheral functions.
The following table describes the peripheral signals multiplexed to the PORT I/O pins.
Table 6-1 PORT Function Multiplexing
No PAD EXTINT PCINT ADC/AC PTC X PTC Y OSC T/C # 0 T/C # 1 USART I2C SPI MISC
1 PD[3] INT1 PC2-19 X3 Y11 TC2-OCB
2 PD[4] PC2-20 X4 Y12 TC0-CLK U0-XCK SIO
3 PE[0] PC3-24 ACO X8 Y16 TC4-ICP TW1-SDA
4 VCC
5 GND
6 PE[1] PC3-25 X9 Y17 TC4-CLK TW1-SCL
7 PB[6] PC0-06 XTAL1 SCI
8 PB[7] PC0-07 XTAL2
9 PD[5] PC2-21 X5 Y13 TC0-OCB TC1-CLK SII
10 PD[6] PC2-22 AIN0 X6 Y14 TC0-OCA SDO
11 PD[7] PC2-23 AIN1 X7 Y15 SDI
12 PB[0] PC0-00 X10 Y18 CLKOUT TC1-ICP
13 PB[1] PC0-01 X11 Y19 TC1-OCA
14 PB[2] PC0-02 X12 Y20 TC1-OCB S0-SS
15 PB[3] PC0-03 X13 Y21 TC2-OCA U1-TXD S0-MOSI
16 PB[4] PC0-04 X14 Y22 U1-RXD S0-MISO
17 PB[5] PC0-05 X15 Y23 U1-XCK S0-SCK
18 AVCC
19 PE[2] PC3-26 ADC6 Y6 TC3-ICP S1-SS
20 AREF
21 GND
22 PE[3] PC3-27 ADC7 Y7 TC3-CLK S1-MOSI
23 PC[0] PC1-08 ADC0 Y0 S1-MISO
24 PC[1] PC1-09 ADC1 Y1 S1-SCK
25 PC[2] PC1-10 ADC2 Y2
26 PC[3] PC1-11 ADC3 Y3
27 PC[4] PC1-12 ADC4 Y4 TW0-SDA
28 PC[5] PC1-13 ADC5 Y5 TW0-SCL
29 RESET PC1-14 HVRST/dW
30 PD[0] PC2-16 X0 Y8 TC3-OCA U0-RXD
31 PD[1] PC2-17 X1 Y9 0 TC4-OCA U0-TXD
32 PD[2] INT0 PC2-18 X2 Y10 TC3-OCB TC4-OCB
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
10
7. Resources
A comprehensive set of development tools, application notes and datasheets are available for download
on http://www.atmel.com/avr.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
11
8. Data Retention
Reliability Qualification results show that the projected data retention failure rate is much less than 1 PPM
over 20 years at 85°C or 100 years at 25°C.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
12
9. About Code Examples
This documentation contains simple code examples that briefly show how to use various parts of the
device. These code examples assume that the part specific header file is included before compilation. Be
aware that not all C compiler vendors include bit definitions in the header files and interrupt handling in C
is compiler dependent. Confirm with the C compiler documentation for more details.
For I/O Registers located in extended I/O map, “IN”, “OUT”, “SBIS”, “SBIC”, “CBI”, and “SBI” instructions
must be replaced with instructions that allow access to extended I/O. Typically “LDS” and “STS”
combined with “SBRS”, “SBRC”, “SBR”, and “CBR”.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
13
10. Capacitive Touch Sensing
10.1. QTouch Library
The Atmel® QTouch® Library provides a simple to use solution to realize touch sensitive interfaces on
most Atmel AVR® microcontrollers. The QTouch Library includes support for the Atmel QTouch and Atmel
QMatrix® acquisition methods.
Touch sensing can be added to any application by linking the appropriate Atmel QTouch Library for the
AVR Microcontroller. This is done by using a simple set of APIs to define the touch channels and sensors,
and then calling the touch sensing API’s to retrieve the channel information and determine the touch
sensor states.
The QTouch Library is FREE and downloadable from the Atmel website at the following location: http://
www.atmel.com/technologies/touch/. For implementation details and other information, refer to the Atmel
QTouch Library User Guide - also available for download from the Atmel website.
10.2. Peripheral Touch Controller
The purpose of PTC is to acquire signals to detect touch on capacitive sensors. The external capacitive
touch sensor is typically formed on a PCB, and the sensor electrodes are connected to the analog front
end of the PTC through the I/O pins in the device. The PTC supports both self- and mutual-capacitance
sensors.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
14
11. Register Summary
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
(0xFF) Reserved
(0xFE) Reserved
(0xFD) Reserved
(0xFC) Reserved
(0xFB) Reserved
(0xFA) Reserved
(0xF9) Reserved
(0xF8) Reserved
(0xF7) Reserved
(0xF6) Reserved
(0xF5) Reserved
(0xF4) Reserved
(0xF3) Reserved
(0xF2) Reserved
(0xF1) Reserved
(0xF0) Reserved
(0xEF) Reserved
(0xEE) Reserved
(0xED) Reserved
(0xEC) Reserved
(0xEB) Reserved
(0xEA) Reserved
(0xE9) Reserved
(0xE8) Reserved
(0xE7) Reserved
(0xE6) Reserved
(0xE5) Reserved
(0xE4) Reserved
(0xE3) Reserved
(0xE2) Reserved
(0xE1) Reserved
(0xE0) Reserved
(0xDF) Reserved
(0xDE) Reserved
(0xDD) Reserved
(0xDC) Reserved
(0xDB) Reserved
(0xDA) Reserved
(0xD9) Reserved
(0xD8) Reserved
(0xD7) Reserved
(0xD6) Reserved
(0xD5) Reserved
(0xD4) Reserved
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
15
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
(0xD3) Reserved
(0xD2) Reserved
(0xD1) Reserved
(0xD0) Reserved
(0xCF) Reserved
(0xCE) Reserved
(0xCD) Reserved
(0xCC) Reserved
(0xCB) Reserved
(0xCA) Reserved
(0xC9) Reserved
(0xC8) Reserved
(0xC7) Reserved
(0xC6) UDR0 USART I/O Data Register
(0xC5) UBRR0H USART Baud Rate Register High
(0xC4) UBRR0L USART Baud Rate Register Low
(0xC3) UCSR0D RXSIE RXS SFDE
(0xC2) UCSR0C UMSEL01 UMSEL00 UPM01 UPM00 USBS0 UCSZ01 /
UDORD0
UCSZ00 /
UCPHA0 UCPOL0
(0xC1) UCSR0B RXCIE0 TXCIE0 UDRIE0 RXEN0 TXEN0 UCSZ02 RXB80 TXB80
(0xC0) UCSR0A RXC0 TXC0 UDRE0 FE0 DOR0 UPE0 U2X0 MPCM0
(0xBF) Reserved
(0xBE) Reserved
(0xBD) TWAMR TWAM6 TWAM5 TWAM4 TWAM3 TWAM2 TWAM1 TWAM0
(0xBC) TWCR TWINT TWEA TWSTA TWSTO TWWC TWEN TWIE
(0xBB) TWDR 2-wire Serial Interface Data Register
(0xBA) TWAR TWA6 TWA5 TWA4 TWA3 TWA2 TWA1 TWA0 TWGCE
(0xB9) TWSR TWS7 TWS6 TWS5 TWS4 TWS3 TWPS1 TWPS0
(0xB8) TWBR 2-wire Serial Interface Bit Rate Register
(0xB7) Reserved
(0xB6) ASSR EXCLK AS2 TCN2UB OCR2AUB OCR2BUB TCR2AUB TCR2BUB
(0xB5) Reserved
(0xB4) OCR2B Timer/Counter2 Output Compare Register B
(0xB3) OCR2A Timer/Counter2 Output Compare Register A
(0xB2) TCNT2 Timer/Counter2 (8-bit)
(0xB1) TCCR2B FOC2A FOC2B WGM22 CS22 CS21 CS20
(0xB0) TCCR2A COM2A1 COM2A0 COM2B1 COM2B0 WGM21 WGM20
(0xAF) Reserved
(0xAE) Reserved
(0xAD) Reserved
(0xAC) Reserved
(0xAB) Reserved
(0xAA) Reserved
(0xA9) Reserved
(0xA8) Reserved
(0xA7) Reserved
(0xA6) Reserved
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
16
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
(0xA5) Reserved
(0xA4) Reserved
(0xA3) Reserved
(0xA2) Reserved
(0xA1) Reserved
(0xA0) Reserved
(0x9F) Reserved
(0x9E) Reserved
(0x9D) Reserved
(0x9C) Reserved
(0x9B) Reserved
(0x9A) Reserved
(0x99) Reserved
(0x98) Reserved
(0x97) Reserved
(0x96) Reserved
(0x95) Reserved
(0x94) Reserved
(0x93) Reserved
(0x92) Reserved
(0x91) Reserved
(0x90) Reserved
(0x8F) Reserved
(0x8E) Reserved
(0x8D) Reserved
(0x8C) Reserved
(0x8B) OCR1BH Timer/Counter1 - Output Compare Register B High Byte
(0x8A) OCR1BL Timer/Counter1 - Output Compare Register B Low Byte
(0x89) OCR1AH Timer/Counter1 - Output Compare Register A High Byte
(0x88) OCR1AL Timer/Counter1 - Output Compare Register A Low Byte
(0x87) ICR1H Timer/Counter1 - Input Capture Register High Byte
(0x86) ICR1L Timer/Counter1 - Input Capture Register Low Byte
(0x85) TCNT1H Timer/Counter1 - Counter Register High Byte
(0x84) TCNT1L Timer/Counter1 - Counter Register Low Byte
(0x83) Reserved
(0x82) TCCR1C FOC1A FOC1B
(0x81) TCCR1B ICNC1 ICES1 WGM13 WGM12 CS12 CS11 CS10
(0x80) TCCR1A COM1A1 COM1A0 COM1B1 COM1B0 WGM11 WGM10
(0x7F) DIDR1 AIN1D AIN0D
(0x7E) DIDR0 ADC7D ADC6D ADC5D ADC4D ADC3D ADC2D ADC1D ADC0D
(0x7D) Reserved
(0x7C) ADMUX REFS1 REFS0 ADLAR MUX3 MUX2 MUX1 MUX0
(0x7B) ADCSRB ACME ADTS2 ADTS1 ADTS0
(0x7A) ADCSRA ADEN ADSC ADATE ADIF ADIE ADPS2 ADPS1 ADPS0
(0x79) ADCH ADC Data Register High byte
(0x78) ADCL ADC Data Register Low byte
(0x77) Reserved
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
17
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
(0x76) Reserved
(0x75) Reserved
(0x74) PTICR
(0x73) Reserved
(0x72) TIMSK4
(0x71) TIMSK3
(0x70) TIMSK2 OCIE2B OCIE2A TOIE2
(0x6F) TIMSK1 ICIE1 OCIE1B OCIE1A TOIE1
(0x6E) TIMSK0 OCIE0B OCIE0A TOIE0
(0x6D) PCMSK2 PCINT23 PCINT22 PCINT21 PCINT20 PCINT19 PCINT18 PCINT17 PCINT16
(0x6C) PCMSK1 PCINT15 PCINT14 PCINT13 PCINT12 PCINT11 PCINT10 PCINT9 PCINT8
(0x6B) PCMSK0 PCINT7 PCINT6 PCINT5 PCINT4 PCINT3 PCINT2 PCINT1 PCINT0
(0x6A) Reserved
(0x69) EICRA ISC11 ISC10 ISC01 ISC00
(0x68) PCICR PCIE2 PCIE1 PCIE0
(0x67) Reserved
(0x66) OSCCAL Oscillator Calibration Register
(0x65) PRR1 PRTWI1 PRPTC PRTIM4 PRSPI1 PRTIM3
(0x64) PRR0 PRTWI PRTIM2 PRTIM0 PRUSART1 PRTIM1 PRSPI PRUSART0 PRADC
(0x63) Reserved
(0x62) CFDCSR(XFDCSR) XFDIF XFDIE
(0x61) CLKPR CLKPCE CLKPS3 CLKPS2 CLKPS1 CLKPS0
(0x60) WDTCSR WDIF WDIE WDP3 WDCE WDE WDP2 WDP1 WDP0
0x3F (0x5F) SREG I T H S V N Z C
0x3E (0x5E) SPH SP10 SP9 SP8
0x3D (0x5D) SPL SP7 SP6 SP5 SP4 SP3 SP2 SP1 SP0
0x3C (0x5C) Reserved
0x3B (0x5B) Reserved
0x3A (0x5A) Reserved
0x39 (0x59) Reserved
0x38 (0x58) Reserved
0x37 (0x57) SPMCSR SPMIE (RWWSB)4. SIGRD RWWSRE BLBSET PGWRT PGERS SPMEN
0x36 (0x56) Reserved
0x35 (0x55) MCUCR BODS BODSE PUD IVSEL IVCE
0x34 (0x54) MCUSR WDRF BORF EXTRF PORF
0x33 (0x53) SMCR SM2 SM1 SM0 SE
0x32 (0x52) Reserved
0x31 (0x51) Reserved
0x30 (0x50) ACSR ACD ACBG ACO ACI ACIE ACIC ACIS1 ACIS0
0x2F (0x4F) ACSR0 ACOE
0x2E (0x4E) SPDR SPI Data Register
0x2D (0x4D) SPSR SPIF WCOL SPI2X
0x2C (0x4C) SPCR SPIE SPE DORD MSTR CPOL CPHA SPR1 SPR0
0x2B (0x4B) GPIOR2 General Purpose I/O Register 2
0x2A (0x4A) GPIOR1 General Purpose I/O Register 1
0x29 (0x49) Reserved
0x28 (0x48) OCR0B Timer/Counter0 Output Compare Register B
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
18
Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
0x27 (0x47) OCR0A Timer/Counter0 Output Compare Register A
0x26 (0x46) TCNT0 Timer/Counter0 (8-bit)
0x25 (0x45) TCCR0B FOC0A FOC0B WGM02 CS02 CS01 CS00
0x24 (0x44) TCCR0A COM0A1 COM0A0 COM0B1 COM0B0 WGM01 WGM00
0x23 (0x43) GTCCR TSM PSRASY PSRSYNC
0x22 (0x42) EEARH EEPROM Address Register High Byte
0x21 (0x41) EEARL EEPROM Address Register Low Byte
0x20 (0x40) EEDR EEPROM Data Register
0x1F (0x3F) EECR EEPM1 EEPM0 EERIE EEMPE EEPE EERE
0x1E (0x3E) GPIOR0 General Purpose I/O Register 0
0x1D (0x3D) EIMSK INT1 INT0
0x1C (0x3C) EIFR INTF1 INTF0
0x1B (0x3B) PCIFR PCIF2 PCIF1 PCIF0
0x1A (0x3A) Reserved
0x19 (0x39) Reserved
0x18 (0x38) TIFR3
0x17 (0x37) TIFR2 OCF2B OCF2A TOV2
0x16 (0x36) TIFR1 ICF1 OCF1B OCF1A TOV1
0x15 (0x35) TIFR0 OCF0B OCF0A TOV0
0x14 (0x34) PTIFR
0x13 (0x33) Reserved
0x12 (0x32) Reserved
0x11 (0x31) Reserved
0x10 (0x30) Reserved
0x0F (0x2F) Reserved
0x0E (0x2E) PORTE PORTE3 PORTE2 PORTE1 PORTE0
0x0D (0x2D) DDRE DDRE3 DDRE2 DDRE1 DDRE0
0x0C (0x2C) PINE PINE3 PINE2 PINE1 PINE0
0x0B (0x2B) PORTD PORTD7 PORTD6 PORTD5 PORTD4 PORTD3 PORTD2 PORTD1 PORTD0
0x0A (0x2A) DDRD DDD7 DDD6 DDD5 DDD4 DDD3 DDD2 DDD1 DDD0
0x09 (0x29) PIND PIND7 PIND6 PIND5 PIND4 PIND3 PIND2 PIND1 PIND0
0x08 (0x28) PORTC PORTC6 PORTC5 PORTC4 PORTC3 PORTC2 PORTC1 PORTC0
0x07 (0x27) DDRC DDC6 DDC5 DDC4 DDC3 DDC2 DDC1 DDC0
0x06 (0x26) PINC PINC6 PINC5 PINC4 PINC3 PINC2 PINC1 PINC0
0x05 (0x25) PORTB PORTB7 PORTB6 PORTB5 PORTB4 PORTB3 PORTB2 PORTB1 PORTB0
0x04 (0x24) DDRB DDB7 DDB6 DDB5 DDB4 DDB3 DDB2 DDB1 DDB0
0x03 (0x23) PINB PINB7 PINB6 PINB5 PINB4 PINB3 PINB2 PINB1 PINB0
0x02 (0x22) Reserved
0x01 (0x21) Reserved
0x0 (0x20) Reserved
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
19
12. Packaging Information
12.1. 32A
TITLE DRAWING NO. REV.
32A, 32-lead, 7 x 7mm body size, 1.0mm body thickness,
0.8mm lead pitch, thin profile plastic quad flat package (TQFP) C
32A
2010-10-20
PIN 1 IDENTIFIER
0°~7°
PIN 1
L
C
A1 A2 A
D1
D
eE1 E
B
Notes:
1. This package conforms to JEDEC reference MS-026, Variation ABA.
2. Dimensions D1 and E1 do not include mold protrusion. Allowable
protrusion is 0.25mm per side. Dimensions D1 and E1 are maximum
plastic body size dimensions including mold mismatch.
3. Lead coplanarity is 0.10mm maximum.
A 1.20
A1 0.05 0.15
A2 0.95 1.00 1.05
D 8.75 9.00 9.25
D1 6.90 7.00 7.10 Note 2
E 8.75 9.00 9.25
E1 6.90 7.00 7.10 Note 2
B 0.30 0.45
C 0.09 0.20
L 0.45 0.75
e 0.80 TYP
COMMON DIMENSIONS
(Unit of measure = mm)
SYMBOL MIN NOM MAX NOTE
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
20
12.2. 32MS1
DRAWING NO. REV. TITLE GPC
32MS1 A
12/4/13
32MS1, 32-pad 5.0x5.0x0.9 mm Body, 0.50mm pitch, 3.1x3.1
mm Exposed pad, Saw Singulated Thermally Enhanced
Plastic Very-thin Fine pitch, Quad Flat No Lead package
(VFQFN)
ZMF
COMMON DIMENSIONS
(Unit of Measure = mm)
SYMBOL MIN TYP MAX NOTE
A 0.80 - 0.90
A1 0.00 - 0.05
A3 0.20 REF
b 0.18 0.25 0.30 2
D 4.90 5.00 5.10
D2 3.00 3.10 3.20
E 4.90 5.00 5.10
E2 3.00 3.10 3.20
e - 0.50 -
L 0.30 0.40 0.50
K 0.20 - -
Package Drawing Contact:
packagedrawings@atmel.com
E
2
1
32
PIN 1 ID
C
0.10
2X
TOP VIEW SIDE VIEW
BOTTOM VIEW
C
SEATING PLANE
C
0.08
A1
A
C
0.10
E2
e
1
32
Option B
K
(32X)
b
See Option A,B
1
1
PIN # 1 ID
Chamfer
PIN # 1 ID
Notch
NOTE:
1. Refer to JEDEC Drawing MO-220, Variation VHHD-2 (Figure 1/Saw
Singulation)
2. Dimension “b” applies to metalized terminal and is measured between
0.15mm and 0.30mm from the terminal tip. If the terminal has the
optional radius on the other end of the terminal, the dimensions
should not be measured in that radius area.
e/2
Pin 1 Corner
Option A
32 32
(C 0.30)
(R 0.20)
D2
(32X)
L
2X
0.10 C
D
A3
2
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
21
13. Errata
13.1. Rev. A
No known Errata.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
22
14. Revision History
Doc Rev. Date Comments
42397A 07/2015 Initial document release.
Atmel ATmega328PB [DATASHEET]
Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
23
Atmel Corporation 1600 Technology Drive, San Jose, CA 95110 USA T: (+1)(408) 441.0311F: (+1)(408) 436.4200 | www.atmel.com
© 2015 Atmel Corporation. / Rev.: Atmel-42397A-8-bit AVR Microcontroller_Datasheet_Preliminary Summary-07/2015
Atmel®, Atmel logo and combinations thereof, Enabling Unlimited Possibilities®, AVR, and others are registered trademarks or trademarks of Atmel Corporation in
U.S. and other countries. IKEA Other terms and product names may be trademarks of others.
DISCLAIMER: The information in this document is provided in connection with Atmel products. No license, express or implied, by estoppel or otherwise, to any
intellectual property right is granted by this document or in connection with the sale of Atmel products. EXCEPT AS SET FORTH IN THE ATMEL TERMS AND
CONDITIONS OF SALES LOCATED ON THE ATMEL WEBSITE, ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED
OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDENTAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS AND PROFITS, BUSINESS
INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED
OF THE POSSIBILITY OF SUCH DAMAGES. Atmel makes no representations or warranties with respect to the accuracy or completeness of the contents of this
document and reserves the right to make changes to specifications and products descriptions at any time without notice. Atmel does not make any commitment to
update the information contained herein. Unless specifically provided otherwise, Atmel products are not suitable for, and shall not be used in, automotive
applications. Atmel products are not intended, authorized, or warranted for use as components in applications intended to support or sustain life.
SAFETY-CRITICAL, MILITARY, AND AUTOMOTIVE APPLICATIONS DISCLAIMER: Atmel products are not designed for and will not be used in connection with any
applications where the failure of such products would reasonably be expected to result in significant personal injury or death (“Safety-Critical Applications”) without
an Atmel officer's specific written consent. Safety-Critical Applications include, without limitation, life support devices and systems, equipment or systems for the
operation of nuclear facilities and weapons systems. Atmel products are not designed nor intended for use in military or aerospace applications or environments
unless specifically designated by Atmel as military-grade. Atmel products are not designed nor intended for use in automotive applications unless specifically
designated by Atmel as automotive-grade.