the eeprom i use on the propmod are rated to 1M writes. Unless you are writing a lot to them wearing out is not a problem. Will last 10 years if you keep it under 273 writes a day.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are temporarily out of stock(selling faster then expected). Only $30. PCB available for $5
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
Yep .. I use the Ramtrons as well.
What driver do you use? The basic i2c seems to be a bit slow. Is there a driver which can read/write at max. speed of a Ramtron?
Doesn't one write to an EEPROM count as 2 write cycles? First it has to be cleared, then the data is written. Plus .. the given number of write cycles is an average. I remember a AVR microcontroller that I used, which had a broken flash after a few month of development. Number of write cycles by far not reached.
They sent me samples 6 months ago for all of their FRAMS.
If they give you trouble, send me an Instant Message or PM, as it is called. I have oodles of samples and carrier (adapter) boards.
Comments
It's common practice to read a location in EEPROM before modifying it so there's a write cycle only when the value changes.
READ location,contents
IF newContents <> contents THEN
WRITE location,newContents
ENDIF
Rich H
Or do I mix this up with flash memory?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are temporarily out of stock(selling faster then expected). Only $30. PCB available for $5
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
What driver do you use? The basic i2c seems to be a bit slow. Is there a driver which can read/write at max. speed of a Ramtron?
Doesn't one write to an EEPROM count as 2 write cycles? First it has to be cleared, then the data is written. Plus .. the given number of write cycles is an average. I remember a AVR microcontroller that I used, which had a broken flash after a few month of development. Number of write cycles by far not reached.
Post Edited (MagIO2) : 6/22/2009 7:23:36 AM GMT
I went to the manufacturer's page to read up about those frams you mentioned. They claim
"High Endurance 100 Trillion (1e14) Read/Writes".
That is really superior to eeprom!
Gonna call them and see if I can beg a sample or two.
Thanks for mentioning them
They sent me samples 6 months ago for all of their FRAMS.
If they give you trouble, send me an Instant Message or PM, as it is called. I have oodles of samples and carrier (adapter) boards.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
Thanks!
If I can't get any samples I will PM you and you could send them to my house or where I work
Maybe it was just one of the products I was looking for...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,
Arrow Electronics is the distributor. Try www.findchips.com.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH