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.

AVR and external memory

Status
Not open for further replies.

myid123456

Member level 1
Joined
Jun 8, 2006
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,519
hello friends
I need to interface AVR uC and external ram and rom. because the internal ram and rom of AVR uC is little for my project. can you suggest any schematic or tips or tricks?

thank you very much
 

If speed is need a parrallel memory is best

if speed is not a concern use i2c

In my opinion go for a larger chip which will reduce all your effort

Regards
nandhu

edited
Really how much memory do you need? I can see upto 64K in avr
 

Hi,
If the chip does not have provision for ROM expansion, you can not do it. RAM can be expanded as told above using i2c to save the usage of port pins.
Regards,
Laktronics
 

try to use i2c, u can conect a lot of device there, if u still confuse try to read about i2c and TWI on avr datasheet. it's easy to use.

i've conect my avr ATmega32 with SEEPROM AT24C64. and it's solve my memory problem
 

I need to interface it with cy62256 (RAM) and at29040 (ROM). how can I do it? is it possible to interface them with atmega32?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top