Writing to a parallel EEPROM

For discussing the 65xx hardware itself or electronics projects.
fachat
Posts: 1124
Joined: 05 Jul 2005
Location: near Heidelberg, Germany
Contact:

Re: Writing to a parallel EEPROM

Post by fachat »

QuinnDunki wrote:
I have an Atmel AT28C256 32k x 8 parallel EEPROM (data sheet: http://www.jameco.com/Jameco/Products/P ... 4843AT.pdf ). I am trying to write to it, but nothing I do seems to work. The datasheet says it works just like an SRAM,
As far as I understand these chips can be connected like an SRAM, but to write them you have to perform a specific algorithm with writes to specific addresses (e.g. full page) then wait specific times etc. Those should be described in the data book, IIRC they are even different for different providers.

André

Edit: oops, after reading the full thread and not the initial message I see this has already been found :-)
Post Reply