• Please review our updated Terms and Rules here

Identify an EEPROM??

tblake05

Experienced Member
Joined
Aug 21, 2017
Messages
295
Location
Minnesota
Is there a way to identify an eeprom that the manufacturer has etched the top blank? It is a 32 pin DIP. I have a TL866 Mini Pro.

I just want to make a copy of it to use for diagnosis. Any ideas?

Thanks!
 
I tried reading as a winbond 27c020 and it returns pin 30 (A17) as a bad pin. Doubt it, cause it works fine.
 
I have no knowledge of using a TL866 device programmer. When you try to read the device, does it report the actual device ID, or only report that it is not what is expected? Most EPROM / EEPROM devices, except for the early EPROM devices, support a device ID mode, were you put +12V on A9, and A0=L returns the Manufacturer Code and A0=H returns the Device Code. If it does report the Manufacturer Code and Device Code, those could probably be used to look up what the device is.
 
Last edited:
SEEQ and ye shall find. (maybe)
(SEEQ was a brand of EEPROM)

One can usually tell the capacity of an EEPROM by the number of address pins it has.
Most EEPROMs conform the JEDEC standard pinouts so you should be able to read its data contents irrespective of whether it supports a vendor ID or not.
The Vcc/Vdd voltage also helps with identification.

Are you sure it’s not a Flash ROM?
 
I have no knowledge of using a TL866 device programmer. When you try to read the device, does it report the actual device ID, or only report that it is not what is expected? Most EPROM / EEPROM devices, except for the early EPROM devices, support a device ID mode, were you put +12V on A9, and A0=L returns the Manufacturer Code and A0=H returns the Device Code. If it does report the Manufacturer Code and Device Code, those could probably be used to look up what the device is.
When I do a "check ID", it returns 1E 05

SEEQ and ye shall find. (maybe)
(SEEQ was a brand of EEPROM)

One can usually tell the capacity of an EEPROM by the number of address pins it has.
Most EEPROMs conform the JEDEC standard pinouts so you should be able to read its data contents irrespective of whether it supports a vendor ID or not.
The Vcc/Vdd voltage also helps with identification.

Are you sure it’s not a Flash ROM?
...Nope.
 
I have no knowledge of using a TL866 device programmer. When you try to read the device, does it report the actual device ID, or only report that it is not what is expected? Most EPROM / EEPROM devices, except for the early EPROM devices, support a device ID mode, were you put +12V on A9, and A0=L returns the Manufacturer Code and A0=H returns the Device Code. If it does report the Manufacturer Code and Device Code, those could probably be used to look up what the device is.
Genius!

I used this website to reference what Eprom it is..

Atmel AT27C010 Dip32. And it read 100%. Thanks!!!
 
Back
Top