ATTINY12V-1SUR Atmel, ATTINY12V-1SUR Datasheet - Page 30

IC AVR MCU 1K FLASH 4MHZ 8-SOIC

ATTINY12V-1SUR

Manufacturer Part Number
ATTINY12V-1SUR
Description
IC AVR MCU 1K FLASH 4MHZ 8-SOIC
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheets

Specifications of ATTINY12V-1SUR

Core Processor
AVR
Core Size
8-Bit
Speed
1.2MHz
Peripherals
POR, WDT
Number Of I /o
6
Program Memory Size
1KB (512 x 16)
Program Memory Type
FLASH
Eeprom Size
64 x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
*
Processor Series
ATTINY12
Core
AVR8
Data Bus Width
8 bit
Data Ram Size
64 B
Interface Type
SPI
Maximum Clock Frequency
1.2 MHz
Operating Supply Voltage
1.8 V to 5.5 V
Mounting Style
SMD/SMT
Operating Temperature Range
- 40 C to + 85 C
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Ram Size
-
Data Converters
-
Connectivity
-
Lead Free Status / Rohs Status
 Details
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 ATTINY12V-1SUR