Hello,
Can you point me to the documentation that details what the sources of a soft reset are ?
Thx,
Aidan
Hello,
Can you point me to the documentation that details what the sources of a soft reset are ?
Thx,
Aidan
You may want to elaborate a bit on "soft reset".
Otherwise: NVIC_SystemReset() function.
Hello,
I am looking for a hardware description as to the possible sources of a SREQ bit being set in the RESETREAS register.
We are seeing random resets in our application, and the SREQ bit is set when the reset vector is jumped to. Is it set when a null pointer is taken for example.
Thx,
Aidan
Hello,
I am looking for a hardware description as to the possible sources of a SREQ bit being set in the RESETREAS register.
We are seeing random resets in our application, and the SREQ bit is set when the reset vector is jumped to. Is it set when a null pointer is taken for example.
Thx,
Aidan
Errata 136?
Also, some of the default fault/error handlers in the SDK contain a call to NVIC_SystemReset().