Erasing LPC1833 internal EEPROM

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

Erasing LPC1833 internal EEPROM

ソリューションへジャンプ
1,832件の閲覧回数
michaelershov
Contributor I

Hello,

I am using the LPC1833 and the internal EEPROM. I'm not understand,does EEPROM erase, when erasing Flash with programmer, or the only way to use erasing from my code? It's generally a part of Flash memory or not?

Best regards

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 解決策
1,472件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

It really depends on the Flash programmer.  Fundamentally, Flash and EEPROM are separate peripherals with different programming interfaces. Actions performed to one will have no effect on the other.

LPCScrypt can be used to program and erase EEPROM and also supports an erase all command - this simply calls the erase function of all programmable devices known to LPCScrypt on a particular MCU.

Also LPCOpen provides example code to manage the programming of EEPROMs.

Yours,

LPCXpresso-support

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,472件の閲覧回数
michaelershov
Contributor I

Ok, and if I store important information in EEPROM; Flash protected from reading. Anyone can erase only Flash and write new code for reading EEPROM?

Best regards

0 件の賞賛
返信
1,473件の閲覧回数
lpcxpresso_supp
NXP Employee
NXP Employee

It really depends on the Flash programmer.  Fundamentally, Flash and EEPROM are separate peripherals with different programming interfaces. Actions performed to one will have no effect on the other.

LPCScrypt can be used to program and erase EEPROM and also supports an erase all command - this simply calls the erase function of all programmable devices known to LPCScrypt on a particular MCU.

Also LPCOpen provides example code to manage the programming of EEPROMs.

Yours,

LPCXpresso-support

0 件の賞賛
返信