In MPC5744PRM, what's the p_e2e_rstcfg meaning?

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

In MPC5744PRM, what's the p_e2e_rstcfg meaning?

跳至解决方案
977 次查看
Jamber_H
Contributor III

In MPC5744PRM, what's the p_e2e_rstcfg meaning?

p_e2e_rstcfg.png

Best regards

Jamber

0 项奖励
回复
1 解答
960 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Well, this is kind of weakness of the documentation. Sometimes names of internal signals soaked to the reference manual and it's nor clearly explained.

In this case, p_dmem_rstcfg are hardcoded signals. The result is that reset value of DMEMCTL0 register is 0x0000041B.

p_hwchkbit[7:0] is then internal bus for e2eECC:

lukaszadrapa_0-1616681942394.png

 

Maybe this draft of application note and examples from my colleague could help:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/ANxx-Error-Correcting-Codes-Implemented-on-MPC57...

Regards,

Lukas

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
969 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi Jamber,

these are internal input signals of the core which are used to provide configuration information for operation out of reset. In this case, these signals are 0b0000. As defined in the RM, reset value is:

Reset - 0x5 || p_e2e_rstcfg[0:3];

That means the reset value is 0x5.

Regards,

Lukas

 

0 项奖励
回复
966 次查看
Jamber_H
Contributor III

Hi, Lukas,

Thanks for your reply, there are other similar symbols in the UM, such as p_dmem_rstcfg, p_hwchkbit, where can I see their meaning?

Best regards

Jamber

0 项奖励
回复
961 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Well, this is kind of weakness of the documentation. Sometimes names of internal signals soaked to the reference manual and it's nor clearly explained.

In this case, p_dmem_rstcfg are hardcoded signals. The result is that reset value of DMEMCTL0 register is 0x0000041B.

p_hwchkbit[7:0] is then internal bus for e2eECC:

lukaszadrapa_0-1616681942394.png

 

Maybe this draft of application note and examples from my colleague could help:

https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/ANxx-Error-Correcting-Codes-Implemented-on-MPC57...

Regards,

Lukas

 

0 项奖励
回复