This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_nvic_SystemReset() can not reset?

In some case sd_nvic_SystemReset() can not reset? nrf51822 S110.

for example: void main(void) { sd_nvic_SystemReset(); do something; } It can do somthing!! So sd_nvic_SystemReset() must after doing something?

Related