> On Thu, Sep 25, 2008 at 03:15:52PM -0400, Andre Abelian wrote: >> Alan, >> >> All of this I am doing to see how the page mode works. >> I am turning the power off after the 64 byte routine is completed >> to see if it is writing to EEPROM RAM or not. I'm not sure if I'm missunderstanding here... > after the 64 byte routine is completed... Is that the write routine in the *PIC* ? I guess that the actual write inside the EEPROM is "self-timed" and you have to either wait (with some margin) or try to access the device (it will probably not answer until the self-timed write is completed) before powering off. B.t.w, this acual case (saving data on power loss) is an perfect application for a RAMTRON device due to it's very fast write time (writes at full SPI speed with no waits at all). -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist