Programming Thingy:53 with Bluetooth Mesh sensor_server example

I have successfully built the Bluetooth Mesh sensor_server example, using the thingy53_nrf5340_cpuspp_ns build configuration.

But when I come to try and program the Thingy:53, it does not appear in the Connected Devices list, when connected to an nRF5340-DK board with a standard 10-pin cable (I used one from a STLink-V3). The RGB LED on the Thingy:53 illuminates on power up and cycles through the three colours a couple of times before going out, as it does when not connected via the 10-pin cable. When the Thingy:53 is connected via the 10-pin cable to the nRF5340-DK, the LEDs on the latter are not illuminated and neither appear in the Connected Devices list.

When I unplug and replug the USB cable to the nRF5340-DK board without the Thingy:53 connected, then the nRF5340-DK is detected and does appear in the Connected Devices list.

What else do I need to do for the Thingy:53 to be detected please?

I am using nRF Connect SDK v2.3.0 on Windows 11.

Parents
  • alwalker said:
    I do not see NRF5340_xxAA_ENGD on the Connected Devices list when the Thingy:53 is switched off and/or disconnected from the nRF5340DK.

    So you do not see this exact part on the connected devices list, but I assume the rest of the section belonging to that DK is still there? Could you show me a screenshot of how this looks?

    What is the version of your Thingy:53? You should be able to see this number underneath the NFC tag, right below "PCA20053".

    alwalker said:
    and also to check using the same hardware setup?

    I haven't tried using your exact versions, but yeah I have tried it. The interface chip on the DK should read the UICR of the chip its programming and give it to you there. NRF5340_xxAA_ENGD should be referring to the SoC on the Thingy. I do not know exactly what you mean by selecting it though, would you mind expanding a bit on that?

    You could in a way select something using the symbol in the image on the left, or after flashing when there are multiple options available. Though when making this selection you choose an id of the interface chips, not the name of the SoC.

     

    Regards,

    Elfving

  • Hi Elfving,

    This is what I see on the list of Connected Devices without the Thingy:53 connected/powered on:

    This is what I get with the Thingy:53 connected via the 10-pin cable and powered on:

    I select the NRF5340_xxAA_ENGD option in the normal way using the mouse pointer and right-clicking.

  • Hi Al, 

    Håkon is on vacation so I will take over this case. 

    It's been a long discussion so I would be appreciate if you can give me a summary of the issue you are having now. 

    Please be aware that the method of putting the Dev Kit to BOOTLOADER mode by holding button SW5 when resetting is no longer work with nRF53 DK. On the nRF53 DK it's not possible to manually update the firmware of the interface chip. 

    Regarding the instruction you pointed to: https://academy.nordicsemi.com/flash-instructions-for-the-thingy53/ It's about how to use the USB bootloader to program the Thingy53. You will not be able to debug the application on it as you can do with the SWD interface on the nRF53 DK. 


    Also please be aware if you connect the Debug out of the nRF53 DK to the Thingy53 like this: 

    You would need to turn on the Thingy to make it work. 
    Also in Visual Studio Code you will not see the Thingy name appear but only the serial number of the nRF53 DK. 

  • Hi Hung Bui,

    Thank you very much for confirming my experience that it is not possible to reprogram the interface chip on the nRF5340DK. This information does not seem to have been shared with Elfving, resulting in this very long thread, can I suggest better sharing of information between DevZone team members please?

    Unfortunately this is now the 4th DK board that has been bricked and will have to go in the (recycling) bin, the previous three were nRF5340 Audio DK boards during initial LE Audio testing (a problem that I know was experienced by other developers). This suggests that there is an issue with the Interface IC HW/SW implementation that needs addressing, especially as I am concerned that I will experience the same issue if I try to use my other nRF540 DK boards to provide the debug function for Thingy:53. Obviously I have limited appetite and budget to keep buying new DK boards.

    It would be appreciated if you could review at least the start of this thread, as I am not sure what was expected behaviour and at what point the interface IC became corrupted. Most of the rest of this thread gets lost in trying to reprogram the bricked DK board.

    Kind regards,

    Al

  • Hi Al, 

    Could you give me a brief summary of your situation now ? 

    From what you wrote in the original question, the nRF53 DK was still working if you don't connect the Thingy53. Is it still the case or it's now bricked ? 
    Can you program the nRF53 chip on the DK (not the interface chip)  ?

  • Hi Hung Bui,

    As a test, I created a completely new project using the Blinky template. The project builds as expected but then fails when I try to flash it to the nRF5340 DK. I have been previously able to flash this board.

    Kind regards,

    Al

  • Hi Al, 

    Is there any chance you know how exact the board stopped working, was it when you did anything ? 

    Could you try the following command: 


    nrfjprog --recover --family NRF53 --log


    And send us your log.log file created (in the same folder).

    Also please run this: nrfjprog --version and let us know the version of nrfjprog and Jlink. 

