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,
Solved! Go to Solution.
Use the MC_ME module to enter the RESET mode (SW functional reset):
/* software reset */
ME.MCTL.R = 0x00005AF0;
ME.MCTL.R = 0x0000A50F;
Use the MC_ME module to enter the RESET mode (SW functional reset):
/* software reset */
ME.MCTL.R = 0x00005AF0;
ME.MCTL.R = 0x0000A50F;