Unable to recover NRF52840

I'm programming a batch of 100 NRF52840 devices (new ISP1807-LR modules), and I'm unable to recover or program several of them. Most work fine, and I've never seen this issue until this batch. Does this sound like there is an error with the chips? Or would it point more towards the board/soldering? 

Thanks for your help!

Here is the .bat file I'm using:

@echo off
cd C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin

echo Flashing bootloader...
nrfjprog --recover -f nrf52 --log
nrfjprog --program "itsybitsy_nrf52840_express_bootloader-0.8.0_s140_6.1.1.hex" -f nrf52 --chiperase --reset --log

echo Waiting for drive to appear...
:WAIT_FOR_DRIVE
if exist "E:\\" goto COPY_UF2
timeout /t 1 /nobreak >nul
goto WAIT_FOR_DRIVE

:COPY_UF2
echo Drive found! Copying UF2...
copy "C:\Users\Andrew\Documents\WARBL\WARBL2\UF2 files\current_firmware\WARBL2_firmware.uf2" E:\
echo Done!

And here is the printout:

Flashing bootloader...
Recovering device. This operation might take 30s.
[error] [ Client] - Encountered error -21: Command recover executed for 153 milliseconds with result -21
[error] [ Worker] - An unknown error.
ERROR: Recover failed. Please make sure that the correct device family is given
ERROR: and try again.
[error] [ Client] - Encountered error -102: Command read_device_info executed for 154 milliseconds with result -102
[error] [ Worker] - An unknown error.
[error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 60 milliseconds with result -102
Failed to read device memories.
[error] [ Worker] - An unknown error.
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again with argument --log, contact Nordic
ERROR: Semiconductor and provide the generated log.log file to them.
Waiting for drive to appear...

Parents
  • Hi

    Can you share the full flash log here with the --log command? The errors shown here are pretty generic, so this can be due to a few different things. What are you using to program/recover the boards? A DK or a dedicated J-Link programmer? Please confirm what supply voltage the board and programmer runs on. These should match to make sure it runs correctly. 

    Is there anything different with this batch in HW terms compared to older batches? My guess is that there's an electrical or physical issue on these new boards that result in issues when flashing them.

    Best regards,

    Simon

Reply
  • Hi

    Can you share the full flash log here with the --log command? The errors shown here are pretty generic, so this can be due to a few different things. What are you using to program/recover the boards? A DK or a dedicated J-Link programmer? Please confirm what supply voltage the board and programmer runs on. These should match to make sure it runs correctly. 

    Is there anything different with this batch in HW terms compared to older batches? My guess is that there's an electrical or physical issue on these new boards that result in issues when flashing them.

    Best regards,

    Simon

Children
  • Hi Simon, thanks very much for your help. At this point I'm starting to think that the modules were damaged because I didn't have JLCPCB bake them (they said that their automatic recommendation for baking only is triggered by MSL5 components). It appears that a few of the modules have Vcc and Gnd shorted internally. I'm in touch with both JLCPCB and Insight about this as well and they've been very helpful.

    However, in response to your questions, I'm using a J-Link EDU Mini v.1.0 for programming. The programmer is powered by USB but I'm not sure what voltage it actually runs on. The NRF has 3.0 V to VCC_NRF and USB (5.0 V) to VBUS. I am curious about the possible voltage mismatch, as I've never considered this (although again, I haven't seen issues in the past).

    The only difference on this batch of boards is that I've added a magnetometer to the board, but I don't see that causing any issues. The schematic for the board is here: https://warbl.xyz/WARBL2_schematic.pdf

    I'm pasting in an example lengthy log below. Thanks again!

    [2026-May-19 14:33:56] [debug] --------------------------------------------------------------------------------
    [2026-May-19 14:33:56] [debug] nrfjprog --recover -f nrf52 --log
    [2026-May-19 14:33:56] [debug] nrfjprog version 10.24.2 external
    [2026-May-19 14:33:56] [debug] --------------------------------------------------------------------------------
    [2026-May-19 14:33:56] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
    [2026-May-19 14:33:56] [ info] Library loaded, loading member functions.
    [2026-May-19 14:33:56] [ info] Member functions succesfully loaded.
    [2026-May-19 14:33:56] [debug] [ Client] - open
    [2026-May-19 14:33:56] [debug] [ Client] - start
    [2026-May-19 14:33:56] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 1cad72ca-fe2a-4f4d-a172-7b86b106ff43.
    [2026-May-19 14:33:57] [trace] [ Client] - Command open executed for 48 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - config
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
    [2026-May-19 14:33:57] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ JLink] - Logger sink registered in JLink logger
    [2026-May-19 14:33:57] [debug] [ nRF52] - open
    [2026-May-19 14:33:57] [debug] [ nRF52] - just_check_family
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - open_dll
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink_V794e\JLink_x64.dll.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Library loaded, loading member functions.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Member functions succesfully loaded.
    [2026-May-19 14:33:57] [debug] [ Client] - enum_emu_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Set batch mode
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - dll_version
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Segger dll version 7.94.e loaded.
    [2026-May-19 14:33:57] [trace] [ Worker] - Command open executed for 4 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - config
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - enum_emu_snr
    [2026-May-19 14:33:57] [trace] [ Worker] - Command config executed for 2 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [ nRF52] - enum_emu_con_info
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - enum_emu_con_info
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ Worker] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_enum_emu_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_get_num_emus
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Segger logging enabled.
    [2026-May-19 14:33:57] [trace] [ JLink] - Firmware: J-Link EDU Mini V1 compiled Mar 29 2024 01:02:31
    [2026-May-19 14:33:57] [trace] [ JLink] - Firmware: J-Link EDU Mini V1 compiled Mar 29 2024 01:02:31
    [2026-May-19 14:33:57] [trace] [ JLink] - Hardware: V1.00
    [2026-May-19 14:33:57] [trace] [ JLink] - S/N: 801041539
    [2026-May-19 14:33:57] [trace] [ JLink] - OEM: SEGGER
    [2026-May-19 14:33:57] [trace] [ JLink] - Feature(s): FlashBP, GDB
    [2026-May-19 14:33:57] [trace] [ JLink] - Bootloader: 2016 Nov 30
    [2026-May-19 14:33:57] [trace] [ JLink] - USB speed mode: Full speed (12 MBit/s)
    [2026-May-19 14:33:57] [trace] [ JLink] - TELNET listener socket opened on port 19021
    [2026-May-19 14:33:57] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
    [2026-May-19 14:33:57] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
    [2026-May-19 14:33:57] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink_V794e\JLinkGUIServer.exe
    [2026-May-19 14:33:57] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink_V794e\JLinkGUIServer.exe
    [2026-May-19 14:33:57] [trace] [ Client] - Command connect_to_emu_with_snr executed for 109 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - read_connected_emu_snr
    [2026-May-19 14:33:57] [trace] [ Client] - Command read_connected_emu_snr executed for 15 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.94e "
    [2026-May-19 14:33:57] [trace] [ JLink] - - 74.016ms returns "O.K."
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.001ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.001ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.003ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.007ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.170ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSpeedInfo()
    [2026-May-19 14:33:57] [trace] [ JLink] - 96000000 Hz / n, n >= 24
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.007ms
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 4000kHz
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetSpeed(2000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.071ms
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSpeed()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns 2000
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - SWD clock set to 2000kHz
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSN()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns 801041539
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.003ms
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_device_family
    [2026-May-19 14:33:57] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 92 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_connected_emu_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.024ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_connected_emu_snr
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.007ms
    [2026-May-19 14:33:57] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - recover
    [2026-May-19 14:33:57] [debug] [ nRF52] - recover
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.005ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_recover
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - coresight_configure
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetHWStatus(...)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.524ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 102.314ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_debug_port_idr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.933ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.561ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.938ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.962ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.954ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.969ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.942ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.984ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.962ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.960ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.960ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.963ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.957ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.969ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.964ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.959ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.969ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.954ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.986ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.973ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.973ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [error] [ Client] - Encountered error -21: Command recover executed for 153 milliseconds with result -21
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.969ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.000ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.960ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.972ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.010ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.941ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.971ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.996ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.974ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.981ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.087ms
    [2026-May-19 14:33:57] [error] [ Worker] - An unknown error.
    [2026-May-19 14:33:57] [trace] [ Worker] - Command recover executed for 146 milliseconds with result -21
    [2026-May-19 14:33:57] [debug] [ nRF52] - close
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.007ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - close
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - disconnect_from_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_disconnect_from_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_device
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsConnected()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns FALSE
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.748ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.565ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.985ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.987ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.951ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.969ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.995ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.961ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.990ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.981ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.949ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.994ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 3.192ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.740ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 3.192ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.752ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.991ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.968ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.970ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.988ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.992ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.981ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.999ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.943ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.985ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.999ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.943ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Ignore exception An unknown error.
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.032ms
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Close()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Segger Backend closed.
    [2026-May-19 14:33:57] [debug] [ nRF52] - nRF family DLL closed
    [2026-May-19 14:33:57] [trace] [ Client] - Command close executed for 92 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - terminate
    [2026-May-19 14:33:57] [trace] [ Worker] - Command close executed for 91 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Worker] - Executed 8 commands for 337 milliseconds
    [2026-May-19 14:33:57] [debug] [ Client] - Worker process exited with code: 0
    [2026-May-19 14:33:57] [debug] [ Client] - Worker process exited with code: 0
    [2026-May-19 14:33:57] [debug] [ Client] - Child process terminated with result 0
    [2026-May-19 14:33:57] [trace] [ Client] - Executed 8 commands for 447 milliseconds
    [2026-May-19 14:33:57] [debug] [ Client] - terminate
    [2026-May-19 14:33:57] [debug] --------------------------------------------------------------------------------
    [2026-May-19 14:33:57] [debug] nrfjprog --program itsybitsy_nrf52840_express_bootloader-0.8.0_s140_6.1.1.hex -f nrf52 --chiperase --reset --log
    [2026-May-19 14:33:57] [debug] nrfjprog version 10.24.2 external
    [2026-May-19 14:33:57] [debug] --------------------------------------------------------------------------------
    [2026-May-19 14:33:57] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
    [2026-May-19 14:33:57] [ info] Library loaded, loading member functions.
    [2026-May-19 14:33:57] [ info] Member functions succesfully loaded.
    [2026-May-19 14:33:57] [debug] [ Client] - open
    [2026-May-19 14:33:57] [debug] [ Client] - start
    [2026-May-19 14:33:57] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence c696a3f0-3abf-4bef-b771-e1d78efa9ff8.
    [2026-May-19 14:33:57] [trace] [ Client] - Command open executed for 38 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
    [2026-May-19 14:33:57] [debug] [ Client] - config
    [2026-May-19 14:33:57] [debug] [ JLink] - Logger sink registered in JLink logger
    [2026-May-19 14:33:57] [debug] [ nRF52] - open
    [2026-May-19 14:33:57] [debug] [ nRF52] - just_check_family
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - open_dll
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink_V794e\JLink_x64.dll.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Library loaded, loading member functions.
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Member functions succesfully loaded.
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Set batch mode
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - dll_version
    [2026-May-19 14:33:57] [ info] [SeggerBackend] - Segger dll version 7.94.e loaded.
    [2026-May-19 14:33:57] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - enum_emu_snr
    [2026-May-19 14:33:57] [debug] [ nRF52] - config
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - enum_emu_snr
    [2026-May-19 14:33:57] [trace] [ Worker] - Command config executed for 2 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - enum_emu_con_info
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - enum_emu_con_info
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ Worker] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2026-May-19 14:33:57] [trace] [ Client] - Command enum_emu_con_info executed for 16 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [ nRF52] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_enum_emu_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_get_num_emus
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Segger logging enabled.
    [2026-May-19 14:33:57] [trace] [ JLink] - Firmware: J-Link EDU Mini V1 compiled Mar 29 2024 01:02:31
    [2026-May-19 14:33:57] [trace] [ JLink] - Firmware: J-Link EDU Mini V1 compiled Mar 29 2024 01:02:31
    [2026-May-19 14:33:57] [trace] [ Client] - Command connect_to_emu_with_snr executed for 76 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - read_connected_emu_snr
    [2026-May-19 14:33:57] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ Client] - read_device_info
    [2026-May-19 14:33:57] [trace] [ JLink] - Hardware: V1.00
    [2026-May-19 14:33:57] [trace] [ JLink] - S/N: 801041539
    [2026-May-19 14:33:57] [trace] [ JLink] - OEM: SEGGER
    [2026-May-19 14:33:57] [trace] [ JLink] - Feature(s): FlashBP, GDB
    [2026-May-19 14:33:57] [trace] [ JLink] - Bootloader: 2016 Nov 30
    [2026-May-19 14:33:57] [trace] [ JLink] - USB speed mode: Full speed (12 MBit/s)
    [2026-May-19 14:33:57] [trace] [ JLink] - TELNET listener socket opened on port 19021
    [2026-May-19 14:33:57] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
    [2026-May-19 14:33:57] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
    [2026-May-19 14:33:57] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink_V794e\JLinkGUIServer.exe
    [2026-May-19 14:33:57] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink_V794e\JLinkGUIServer.exe
    [2026-May-19 14:33:57] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.94e "
    [2026-May-19 14:33:57] [trace] [ JLink] - - 51.982ms returns "O.K."
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.001ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.000ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.007ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.009ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 3.746ms returns 0x00
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSpeedInfo()
    [2026-May-19 14:33:57] [trace] [ JLink] - 96000000 Hz / n, n >= 24
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.006ms
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 4000kHz
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_SetSpeed(2000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.081ms
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSpeed()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.003ms returns 2000
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - SWD clock set to 2000kHz
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetSN()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns 801041539
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.003ms
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_device_family
    [2026-May-19 14:33:57] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 70 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_connected_emu_snr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.008ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_connected_emu_snr
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms
    [2026-May-19 14:33:57] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_device_info
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_read_device_version
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_readback_status
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - coresight_configure
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_GetHWStatus(...)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.173ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 102.386ms returns 0
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_debug_port_idr
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.944ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.997ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.861ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.975ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.988ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.964ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.967ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.995ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.054ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.911ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.987ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.985ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.957ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.986ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.996ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.972ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.959ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.449ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.504ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.996ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.932ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [error] [ Client] - Encountered error -102: Command read_device_info executed for 153 milliseconds with result -102
    [2026-May-19 14:33:57] [warning] Failed to read device info. Attempting to complete command anyways.
    [2026-May-19 14:33:57] [debug] [ Client] - read_memory_descriptors
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.994ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.930ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.990ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.988ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.986ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.964ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.073ms
    [2026-May-19 14:33:57] [error] [ Worker] - An unknown error.
    [2026-May-19 14:33:57] [trace] [ Worker] - Command read_device_info executed for 147 milliseconds with result -102
    [2026-May-19 14:33:57] [debug] [ nRF52] - read_memory_descriptors
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.005ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_read_memory_descriptors
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_readback_status
    [2026-May-19 14:33:57] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.003ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.971ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.991ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.964ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.439ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.536ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.070ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.868ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.965ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.973ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.994ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.973ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.004ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.940ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.974ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.995ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.998ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.940ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.986ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.984ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.965ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.983ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.997ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.970ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.002ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 60 milliseconds with result -102
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.985ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.981ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.988ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.045ms
    [2026-May-19 14:33:57] [error] [ Worker] - An unknown error.
    [2026-May-19 14:33:57] [trace] [ Worker] - Command read_memory_descriptors executed for 49 milliseconds with result -102
    [2026-May-19 14:33:57] [debug] [ nRF52] - close
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_emu
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsOpen()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.018ms returns 0x01
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_Lock()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - close
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - disconnect_from_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_disconnect_from_emu
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - is_connected_to_device
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_IsConnected()
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.002ms returns FALSE
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 1.056ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.564ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.972ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.978ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.987ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.977ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.984ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.944ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.961ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.994ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.958ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.988ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 2.985ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.976ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.967ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.992ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.979ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.982ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.968ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.996ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:57] [trace] [ JLink] - - 0.955ms returns -1
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:57] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:57] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.995ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.972ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.989ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.975ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.981ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.981ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.974ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2026-May-19 14:33:58] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 2.997ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.972ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.997ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.942ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.990ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.980ms returns -1
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_HasError()
    [2026-May-19 14:33:58] [debug] [SeggerBackend] - Ignore exception An unknown error.
    [2026-May-19 14:33:58] [trace] [ JLink] - - 0.042ms
    [2026-May-19 14:33:58] [trace] [ JLink] - JLINK_Close()
    [2026-May-19 14:33:58] [debug] [SeggerBackend] - Segger Backend closed.
    [2026-May-19 14:33:58] [debug] [ nRF52] - nRF family DLL closed
    [2026-May-19 14:33:58] [trace] [ Client] - Command close executed for 92 milliseconds with result 0
    [2026-May-19 14:33:58] [trace] [ Worker] - Command close executed for 77 milliseconds with result 0
    [2026-May-19 14:33:58] [debug] [ Client] - terminate
    [2026-May-19 14:33:58] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
    [2026-May-19 14:33:58] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
    [2026-May-19 14:33:58] [trace] [ Worker] - Executed 9 commands for 350 milliseconds
    [2026-May-19 14:33:58] [debug] [ Client] - Worker process exited with code: 0
    [2026-May-19 14:33:58] [debug] [ Client] - Worker process exited with code: 0
    [2026-May-19 14:33:58] [debug] [ Client] - Child process terminated with result 0
    [2026-May-19 14:33:58] [trace] [ Client] - Executed 9 commands for 450 milliseconds
    [2026-May-19 14:33:58] [debug] [ Client] - terminate

Related