DataSheet.es    


PDF FM24C32 Data sheet ( Hoja de datos )

Número de pieza FM24C32
Descripción 32K-Bit Standard 2-Wire Bus Interface Serial EEPROM
Fabricantes Fairchild Semiconductor 
Logotipo Fairchild Semiconductor Logotipo



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


Total 13 Páginas

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

FM24C32U – 32K-Bit Standard 2-Wire Bus
Interface Serial EEPROM
September 2002
General Description
FM24C32U is a 32Kbit CMOS non-volatile serial EEPROM orga-
nized as 4K x 8 bit memory. This device confirms to Extended IIC
2-wire protocol that allows accessing of memory in excess of
16Kbit on an IIC bus. This serial communication protocol uses a
Clock signal (SCL) and a Data signal (SDA) to synchronously
clock data between a master (e.g. a microcontroller) and a slave
(EEPROM). FM24C32U is designed to minimize pin count and
simplify PC board layout requirements.
FM24C32U offers hardware write protection where by the upper
half (upper 16Kbit) of the memory array can be write protected by
connecting WP pin to VCC. This section of memory then becomes
unalterable until the WP pin is switched to VSS.
“LZ” and “L” versions of FM24C32U offer very low standby current
making them suitable for low power applications. This device is
offered in both SO and DIP packages.
Fairchild EEPROMs are designed and tested for applications
requiring high endurance, high reliability and low power consump-
tion.
Features
I Extended operating voltage: 2.7V to 5.5V
I Up to 400 KHz clock frequency at 2.7V to 5.5V
I Low power consumption
— 0.2mA active current typical
— 10µA standby current typical
— 1µA standby current typical (L version)
— 0.1µA standby current typical (LZ version)
I Schmitt trigger inputs
I 32 byte page write mode
I Self timed write cycle (6ms typical)
I Hardware Write Protection for upper half of the array
I Low VCC programming lockout for VCC = 5V±10% (“H” option)
— Internal ERASE/WRITE logic is disabled if VCC is below 3.8V
I Endurance: 1 Million data changes
I Data Retention: Greater than 40 years
I Packages: 8-Pin DIP and 8-Pin SO
I Temperature range
— Commercial: 0°C to +70°C
— Industrial (V): -40°C to +85°C
— Automotive (E): -40°C to +125°C
Block Diagram
VSS
VCC
WP
SDA
SCL
A2
A1
A0
WRITE
LOCKOUT
START
STOP
LOGIC
SLAVE ADDRESS
REGISTER &
COMPARATOR
CONTROL
LOGIC
WORD
ADDRESS
COUNTER
XDEC
H.V. GENERATION
TIMING &CONTROL
E2PROM
ARRAY
R/W YDEC
CK
DIN
DATA REGISTER
DOUT
© 2001 Fairchild Semiconductor Corporation
FM24C32U Rev. A.1
1
www.fairchildsemi.com

1 page




FM24C32 pdf
AC Test Conditions
Input Pulse Levels
Input Rise and Fall Times
VCC x 0.1 to VCC x 0.9
10 ns
Input & Output Timing Levels VCC x 0.3 to VCC x 0.7
Output Load
1 TTL Gate and CL = 100 pF
AC Testing Input/Output Waveforms
0.9VCC
0.1VCC
0.7VCC
0.3VCC
Read and Write Cycle Limits (Standard and Low VCC Range 2.7V - 5.5V)
Symbol
Parameter
100 KHz
Min Max
400 KHz
Min Max
fSCL SCL Clock Frequency
TI Noise Suppression Time Constant at
SCL, SDA Inputs (Minimum VIN
Pulse width)
100
100
400
50
tAA SCL Low to SDA Data Out Valid 0.3 3.5 0.1 0.9
tBUF Time the Bus Must Be Free before
a New Transmission Can Start
4.7
1.3
tHD:STA
tLOW
tHIGH
tSU:STA
Start Condition Hold Time
Clock Low Period
Clock High Period
Start Condition Setup Time
(for a Repeated Start Condition)
4.0
4.7
4.0
4.7
0.6
1.5
0.6
0.6
tHD:DAT
tSU:DAT
tR
tF
tSU:STO
tDH
tWR
(Note 4)
Data in Hold Time
Data in Setup Time
SDA and SCL Rise Time
SDA and SCL Fall Time
Stop Condition Setup Time
Data Out Hold Time
Write Cycle Time
4.5V to 5.5V VCC
2.7V to 4.5V VCC
00
250 100
1 0.3
300 300
4.7 0.6
300 50
10 10
15 15
Units
KHz
ns
µs
µs
µs
µs
µs
µs
ns
ns
µs
ns
µs
ns
ms
Note 4: The write cycle time (tWR) is the time from a valid stop condition of a write sequence to the end of the internal erase/program cycle. During the write cycle, the
FM24C32U bus interface circuits are disabled, SDA is allowed to remain high per the bus-level pull-up resistor, and the device does not respond to its slave address. Refer
"Write Cycle Timing" diagram.
Bus Timing
SCL
SDA
IN
tSU:STA
SDA
OUT
tF
tLOW
tHD:STA
tHIGH
tR
tLOW
tHD:DAT
tSU:DAT
tAA tDH
tSU:STO
tBUF
FM24C32U Rev. A.1
5 www.fairchildsemi.com

