how to soft reset nrf51 in ble application??
i saw this post: link text in this post they are talking about enabling about soft device
If you have enabled the SoftDevice you can use sd_nvic_systemreset(), if not you can use nvic_systemreset()
thanks i tried with NVIC_SystemReset(). but it still goes into infinite loop.
i have posted new question here. link text
Np. Please consider accepting my answer by clicking the grey circle next to it.