Does MPC5606B support software reset?

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

Does MPC5606B support software reset?

Jump to solution
1,034 Views
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 Kudos
Reply
1 Solution
786 Views
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;

View solution in original post

0 Kudos
Reply
1 Reply
787 Views
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 Kudos
Reply