LPC1114 - how to write to EEPROM

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

LPC1114 - how to write to EEPROM

2,163件の閲覧回数
athmesh_n
Contributor IV

CHIP : LPC1114/302

IDE    : MCUXpresso IDE

Task is to store ID of device to EEPROM or any other non-volatile memory. But EEPROM is not found in LPC1114.

  • Is flash writing okay for this purpose? 
  •  Is there any other non-volatile memory (not found on UM) to write to?

1image.png

ラベル(2)
0 件の賞賛
返信
2 返答(返信)

1,804件の閲覧回数
thiagorodrigues
Contributor II

I had the same problem... the solution was to add an external EEPROM (24AA00 or larger). The other option is to use the LPC11A14 which has an internal EEPROM. The pinout is different though, it requires a new board.

Regards,

0 件の賞賛
返信

1,804件の閲覧回数
soledad
NXP Employee
NXP Employee

Hi,

Like you mention there is no EEPROM in the LPC1114, however, I suggest to check the AN11008, this application note describes the implementation and use of a library that allows on-chip flash memory to be used for non-volatile storage, in a similar manner to EEPROM.

https://archive.eetindia.co.in/www.eetindia.co.in/STATIC/PDF/201103/EEIOL_2011MAR07_STOR_AN_01.pdf%3... 

Have a great day,
Sol

 

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

0 件の賞賛
返信