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.

How to interface EPROM-8051 ?

Status
Not open for further replies.

kishangk

Newbie level 4
Joined
Feb 15, 2006
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,324
INTERFACE 4 EPROM-8051

i want to know how to interface one mb(2 x 512kb) EPROM 8051....
kindly help me out... this is my project work...
 

Re: INTERFACE 4 EPROM-8051

If you know how to connect one 64kB Eprom to 8051 then connecting more 64kB memory banks should not be a problem for you ..
512kB -> 8 banks of 64kB
1MB --> 2 x 512kB --> 2 x (8x64kB) ..
Connect the following:
P1.0 to A16
P1.1 to A17
P1.2 to A18 .. and so on ..
When any of the control bits, P1.0, P1.1, .., are changed from 1->0 or 0->1 the processor begins to fetch instructions from the other 64kB bank at the address of the next instruction after the instruction that initiates the bank switch ..
Use combination of ANL P1, #111XXXXXb and ORL P1, #000XXXXXb to change banks ..

Regards,
IanP
 

Re: INTERFACE 4 EPROM-8051

check out this file
 

Re: INTERFACE 4 EPROM-8051

find if this ic is useful for u!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top