Does MPC5606B support software reset?

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

Does MPC5606B support software reset?

跳至解决方案
1,475 次查看
anegoiko
Contributor III

Hi everyone,

I have been reading it user manual, and I found that there is a flag that indicates if a software reset has been provoked. But how is the software reset generated? Which register do I have to modify? I have also been searching the Forum but I don't see an answer to my particular situation. I am hoping someone out there has done something similar or knows the answer.

Thanks,

0 项奖励
回复
1 解答
1,227 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Use the MC_ME module to enter the RESET mode (SW functional reset):

/* software reset */  

ME.MCTL.R = 0x00005AF0;

ME.MCTL.R = 0x0000A50F;

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,228 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Use the MC_ME module to enter the RESET mode (SW functional reset):

/* software reset */  

ME.MCTL.R = 0x00005AF0;

ME.MCTL.R = 0x0000A50F;

0 项奖励
回复