Author Topic: TL866 won't program FRAM  (Read 3623 times)

0 Members and 1 Guest are viewing this topic.

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
TL866 won't program FRAM
« on: January 11, 2020, 03:24:22 pm »
Hi guys,

i was trying to repair a 34970A that indicated a FRAM failure and i ran into a rather annoying problem with my TL866ii plus: It can read the FRAM (Cypress FM24C04B-G), but it won't programm even though this chip is in the list of supported devices. It works fine with other types of memory, it just doesn't want to write anything to FRAM. This is my first time trying to programm frams, did i miss anything important?
 

Online wraper

  • Supporter
  • ****
  • Posts: 16845
  • Country: lv
Re: TL866 won't program FRAM
« Reply #1 on: January 11, 2020, 03:35:34 pm »
but it won't programm even though this chip is in the list of supported devices.
Then why CY24C04 is selected instead of FM24C04B?
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #2 on: January 11, 2020, 04:23:58 pm »
I thought that Cy just stood for Cypress... Well, it turns out that there is/was a CY24C04 EEPROM that is only listed on a datasheet website, but without said datasheet. Looks like my chips are in fact not supported by the TL866 and i've just spend 50 bucks on the wrong programmer :/
 

Online wraper

  • Supporter
  • ****
  • Posts: 16845
  • Country: lv
Re: TL866 won't program FRAM
« Reply #3 on: January 11, 2020, 07:30:24 pm »
Try selecting some different 24C04 EEPROMs. On the first glance into datasheet it should be compatible at least to some extent. Even regular I2C EEPROMs have differences, for example some allow writing more bytes at once, some less (multi-byte write) but writing single bite should work for all, though slower.
« Last Edit: January 11, 2020, 07:32:36 pm by wraper »
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #4 on: January 11, 2020, 11:17:01 pm »
Didn't work, i tried around 20-30 different settings and it showed me the same error every time. It looks like it sends the command to write data but when it tries to verify if the bit changed it detects no change and shows an error message.
 

Online TheSteve

  • Supporter
  • ****
  • Posts: 3751
  • Country: ca
  • Living the Dream
Re: TL866 won't program FRAM
« Reply #5 on: January 11, 2020, 11:37:23 pm »
It won't work selecting a regular EEPROM, the programming algo is different as far as I know. What happens if you select a Ramtron FM24CL04 ? I'm pretty sure that is what I used with the chips I bought from Digikey and it worked fine(however I also have a regular TL866 I may have used).
VE7FM
 

Offline Galen

  • Regular Contributor
  • *
  • Posts: 116
  • Country: cn
Re: TL866 won't program FRAM
« Reply #6 on: January 11, 2020, 11:48:12 pm »
Some time ago, tried to use TL866II Plus to program FM1608, it program most bytes, but always fail at 2 bytes. tried a few pieces of FM1608, all same result.  Then I put the FM1608 in Tek2465B, it not report failure message during startup diagnostics. Interesting.
Delighted when problem fixed
 

Online TheSteve

  • Supporter
  • ****
  • Posts: 3751
  • Country: ca
  • Living the Dream
Re: TL866 won't program FRAM
« Reply #7 on: January 12, 2020, 12:07:24 am »
The FM1608 is a different beast and isn't properly supported by the TL866plus(I've asked for it to be added though). It will fail to program the first byte of each block. If it worked in circuit you got lucky and the incorrect data wasn't needed or was just accepted.
VE7FM
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #8 on: January 12, 2020, 11:26:21 am »
What happens if you select a Ramtron FM24CL04 ?

Same problem, it just won't write. Btw, i have discovered another bug: It looks like the TL866 just reports empty blocks when it can't read them: When i try to read the chips via the pin header, i get a FF table, but when i hook the chip up to 5V (nominal voltage) and use the ICSP port, i get a 00 table. I also tried manually pulling down the write protect pin to ground, but it still doesn't work.
 

Offline mikerj

  • Super Contributor
  • ***
  • Posts: 3237
  • Country: gb
Re: TL866 won't program FRAM
« Reply #9 on: January 12, 2020, 01:02:37 pm »
This part requires a at least 4.5v to operate correctly, compared to many serial EEPROMs that work down to 2.7v or even lower.  Worth checking what voltage the TL866 is providing.
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #10 on: January 12, 2020, 02:24:53 pm »
I powered the chip with 5V (when connecting it to the ICSP port), but i can't measure what voltage the 866 provides on the zif socket as it displays a pin error (can't seem to find the serial data line and the clock) every time i connect two pins to an oscilloscope. It sort of worked when i used the ICSP port, but i got readings of 0.4V on the data line and 0V on the clock line, so it is either not reading data at all or i can't pick up those signals.
 

Offline mikerj

  • Super Contributor
  • ***
  • Posts: 3237
  • Country: gb
Re: TL866 won't program FRAM
« Reply #11 on: January 12, 2020, 05:06:20 pm »
The TL866 will undoubtedly scale the logic levels to the Vdd supply, so providing an external 5v to the FRAM means the TL866 could still be providing low voltage logic signals which aren't likely to work.
 

Online wraper

  • Supporter
  • ****
  • Posts: 16845
  • Country: lv
Re: TL866 won't program FRAM
« Reply #12 on: January 12, 2020, 05:28:35 pm »
I powered the chip with 5V (when connecting it to the ICSP port),
Wait, did you try programming it in circuit only?
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #13 on: January 12, 2020, 05:33:25 pm »
No, i am currently trying to program new SOIC8 chips that are not soldered in. I have used the SOIC to zif adapter for them and attached the ICSP leads to this adapter.
 

