ATTINY11L-2PI Atmel, ATTINY11L-2PI Datasheet - Page 30

IC AVR MCU 1K 2MHZ LV IND 8-DIP

ATTINY11L-2PI

Manufacturer Part Number
ATTINY11L-2PI
Description
IC AVR MCU 1K 2MHZ LV IND 8-DIP
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheets

Specifications of ATTINY11L-2PI

Core Processor
AVR
Core Size
8-Bit
Speed
2MHz
Peripherals
WDT
Number Of I /o
6
Program Memory Size
1KB (512 x 16)
Program Memory Type
FLASH
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-DIP (0.300", 7.62mm)
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Eeprom Size
-
Ram Size
-
Data Converters
-
Connectivity
-
Other names
ATTINY11L2PI

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATTINY11L-2PI
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Interrupts
Reset and Interrupt
30
ATtiny11/12
The ATtiny11 provides four different interrupt sources and the ATtiny12 provides five.
These interrupts and the separate reset vector each have a separate program vector in
the program memory space. All the interrupts are assigned individual enable bits which
must be set (one) together with the I-bit in the status register in order to enable the
interrupt.
The lowest addresses in the program memory space are automatically defined as the
Reset and Interrupt vectors. The complete list of vectors is shown in Table 14. The list
also determines the priority levels of the different interrupts. The lower the address, the
higher the priority level. RESET has the highest priority, and next is INT0 – the External
Interrupt Request 0, etc.
Table 14. Reset and Interrupt Vectors
The most typical and general program setup for the reset and interrupt vector addresses
for the ATtiny11 are:
The most typical and general program setup for the reset and interrupt vector addresses
for the ATtiny12 are:
Vector No.
Address
$000
$001
$002
$003
$004
;
$005
Address
$000
$001
$002
$003
1
1
2
3
4
5
5
6
Labels
MAIN:
Labels
ATtiny11/12
ATtiny11/12
ATtiny11/12
ATtiny11
ATtiny12
ATtiny11
ATtiny12
ATtiny12
Device
Code
rjmp
rjmp
rjmp
rjmp
rjmp
<instr>
Code
rjmp
rjmp
rjmp
rjmp
Program Address
$000
$000
$001
$002
$003
$004
$004
$005
xxx
RESET
EXT_INT0
PIN_CHANGE
TIM0_OVF
ANA_COMP
RESET
EXT_INT0
PIN_CHANGE
TIM0_OVF
TIMER0, OVF0
ANA_COMP
ANA_COMP
EE_RDY
Comments
; Reset handler
; IRQ0 handler
; Pin change handler
; Timer0 overflow handler
; Analog Comparator handler
; Main program start
Comments
; Reset handler
; IRQ0 handler
; Pin change handler
; Timer0 overflow handler
I/O Pins
Source
RESET
RESET
INT0
Interrupt Definition
External Pin, Power-on
Reset and Watchdog
Reset
External Pin, Power-on
Reset, Brown-out Reset
and Watchdog Reset
External Interrupt
Request 0
Pin Change Interrupt
Timer/Counter0
Overflow
Analog Comparator
EEPROM Ready
Analog Comparator
1006F–AVR–06/07

Related parts for ATTINY11L-2PI