does LS1012A support Cypress 1Gb NOR flash S70FS01GSDSBHM210

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

does LS1012A support Cypress 1Gb NOR flash S70FS01GSDSBHM210

1,208 次查看
johandeben2
Contributor I

does LS1012A support Cypress 1Gb NOR flash S70FS01GSDSBHM210

0 项奖励
9 回复数

1,188 次查看
cornetp
Contributor II

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

0 项奖励

1,163 次查看
ufedor
NXP Employee
NXP Employee

Following line in the "S70FS01GS.xml" is incorrect:

<id>0x0102</id>

Should be:

<id>0x0221</id>

0 项奖励

1,155 次查看
RBenoit
Contributor I

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

0 项奖励

1,150 次查看
cornetp
Contributor II

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?

0 项奖励

1,142 次查看
ufedor
NXP Employee
NXP Employee

Please change:

"ws_address": 0x10000000

to

"ws_address": 0x80000000

and test.

0 项奖励

1,138 次查看
cornetp
Contributor II

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)

0 项奖励

1,133 次查看
ufedor
NXP Employee
NXP Employee

Have you tried write operation?

0 项奖励

1,120 次查看
RBenoit
Contributor I

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

0 项奖励

1,203 次查看
ufedor
NXP Employee
NXP Employee

Currently the flash is not in the list of supported devices, but it could be added referring the Community question:

https://community.nxp.com/t5/Layerscape-Knowledge-Base/LX2160ARDB-How-to-configure-a-new-flash-devic...

0 项奖励