Avr Cpu Core; Introduction; Architectural Overview - Atmel ATmega32M1 Manual

8-bit avr microcontroller with16k/32k/64k bytes in-system programmable flash
Table of Contents

Advertisement

3. AVR CPU Core

3.1

Introduction

3.2

Architectural Overview

Atmel ATmega16/32/64/M1/C1
12
This section discusses the AVR core architecture in general. The main function of the CPU core
is to ensure correct program execution. The CPU must therefore be able to access memories,
perform calculations, control peripherals, and handle interrupts.
Figure 3-1.
Block Diagram of the AVR Architecture
Flash
Program
Memory
Instruction
Register
Instruction
Decoder
Control Lines
In order to maximize performance and parallelism, the AVR uses a Harvard architecture – with
separate memories and buses for program and data. Instructions in the program memory are
executed with a single level pipelining. While one instruction is being executed, the next instruc-
tion is pre-fetched from the program memory. This concept enables instructions to be executed
in every clock cycle. The program memory is In-System Reprogrammable Flash memory.
Data Bus 8-bit
Program
Status
Counter
and Control
32 x 8
General
Purpose
Registrers
Data
SRAM
EEPROM
I/O Lines
Interrupt
Watchdog
Timer
ALU
Analog
Comparator
I/O Module1
I/O Module 2
I/O Module n
Unit
SPI
Unit
7647H–AVR–03/12

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Atmega64c1Atmega16m1Atmega32c1Atmega64m1

Table of Contents