does LS1012A support Cypress 1Gb NOR flash S70FS01GSDSBHM210
Hi, we just tried the procedure to add the S70FS01GSDSBHM210 from cypress (https://www.cypress.com/file/215911/download) without success.
The flash programmer is "stuck" when trying to erase one sector of the flash.
I've attached the different xml files we have added for this flash, could you please check if we did something wrong?
Thanks
Following line in the "S70FS01GS.xml" is incorrect:
<id>0x0102</id>
Should be:
<id>0x0221</id>
Hi,
Yes we have noticed that just after having sent the files and we have already tried it but it still does not work.
Regards,
Benoit
We have also added the following line in the Target Initialization File:
fl.add_device({"alias": "qspi", "name": "S70FS01GS", "address": 0x40000000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "QSPI"})
Is it correct?
Please change:
"ws_address": 0x10000000
to
"ws_address": 0x80000000
and test.
I just tried, we have the same behavior: the programmer is "stuck" during erase operation.
In the other hand, a "dump" operation does respond correctly (we read all bytes to 0xFF)
Have you tried write operation?
Yes it does not work.
Maybe it is due to something I read in the datasheet:
Several of the legacy SPI commands for register reading, writing or other operations do not have an explicit address in the command. For this reason, several of the legacy SPI commands are not supported by the FS01GS and alternate commands that include an address must be used to route the command to the lower or upper FS512S. The following commands are not supported in the FS01GS: -WRR (01h)
-RDCR (35h)
-RDSR1 (05h)
-RDSR2 (07h)
-PNVDLR (43h)
-ASPP (2Fh)
-PASSP (E8h)
-PPBE (E4h)
-EPS (B0h)
-EPR (30h)
Is it thus possible to have an updated algorithm that includes these constraints ?
I tried to launch the flash toolkit example code like suggested in a document but I does not exist anymore in the local instalation files.
Regards,
Benoit
Currently the flash is not in the list of supported devices, but it could be added referring the Community question: