EEPROM page failure -- fault

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

EEPROM page failure -- fault

519件の閲覧回数
dino12
Contributor I

Hi,

 

 

I am using EEPROM S12X controller for an industrial automation side. Where we need to maintain multiple copy of some configuration data. Multiple copies are used because to maintain back-up of data.

 

 

 

My question is that if S12X -- can have 4k of eeprom, i.e 4 pages of size 1K.

 

 

Then in this case if one page of eeprom gets corrupted may be because of some reason. Then data in other 3 pages will also get corrupted ?

 

 

Or each page is an independent EEPROM corruption of one does not affect the other ?

 

 

Please suggest.

 

 

Regards,

 

 

Dino

 

ラベル(1)
0 件の賞賛
1 返信

351件の閲覧回数
thakkarhimanshu
Contributor I

Hi,

In my opinion the EEPROM can be linearly addressed with global addressing as well. As such there are not four different EEPROMs. Paging is done so that the entire memory addressing can fit into 64K of addressing. If for some reason the data on one page gets corrupted ( or in other words if some part of EEPROM is corrupted), then there are strong chances that the entire EEPROM is corrupted i.e. data on all the pages is corrupted. In any case the corruption of data on one page certainly means that data is not reliable.

Regards,

Himanshu