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.

8051 with external memory

Status
Not open for further replies.

nilanka

Newbie level 6
Joined
Dec 10, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,361
Hi,
I want to save some data in external memory when each time microcontroller (8051) reset.
First time it is not problem but at second time my previous data is superimposed by new data due to saving same location.
How can i solve this case?
I hope to use EEPROM


plz reply clear idea as soon as possible........
 
Last edited:

You are using 8051 with external RAM memory ?
Wich 51 manufaturer ? Wich P/N ?

Some options allow saving internal data memory, not shared by program.
The LINKer ( part of compiler ) defines each area is used by what.
Check it.

+++
 

8051 with external memory interfacing

Hi
I'm using an NV-RAM external with 8051. I want to know after I reset the 8051 via RST pin what happen the existed data in the NV-RAM
plz reply me very soon..............
 

Re: 8051 with external memory interfacing

u will lose all data when u turn off the supply
 

Re: 8051 with external memory interfacing

nilanka,

Check compiler linker directives.

+++
 

Re: 8051 with external memory interfacing

I'm using an NV-RAM external with 8051. I want to know after I reset the 8051 via RST pin what happen the existed data in the NV-RAM

The data should remain unchanged, unless there is something in the beginning of your code that clears all RAM locations ..
Go through the code and check it out ..

IanP
:wink:
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top