Bricked MCU?

Hi, we've a custom board with an nRF52820 chip on, and are just at the start of bringing the board up.

Previously we've been developing our code on the nRF52822DK, and doing ok.

We had a blinky program, and I'd managed to flash that onto the custom board, and was starting to probe if it was actually running, but now I can't connect to the target board.

We're using a Jlink base to program and debug, and the SWD interface (with the reset line connected), and the target's getting a good 3.0V supply to the target.

We've been using VS code and have tried resetting and erasing the board, but get an error like:

-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: /Users/nRFprojects/220905//build_P/zephyr/zephyr.hex
[error] [ Client] - Encountered error -102: Command read_device_info executed for 133 milliseconds with result -102
[error] [ Worker] - An unknown error.
[error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 31 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.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
FATAL ERROR: command exited with status 33: nrfjprog --program /Users/nRFprojects/220905/build_P/zephyr/zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 51028748

As suggested, I've tried running that with the --log option but it says:

FATAL ERROR: runner nrfjprog received unknown arguments: ['--log']

I'm updating to the 2.5 toolchain now, but don't expect that'll help, so any help or advice on how to unbrick the board would be very much appreciated!

Alex

Parents
  • Ok, so I've worked out it was the nrfjprog command that needed the --log option, like:

    nrfjprog --program /Users/nRFprojects/220905/build_P/zephyr/zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 51028748 --log

    The log.log file contains (I couldn't work out how to attach it, sorry!)

    [2023-Dec-03 11:51:00] [debug] --------------------------------------------------------------------------------
    [2023-Dec-03 11:51:00] [debug] nrfjprog --program /Users/nRFprojects/220905/build_P/zephyr/zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 51028748 --log
    [2023-Dec-03 11:51:00] [debug] nrfjprog version 10.23.0 external
    [2023-Dec-03 11:51:00] [debug] --------------------------------------------------------------------------------
    [2023-Dec-03 11:51:00] [ info] Load library at /Applications/Nordic Semiconductor/lib/libnrfjprogdll.dylib.
    [2023-Dec-03 11:51:00] [ info] Library loaded, loading member functions.
    [2023-Dec-03 11:51:00] [ info] Member functions succesfully loaded.
    [2023-Dec-03 11:51:01] [debug] [ Client] - open
    [2023-Dec-03 11:51:01] [debug] [ Client] - start
    [2023-Dec-03 11:51:01] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence c0fde5ae-7564-4576-a818-46ba000ace77.
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
    [2023-Dec-03 11:51:01] [debug] [ JLink] - Logger sink registered in JLink logger
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - open
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - just_check_family
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - open_dll
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command open executed for 15 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - config
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Load library at /Applications/SEGGER/JLink/libjlinkarm.dylib.
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Library loaded, loading member functions.
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Member functions succesfully loaded.
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Set batch mode
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - dll_version
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Segger dll version 7.94. loaded.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command open executed for 7 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - config
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command config executed for 3 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - enum_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - enum_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - enum_emu_con_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - enum_emu_con_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_enum_emu_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_get_num_emus
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Segger logging enabled.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Firmware: J-Link V11 compiled Nov 22 2023 09:48:47
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Firmware: J-Link V11 compiled Nov 22 2023 09:48:47
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Hardware: V11.00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - S/N: 51028748
    [2023-Dec-03 11:51:01] [trace] [ JLink] - OEM: SEGGER
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Feature(s): GDB
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Bootloader: 2019 Jul 04
    [2023-Dec-03 11:51:01] [trace] [ JLink] - USB speed mode: High speed (480 MBit/s)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - TELNET listener socket opened on port 19021
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Looking for J-Link GUI Server exe at: /Applications/SEGGER/JLink_V794/JLinkGUIServerExe
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Forking J-Link GUI Server: /Applications/SEGGER/JLink_V794/JLinkGUIServerExe
    [2023-Dec-03 11:51:01] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.94 "
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 21.776ms returns "O.K."
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command connect_to_emu_with_snr executed for 49 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_device_info
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.005ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.006ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 1.120ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSpeedInfo()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - 180000000 Hz / n, n >= 12
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.005ms
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 15000kHz
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetSpeed(2000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.173ms
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSpeed()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns 2000
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - SWD clock set to 2000kHz
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSN()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 51028748
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.003ms
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_device_family
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 44 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_device_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_read_device_version
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_readback_status
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - coresight_configure
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetHWStatus(...)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 1.460ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 102.155ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_debug_port_idr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.582ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.606ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.666ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.583ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.617ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.648ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.559ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.574ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.750ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.781ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.638ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.647ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.663ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.624ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.580ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.617ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.567ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.632ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.591ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.614ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.539ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.557ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [error] [ Client] - Encountered error -102: Command read_device_info executed for 134 milliseconds with result -102
    [2023-Dec-03 11:51:01] [warning] Failed to read device info. Attempting to complete command anyways.
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_memory_descriptors
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.544ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.554ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.582ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.593ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.608ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.125ms
    [2023-Dec-03 11:51:01] [error] [ Worker] - An unknown error.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_device_info executed for 131 milliseconds with result -102
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_memory_descriptors
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_read_memory_descriptors
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_readback_status
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.709ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.633ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.574ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.641ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.673ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.665ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.637ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.659ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.632ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.621ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.692ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.580ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.703ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.679ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.743ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.770ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.620ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.581ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.593ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.610ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.635ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.663ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.615ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.620ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.538ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.556ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 31 milliseconds with result -102
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.626ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.614ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.562ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.701ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.108ms
    [2023-Dec-03 11:51:01] [error] [ Worker] - An unknown error.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_memory_descriptors executed for 28 milliseconds with result -102
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - close
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.009ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - close
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - disconnect_from_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_disconnect_from_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_device
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsConnected()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns FALSE
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.689ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.584ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.600ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.559ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.607ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.650ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.587ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.603ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.605ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.597ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.592ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.599ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.566ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.546ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.560ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.630ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.757ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.658ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.690ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.680ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.634ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.584ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.606ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.664ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.681ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.649ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.690ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.735ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.677ms returns -1
Reply
  • Ok, so I've worked out it was the nrfjprog command that needed the --log option, like:

    nrfjprog --program /Users/nRFprojects/220905/build_P/zephyr/zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 51028748 --log

    The log.log file contains (I couldn't work out how to attach it, sorry!)

    [2023-Dec-03 11:51:00] [debug] --------------------------------------------------------------------------------
    [2023-Dec-03 11:51:00] [debug] nrfjprog --program /Users/nRFprojects/220905/build_P/zephyr/zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 51028748 --log
    [2023-Dec-03 11:51:00] [debug] nrfjprog version 10.23.0 external
    [2023-Dec-03 11:51:00] [debug] --------------------------------------------------------------------------------
    [2023-Dec-03 11:51:00] [ info] Load library at /Applications/Nordic Semiconductor/lib/libnrfjprogdll.dylib.
    [2023-Dec-03 11:51:00] [ info] Library loaded, loading member functions.
    [2023-Dec-03 11:51:00] [ info] Member functions succesfully loaded.
    [2023-Dec-03 11:51:01] [debug] [ Client] - open
    [2023-Dec-03 11:51:01] [debug] [ Client] - start
    [2023-Dec-03 11:51:01] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence c0fde5ae-7564-4576-a818-46ba000ace77.
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
    [2023-Dec-03 11:51:01] [debug] [ JLink] - Logger sink registered in JLink logger
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - open
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - just_check_family
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - open_dll
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command open executed for 15 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - config
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Load library at /Applications/SEGGER/JLink/libjlinkarm.dylib.
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Library loaded, loading member functions.
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Member functions succesfully loaded.
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Set batch mode
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - dll_version
    [2023-Dec-03 11:51:01] [ info] [SeggerBackend] - Segger dll version 7.94. loaded.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command open executed for 7 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - config
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command config executed for 3 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - enum_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - enum_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - enum_emu_con_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - enum_emu_con_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command enum_emu_con_info executed for 2 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_enum_emu_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_get_num_emus
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Segger logging enabled.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Firmware: J-Link V11 compiled Nov 22 2023 09:48:47
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Firmware: J-Link V11 compiled Nov 22 2023 09:48:47
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Hardware: V11.00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - S/N: 51028748
    [2023-Dec-03 11:51:01] [trace] [ JLink] - OEM: SEGGER
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Feature(s): GDB
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Bootloader: 2019 Jul 04
    [2023-Dec-03 11:51:01] [trace] [ JLink] - USB speed mode: High speed (480 MBit/s)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - TELNET listener socket opened on port 19021
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Looking for J-Link GUI Server exe at: /Applications/SEGGER/JLink_V794/JLinkGUIServerExe
    [2023-Dec-03 11:51:01] [trace] [ JLink] - Forking J-Link GUI Server: /Applications/SEGGER/JLink_V794/JLinkGUIServerExe
    [2023-Dec-03 11:51:01] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.94 "
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 21.776ms returns "O.K."
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command connect_to_emu_with_snr executed for 49 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_device_info
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.005ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.006ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 1.120ms returns 0x00
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSpeedInfo()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - 180000000 Hz / n, n >= 12
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.005ms
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 15000kHz
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_SetSpeed(2000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.173ms
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSpeed()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns 2000
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - SWD clock set to 2000kHz
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetSN()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 51028748
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.003ms
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_device_family
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 44 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_connected_emu_snr
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_device_info
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.001ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_read_device_version
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_readback_status
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - coresight_configure
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_GetHWStatus(...)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 1.460ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 102.155ms returns 0
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_debug_port_idr
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.582ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.606ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.666ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.583ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.617ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.648ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.559ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.574ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.750ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.781ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.638ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.647ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.663ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.624ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.580ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.617ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.567ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.632ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.591ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.614ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.539ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.557ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [error] [ Client] - Encountered error -102: Command read_device_info executed for 134 milliseconds with result -102
    [2023-Dec-03 11:51:01] [warning] Failed to read device info. Attempting to complete command anyways.
    [2023-Dec-03 11:51:01] [debug] [ Client] - read_memory_descriptors
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.544ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.554ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.582ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.593ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.608ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.125ms
    [2023-Dec-03 11:51:01] [error] [ Worker] - An unknown error.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_device_info executed for 131 milliseconds with result -102
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - read_memory_descriptors
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.007ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_read_memory_descriptors
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_readback_status
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - Just_is_ctrl_ap_available
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_access_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.709ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.633ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.574ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.641ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.673ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.665ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.637ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.659ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.632ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.621ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.692ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.580ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.611ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.703ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.679ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.743ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.770ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.620ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.581ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.593ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.610ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.635ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.663ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.615ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.620ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.538ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.556ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.602ms returns -1
    [2023-Dec-03 11:51:01] [error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 31 milliseconds with result -102
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.626ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.612ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.629ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.614ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.562ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.701ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.108ms
    [2023-Dec-03 11:51:01] [error] [ Worker] - An unknown error.
    [2023-Dec-03 11:51:01] [trace] [ Worker] - Command read_memory_descriptors executed for 28 milliseconds with result -102
    [2023-Dec-03 11:51:01] [debug] [ nRF52] - close
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsOpen()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.009ms returns 0x01
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_Lock()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - close
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - disconnect_from_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_disconnect_from_emu
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - is_connected_to_device
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_IsConnected()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.002ms returns FALSE
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.689ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.584ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.600ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.559ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.644ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.607ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.650ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.596ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.587ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.603ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.605ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.597ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.592ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.599ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.566ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.546ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.560ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.630ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.757ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.658ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.690ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.645ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.680ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.634ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.584ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.606ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.604ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.639ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.625ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.664ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.631ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.681ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.649ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-Dec-03 11:51:01] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.690ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.735ms returns -1
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_HasError()
    [2023-Dec-03 11:51:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
    [2023-Dec-03 11:51:01] [trace] [ JLink] - - 0.677ms returns -1
Children
No Data
Related