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

ATMEGA8L-8MUR 参数 Datasheet PDF下载

ATMEGA8L-8MUR图片预览
型号: ATMEGA8L-8MUR
PDF下载: 下载PDF文件 查看货源
内容描述: 8位爱特梅尔带有8K字节的系统内可编程闪存 [8-bit Atmel with 8KBytes In-System PRogrammable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路异步传输模式PCATM时钟
文件页数/大小: 331 页 / 6705 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第209页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第210页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第211页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第212页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第214页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第215页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第216页浏览型号ATMEGA8L-8MUR的Datasheet PDF文件第217页  
ATmega8(L)  
; return to RWW section  
; verify that RWW section is safe to read  
Return:  
in  
temp1, SPMCR  
sbrs temp1, RWWSB  
ready yet  
; If RWWSB is set, the RWW section is not  
ret  
; re-enable the RWW section  
ldi spmcrval, (1<<RWWSRE) | (1<<SPMEN)  
rcallDo_spm  
rjmp Return  
Do_spm:  
; check for previous SPM complete  
Wait_spm:  
in  
temp1, SPMCR  
sbrc temp1, SPMEN  
rjmp Wait_spm  
; input: spmcrval determines SPM action  
; disable interrupts if enabled, store status  
in  
temp2, SREG  
cli  
; check that no EEPROM write access is present  
Wait_ee:  
sbic EECR, EEWE  
rjmp Wait_ee  
; SPM timed sequence  
out SPMCR, spmcrval  
spm  
; restore SREG (to enable interrupts if originally enabled)  
out SREG, temp2  
ret  
ATmega8 Boot Loader In Table 82 through Table 84 on page 214, the parameters used in the description of the self  
Parameters  
programming are given.  
Table 82. Boot Size Configuration  
Boot Reset  
Address  
(Start Boot  
Loader  
Boot  
Loader  
Flash  
Application  
Flash  
Section  
End  
Application  
Section  
Boot  
Size  
BOOTSZ1  
BOOTSZ0  
Pages  
Section  
Section)  
128  
words  
0x000 -  
0xF7F  
0xF80 -  
0xFFF  
1
1
4
0xF7F  
0xEFF  
0xDFF  
0xBFF  
0xF80  
0xF00  
0xE00  
0xC00  
256  
words  
0x000 -  
0xEFF  
0xF00 -  
0xFFF  
1
0
0
0
1
0
8
512  
words  
0x000 -  
0xDFF  
0xE00 -  
0xFFF  
16  
32  
1024  
words  
0x000 -  
0xBFF  
0xC00 -  
0xFFF  
Note:  
The different BOOTSZ Fuse configurations are shown in Figure 102 on page 204  
213  
2486AA–AVR–02/2013  
 复制成功!