MR25H256MDC EverSpin Technologies Inc, MR25H256MDC Datasheet

no-image

MR25H256MDC

Manufacturer Part Number
MR25H256MDC
Description
Manufacturer
EverSpin Technologies Inc
Datasheet

Specifications of MR25H256MDC

Lead Free Status / RoHS Status
Supplier Unconfirmed
Everspin Technologies © 2010
FEATURES
INTRODUCTION
CONTENTS
The MR25H256 is a 262,144-bit magnetoresistive random access
memory (MRAM) device organized as 32,768 words of 8 bits. The
MR25H256 offers serial EEPROM and serial Flash compatible read/
write timing with no write delays and unlimited read/write endurance.
Unlike other serial memories, both reads and writes can occur randomly in memory with no delay between
writes. The MR25H256 is the ideal memory solution for applications that must store and retrieve data and
programs quickly using a small number of I/O pins.
The MR25H256 is available in a small footprint 5 mm x 6 mm 8-pin DFN package that is compatible with
serial EEPROM, Flash, and FeRAM products.
The MR25H256 provides highly reliable data storage over a wide range of temperatures. The product is
offered with industrial temperature (-40° to +85 °C), and automotive temperature (-40° to +125° C) range
options.
• No write delays
• Unlimited write endurance
• Data retention greater than 20 years
• Automatic data protection on power loss
• Fast, simple SPI interface with up to 40 MHz clock rate
• 2.7 to 3.6 Volt power supply range
• 3 μA sleep mode standby current
• Industrial, automotive temperatures
• Small footprint 8-pin DFN RoHS-compliant package
• Direct replacement for serial EEPROM, Flash, FeRAM
1. DEVICE PIN ASSIGNMENT......................................................................... 2
2. SPI COMMUNICATIONS PROTOCOL...................................................... 4
3. ELECTRICAL SPECIFICATIONS................................................................. 10
4. TIMING SPECIFICATIONS.......................................................................... 12
5. ORDERING INFORMATION....................................................................... 12
6. MECHANICAL DRAWING.......................................................................... 13
7. REVISION HISTORY...................................................................................... 15
How to Reach Us.......................................................................................... 15
1
Document Number: MR25H256 Rev. 2, 4/2010
256Kb Serial SPI MRAM
MR25H256
RoHS

Related parts for MR25H256MDC

MR25H256MDC Summary of contents

Page 1

FEATURES • No write delays • Unlimited write endurance • Data retention greater than 20 years • Automatic data protection on power loss • Fast, simple SPI interface with MHz clock rate • 2.7 to 3.6 Volt power supply range • 3 μA sleep mode standby current • Industrial, automotive temperatures • Small footprint 8-pin DFN RoHS-compliant package • Direct replacement for serial EEPROM, Flash, FeRAM INTRODUCTION The MR25H256 is a 262,144-bit magnetoresistive random access memory (MRAM) device organized as 32,768 words of 8 bits. The MR25H256 offers serial EEPROM and serial Flash compatible read/ write timing with no write delays and unlimited read/write endurance. Unlike other serial memories, both reads and writes can occur randomly in memory with no delay between writes. The MR25H256 is the ideal memory solution for applications that must store and retrieve data and programs quickly using a small number of I/O pins. The MR25H256 is available in a small footprint 8-pin DFN package that is compatible with serial EEPROM, Flash, and FeRAM products. The MR25H256 provides highly reliable data storage over a wide range of temperatures. The product is offered with industrial temperature (-40° to +85 °C), and automotive temperature (-40° to +125° C) range options. CONTENTS 1. DEVICE PIN ASSIGNMENT......................................................................... 2 2. SPI COMMUNICATIONS PROTOCOL...................................................... 4 3. ELECTRICAL SPECIFICATIONS................................................................. 10 4. TIMING SPECIFICATIONS.......................................................................... ...

Page 2

