How to perform hard reset for MPC5744 controller

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

How to perform hard reset for MPC5744 controller

1,051 Views
ravindralature
Contributor I

Need to perform hard reset except watchdog reset for mpc5744.

I tried below code but it's not reaching startup code after reset

MC_ME.MCTL.R = 0x00005AF0UL; 

MC_ME.MCTL.R = 0x0000A50FUL;

Thanks in advance

Tags (2)
0 Kudos
Reply
1 Reply

771 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, you may use following two lines for SW destructive reset triggering:

ME.MCTL.R = 0xF0005AF0;

ME.MCTL.R = 0xF000A50F;