How to perform hard reset for MPC5744 controller

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

How to perform hard reset for MPC5744 controller

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

标记 (2)
0 项奖励
1 回复

634 次查看
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;