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

ATMEGA2560-16AU-SL383 参数 Datasheet PDF下载

ATMEGA2560-16AU-SL383图片预览
型号: ATMEGA2560-16AU-SL383
PDF下载: 下载PDF文件 查看货源
内容描述: [Microcontroller, 8-Bit, FLASH, AVR RISC CPU, 16MHz, CMOS, PQFP100, 14 X 14 MM, 1 MM HEIGHT, 0.50 MM PITCH, GREEN, PLASTIC, MS-026AED, TQFP-100]
分类和应用: 时钟微控制器
文件页数/大小: 448 页 / 7518 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第104页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第105页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第106页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第107页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第109页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第110页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第111页浏览型号ATMEGA2560-16AU-SL383的Datasheet PDF文件第112页  
0x0046  
0x0048  
0x004A  
0x004C  
0x004E  
0x0050  
0x0052  
0x0054  
0x0056  
0x0058  
0x005A  
0x005C  
0x005E  
0x0060  
0x0062  
0x0064  
0x0066  
0x0068  
0x006A  
0x006C  
0x006E  
0x0070  
;
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
jmp  
TIM3_OVF  
; Timer3 Overflow Handler  
; USART1 RX Complete Handler  
; USART1,UDR Empty Handler  
; USART1 TX Complete Handler  
; 2-wire Serial Handler  
USART1_RXC  
USART1_UDRE  
USART1_TXC  
TWI  
SPM_RDY  
; SPM Ready Handler  
TIM4_CAPT  
TIM4_COMPA  
TIM4_COMPB  
TIM4_COMPC  
TIM4_OVF  
; Timer4 Capture Handler  
; Timer4 CompareA Handler  
; Timer4 CompareB Handler  
; Timer4 CompareC Handler  
; Timer4 Overflow Handler  
; Timer5 Capture Handler  
; Timer5 CompareA Handler  
; Timer5 CompareB Handler  
; Timer5 CompareC Handler  
; Timer5 Overflow Handler  
; USART2 RX Complete Handler  
; USART2,UDR Empty Handler  
; USART2 TX Complete Handler  
; USART3 RX Complete Handler  
; USART3,UDR Empty Handler  
; USART3 TX Complete Handler  
TIM5_CAPT  
TIM5_COMPA  
TIM5_COMPB  
TIM5_COMPC  
TIM5_OVF  
USART2_RXC  
USART2_UDRE  
USART2_TXC  
USART3_RXC  
USART3_UDRE  
USART3_TXC  
0x0072  
0x0073  
0x0074  
0x0075  
0x0076  
0x0077  
...  
RESET:  
ldi  
out  
ldi  
out  
sei  
r16, high(RAMEND)  
SPH,r16  
; Main program start  
; Set Stack Pointer to top of RAM  
r16, low(RAMEND)  
SPL,r16  
; Enable interrupts  
<instr> xxx  
... ...  
...  
When the BOOTRST Fuse is unprogrammed, 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:  
Address Labels Code  
0x00000 RESET: ldi  
Comments  
r16,high(RAMEND); Main program start  
0x00001  
0x00002  
out  
ldi  
SPH,r16  
; Set Stack Pointer to top of RAM  
r16,low(RAMEND)  
SPL,r16  
0x00003  
0x00004  
out  
sei  
; Enable interrupts  
0x00005  
;
<instr> xxx  
.org 0x1F002  
0x1F002  
0x1F004  
...  
jmp  
jmp  
...  
jmp  
EXT_INT0  
; IRQ0 Handler  
EXT_INT1  
...  
; IRQ1 Handler  
;
0x1FO70  
USART3_TXC  
; USART3 TX Complete Handler  
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:  
108  
ATmega640/1280/1281/2560/2561  
2549L–AVR–08/07  
 复制成功!