Looking for eeprom F25L32QA

J

John-Del

Guest
This has an ESMT logo and F25L32QA on one line and D301W on another. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).
 
On Tuesday, December 15, 2015 at 7:03:17 PM UTC-5, Michael Terrell wrote:
John-Del wrote:

This has an ESMT logo and F25L32QA on one line and D301W on another. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).


Have you tried looking at the base part number, 25L32? It appears to
be an old 32K EPROM that was made by a lot of companies, an is likely
out of production. Is this like what you are looking for?

http://www.ebay.com/itm/321330554965

No, it's a current production eeprom that you find in typical "Black Friday" grade TVs (this is a Funai-Emerson). Looks like this:

http://www.people.com/article/star-trek-actress-karen-montgomery-dead?utm_source=zergnet.com&utm_medium=referral&utm_campaign=zergnet_805415&xid=partner_zergnet

I have an email out to Funai Corp to see if they sell the eeprom; most TV manufacturers won't sell parts, just complete boards.

I had the same model in a couple of months ago for repair and copied the image file in case I ever needed it (I do now), but the eeprom in this particular main board won't take a reprogramming as many do if they're just corrupted. If I can find the eeprom or a sub, I can load it and finish the job.
 
John-Del wrote:
This has an ESMT logo and F25L32QA on one line and D301W on another. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).

Have you tried looking at the base part number, 25L32? It appears to
be an old 32K EPROM that was made by a lot of companies, an is likely
out of production. Is this like what you are looking for?

http://www.ebay.com/itm/321330554965
 
John-Del wrote:
On Tuesday, December 15, 2015 at 7:03:17 PM UTC-5, Michael Terrell wrote:
John-Del wrote:

This has an ESMT logo and F25L32QA on one line and D301W on another. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).


Have you tried looking at the base part number, 25L32? It appears to
be an old 32K EPROM that was made by a lot of companies, an is likely
out of production. Is this like what you are looking for?

http://www.ebay.com/itm/321330554965

No, it's a current production eeprom that you find in typical "Black Friday" grade TVs (this is a Funai-Emerson). Looks like this:

http://www.people.com/article/star-trek-actress-karen-montgomery-dead?utm_source=zergnet.com&utm_medium=referral&utm_campaign=zergnet_805415&xid=partner_zergnet

I have an email out to Funai Corp to see if they sell the eeprom; most TV manufacturers won't sell parts, just complete boards.

I had the same model in a couple of months ago for repair and copied the image file in case I ever needed it (I do now), but the eeprom in this particular main board won't take a reprogramming as many do if they're just corrupted. If I can find the eeprom or a sub, I can load it and finish the job.


Then it is an 8 or 16 pin SPI interface, instead of parallel? There
are a lot of those out in the wild, as well. DIgikey has both of those
styles, in the one dollar price range.


<http://www.digikey.com/product-search/en/integrated-circuits-ics/memory/2556980?k=25L32>
 
On Tuesday, December 15, 2015 at 8:26:29 PM UTC-5, Michael Terrell wrote:
John-Del wrote:

On Tuesday, December 15, 2015 at 7:03:17 PM UTC-5, Michael Terrell wrote:
John-Del wrote:

This has an ESMT logo and F25L32QA on one line and D301W on another.. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).


Have you tried looking at the base part number, 25L32? It appears to
be an old 32K EPROM that was made by a lot of companies, an is likely
out of production. Is this like what you are looking for?

http://www.ebay.com/itm/321330554965

No, it's a current production eeprom that you find in typical "Black Friday" grade TVs (this is a Funai-Emerson). Looks like this:

http://www.people.com/article/star-trek-actress-karen-montgomery-dead?utm_source=zergnet.com&utm_medium=referral&utm_campaign=zergnet_805415&xid=partner_zergnet

I have an email out to Funai Corp to see if they sell the eeprom; most TV manufacturers won't sell parts, just complete boards.

I had the same model in a couple of months ago for repair and copied the image file in case I ever needed it (I do now), but the eeprom in this particular main board won't take a reprogramming as many do if they're just corrupted. If I can find the eeprom or a sub, I can load it and finish the job.



Then it is an 8 or 16 pin SPI interface, instead of parallel? There
are a lot of those out in the wild, as well. DIgikey has both of those
styles, in the one dollar price range.


http://www.digikey.com/product-search/en/integrated-circuits-ics/memory/2556980?k=25L32

Found it.. I don't know why but when I checked Ali yesterday, nothing showed.


http://www.aliexpress.com/item/Free-shipping-F25L32QAS1DM-package-SOP8-F25L32QA-ensure-original/32508327745.html?spm=2114.01020208.3.1.pZUoJA&ws_ab_test=searchweb201556_7,searchweb201644_1_79_78_77_82_80_62,searchweb201560_3
 
On 15.12.2015 21:04, John-Del wrote:
This has an ESMT logo and F25L32QA on one line and D301W on another.
Googling only returns hits for programmers that can read and write
to it, but no place to buy and no info for a sub. Anybody have any
ideas? Even Alibaba returns zero hits (odd).

Hi

The datasheets look like this might be compatible with the M25P32 if
it's used in single-line I/O mode.

