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

ATMEGA48V-10MMHR 参数 Datasheet PDF下载

ATMEGA48V-10MMHR图片预览
型号: ATMEGA48V-10MMHR
PDF下载: 下载PDF文件 查看货源
内容描述: [RISC Microcontroller, 8-Bit, FLASH, AVR RISC CPU, 10MHz, CMOS, PQCC28, 4 X 4 MM, 1 MM HEIGHT, 0.45 MM PITCH, GREEN, PLASTIC, VQFN-28]
分类和应用: 闪存微控制器
文件页数/大小: 376 页 / 4764 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第59页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第60页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第61页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第62页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第64页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第65页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第66页浏览型号ATMEGA48V-10MMHR的Datasheet PDF文件第67页  
ATmega48/88/168  
2. When the IVSEL bit in MCUCR is set, Interrupt Vectors will be moved to the start of the Boot  
Flash Section. The address of each Interrupt Vector will then be the address in this table  
added to the start address of the Boot Flash Section.  
Table 11-5 shows reset and Interrupt Vectors placement for the various combinations of  
BOOTRST and IVSEL settings. If the program never enables an interrupt source, the Interrupt  
Vectors are not used, and regular program code can be placed at these locations. This is also  
the case if the Reset Vector is in the Application section while the Interrupt Vectors are in the  
Boot section or vice versa.  
Table 11-5. Reset and Interrupt Vectors Placement in ATmega168(1)  
BOOTRST  
IVSEL  
Reset Address  
0x000  
Interrupt Vectors Start Address  
0x001  
1
1
0
0
0
1
0
1
0x000  
Boot Reset Address + 0x0002  
0x001  
Boot Reset Address  
Boot Reset Address  
Boot Reset Address + 0x0002  
Note:  
1. The Boot Reset Address is shown in Table 26-6 on page 282. For the BOOTRST Fuse “1”  
means unprogrammed while “0” means programmed.  
The most typical and general program setup for the Reset and Interrupt Vector Addresses in  
ATmega168 is:  
Address Labels Code  
Comments  
0x0000  
0x0002  
0x0004  
0x0006  
0x0008  
0x000A  
0x000C  
0x000E  
0x0010  
0x0012  
0x0014  
0x0016  
0x0018  
0x001A  
0x001C  
0x001E  
0x0020  
0x0022  
0x0024  
0x0026  
0x0028  
0x002A  
0x002C  
0x002E  
0x0030  
0x0032  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
RESET  
; Reset Handler  
EXT_INT0  
EXT_INT1  
PCINT0  
; IRQ0 Handler  
; IRQ1 Handler  
; PCINT0 Handler  
PCINT1  
; PCINT1 Handler  
PCINT2  
; PCINT2 Handler  
WDT  
; Watchdog Timer Handler  
; Timer2 Compare A Handler  
; Timer2 Compare B Handler  
; Timer2 Overflow Handler  
; Timer1 Capture Handler  
; Timer1 Compare A Handler  
; Timer1 Compare B Handler  
; Timer1 Overflow Handler  
; Timer0 Compare A Handler  
; Timer0 Compare B Handler  
; Timer0 Overflow Handler  
; SPI Transfer Complete Handler  
; USART, RX Complete Handler  
; USART, UDR Empty Handler  
; USART, TX Complete Handler  
; ADC Conversion Complete Handler  
; EEPROM Ready Handler  
; Analog Comparator Handler  
; 2-wire Serial Interface Handler  
; Store Program Memory Ready Handler  
TIM2_COMPA  
TIM2_COMPB  
TIM2_OVF  
TIM1_CAPT  
TIM1_COMPA  
TIM1_COMPB  
TIM1_OVF  
TIM0_COMPA  
TIM0_COMPB  
TIM0_OVF  
SPI_STC  
USART_RXC  
USART_UDRE  
USART_TXC  
ADC  
EE_RDY  
ANA_COMP  
TWI  
SPM_RDY  
63  
2545M–AVR–09/07  
 复制成功!