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

ATMEGA16L-8MI 参数 Datasheet PDF下载

ATMEGA16L-8MI图片预览
型号: ATMEGA16L-8MI
PDF下载: 下载PDF文件 查看货源
内容描述: 8位AVR微控制器具有16K字节的系统内可编程闪存 [8-bit AVR Microcontroller with 16K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路异步传输模式ATM时钟
文件页数/大小: 315 页 / 2880 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA16L-8MI的Datasheet PDF文件第40页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第41页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第42页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第43页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第45页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第46页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第47页浏览型号ATMEGA16L-8MI的Datasheet PDF文件第48页  
When the BOOTRST Fuse is unprogrammed, the Boot section size set to 2K bytes and  
the IVSEL bit in the GICR Register is set before any interrupts are enabled, the most  
typical and general program setup for the Reset and Interrupt Vector Addresses is:  
Address Labels  
Code  
Comments  
$000  
$001  
$002  
$003  
$004  
$005  
;
RESET:  
ldi r16,high(RAMEND) ; Main program start  
out SPH,r16  
ldi r16,low(RAMEND)  
out SPL,r16  
sei  
; Set stack pointer to top of RAM  
; Enable interrupts  
<instr> xxx  
.org $1C02  
$1C02  
jmp EXT_INT0  
jmp EXT_INT1  
..  
; IRQ0 Handler  
$1C04  
; IRQ1 Handler  
...  
....  
;
$1C28  
jmp SPM_RDY  
; Store Program Memory Ready Handler  
When the BOOTRST Fuse is programmed and the Boot section size set to 2K bytes, the  
most typical and general program setup for the Reset and Interrupt Vector Addresses is:  
Address Labels  
.org $002  
$002  
Code  
Comments  
jmp EXT_INT0  
jmp EXT_INT1  
..  
; IRQ0 Handler  
$004  
; IRQ1 Handler  
...  
$028  
;
....  
;
jmp SPM_RDY  
; Store Program Memory Ready Handler  
.org $1C00  
$1C00  
$1C01  
$1C02  
$1C03  
$1C04  
$1C05  
RESET:  
ldi r16,high(RAMEND) ; Main program start  
out SPH,r16  
ldi r16,low(RAMEND)  
out SPL,r16  
sei  
; Set stack pointer to top of RAM  
; Enable interrupts  
<instr> xxx  
When the BOOTRST Fuse is programmed, the Boot section size set to 2K bytes and the  
IVSEL bit in the GICR Register is set before any interrupts are enabled, the most typical  
and general program setup for the Reset and Interrupt Vector Addresses is:  
Address Labels  
Code  
Comments  
.org $1C00  
$1C00  
$1C02  
jmp RESET  
jmp EXT_INT0  
; Reset handler  
; IRQ0 Handler  
$1C04  
jmp EXT_INT1  
..  
; IRQ1 Handler  
...  
....  
;
$1C28  
;
jmp SPM_RDY  
; Store Program Memory Ready Handler  
$1C2A  
$1C2B  
$1C2C  
$1C2D  
$1C2E  
$1C2F  
RESET:  
ldi r16,high(RAMEND) ; Main program start  
out SPH,r16  
ldi r16,low(RAMEND)  
out SPL,r16  
sei  
; Set stack pointer to top of RAM  
; Enable interrupts  
<instr> xxx  
44  
ATmega16(L)  
2466E–AVR–10/02  
 复制成功!