Can't EEPROM be read while EEPROM is busy?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can't EEPROM be read while EEPROM is busy?

1,398 次查看
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?
标签 (1)
0 项奖励
回复
1 回复

582 次查看
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 项奖励
回复