system reset request (NVIC_systemreset) does not restart the...
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 d...