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?
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?
If you are not using a SoftDevice you can use NVIC_SystemReset()
instead.
If you are not using a SoftDevice you can use NVIC_SystemReset()
instead.