EC24C512C E-CMOS | Alldatasheet
Document overview
- Manufacturer or author: Provided By ALLDATASHEET.COM(FREE DATASHEET DOWNLOAD SITE)
- PDF pages: 16
Technical content
Features
- Two-Wire Serial Interface, I2CTM Compatible – Bi-directional data transfer protocol
- Wide-voltage Operation – VCC = 1.7V to 5.5V
- Speed: 400 KHz (1.7V) and 1 MHz (2.5V~5.5V) uA, 1.7V
- Operating current (max.): 0.5mA, 1.7V
- Hardware Data Protection – Write Protect Pin
- Sequential & Random Read Features
- Memory organization: 65,536 x 8 bits
- Page Size: 128 bytes
- Page write mode – Up to 128 bytes per page write - offer an 128 bytes additional page
- Self timed write cycle with auto clear: 5ms (max.)
- Filtered inputs for noise suppression
- High-reliability – Endurance: 1 million cycles – Data retention: 100 years
- Industrial temperature grades
- Packages: SOP,TSSOP,DFN
- Lead-free, RoHS, Halogen free, Green
512K bits Two-wire Serial EEPROM Ordering Information & Marking Information EC24C XXXC XX X X Functional Block Diagram Device Function 512=512Kbit (65536×8) R:Tape & Reel T:Tube G:Green M1:SOP 8L E1:TSSOP 8L F2:DFN 8L
512K bits Two-wire Serial EEPROM Pin No. Pin Name I/O Definition
1 A0 I Device Address Input
2 A1 I Device Address Input
3 A2 I Device Address Input
4 GND - Ground
5 SDA I/O Serial Address and Data input and Data out put
6 SCL I Serial Clock Input
7 WP I Write Protect Input
8 VCC - Power Supply
(SOP 8L / TSSOP 8L) (DFN 8L) Pin Definition Pin Descriptions SCL This input clock pin is used to synchronize the data transfer to and from the device. SDA The SDA is a bi-directional pin used to transfer addresses and data into and out of the device. The SDA pin is an open drain output and can be wired with other open drain or open collector outputs. However, the SDA pin requires a pull-up resistor connected to the power supply. A0, A1, A2 The A0, A1 and A2 are the device address inputs. Typically, the A0, A1, and A2 pins are for hardware addressing and a total of 8 devices can be connected on a single bus system. When A0, A1, and A2 are left floating, the inputs are defaulted to zero. WP WP is the Write Protect pin. While the WP pin is connected to the power supply of EC24C512C, the entire array becomes Write Protected (i.e. the device becomes Read only). When WP is tied to Ground or left floating, the normal write operations are allowed. VCC Supply voltage GND Ground of supply voltage
512K bits Two-wire Serial EEPROM Device Operation The EC24C512C serial interface supports communications using industrial standard 2-wire bus protocol, such as I2C. 2-WIRE Bus The two-wire bus is defined as Serial Data (SDA), and Serial Clock (SCL). The protocol defines any device that sends data onto the SDA bus as a transmitter, and the receiving devices as receivers. The bus is controlled by Master device that generates the SCL, controls the bus access, and generates the Start and Stop condit ions. The EC24C512C is the Slave device. The Bus Protocol Data transfer may be initiated only when the bus is not busy. During a data transfer, the SDA line must remain stable whenever the SCL line is high. Any changes in the SDA line while the SCL line i s high will be interpreted as a Start or Stop condition. The state of the SDA line represents valid data after a Start condition. The SDA line must be stable for the duration of the High period of the clock signal. The data on the SDA line may be changed d uring the Low period of the clock signal. There is one clock pulse per bit of data. Each data transfer is initiated with a Start condition and terminated by a Stop condition. Start Condition The Start condition precedes all commands to the device and is d efined as a High to Low transition of SDA when SCL is High. The EEPROM monitors the SDA and SCL lines and will not respond until the Start condition is met. Stop Condition The Stop condition is defined as a Low to High transition of SDA when SCL is High. All operations must end with a Stop condition. Acknowledge After a successful data transfer, each receiving device is required to generate an ACK. The Acknowledging device pulls down the SDA line. Reset The EC24C512C contains a reset function in case th e 2- wire bus transmission on is accidentally interrupted (e.g. a power loss), or needs to be terminated mid-stream. The reset is initiated when the Master device creates a Start condition. To do this, it may be necessary for the Master device to monitor th e SDA line while cycling the SCL up to nine times.(For each clock signal transition to High, the Master checks for a High level on SDA.) Standby Mode While in standby mode, the power consumption is minimal. The EC24C512C enters into standby mode during one of the following conditions: a) After Power -up, while no Op -code is sent; b) After the completion of an operation and followed by the Stop signal, provided that the previous operation is not Write related; or c) After the completion of any internal write operations. Device Addressing The Master begins a transmission on by sending a Start condition, then sends the address of the particular Slave devices to be communicated. The Slave device address is 8 bits format as shown in Figure. 5. The four most sign ificant bits of the Slave address are fixed (1010) for EC24C512C. The next three bits, A0, A1 and A2, of the Slave address are specifically related to EEPROM. Up to eight EC24C512C units can be connected to the 2 -wire bus. The last bit of the Slave address specifies whether a Read or Write operation is to be performed. When this bit is set to 1, Read operation is selected. While it is set to 0, Write operation is selected. After the Master transmits the Start condition and Slave address byte appropriately, the associated 2-wire Slave device,EC24C512C, will respond with ACK on the SDA line. Then EC24C512C will pull down the SDA on the ninth clock cycle, signaling that it received the eight bits of data. The EC24C512C then prepares for a Read or Write operation by monitoring the bus.
512K bits Two-wire Serial EEPROM Write Operation Byte Write In the Byte Write mode, the Master device sends the Start condition and the Slave address information (with the R/W set to Zero) to the Slave device. After the Slave generates an ACK, the Master sends the byte address that is to be written into the address pointer of the EC24C512C. After receiving another ACK from the Slave, the Master device transmits the data byte to be written into the address memory location. The EC24C512C acknowledges once more and the Master generates the Stop condition, at which time the device begins its internal programming cycle. While this internal cycle is in progress, the device will not respond to any request from the Master device. Page Write The EC24C512C is capable of 128-byte Page-Write operation. A Page -Write is initiated in the same manner as a Byte Write, but instead of terminating the internal Write cycle after the first data word is transferred, the Master device can transmit up to 127 more bytes. After the receip t of each data word, the EEPROM responds immediately with an ACK on SDA line, and the seven lower order data word address bits are internally incremented by one, while the higher order bits of the data word address remain constant. If a byte address is incremented from the last byte of a page, it returns to the first byte of that page. If the Master device should transmit more than 128 bytes prior to issuing the Stop condition, the address counter will “roll over,” and the previously written data will be overwritten. Once all 128 bytes are received and the Stop condition has been sent by the Master, the internal programming cycle begins. At this point, all received data is written to the EC24C512C in a single Write cycle . All inputs are disabled until completion of the internal Write cycle. Acknowledge (ACK) Polling The disabling of the inputs can be used to take advantage of the typical Write cycle time. Once the Stop condition is issued to indicate the end of the host's Write operation, the EC24C512C initiates the internal Write cycle. ACK polling can be initiated immediately. This involves issuing the Start condition followed by the Slave address for a Write operation. If the EEPROM is still busy with the Write operation, no ACK will be returned. If the EC24C512C has completed the Write operation, an ACK will be returned and the host can then proceed with the next Read or Write operation. Write Identification Page The Identification Page(128 bytes) is an additional page which can be written and (later) permanently locked in Read-only mode. It is written by issuing the Write Identification Page instruction. This instruction uses the same protocol and format as Page Write (into memory array), except for the following differences:
- Device type identifier=1011b
- MSB address bits A15/A7 are don’t care except for address bit A10 which must be ‘0’. LSB address bits A6/A0 define the byte address inside the Identification page. If the Identification page is locked, the data bytes transferred during the Write Identification Page instruction are not acknowledged (NoACK). Lock Identification Page The Lock Identification Page instruction (Lock ID) permanently locks the Identification page In Read-only mode. The lock ID instruction is similar to Byte Write (into memory array) with the following specific condition:
- Device type identifier=1011b
- Address bit A10 must be ‘1’; all other address bits are don’t care
- The data byte must be equal to the binary value xxxx xx1x, where x is don’t care
512K bits Two-wire Serial EEPROM Read Operation Read Operation Read operations are initiated in the same manner as Write operations, except that the (R/W) bit of the Slave address is set to “1”. There are three Read operation options: current address read, random address read and sequential read. Current Address Read The EC24C512C contains an internal address counter which maintains the address of the last byte accessed, incremented by one. For example, if the previous operation is either a Read or Write operation addressed to the address location n, the internal address counter would increment to address location n+1. When the EEPROM receives the Slave Addressing Byte with a Read operation (R/W bit set to “1”), it will respond an ACK and transmit the 8 -bit data byte stored at address location n+1. Th e Master should not acknowledge the transfer but should generate a Stop condition so the EC24C512C discontinues transmission. If 'n' is the last byte of the memory, the data from location '0' will be transmitted. (Refer to Figure 8. Current Address Read Diagram.) Random Address Read Selective Read operations allow the Master device to select at random any memory location for a Read operation. The Master device first performs a 'dummy' Write operation by sending the Start condition, Slave address and byte a ddress of the location it wishes to read. After the EC24C512C acknowledges the byte address, the Master device resends the Start condition and the Slave address, this time with the R/W bit set to one. The EEPROM then responds with its ACK and sends the dat a requested. The Master device does not send an ACK but will generate a Stop condition. (Refer to Figure 9. Random Address Read Diagram.) Sequential Read Sequential Reads can be initiated as either a Current Address Read or Random Address Read. After the EC24C512C sends the initial byte sequence, the Master device now responds with an ACK indicating it requires additional data from the EC24C512C. The EEPROM continues to output data for each ACK received. The Master device terminates the sequential Read ope ration by pulling SDA High (no ACK) indicating the last data word to be read, followed by a Stop condition. The data output is sequential, with the data from address n followed by the data from address n+1,n+2 ... etc. The address counter increments by one automatically, allowing the entire memory contents to be serially read during sequential Read operation. When the memory address boundary of the array is reached, the address counter “rolls over” to address 0, and the device continues to output data. (Refer to Figure 10. Sequential Read Diagram). Read Identification Page The Identification Page can be read by issuing an Read Identification Page instruction. This instruction uses the same protocol and format as the Random Address Read (from memory array) with device type identifier defined as 1011b.The MSB address bits A15/A7 are don’t care, the LSB address bits A6/A0 define the byte address inside the Identification Page. The number of bytes to read in the ID page must not exceed the page boundary (e.g.:when reading the Identification Page from location 100d, the number of bytes should be less than or equal to 28, as the ID page boundary is 128 bytes). Read the lock status The locked/unlocked status of the Identification page can be checked by transmitting a specific truncated command[Identification page is unlocked, otherwise a NoACK bit if the Identification page is locked. Right after this, it is recommended to transmit to the device a start followed by a Stop condition, so that: Start: the truncated command is not executed because the Start condition resets the device internal logic. Stop: the device is then set back into Standby mode by the Stop condition.
512K bits Two-wire Serial EEPROM Symbol Parameter Value Unit VS Supply Voltage -0.5 to + 6.5 V VP Voltage on Any Pin –0.5 to VCC + 0.5 V TBIAS Temperature Under Bias –55 to +125 °C TSTG Storage Temperature –65 to +150 °C IOUT Output Current 5 mA Range Ambient Temperature (TA) VCC Industrial –40°C to +85°C 1.7V to 5.5V Symbol Parameter[1,2] Conditions Max. Unit CIN Input Capacitance VIN = 0V 6 pF CI/O Input / Output Capacitance VI/O = 0V 8 pF
Electrical Characteristics
Note: Stress greater than those listed under Absolute Maximum Ratings may cause permanent damage to the device. This is a stress rating only and functional operation of the device at these or any other condition outside those indicated in the operational sections of this specification is not implied. Exposure to absolute maximum rating conditions for extended periods may affect reliability. Operating Range Capacitance Note: (1) Tested initially and after any design or process changes that may affect these parameters and not 100% tested. (2) Test conditions: TA = 25°C, f = 1 MHz, VCC = 5.0V.
512K bits Two-wire Serial EEPROM Symbol Parameter[1] VCC Test Conditions Min. Typ. Max. Unit VCC Supply Voltage 1.7 -- 5.5 V VIH Input High Voltage 0.7*VCC -- VCC+1 V VIL Input Low Voltage -1 -- 0.3* VCC V ILI Input Leakage Current 5V VIN = VCC max -- -- 2 μA ILO Output Leakage Current 5V -- -- 2 μA VOL1 Output Low Voltage 1.7V IOL = 0.15 mA — -- 0.2 V VOL2 Output Low Voltage 3V IOL = 2.1 mA — -- 0.4 V ISB1 Standby Current 1.7V VIN = VCC or GND — 0.2 1 μA ISB2 Standby Current 2.5V VIN = VCC or GND — 0.3 1 μA ISB3 Standby Current 5V VIN = VCC or GND — 0.5 1 μA ICC1 Read Current 1.7V Read at 400 KHz — — 0.15 mA ICC1 Read Current 2.5V Read at 1 MHz — — 0.2 mA ICC1 Read Current 5.5V Read at 1 MHz — — 0.5 mA ICC2 Write Current 1.7V Write at 400 KHz — — 0.5 mA ICC2 Write Current 2.5V Write at 1 MHz — — 0.6 mA ICC2 Write Current 5.5V Write at 1 MHz — — 1 mA Industrial: TA = –40°C to +85°C, VCC = 1.7V ~ 5.5V Note: The parameters are characterized but not 100% tested.
512K bits Two-wire Serial EEPROM FSCL SCK Clock Frequency 400 1000 1000 KHz TLOW Clock Low Period 1200 — 400 — 400 — ns THIGH Clock High Period 600 — 400 — 400 — ns TR Rise Time (SCL and SDA) — 300 — 300 — 300 ns TF Fall Time (SCL and SDA) — 300 — 100 — 100 ns TSU:STA Start Condition Setup Time 600 — 200 — 200 — ns TSU:STO Stop Condition Setup Time 600 — 200 — 200 — ns THD:STA Start Condition Hold Time 600 — 200 — 200 — ns TSU:DAT Data In Setup Time 100 — 40 — 40 — ns THD:DAT Data In Hold Time 0 — 0 — 0 — ns TAA Clock to Output Access time (SCL Low to SDA Data Out Valid) 100 900 50 400 50 400 ns TDH Data Out Hold Time (SCL Low to SDA Data Out Change) 100 — 50 — 50 — ns TWR Write Cycle Time — 5 — 5 — 5 ms TBUF Bus Free Time Before New Transmission 1000 — 400 — 400 — ns TSU:WP WP pin Setup Time 600 — 400 — 400 ns THD:WP WP pin Hold Time 1200 — 1200 — 1200 — ns T Noise Suppression Time — 100 — 50 — 50 ns Industrial: TA = –40°C to +85°C, Supply voltage = 1.7V to 5.5V Note: (1)The parameters are characterized but not 100% tested. (2)AC measurement conditions: RL (connects to VCC): 1.3 kΩ (2.5V, 5.0V), 10 kΩ (1.7V) CL = 100 pF Input pulse voltages: 0.3*VCC to 0.7*VCC Input rise and fall times: ≤ 50 ns Timing reference voltages: half VCC level
512K bits Two-wire Serial EEPROM
Package Information
Note: 1. Controlling Dimension: MM 2. Dimension D and E1 do not include Mold protrusion 3. Dimension b does not include dambar protrusion/intrusion. 4. Refer to Jedec standard MS-012 5. Drawing is not to scale SYMBOLS DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES MIN NOM MAX MIN NOM MAX e 1.27 BSC. 0.050 BSC. L 0.38 -- 1.27 0.015 0.050 L1 0.25 BSC. 0.010 BSC. ZD 0.545 REF. 0.021 REF. Θ 0 -- 8° 0 -- 8°
512K bits Two-wire Serial EEPROM TSSOP 8L Note: 1. Controlling Dimension: MM 2. Dimension D and E do not include Mold protrusion 3. Dimension b does not include dambar protrusion/intrusion. 4. Refer to Jedec standard MO-153 AA 5. Drawing is not to scale 6. Package may have exposed tie bar. SYMBOLS DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES MIN NOM MAX MIN NOM MAX E1 6.4 BSC 0.252 BSC e 0.65 BSC 0.026 BSC Θ 0 -- 8° 0 -- 8°
512K bits Two-wire Serial EEPROM DFN 8L Note: 1. Controlling Dimension: MM 2. Drawing is not to scale SYMBOLS DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES MIN NOM MAX MIN NOM MAX A2 0.152 REF 0.006 REF D 2.00 BSC 0.079 BSC E 3.00 BSC 0.118 BSC e 0.50 BSC. 0.020 BSC.