DEVICE PIN ASSIGNMENT Overview The MR25H256 is a serial MRAM with memory array logically organized as 32Kx8. The serial interface is pin compatible with the standard serial peripheral interface (SPI) bus. Serial MRAM im- plements a subset of commands common to today’s SPI EEPROM and Flash components. This allows MRAM to replace these components in the same socket and interoperate on a shared SPI bus. Serial MRAM offers superior write speed, unlimited endurance, low standby & operating power, and more reliable data retention compared to available serial memory alternatives HOLD SCK SI Everspin Technologies © 2010 Figure 1.1 Block Diagram Instruction Decode Clock Generator Control Logic Write Protect Instruction Register 15 Address Register Counter 2 MR25H256 32KB MRAM ...

Page 3

DEVICE PIN ASSIGNMENT Signal Name Pin I/O Function CS 1 Input Chip Select SO 2 Output Serial Output WP 3 Input Hold V 4 Supply Ground Input Serial Input SCK 6 Input Serial Clock HOLD 7 Input Hold V 8 Supply ...

Page 4

SPI COMMUNICATIONS PROTOCOL MR25H256 can be operated in either SPI Mode 0 (CPOL=0, CPHA =0) or SPI Mode 3 (CPOL=1, CPHA=1). For both modes, inputs are captured on the rising edge of the clock and data outputs occur on the falling edge of the clock. When not conveying data, SCK remains low for Mode 0; while in Mode 3, SCK is high. The memory determines the mode of operation (Mode 0 or Mode 3) based upon the state of the SCK when CS falls. All memory transactions start when CS is brought low to the memory. The first byte is a command code. De- pending upon the command, subsequent bytes of address are input. Data is either input or output. There is only one command performed per CS active period. CS must go inactive before another command can be accepted. To ensure proper part operation according to specifications necessary to terminate each access by raising CS at the end of a byte (a multiple of 8 clock cycles from CS dropping) to avoid partial or aborted accesses. Instruction Description WREN Write Enable WRDI Write Disable RDSR Read Status Register WRSR Write Status Register READ Read Data Bytes WRITE Write Data Bytes SLEEP Enter Sleep Mode WAKE Exit Sleep Mode Status ...

Page 5

SPI COMMUNICATIONS PROTOCOL WEL SRWD Low 1 1 High Status Register BP1 BP0 Block Protection The memory enters hardware block protection when the WP input is low and the Status Register Write Dis- able (SRWD) bit is set to 0. The memory leaves hardware block protection only when the WP pin goes high. While WP is low, the write protection blocks for the memory are determined by the status register bits BP0 and BP1 and cannot be modified without taking the WP signal high again. If the WP signal is high (independent of the status of SRWD bit), the memory is in software protection mode. This means that block write protection is controlled solely by the status register BP0 and BP1 block write protect bits and this information can be modified using the WRSR command. Read ...

Page 6

SPI COMMUNICATIONS PROTOCOL Write Enable (WREN) The Write Enable (WREN) command sets the Write Enable Latch (WEL) bit in the status register (bit 1). The Write Enable Latch must be set prior to writing either bit in the status register or the memory. The WREN command is entered by driving CS low, sending the command code, and then driving CS high. CS Mode 3 SCK Mode Write Disable (WRDI) The Write Disable (WRDI) command resets the Write Enable Latch (WEL) bit in the status register (bit 8). This prevents writes to status register or memory. The WRDI command is entered by driving CS low, send- ing the command code, and then driving CS high. The Write Enable Latch (WEL) is reset on power-up or when the WRDI command is completed. CS Mode 3 SCK Mode Write Status Register (WRSR) The Write Status Register (WRSR) command allows new values to be written to the Status Register. The WRSR command is not executed unless the Write Enable Latch (WEL) has been set executing a WREN command while pin WP and bit SRWD correspond to values that make the status register writable ...

Page 7

