Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[ARM] Nxp p89lpc921 has eeprom?without eeprom how can store data?

Status
Not open for further replies.

arunbharathi.arasu

Full Member level 2
Joined
Feb 28, 2013
Messages
134
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,298
Location
Chennai, Tamil Nadu, India
Activity points
2,151
hai friends,
Does lpc921 has inbuilt EEPROM?
if no,without using EEPROM ho can we store data in that.
i have one home automation product, In that product they are using LPC921.
External EEPROM is not available in that product.
but when i switch off and on the power, the previous state will retain.
i saw LPC921 datasheet,there is no details about about EEPROM.
Without using EEPROM,how the previous state will retain?
Any one please help me.....
Thanks in Advance.......
 

You have to get external EEPROM and have to interface it manually. After that, use any protocol for accessing the data in both ways.
 

how it can be done in real time....
What to you mean by that? The same way eeprom is written, flash can also be written. Do you think flash is only written during programming the chip? I don't know about your LPCxxxx chip but in PIC there is flash read and write functions which can be used to write data to flash memory.
 

hai vengateswaran,
Actually my problem is, how to store data without using EEPROM(internal/External).
when i restart my controller, the data will retain.

- - - Updated - - -

ok.i will try... thanks jayanth.
 

Hi by trying to write in program memory will give you pabort, you can not do that in a ARM7, Try configuring external EEPROM..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top