Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

28C040 Flash ROM from old AT boards.

5 views
Skip to first unread message

Ian Field

unread,
Mar 26, 2013, 2:17:25 PM3/26/13
to
A while ago I sorted through the tea chest full of old PC boards and found
numerous boards had flash ROM onboard. Before scrapping the tattier
examples, I harvested any flash ROMs there were.

Unfortunately (so I am told) these ROMs can't just be written to like a
standard static RAM - also unfortunately, I've been unable to find any
schematics/programming info on how to program these ROMs.

Please does anyone have a schematic for a (preferably minimalist) flash ROM
programmer?

Thanks.

Raymond Wiker

unread,
Mar 26, 2013, 3:53:12 PM3/26/13
to
The 28C040 appears to be an EEPROM, which is slightly different from a
Flash ROM. It can be programmed fairly easily; for a simple circuit for
a smaller EEPROM chip, see http://sbc.rictor.org/28256.html .

Raymond Wiker

unread,
Mar 26, 2013, 3:56:57 PM3/26/13
to

Ian Field

unread,
Mar 26, 2013, 4:11:39 PM3/26/13
to


"Raymond Wiker" <rwi...@gmail.com> wrote in message
news:m24nfyc...@unknown-00-1d-4f-f8-0e-e3.lan...
Thanks.

Any other resources you can think of?

Theo Markettos

unread,
Mar 28, 2013, 6:20:04 PM3/28/13
to
Ian Field <gangprob...@ntlworld.com> wrote:
> Please does anyone have a schematic for a (preferably minimalist) flash ROM
> programmer?

Some early EEPROM and flash were dual-voltage (5V operation and 12V program), but
otherwise the schematic is just the same as reading, but we an additional
write enable pin. It's the standard SRAM pinout, and the timings are the
same as SRAM (though possibly slower).

If it's flash, however, there's a command set to erase and program it.
You write some magic values to a memory location to put it into command mode
and then send it commands for erasing and programming blocks. If you aren't
in command mode it behaves just like a ROM. For example, here's the
datasheet for a 29F040 of 1995:

http://robotics.ee.uwa.edu.au/eyebot/doc/DataSheets/29F040.pdf

Theo

Ian Field

unread,
Mar 28, 2013, 6:33:51 PM3/28/13
to


"Theo Markettos" <theom...@chiark.greenend.org.uk> wrote in message
news:W8y*fc...@news.chiark.greenend.org.uk...
Thanks - do you know whether there's any books on the subject online?

0 new messages