Attiny15l – Rainbow Electronics ATtiny15L User Manual

Page 44

Advertising
background image

44

ATtiny15L

1187E–AVR–06/02

the ADC is switched on by setting the ADEN bit in ADCSR. The prescaler keeps running
for as long as the ADEN bit is set, and is continuously reset when ADEN is low.

When initiating a conversion by setting the ADSC bit in ADCSR, the conversion starts at
the following rising edge of the ADC clock cycle. If differential channels are selected, the
conversion will only start at every other rising edge of the ADC clock cycle after ADEN
was set.

A normal conversion takes 13 ADC clock cycles. In certain situations, the ADC needs
more clock cycles to perform initialization and minimize offset errors. These extended
conversions take 25 ADC clock cycles and occur as the first conversion after one of the
following events:

The ADC is switched on (ADEN in ADCSR is set).

The voltage reference source is changed (the REFS1..0 bits in ADMUX change
value).

A differential channel is selected (MUX2 in ADMUX is “1”). Note that subsequent
conversions on the same channel are not extended conversions.

The actual sample-and-hold takes place 1.5 ADC clock cycles after the start of a normal
conversion and 13.5 ADC clock cycles after the start of an extended conversion. When
a conversion is complete, the result is written to the ADC Data Registers, and ADIF is
set. In Single Conversion mode, ADSC is cleared simultaneously. The software may
then set ADSC again, and a new conversion will be initiated on the first rising ADC clock
edge. In Free Running mode, a new conversion will be started immediately after the
conversion completes while ADSC remains high. Using Free Running mode and an
ADC clock frequency of 200 kHz gives the lowest conversion time, 65

µs

, equivalent to

15 kSPS. For a summary of conversion times, see Table 18.

Figure 27. ADC Timing Diagram, First Conversion (Single Conversion Mode)

Sign and MSB of Result

LSB of Result

ADC Clock

ADSC

Sample & Hold

ADIF

ADCH

ADCL

Cycle Number

ADEN

1

2

12

13

14

15

16

17

18

19

20

21

22

23

24

25

1

2

Extended Conversion

Next
Conversion

3

MUX and REFS
Update

MUX and REFS
Update

Conversion

Complete

Advertising