Please verify before I order a bunch.... 64K eeprom
eagletalontim
Posts: 1,399
I just want to verify that the 24LC64-I/P-ND eeprom on digikey is good to use with the Prop just like the 24LC256. I had a few 256K laying around and tested everything using those, but I really only need 64K (I store extra stuff in the upper 32K).
http://www.digikey.com/product-detail/en/24LC64-I%2FP/24LC64-I%2FP-ND/273427
Thanks!
http://www.digikey.com/product-detail/en/24LC64-I%2FP/24LC64-I%2FP-ND/273427
Thanks!
Comments
Duane J
Gotta watch those specs. The manufacturers want to make their stuff sound as good as possible so they specify 64K bits because it sounds better than 8K Bytes. Sneaky bunch they are.
http://www.digikey.com/product-detail/en/24LC512-I%2FP/24LC512-I%2FP-ND/523018
EEPROMs are specified in K bits. 512 x 1024 = 524,288 / 8 = 65,536 = 64K bytes.
If you're going to purchase a bunch of EEPROM I think you ought to seriously consider getting 64KByte chips and not 32KByte like the 24L256. Being able to store data in the upper EEPROM where it won't be erased when a new program is loaded is a huge plus. Not all my projects need to use the uppper 32K of the EEPROM but enough do that I never purchase 32KByte EEPROMs anymore.
I know I'm not the only one around here who rarely (if ever) use 32KByte EEPROMs.
As mentioned the upper 32K (32kB) are useful if you don't want information etc erased when you do a program load. I'm not quite sure why you missed the bits vs bytes thing, maybe you were in a "bit" too much of a hurry
Now my question:
Can smaller memories be used at all?
I.e. will the Propeller Tool program them correctly?
Just asking!
Duane J
Just asking, eh? I'd think that the code would continually be overwritten when the addresses wrapped around plus it would fail on verify anyway. The other problem is the page write size which is 64 bytes for a 32K EEPROM but smaller devices have smaller page sizes too.
Now seeing 64KB are to be had for less than 70 cents I wonder what right minded soul would ever endeavour to consider using anything smaller than 32KB. Sorry, what were you asking?
Thanks.
Duane J