NRFJPROG "Low voltage 0 detected in target device." (5340)

I'm trying to program the nRF5340 on our hardware but I get these errors:

The output is basically the same when running --log, but I've also attached the log file. We are using a Segger JLink with:

nrfjprog version: 10.21.0 external
JLinkARM.dll version: 7.88e

Any thoughts?

[2023-Jun-07 17:57:56] [debug] --------------------------------------------------------------------------------
[2023-Jun-07 17:57:56] [debug] nrfjprog --program 'merged.hex' --sectorerase --verify -f NRF53 --coprocessor CP_APPLICATION --snr 52003326 --log 
[2023-Jun-07 17:57:56] [debug] nrfjprog version 10.21.0 external
[2023-Jun-07 17:57:56] [debug] --------------------------------------------------------------------------------
[2023-Jun-07 17:57:56] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2023-Jun-07 17:57:56] [ info] Library loaded, loading member functions.
[2023-Jun-07 17:57:56] [ info] Member functions succesfully loaded.
[2023-Jun-07 17:57:57] [debug] [ Client] - open
[2023-Jun-07 17:57:57] [debug] [ Client] - start
[2023-Jun-07 17:57:57] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence f4bfe231-b270-4c84-9c48-a97ab4d34a1f.

[2023-Jun-07 17:57:57] [trace] [ Client] - Command open executed for 48 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - config
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2023-Jun-07 17:57:57] [debug] [  JLink] - Logger sink registered in JLink logger
[2023-Jun-07 17:57:57] [debug] [  nRF53] - open
[2023-Jun-07 17:57:57] [debug] [  nRF53] - just_check_family
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - open_dll
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2023-Jun-07 17:57:57] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2023-Jun-07 17:57:57] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2023-Jun-07 17:57:57] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Set batch mode
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - dll_version
[2023-Jun-07 17:57:57] [ info] [SeggerBackend] - Segger dll version 7.88.e loaded.
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [  nRF53] - config
[2023-Jun-07 17:57:57] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - enum_emu_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - enum_emu_snr
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command config executed for 2 milliseconds with result 0
[2023-Jun-07 17:57:57] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - connect_to_emu_with_snr
[2023-Jun-07 17:57:57] [debug] [  nRF53] - enum_emu_con_info
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - enum_emu_con_info
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command enum_emu_con_info executed for 1 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [  nRF53] - connect_to_emu_with_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - ---just_get_num_emus
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Segger logging enabled.
[2023-Jun-07 17:57:57] [trace] [  JLink] - Firmware: J-Link V12 compiled May 23 2023 14:44:51
[2023-Jun-07 17:57:57] [trace] [  JLink] - Firmware: J-Link V12 compiled May 23 2023 14:44:51
[2023-Jun-07 17:57:57] [trace] [  JLink] - Hardware: V12.00
[2023-Jun-07 17:57:57] [trace] [  JLink] - S/N: 52003326
[2023-Jun-07 17:57:57] [trace] [  JLink] - OEM: SEGGER
[2023-Jun-07 17:57:57] [trace] [  JLink] - Feature(s): GDB
[2023-Jun-07 17:57:57] [trace] [  JLink] - USB speed mode: High speed (480 MBit/s)
[2023-Jun-07 17:57:57] [trace] [  JLink] - TELNET listener socket opened on port 19021
[2023-Jun-07 17:57:57] [trace] [  JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2023-Jun-07 17:57:57] [trace] [  JLink] - WEBSRV Webserver running on local port 19080
[2023-Jun-07 17:57:57] [trace] [  JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe 
[2023-Jun-07 17:57:57] [trace] [  JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe 
[2023-Jun-07 17:57:57] [trace] [ Client] - Command connect_to_emu_with_snr executed for 47 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - read_connected_emu_snr
[2023-Jun-07 17:57:57] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - enable_coprocessor
[2023-Jun-07 17:57:57] [trace] [ Client] - Command enable_coprocessor executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - select_coprocessor
[2023-Jun-07 17:57:57] [trace] [  JLink] - J-Link GUI Server info: "J-Link GUI server V7.88e " 
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 34.170ms returns "O.K."  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).   
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.002ms returns 0x01  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_ExecCommand("DisableFlashDL", ...).   
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.001ms returns 0x00  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).   
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.003ms returns 0x00  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_SetHookUnsecureDialog  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_SetHookUnsecureDialog(...)
[2023-Jun-07 17:57:57] [error] [ Client] - Encountered error -12: Command select_coprocessor executed for 29 milliseconds with result -12
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.010ms returns 0  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.645ms returns 0x00  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_GetSpeedInfo()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - 180000000 Hz / n, n >= 12
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.007ms  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 15000kHz
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_SetSpeed(2000)  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.146ms  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_GetSpeed()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.003ms returns 2000  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - SWD clock set to 2000kHz
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_GetSN()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.005ms returns 52003326  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.004ms  
[2023-Jun-07 17:57:57] [debug] [  nRF53] - read_device_family
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 46 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [  nRF53] - read_connected_emu_snr
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_IsOpen()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.010ms returns 0x01  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - read_connected_emu_snr
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.006ms  
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [  nRF53] - enable_coprocessor
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_IsOpen()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.005ms returns 0x01  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 17:57:57] [debug] [  nRF53] - Just_enable_coprocessor
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.011ms  
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command enable_coprocessor executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [  nRF53] - select_coprocessor
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_IsOpen()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.005ms returns 0x01  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_device
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_device
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_IsConnected()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.006ms returns FALSE  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [debug] [  nRF53] - Just_select_coprocessor
[2023-Jun-07 17:57:57] [ info] [  nRF53] - Loading new coprocessor data.
[2023-Jun-07 17:57:57] [debug] [  nRF53] - Just_load_coprocessor_data
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - set_core_data
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Set core data:
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   Device ID: Cortex-M33
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   Expected core: 235012351
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   Existing Expected core: 235012351
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   Coprocessor: APPLICATION
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   AHB AP index: 0
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] -   Core base address: 4294967295
[2023-Jun-07 17:57:57] [debug] [  nRF53] - Just_readback_status
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - read_access_port_register
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - ---just_read_access_port_register
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - coresight_configure
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_GetHWStatus(...)  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.828ms returns 0  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 17:57:57] [trace] [  JLink] - - 0.007ms  
[2023-Jun-07 17:57:57] [trace] [  JLink] - JLINK_Close()  
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [error] [ Worker] - Low voltage 0 detected in target device.
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command select_coprocessor executed for 20 milliseconds with result -12
[2023-Jun-07 17:57:57] [debug] [  nRF53] - close
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - close
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - disconnect_from_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 17:57:57] [debug] [SeggerBackend] - Segger Backend closed.
[2023-Jun-07 17:57:57] [debug] [  nRF53] - nRF family DLL closed
[2023-Jun-07 17:57:57] [trace] [ Client] - Command close executed for 31 milliseconds with result 0
[2023-Jun-07 17:57:57] [debug] [ Client] - terminate
[2023-Jun-07 17:57:57] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command close executed for 31 milliseconds with result 0
[2023-Jun-07 17:57:57] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2023-Jun-07 17:57:57] [trace] [ Worker] - Executed 9 commands for 103 milliseconds
[2023-Jun-07 17:57:57] [debug] [ Client] - Worker process exited with code: 0
[2023-Jun-07 17:57:57] [debug] [ Client] - Worker process exited with code: 0
[2023-Jun-07 17:57:57] [debug] [ Client] - Child process terminated with result 0
[2023-Jun-07 17:57:57] [trace] [ Client] - Executed 9 commands for 185 milliseconds
[2023-Jun-07 17:57:57] [debug] [ Client] - terminate
[2023-Jun-07 18:08:11] [debug] --------------------------------------------------------------------------------
[2023-Jun-07 18:08:11] [debug] nrfjprog --program 'merged.hex' --sectorerase --verify -f NRF53 --snr 52003326 --log 
[2023-Jun-07 18:08:11] [debug] nrfjprog version 10.21.0 external
[2023-Jun-07 18:08:11] [debug] --------------------------------------------------------------------------------
[2023-Jun-07 18:08:11] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2023-Jun-07 18:08:11] [ info] Library loaded, loading member functions.
[2023-Jun-07 18:08:11] [ info] Member functions succesfully loaded.
[2023-Jun-07 18:08:11] [debug] [ Client] - open
[2023-Jun-07 18:08:11] [debug] [ Client] - start
[2023-Jun-07 18:08:11] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 5223cb4e-e442-4cca-bce4-6d2716a10d71.

