參數(shù)資料
型號: MF280C51-30D
廠商: ATMEL CORP
元件分類: 微控制器/微處理器
英文描述: 8-BIT, MROM, 30 MHz, MICROCONTROLLER, PQFP44
封裝: QFP-44
文件頁數(shù): 116/176頁
文件大?。?/td> 2962K
代理商: MF280C51-30D
44
2535J–AVR–08/10
ATtiny13
9. Interrupts
This section describes the specifics of the interrupt handling as performed in ATtiny13. For a
general explanation of the AVR interrupt handling, refer to “Reset and Interrupt Handling” on
9.1
Interrupt Vectors
The interrupt vectors of ATtiny13 are described in Table 9-1 below.
If the program never enables an interrupt source, the Interrupt Vectors are not used, and regular
program code can be placed at these locations.
The most typical and general program setup for the Reset and Interrupt Vector Addresses in
ATtiny13 is:
Address
Labels Code
Comments
0x0000
rjmp
RESET
; Reset Handler
0x0001
rjmp
EXT_INT0
; IRQ0 Handler
0x0002
rjmp
PCINT0
; PCINT0 Handler
0x0003
rjmp
TIM0_OVF
; Timer0 Overflow Handler
0x0004
rjmp
EE_RDY
; EEPROM Ready Handler
0x0005
rjmp
ANA_COMP
; Analog Comparator Handler
0x0006
rjmp
TIM0_COMPA
; Timer0 CompareA Handler
0x0007
rjmp
TIM0_COMPB
; Timer0 CompareB Handler
0x0008
rjmp
WATCHDOG
; Watchdog Interrupt Handler
0x0009
rjmp
ADC
; ADC Conversion Handler
;
0x000A
RESET: ldi
r16, low(RAMEND); Main program start
0x000B
out
SPL,r16
; Set Stack Pointer to top of RAM
0x000C
sei
; Enable interrupts
0x000D
<instr>
xxx
...
Table 9-1.
Reset and Interrupt Vectors
Vector No.
Program Address
Source
Interrupt Definition
1
0x0000
RESET
External Pin, Power-on Reset,
Brown-out Reset, Watchdog Reset
2
0x0001
INT0
External Interrupt Request 0
3
0x0002
PCINT0
Pin Change Interrupt Request 0
4
0x0003
TIM0_OVF
Timer/Counter Overflow
5
0x0004
EE_RDY
EEPROM Ready
6
0x0005
ANA_COMP
Analog Comparator
7
0x0006
TIM0_COMPA
Timer/Counter Compare Match A
8
0x0007
TIM0_COMPB
Timer/Counter Compare Match B
9
0x0008
WDT
Watchdog Time-out
10
0x0009
ADC
ADC Conversion Complete
相關(guān)PDF資料
PDF描述
MR80C32E-16P883 8-BIT, 16 MHz, MICROCONTROLLER, CQCC44
MR80C32E-16P883 8-BIT, 16 MHz, MICROCONTROLLER, CQCC44
MQ83C154DCXXX-25P883D 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CQFP44
MR80C52EXXX-25:RD 8-BIT, MROM, 25 MHz, MICROCONTROLLER, CQCC44
MIP7365-450F17I 64-BIT, 450 MHz, MICROPROCESSOR, CQFP208
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
MF283C151C-12 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
MF283C151C-16 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
MF283C151C-20 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
MF283C151C-25 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller
MF283C151C-30 制造商:TEMIC 制造商全稱:TEMIC Semiconductors 功能描述:CMOS 0 to 36 MHz Single Chip 8-bit Microcontroller