Does MPC5606B support software reset?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Does MPC5606B support software reset?

ソリューションへジャンプ
1,476件の閲覧回数
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,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 件の賞賛
返信
1 返信
1,229件の閲覧回数
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 件の賞賛
返信