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 use external RAM(2MB) with pic18f series .. or AT89s52.

Status
Not open for further replies.

sakender

Junior Member level 3
Joined
May 21, 2009
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
PAk
Activity points
1,507
hi
i am working on project in which we are using EXternal RAM with controller....our main objective is to store data from serial port in RAM and then store it on micrSD card .one problm is that we have shortage of RAM as our data length is more then 4MB....plz help
 

If you don't have a parallel interface for ram, I would use SPI attached memory.
An example is the CY14B101P-SFXI, a 1 mbit sram part from Cypress. You can attach multiples of these on the same bus, or use some bigger parts.

Assuming you are using SPI for your SD card, these could hang off of the same bus.

You could also use I2C attached memory.

Just an idea.
Kent
 

The following ideas are only reference for you:
1.Split your store task into multi tasks.Each task operates data less than 2MB.
2.Replace the MCU,choose one which has parallel interface and has internal RAM and external RAM interface at least.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top