欢迎访问ic37.com |
会员登录 免费注册
发布采购

ATMEGA16L-8PI 参数 Datasheet PDF下载

ATMEGA16L-8PI图片预览
型号: ATMEGA16L-8PI
PDF下载: 下载PDF文件 查看货源
内容描述: 8位AVR微控制器具有16K字节的系统内可编程闪存 [8-bit AVR Microcontroller with 16K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路光电二极管异步传输模式ATM时钟
文件页数/大小: 315 页 / 2880 K
品牌: ATMEL [ ATMEL CORPORATION ]
 浏览型号ATMEGA16L-8PI的Datasheet PDF文件第5页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第6页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第7页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第8页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第10页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第11页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第12页浏览型号ATMEGA16L-8PI的Datasheet PDF文件第13页  
ATmega16(L)
Figure 4.
AVR CPU General Purpose Working Registers
7
R0
R1
R2
R13
General
Purpose
Working
Registers
R14
R15
R16
R17
R26
R27
R28
R29
R30
R31
$1A
$1B
$1C
$1D
$1E
$1F
X-register Low Byte
X-register High Byte
Y-register Low Byte
Y-register High Byte
Z-register Low Byte
Z-register High Byte
$0D
$0E
$0F
$10
$11
0
Addr.
$00
$01
$02
Most of the instructions operating on the Register File have direct access to all registers,
and most of them are single cycle instructions.
As shown in Figure 4, each register is also assigned a data memory address, mapping
them directly into the first 32 locations of the user Data Space. Although not being phys-
ically implemented as SRAM locations, this memory organization provides great
flexibility in access of the registers, as the X-, Y-, and Z-pointer Registers can be set to
index any register in the file.
The X-register, Y-register and
Z-register
The registers R26..R31 have some added functions to their general purpose usage.
These registers are 16-bit address pointers for indirect addressing of the Data Space.
The three indirect address registers X, Y, and Z are defined as described in Figure 5.
Figure 5.
The X-, Y-, and Z-registers
15
X - register
XH
0
7
R26 ($1A)
XL
0
0
7
R27 ($1B)
15
Y - register
YH
0
7
R28 ($1C)
YL
0
0
7
R29 ($1D)
15
Z - register
ZH
0
7
R30 ($1E)
ZL
0
0
7
R31 ($1F)
In the different addressing modes these address registers have functions as fixed dis-
placement, automatic increment, and automatic decrement (see the Instruction Set
Reference for details).
9
2466E–AVR–10/02