ATTINY167-15MZ Atmel, ATTINY167-15MZ Datasheet - Page 278

no-image

ATTINY167-15MZ

Manufacturer Part Number
ATTINY167-15MZ
Description
MCU AVR 16K FLASH 15MHZ 32-QFN
Manufacturer
Atmel
Series
AVR® ATtinyr
Datasheet

Specifications of ATTINY167-15MZ

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
16KB (8K 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
32-VQFN Exposed Pad, 32-HVQFN, 32-SQFN, 32-DHVQFN
For Use With
ATSTK600-SOIC - STK600 SOCKET/ADAPTER FOR SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ATTINY167-15MZ
Manufacturer:
ATMEL
Quantity:
670
29. Errata
29.1
29.1.1
29.1.2
29.1.3
29.2
278
Errata Summary
Errata Description
ATtiny87/ATtiny167
ATtiny87/167 RevC
ATtiny87/167 RevB (Date code >1208)
ATtiny167 RevA (Date code >1207)
1. CRC calculation of diagnostic frames in LIN 2.x.
• Gain control of the crystal oscillator.
• ‘Disable Clock Source’ command remains enabled.
• Gain control of the crystal oscillator.
• ‘Disable Clock Source’ command remains enabled.
• LIN Break Delimiter.
• CRC calculation of diagnostic frames in LIN 2.x.
• Gain control of the crystal oscillator.
• ‘Disable Clock Source’ command remains enabled.
• Comparison between ADC inputs and voltage references.
• Register bits of DIDR1.
• LIN Break Delimiter.
Diagnostic frames of LIN 2.x use “classic checksum” calculation. Unfortunately, the setting
of the checksum model is enabled when the HEADER is transmitted/received. Usually, in
LIN 2.x the LIN/UART controller is initialized to process “enhanced checksums” and a
slave task does not know what kind of frame it will work on before checking the ID.
Problem fix / workaround.
This workaround is to be implemented only in case of transmission/reception of diagnostic
frames.
a. Slave task of master node:
b. For slaves nodes, the workaround is in 2 parts:
Before enabling the HEADER, the master must set the appropriate LIN13 bit value in
LINCR register.
– Before enabling the RESPONSE, use the following function:
void
unsigned char
}
temp = LINBTR;
LINCR = 0x00;
LINBTR = (1<<LDISR)|temp;
LINCR
LINDLR = 0x88;
lin_wa_head(void) {
= (1<<LIN13)|(1<<LENA)|(0<<LCMD2)|(0<<LCMD1)|(0<<LCMD0);
temp;
// It is not a RESET !
// If it isn't already done
7728G–AVR–06/10

Related parts for ATTINY167-15MZ