Program/erase count - MC9S12XET256.

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

Program/erase count - MC9S12XET256.

1,103 Views
subashr
Contributor III

I'm working on DFLASH for MC9S12XET256.

Query is related to Program/erase cycles. 

The sector is in erased state now.

In that sector, if I write 10 bytes at different time intervals for 5 times (different address in the sector), will it be counted as a 1 or 5 Program/erase cycles.

 

My understanding is that this will be counted as 1 Program/erase cycles as only one erase is done for that sector.

Labels (1)
0 Kudos
Reply
1 Reply

873 Views
RadekS
NXP Employee
NXP Employee

Hi Subash,

Yes, your understanding is correct.

The cumulative writes are not allowed. Therefore 1 program cycle refers to 1 erase cycle for each bit.

So, we may say that Program/erase cycle term rather equals to erase cycle.

 

BTW: This principle is used for emulating EEPROM – EEPROM content change will invoke just a new record programming instead complete erase/program cycle…

I hope it helps you.

Have a great day,
Radek

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply