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 64K Parallel EEPROM & 32K RAM with 89C5

Status
Not open for further replies.

starlet

Junior Member level 2
Joined
Jun 12, 2003
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
262
hi friends

i want to interface 64KB Parallel EEPROM (storing data not code) and 32KB Parallel RAM with 89c55 instructions MOVX. how to do it. 89c55 has 16bits address which is also equal to eeprom address where to connect RAM. or with decoder ......
what to do.
 

Re: how to interface 64K Parallel EEPROM & 32K RAM with

starlet said:
hi friends

i want to interface 64KB Parallel EEPROM (storing data not code) and 32KB Parallel RAM with 89c55 instructions MOVX. how to do it. 89c55 has 16bits address which is also equal to eeprom address where to connect RAM. or with decoder ......
what to do.

you can use one bit port pin of 89c55 to decoder address for ROM and RAM .exp: P1.1 connect to pin /CS of rom and pin CS of ram.to access rom you clr P1.1, to access ram you set P1.1...you can see more at:
http://www.atmel.com./dyn/resources/prod_documents/DOC0510.PDF
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top