MPC5744P RAM protect

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

MPC5744P RAM protect

Jump to solution
561 Views
minwei
Contributor I

I am writing a bootloader for MPC5744P. And a watchdog reset is used to jump from APP to bootloader, when a download request is detected in APP. I would like to save this request flag in RAM. How can the flag maintain in RAM, when the project is reset? Thank you!

0 Kudos
Reply
1 Solution
556 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

The RAM content is preserved on non destructive resets in case the MBIST is not executed.

For storing your flag is better to use core registers, which keep their value on reset.

petervlna_0-1664872488798.png

petervlna_1-1664872506367.png

See Table 7-1. Reset settings for e200z4 resources of reference manual.

Best regards,

Peter

 

View solution in original post

0 Kudos
Reply
1 Reply
557 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

The RAM content is preserved on non destructive resets in case the MBIST is not executed.

For storing your flag is better to use core registers, which keep their value on reset.

petervlna_0-1664872488798.png

petervlna_1-1664872506367.png

See Table 7-1. Reset settings for e200z4 resources of reference manual.

Best regards,

Peter

 

0 Kudos
Reply