This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to stop the program being halted while resetting the processor when debugging?

Hi,

Is there any way to stop the program being halted when reset the processor with this:

HWREG(NVIC_APINT) = NVIC_APINT_VECTKEY | NVIC_APINT_SYSRESETREQ;

Any comments are appreciated!