DataSheet.es    


PDF 11AA02E48 Data sheet ( Hoja de datos )

Número de pieza 11AA02E48
Descripción EEPROM
Fabricantes Microchip 
Logotipo Microchip Logotipo



Hay una vista previa y un enlace de descarga de 11AA02E48 (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! 11AA02E48 Hoja de datos, Descripción, Manual

11AA02E48/11AA02E64
2K UNI/O® Serial EEPROMs with EUI-48or EUI-64Node Identity
Device Selection Table
Part Number
Density
(bits)
11AA02E48
11AA02E64
2K
2K
VCC Range
1.8V-5.5V
1.8V-5.5V
Page Size
(Bytes)
16
16
Temp.
Ranges
I
I
Packages
SN, TT
SN, TT
Node Address
EUI-48
EUI-64
Features
• Pre-Programmed Globally Unique, 48-Bit or
64-Bit Node Address
• Compatible with EUI-48and EUI-64
• Single I/O, UNI/O® Serial Interface Bus
• Low-Power CMOS Technology:
- 1 mA active current, typical
- 1 µA standby current, maximum
• 256 x 8-Bit Organization
• Schmitt Trigger Inputs for Noise Suppression
• Output Slope Control to Eliminate Ground Bounce
• 100 kbps Maximum Bit Rate – Equivalent to
100 kHz Clock Frequency
• Self-Timed Write Cycle (including Auto-Erase)
• Page-Write Buffer for up to 16 Bytes
• STATUS Register for Added Control:
- Write Enable Latch bit
- Write-In-Progress bit
• Block Write Protection:
- Protect none, 1/4, 1/2 or all of array
• Built-in Write Protection:
- Power-on/off data protection circuitry
- Write enable latch
• High Reliability:
- Endurance: 1,000,000 erase/write cycles
- Data retention: >200 years
- ESD protection: >4,000V
• 3-Lead SOT-23 and 8-Lead SOIC Packages
• Pb-Free and RoHS Compliant
• Available Temperature Ranges:
- Industrial (I): -40°C to +85°C
Description
The Microchip Technology Inc.
11AA02E48/11AA02E64 (11AA02EXX(1)) device is a
2 Kbit Serial Electrically Erasable PROM. The device is
organized in blocks of x8-bit memory and support the
patented(2) single I/O UNI/O® serial bus. By using
Manchester encoding techniques, the clock and data
are combined into a single, serial bit stream (SCIO),
where the clock signal is extracted by the receiver to
correctly decode the timing and value of each bit.
Note 1: 11AA02EXX is used in this document as
a generic part number for the 11AA02E48
and 11AA02E64 devices.
2: Microchip’s UNI/O® Bus products are
covered by the following patents issued
in the U.S.A.: 7,376,020 and 7,788,430.
Low-voltage design permits operation down to 1.8V,
with standby and active currents of only 1 µA and
1 mA, respectively.
The 11AA02EXX is available in standard 8-lead
SOIC and 3-lead SOT-23 packages.
Package Types (not to scale)
3-Lead SOT-23
(TT)
VSS 3
2 VCC
1 SCIO
SOIC
(SN)
NC 1
NC 2
NC 3
VSS 4
8 VCC
7 NC
6 NC
5 SCIO
Pin Function Table
Name
Function
SCIO
VSS
VCC
Serial Clock, Data Input/Output
Ground
Supply Voltage
2008-2016 Microchip Technology Inc.
DS20002122D-page 1

1 page




11AA02E48 pdf
11AA02E48/11AA02E64
2.0 FUNCTIONAL DESCRIPTION
2.1 Principles of Operation
The 11AA02EXX family of serial EEPROMs support
the UNI/O® protocol. They can be interfaced with
microcontrollers, including Microchip’s PIC®
microcontrollers, ASICs, or any other device with an
available discrete I/O line that can be configured
properly to match the UNI/O protocol.
The 11AA02EXX devices contain an 8-bit instruction
register. The devices are accessed via the SCIO pin.
Data is embedded into the I/O stream through
Manchester encoding. The bus is controlled by a
master device which determines the clock period,
controls the bus access and initiates all operations,
while the 11AA02EXX works as slave. Both master
and slave can operate as transmitter or receiver, but
the master device determines which mode is active.
FIGURE 2-1:
STATUS
Register
BLOCK DIAGRAM
HV Generator
I/O Control
Logic
Current-
Limited
Slope
Control
SCIO
Memory
Control
Logic
X
Dec
EEPROM
Array
Page Latches
Y Decoder
VCC
VSS
Sense Amp.
R/W Control
2008-2016 Microchip Technology Inc.
DS20002122D-page 5

5 Page





11AA02E48 arduino
11AA02E48/11AA02E64
4.3 Write Instruction
Prior to any attempt to write data to the 11AA02EXX,
the write enable latch must be set by issuing the WREN
instruction (see Section 4.4 “Write Enable (WREN)
and Write Disable (WRDI) Instructions”).
Once the write enable latch is set, the user may
proceed with issuing a WRITE instruction (including the
header and device address bytes) followed by the MSB
and LSB of the Word Address. Once the last
Acknowledge sequence has been performed, the
master transmits the data byte to be written.
The 11AA02EXX features a 16-byte page buffer,
meaning that up to 16 bytes can be written at one time.
To utilize this feature, the master can transmit up to
16 data bytes to the 11AA02EXX, which are
temporarily stored in the page buffer. After each data
byte, the master sends a MAK, indicating whether or
not another data byte is to follow. A NoMAK indicates
that no more data is to follow, and as such will initiate
the internal write cycle.
Note:
If a NoMAK is generated before any data
has been provided, or if a standby pulse
occurs before the NoMAK is generated,
the 11AA02EXX will be reset, and the
write cycle will not be initiated.
Upon receipt of each word, the four lower-order
Address Pointer bits are internally incremented by one.
The higher-order bits of the word address remain
constant. If the master should transmit data past the
end of the page, the address counter will roll over to the
beginning of the page, where further received data will
be written.
Note:
Page write operations are limited to
writing bytes within a single physical page,
regardless of the number of bytes
actually being written. Physical page
boundaries start at addresses that are
integer multiples of the page size
(16 bytes) and end at addresses that are
integer multiples of the page size minus 1.
As an example, the page that begins at
address 0x30 ends at address 0x3F. If a
page Write command attempts to write
across a physical page boundary, the
result is that the data wraps around to the
beginning of the current page (overwriting
data previously stored there), instead of
being written to the next page as might be
expected. It is therefore necessary for the
application software to prevent page write
operations that would attempt to cross a
page boundary.
FIGURE 4-3:
WRITE COMMAND SEQUENCE
SCIO
Standby Pulse
Start Header
01010101
Device Address
10100000
SCIO
Command
01101100
Word Address MSB
15 14 13 12 11 10 9 8
Word Address LSB
76543210
SCIO
Data Byte 1
76543210
Data Byte 2
76543210
Data Byte n
76543210
Twc
2008-2016 Microchip Technology Inc.
DS20002122D-page 11

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet 11AA02E48.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
11AA02E48EEPROMMicrochip
Microchip

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar