Slashdot Mirror


Magnetic RAM from IBM

n8willis writes "ZDNet has an article about IBM's latest breakthrough, Magnetic RAM (MRAM) that actually works. The story is a bit fluffy, rolling out every possible buzzword (eg, wireless video will now be feasible due to faster RAM technology???), but the tech - in development since 1974 - is indeed going into production as we speak. Gotta hand it to IBM these days: copper interconnects, 200ppi LCD monitors and now this." I'll believe it when I can read/write from it.

18 of 153 comments (clear)

  1. what this actually means by Rog12 · · Score: 5

    Magnetic RAM, MRAM, is a non volatile memory with unlimited read and write cycles. It also has the potential
    to be very fast, and very dense.

    Virtually all products that involve digital electronics (which includes just about everything these days: computers,
    cellular phones, but also household appliances like washers, dryers, microwave ovens, refrigerators, and entertainment
    devices like televisions, CD players, VCR's...) need memory. The choice of memory has historically involved a tradeoff.

    Non volatile memories (memories that hold the information whether or not power is supplied) like EEPROM's can be
    expensive and may have long term reliability problems - you can read and write to them only so many times or cycles
    before you degrade the ability of the memory to "remember".

    Volatile memories (memories that hold the information only if power is supplied) can be static RAM's or dynamic RAM's.
    SRAM's (static RAM's) consume a lot less power than DRAM'S (dynamic RAM's), but take up a lot more chip area for a
    given memory size, so are a lot more expensive. Because cost is generally the driving force in electronics, DRAM's
    tend to have the highest volume of sales...they are the lowest cost, but consume a lot more power. In fact, to get the
    density in a DRAM, we use a simple capacitor as the memory device. A charge on the capacitor can represent a "1"
    and no charge can represent a "0". However, over time, the charge leaks off....losing all the information. To avoid this,
    the DRAM must be REFRESHED. Essentially, a REFRESH cycle involves reading all the information out, and then putting it
    all back in. Looking at a data sheet for a DRAM, the example has the 64 Meg DRAM needing to be refreshed every 64
    msec ...being refreshed over 15,000 times per second!

    That refresh cycle on the DRAM explains the much greater power consumption of the less expensive DRAM compared
    to the more expensive SRAM. While it may not be typical, a quick browsing through data sheets found a 64 M DRAM
    that consumed 1 Watt of power, and a 64 M SRAM that consumed less than 400 mW.

    An MRAM can have the density of a DRAM...and since cost goes with density, it is possible that an MRAM can have a
    cost that is competitive with a DRAM...but it will have much lower power consumption...effectively zero power
    consumption in the standby mode, which is the mode the memory spends most of its time in.

    The MRAM doesn't require the refresh of a DRAM, and has the nonvolatility of a EEPROM, but has reliability superior to
    the EEPROM. So, an MRAM may be able to replace DRAM's, SRAM's. amd EEPROM's, without involving any major
    compromise or tradeoff.

    It is hard to judge the improvement in the battery life of a cellular phone. With digital cellular phones used just
    sporadically for voice phone calls, the battery life now is very good, but might perhaps be doubled with an MRAM - this
    is just my guess, and may be way off. If the digital cellular phone is heavily used for phone calls, the power
    consumption involved in sending the signal out would tend to dominate over the impact of improved power
    consumption in the memory, and the impact on battery life might be minimal.

    However, future applications of wireless products like the cellular phone include adding more functionality beyond
    voice calls. For communication products, MRAM may make it possible to have access to the internet with the ability to
    get video in addition to data and voice.

    1. Re:what this actually means by Raphael · · Score: 3

      Another interesting thing is that the layout of the MRAM cells is relatively simple (like a grid) and the chip does not need any refresh circuitry. Therefore, MRAM could scale up very well and exceed the capacity of the biggest DRAM chips.

      There are many technological hurdles ahead (read: many years until the price goes down), but the magnetic RAM may even compete with the magnetic disks that we use today. This would blur the line between the mass storage (hard disk) and the main memory (RAM). Think about a computer that has only one type of storage: it's just "the memory" and you do not have to care about the difference between files on a disk and data loaded in RAM.

      In a several years, the only interesting difference could be between the "local storage" (MRAM, used for everything) and the "remote storage" (stuff accessed over the Internet). And even this line is already a bit blurry.

      --
      -Raphaël
  2. Redux: Magnetic interference by Wise+Dragon · · Score: 3

    Will this memory be susceptible to magnetic interference from ordinary magnetic sources?

    (*Imagine*)

    The SmartFridge(tm)... A billion dollar effort by GE brings you a Fridge that remembers what you put in and take out, generates shopping lists for your agent software, and doesn't open after midnight.

    *enter a small child*

    "Oooh, this magnet stick to the fridge!"
    (future engineer here)

    SmartFridge orders 10lbs of Guacamole because its megnetic memory is scrambled like the eggs you can't have for breakfast because of the former.

  3. The differences: by Anonymous Coward · · Score: 3

    1) It's integrated. Cores were a whole lot of tiny magnetic donuts, threaded into a two or D array by wires passing through the center holes. In most cases, three wires were used per core, X and Y selects and Read Out. Core memory arrays were enormous and they cost dollars per bit -- a small college I was attending in 1972 had ONE computer with just 16K-bytes of core memory. It sounds like IBM has worked out a way to grow the magnetic material and the read and write circuits on a chip--smaller and cheaper. (Whether it will ever be small and cheap enough to compete with other forms of non-volatile memory -- battery-backed static CMOS, EEPROM, and Flash -- is questionable. Let alone competing with DRAM, which would be necessary for many of those predictions in the article to come true.)

    2) In the 1970's there wasn't a good way to read a constant magnetic field electronically. So what they did for readout was to send out the erase (write 0) signals on the X,Y wires. If a core was 1, this caused a pulse on the Read wire. After reading, it had to write the data back. Now, there are silicon sensors that can directly read out a magnetic field, so I assume that IBM is building these into the chips and you don't have to erase to read.

    3. Power and interface requirements: It took a lot of power to write to those cores. Because of the erase-to-read, it took just as much to read them. They were low power only when you didn't use them. So the wire drivers had to use higher voltages than solid-state logic devices can handle, requiring level-changing interface circuits. The article doesn't say, but I would assume that the MRAM has much smaller magnetic thingies, requiring little power to switch, and can run at normal voltages.

  4. In other news... by Linux_ho · · Score: 4

    IBM recently announced their astonishing, new, unprecedented breakthrough in MAGNETIC memory that ACTUALLY WORKS, (some old industry wags are referring to it as core, for some unknown reason). Shortly afterward, they announced a startling new breakthrough method of storing data by punching holes in cards, a development no doubt inspired by the efficient vote tabulations in Florida.

    --
    include $sig;
    1;
  5. Hasn't this been done before? by RJ11 · · Score: 3

    This is nothing new, they were called CORES, and they've been around since the '70s!!!

    This is like MS claiming to have invented a new technology when they came out with their "optical mouse".

  6. Spintronics and the Future by wass · · Score: 5
    Welcome to the new world of spintronics. It's amazing, I was just talking to one of the faculty here in the physics department about this stuff yesterday, to learn about all the good research the condensed matter group is doing here. So here's what I learened, in a nutshell.

    Most electronics up until now work within the charge domain. That is, devices all deal with moving, changing, transferring, etc, electric charge and the lack of electric charge. Amplifiers, for instance, can amplify current, which is the flow of charge, or voltage, which is the energy/charge ratio. Semiconductors exploit all kinds of funky physics to do these things.

    However, there's a whole other degree of freedom of the electron that's virtually unused. Spin. In any elementary quantum mechanics course you'll learn rather soon on that electrons are Fermions with total spin 1/2, which means there are two spin states an electron can be in, usually called spin-up and spin-down.

    So the new world of spintronics aims at manipulating the spin of the electrons, instead of the charge. Spin is a different beast than charge, in that it can be manipulated by magnetic fields and light, in vastly-different ways than does charge flow. Spin is a fundamental nature of angular momentum, so whereby the total charge is conserved within a small sample, so too is the angular momentum.

    Some of these MRAM's were specifically mentioned yesterday, in that the parity of the spin can be used to store bits. One nice fact about this could be that information isn't lost if power is turned off, unlike DRAM's and many SRAM's.

    It's a VERY new field, spintronics. I did a search on Google last night for only 'spintronics' and only 665 sites were listed. It's been around for a few years so far, but there have been problems with finding the right magnetic materials. You need the right combination of ferromagnetic and antiferromagnetic layers, and certain ways to test materials, before you can really start doing some good stuff. However, materials are starting to be found, so it's an exciting time for this potentially huge field.

    Hopefully soon there'll be spin-like transistors, leading to spin amplifiers, and all sorts of other goodies. Sorry I don't have any specifics about this, but I just found out about it yesterday.

    --

    make world, not war

  7. MRAM = GOOOOD by billyo · · Score: 3

    Instant on? Of course. Think about. Saving all of the startup files and bootloader in the ram, that will store information all the time. How could it losse power? It wont. It doesn't need an electric charge to store the bits in the ram, so will hold, in theroy, for ever. This is a huge breakthrough. And the amount of mem it could hold in one chip could easily be much higher then the 256MB that the early chips will run. Think about having 1GB of RAM on your home machine with just one chip, that will boot up your machine instantly and will never losse the information stored in the memory if your power get's cut off from not paying the electric company :) awwww, that will be sweat.

    And yes, faster surfing and faster downloads as well. The high-end servers will be able to store (or cache) the file's its serving up in the lighting fast memory. It will access the memory faster than a scsi raid getting thousands of hits per minute, or even per second.

    And I'm SURE that the chips will be shielded, so you dont need to worry if it will wipe out your hard drive or floppy when its turned on. I would think that IBM wouldn't be THAT stupid :)

    --we are the music makers, and we are the dreamers of the dreams.

    --

    --we are the music makers, and we are the dreamers of the dreams.

    Billy
  8. Another article, good explanation by RabidMonkey · · Score: 3

    http://www.technews.com/news/00/159086.html

    "The speed increase is thanks to subtle a twist on the solid-state memory technology that has driven computers for almost for decades. The technology is known as interlocked pipelined CMOS (complimentary metal oxide semiconductor) and will allow memory chips to reach speeds - in theory, at least - of between 3.3 gigahertz (GHz) and 4.5 GHz, using conventional silicon transistors. "

    "The key to the new technology is a distributed "clock" function. In computer chips, the clock paces the speed of the circuits. Standard designs use a centralized clock to synchronize the operations of an entire chip, ensuring that all operations run at the same interval, or cycle. The clock waits for all the operations on a chip to finish before starting the next cycle, so the speed of the entire chip is limited to the pace of the slowest operation. To increase the speed, the IBM researchers decentralized the clock, using locally generated clocks to run smaller sections of circuits. Infineon says that it is working closely with IBM's New York Fishkill research operation on developing MRAM technology still further, with the intention of allowing the memory chips to function like bubble memory, which retails the computer data, even when power is removed from the chipset. "



    We emerge from our mother's womb an unformatted diskette; our culture formats us.

    --
    We emerge from our mother's womb an unformatted diskette; our culture formats us. - Douglas Coupland
  9. Re:Honeywell by ottffssent · · Score: 4

    >>Here's an article from Scientific American on the topic.

    Which points out that the data density wasn't there, and that they were slow and expensive. Commercially available isn't what we're looking for: commercially viable is, and Honeywell's product clearly wasn't. Admittedly, it doesn't sound like IBM is going to be able to make them cheaply for quite some time either, but at least they have the access times down (or so it sounds--the article was a bit vague, as is ZDnet's want).

  10. Interesting, but... by Bob+McCown · · Score: 3

    ...wouldnt the magnetic charge from say, turning on my monitor, cause problems with the MRAM, without some big shielding? Considering if I even think about magnets any floppy I have sitting around goes foom, whats going to happen when I'm relying on my 'instant on' MRAM to be ready?

  11. Honeywell by Siqnal+11 · · Score: 5
    They had commercially availible magnetic RAM chips as early as 1997.

    Here's an article from Scientific American on the topic.

    --

    --

    --
    You are a fucking moron.
  12. Why is MRAM going to be the solution? by Trinition · · Score: 3
    What about the old-fashioned Bubble RAM? What about organic-crystalline hologrpahic memory? What about how my Visor Deluxe can store 8MB of contents for 2 months on a pair of AAAs?

    Seriously. What makes MRAM so special that it can beat out those other concepts?

    1. Re:Why is MRAM going to be the solution? by stripes · · Score: 3
      BTW, your Visor uses FlashRAM, and MRAM is more efficient.

      The Visor doesn't have FLASH, and has taken a lot of crap for it. The Palm (and as far as I know, the TRG Palm clone, and Sony Palm clone) all use Flash to store the OS, and with 3rd party software (er, TRG's software, which they bundle with the Pro) they can store some apps, and some read-only data in the FLASH as well.

      However they all use RAM (DRAM, or SDRAM, or some kind of ram with a P in it) to store most user installed programs and data. They get multi-week run times on 2 AAA batts because they put the RAM into a low power refresh mode (the exact kind depends on the RAM, and the clone, and if you installed a patch, and...). There is no reason you can't do that with a desktop system, or laptop, but it does take some power. More power for the 64M and 128M desktops and laptops we are seeing now then for the little 8M palm tops.

      MRAM would use no power to keep it's memory. If it can have a decent read speed and size and power use (oh, and price) it will kill the flash market. If it can't get good speed and power use, but can get gread prices then it will kill the disk drive market. If it gets great speed and fair power and great price it can kill the DRAM market. Other combinations may not impact any existing market, but may make new ones. Or just turn it into an also-ran.

      P.S. FLASH uses no power while you are not reading or writing it (i.e. no power when merely storing data). So MRAM is no better in that respect. We don't know that it will be better in any other way when it finally gets to market, but we can hope!

      P.P.S. it isn't 100% true that the Visor has no FLASH. It has no FLASH as shipped. Many 3rd party modules have (or pretty much are) FLASH, like the backup module, or the 8M FLASH module.

  13. Full circle by American+AC+in+Paris · · Score: 3
    How about not waiting a minute or more for your personal computer or laptop to boot up? With MRAM, "instant-on" computing becomes possible

    Even though I'm well aware of the fact that MRAM is decidedly far more advanced than the magnetic RAM of old, I can't help but chuckle at the article's starry-eyed vision of tomorrow's "instant-on" computers. I can close my eyes and imagine...

    ...coding on the old PDP8/E my college had. That had magnetic memory, and it was indeed "instant on" (unless you count the 25-odd seconds it took the two cooling fans to rev up to full speed, that is.) Best of all, if the group before you forgot to erase their program, you could avoid the hassle of manually entering it yourself...

    $ man reality

    --

    Obliteracy: Words with explosions

  14. But it says 10 years by CMiYC · · Score: 3

    Well its great and all that the inital chips will be available in 256mb varities...and a smaller physical chip is great for MP3s player and such... but the article says IBM doesn't think it'll be in volume production for another 10 years. So um...what difference does it make on the products we have today? Do you seriously think that 10 years from now we are still going to have portable mp3 players?

    I don't like how the article makes it seem like MRAM is the answer to today's memory design challenges, when most of the products its going to benefit probably won't be around in 10 years. Or of they are around, they'll be completely different.

    ---

  15. Here's some more information... by taliver · · Score: 3

    That I got from the IBM site here

    --

    I demand a million helicopters and a DOLLAR!

  16. Pros, cons, issues. by mirko · · Score: 3
    1. Pros:
      • No more dilemma between RDRAM and DDRAM
      • No power consumption on laptops... Imagine a laptop using this and an Amulet processor
    2. Cons:
      • Will new motherboards be required ?
    3. Questions:
      • Access time ?
      • Transfer rate ?

    --
    --
    Trolling using another account since 2005.