Failed to write memory

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

Failed to write memory

3,012件の閲覧回数
bladerunner1010
Contributor III

I'm getting error via Codewarrior when trying to connect with flash programmer or when I run the initialization script.

Jtag connection seems OK and I am able to read the RCW.

Error is:

Failed to write memory at address 0x2016002c on core CortexA53#0.

Chip is LS1023A.

Thanks for your help

@yi 

タグ(2)
6 返答(返信)

242件の閲覧回数
bladerunner1010
Contributor III

I personally did not, I moved to other projects since then.
The HW team cont. working on this and then discovered HW issues with the chip's power sequence.
You need to check that you are not writing to on chip memory so it will falsely show as a write success.
Also Try to check SPI flash transactions during writes.
Did you initialize DDR memory properly?
I think get the power sequence sorted out first, you can use an eval board for reference, I think it is done there using CPLD.

0 件の賞賛
返信

275件の閲覧回数
weid
Contributor II

l meet the same question ,how do you solve it ?

0 件の賞賛
返信

2,967件の閲覧回数
bladerunner1010
Contributor III

please attach your initialization script and will try to help 

0 件の賞賛
返信

2,961件の閲覧回数
richardadams
Contributor III

I'm using the initialization script for the LS1043ARDB (LS1043A_RDB._init.py) with the following changes to support Hardcoding the RCW since  my board has a Blank NOR  Flash which will be my boot device when I can program it

USE_SAFE_RCW = True

BOOT_CHIP_SELECT = 2

The error is generated from Init_BRR when the line " DCSR_BE_M(0x16002C, 0x0000000E)" is executed

 

 

2,969件の閲覧回数
richardadams
Contributor III

I have the same error with a LA1043A board. Did anyone ever identify the cause of this error and how to work around it?

0 件の賞賛
返信

2,994件の閲覧回数
shu-zyc1
Contributor II

l meet the same question ,how do you solve it 

thanks you

0 件の賞賛
返信