Can't EEPROM be read while EEPROM is busy?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't EEPROM be read while EEPROM is busy?

1,178 Views
admin
Specialist II
If EEPROM programming or EEPROM erasing is ongoing, can we read EEPROM? I find that the read value is the one that is being written to EEPROM.
So does it mean we could read EEPROM only while no programming or erasing is ongoing?
Labels (1)
0 Kudos
Reply
1 Reply

362 Views
mke_et
Contributor IV
In an overall sense, I would doubt it.

While I'm not 100% sure here, in most flash and NVRAM implementations putting the part into any of the 'management' modes usually means the part 'changes over' to work that way. As a result, the 'user' mode functions aren't available.

I HAVE seen some flash parts allow it, but only with some caveats. For example, SOME flash will allow access to other 'major' areas but not to 'local' areas where any manyagement is being done. But even that isn't a hard rule with some vendors.

As to the 'specific' question... That is, if when you go to program you find the value you want to program is already there, then I would ask why your program routine contines and doesn't just exit out?

Message Edited by mke_et on 2007-03-2710:54 AM

0 Kudos
Reply