In MPC5744PRM, what's the p_e2e_rstcfg meaning?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In MPC5744PRM, what's the p_e2e_rstcfg meaning?

Jump to solution
730 Views
Jamber_H
Contributor III

In MPC5744PRM, what's the p_e2e_rstcfg meaning?

p_e2e_rstcfg.png

Best regards

Jamber

0 Kudos
1 Solution
713 Views
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

 

View solution in original post

0 Kudos
3 Replies
722 Views
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 Kudos
719 Views
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 Kudos
714 Views
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 Kudos