EEPROM Erase time

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

EEPROM Erase time

跳至解决方案
1,681 次查看
jingfang
Contributor IV

I am using S12zvl 128ms, It is taking 5.04ms to erase one sector (4 Bytes) on EEPROM.

If I want to erase 64 bytes, how long will it take me?

Is it 64/4*5ms?

Is there another way to speed things up?

0 项奖励
回复
1 解答
1,675 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @jingfang,

There is only the specification that can be found in the RM, Table E-2.

The execution time depends on f_NVMOP and f_NVMBUS (footnotes 1-4).

4.80ms is then the minimum for 4B sector.

And ~((64 / 4) * 4.8ms) for 64 bytes.

 

BR, Daniel 

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,676 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @jingfang,

There is only the specification that can be found in the RM, Table E-2.

The execution time depends on f_NVMOP and f_NVMBUS (footnotes 1-4).

4.80ms is then the minimum for 4B sector.

And ~((64 / 4) * 4.8ms) for 64 bytes.

 

BR, Daniel 

0 项奖励
回复