SPI COMMUNICATIONS PROTOCOL The WRSR command is entered by driving CS low, sending the command code and status register write data byte, and then driving CS high. CS SCK SI SO Read Data Bytes (READ) The Read Data Bytes (READ) command allows data bytes to be read starting at an address specified by the 16-bit address. The data bytes are read out sequentially from memory until the read operation is terminat bringing CS high The entire memory can be read in a single command. The address counter will roll over to 0000h when the address reaches the top of memory. The READ command is entered by driving CS low and sending the command code. The memory drives the read data bytes on the SO pin. Reads continue as long as the memory is clocked. The command is termi- nated by bring CS high SCK Instruction (03h Everspin Technologies © 2010 Figure 2.4 ...

Page 8

SPI COMMUNICATIONS PROTOCOL Write Data Bytes (WRITE) The Write Data Bytes (WRITE) command allows data bytes to be written starting at an address specified by the 8-bit address. The data bytes are written sequentially in memory until the write operation is terminated by bringing CS high. The entire memory can be written in a single command. The address counter will roll over to 0000h when the address reaches the top of memory. Unlike EEPROM or Flash Memory, MRAM can write data bytes continuously at its maximum rated clock speed without write delays or data polling. Back to back WRITE commands to any random location in mem- ory can be executed without write delay. MRAM is a random access memory rather than a page, sector, or block organized memory ideal for both program and data storage. The WRITE command is entered by driving CS low, sending the command code, and then sequential write data bytes. Writes continue as long as the memory is clocked. The command is terminated by bringing CS high SCK Instruction (02h ...

Page 9

SPI COMMUNICATIONS PROTOCOL Enter Sleep Mode (SLEEP) The Enter Sleep Mode (SLEEP) command turns off all MRAM power regulators in order to reduce the overall chip standby power to 3 μA typical. The SLEEP command is entered by driving CS low, sending the com- mand code, and then driving CS high. The standby current is achieved after time SCK Exit Sleep Mode (WAKE) The Exit Sleep Mode (WAKE) command turns on internal MRAM power regulators to allow normal operation. The WAKE command is entered by driving CS low, sending the command code, and then driving CS high. The memory returns to standby mode after SCK Everspin Technologies © 2010 Figure 2.7 SLEEP 2 3 ...

Page 10

ELECTRICAL SPECIFICATIONS Absolute Maximum Ratings This device contains circuitry to protect the inputs against damage caused by high static voltages or electric fields; however advised that normal precautions be taken to avoid application of any voltage greater than maximum rated voltages to these high-impedance (Hi-Z) circuits. The device also contains protection against external magnetic fields. Precautions should be taken to avoid application of any magnetic field more intense than the field intensity specified in the maximum ratings. Parameter Supply voltage 2 Voltage on any pin 2 Output current per pin Package power dissipation Temperature under bias MR25H256C (Industrial) MR25H256M (Automotive) Storage Temperature Lead temperature during solder (3 minute max) Maximum magnetic field during write Maximum magnetic field during read or standby Permanent device damage may occur if absolute maximum ratings are exceeded. Functional opera- 1 tion should be restricted to recommended operating conditions. Exposure to excessive voltages or magnetic fields could affect device reliability. All voltages are referenced than 0.5V. The AC value less than 20mA. Power dissipation capability depends on package characteristics and use environment. 3 Automotive temperature profile assumes 10% duty cycle at maximum temperature (2-years out of 4 20-year life). Everspin Technologies ...

Page 11

ELECTRICAL SPECIFICATIONS Parameter Power supply voltage Input high voltage Input low voltage Temperature under bias MR25H256C (Industrial) MR25H256M (Automotive) Parameter Input leakage current Output leakage current Output low voltage ( mA +100 μA) OL Output high voltage ( mA -100 μA) OH Parameter Active Read Current (@ 1 MHz) Active Read Current (@ 40 MHz) Active Write Current (@ 1 MHz) Active Write Current (@ 40 MHz) Standby Current (CS High) Standby Sleep Mode Current (CS High) Automotive I TBD. 1 SB2 Everspin Technologies © 2010 Table ...

Page 12

TIMING SPECIFICATIONS Parameter Control input capacitance Input/Output capacitance ƒ = 1.0 MHz 3 °C, periodically sampled rather than 100% tested Parameter Logic input timing measurement reference level Logic output timing measurement reference level Logic input pulse levels Input rise/fall time Output load for low and high impedance parameters Output load for all other timing parameters Figure 4.1 Output Load for Impedance Parameter Measurements Output Figure 4.2 Output Load for all Other Parameter Measurements Everspin Technologies © 2010 Table 4.1 Capacitance ...

Page 13

TIMING SPECIFICATIONS Power-Up Timing The MR25H256 is not accessible for a start-up time, t from the time when V (min) is reached until the first CS low to allow internal voltage references to become DD stable. The CS signal should be pulled sequence. Parameter Write Inhibit Voltage Startup Time (max (min) DD Reset state of the device V WI Everspin Technologies © 2010 = 400 μs after power up. Users must wait this time PU so that the signal tracks the power supply during power-up DD Table 4.3 Power-Up Symbol Min ...

Page 14

TIMING SPECIFICATIONS Synchronous Data Timing Parameter SCK Clock Frequency Input Rise Time Input Fall Time SCK High Time SCK Low Time Synchronous Data Timing (See figure 4.4) CS High Time CS Setup Time CS Hold Time Data In Setup Time Data In Hold Time Output Valid 2 Output Hold Time HOLD Timing (See figure 4.5) HOLD Setup Time HOLD Hold Time HOLD to Output Low Impedance HOLD to Output High Impedance Other Timing Specifications WP Setup Hold From CS Sleep Mode Entry Time Sleep Mode Exit Time Output Disable Time Operating Temperature Range Automotive t is TBD. 2 ...

Page 15

TIMING SPECIFICATIONS CSS V IH SCK High Impedance SCK HOLD SO Everspin Technologies © 2010 Figure 4.4 Synchronous Data Timing ...

Page 16

... ORDERING INFORMATION MR 25H 256 Part Number MR25H256CDC MR25H256MDC MR25H256CDCR MR25H256MDCR Preliminary - This is a product in development that has fixed target specifications that are subject to change pending characterization results. Everspin Technologies © 2010 Figure 4.1 Part Numbering System M DC Package Options DC 8 Pin DFN on Tray DCR 8 Pin DFN on Tape and Reel Temperature Range C Industrial (-40 to +85 °C ambient) M Automotive (-40 to +125 °C ambient) Memory Density ...

Page 17

MECHANICAL DRAWINGS NOTE: 1. All dimensions are in mm. Angles in degrees. 2. Coplanarity applies to the exposed pad as well as the terminals. Coplanarity shall not exceed 0.08 mm. 3. Warpage shall not exceed 0.10 mm. 4. Refer to JEDEC MO-229 Everspin Technologies © 2010 Figure 6.1 DFN Package 17 Document Number: MR25H256 Rev. 2, 4/2010 MR25H256 Exposed metal Pad. Do not connect anything except V SS ...

Page 18

REVISION HISTORY Revision Date 1 Jan 15, 2010 2 Apr 8, 2010 Preliminary - This is a product in development that has fixed target specifications that are subject to change pending characterization results. How to Reach Us: Home Page: www.everspin.com E-Mail: support@everspin.com orders@everspin.com sales@everspin.com USA/Canada/South and Central America Everspin Technologies 1300 N. Alma School Road, CH-409 Chandler, Arizona 85224 +1-877-347-MRAM (6726) +1-480-347-1111 Europe, Middle East and Africa support.europe@everspin.com Wokingham, United Kingdom +44 (0)118 907 6155 ...

Related keywords