Hi! I'm working on a mobile application that interacts with an NRF52 device. We'd like to be able to programmatically reset a device stuck in DFU mode so that it tries to enter the application mode. We were able to successfully do this by starting an update and then abortting the update.
Is there a way to initiate the reset command without needing to start an update?
Thanks!