LPC11E6x EEPROM Erase

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC11E6x EEPROM Erase

ソリューションへジャンプ
1,667件の閲覧回数
sirurx
Contributor III

Hello,

What is way to erase on-chip EEPROM?

There are only 2 documented IAP commands for EEPROM operations: IAP_EEPROM_WRITE, IAP_EEPROM_READ.

BR,

Ergo

ラベル(1)
0 件の賞賛
返信
1 解決策
1,528件の閲覧回数
sirurx
Contributor III

Seems it's only byte-erasable, no sector or chip operations. Similar to LPC11E1x.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,528件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Ergo,

    EEPROM on the LPC11E6X don't have the erase function, just have read and write function.

    When you do the EEPROM operation, you don't need to erase it at first, you can write directly.

    If you want to make all the EERPOM address to the same data, you just need to do the writing operation.

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Jingjing

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

1,528件の閲覧回数
sirurx
Contributor III

Hi Jingjing,

I see. First i implemented writing all over with 0xFF as erasing but it's not needed. All is done internally inside API.

Thank you.

BR,

Ergo

0 件の賞賛
返信
1,529件の閲覧回数
sirurx
Contributor III

Seems it's only byte-erasable, no sector or chip operations. Similar to LPC11E1x.

0 件の賞賛
返信