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

ATMEGA64A-AU 参数 Datasheet PDF下载

ATMEGA64A-AU图片预览
型号: ATMEGA64A-AU
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器,带有64K字节的系统内可编程闪存 [8-bit Microcontroller with 64K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器
文件页数/大小: 392 页 / 7964 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA64A-AU的Datasheet PDF文件第59页浏览型号ATMEGA64A-AU的Datasheet PDF文件第60页浏览型号ATMEGA64A-AU的Datasheet PDF文件第61页浏览型号ATMEGA64A-AU的Datasheet PDF文件第62页浏览型号ATMEGA64A-AU的Datasheet PDF文件第64页浏览型号ATMEGA64A-AU的Datasheet PDF文件第65页浏览型号ATMEGA64A-AU的Datasheet PDF文件第66页浏览型号ATMEGA64A-AU的Datasheet PDF文件第67页  
ATmega64A  
When the BOOTRST Fuse is programmed and the Boot section size set to 8K bytes, the most  
typical and general program setup for the Reset and Interrupt Vector Addresses is:  
AddressLabels Code  
.org 0x0002  
Comments  
0x0002  
0x0004  
:.  
jmp  
jmp  
:.  
EXT_INT0 ; IRQ0 Handler  
EXT_INT1 ; IRQ1 Handler  
:.  
;
0x0044  
;
jmp  
SPM_RDY ; Store Program Memory Ready Handler  
.org 0x7000  
0x7000 RESET: ldi  
r16,high(RAMEND); Main program start  
SPH,r16 ; Set Stack Pointer to top of RAM  
r16,low(RAMEND)  
0x7001  
0x7002  
out  
ldi  
0x7003  
0x7004  
out  
sei  
SPL,r16  
; Enable interrupts  
0x7005  
<instr> xxx  
When the BOOTRST Fuse is programmed, the Boot section size set to 8K bytes and the IVSEL  
bit in the MCUCR Register is set before any interrupts are enabled, the most typical and general  
program setup for the Reset and Interrupt Vector Addresses is:  
AddressLabels Code  
Comments  
;
.org 0x7000  
0x7000  
0x7002  
jmp  
jmp  
RESET  
; Reset handler  
EXT_INT0 ; IRQ0 Handler  
0x7004  
:.  
jmp  
:.  
EXT_INT1 ; IRQ1 Handler  
:.  
;
0x7044  
jmp  
SPM_RDY; Store Program Memory Ready Handler  
r16,high(RAMEND); Main program start  
SPH,r16 ; Set Stack Pointer to top of RAM  
r16,low(RAMEND)  
0x7046 RESET: ldi  
0x7047  
0x7048  
out  
ldi  
0x7049  
0x704A  
out  
sei  
SPL,r16  
; Enable interrupts  
0x704B  
<instr> xxx  
11.2.1  
Moving Interrupts Between Application and Boot Space  
The General Interrupt Control Register controls the placement of the Interrupt Vector table.  
63  
8160C–AVR–07/09  
 复制成功!