Unable to flash firmware(Using VsCode) due to APProtect (NRF9151)

The environment setup I'm using is VsCode with the NRF extension. I'm using SDK v2.6.1. When flashing bootloader firmware to my device I get this output on my vs code terminal.

It looks like the readback protection of the NRF9151 is preventing me from flashing anything new to the device. Initially, when I tried flasing firmware, I got this popupFlashing failed due to protection on the device - Nordic Q&A - Nordic  DevZone - Nordic DevZone

When selecting yes it would run a nrfjprog --recover command which would do the trick, but after a while it stopped working. When manually running nrfjprog --recover I get the same error output in the first attachment.

I've tried running nrfjprog --eraseall as well and I get this on output

I've also tried to use JLink commander to manually write to the hardware registers but I can't connect to the device because the DAP won't power up.

I saw some other posts about the APProtect handling being broken but I'm not sure if it's the same issue. It could definitely be a hardware issue, but my gut is telling me that I accidently wrote something to the hardware registers that enabled erase protection as well, and now I'm locked out of the device completely. Here is the log file after running nrfjprog --recover -log


[2024-Sept-20 15:56:06] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 15:56:06] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --eraseall --family NRF91 --log
[2024-Sept-20 15:56:06] [debug] nrfjprog version 10.24.2 external
[2024-Sept-20 15:56:06] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 15:56:06] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-20 15:56:06] [ info] Library loaded, loading member functions.
[2024-Sept-20 15:56:06] [ info] Member functions succesfully loaded.
[2024-Sept-20 15:56:06] [debug] [ Client] - open
[2024-Sept-20 15:56:06] [debug] [ Client] - start
[2024-Sept-20 15:56:06] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 1533150b-eb53-427a-be88-f625ccc30a1d.
[2024-Sept-20 15:56:06] [trace] [ Client] - Command open executed for 23 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - config
[2024-Sept-20 15:56:06] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-20 15:56:06] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-20 15:56:06] [debug] [ nRF91] - open
[2024-Sept-20 15:56:06] [debug] [ nRF91] - just_check_family
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - open_dll
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-20 15:56:06] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-20 15:56:06] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-20 15:56:06] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - dll_version
[2024-Sept-20 15:56:06] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command open executed for 2 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ nRF91] - config
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - enum_emu_snr
[2024-Sept-20 15:56:06] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-20 15:56:06] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command enum_emu_con_info executed for 3 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-20 15:56:06] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 15:56:06] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 15:56:06] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-20 15:56:06] [trace] [ JLink] - S/N: 440303696
[2024-Sept-20 15:56:06] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-20 15:56:06] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-20 15:56:06] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-20 15:56:06] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-20 15:56:06] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-20 15:56:06] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
[2024-Sept-20 15:56:06] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 15:56:06] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 15:56:06] [trace] [ Client] - Command connect_to_emu_with_snr executed for 46 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-20 15:56:06] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - read_device_info
[2024-Sept-20 15:56:06] [error] [ Client] - Encountered error -102: Command read_device_info executed for 14 milliseconds with result -102
[2024-Sept-20 15:56:06] [warning] Failed to read device info. Attempting to complete command anyways.
[2024-Sept-20 15:56:06] [debug] [ Client] - read_memory_descriptors
[2024-Sept-20 15:56:06] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-20 15:56:06] [error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 15 milliseconds with result -102
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 23.713ms returns "O.K."
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.011ms returns 0
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.518ms returns 0x00
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-20 15:56:06] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.006ms
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.061ms
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.006ms returns 1100
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.005ms
[2024-Sept-20 15:56:06] [debug] [ nRF91] - read_device_family
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 42 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.005ms returns 0x01
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.003ms
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ nRF91] - read_device_info
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 15:56:06] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.146ms returns 0
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 1.743ms returns 0
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.175ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.179ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.192ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.165ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.236ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.183ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.240ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.223ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.264ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.259ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.186ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.035ms
[2024-Sept-20 15:56:06] [error] [ Worker] - An unknown error.
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command read_device_info executed for 10 milliseconds with result -102
[2024-Sept-20 15:56:06] [debug] [ nRF91] - read_memory_descriptors
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.005ms returns 0x01
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 15:56:06] [debug] [ nRF91] - Just_read_memory_descriptors
[2024-Sept-20 15:56:06] [debug] [ nRF91] - Just_readback_status
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.181ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.165ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.183ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.175ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.150ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.150ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.188ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.192ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.182ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.184ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.159ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.176ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.166ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.160ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.208ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.267ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.037ms
[2024-Sept-20 15:56:06] [error] [ Worker] - An unknown error.
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command read_memory_descriptors executed for 7 milliseconds with result -102
[2024-Sept-20 15:56:06] [debug] [ nRF91] - close
[2024-Sept-20 15:56:06] [debug] [ nRF91] - close
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.005ms returns 0x01
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - close
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.004ms returns FALSE
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.180ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.183ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.224ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.178ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.205ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.188ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.160ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.162ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.179ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.196ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.225ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.175ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.175ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.221ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.175ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.168ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.179ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Ignore exception An unknown error.
[2024-Sept-20 15:56:06] [trace] [ JLink] - - 0.029ms
[2024-Sept-20 15:56:06] [trace] [ JLink] - JLINK_Close()
[2024-Sept-20 15:56:06] [trace] [ Client] - Command close executed for 63 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [ Client] - terminate
[2024-Sept-20 15:56:06] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 15:56:06] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-20 15:56:06] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command close executed for 45 milliseconds with result 0
[2024-Sept-20 15:56:06] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 15:56:06] [trace] [ Worker] - Executed 9 commands for 112 milliseconds
[2024-Sept-20 15:56:06] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 15:56:06] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 15:56:06] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-20 15:56:06] [trace] [ Client] - Executed 9 commands for 191 milliseconds
[2024-Sept-20 15:56:06] [debug] [ Client] - terminate
[2024-Sept-20 16:22:18] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:22:18] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --eraseall --family NRF91 --log
[2024-Sept-20 16:22:18] [debug] nrfjprog version 10.24.2 external
[2024-Sept-20 16:22:18] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:22:18] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-20 16:22:18] [ info] Library loaded, loading member functions.
[2024-Sept-20 16:22:18] [ info] Member functions succesfully loaded.
[2024-Sept-20 16:22:18] [debug] [ Client] - open
[2024-Sept-20 16:22:18] [debug] [ Client] - start
[2024-Sept-20 16:22:18] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence e5ae408e-c26f-4e2a-8d71-658e8f96eb31.
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-20 16:22:18] [trace] [ Client] - Command open executed for 35 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-20 16:22:18] [debug] [ nRF91] - open
[2024-Sept-20 16:22:18] [debug] [ nRF91] - just_check_family
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - open_dll
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-20 16:22:18] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-20 16:22:18] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-20 16:22:18] [debug] [ Client] - config
[2024-Sept-20 16:22:18] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - dll_version
[2024-Sept-20 16:22:18] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2024-Sept-20 16:22:18] [trace] [ Client] - Command config executed for 14 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ Client] - enum_emu_snr
[2024-Sept-20 16:22:18] [debug] [ nRF91] - config
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-20 16:22:18] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command enum_emu_con_info executed for 3 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-20 16:22:18] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:22:18] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:22:18] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-20 16:22:18] [trace] [ JLink] - S/N: 440303696
[2024-Sept-20 16:22:18] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-20 16:22:18] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-20 16:22:18] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-20 16:22:18] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-20 16:22:18] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-20 16:22:18] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
[2024-Sept-20 16:22:18] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:22:18] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:22:18] [trace] [ Client] - Command connect_to_emu_with_snr executed for 62 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-20 16:22:18] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 26.614ms returns "O.K."
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.011ms returns 0
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.519ms returns 0x00
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-20 16:22:18] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.005ms
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.059ms
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.004ms
[2024-Sept-20 16:22:18] [debug] [ nRF91] - read_device_family
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 47 milliseconds with result 0
[2024-Sept-20 16:22:18] [trace] [ Client] - Command read_connected_emu_snr executed for 15 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ Client] - read_device_info
[2024-Sept-20 16:22:18] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.009ms returns 0x01
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.003ms
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 16:22:18] [error] [ Client] - Encountered error -102: Command read_device_info executed for 15 milliseconds with result -102
[2024-Sept-20 16:22:18] [warning] Failed to read device info. Attempting to complete command anyways.
[2024-Sept-20 16:22:18] [debug] [ Client] - read_memory_descriptors
[2024-Sept-20 16:22:18] [debug] [ nRF91] - read_device_info
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.009ms returns 0x01
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:22:18] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.154ms returns 0
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 1.726ms returns 0
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.176ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.182ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.176ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.213ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.166ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.178ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.208ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.185ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.183ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.225ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.162ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.159ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.159ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.197ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.181ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.178ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.188ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.159ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.034ms
[2024-Sept-20 16:22:18] [error] [ Worker] - An unknown error.
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command read_device_info executed for 10 milliseconds with result -102
[2024-Sept-20 16:22:18] [debug] [ nRF91] - read_memory_descriptors
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.014ms returns 0x01
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:22:18] [debug] [ nRF91] - Just_read_memory_descriptors
[2024-Sept-20 16:22:18] [debug] [ nRF91] - Just_readback_status
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [error] [ Client] - Encountered error -102: Command read_memory_descriptors executed for 15 milliseconds with result -102
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.182ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.178ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.218ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.150ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.180ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.185ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.186ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.194ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.166ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.163ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.213ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.167ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.219ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.178ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.157ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.193ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.228ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.034ms
[2024-Sept-20 16:22:18] [error] [ Worker] - An unknown error.
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command read_memory_descriptors executed for 8 milliseconds with result -102
[2024-Sept-20 16:22:18] [debug] [ nRF91] - close
[2024-Sept-20 16:22:18] [debug] [ nRF91] - close
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.009ms returns 0x01
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - close
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.194ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.198ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.151ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.173ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.190ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.185ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.190ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.154ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.170ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.168ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.167ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.192ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.161ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.164ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.155ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.156ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.172ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.198ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.186ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.179ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.169ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.168ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.228ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.171ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.174ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.158ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.207ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.188ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - ---just_abort_debug_action
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection.
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.183ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.152ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.177ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.166ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.153ms returns -1
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Ignore exception An unknown error.
[2024-Sept-20 16:22:18] [trace] [ JLink] - - 0.030ms
[2024-Sept-20 16:22:18] [trace] [ JLink] - JLINK_Close()
[2024-Sept-20 16:22:18] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-20 16:22:18] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command close executed for 61 milliseconds with result 0
[2024-Sept-20 16:22:18] [trace] [ Client] - Command close executed for 78 milliseconds with result 0
[2024-Sept-20 16:22:18] [debug] [ Client] - terminate
[2024-Sept-20 16:22:18] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:22:18] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:22:18] [trace] [ Worker] - Executed 9 commands for 135 milliseconds
[2024-Sept-20 16:22:18] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:22:18] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:22:18] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-20 16:22:18] [trace] [ Client] - Executed 9 commands for 249 milliseconds
[2024-Sept-20 16:22:18] [debug] [ Client] - terminate
[2024-Sept-20 16:23:12] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:23:12] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --eraseall --family NRF91 --log
[2024-Sept-20 16:23:12] [debug] nrfjprog version 10.24.2 external
[2024-Sept-20 16:23:12] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:23:12] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-20 16:23:12] [ info] Library loaded, loading member functions.
[2024-Sept-20 16:23:12] [ info] Member functions succesfully loaded.
[2024-Sept-20 16:23:13] [debug] [ Client] - open
[2024-Sept-20 16:23:13] [debug] [ Client] - start
[2024-Sept-20 16:23:13] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 9649c8ea-d3f7-46ff-9c9f-fae038fb1e68.
[2024-Sept-20 16:23:13] [trace] [ Client] - Command open executed for 23 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ Client] - config
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-20 16:23:13] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-20 16:23:13] [debug] [ nRF91] - open
[2024-Sept-20 16:23:13] [debug] [ nRF91] - just_check_family
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - open_dll
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-20 16:23:13] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-20 16:23:13] [debug] [ Client] - enum_emu_snr
[2024-Sept-20 16:23:13] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-20 16:23:13] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - dll_version
[2024-Sept-20 16:23:13] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command open executed for 2 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ nRF91] - config
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command config executed for 2 milliseconds with result 0
[2024-Sept-20 16:23:13] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-20 16:23:13] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command enum_emu_con_info executed for 3 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-20 16:23:13] [trace] [ Client] - Command connect_to_emu_with_snr executed for 45 milliseconds with result 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:23:13] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-20 16:23:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:23:13] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-20 16:23:13] [trace] [ JLink] - S/N: 440303696
[2024-Sept-20 16:23:13] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-20 16:23:13] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-20 16:23:13] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-20 16:23:13] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-20 16:23:13] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-20 16:23:13] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
[2024-Sept-20 16:23:13] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:23:13] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:23:13] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 24.142ms returns "O.K."
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-20 16:23:13] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ Client] - read_device_info
[2024-Sept-20 16:23:13] [trace] [ Client] - Command read_device_info executed for 13 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ Client] - read_memory_descriptors
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.009ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.553ms returns 0x00
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-20 16:23:13] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.007ms
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.054ms
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.004ms
[2024-Sept-20 16:23:13] [debug] [ nRF91] - read_device_family
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 44 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.004ms returns 0x01
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.002ms
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ nRF91] - read_device_info
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.136ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 2.087ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.394ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.404ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x00000040
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.361ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.386ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.411ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.493ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x91510009
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.821ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x00000001
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.753ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.009ms
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command read_device_info executed for 8 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ nRF91] - read_memory_descriptors
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_read_memory_descriptors
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_readback_status
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:23:13] [error] [ Client] - Encountered error -90: Command read_memory_descriptors executed for 15 milliseconds with result -90
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.443ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.433ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x41000000
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.782ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.389ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x91510009
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.784ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x00000001
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.794ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-20 16:23:13] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.047ms
[2024-Sept-20 16:23:13] [error] [ Worker] - Can't read memory descriptors, ap-protection is enabled.
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command read_memory_descriptors executed for 3 milliseconds with result -90
[2024-Sept-20 16:23:13] [debug] [ nRF91] - close
[2024-Sept-20 16:23:13] [debug] [ nRF91] - close
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.014ms returns 0x01
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - close
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.419ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.433ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.472ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:23:13] [trace] [ JLink] - Value=0x00000040
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.471ms returns 0
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:23:13] [trace] [ JLink] - - 0.003ms
[2024-Sept-20 16:23:13] [trace] [ JLink] - JLINK_Close()
[2024-Sept-20 16:23:13] [trace] [ Client] - Command close executed for 59 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [ Client] - terminate
[2024-Sept-20 16:23:13] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:23:13] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-20 16:23:13] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command close executed for 42 milliseconds with result 0
[2024-Sept-20 16:23:13] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:23:13] [trace] [ Worker] - Executed 9 commands for 104 milliseconds
[2024-Sept-20 16:23:13] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:23:13] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:23:13] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-20 16:23:13] [trace] [ Client] - Executed 9 commands for 185 milliseconds
[2024-Sept-20 16:23:13] [debug] [ Client] - terminate
[2024-Sept-20 16:41:10] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:41:10] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --eraseall --family NRF91 --log
[2024-Sept-20 16:41:10] [debug] nrfjprog version 10.24.2 external
[2024-Sept-20 16:41:10] [debug] --------------------------------------------------------------------------------
[2024-Sept-20 16:41:10] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-20 16:41:10] [ info] Library loaded, loading member functions.
[2024-Sept-20 16:41:10] [ info] Member functions succesfully loaded.
[2024-Sept-20 16:41:10] [debug] [ Client] - open
[2024-Sept-20 16:41:10] [debug] [ Client] - start
[2024-Sept-20 16:41:10] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 59d680c9-916e-42eb-8181-78f763bbe842.
[2024-Sept-20 16:41:10] [trace] [ Client] - Command open executed for 31 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - config
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-20 16:41:10] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-20 16:41:10] [debug] [ nRF91] - open
[2024-Sept-20 16:41:10] [debug] [ nRF91] - just_check_family
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - open_dll
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-20 16:41:10] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-20 16:41:10] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-20 16:41:10] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - dll_version
[2024-Sept-20 16:41:10] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ nRF91] - config
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command config executed for 2 milliseconds with result 0
[2024-Sept-20 16:41:10] [trace] [ Client] - Command config executed for 16 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - enum_emu_snr
[2024-Sept-20 16:41:10] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-20 16:41:10] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command enum_emu_con_info executed for 4 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-20 16:41:10] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:41:10] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-20 16:41:10] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-20 16:41:10] [trace] [ JLink] - S/N: 440303696
[2024-Sept-20 16:41:10] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-20 16:41:10] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-20 16:41:10] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-20 16:41:10] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-20 16:41:10] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-20 16:41:10] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
[2024-Sept-20 16:41:10] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:41:10] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-20 16:41:10] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-20 16:41:10] [trace] [ Client] - Command connect_to_emu_with_snr executed for 46 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-20 16:41:10] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - read_device_info
[2024-Sept-20 16:41:10] [trace] [ Client] - Command read_device_info executed for 14 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - read_memory_descriptors
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 23.469ms returns "O.K."
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.009ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.490ms returns 0x00
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-20 16:41:10] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.005ms
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.053ms
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.003ms
[2024-Sept-20 16:41:10] [debug] [ nRF91] - read_device_family
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 43 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.002ms
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ nRF91] - read_device_info
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.175ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 2.127ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.371ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.453ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x00000040
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.396ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.405ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.416ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.392ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x91510009
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.794ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x00000001
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.792ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.007ms
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command read_device_info executed for 9 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ nRF91] - read_memory_descriptors
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.015ms returns 0x01
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_read_memory_descriptors
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_readback_status
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:41:10] [error] [ Client] - Encountered error -90: Command read_memory_descriptors executed for 15 milliseconds with result -90
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.380ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.401ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x41000000
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.785ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.385ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x91510009
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.763ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x00000001
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.796ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-20 16:41:10] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.048ms
[2024-Sept-20 16:41:10] [error] [ Worker] - Can't read memory descriptors, ap-protection is enabled.
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command read_memory_descriptors executed for 3 milliseconds with result -90
[2024-Sept-20 16:41:10] [debug] [ nRF91] - close
[2024-Sept-20 16:41:10] [debug] [ nRF91] - close
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - close
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.397ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.408ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.367ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-20 16:41:10] [trace] [ JLink] - Value=0x00000040
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.392ms returns 0
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-20 16:41:10] [trace] [ JLink] - - 0.003ms
[2024-Sept-20 16:41:10] [trace] [ JLink] - JLINK_Close()
[2024-Sept-20 16:41:10] [trace] [ Client] - Command close executed for 61 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [ Client] - terminate
[2024-Sept-20 16:41:10] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:41:10] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-20 16:41:10] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command close executed for 44 milliseconds with result 0
[2024-Sept-20 16:41:10] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-20 16:41:10] [trace] [ Worker] - Executed 9 commands for 108 milliseconds
[2024-Sept-20 16:41:10] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:41:10] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-20 16:41:10] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-20 16:41:10] [trace] [ Client] - Executed 9 commands for 198 milliseconds
[2024-Sept-20 16:41:10] [debug] [ Client] - terminate
[2024-Sept-23 09:31:11] [debug] --------------------------------------------------------------------------------
[2024-Sept-23 09:31:11] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --recover -f NRF91 --log
[2024-Sept-23 09:31:11] [debug] nrfjprog version 10.24.2 external
[2024-Sept-23 09:31:11] [debug] --------------------------------------------------------------------------------
[2024-Sept-23 09:31:11] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-23 09:31:11] [ info] Library loaded, loading member functions.
[2024-Sept-23 09:31:11] [ info] Member functions succesfully loaded.
[2024-Sept-23 09:31:12] [debug] [ Client] - open
[2024-Sept-23 09:31:12] [debug] [ Client] - start
[2024-Sept-23 09:31:12] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 7a9d5055-b828-4ed0-91b3-050b2688b4a3.
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-23 09:31:12] [trace] [ Client] - Command open executed for 34 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-23 09:31:12] [debug] [ nRF91] - open
[2024-Sept-23 09:31:12] [debug] [ nRF91] - just_check_family
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - open_dll
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-23 09:31:12] [debug] [ Client] - config
[2024-Sept-23 09:31:12] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-23 09:31:12] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-23 09:31:12] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - dll_version
[2024-Sept-23 09:31:12] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-23 09:31:12] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ nRF91] - config
[2024-Sept-23 09:31:12] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-23 09:31:12] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ Client] - enum_emu_snr
[2024-Sept-23 09:31:12] [trace] [ Client] - Command enum_emu_con_info executed for 14 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-23 09:31:12] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [trace] [ Worker] - Command enum_emu_con_info executed for 4 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:12] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:12] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:12] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:12] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:12] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:12] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:12] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:12] [trace] [ Client] - Command connect_to_emu_with_snr executed for 78 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-23 09:31:12] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ Client] - recover
[2024-Sept-23 09:31:12] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:12] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:12] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:12] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 42.311ms returns "O.K."
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.006ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.708ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:12] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.111ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.004ms returns 1100
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:31:12] [debug] [ nRF91] - read_device_family
[2024-Sept-23 09:31:12] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 67 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.012ms returns 0x01
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.003ms
[2024-Sept-23 09:31:12] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-23 09:31:12] [debug] [ nRF91] - recover
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:12] [debug] [ nRF91] - just_recover
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_is_eraseprotect_enabled
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.265ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 2.216ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.511ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.384ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.414ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.403ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.448ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 1
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000010)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.441ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.848ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.403ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.415ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.843ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 1.021ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.591ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.873ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.931ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.544ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:12] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.613ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:12] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:12] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:12] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:12] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:12] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:12] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:12] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:12] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:12] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:12] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:12] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:12] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 48.406ms returns "O.K."
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.010ms returns 0
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.758ms returns 0x00
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:12] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.009ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.130ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.004ms returns 440303696
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.533ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:12] [trace] [ JLink] - - 0.359ms
[2024-Sept-23 09:31:12] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:12] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.307ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 2.399ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.463ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.468ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.427ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.418ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.526ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.870ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.447ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.907ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.970ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:13] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.004ms returns FALSE
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.476ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.662ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:13] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:13] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:13] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:13] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:13] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:13] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:13] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:13] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:13] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 36.632ms returns "O.K."
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.008ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.780ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:13] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.111ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.006ms returns 1100
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.310ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.249ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.265ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 2.346ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.475ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.452ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.425ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.448ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.565ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.505ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.424ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.943ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.983ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.577ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.965ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.895ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.005ms returns FALSE
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.509ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:13] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.571ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:13] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:13] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:13] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:13] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:13] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:13] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:13] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:13] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:13] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:13] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:13] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 41.864ms returns "O.K."
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.005ms returns 0
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.670ms returns 0x00
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:13] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.011ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.138ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.272ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:13] [trace] [ JLink] - - 0.310ms
[2024-Sept-23 09:31:13] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:13] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.315ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 2.451ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.478ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.448ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.520ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.480ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.549ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.986ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.458ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.914ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.929ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:14] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.442ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.687ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:14] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:14] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:14] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:14] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:14] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:14] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:14] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:14] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:14] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:14] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:14] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 65.949ms returns "O.K."
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.007ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.684ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:14] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.009ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.131ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.306ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.222ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.293ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 2.297ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.454ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.424ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.440ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.469ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.515ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.435ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.523ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.991ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 1.103ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.546ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.879ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.917ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.006ms returns FALSE
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.446ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:14] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.781ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:14] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:14] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:14] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:14] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:14] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:14] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:14] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:14] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:14] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:14] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:14] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:14] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 37.737ms returns "O.K."
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.010ms returns 0
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.824ms returns 0x00
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:14] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.010ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.123ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.341ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:14] [trace] [ JLink] - - 0.210ms
[2024-Sept-23 09:31:14] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:14] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.361ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 2.415ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.507ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.445ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.525ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.437ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.514ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.866ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.435ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.987ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 1.004ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:15] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.003ms returns FALSE
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.484ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.649ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:31:15] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:15] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:31:15] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:31:15] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:31:15] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:31:15] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:31:15] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:31:15] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:31:15] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:31:15] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:31:15] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:31:15] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:15] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:31:15] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 58.650ms returns "O.K."
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.011ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.698ms returns 0x00
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:31:15] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.119ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.355ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.336ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_sys_reset
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.291ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 2.373ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.498ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.477ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.489ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.433ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [error] [ Client] - Encountered error -21: Command recover executed for 2923 milliseconds with result -21
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.547ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.918ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.457ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.902ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.978ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:31:15] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:31:15] [error] [ nRF91] - Unable to perform system reset. Device is readback protected.
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.072ms
[2024-Sept-23 09:31:15] [error] [ Worker] - Encountered error while performing recover post-cleanup.
[2024-Sept-23 09:31:15] [trace] [ Worker] - Command recover executed for 2914 milliseconds with result -21
[2024-Sept-23 09:31:15] [debug] [ nRF91] - close
[2024-Sept-23 09:31:15] [debug] [ nRF91] - close
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.014ms returns 0x01
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - close
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.004ms returns FALSE
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.642ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.488ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.471ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:31:15] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.778ms returns 0
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:31:15] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:31:15] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:31:15] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-23 09:31:15] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-23 09:31:15] [trace] [ Worker] - Command close executed for 46 milliseconds with result 0
[2024-Sept-23 09:31:15] [trace] [ Client] - Command close executed for 62 milliseconds with result 0
[2024-Sept-23 09:31:15] [debug] [ Client] - terminate
[2024-Sept-23 09:31:15] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-23 09:31:15] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-23 09:31:15] [trace] [ Worker] - Executed 8 commands for 3037 milliseconds
[2024-Sept-23 09:31:15] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-23 09:31:15] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-23 09:31:15] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-23 09:31:15] [trace] [ Client] - Executed 8 commands for 3126 milliseconds
[2024-Sept-23 09:31:15] [debug] [ Client] - terminate
[2024-Sept-23 09:39:01] [debug] --------------------------------------------------------------------------------
[2024-Sept-23 09:39:01] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --recover -f NRF91 --log
[2024-Sept-23 09:39:01] [debug] nrfjprog version 10.24.2 external
[2024-Sept-23 09:39:01] [debug] --------------------------------------------------------------------------------
[2024-Sept-23 09:39:01] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2024-Sept-23 09:39:01] [ info] Library loaded, loading member functions.
[2024-Sept-23 09:39:01] [ info] Member functions succesfully loaded.
[2024-Sept-23 09:39:01] [debug] [ Client] - open
[2024-Sept-23 09:39:01] [debug] [ Client] - start
[2024-Sept-23 09:39:01] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence e0ed2ac1-285e-4ef6-b81e-9d067607b368.
[2024-Sept-23 09:39:01] [trace] [ Client] - Command open executed for 33 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Sept-23 09:39:01] [debug] [ Client] - config
[2024-Sept-23 09:39:01] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Sept-23 09:39:01] [debug] [ nRF91] - open
[2024-Sept-23 09:39:01] [debug] [ nRF91] - just_check_family
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - open_dll
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Sept-23 09:39:01] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2024-Sept-23 09:39:01] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Sept-23 09:39:01] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Set batch mode
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - dll_version
[2024-Sept-23 09:39:01] [ info] [SeggerBackend] - Segger dll version 7.98.i loaded.
[2024-Sept-23 09:39:01] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2024-Sept-23 09:39:01] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ Client] - enum_emu_snr
[2024-Sept-23 09:39:01] [debug] [ nRF91] - config
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - enum_emu_snr
[2024-Sept-23 09:39:01] [trace] [ Worker] - Command config executed for 3 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ nRF91] - enum_emu_con_info
[2024-Sept-23 09:39:01] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [trace] [ Worker] - Command enum_emu_con_info executed for 4 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ Client] - connect_to_emu_with_snr
[2024-Sept-23 09:39:01] [debug] [ nRF91] - connect_to_emu_with_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:01] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:01] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:01] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:01] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:01] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:01] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:01] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:01] [trace] [ Client] - Command connect_to_emu_with_snr executed for 79 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ Client] - read_connected_emu_snr
[2024-Sept-23 09:39:01] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ Client] - recover
[2024-Sept-23 09:39:01] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:01] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:01] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:01] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:01] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:01] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:01] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 48.213ms returns "O.K."
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.006ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.718ms returns 0x00
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:01] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.096ms
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.005ms returns 1100
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.006ms
[2024-Sept-23 09:39:01] [debug] [ nRF91] - read_device_family
[2024-Sept-23 09:39:01] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 72 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ nRF91] - read_connected_emu_snr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.010ms returns 0x01
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.003ms
[2024-Sept-23 09:39:01] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Sept-23 09:39:01] [debug] [ nRF91] - recover
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:01] [debug] [ nRF91] - just_recover
[2024-Sept-23 09:39:01] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:39:01] [debug] [ nRF91] - Just_is_eraseprotect_enabled
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.267ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 2.353ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.487ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:01] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.452ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:01] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.455ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.526ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:01] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.439ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 1
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000010)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.401ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:01] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.817ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:39:01] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.494ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.435ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:01] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:01] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:01] [trace] [ JLink] - - 0.906ms returns 0
[2024-Sept-23 09:39:01] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 1.037ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.624ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.863ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.931ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.435ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.555ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:02] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:02] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:02] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:02] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:02] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:02] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:02] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:02] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:02] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:02] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:02] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 44.529ms returns "O.K."
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.005ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.722ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:02] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.007ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.113ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.004ms returns 1100
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.316ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.222ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.297ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 2.300ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.433ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.417ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.518ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.470ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.550ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.902ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.463ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.948ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.971ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:02] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.004ms returns FALSE
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.451ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.591ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:02] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:02] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:02] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:02] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:02] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:02] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:02] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:02] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:02] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:02] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:02] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:02] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 39.673ms returns "O.K."
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.005ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 1.018ms returns 0x00
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:02] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.007ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.125ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.343ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.221ms
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:39:02] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.285ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 2.320ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.449ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.427ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.427ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.455ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.565ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.487ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.446ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:02] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:02] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:02] [trace] [ JLink] - - 0.895ms returns 0
[2024-Sept-23 09:39:02] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 1.184ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.536ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.877ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.877ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.003ms returns FALSE
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.405ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.544ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:03] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:03] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:03] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:03] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:03] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:03] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:03] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:03] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:03] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:03] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:03] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 32.857ms returns "O.K."
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.002ms returns 0x01
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.005ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.701ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:03] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.090ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.002ms returns 1100
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.256ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.206ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.261ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 2.213ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.520ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.432ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.459ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.414ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.526ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.853ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.470ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.840ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.834ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:03] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.003ms returns FALSE
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.437ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.587ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:03] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:03] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:03] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:03] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:03] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:03] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:03] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:03] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:03] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:03] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:03] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:03] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 40.806ms returns "O.K."
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.009ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.716ms returns 0x00
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:03] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.093ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.002ms returns 1100
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.002ms returns 440303696
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.229ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.279ms
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Just_disable_accessportprotect
[2024-Sept-23 09:39:03] [debug] [ nRF91] - Starting CTRL-AP eraseall
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - write_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.351ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 2.360ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.440ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.483ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.433ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.425ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.521ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000000)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.456ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x00000001)
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.509ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:03] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:03] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:03] [trace] [ JLink] - - 0.859ms returns 0
[2024-Sept-23 09:39:03] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x02)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 1.016ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.578ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.904ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.823ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_pin_reset
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.449ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.548ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.004ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:04] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:04] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:04] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:04] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:04] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:04] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:04] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:04] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:04] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:04] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:04] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 40.390ms returns "O.K."
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.001ms returns 0x01
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.005ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.782ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:04] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.008ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.122ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.003ms returns 1100
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.271ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.202ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_enable_coprocessor
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.267ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 2.299ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.468ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.453ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.428ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.444ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.522ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.854ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.479ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 1.001ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 1.008ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:04] [warning] [ nRF91] - Encountered error while disabling AP-protect, retrying. -21:APPROTECT is still active after CTRL-AP eraseall has finished.
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - pin_reset
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.003ms returns FALSE
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Shortcut, lock is on and debug region is powered.
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.462ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.535ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_previous_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Sept-23 09:39:04] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:04] [trace] [ JLink] - Firmware: Silicon Labs J-Link OB compiled May 26 2023 11:37:02
[2024-Sept-23 09:39:04] [trace] [ JLink] - Hardware: V1.00
[2024-Sept-23 09:39:04] [trace] [ JLink] - S/N: 440303696
[2024-Sept-23 09:39:04] [trace] [ JLink] - OEM: SEGGER
[2024-Sept-23 09:39:04] [trace] [ JLink] - Feature(s): RDI, FlashBP
[2024-Sept-23 09:39:04] [trace] [ JLink] - Bootloader: (FW returned invalid version)
[2024-Sept-23 09:39:04] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV Failed to put socket into listener state (port 19080)
[2024-Sept-23 09:39:04] [trace] [ JLink] - WEBSRV Webserver running on local port 19081
[2024-Sept-23 09:39:04] [trace] [ JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:04] [trace] [ JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe
[2024-Sept-23 09:39:04] [trace] [ JLink] - J-Link GUI Server info: "J-Link GUI server V7.98i "
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 47.036ms returns "O.K."
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.003ms returns 0x01
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.001ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.000ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.010ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.738ms returns 0x00
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Sept-23 09:39:04] [trace] [ JLink] - 2200000 Hz / n, n >= 1
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2200kHz
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.103ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.002ms returns 1100
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - SWD speed was reported as 1100kHz after requesting 2000kHz. Check the capabilities of the selected emulator.
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetSN()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.003ms returns 440303696
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_ClrRESET()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.267ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_SetRESET()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.244ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [error] [ Client] - Encountered error -21: Command recover executed for 2881 milliseconds with result -21
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_sys_reset
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_readback_status
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - coresight_configure
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.286ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 2.444ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.435ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x69A02475
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.459ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.448ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - power_debug_region
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x50000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.453ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0xF0000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.563ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x41000000
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.981ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Protection status for ahb-ap 0 read as ALL
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_read_device_version
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 4, DP Bank 0, AP Bank 3
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x04000030)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.595ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x91510009
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.954ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000001
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.863ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Just_decode_device_version
[2024-Sept-23 09:39:04] [debug] [ nRF91] - Device identified as NRF9160_xxAA_REV1
[2024-Sept-23 09:39:04] [error] [ nRF91] - Unable to perform system reset. Device is readback protected.
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.093ms
[2024-Sept-23 09:39:04] [error] [ Worker] - Encountered error while performing recover post-cleanup.
[2024-Sept-23 09:39:04] [trace] [ Worker] - Command recover executed for 2875 milliseconds with result -21
[2024-Sept-23 09:39:04] [debug] [ nRF91] - close
[2024-Sept-23 09:39:04] [debug] [ nRF91] - close
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_IsOpen()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.011ms returns 0x01
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Lock()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - close
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - disconnect_from_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_disconnect_from_emu
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - is_connected_to_device
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_IsConnected()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.002ms returns FALSE
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.574ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0xF0000040
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.478ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - unpower_debug_and_system_regions
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x01, 0x00000000)
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.479ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Sept-23 09:39:04] [trace] [ JLink] - Value=0x00000040
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.596ms returns 0
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_HasError()
[2024-Sept-23 09:39:04] [trace] [ JLink] - - 0.005ms
[2024-Sept-23 09:39:04] [trace] [ JLink] - JLINK_Close()
[2024-Sept-23 09:39:04] [debug] [SeggerBackend] - Segger Backend closed.
[2024-Sept-23 09:39:04] [debug] [ nRF91] - nRF family DLL closed
[2024-Sept-23 09:39:04] [trace] [ Worker] - Command close executed for 46 milliseconds with result 0
[2024-Sept-23 09:39:04] [trace] [ Client] - Command close executed for 61 milliseconds with result 0
[2024-Sept-23 09:39:04] [debug] [ Client] - terminate
[2024-Sept-23 09:39:04] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-23 09:39:04] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2024-Sept-23 09:39:04] [trace] [ Worker] - Executed 8 commands for 3003 milliseconds
[2024-Sept-23 09:39:04] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-23 09:39:04] [debug] [ Client] - Worker process exited with code: 0
[2024-Sept-23 09:39:04] [debug] [ Client] - Child process terminated with result 0
[2024-Sept-23 09:39:04] [trace] [ Client] - Executed 8 commands for 3084 milliseconds
[2024-Sept-23 09:39:04] [debug] [ Client] - terminate


