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

ATMEGA48PA-AU 参数 Datasheet PDF下载

ATMEGA48PA-AU图片预览
型号: ATMEGA48PA-AU
PDF下载: 下载PDF文件 查看货源
内容描述: 8位微控制器与4/8/ 16 / 32K字节的系统内可编程闪存 [8-bit Microcontroller with 4/8/16/32K Bytes In-System Programmable Flash]
分类和应用: 闪存微控制器和处理器外围集成电路时钟
文件页数/大小: 448 页 / 12817 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA48PA-AU的Datasheet PDF文件第61页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第62页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第63页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第64页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第66页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第67页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第68页浏览型号ATMEGA48PA-AU的Datasheet PDF文件第69页  
ATmega48PA/88PA/168PA/328P  
.org 0x1C00  
0x1C00  
jmp  
jmp  
jmp  
...  
jmp  
RESET  
; Reset handler  
0x1C02  
0x1C04  
...  
EXT_INT0  
EXT_INT1  
...  
; IRQ0 Handler  
; IRQ1 Handler  
;
0x1C32  
;
SPM_RDY  
; Store Program Memory Ready Handler  
0x1C33 RESET: ldi  
r16,high(RAMEND); Main program start  
0x1C34  
0x1C35  
out  
ldi  
SPH,r16  
; Set Stack Pointer to top of RAM  
r16,low(RAMEND)  
SPL,r16  
0x1C36  
0x1C37  
out  
sei  
; Enable interrupts  
0x1C38  
<instr> xxx  
11.4 Interrupt Vectors in ATmega328P  
Table 11-6. Reset and Interrupt Vectors in ATmega328P  
Program  
VectorNo.  
Address(2)  
0x0000(1)  
0x0002  
0x0004  
0x0006  
0x0008  
0x000A  
0x000C  
0x000E  
0x0010  
0x0012  
0x0014  
0x0016  
0x0018  
0x001A  
0x001C  
0x001E  
0x0020  
0x0022  
0x0024  
0x0026  
0x0028  
0x002A  
Source  
Interrupt Definition  
External Pin, Power-on Reset, Brown-out Reset and Watchdog System Reset  
External Interrupt Request 0  
1
2
RESET  
INT0  
3
INT1  
External Interrupt Request 1  
4
PCINT0  
Pin Change Interrupt Request 0  
Pin Change Interrupt Request 1  
Pin Change Interrupt Request 2  
Watchdog Time-out Interrupt  
Timer/Counter2 Compare Match A  
Timer/Counter2 Compare Match B  
Timer/Counter2 Overflow  
5
PCINT1  
6
PCINT2  
7
WDT  
8
TIMER2 COMPA  
TIMER2 COMPB  
TIMER2 OVF  
TIMER1 CAPT  
TIMER1 COMPA  
TIMER1 COMPB  
TIMER1 OVF  
TIMER0 COMPA  
TIMER0 COMPB  
TIMER0 OVF  
SPI, STC  
9
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
Timer/Counter1 Capture Event  
Timer/Counter1 Compare Match A  
Timer/Coutner1 Compare Match B  
Timer/Counter1 Overflow  
Timer/Counter0 Compare Match A  
Timer/Counter0 Compare Match B  
Timer/Counter0 Overflow  
SPI Serial Transfer Complete  
USART Rx Complete  
USART, RX  
USART, UDRE  
USART, TX  
ADC  
USART, Data Register Empty  
USART, Tx Complete  
ADC Conversion Complete  
65  
8161D–AVR–10/09  
 复制成功!