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

Serial DFU - Exit command?

I'm using an nRF51822 on a custom board with Nordic's serial DFU example from SDK v10.0.0. I'm trying to find a way to exit the serial DFU without the DFU trying to update the app. I figured writing the stop command without writing anything else would do the trick, but the module just sends a message after receiving the stop command and stays in the DFU. What would be the best way to go about this without a power cycle or reset? Is it possible?

I'm also having a hard time finding documentation on whatever the message coming from the nRF51822 is. Can anyone point me in the right direction?

Related