EEPROM Erase time

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EEPROM Erase time

Jump to solution
1,497 Views
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 Kudos
Reply
1 Solution
1,491 Views
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 

View solution in original post

0 Kudos
Reply
1 Reply
1,492 Views
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 Kudos
Reply