ATTINY9-MAHR Atmel, ATTINY9-MAHR Datasheet - Page 36

IC MCU AVR 1K FLASH 8UDFN

ATTINY9-MAHR

Manufacturer Part Number
ATTINY9-MAHR
Description
IC MCU AVR 1K FLASH 8UDFN
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheet

Specifications of ATTINY9-MAHR

Package / Case
8-UDFN Exposed Pad
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Operating Temperature
-40°C ~ 85°C
Speed
12MHz
Number Of I /o
4
Core Processor
AVR
Program Memory Type
FLASH
Ram Size
32 x 8
Program Memory Size
1KB (1K x 8)
Oscillator Type
Internal
Peripherals
POR, PWM, WDT
Core Size
8-Bit
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Data Converters
-
Connectivity
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATTINY9-MAHR
Manufacturer:
ST
Quantity:
101
9. Interrupts
9.1
36
Interrupt Vectors
ATtiny4/5/9/10
This section describes the specifics of the interrupt handling in ATtiny4/5/9/10. For a general
explanation of the AVR interrupt handling, see
Interrupt vectors of ATtiny4/5/9/10 are described in
Table 9-1.
Note:
In case the program never enables an interrupt source, the Interrupt Vectors will not be used
and, consequently, regular program code can be placed at these locations.
The most typical and general setup for interrupt vector addresses in ATtiny4/5/9/10 is shown in
the program example below.
Vector No.
Address Labels Code
0x0000
0x0001
0x0002
0x0003
0x0004
0x0005
0x0006
0x0007
0x0008
0x0009
0x000A
<continues>
10
11
1
2
3
4
5
6
7
8
9
1. The ADC is available in ATtiny5/10, only.
Reset and Interrupt Vectors
Program Address
0x000A
0x0000
0x0001
0x0002
0x0003
0x0004
0x0005
0x0006
0x0007
0x0008
0x0009
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
rjmp
RESET
INT0
PCINT0
TIM0_CAPT
TIM0_OVF
TIM0_COMPA
TIM0_COMPB
ANA_COMP
WDT
VLM
ADC
Label
RESET
INT0
PCINT0
TIM0_CAPT
TIM0_OVF
TIM0_COMPA
TIM0_COMPB
ANA_COMP
WDT
VLM
ADC
“Reset and Interrupt Handling” on page
Comments
; Reset Handler
; IRQ0 Handler
; PCINT0 Handler
; Timer0 Capture Handler
; Timer0 Overflow Handler
; Timer0 Compare A Handler
; Timer0 Compare B Handler
; Analog Comparator Handler
; Watchdog Interrupt Handler
; Voltage Level Monitor Handler
; ADC Conversion Handler
Table 9-1
Interrupt Source
External Pin, Power-on Reset,
VLM Reset, Watchdog Reset
External Interrupt Request 0
Pin Change Interrupt Request 0
Timer/Counter0 Input Capture
Timer/Counter0 Overflow
Timer/Counter0 Compare Match A
Timer/Counter0 Compare Match B
Analog Comparator
Watchdog Time-out
V
ADC Conversion Complete
CC
Voltage Level Monitor
below.
(1)
8127D–AVR–02/10
10.

Related parts for ATTINY9-MAHR