5 Page





FM24C32 arduino
Read Operations
Read operations are initiated in the same manner as write
operations, with the exception that the R/W bit of the slave
address is set to a one. There are three basic read operations:
current address read, random read, and sequential read.
Current Address Read
Internally the FM24C32U contains an address counter that
maintains the address of the last byte accessed, incremented by
one. Therefore, if the last access (either a read or write) was to
address n, the next read operation would access data from
address n + 1. Upon receipt of the slave address with R/W set to
"1," the FM24C32U issues an acknowledge and transmits the
eight bit word. The master will not acknowledge the transfer but
does generate a stop condition, and therefore the FM24C32U
discontinues transmission. Refer Figure 6 for the sequence of
address, acknowledge and data transfer.
Random Read
Random read operations allow the master to access any memory
location in a random manner. Prior to issuing the slave address
with the R/W bit set to "1," the master must first perform a
dummywrite operation. The master issues the start condition,
slave address with the R/W bit set to "0" and then the byte
address. After the byte address acknowledge, the master imme-
diately issues another start condition and the slave address with
the R/W bit set to one. This will be followed by an acknowledge
from the FM24C32U and then by the eight bit word. The master
Current Address Read (Figure 6)
will not acknowledge the transfer but does generate the stop
condition, and therefore the FM24C32U discontinues transmis-
sion. Refer Figure 7 for the address, acknowledge, and data
transfer sequence.
Sequential Read
Sequential reads can be initiated as either a current address read
or random access read. The first word is transmitted in the same
manner as the other read modes; however, the master now
responds with an acknowledge, indicating it requires additional
data. The FM24C32U continues to output data for each acknowl-
edge received. The read operation is terminated by the master not
responding with an acknowledge or by generating a stop condi-
tion.
The data output is sequential with the data from address n
followed by the data from n + 1. The address counter for read
operations increments all word address bits, allowing the entire
memory contents to be serially read during one operation. After
the entire memory has been read, the counter "rolls over" to the
beginning of the memory. FM24C32U continues to output data for
each acknowledge received. Refer Figure 8 for the address,
acknowledge, and data transfer sequence.
Low VCC WRITE Lockout
FM24C32U -Hversion offers low VCC write lockout feature to
safeguard data whenever Vcc falls below 3.8V. Normally, the
operating VCC for FM24C32U Hversion is 5V. However during
system operation if the VCC reaches below 3.8V, then internally all
write commands to the array are locked out.
Bus Activity:
Master
S
T
A SLAVE
R ADDRESS
T
S
T
O
P
SDA Line
101 0
1
Bus Activity:
EEPROM
A NO
C DATA A
KC
K
Random Read (Figure 7)
S
T
Bus Activity:
A
R
Master T
SLAVE
ADDRESS
WORD
ADDRESS (1)
WORD
ADDRESS (0)
S
T
A SLAVE
R ADDRESS
T
DATA
S
T
O
P
SDA Line
Bus Activity:
EEPROM
0
AAA
CCC
KKK
1
A NO
CA
KC
K
Sequential Read (Figure 8)
Bus Activity:
Master
Slave
Address
SDA Line
Bus Activity:
EEPROM
A
C DATA n +1
K
A AA
C CC
K KK
DATA n +1
DATA n + 2
S
T
O
P
DATA n + x
NO
A
C
K
FM24C32U Rev. A.1
11 www.fairchildsemi.com

11 Page







PáginasTotal 13 Páginas
PDF Descargar[ Datasheet FM24C32.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
FM24C3232K-Bit Standard 2-Wire Bus Interface Serial EEPROMFairchild Semiconductor
Fairchild Semiconductor
FM24C32U32K-Bit Standard 2-Wire Bus Interface Serial EEPROMFairchild Semiconductor
Fairchild Semiconductor

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