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.

External memory interfacing with 8051

Status
Not open for further replies.

vinothksr08

Member level 3
Joined
Jun 18, 2013
Messages
66
Helped
7
Reputation
14
Reaction score
7
Trophy points
8
Location
Tamilnadu, India
Activity points
367
hello,

I have to store my program in external memory and run from that(even i have internal program memory). am using at89c51, keil c compiler, can anybody give some idea.?
 

you can use "MOVX" instruction to store ur code in external mem ,BUT with "movx" instruction you'll ave to use DPTR or P0 as pointer..
eg : MOVX @DPTR,A ;
 
thank you jayanth,

i got idea about interfacing external memory. like wise how to interface SRAM & DRAM with 8051. and how to write to & read from that? and also could you explain the function of 74LS373 in that circuit?
 
Last edited:
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top