Program/erase count - MC9S12XET256.

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

Program/erase count - MC9S12XET256.

791 次查看
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.

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

561 次查看
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 项奖励
回复