ATTINY87-15XZ Atmel, ATTINY87-15XZ Datasheet - Page 280

MCU AVR 8K FLASH 15MZ 20-TSSOP

ATTINY87-15XZ

Manufacturer Part Number
ATTINY87-15XZ
Description
MCU AVR 8K FLASH 15MZ 20-TSSOP
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheet

Specifications of ATTINY87-15XZ

Core Processor
AVR
Core Size
8-Bit
Speed
16MHz
Connectivity
I²C, LIN, SPI, UART/USART, USI
Peripherals
Brown-out Detect/Reset, POR, PWM, Temp Sensor, WDT
Number Of I /o
16
Program Memory Size
8KB (4K x 16)
Program Memory Type
FLASH
Eeprom Size
512 x 8
Ram Size
512 x 8
Voltage - Supply (vcc/vdd)
2.7 V ~ 5.5 V
Data Converters
A/D 11x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 125°C
Package / Case
20-TSSOP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
280
ATtiny87/ATtiny167
3. ‘Disable Clock Source’ command remains enabled.
4. Comparison between ADC inputs and voltage references.
5. Register bits of DIDR1.
In the Dynamic Clock Switch module, the ‘Disable Clock Source’ command remains run-
ning after disabling the targeted clock source (the clock source is set in the CLKSELR
register).
Problem fix / workaround.
After a ‘Disable Clock Source’ command, reset the CLKCSR register writing 0x80.
Code example:
; (*) !!! At this moment, if any other clock source is selected by
CLKSELR,
;
; ==> WORKAROUND ...
In the Analog Comparator module, comparing any ADC input (ADC[10..0]) with voltage
references (2.56V, 1.28V, 1.10V, 0.64V or 0.32V) fails.
Regardless, AIN1 input can be compared with the voltage references and any ADC input
can be compared with AIN0 input.
Problem fix / workaround.
Do not use this configuration.
ADC8D, ADC9D and ADC10D (Digital Input Disable) initially located at bit 4 up to 6 are
instead located at bit 0 up to 2. These register bits are also in write only mode.
Problem fix / workaround.
Allow for the change in bit locations and the access mode restriction.
; Select crystal oscillator
; Disable clock source (crystal oscillator)
ldi
sts
ldi
ldi
sts
sts
sts
this clock source will also stop !!!
temp1,(0x0F<<CSEL0)
CLKSELR, temp1
temp2,(1<<CLKCCE)
temp3,(0x01<<CLKC0)
CLKCSR,temp2
CLKCSR,temp3
CLKCSR,temp2
; CSEL = "0001"
; Enable CLKCSR register access
; (*) Disable crystal oscillator clock
7728G–AVR–06/10

Related parts for ATTINY87-15XZ