Hi,
I want to use the onboard 5340-DK QPSI flash for saving binary data into, however when i enable the support for it i get that the device is not ready. I have tried both my own app and the spi-flash sample app. Please find information below about what i have tried and please advice how to get it to work.
I have enabled QSPI and NORDIC QSPI
------------------------------------
# Required by QSPI
[2024-Oct-14 10:11:22] [debug] nrfjprog --family NRF53 --qspieraseall --log
[2024-Oct-14 10:11:22] [debug] nrfjprog version 10.23.2 external
[2024-Oct-14 10:11:22] [debug] --------------------------------------------------------------------------------
[2024-Oct-14 10:11:22] [ info] Load library at /opt/nrf-command-line-tools/lib/libnrfjprogdll.so.
[2024-Oct-14 10:11:22] [ info] Library loaded, loading member functions.
[2024-Oct-14 10:11:22] [ info] Member functions succesfully loaded.
[2024-Oct-14 10:11:22] [debug] [ Client] - open
[2024-Oct-14 10:11:22] [debug] [ Client] - start
[2024-Oct-14 10:11:22] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence 332c2435-510e-4b35-986c-9e92ad405d0a.
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2024-Oct-14 10:11:22] [debug] [ JLink] - Logger sink registered in JLink logger
[2024-Oct-14 10:11:22] [debug] [ nRF53] - open
[2024-Oct-14 10:11:22] [debug] [ nRF53] - just_check_family
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - open_dll
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2024-Oct-14 10:11:22] [trace] [ Client] - Command open executed for 2 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ Client] - config
[2024-Oct-14 10:11:22] [trace] [ Client] - Command config executed for 2 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ Client] - enum_emu_snr
[2024-Oct-14 10:11:22] [ info] [SeggerBackend] - Load library at /opt/SEGGER/JLink/libjlinkarm.so.6.
[2024-Oct-14 10:11:22] [ info] [SeggerBackend] - Library loaded, loading member functions.
[2024-Oct-14 10:11:22] [ info] [SeggerBackend] - Member functions succesfully loaded.
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - Set batch mode
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - dll_version
[2024-Oct-14 10:11:22] [ info] [SeggerBackend] - Segger dll version 6.98.e loaded.
[2024-Oct-14 10:11:22] [trace] [ Worker] - Command open executed for 2 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ nRF53] - config
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - enum_emu_snr
[2024-Oct-14 10:11:22] [trace] [ Worker] - Command config executed for 1 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ nRF53] - enum_emu_con_info
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - enum_emu_con_info
[2024-Oct-14 10:11:22] [trace] [ Client] - Command enum_emu_con_info executed for 116 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ Client] - connect_to_emu_with_snr
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:22] [trace] [ Worker] - Command enum_emu_con_info executed for 115 milliseconds with result 0
[2024-Oct-14 10:11:22] [debug] [ nRF53] - connect_to_emu_with_snr
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - connect_to_emu_with_snr
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - ---just_enum_emu_snr
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - ---just_get_num_emus
[2024-Oct-14 10:11:22] [debug] [SeggerBackend] - ---just_connect_to_emu_with_snr
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_emu_without_snr
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Segger logging enabled.
[2024-Oct-14 10:11:23] [trace] [ JLink] - Firmware: J-Link OB-nRF5340-NordicSemi compiled Dec 3 2021 15:46:49
[2024-Oct-14 10:11:23] [trace] [ JLink] - Firmware: J-Link OB-nRF5340-NordicSemi compiled Dec 3 2021 15:46:49
[2024-Oct-14 10:11:23] [trace] [ JLink] - Hardware: V1.00
[2024-Oct-14 10:11:23] [trace] [ JLink] - S/N: 1050044404
[2024-Oct-14 10:11:23] [trace] [ JLink] - OEM: SEGGER
[2024-Oct-14 10:11:23] [trace] [ JLink] - Feature(s): None
[2024-Oct-14 10:11:23] [trace] [ JLink] - TELNET listener socket opened on port 19021
[2024-Oct-14 10:11:23] [trace] [ JLink] - WEBSRV Starting webserver
[2024-Oct-14 10:11:23] [trace] [ JLink] - WEBSRV Webserver running on local port 19080
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 36.931ms returns "O.K."
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("SetRestartOnClose = 0", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("DisableFlashDL", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("ExcludeFlashCacheRange 0x0-0xFFFFFFFF", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_SetHookUnsecureDialog
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_SetHookUnsecureDialog(...)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.007ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_TIF_Select(JLINKARM_TIF_SWD)
[2024-Oct-14 10:11:23] [trace] [ Client] - Command connect_to_emu_with_snr executed for 492 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_connected_emu_snr
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_device_info
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 3.765ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_GetSpeedInfo()
[2024-Oct-14 10:11:23] [trace] [ JLink] - 128000000 Hz / n, n >= 64
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.008ms
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Connected emulator supports SWD speeds up to 2000kHz
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_SetSpeed(2000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.557ms
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_GetSpeed()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 2000
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - SWD clock set to 2000kHz
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_GetSN()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 1050044404
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_device_family
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command connect_to_emu_with_snr executed for 492 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_connected_emu_snr
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.010ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_connected_emu_snr
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_connected_emu_snr executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_device_info
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.007ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - coresight_configure
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_GetHWStatus(...)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.623ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_Configure()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.056ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_debug_port_idr
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.704ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x6BA02477
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.791ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0xF0000040
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.798ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 0, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.795ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.717ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_device_info executed for 6 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_memory_descriptors
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_memory_descriptors executed for 4 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_memory_descriptors
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_memory_descriptors executed for 3 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ Client] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.702ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.008ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_device_info executed for 6 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_memory_descriptors
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.007ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_memory_descriptors
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.832ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0xF0000040
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.631ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x43800042
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.657ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_memory_list
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 0, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.539ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.614ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.671ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP Flash" [0x00000000-0x00100000] 256 pages (256x4kB) static ID0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP FICR" [0x00FF0000-0x00FF1000] 1 pages (1x4kB) static ID16711680
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP UICR" [0x00FF8000-0x00FF8400] 1 pages (1x1kB) static ID16744448
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "XIP (QSPI)" [0x10000000-0x20000000] 1 pages (1x262144kB) static ID268435456
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP RAM" [0x20000000-0x20080000] 128 pages (128x4kB) static ID536870912
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.034ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_memory_descriptors executed for 4 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_memory_descriptors
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_memory_descriptors
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.513ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0xF0000040
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.519ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x43800042
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.539ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_memory_list
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 0, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.564ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.546ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.516ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Memory list already constructed. Skipping.
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP Flash" [0x00000000-0x00100000] 256 pages (256x4kB) static ID0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP FICR" [0x00FF0000-0x00FF1000] 1 pages (1x4kB) static ID16711680
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP UICR" [0x00FF8000-0x00FF8400] 1 pages (1x1kB) static ID16744448
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "XIP (QSPI)" [0x10000000-0x20000000] 1 pages (1x262144kB) static ID268435456
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Read memory description from family DLL: "APP RAM" [0x20000000-0x20080000] 128 pages (128x4kB) static ID536870912
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.019ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_memory_descriptors executed for 3 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.008ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.007ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_page_sizes
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_page_sizes
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms
[2024-Oct-14 10:11:23] [trace] [ Worker] - Command read_page_sizes executed for 0 milliseconds with result 0
[2024-Oct-14 10:11:23] [debug] [ Client] - qspi_init
[2024-Oct-14 10:11:23] [debug] [ nRF53] - qspi_init
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsOpen()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.025ms returns 0x01
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Lock()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - is_qspi_configured
[2024-Oct-14 10:11:23] [ info] [ nRF53] - Configuring QSPI based on cached .toml configuration
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_qspi_configure
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_assert_supports_qspi
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_is_debug_region_powered
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.863ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(DP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0xF0000040
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.413ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x43800042
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.720ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [ nRF53] - is_qspi_init
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 0, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.874ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.748ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.736ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - set_qspi_pins
[2024-Oct-14 10:11:23] [debug] [ nRF53] - set_qspi_pins
[2024-Oct-14 10:11:23] [debug] [ nRF53] - qspi_configure
[2024-Oct-14 10:11:23] [ info] [ nRF53] - QSPI MEMORY CONFIGURATION:
[2024-Oct-14 10:11:23] [ info] [ nRF53] - ==========================
[2024-Oct-14 10:11:23] [ info] [ nRF53] - mem_size = 8388608
[2024-Oct-14 10:11:23] [ info] [ nRF53] - read_mode = 4
[2024-Oct-14 10:11:23] [ info] [ nRF53] - write_mode = 3
[2024-Oct-14 10:11:23] [ info] [ nRF53] - address_mode = 0
[2024-Oct-14 10:11:23] [ info] [ nRF53] - frequency = 1
[2024-Oct-14 10:11:23] [ info] [ nRF53] - spi_mode = 0
[2024-Oct-14 10:11:23] [ info] [ nRF53] - pp_size = 0
[2024-Oct-14 10:11:23] [ info] [ nRF53] - ==========================
[2024-Oct-14 10:11:23] [debug] [ nRF53] - check_qspi_ram_buffer_bprot
[2024-Oct-14 10:11:23] [debug] [ nRF53] - just_get_qspi_buffer_info
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_assert_supports_qspi
[2024-Oct-14 10:11:23] [debug] [ nRF53] - is_bprot_enabled
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_is_bprot_enabled
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.787ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x43800042
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.713ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - halt
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_IsConnected()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms returns FALSE
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_enable_coprocessor
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---set_coresight_ahb_ap_index
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("CORESIGHT_SetIndexAHBAPToUse = 0", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("device = Cortex-M33", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - Device "CORTEX-M33" selected.
[2024-Oct-14 10:11:23] [trace] [ JLink] - Device "CORTEX-M33" selected.
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.141ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Connect()
[2024-Oct-14 10:11:23] [trace] [ JLink] - Found SW-DP with ID 0x6BA02477
[2024-Oct-14 10:11:23] [trace] [ JLink] - Found SW-DP with ID 0x6BA02477
[2024-Oct-14 10:11:23] [trace] [ JLink] - DPIDR: 0x6BA02477
[2024-Oct-14 10:11:23] [trace] [ JLink] - DPIDR: 0x6BA02477
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP map detection skipped. Manually configured AP map found.
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP map detection skipped. Manually configured AP map found.
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: AHB-AP (IDR: Not set)
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: AHB-AP (IDR: Not set)
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: Core found
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: Core found
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: AHB-AP ROM base: 0xE00FE000
[2024-Oct-14 10:11:23] [trace] [ JLink] - AP[0]: AHB-AP ROM base: 0xE00FE000
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPUID register: 0x410FD214. Implementer code: 0x41 (ARM)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPUID register: 0x410FD214. Implementer code: 0x41 (ARM)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Found Cortex-M33 r0p4, Little endian.
[2024-Oct-14 10:11:23] [trace] [ JLink] - Found Cortex-M33 r0p4, Little endian.
[2024-Oct-14 10:11:23] [trace] [ JLink] - -- Max. mem block: 0x0003C468
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDF0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0002000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - FPUnit: 8 code (BP) slots and 0 literal slots
[2024-Oct-14 10:11:23] [trace] [ JLink] - FPUnit: 8 code (BP) slots and 0 literal slots
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDFC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000EDFC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0001000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE0001000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED88)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED88)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED88)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED88)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EFB8)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Security extension: implemented
[2024-Oct-14 10:11:23] [trace] [ JLink] - Security extension: implemented
[2024-Oct-14 10:11:23] [trace] [ JLink] - Secure debug: enabled
[2024-Oct-14 10:11:23] [trace] [ JLink] - Secure debug: enabled
[2024-Oct-14 10:11:23] [trace] [ JLink] - CoreSight components:
[2024-Oct-14 10:11:23] [trace] [ JLink] - CoreSight components:
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0] @ E00FE000
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0] @ E00FE000
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(64 bytes @ 0xE00FE000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE00FFFE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0][0]: E00FF000, CID: B105100D, PID: 000BB4C9 ROM Table
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0][0]: E00FF000, CID: B105100D, PID: 000BB4C9 ROM Table
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1] @ E00FF000
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1] @ E00FF000
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(64 bytes @ 0xE00FF000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE000EFE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EFBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EFCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][0]: E000E000, CID: B105900D, PID: 000BBD21 Cortex-M33
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][0]: E000E000, CID: B105900D, PID: 000BBD21 Cortex-M33
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0001FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0001FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0001FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][1]: E0001000, CID: B105900D, PID: 000BBD21 DWT
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][1]: E0001000, CID: B105900D, PID: 000BBD21 DWT
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0002FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0002FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0002FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][2]: E0002000, CID: B105900D, PID: 000BBD21 FPB
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][2]: E0002000, CID: B105900D, PID: 000BBD21 FPB
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0000FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0000FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0000FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][3]: E0000000, CID: B105900D, PID: 000BBD21 ITM
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][3]: E0000000, CID: B105900D, PID: 000BBD21 ITM
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0041FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0041FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0041FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][5]: E0041000, CID: B105900D, PID: 002BBD21 ETM
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][5]: E0041000, CID: B105900D, PID: 002BBD21 ETM
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0042FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0042FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0042FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][6]: E0042000, CID: B105900D, PID: 000BBD21 CSS600-CTI
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[1][6]: E0042000, CID: B105900D, PID: 000BBD21 CSS600-CTI
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(32 bytes @ 0xE0040FE0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0040FBC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE0040FCC)
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0][1]: E0040000, CID: B105900D, PID: 000BBD21 Cortex-M33
[2024-Oct-14 10:11:23] [trace] [ JLink] - ROMTbl[0][1]: E0040000, CID: B105900D, PID: 000BBD21 Cortex-M33
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 146.388ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORE_GetFound()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms returns 0xE0200FF
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 5.415ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - init_device_info
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_memory_list
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 255, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.727ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.796ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.628ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Memory list already constructed. Skipping.
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_device_info
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.734ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.665ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0x50003700, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0x50003700)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 17 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.931ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - just_is_mpu_enabled_m33
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED94, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED94)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 05 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.844ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED90, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED90)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 08 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.796ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.615ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.650ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.697ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: E1 FF 0F 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.025ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.012ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.924ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.651ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000001)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.845ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: E3 FF 06 20
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.740ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED9C, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED9C)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 01 80 00 20
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.754ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.572ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.611ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000002)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.815ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.008ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.779ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.572ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.575ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000003)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.797ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.008ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.844ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.603ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.696ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000004)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.783ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.792ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.752ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.625ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000005)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.798ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.131ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.548ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.584ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000006)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.759ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.758ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.583ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.570ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000007)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.781ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.821ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - is_bprot_enabled
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_is_bprot_enabled
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 255, AP Bank 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.703ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.624ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - halt
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - init_device_info
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_memory_list
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 255, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.637ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.627ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.635ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Memory list already constructed. Skipping.
[2024-Oct-14 10:11:23] [debug] [ nRF53] - read_device_info
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.662ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.692ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0x50003700, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0x50003700)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 17 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.818ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - just_is_mpu_enabled_m33
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED94, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED94)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 05 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.772ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED90, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED90)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 08 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.773ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.548ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.594ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.839ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: E1 FF 0F 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.219ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.648ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.712ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000001)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.764ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: E3 FF 06 20
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.731ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000ED9C, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000ED9C)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 01 80 00 20
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.732ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.636ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.569ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000002)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.754ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.767ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.625ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.530ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000003)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.720ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.749ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.584ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.528ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000004)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.800ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.676ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.476ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.492ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000005)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.734ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.007ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.006ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.775ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.011ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.634ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.762ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000006)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.221ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.003ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.840ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.005ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.614ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.667ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0xE000ED98, 0x00000007)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0xE000ED98)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.809ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_halt
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_Halt()
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.002ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0xE000EDA0, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0xE000EDA0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Data: 00 00 00 00
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.819ms returns 1 (0x1)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_qspi_init
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 255, AP Bank 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.695ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.669ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_assert_supports_qspi
[2024-Oct-14 10:11:23] [debug] [ nRF53] - is_qspi_configured
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_power_ram_all
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_readback_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.778ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Protection status for ahb-ap 0 read as NONE
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.624ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.594ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.593ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.577ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.537ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.578ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.582ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.687ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.638ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.492ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081604, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081604)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.518ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.651ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.625ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.602ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.929ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.490ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.653ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.510ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.614ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.500ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.584ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081614, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081614)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.765ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.616ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.613ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.611ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.576ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.547ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.732ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.649ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.615ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.625ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.636ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081624, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081624)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.719ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.591ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.646ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.572ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.563ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.650ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.641ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.631ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.020ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.542ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.598ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081634, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081634)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.761ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.667ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.586ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.582ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.606ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.570ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.665ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.611ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.646ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.593ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.551ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081644, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081644)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.710ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.625ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.587ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.726ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.535ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.607ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.695ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.554ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.663ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.631ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.748ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081654, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081654)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.396ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.686ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.676ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.757ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.695ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.564ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.723ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.855ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.654ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.670ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.710ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081664, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081664)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.838ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.687ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_get_secure_nonsecure_address
[2024-Oct-14 10:11:23] [debug] [ nRF53] - update_periph_secure_state
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_secure_debug_available
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.733ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Reading addr 0x50003A04: secure state of peripheral from SPU @0x50003000 (S) (slave index 129).
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ahb_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x03800052
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.722ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x00, 0x03800052)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.848ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(AP reg 0x01, 0x50003A04)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.689ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x80000002
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.760ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 0, DP Bank 0, AP Bank 15
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x000000F0)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.621ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x03)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x84770001
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.834ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Peripheral at address 1342705664 has secure properties Selectable NonSecure
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.691ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.812ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x40081674, 0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x40081674)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.958ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.694ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.645ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x50005580, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x50005580)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.668ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_write_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_debug_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 255, DP Bank 0, AP Bank 255
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.673ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.708ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_WriteU32_64(0x500055B8, 0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_WriteMem(4 bytes @ 0x500055B8)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.888ms returns 0 (0x00000000)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_read_device_version
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - Select AP 2, DP Bank 0, AP Bank 3
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_WriteAPDPReg(DP reg 0x02, 0x02000030)
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.705ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x00)
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000007
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.775ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_access_port_register
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_select_access_port_register
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_CORESIGHT_ReadAPDPReg(AP reg 0x01)
[2024-Oct-14 10:11:23] [error] [ Client] - Encountered error -104: Command qspi_init_preconfigured executed for 303 milliseconds with result -104
[2024-Oct-14 10:11:23] [trace] [ JLink] - Value=0x00000005
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.714ms returns 0
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Just_decode_device_version
[2024-Oct-14 10:11:23] [debug] [ nRF53] - Device identified as NRF5340_xxAA_REV1
[2024-Oct-14 10:11:23] [debug] [ nRF53] - qspi_init
[2024-Oct-14 10:11:23] [debug] [ nRF53] - just_read_qspi_enabled_status
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_emu
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_connect_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - is_connected_to_device
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_read_u32
[2024-Oct-14 10:11:23] [debug] [SeggerBackend] - ---just_invalidate_cache
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ExecCommand("InvalidateCache", ...).
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 0.004ms returns 0x00
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0x5002B500, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0x5002B500)
[2024-Oct-14 10:11:23] [trace] [ JLink] - failed
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.328ms returns -1 (0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_ReadMemU32(0x5002B500, 0x1 Items)
[2024-Oct-14 10:11:23] [trace] [ JLink] - CPU_ReadMem(4 bytes @ 0x5002B500)
[2024-Oct-14 10:11:23] [trace] [ JLink] - failed
[2024-Oct-14 10:11:23] [trace] [ JLink] - - 1.600ms returns -1 (0xFFFFFFFF)
[2024-Oct-14 10:11:23] [trace] [ JLink] - JLINK_HasError()