[2023-Jun-07 18:08:11] [trace] [ Client] - Command open executed for 39 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - config
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2023-Jun-07 18:08:11] [debug] [  JLink] - Logger sink registered in JLink logger
[2023-Jun-07 18:08:11] [debug] [  nRF53] - open
[2023-Jun-07 18:08:11] [debug] [  nRF53] - just_check_family
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - open_dll
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2023-Jun-07 18:08:11] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
[2023-Jun-07 18:08:11] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2023-Jun-07 18:08:11] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - Set batch mode
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - dll_version
[2023-Jun-07 18:08:11] [ info] [SeggerBackend] - Segger dll version 7.88.e loaded.
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command open executed for 3 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Client] - Command config executed for 15 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - enum_emu_snr
[2023-Jun-07 18:08:11] [debug] [  nRF53] - config
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - enum_emu_snr
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command config executed for 1 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Client] - Command enum_emu_con_info executed for 15 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - connect_to_emu_with_snr
[2023-Jun-07 18:08:11] [debug] [  nRF53] - enum_emu_con_info
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - enum_emu_con_info
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command enum_emu_con_info executed for 2 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [  nRF53] - connect_to_emu_with_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - ---just_get_num_emus
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - Segger logging enabled.
[2023-Jun-07 18:08:11] [trace] [  JLink] - Firmware: J-Link V12 compiled May 23 2023 14:44:51
[2023-Jun-07 18:08:11] [trace] [  JLink] - Firmware: J-Link V12 compiled May 23 2023 14:44:51
[2023-Jun-07 18:08:11] [trace] [  JLink] - Hardware: V12.00
[2023-Jun-07 18:08:11] [trace] [  JLink] - S/N: 52003326
[2023-Jun-07 18:08:11] [trace] [  JLink] - OEM: SEGGER
[2023-Jun-07 18:08:11] [trace] [  JLink] - Feature(s): GDB
[2023-Jun-07 18:08:11] [trace] [  JLink] - USB speed mode: High speed (480 MBit/s)
[2023-Jun-07 18:08:11] [trace] [  JLink] - TELNET listener socket opened on port 19021
[2023-Jun-07 18:08:11] [trace] [  JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
[2023-Jun-07 18:08:11] [trace] [  JLink] - WEBSRV Webserver running on local port 19080
[2023-Jun-07 18:08:11] [trace] [  JLink] - Looking for J-Link GUI Server exe at: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe 
[2023-Jun-07 18:08:11] [trace] [  JLink] - Forking J-Link GUI Server: C:\Program Files\SEGGER\JLink\JLinkGUIServer.exe 
[2023-Jun-07 18:08:11] [trace] [ Client] - Command connect_to_emu_with_snr executed for 61 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - read_connected_emu_snr
[2023-Jun-07 18:08:11] [trace] [  JLink] - J-Link GUI Server info: "J-Link GUI server V7.88e " 
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 35.290ms returns "O.K."  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).   
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.003ms returns 0x01  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_ExecCommand("DisableFlashDL", ...).   
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.002ms returns 0x00  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).   
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.009ms returns 0x00  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_SetHookUnsecureDialog  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_SetHookUnsecureDialog(...)
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.015ms returns 0  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.779ms returns 0x00  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_GetSpeedInfo()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - 180000000 Hz / n, n >= 12
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.014ms  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 15000kHz
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_SetSpeed(2000)  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.156ms  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_GetSpeed()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.003ms returns 2000  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - SWD clock set to 2000kHz
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_GetSN()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.003ms returns 52003326  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.004ms  
[2023-Jun-07 18:08:11] [debug] [  nRF53] - read_device_family
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 47 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Client] - Command read_connected_emu_snr executed for 16 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - read_device_info
[2023-Jun-07 18:08:11] [debug] [  nRF53] - read_connected_emu_snr
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_IsOpen()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.007ms returns 0x01  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - read_connected_emu_snr
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.003ms  
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [  nRF53] - read_device_info
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_IsOpen()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.006ms returns 0x01  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_Lock()  
[2023-Jun-07 18:08:11] [debug] [  nRF53] - Just_read_device_version
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - read_access_port_register
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - ---just_read_access_port_register
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - coresight_configure
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_GetHWStatus(...)  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.758ms returns 0  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_HasError()  
[2023-Jun-07 18:08:11] [trace] [  JLink] - - 0.006ms  
[2023-Jun-07 18:08:11] [trace] [  JLink] - JLINK_Close()  
[2023-Jun-07 18:08:11] [error] [ Client] - Encountered error -12: Command read_device_info executed for 32 milliseconds with result -12
[2023-Jun-07 18:08:11] [warning] Failed to read device info. Attempting to complete command anyways.
[2023-Jun-07 18:08:11] [debug] [ Client] - read_memory_descriptors
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [error] [ Worker] - Low voltage 0 detected in target device.
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command read_device_info executed for 21 milliseconds with result -12
[2023-Jun-07 18:08:11] [debug] [  nRF53] - read_memory_descriptors
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [  nRF53] - Just_read_memory_descriptors
[2023-Jun-07 18:08:11] [debug] [  nRF53] - Just_readback_status
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - read_access_port_register
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [error] [ Worker] - Cannot call read_access_port_register when connect_to_emu_without_snr or connect_to_emu_with_snr has not been called.
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command read_memory_descriptors executed for 0 milliseconds with result -2
[2023-Jun-07 18:08:11] [error] [ Client] - Encountered error -2: Command read_memory_descriptors executed for 15 milliseconds with result -2
[2023-Jun-07 18:08:11] [debug] [  nRF53] - close
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - close
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - disconnect_from_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - is_connected_to_emu
[2023-Jun-07 18:08:11] [debug] [SeggerBackend] - Segger Backend closed.
[2023-Jun-07 18:08:11] [debug] [  nRF53] - nRF family DLL closed
[2023-Jun-07 18:08:11] [trace] [ Client] - Command close executed for 45 milliseconds with result 0
[2023-Jun-07 18:08:11] [debug] [ Client] - terminate
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command close executed for 28 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
[2023-Jun-07 18:08:11] [trace] [ Worker] - Executed 9 commands for 102 milliseconds
[2023-Jun-07 18:08:11] [debug] [ Client] - Worker process exited with code: 0
[2023-Jun-07 18:08:11] [debug] [ Client] - Worker process exited with code: 0
[2023-Jun-07 18:08:11] [debug] [ Client] - Child process terminated with result 0
[2023-Jun-07 18:08:11] [trace] [ Client] - Executed 9 commands for 238 milliseconds
[2023-Jun-07 18:08:11] [debug] [ Client] - terminate

Related