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!
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.
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!
You may wish to investigate if the older, more established (superior - in my book) IDEs may accommodate your objective. (Keil & IAR come to mind - both have free, eval versions - accept ARM MCUs from multiple vendors - and (long) have accommodated SWD (which over-challenges, still) here.)