initialization RAM check for S12ZVL128

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

initialization RAM check for S12ZVL128

756 次查看
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 回复数

637 次查看
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 项奖励

637 次查看
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 项奖励

637 次查看
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