Author |
Topic |
|
anniel
2572 Posts |
Posted - 04/25/2016 : 09:57:44
|
Same computer, same USB port and cable, same TMS27C010A. Latest software and drivers. Reading with GQ-4X4 gives different results than GQ-4X and takes double the time. What's wrong?
|
|
Reply #1
anniel
2572 Posts |
Posted - 04/25/2016 : 15:28:28
|
I can read it correctly when selecting MBM27C1001 and the VPP LED lights up while reading. |
|
|
Reply #2
ZLM
2945 Posts |
Posted - 04/26/2016 : 17:55:22
|
Checked the devices.txt and found those two chips were assigned to slightly different algorithm.
If you use MBM27C1001 can read and write the TMS27C010A, then the current software assigned the algorithm need to be changed.
Please confirm you can read and write the TMS27C010A with the MBM27C1001.
|
|
|
Reply #3
pfctuning
5 Posts |
Posted - 04/27/2016 : 01:57:27
|
Hello everyone, I have to read two 32-pin EEPROM plcc from a vw golf 4 1.9tdi 110cv whit GQ-4X USB RE7.7 and EEPROM I wrote:
TI - 10FMT
B 58911
LX88A9PROP
Id doing the programmer recognize it as TMS27C010A but if I read it with this model and join the two ll hh files and comes out a file unrecognizable in 2d and they told me to read it with MBM27C1001 model and combining the two and ll hh file out of a file with the right information, but in 2d I find strange differences with an original of an official database files, you can help select the right model for reading? Furthermore the adapter and use 'the ASQ906 model and' correct? |
|
|
Reply #4
anniel
2572 Posts |
Posted - 04/27/2016 : 02:40:35
|
ZLM I only read on the GQ-4X4 and when I saw the resulting file was incorrect I switched to the original GQ-4X (using TMS27C010A algorithm I think) to finish the job correctly. Later on, out of curiosity I tried other "compatible" devices to try to read a known TMS27C010A and found the MBM27C1001 algorithm was reading correctly but the VPP LED lights up while reading. When time allows I'll do write tests and post the results here.
|
|
|
Reply #5
pfctuning
5 Posts |
Posted - 04/27/2016 : 02:48:22
|
your adapter you're using to read this plcc and 'the ASQ906? |
|
|
Reply #6
anniel
2572 Posts |
Posted - 04/27/2016 : 03:20:20
|
No adapter, it's a DIP. |
|
|
Reply #7
pfctuning
5 Posts |
Posted - 04/27/2016 : 06:29:06
|
it's' PLCC31 TO DIP32 ADP-005? |
|
|
Reply #8
pfctuning
5 Posts |
Posted - 04/27/2016 : 06:30:33
|
scuse me repeat
it's' PLCC32 TO DIP32 ADP-005? |
|
|
Reply #9
anniel
2572 Posts |
Posted - 04/27/2016 : 06:55:59
|
Yes ADP-005 should work for your PLCC TMS27C010A. |
|
|
Reply #10
pfctuning
5 Posts |
Posted - 04/27/2016 : 07:02:26
|
Ok thanks perfect now i have resolved the problem are this adapter why my are adapter compatibli ASQ906 but don't' go,whit ADP-005 ok. |
|
|
Reply #11
anniel
2572 Posts |
Posted - 04/29/2016 : 07:16:12
|
What is an "ASQ906"? |
|
|
Reply #12
anniel
2572 Posts |
Posted - 04/30/2016 : 15:40:54
|
ZLM, I cannot write TMS27C010A correctly on GQ-4X4 with TMS27C010A nor MBM27C1001 selected in software. On a freshly burnt TMS27C010A (with original GQ-4X and TMS27C010A selected in software) I can correctly read as TMS27C010A or MBM27C1001 on GQ-4X4 (VPP LED still goes on with MBM27C1001 selected). Is GQ-4X4 more sensible to bit creep? My original read was on a vintage burn. Test cycles are long... As you may know TMS chips are longer to erase and some jobs are more pressing than tests... Where that leaves us? Its not bad chips as they go fine with the original GQ-4X. Its not bad contact since other chips work OK. I find that many EPROM chips are longer to read and write on the GQ-4X4, is that normal? |
Edited by - anniel on 04/30/2016 16:45:16 |
|
|
Reply #13
ZLM
2945 Posts |
Posted - 04/30/2016 : 23:44:49
|
Yes. The VPP LED ON works as expected on MBM27C1001 selected. Because the device line has RVPP="5V". That means turn on the 5V VPP when reading.
I tested my TMS27C010A on GQ-4x4 and did not find anything wrong.
What is your error message when you writing the TMS27C010A ?
|
|
|
Reply #14
anniel
2572 Posts |
Posted - 05/01/2016 : 04:30:51
|
I was unable to get a consistent read with the original data on the chip but once written with fresh data reading is ok.
For the write error message, I dont have my notes right now. I'll be back later with the info. |
|
|
Reply #15
anniel
2572 Posts |
Posted - 05/01/2016 : 05:30:25
|
Just checked a TMS27C010A and it reads different each times as a TMS27C010A (data is somewhat near the actual values) but reads correctly as a MBM27C1001. |
|
|
Reply #16
anniel
2572 Posts |
Posted - 05/01/2016 : 05:31:04
|
Voltage settings? |
|
|
Reply #17
anniel
2572 Posts |
Posted - 05/01/2016 : 05:43:27
|
I added this line to customdevices.txt and it reads ok...
Name="TMS27C010A test",ID="97D6",Class="27C010",Category="EPROM",MFG="TI",RVPP="5V"; |
|
|
Reply #18
anniel
2572 Posts |
Posted - 05/01/2016 : 05:45:25
|
Now I'm out of blanc TMS27C010A. |
|
|
Reply #19
ZLM
2945 Posts |
Posted - 05/02/2016 : 19:47:40
|
I believe you found the problem.
Checked datasheet on TMS27C010A, the VPP pin must be high during the reading.
The original device line does not have RVPP="5V"; That will cause the reading not stable.
See following char from the datasheet.
TMS27C0101A working modes:
130029 bytes |
|
|
Reply #20
anniel
2572 Posts |
Posted - 05/03/2016 : 02:31:15
|
Yes, that's where I found the info. VPP also needs to be active to verify. I will need to test write when time permits. |
|
|
|
Topic |
|