Reply Children
  • Hi Hung Bui,

    Unfortunately due to the lack of indication that the Thingy:53 had been programmed in the first place and the resulting confusion with all the multiple attempts to get it working, I can't say when the nRF5340 DK was bricked.

    Results with nrfjprog, it can't create the log file.

    Kind regards,

    Al

  • Hi Al, 

    It seems that nrfjprog can not create the file in the folder it run from. Could you try to run cmd with administrator right and try to run it in a different folder, maybe on different harddrive not C. 

    nrfjprog should be put into system PATH so that it can run on any folder. 

    Do you have any other Dev Kit that still working. I'm asking because it could be an Jlink problem. 

  • Hi Hung Bui,

    I need to look at how I can run nrfjprog in another location or drive under Windows 11 to produce the log file. I have admin rights for this PC but that doesn't appear to be sufficient to allow the log file to be written.

    There is a difference in the error message reporting between the non-working and working nRF5340 DK boards. For the three instances shown of running the nrfjprog command, the first and third instances are with the non-working board and the second is with the working board. As you can see in the case of the non-working board it says that JLinkARM DLL reported an error both times.

    Kind regards,

    Al

  • Could you please try copy the whole nrf-command-line-tools folder to another folder (drive) to test ? 

  • Hi Hung Bui,

    I added a system path for nrfjprog.exe and tried running it from the c: drive root directory. It did so but with the same result as shown in the above screen capture and did not generate a log file for the non-working board. I was however able obtain the log file for the non-working board by running it from a USB thumb drive labelled E:. Log file attached.

    Kind regards,

    Al

    [2023-May-11 23:27:45] [ info] --------------------------------------------------------------------------------
    [2023-May-11 23:27:45] [ info] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --recover --family NRF53 --log 
    [2023-May-11 23:27:45] [ info] nrfjprog version 10.16.0 external
    [2023-May-11 23:27:45] [ info] --------------------------------------------------------------------------------
    [2023-May-11 23:27:45] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
    [2023-May-11 23:27:45] [ info] Library loaded, loading member functions.
    [2023-May-11 23:27:45] [ info] Member functions succesfully loaded.
    [2023-May-11 23:27:45] [debug] [ Client] - open
    [2023-May-11 23:27:45] [debug] [ Client] - start
    [2023-May-11 23:27:45] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 48088012-4f5f-44a0-81c8-abc47f71cb06.
    
    [2023-May-11 23:27:45] [trace] [ Client] - Command open executed for 39 milliseconds with result 0
    [2023-May-11 23:27:45] [debug] [ Client] - enum_emu_snr
    [2023-May-11 23:27:45] [trace] [ Client] - Command enum_emu_con_info executed for 9 milliseconds with result 0
    [2023-May-11 23:27:45] [debug] [ Client] - connect_to_emu_with_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
    [2023-May-11 23:27:45] [debug] [  JLink] - Logger sink registered in JLink logger
    [2023-May-11 23:27:45] [debug] [  nRF53] - open
    [2023-May-11 23:27:45] [debug] [  nRF53] - just_check_family
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - open_dll
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
    [2023-May-11 23:27:45] [ info] [SeggerBackend] - Load library at C:\Program Files (x86)\SEGGER\JLink\JLink_x64.dll.
    [2023-May-11 23:27:45] [ info] [SeggerBackend] - Library loaded, loading member functions.
    [2023-May-11 23:27:45] [ info] [SeggerBackend] - Member functions succesfully loaded.
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - dll_version
    [2023-May-11 23:27:45] [ info] [SeggerBackend] - Segger dll version 7.86.e loaded.
    [2023-May-11 23:27:45] [trace] [ Worker] - Command open executed for 4 milliseconds with result 0
    [2023-May-11 23:27:45] [debug] [  nRF53] - enum_emu_con_info
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - enum_emu_con_info
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-May-11 23:27:45] [trace] [ Worker] - Command enum_emu_con_info executed for 3 milliseconds with result 0
    [2023-May-11 23:27:45] [debug] [  nRF53] - connect_to_emu_with_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - connect_to_emu_with_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - ---just_enum_emu_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - ---just_get_num_emus
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - Segger logging enabled.
    [2023-May-11 23:27:45] [trace] [  JLink] - Firmware: J-Link OB-nRF5340-NordicSemi compiled Nov  7 2022 16:22:01
    [2023-May-11 23:27:45] [trace] [  JLink] - Firmware: J-Link OB-nRF5340-NordicSemi compiled Nov  7 2022 16:22:01
    [2023-May-11 23:27:45] [trace] [  JLink] - Hardware: V1.00
    [2023-May-11 23:27:45] [trace] [  JLink] - S/N: 1050006835
    [2023-May-11 23:27:45] [trace] [  JLink] - OEM: SEGGER
    [2023-May-11 23:27:45] [trace] [  JLink] - Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB
    [2023-May-11 23:27:45] [trace] [  JLink] - USB speed mode: Full speed (12 MBit/s)
    [2023-May-11 23:27:45] [trace] [  JLink] - TELNET listener socket opened on port 19021
    [2023-May-11 23:27:45] [trace] [  JLink] - WEBSRV WEBSRV_Init(): Starting webserver thread(s)
    [2023-May-11 23:27:45] [trace] [  JLink] - WEBSRV Webserver running on local port 19080
    [2023-May-11 23:27:45] [trace] [  JLink] - - 35.915ms returns "O.K."  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_Lock()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).   
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.009ms returns 0x01  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_ExecCommand("DisableFlashDL", ...).   
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.007ms returns 0x00  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).   
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.012ms returns 0x00  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_SetHookUnsecureDialog  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_SetHookUnsecureDialog(...)
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.092ms returns 0  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)  
    [2023-May-11 23:27:45] [trace] [  JLink] - - 1.153ms returns 0x00  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_GetSpeedInfo()  
    [2023-May-11 23:27:45] [trace] [  JLink] - 128000000 Hz / n, n >= 64
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.026ms  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2000kHz
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_SetSpeed(2000)  
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.164ms  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_GetSpeed()  
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.013ms returns 2000  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - SWD clock set to 2000kHz
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_GetSN()  
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.015ms returns 1050006835  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - read_debug_port_idr
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - read_debug_port_register
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-May-11 23:27:45] [debug] [SeggerBackend] - coresight_configure
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_GetHWStatus(...)  
    [2023-May-11 23:27:45] [trace] [  JLink] - - 0.299ms returns 0  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:45] [trace] [  JLink] - JLINK_CORESIGHT_Configure()  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 101.233ms returns 0  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.437ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.990ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.976ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.248ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.210ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.003ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.959ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.940ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.288ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 1.266ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.949ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.948ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.890ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.991ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.887ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.976ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.929ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.969ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.946ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.907ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.948ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.905ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.893ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.893ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.959ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.815ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.790ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.693ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.789ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.824ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.065ms  
    [2023-May-11 23:27:46] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 202 milliseconds with result -102
    [2023-May-11 23:27:46] [trace] [ Client] - Command connect_to_emu_with_snr executed for 217 milliseconds with result -102
    [2023-May-11 23:27:46] [debug] [  nRF53] - close
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - is_connected_to_emu
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_IsOpen()  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.021ms returns 0x01  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_Lock()  
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - close
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - disconnect_from_emu
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_disconnect_from_emu
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - is_connected_to_device
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_IsConnected()  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.012ms returns FALSE  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_is_debug_region_powered
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_read_debug_port_register
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_select_debug_port_register
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.720ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.729ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.662ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.707ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.660ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.689ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.683ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.737ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.614ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.680ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.613ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.608ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.628ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.576ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.571ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.654ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.607ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.684ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.648ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.658ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.631ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.611ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.640ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.613ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.547ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - ---just_abort_debug_action
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Attempting to clear any configuration errors in debug port before closing connection. 
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.537ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.492ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.556ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.604ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x00, 0x0000001F)  
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.455ms returns -1  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_HasError()  
    [2023-May-11 23:27:46] [error] [SeggerBackend] - JLinkARM.dll reported "-1", "An unknown error.".
    [2023-May-11 23:27:46] [trace] [  JLink] - - 0.013ms  
    [2023-May-11 23:27:46] [trace] [  JLink] - JLINK_Close()  
    [2023-May-11 23:27:46] [trace] [ Client] - Command close executed for 68 milliseconds with result 0
    [2023-May-11 23:27:46] [debug] [ Client] - terminate
    [2023-May-11 23:27:46] [trace] [ Client] - Command terminate executed for 0 milliseconds with result 0
    [2023-May-11 23:27:46] [debug] [SeggerBackend] - Segger Backend closed.
    [2023-May-11 23:27:46] [debug] [  nRF53] - nRF family DLL closed
    [2023-May-11 23:27:46] [trace] [ Worker] - Command close executed for 68 milliseconds with result 0
    [2023-May-11 23:27:46] [trace] [ Worker] - Command terminate executed for 0 milliseconds with result 0
    [2023-May-11 23:27:46] [trace] [ Worker] - Executed 5 commands for 277 milliseconds
    [2023-May-11 23:27:46] [debug] [ Client] - Worker process exited with code: 0
    [2023-May-11 23:27:46] [debug] [ Client] - Worker process exited with code: 0
    [2023-May-11 23:27:46] [debug] [ Client] - Child process terminated with result 0
    [2023-May-11 23:27:46] [trace] [ Client] - Executed 5 commands for 333 milliseconds
    [2023-May-11 23:27:46] [debug] [ Client] - terminate
    

Related