Offline Galen

  • Regular Contributor
  • *
  • Posts: 116
  • Country: cn
Re: TL866 won't program FRAM
« Reply #14 on: June 01, 2020, 07:39:40 am »
Tried to program FM16W08, using the TL866 II, still fail. a few bit's is always wrong. But is can be used in tek2465B. interesting.
Delighted when problem fixed
 

Offline jogriTopic starter

  • Frequent Contributor
  • **
  • Posts: 398
  • Country: de
Re: TL866 won't program FRAM
« Reply #15 on: June 01, 2020, 10:09:17 am »
You always get a few wrong bits? Always the same bits that just keep changing between two states?

I got that when i told the TL866II that my Cypress chips are ST24C04s, it would change a few bits every time i tried to read it. I managed to program the chips over the ICSP port (as ST24C04s), but my 34970A wouldn't accept the images. I always thought that this weird behaviour just meant that the old FRAM was totally screwed (after all, i only removed it after the 34970 told me it couldn't read the content of the chip), but if you are getting the same results with different chips it could also be a quirk of the 866.
 

Offline Galen

  • Regular Contributor
  • *
  • Posts: 116
  • Country: cn
Re: TL866 won't program FRAM
« Reply #16 on: June 02, 2020, 12:12:18 am »
You always get a few wrong bits? Always the same bits that just keep changing between two states?

I got that when i told the TL866II that my Cypress chips are ST24C04s, it would change a few bits every time i tried to read it. I managed to program the chips over the ICSP port (as ST24C04s), but my 34970A wouldn't accept the images. I always thought that this weird behaviour just meant that the old FRAM was totally screwed (after all, i only removed it after the 34970 told me it couldn't read the content of the chip), but if you are getting the same results with different chips it could also be a quirk of the 866.
yes, the wrong data always sit in the same location for each programming, and for both FM1608 and FM16W08.
Delighted when problem fixed
 

Offline greasemonkey

  • Contributor
  • Posts: 38
  • Country: ch
Re: TL866 won't program FRAM
« Reply #17 on: April 10, 2021, 03:17:30 pm »
I had the same problem so I wrote some code to program the FRAM with an arduino. I hope someone finds it useful.  :-+

The code: https://gist.github.com/greasemonkey-btbm/0577011288397c8edde42adf54b29ae9

Programmer schematic: https://btbm.ch/8-pin-i2c-memory-programmer-with-arduino-uno/
My moderately uninteresting blog: https://btbm.ch
 

Offline chekhov

  • Regular Contributor
  • *
  • Posts: 116
  • Country: by
Re: TL866 won't program FRAM
« Reply #18 on: April 10, 2021, 09:25:39 pm »
Not sure about old TL866, but TL866II supports some FRAM, FM16W08 for example - just update its firmware.
 

Offline greasemonkey

  • Contributor
  • Posts: 38
  • Country: ch
Re: TL866 won't program FRAM
« Reply #19 on: April 10, 2021, 10:19:17 pm »
Not sure about old TL866, but TL866II supports some FRAM, FM16W08 for example - just update its firmware.

I think I have the latest firmware (04.02.124) but it still doesn't work. It can read the chip but does not write to it. It's probably a bug in their software.

Did you have any success writing?
My moderately uninteresting blog: https://btbm.ch
 

Offline Miti

  • Super Contributor
  • ***
  • Posts: 1324
  • Country: ca
Re: TL866 won't program FRAM
« Reply #20 on: April 10, 2021, 10:29:08 pm »
You always get a few wrong bits? Always the same bits that just keep changing between two states?

I got that when i told the TL866II that my Cypress chips are ST24C04s, it would change a few bits every time i tried to read it. I managed to program the chips over the ICSP port (as ST24C04s), but my 34970A wouldn't accept the images. I always thought that this weird behaviour just meant that the old FRAM was totally screwed (after all, i only removed it after the 34970 told me it couldn't read the content of the chip), but if you are getting the same results with different chips it could also be a quirk of the 866.
yes, the wrong data always sit in the same location for each programming, and for both FM1608 and FM16W08.

I had the same issue but starting with V10.55, FM16W08 is supported and it works perfect for me, I just tried now. I have a chip from ebay and one from Digikey, I can R/W both, no problem, but the one from ebay doesn't work in my Tek 2445B.
Fear does not stop death, it stops life.
 

Offline chekhov

  • Regular Contributor
  • *
  • Posts: 116
  • Country: by
Re: TL866 won't program FRAM
« Reply #21 on: April 10, 2021, 10:40:38 pm »
Quote
Did you have any success writing?

Yep, I was able to program FM16W08 after firmware update.
Previously little adapter required to make READ work - yes, with old firmware it writes data correctly, but it reads contents back incorrectly - each 512th or 256th byte if I remember it right - you may notice that improper byte is always equal to the previous byte in the data I suppose.
« Last Edit: April 10, 2021, 10:43:59 pm by chekhov »
 

Offline greasemonkey

  • Contributor
  • Posts: 38
  • Country: ch
Re: TL866 won't program FRAM
« Reply #22 on: April 10, 2021, 11:26:14 pm »
I think the problem is in the protocol used and not in the memory type. FM16W08 is a parallel device and FM24C08B is I2C.

In any case I solved my problem with the arduino workaround for the FM24C08B. Unfortunately I don't have time to look into it any further.
My moderately uninteresting blog: https://btbm.ch
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf