S25FS256S support in CodeWarrior Flash Programmer

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S25FS256S support in CodeWarrior Flash Programmer

ソリューションへジャンプ
1,422件の閲覧回数
liguangyu02
Contributor II

Dear Layerscap contributer,

For the shortage of MT25QU128ABA, I'm adapting a new QSPI Flash?S25FS256S to our LS1043 costomer board.

By external Programmer, the qspi image has been burned to flash and boot successfully. The erase and write operation is also fine in uboot enviroment.

However, we need to download firmware by CodeWarrior Flash Programmer and it doesn't work now.

Here is my modification for flash support.

liguangyu02_0-1639043201419.png

With this change:
1, The dump operation smaller than 64kByte is fine.

2, The dump operation larger than 64KByte failed.

3, The erase operation seems to be fine.

4, the program operation failed with "FP: can't write memory".

I have checked there do have support for this model of Flash in CW_ARMv8\Config\flash\flash_devices.html. But the flash operation still failed.

Wish someone have experinece on flashing S25FS256S.

 

Thanks!

Guangyu

 

 

0 件の賞賛
返信
1 解決策
1,413件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please modify "ws_size" as 0x1FFFF, on LS1043, the OCRAM size is totally 128K.

If you problem remains, please open "Logging Configuration" panel from Window->Preference->Debug Server Connection->Logging Configuration, please modify "Logging Level" as "DEBUG", specify the logging file, apply the change. 

Then connect to the target board to do flash programming, the low level CCS log will be captured in the specified file. Please attach this file to me to do more investigation.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,414件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Please modify "ws_size" as 0x1FFFF, on LS1043, the OCRAM size is totally 128K.

If you problem remains, please open "Logging Configuration" panel from Window->Preference->Debug Server Connection->Logging Configuration, please modify "Logging Level" as "DEBUG", specify the logging file, apply the change. 

Then connect to the target board to do flash programming, the low level CCS log will be captured in the specified file. Please attach this file to me to do more investigation.

0 件の賞賛
返信