LPC1114 - how to write to EEPROM

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

LPC1114 - how to write to EEPROM

2,150 次查看
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,791 次查看
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,791 次查看
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 项奖励
回复