After Reset SRAM Data corruption

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

After Reset SRAM Data corruption

1,091件の閲覧回数
Pragadeesh
Contributor I

Hi,

I am Using S32K342, in that I am working on Boot Loader, after Flashing application followed by Flash Boot Loader, in normal case could be able to jump to application, but once I power ON and OFF, SRAM data corruption is happening, in Debugger shows "??????", and SRAM init pattern is not initializing so that, ECU is going to hard fault.

Pragadeesh_0-1686834339172.png

 

Please provide solution for this issue, like where I have to update the code for this issue and which thing I need to modify.

 

 

Thanks & Regards,

Pragadeesh.

 

タグ(1)
0 件の賞賛
返信
1 返信

1,070件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

If you power ON and OFF, data in SRAM dissapeared because it is volatile memory.

Debugger shows "??????" apparently because you have breakpoint at the very beginning, before SRAM is initialized for ECC. (by 64-bit writes to completely define the ECC code for the data unit)

タグ(1)
0 件の賞賛
返信