Earlier quoted context omitted.
That's really not a problem just as it's not a problem in normal RAM. With increased speed and endurance it's a doddle to write back a value after reading with your memory controller even if you're not putting in dedicated refresh hardware. It's really all about density and cost.
Unless you lose power in the interim. Flash doesn't have that problem, and normal RAM has it so badly that we rely on Flash to store permanent data and only use DRAM as an ephemeral cache.
Ferroelectric RAM
11–20 of 29 posts
Re: Ferroelectric RAM
#12It's great stuff, but still low capacity and high cost in commercial chips. If you want to play with it, check out TI's MSP430FRxxxx microcontrollers. They have FRAM instead of Flash. Also, there are 8-pin FRAM chips with the same pinouts as generic QSPI Flash/RAM/etc chips which you can buy today. Again, it's still low-density and expensive, but that seems to be improving and it's fun to make applications which can…
And destructive reads with limited life cycles, assures a steady recurring revenue for TI...
Re: Ferroelectric RAM
#13Earlier quoted context omitted.
And destructive reads with limited life cycles, assures a steady recurring revenue for TI...
Trillions of cycles isn't that "limited", compared to e.g. Flash.
Re: Ferroelectric RAM
#14One of the benefits of FRAM is that you can put it through extreme radiation and still have it work afterwards. So you can put it in a medical instrument that undergoes gamma ray sterilization, and it will still not only work but also retain the data.
There are no oxides in the supporting circuitry? [Do you have a link to rad-hard results?]
Re: Ferroelectric RAM
#15Earlier quoted context omitted.
Trillions of cycles isn't that "limited", compared to e.g. Flash.
FRAM is far from trillions of cycles, more close to billions, which still kills it after ~5-7 years of intense use.
If you're writing to flash or FeRAM that much it seems to me that You're Doing It Wrong.
Re: Ferroelectric RAM
#16Earlier quoted context omitted.
Trillions of cycles isn't that "limited", compared to e.g. Flash.
FRAM is far from trillions of cycles, more close to billions, which still kills it after ~5-7 years of intense use.
Re: Ferroelectric RAM
#17Earlier quoted context omitted.
That's really not a problem just as it's not a problem in normal RAM. With increased speed and endurance it's a doddle to write back a value after reading with your memory controller even if you're not putting in dedicated refresh hardware. It's really all about density and cost.
Unless you lose power in the interim. Flash doesn't have that problem, and normal RAM has it so badly that we rely on Flash to store permanent data and only use DRAM as an ephemeral cache.
Re: Ferroelectric RAM
#18One of the benefits of FRAM is that you can put it through extreme radiation and still have it work afterwards. So you can put it in a medical instrument that undergoes gamma ray sterilization, and it will still not only work but also retain the data.
> One of the benefits of FRAM is that you can put it through extreme radiation and still have it work afterwards. There are no oxides in the supporting circuitry? [Do you have a link to rad-hard results?]
http://www.ti.com/lit/wp/sboa154/sboa154.pdf
BTW according to TI's support forum, the MSP430F chips with FRAM are not rated to withstand the high levels of gamma radiation used in medical sterilization.
However, Maxim does have many parts rated for that type of application, with "non-floating gate" NV memories. (Draw your own conclusions about what they are referring to.) https://www.maximintegrated.com/en/app-notes/index.mvp/id/60...
Edit: And of course there are oxides, but you can margin around the assymetric Vt-shift that occurs in the transistors.
Edit 2: At least one part explicitly states in the data sheet that it uses FRAM. https://datasheets.maximintegrated.com/en/ds/DS28E84.pdf
Re: Ferroelectric RAM
#19Earlier quoted context omitted.
Trillions of cycles isn't that "limited", compared to e.g. Flash.
FRAM is far from trillions of cycles, more close to billions, which still kills it after ~5-7 years of intense use.
The worst I do to mine is to log sensor data in absence of wifi, that's in the order of bits/minute.