The M25P32 is more commonly available but it has only the standard SPI
interface. The F25L32 has an SPI interface too, but in addition it can
be switched to a two-line I/O mode as well. However if the device that
needs this chip only uses standard SPI and does not actually attempt
to switch it into two-line mode, a M25P32 could probably work as a
replacement.

Regards
Dimitrij
 
On Wednesday, December 16, 2015 at 4:03:33 PM UTC-5, Dimitrij Klingbeil wrote:
On 15.12.2015 21:04, John-Del wrote:
This has an ESMT logo and F25L32QA on one line and D301W on another.
Googling only returns hits for programmers that can read and write
to it, but no place to buy and no info for a sub. Anybody have any
ideas? Even Alibaba returns zero hits (odd).

Hi

The datasheets look like this might be compatible with the M25P32 if
it's used in single-line I/O mode.

The M25P32 is more commonly available but it has only the standard SPI
interface. The F25L32 has an SPI interface too, but in addition it can
be switched to a two-line I/O mode as well. However if the device that
needs this chip only uses standard SPI and does not actually attempt
to switch it into two-line mode, a M25P32 could probably work as a
replacement.

Regards
Dimitrij

Thanks Dimitrij, but you're talking way over my head on eeproms! Actually, I understand *some* of that info, but not enough to pick a suitable substitute..

In any case, I ordered 10 of the correct part from Alibaba and I'll have them in two weeks. Fortunately, I have the .bin file that I grabbed out of another of the same model that I repaired earlier this year for a different problem as Funai won't sell the eeprom for this model, only the complete main board.
 
El martes, 15 de diciembre de 2015, 15:34:55 (UTC-4:30), John-Del escribió:
> This has an ESMT logo and F25L32QA on one line and D301W on another. Googling only returns hits for programmers that can read and write to it, but no place to buy and no info for a sub. Anybody have any ideas? Even Alibaba returns zero hits (odd).

Is this of any help? It is a listing for the EEPROM you are lloikg for at Aliexpress. They sell a lot of 20 at just 12.54 US$

http://www.aliexpress.com/store/product/Free-shipping-F25L32QAS1DM-package-SOP8-F25L32QA-ensure-original/1090533_32475780867.html

And just in case, here is the dataseet for the EEPROM:

http://www.esmt.com.tw/DB/manager/upload/F25L32QA%282S%29.pdf

Good luck!
 
On Saturday, January 16, 2016 at 11:42:50 AM UTC-5, Look165 wrote:
Any 2532 memory should be OK

Just check the frequency (100MUz) and the casing !

But it's a very old "museum" component.


lsmartino a écrit :
El martes, 15 de diciembre de 2015, 15:34:55 (UTC-4:30), John-Del escribió:

Is this of any help? It is a listing for the EEPROM you are lloikg for at Aliexpress. They sell a lot of 20 at just 12.54 US$

http://www.aliexpress.com/store/product/Free-shipping-F25L32QAS1DM-package-SOP8-F25L32QA-ensure-original/1090533_32475780867.html

And just in case, here is the dataseet for the EEPROM:

http://www.esmt.com.tw/DB/manager/upload/F25L32QA%282S%29.pdf

Good luck!

It's a current production memory (at least within the last two years or so, hardly a museum piece.

I did order 10 of them through Alibaba and they arrived a couple of weeks ago.
 
Any 2532 memory should be OK

Just check the frequency (100MUz) and the casing !

But it's a very old "museum" component.


lsmartino a écrit :
El martes, 15 de diciembre de 2015, 15:34:55 (UTC-4:30), John-Del escribió:

Is this of any help? It is a listing for the EEPROM you are lloikg for at Aliexpress. They sell a lot of 20 at just 12.54 US$

http://www.aliexpress.com/store/product/Free-shipping-F25L32QAS1DM-package-SOP8-F25L32QA-ensure-original/1090533_32475780867.html

And just in case, here is the dataseet for the EEPROM:

http://www.esmt.com.tw/DB/manager/upload/F25L32QA%282S%29.pdf

Good luck!
 
I used to work with those memories (2516 or 2532) in 1975 i.e. 40 years ago.
You may find ones now...just check the date code (generally YYWW) !

John-Del a écrit :
On Saturday, January 16, 2016 at 11:42:50 AM UTC-5, Look165 wrote:
Any 2532 memory should be OK

Just check the frequency (100MUz) and the casing !

But it's a very old "museum" component.


lsmartino a écrit :
El martes, 15 de diciembre de 2015, 15:34:55 (UTC-4:30), John-Del escribió:

Is this of any help? It is a listing for the EEPROM you are lloikg for at Aliexpress. They sell a lot of 20 at just 12.54 US$

http://www.aliexpress.com/store/product/Free-shipping-F25L32QAS1DM-package-SOP8-F25L32QA-ensure-original/1090533_32475780867.html

And just in case, here is the dataseet for the EEPROM:

http://www.esmt.com.tw/DB/manager/upload/F25L32QA%282S%29.pdf

Good luck!


It's a current production memory (at least within the last two years or so, hardly a museum piece.

I did order 10 of them through Alibaba and they arrived a couple of weeks ago.
 

Welcome to EDABoard.com

Sponsor

Back
Top