Hello
I can't seem to find the proper code to do a software reset in a PE project. Can anyone give me an example for a complete software reset function?
thanks!
Solved! Go to Solution.
I've been trying but still can not get the K70 to reset properly. Running from Flash so I thought the sample I found would indeed work.. :
SCB_AIRCR = SCB_AIRCR_VECTKEY(0x5FA)| SCB_AIRCR_SYSRESETREQ_MASK;
thanks in advance!
I've been trying but still can not get the K70 to reset properly. Running from Flash so I thought the sample I found would indeed work.. :
SCB_AIRCR = SCB_AIRCR_VECTKEY(0x5FA)| SCB_AIRCR_SYSRESETREQ_MASK;
thanks in advance!
Hello,
there is missing support of this functionality in PEx. I have passed this request to developers to consider its support in some next release.
best regards
Vojtech Filip
Processor Expert Support Team