ATTINY12-8SC Atmel, ATTINY12-8SC Datasheet - Page 30

IC AVR MCU 1K 5V 8MHZ COM SO-8

ATTINY12-8SC

Manufacturer Part Number
ATTINY12-8SC
Description
IC AVR MCU 1K 5V 8MHZ COM SO-8
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheets

Specifications of ATTINY12-8SC

Core Processor
AVR
Core Size
8-Bit
Speed
8MHz
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)
4 V ~ 5.5 V
Oscillator Type
Internal
Operating Temperature
0°C ~ 70°C
Package / Case
8-SOIC (5.3mm Width), 8-SOP, 8-SOEIAJ
Data Bus Width
8 bit
Maximum Clock Frequency
8 MHz
Number Of Programmable I/os
12
Number Of Timers
1 x 8 bit
Operating Supply Voltage
4 V to 5.5 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
Minimum Operating Temperature
- 55 C
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Ram Size
-
Data Converters
-
Connectivity
-
Lead Free Status / Rohs Status
No
Other names
ATTINY128SC

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATTINY12-8SC
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 ATTINY12-8SC