• Visit https://www.embeddedcomputers.net/ for Hardware; Software and all other things related to FlashcatUSB

Request for EON EN25Q32

pepe2k

New Member
Please, add support for this SPI flsh chip:
EON EN25Q32
JEDEC ID: 1C3016

I found in sources (build 331) that there is already support for EN25Q64 (8 MiB) so it should be easy to add support for smaller version (4 MiB).
 
Try this , i added the chip.
 

Attachments

  • FlashcatUSB.rar
    159.8 KB · Views: 12
Something is wrong with verify programming option enabled:


Code:
Opened file for writing: uboot.bin (binary hex format), total file size: 65 536 bytes
Address 0x4B7: wrote 0x20 and read 0x0 (24072 mismatches)
Address 0x4B7: wrote 0x20 and read 0x0 (24072 mismatches)
Address 0x4B7: wrote 0x20 and read 0x0 (24072 mismatches)
Error: data verification at 0x0 failed!
Address 0x8000: wrote 0x9E and read 0xA (13576 mismatches)
Address 0x8000: wrote 0x9E and read 0xA (13576 mismatches)
Address 0x8000: wrote 0x9E and read 0xA (13576 mismatches)
Error: data verification at 0x8000 failed!
Write Flash operation complete!

Data is written properly. After reading I get the same binary.
 
Let me look into this , and i will post back here soon
 
In build 331, with manual SPI settings I can program and read this flash chip without any problems.
 
Can you tell me what settings you inserted manually
 
Sure!
With these settings (I have changed only chip size) I can erase, read and program flash (also with verify option enabled):

20130508120417.jpg


20130508120525.jpg
 
Back
Top