Closed skxo closed 3 years ago
Hi! You have some kind of hardware problem, not a software one. Either you have very long wires to the flash memory, or you are trying to read the flash memory directly from the board without removing it...
I programmed this particular chip TC58CVG2S0H quite recently, with this software version, there were no problems.
Thanks Mc, what do you recommend to use on top of the ch341a as adapter? Do you use a little adapter where you resolder the memory or do you use a ZIF socket?
I use the adapter that came with the programmer.
from my side, I unsolder the chip and put it on a ZIF socket. this socket is then put in the ch341a and I launch the SANDer but still got this 0xff, then the 0x98. What is your device revision of WCH ? mine is 3.0.4
You set jumper in 3.3V?
one jumper is present on pin 1 and 2 of the top yellow pin header. Do you use different settings?
I don’t have a power switch, I asked you because I don’t know which programmer you are using.
Jumper switch is used for switch mode on ch341a programmer. Short pin 1 and pin 2 is flash programmer mode, short pin 2 and pin 3 is usb2ttl mode.
Hi Mc,
I did few checks. I built a dumper with a Ftdi ft2232h and the id of the Nand is the good one. If I increase the speed of the clock, I obtain 0xFF. So I guess it is timing issues...
Do you know how to reduce the clock speed of the ch341a? in the spi_nand_flash.c, spi_nand_set_clock_speed() is empty.
Regards
Hi! I have never encountered such a problem, check it with another computer or programmer. Try my advice I gave in this post - https://github.com/McMCCRU/SNANDer/issues/7#issuecomment-801021792
McMCCRU:
Hello I am encountering the same exact issue that you have exactly the same in every way.
I am using a ch341a programmer that I know works, I am using a wson8 adapter as shown
what OS are you using?
skxo
Do you have some sort of document you can share and help elaborate on what you did and how you did it to work thank you!
@ANTI443 Where can I buy that adapter?
@Droid-MAX ebay and amazon $20 USD wson8 adapter.
@McMCCRU @skxo
Could you all check my comment.
Thanks!
Too expensive thanks.
In addition, what is the service life of your adapter?
@Droid-MAX I'm not sure it's a ch341a eeprom reader what is being used here.
Same issue @McMCCRU I am also making sure I have 3.3v on the ch341a reader.
TC58CVG2S0H
found error etron spi not in the list
Hello,
I use your SNANDer program to dump a TC58CVG2S0H, thanks for proposing such a tool based on ch341a.
During identification, I get this weird error.
in the datasheet, I can read:
The 98h value is present. So the 0xff are dummy bits and 0x98 is the Mfr_id. But the device ID 0xCD is wrong (0xED instead of 0xCD)
Fyi, I tried with a MXIC and I still get 0xff as manufacturer id.
The workaround is to modify the #define value of MANUFACTURER_ID and the DEVICE_ID to the values above (but it does not correspond to the real ID). Or to adjust the parsing of the read id command
Any suggestion from your side, according to your previous experiments on SPI Nand?
Regards sk