Emulated EEPROM Query S12xE

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

Emulated EEPROM Query S12xE

660 次查看
vmore
Contributor I

I am using Emulated EEPROM on S12XE.

If I write same value to same location again and again, 

will there be records created in D-flash each time, or the Emulated EEPROM hardware will understand that its a same value so do no create record again.

标签 (1)
0 项奖励
回复
1 回复

409 次查看
kef
Specialist I

AN3490 Rev0 has following lines on page7:

 

  • To optimize the EEE write cycling, the S12XE implementation automatically filters out creating new
  • NVM records for aligned word data if the data value written to the EEE RAM is the same as that already
  • in the RAM. Writes of byte or misaligned word data will always create new records.

 

I'm unable to find confirmation for these words in datasheet, but you could check the time how long MGBUSY flag is set when you write the same data, and how long it is set when writing different data.

0 项奖励
回复