Hi,
I am using
- nRF52810
- SDK 15.3.0
- Keil IDE
- The soft device is S112_nrf52
- JLinkRTTViewer for debug
- nRFConnect (pc-version)
I used ble-dfu to download the program. The program works fine. Among the commands controlled by the smartphone, there is a reset command. Upon receiving the reset command,I have NVIC_SystemReset() was done.
After receiving this command, the device cannot live. How do I reset when the smartphone gives a reset command as above?
please advice.