This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

system reset request (NVIC_systemreset) does not restart the M4 controller

Hi,

I am working on M4 microcontroller. I would like to perform soft reset of the system. so I have used NVIC_SystemReset function as shown below


When I do this, the system gets restarts only when I do power-on reset or Reset in keil debug window. Is this correct operation?

I need the processor gets restart without doing power-on reset or Resetting from keil debug window. please let me know if anyone has solution

thanks in advance

0