initialization RAM check for S12ZVL128

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

initialization RAM check for S12ZVL128

825件の閲覧回数
premchand_chenn
Contributor I

Hello All 

Thanks in advance 

we are using S12ZVL128. we enable ECC  for RAM. can you please help, is ECC test help to cover during initialization RAM  faults??or  we need to implement the pattern check  to cover initialization ram check 

ラベル(1)
タグ(1)
0 件の賞賛
返信
3 返答(返信)

706件の閲覧回数
premchand_chenn
Contributor I

Hello Daniel,

Thanks a lot for inputs 

normally we will do  pattern check on RAM after every initialization, to check any RAM failures. instead of pattern check either ECC will check ram failures after every initialization. 

No need to implement pattern check ?? 

0 件の賞賛
返信

706件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello premchand.chennupati@valeo.com,

The initialization after POR only initializes the SRAM to zeros along with the ECC information.
But it does not check for failures during the initialization.

During an aligned memory write, no ECC check is performed.

pastedImage_2.png

The ECC check is performed when the SRAM is read.  

pastedImage_3.png

It depends on your application requirements.

Regards,
Daniel

0 件の賞賛
返信

706件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello premchand.chennupati@valeo.com,

I'm not sure if I understand, could you please elaborate?

Anyway, the SRAM is initialized with zeros during POR (Section 8.3.4, S12ZVL RM rev.2.48).

pastedImage_2.png

Safety Manual for MagniV SafetyDevices rev.2

pastedImage_4.png

BR, Daniel