atmega168v ATMEL Corporation, atmega168v Datasheet - Page 24

no-image

atmega168v

Manufacturer Part Number
atmega168v
Description
8-bit Avr With 8k Bytes Of In-system Programmable Flash
Manufacturer
ATMEL Corporation
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
atmega168v-10AI
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
atmega168v-10AU
Manufacturer:
Atmel
Quantity:
41 576
Part Number:
atmega168v-10AU
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
atmega168v-10AU
Manufacturer:
ATMEL
Quantity:
8 000
Part Number:
atmega168v-10AU
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
atmega168v-10AUR
Manufacturer:
Atmel
Quantity:
10 000
Part Number:
atmega168v-10MI
Manufacturer:
ATMEL/爱特梅尔
Quantity:
20 000
Part Number:
atmega168v-10MU
Manufacturer:
ATMEL
Quantity:
9 800
24
ATmega48/88/168
3. Watchdog Timer Interrupt disabled
4. Start-up time with Crystal Oscillator is higher than expected
5. High Power Consumption in Power-down with External Clock
6. Asynchronous Oscillator does not stop in Power-down
7. Interrupts may be lost when writing the timer registers in the asynchronous timer
If it is necessary to read an EEPROM location after Erase Only, use an Atomic Write opera-
tion with 0xFF as data in order to erase a location. In any case, the Write Only operation can
be used as intended. Thus no special considerations are needed as long as the erased loca-
tion is not read before it is programmed.
If the watchdog timer interrupt flag is not cleared before a new timeout occurs, the watchdog
will be disabled, and the interrupt flag will automatically be cleared. This is only applicable in
interrupt only mode. If the Watchdog is configured to reset the device in the watchdog time-
out following an interrupt, the device works correctly.
Problem fix / Workaround
Make sure there is enough time to always service the first timeout event before a new
watchdog timeout occurs. This is done by selecting a long enough time-out period.
The clock counting part of the start-up time is about 2 times higher than expected for all
start-up periods when running on an external Crystal. This applies only when waking up by
reset. Wake-up from power down is not affected. For most settings, the clock counting parts
is a small fraction of the overall start-up time, and thus, the problem can be ignored. The
exception is when using a very low frequency crystal like for instance a 32 kHz clock crystal.
Problem fix / Workaround
No known workaround.
The power consumption in power down with an active external clock is about 10 times
higher than when using internal RC or external oscillators.
Problem fix / Workaround
Stop the external clock when the device is in power down.
The Asynchronous oscillator does not stop when entering power down mode. This leads to
higher power consumption than expected.
Problem fix / Workaround
Manually disable the asynchronous timer before entering power down.
If one of the timer registers which is synchronized to the asynchronous timer2 clock is writ-
ten in the cycle before an overflow interrupt occurs, the interrupt may be lost.
Problem Fix/Workaround
Always check that the Timer2 Timer/Counter register, TCNT2, does not have the value 0xFF
before writing the Timer2 Control Register, TCCR2, or Output Compare Register, OCR2.
The only safe time to write to any of the Timer2 registers in asynchronous mode is in a com-
pare interrupt routine where the compare register is not 0xFF, or if the compare register is
0xFF, after a delay of at least one asynchronous clock cycle from the start of the interrupt.
2545LS–AVR–08/07

Related parts for atmega168v