flash chip interface

I got the Schmartboard 1.27mm Pitch SOIC to DIP Adapter,I still have to interface that to my usbjtagnt device to try to program the flash so I can get my x2 going again.
 
they lied when they told me the flash chip was a MX25L6406e
It is actually a EN25Q64
I can dump the full chip to see where I fouled up the bootloader,but I can't flash it yet.
 
when I was editing the firmware I was off by 1 line,so the 1st line in the bootloader shouldn't even be there.
Why the receiver didn't boot.
Code:
00000000 5400 3B00 0000 0000 0000 0000 0700 0080 T.;.............
00000010 3259 E448 0000 0000 BD12 D090 0000 2D60 2Y.H..........-`
00000020 D8FF BD27 2000 B2AF 2400 BFAF 1C00 B1AF ...' ...$.......
00000030 9EBA 440F 1800 B0AF 2190 4000 B0BF 1D3C ..D.....!.@....<
00000040 2DBD 440F F03F BD37 01BD 063C 0001 C534 -.D..?.7...<...4
 
I also have a receiver that doesn't boot .
My problem appeared when the patch download procedure corrupted .
We need bootloader and electronic scheme to have a chance to fix it .
If you find,please inform me.
 
for some reason the 8meg flash won't erase/program.
I was able to put a bootloader/app on a 4meg flash.This may be good enough to boot the x2 so I can get into EZM,then do a hot swap and have EZM load a full flash via rs232.
 
I rebuilt the 8meg interface and resoldered the chip onto the prototype board and was able to program it.
Got it back into the x2 and works fine now.Pin 7 had to be left floating,contrary to other spi flash chips.
 
Back
Top