Can't EEPROM be read while EEPROM is busy?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can't EEPROM be read while EEPROM is busy?

1,179件の閲覧回数
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 返信

363件の閲覧回数
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 件の賞賛
返信