LPC1114 - how to write to EEPROM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1114 - how to write to EEPROM

1,680 Views
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

Labels (2)
0 Kudos
Reply
2 Replies

1,321 Views
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 Kudos
Reply

1,321 Views
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 Kudos
Reply