Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
AVR / datasheets / attiny_26_26L.pdf
Скачиваний:
46
Добавлен:
20.03.2015
Размер:
2.25 Mб
Скачать

External Interrupt

Pin Change Interrupt

The External Interrupt is triggered by the INT0 pin. Observe that, if enabled, the interrupt will trigger even if the INT0 pin is configured as an output. This feature provides a way of generating a software interrupt. The External Interrupt can be triggered by a falling or rising edge, a pin change, or a low level. This is set up as indicated in the specification for the MCU Control Register – MCUCR. When the External Interrupt is enabled and is configured as level triggered, the interrupt will trigger as long as the pin is held low.

The changed level is sampled twice by the Watchdog Oscillator clock, and if both these samples have the required level, the MCU will wake up. The period of the Watchdog Oscillator is 1.0 µs (nominal) at 3.0V and 25°C. The frequency of the Watchdog Oscillator is voltage dependent as shown in “Electrical Characteristics” on page 128.

The pin change interrupt is triggered by any change on any I/O pin of Port B and pins PA3, PA6, and PA7, if the interrupt is enabled and alternate function of the pin does not mask out the interrupt. The bit PCIE1 in GIMSK enables interrupt from pins PB[7:4], PA[7:6], and PA[3]. PCIE0 enables interrupt on digital pins PB[3:0].

The pin change interrupt is different from other interrupts in two ways. First, pin change interrupt enable bits PCIE1 and PCIE0 also mask the flag if they are not set. The normal operation on most interrupts is that the flag is always active and only the execution of the interrupt is masked by the interrupt enable.

Secondly, please note that pin change interrupt is disabled for any pin that is configured as an alternate function. For example, no pin change interrupt is generated from pins that are configured as AREF, AIN0 or AIN1, OC1A, OC1A, OC1B, OC1B, XTAL1, or XTAL2 in a fuse selected clock option, Timer0 clocking, or RESET function. See Table 30 for alternate functions which mask the pin change interrupt and how the function is enabled. For example pin change interrupt on the PB0 is disabled when USI Two-wire mode or USI Three-wire mode or Timer/Counter1 inverted output compare is enabled.

If the interrupt is enabled, the interrupt will trigger even if the changing pin is configured as an output. This feature provides a way of generating a software interrupt. Also observe that the pin change interrupt will trigger even if the pin activity triggers another interrupt, for example the external interrupt. This implies that one external event might cause several interrupts.

The value of the programmed fuse is “0” and unprogrammed is “1”. Each of the lines enables the alternate function so “or” function of the lines enables the function.

64 ATtiny26(L)

1477J–AVR–06/07

ATtiny26(L)

Table 30. Alternative Functions

 

 

Control Register[Bit Name] which

Bit or Fuse

Pin

Alternate Function

set the Alternate Function(1)

Value()

PA3

AREF

ADMUX[REFS0]

1

 

 

 

 

PA6

Analog Comparator

ACSR[ACD]

0

 

 

 

 

PA7

Analog Comparator

ACSR[ACD]

0

 

 

 

 

PB0

USI Two-wire mode

USICR[USIWM1]

1

 

USI Three-wire mode

USICR[USIWM1,USIWM0]

01

 

TC1 compare/PWM

TCCR1A[COM1A1,COM1A0,PWM1A]

011

 

 

 

 

PB1

USI Three-wire mode

USICR[USIWM1,USIWM0]

01

 

TC1 compare/PWM

TCCR1A[COM1A1]

1

 

 

TCCR1A[COM1A0]

1

 

 

 

 

PB2

USI Two-wire mode

USICR[USIWM1]

1

 

USI Three-wire mode

USICR[USIWM1,USIWM0]

01

 

TC1 compare/PWM

TCCR1A[COM1B1,COM1B0,PWM1B]

011

 

 

 

 

PB3

TC1 compare/PWM

TCCR1A[COM1B1]

1

 

 

TCCR1A[COM1B0]

1

 

 

 

 

PB4

XTAL1, clock source

FUSE[PLLCK,CKSEL]

10000

 

 

FUSE[PLLCK,CKSEL]

10101-11111

 

 

 

 

PB5

XTAL2, clock source

FUSE[PLLCK,CKSEL]

11001-11111

 

 

 

 

PB6

External interrupt

GIMSK[INT0],MCUCR[ISC01,ISC01]

100

 

TC0 clock

TCCR0[CS02,CS01]

11

 

 

 

 

PB7

RESET

RSTDISBL FUSE

1

 

 

 

 

Notes:

1. Each line represents a bit or fuse combination which enables the function.

A fuse value of “0” is programmed, “1” is unprogrammed.

65

1477J–AVR–06/07

Соседние файлы в папке datasheets