Edit: I have since tried a another JLink and tried nrfjprog --family NRF91 --recover, and ran into these two errors instead, not sure if this is this is helpful or if its a red herring.

Parents
  • Hi,

    Which board do you use?

    Did flashing work fine prior to flashing bootloader firmware to your device?

    I've also tried to use JLink commander to manually write to the hardware registers but I can't connect to the device because the DAP won't power up.

    Which hardware registers did you try to write to and which values?

    Best regards,
    Dejan

  • Hi,

    It is a custom board. Unfortunately, I can't share the specific board due it being proprietary. If board information is necessary I can open a private ticket?

    Flashing firmware worked initially, I was flashing bootloader firmware and test firmware with no issues. After re - flashing a few times I wasn't able to flash firmware anymore because of the issues stated in the post.

    In the bootloader, the following values were written to the hardware registers:

    volatile UINT32* pSecureApProtectDisable = (volatile UINT32 * ) 0x50039E00;
        volatile UINT32* pNonSecureApProtectDisable = (volatile UINT32 * ) 0x50039E10;
        *pSecureApProtectDisable = 0x5A;
        *pNonSecureApProtectDisable = 0x5A;

    I saw in the datasheet for the NRF9151, that writing to those two register entries is necessary to disable the APProtection on the NRF.

    I was not able to write to those registers using JLink commander afterwards as I was unable to connect to the device.

    I suspect that it could be a hardware issue. I might have damaged the NRF during testing. It just seems odd that the debug output I am getting from the device mentions ap protection being the cause of not being able to perform a nrfjprog --recover or nrfjprog --eraseall.

  • Hi,

    Does this problem appear only on one of your custom boards? Have you tried any other of your boards?

    Best regards,
    Dejan

  • Hi Dejans,

    Sorry for the delay. I have replaced the NRF9151 on my board and all is working as it should be. I assume that I accidently bricked the MCU on the previous chip. You can go ahead and close this thread. Thanks for all your time and help.

    Best regards,

    Ethan

Reply Children
Related