Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Program Memroy (PIC)

Status
Not open for further replies.

AtomSoft

Well-Known Member
Ok i have some USB code but would love to implement a large buffer of 4096 bytes but i only have a 18F2550 which has 2048 ram

Is there anyway to use program memory as ram ? just asking im sure its not but heh

Im ordering: PIC24FJ64GB106 to fill my needs but would still love the answer
 
Program memory can be written to, but whilst reading is fast, writing is really slow, which probably makes it useless for your purpose.

PIC18F2550 has "endurance" of 10k minimum (guaranteed) to 100k erase/write cycles, but use as RAM might soon exceed this figure.

You could add external SPI RAM, but even this will be limited in speed.

Upgrading to PIC24 or above looks like a good move to me. ...as long as you can cope with the move from 5V to 3.3V.

Hope this helps.
 
Last edited:
Thanks a ton yeah. I assumed it would be a sacrifice, PIC24 is ok with me. 3.3v isnt a issue i can simply use a translator if needed
 
Last edited:
Atom a lot of pic 24 have 5 volt tolerable pins I would read some data sheets and find what you need.
 
Status
Not open for further replies.

Latest threads

Back
Top