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

Devices stuck in high current debug mode.

Hi. I have an urgent issue where after using the JLINK disk programming function on the NRF52-DK, my device is stuck in high current (3ma) debug mode until power is cycled. I have several devices out in the field that are stuck in this mode due to non cycling of the power. I can perform and OTA firmware update to these devices, so is there any sdk command or register change that I can make to kick these devices out of debug mode and back into normal mode!? Thanks
Ben

Parents Reply
  • If you do not have access to the device, then i think only below two options are left for you

    Watchdog reset and a Pin Reset.

    !) watchdog reset, you can initialized and enable the watchdog only once (based on a persistent variable) will reset the device only one and on the wakeup will never start the watchdog.

    2) pull the reset pin low as configured in NRF_UICR->PSELRESET[0] and PSELRESET[1]

Children
Related