From 8e0cbe0992619a36bf34a660cfdd75f083f19730 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 11 十二月 2024 10:43:28 +0800 Subject: [PATCH] PCA驱动完成,读写功能正常,PCA的INT中断未配置 --- keil/Objects/uwb_simple_example.htm | 1620 ++-- keil/include/main/main.c | 5 keil/Objects/uwb_simple_example_MK8000 Release.dep | 2056 ++-- keil/include/drivers/lis3dh_driver.c | 2 keil/JLinkLog.txt | 6494 ++---------------- keil/Objects/uwb_simple_example.build_log.htm | 11 keil/Objects/uwb_simple_example.hex | 4648 ++++++------ keil/uwb_simple_example.uvguix.xookk | 364 /dev/null | 1968 ----- keil/uwb_simple_example.uvoptx | 37 keil/include/drivers/PCA9555.c | 243 keil/Listings/uwb_simple_example.map | 3171 ++++---- keil/include/drivers/PCA9555.h | 26 13 files changed, 7,211 insertions(+), 13,434 deletions(-) diff --git a/keil/JLinkLog.txt b/keil/JLinkLog.txt index 7b3a5a3..7a93bd0 100644 --- a/keil/JLinkLog.txt +++ b/keil/JLinkLog.txt @@ -1,5653 +1,857 @@ -T8228 000:103 SEGGER J-Link V6.30d Log File (0001ms, 0036ms total) -T8228 000:103 DLL Compiled: Feb 16 2018 13:30:32 (0001ms, 0036ms total) -T8228 000:103 Logging started @ 2024-12-03 10:02 (0001ms, 0036ms total) -T8228 000:104 JLINK_SetWarnOutHandler(...) (0000ms, 0036ms total) -T8228 000:104 JLINK_OpenEx(...) +T420C 000:164 SEGGER J-Link V6.30d Log File (0001ms, 0058ms total) +T420C 000:164 DLL Compiled: Feb 16 2018 13:30:32 (0001ms, 0058ms total) +T420C 000:164 Logging started @ 2024-12-11 10:39 (0001ms, 0058ms total) +T420C 000:165 JLINK_SetWarnOutHandler(...) (0000ms, 0058ms total) +T420C 000:165 JLINK_OpenEx(...) Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04 Hardware: V7.00 S/N: 20090928 Feature(s): RDI,FlashDL,FlashBP,JFlash,GDB TELNET listener socket opened on port 19021WEBSRV -Starting webserver (0021ms, 0057ms total) -T8228 000:104 WEBSRV Webserver running on local port 19080 (0021ms, 0057ms total) -T8228 000:104 returns O.K. (0021ms, 0057ms total) -T8228 000:125 JLINK_GetEmuCaps() returns 0x88EA5833 (0000ms, 0057ms total) -T8228 000:125 JLINK_TIF_GetAvailable(...) (0001ms, 0058ms total) -T8228 000:126 JLINK_SetErrorOutHandler(...) (0000ms, 0058ms total) -T8228 000:126 JLINK_ExecCommand("ProjectFile = "D:\project chen\anbang_Anchor\ChinaUWBProject\keil\JLinkSettings.ini"", ...). d:\Keil_v5\ARM\Segger\JLinkDevices.xml evaluated successfully. returns 0x00 (0145ms, 0203ms total) -T8228 000:271 JLINK_ExecCommand("Device = MK8000", ...). Device "MK8000" selected. returns 0x00 (0007ms, 0210ms total) -T8228 000:278 JLINK_ExecCommand("DisableConnectionTimeout", ...). returns 0x01 (0000ms, 0210ms total) -T8228 000:278 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0210ms total) -T8228 000:278 JLINK_GetDLLVersion() returns 63004 (0000ms, 0210ms total) -T8228 000:278 JLINK_GetFirmwareString(...) (0000ms, 0210ms total) -T8228 000:278 JLINK_GetDLLVersion() returns 63004 (0000ms, 0210ms total) -T8228 000:278 JLINK_GetCompileDateTime() (0000ms, 0210ms total) -T8228 000:278 JLINK_GetFirmwareString(...) (0000ms, 0210ms total) -T8228 000:278 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0210ms total) -T8228 000:278 JLINK_TIF_Select(JLINKARM_TIF_SWD) returns 0x00 (0003ms, 0213ms total) -T8228 000:281 JLINK_SetSpeed(10000) (0000ms, 0213ms total) -T8228 000:281 JLINK_GetId() >0x10B TIF>Found SW-DP with ID 0x0BB11477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF>Scanning AP map to find all available APs >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[1]: Stopped AP scan as end of AP map has been reachedAP[0]: AHB-AP (IDR: 0x04770021)Iterating through AP map to find AHB-AP to use +Starting webserver (0033ms, 0091ms total) +T420C 000:165 WEBSRV Webserver running on local port 19080 (0033ms, 0091ms total) +T420C 000:165 returns O.K. (0033ms, 0091ms total) +T420C 000:198 JLINK_GetEmuCaps() returns 0x88EA5833 (0000ms, 0091ms total) +T420C 000:198 JLINK_TIF_GetAvailable(...) (0001ms, 0092ms total) +T420C 000:199 JLINK_SetErrorOutHandler(...) (0000ms, 0092ms total) +T420C 000:199 JLINK_ExecCommand("ProjectFile = "D:\project chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\JLinkSettings.ini"", ...). d:\Keil_v5\ARM\Segger\JLinkDevices.xml evaluated successfully. returns 0x00 (0147ms, 0239ms total) +T420C 000:346 JLINK_ExecCommand("Device = MK8000", ...). Device "MK8000" selected. returns 0x00 (0007ms, 0246ms total) +T420C 000:353 JLINK_ExecCommand("DisableConnectionTimeout", ...). returns 0x01 (0000ms, 0246ms total) +T420C 000:353 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0246ms total) +T420C 000:353 JLINK_GetDLLVersion() returns 63004 (0000ms, 0246ms total) +T420C 000:353 JLINK_GetFirmwareString(...) (0000ms, 0246ms total) +T420C 000:353 JLINK_GetDLLVersion() returns 63004 (0000ms, 0246ms total) +T420C 000:353 JLINK_GetCompileDateTime() (0000ms, 0246ms total) +T420C 000:353 JLINK_GetFirmwareString(...) (0000ms, 0246ms total) +T420C 000:353 JLINK_GetHardwareVersion() returns 0x11170 (0000ms, 0246ms total) +T420C 000:353 JLINK_TIF_Select(JLINKARM_TIF_SWD) returns 0x00 (0003ms, 0249ms total) +T420C 000:356 JLINK_SetSpeed(10000) (0000ms, 0249ms total) +T420C 000:356 JLINK_GetId() >0x10B TIF>Found SW-DP with ID 0x0BB11477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF>Scanning AP map to find all available APs >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[1]: Stopped AP scan as end of AP map has been reachedAP[0]: AHB-AP (IDR: 0x04770021)Iterating through AP map to find AHB-AP to use >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[0]: Core foundAP[0]: AHB-AP ROM base: 0xE00FF000 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>CPUID register: 0x410CC200. Implementer code: 0x41 (ARM)Found Cortex-M0 r0p0, Little endian. -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE0002000)FPUnit: 4 code (BP) slots and 0 literal slots -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000)CoreSight components:ROMTbl[0] @ E00FF000 -- CPU_ReadMem(16 bytes @ 0xE00FF000) -- CPU_ReadMem(16 bytes @ 0xE000EFF0) -- CPU_ReadMem(16 bytes @ 0xE000EFE0)ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB008 SCS -- CPU_ReadMem(16 bytes @ 0xE0001FF0) -- CPU_ReadMem(16 bytes @ 0xE0001FE0) -ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 000BB00A DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB00B FPB >0x0D TIF> >0x21 TIF> returns 0x0BB11477 (0154ms, 0367ms total) -T8228 000:435 JLINK_GetDLLVersion() returns 63004 (0000ms, 0367ms total) -T8228 000:435 JLINK_CORE_GetFound() returns 0x60000FF (0000ms, 0367ms total) -T8228 000:435 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000 returns 0x00 (0000ms, 0367ms total) -T8228 000:435 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000 returns 0x00 (0000ms, 0367ms total) -T8228 000:435 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0367ms total) -T8228 000:435 JLINK_ReadMemEx(0xE0041FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0041FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 returns 0x10 (0001ms, 0368ms total) -T8228 000:436 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0368ms total) -T8228 000:436 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0368ms total) -T8228 000:436 JLINK_ReadMemEx(0xE0040FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0040FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 returns 0x10 (0002ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) -- Value=0xE0000000 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) -- Value=0xE0001000 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) -- Value=0xE0002000 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) -- Value=0xE000E000 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) -- Value=0xE000EDF0 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_GetDebugInfo(0x01 = Unknown) -- Value=0x00000000 returns 0x00 (0000ms, 0370ms total) -T8228 000:438 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) - Data: 00 C2 0C 41 returns 0x01 (0001ms, 0371ms total) -T8228 000:439 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0371ms total) -T8228 000:439 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0371ms total) -T8228 000:439 JLINK_Reset() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC) - -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 0446ms total) -T8228 000:514 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0446ms total) -T8228 000:514 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0446ms total) -T8228 000:514 JLINK_Halt() returns 0x00 (0000ms, 0446ms total) -T8228 000:514 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) - Data: 03 00 03 00 returns 0x01 (0001ms, 0447ms total) -T8228 000:515 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) returns 0x00 (0001ms, 0448ms total) -T8228 000:516 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 0449ms total) -T8228 000:517 JLINK_GetHWStatus(...) returns 0x00 (0001ms, 0450ms total) -T8228 000:518 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) returns 0x04 (0000ms, 0450ms total) -T8228 000:518 JLINK_GetNumBPUnits(Type = 0xF0) returns 0x2000 (0000ms, 0450ms total) -T8228 000:518 JLINK_GetNumWPUnits() returns 0x02 (0000ms, 0450ms total) -T8228 000:518 JLINK_GetSpeed() returns 0xFA0 (0000ms, 0450ms total) -T8228 000:518 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) - Data: 00 00 00 00 returns 0x01 (0001ms, 0451ms total) -T8228 000:519 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0451ms total) -T8228 000:519 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0451ms total) -T8228 000:621 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0451ms total) -T8228 000:621 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 0527ms total) -T8228 000:697 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0527ms total) -T8228 000:697 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0527ms total) -T8228 000:697 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 0528ms total) -T8228 000:698 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0529ms total) -T8228 000:699 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 0530ms total) -T8228 000:701 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 0531ms total) -T8228 000:702 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 0532ms total) -T8228 000:703 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 0533ms total) -T8228 000:704 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 0535ms total) -T8228 000:706 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 0536ms total) -T8228 000:707 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0537ms total) -T8228 000:708 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0538ms total) -T8228 000:709 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0539ms total) -T8228 000:710 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 0540ms total) -T8228 000:711 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0541ms total) -T8228 000:712 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0003ms, 0544ms total) -T8228 000:715 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0545ms total) -T8228 000:716 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0546ms total) -T8228 000:717 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 0547ms total) -T8228 000:718 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0548ms total) -T8228 000:719 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 0550ms total) -T8228 000:721 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0551ms total) -T8228 000:722 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 0552ms total) -T8228 007:794 JLINK_ReadReg(R0) returns 0x00000091 (0001ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0553ms total) -T8228 007:795 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 0553ms total) -T8228 007:796 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0554ms total) -T8228 007:796 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0555ms total) -T8228 007:797 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0556ms total) -T8228 007:798 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0557ms total) -T8228 007:805 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0558ms total) -T8228 007:806 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0559ms total) -T8228 007:807 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0560ms total) -T8228 007:835 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0561ms total) -T8228 007:836 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0562ms total) -T8228 007:837 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0563ms total) -T8228 007:886 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0564ms total) -T8228 007:887 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0565ms total) -T8228 007:888 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0566ms total) -T8228 007:907 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0567ms total) -T8228 007:908 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0568ms total) -T8228 007:909 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0569ms total) -T8228 007:952 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0570ms total) -T8228 007:953 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0571ms total) -T8228 007:954 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 0571ms total) -T8228 007:994 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0572ms total) -T8228 007:995 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 0574ms total) -T8228 007:997 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0000ms, 0574ms total) -T8228 008:009 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 0576ms total) -T8228 008:011 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0577ms total) -T8228 008:012 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0578ms total) -T8228 008:028 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0579ms total) -T8228 008:029 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0580ms total) -T8228 008:030 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 0582ms total) -T8228 008:055 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 0584ms total) -T8228 008:057 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 0584ms total) -T8228 008:057 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0585ms total) -T8228 008:060 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0586ms total) -T8228 008:061 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0587ms total) -T8228 008:062 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0588ms total) -T8228 008:073 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0589ms total) -T8228 008:074 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 0589ms total) -T8228 008:074 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 0591ms total) -T8228 008:079 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0592ms total) -T8228 008:080 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0593ms total) -T8228 008:081 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0594ms total) -T8228 008:084 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0595ms total) -T8228 008:085 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 0595ms total) -T8228 008:085 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 0597ms total) -T727C 008:275 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0598ms total) -T727C 008:276 JLINK_SetBPEx(Addr = 0x000065FC, Type = 0xFFFFFFF2) returns 0x00000001 (0000ms, 0598ms total) -T727C 008:276 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 0605ms total) -T727C 008:384 JLINK_IsHalted() returns FALSE (0001ms, 0606ms total) -T727C 008:486 JLINK_IsHalted() returns FALSE (0001ms, 0606ms total) -T727C 008:588 JLINK_IsHalted() returns FALSE (0000ms, 0605ms total) -T727C 008:690 JLINK_IsHalted() returns FALSE (0001ms, 0606ms total) -T727C 008:792 JLINK_IsHalted() returns FALSE (0001ms, 0606ms total) -T8228 008:896 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 0607ms total) -T8228 008:898 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0608ms total) -T8228 008:899 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0609ms total) -T8228 008:904 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 0609ms total) -T8228 008:905 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 0611ms total) -T8228 008:907 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0612ms total) -T8228 008:908 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0613ms total) -T8228 008:909 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0614ms total) -T8228 008:910 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0615ms total) -T8228 008:911 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 0617ms total) -T8228 008:913 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 0617ms total) -T8228 008:913 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 0619ms total) -T8228 008:916 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0620ms total) -T8228 008:917 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 0620ms total) -T727C 008:918 JLINK_IsHalted() returns FALSE (0001ms, 0621ms total) -T727C 009:019 JLINK_IsHalted() returns FALSE (0001ms, 0621ms total) -T727C 009:121 JLINK_IsHalted() returns FALSE (0001ms, 0621ms total) -T727C 009:223 JLINK_IsHalted() returns FALSE (0001ms, 0621ms total) -T727C 009:324 JLINK_IsHalted() returns FALSE (0001ms, 0621ms total) -T8228 009:429 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0621ms total) -T8228 009:430 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0622ms total) -T8228 009:431 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0623ms total) -T8228 009:433 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0624ms total) -T8228 009:434 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0625ms total) -T8228 009:435 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0626ms total) -T8228 009:436 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0627ms total) -T8228 009:437 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 0629ms total) -T8228 009:439 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0630ms total) -T8228 009:440 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 0630ms total) -T8228 009:440 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0631ms total) -T8228 009:441 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0632ms total) -T8228 009:442 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0633ms total) -T8228 009:443 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0634ms total) -T727C 009:444 JLINK_IsHalted() returns FALSE (0001ms, 0635ms total) -T727C 009:546 JLINK_IsHalted() returns FALSE (0001ms, 0635ms total) -T727C 009:648 JLINK_IsHalted() returns FALSE (0001ms, 0635ms total) -T727C 009:750 JLINK_IsHalted() returns FALSE (0001ms, 0635ms total) -T727C 009:851 JLINK_IsHalted() returns FALSE (0001ms, 0635ms total) -T8228 009:955 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0635ms total) -T8228 009:956 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0636ms total) -T8228 009:957 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0637ms total) -T8228 009:960 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0638ms total) -T8228 009:961 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0639ms total) -T8228 009:962 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 0639ms total) -T8228 009:964 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0640ms total) -T8228 009:965 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0641ms total) -T8228 009:966 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0642ms total) -T8228 009:967 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0643ms total) -T8228 009:968 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0644ms total) -T8228 009:969 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0645ms total) -T8228 009:970 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0646ms total) -T8228 009:971 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0647ms total) -T727C 009:973 JLINK_IsHalted() returns FALSE (0001ms, 0648ms total) -T727C 010:075 JLINK_IsHalted() returns FALSE (0000ms, 0647ms total) -T727C 010:176 JLINK_IsHalted() returns FALSE (0001ms, 0648ms total) -T727C 010:278 JLINK_IsHalted() returns FALSE (0001ms, 0648ms total) -T727C 010:379 JLINK_IsHalted() returns FALSE (0001ms, 0648ms total) -T8228 010:483 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0648ms total) -T8228 010:484 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0649ms total) -T8228 010:485 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0650ms total) -T8228 010:487 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0651ms total) -T8228 010:488 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0652ms total) -T8228 010:489 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0653ms total) -T8228 010:491 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0000ms, 0653ms total) -T8228 010:491 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0654ms total) -T8228 010:492 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0655ms total) -T8228 010:493 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 0657ms total) -T8228 010:495 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0658ms total) -T8228 010:496 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0659ms total) -T8228 010:497 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0660ms total) -T8228 010:498 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 0660ms total) -T727C 010:499 JLINK_IsHalted() returns FALSE (0000ms, 0660ms total) -T727C 010:601 JLINK_IsHalted() returns FALSE (0000ms, 0660ms total) -T727C 010:702 JLINK_IsHalted() returns FALSE (0000ms, 0660ms total) -T727C 010:804 JLINK_IsHalted() returns FALSE (0001ms, 0661ms total) -T727C 010:906 JLINK_IsHalted() returns FALSE (0000ms, 0660ms total) -T8228 011:010 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0661ms total) -T8228 011:011 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0662ms total) -T8228 011:012 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0663ms total) -T8228 011:015 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 0663ms total) -T8228 011:016 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 0664ms total) -T8228 011:017 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 0664ms total) -T8228 011:018 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0666ms total) -T8228 011:019 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0667ms total) -T8228 011:020 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0668ms total) -T8228 011:021 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0669ms total) -T8228 011:022 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 0671ms total) -T8228 011:024 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0672ms total) -T8228 011:025 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0673ms total) -T8228 011:026 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0674ms total) -T727C 011:027 JLINK_IsHalted() returns FALSE (0001ms, 0675ms total) -T727C 011:130 JLINK_IsHalted() returns FALSE (0000ms, 0674ms total) -T727C 011:231 JLINK_IsHalted() returns FALSE (0001ms, 0675ms total) -T727C 011:333 JLINK_IsHalted() returns FALSE (0001ms, 0675ms total) -T727C 011:435 JLINK_IsHalted() returns FALSE (0001ms, 0675ms total) -T8228 011:538 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0675ms total) -T8228 011:539 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0676ms total) -T8228 011:540 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0677ms total) -T8228 011:542 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0678ms total) -T8228 011:543 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0679ms total) -T8228 011:544 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0680ms total) -T8228 011:546 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 0682ms total) -T8228 011:548 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 0682ms total) -T8228 011:548 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0683ms total) -T8228 011:550 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 0685ms total) -T8228 011:552 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 0685ms total) -T8228 011:553 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0686ms total) -T8228 011:554 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0687ms total) -T8228 011:555 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0688ms total) -T727C 011:556 JLINK_IsHalted() returns FALSE (0001ms, 0689ms total) -T8228 011:571 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) -- CPU is running -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000200C) returns 0x00000002 (0002ms, 0690ms total) -T727C 011:658 JLINK_IsHalted() returns FALSE (0000ms, 0690ms total) -T727C 011:760 JLINK_IsHalted() returns FALSE (0001ms, 0691ms total) -T727C 011:861 JLINK_IsHalted() returns FALSE (0000ms, 0690ms total) -T727C 011:962 JLINK_IsHalted() returns FALSE (0000ms, 0690ms total) -T8228 012:066 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0691ms total) -T8228 012:067 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 0691ms total) -T8228 012:067 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0692ms total) -T8228 012:069 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 0694ms total) -T8228 012:071 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0695ms total) -T8228 012:072 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0696ms total) -T8228 012:074 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0697ms total) -T8228 012:075 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0698ms total) -T8228 012:076 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0699ms total) -T8228 012:077 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0700ms total) -T8228 012:078 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0701ms total) -T8228 012:079 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0702ms total) -T8228 012:080 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0703ms total) -T8228 012:081 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0704ms total) -T727C 012:082 JLINK_IsHalted() returns FALSE (0001ms, 0705ms total) -T727C 012:184 JLINK_IsHalted() returns FALSE (0000ms, 0704ms total) -T727C 012:285 JLINK_IsHalted() returns FALSE (0001ms, 0705ms total) -T727C 012:387 JLINK_IsHalted() returns FALSE (0001ms, 0705ms total) -T727C 012:488 JLINK_IsHalted() returns FALSE (0001ms, 0705ms total) -T8228 012:592 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0705ms total) -T8228 012:593 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0706ms total) -T8228 012:594 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0707ms total) -T8228 012:596 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0708ms total) -T8228 012:597 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0709ms total) -T8228 012:598 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0710ms total) -T8228 012:600 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0711ms total) -T8228 012:601 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0712ms total) -T8228 012:602 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0713ms total) -T8228 012:603 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0714ms total) -T8228 012:604 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0715ms total) -T8228 012:605 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0716ms total) -T8228 012:606 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0717ms total) -T8228 012:607 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0718ms total) -T727C 012:608 JLINK_IsHalted() returns FALSE (0001ms, 0719ms total) -T727C 012:710 JLINK_IsHalted() returns FALSE (0001ms, 0719ms total) -T727C 012:812 JLINK_Halt() returns 0x00 (0004ms, 0722ms total) -T727C 012:816 JLINK_IsHalted() returns TRUE (0000ms, 0722ms total) -T727C 012:816 JLINK_IsHalted() returns TRUE (0000ms, 0722ms total) -T727C 012:816 JLINK_IsHalted() returns TRUE (0000ms, 0722ms total) -T727C 012:816 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 0722ms total) -T727C 012:816 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0722ms total) -T727C 012:816 JLINK_ClrBPEx(BPHandle = 0x00000001) returns 0x00 (0000ms, 0722ms total) -T727C 012:816 JLINK_ClrBPEx(BPHandle = 0x00000002) returns 0x00 (0000ms, 0722ms total) -T727C 012:816 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 0723ms total) -T727C 012:817 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 0724ms total) -T727C 012:818 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 0725ms total) -T727C 012:819 JLINK_ReadReg(R8) returns 0xA2E347E1 (0001ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 0726ms total) -T727C 012:820 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0726ms total) -T8228 012:824 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0727ms total) -T8228 012:825 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 0729ms total) -T8228 012:827 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0730ms total) -T8228 012:830 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0731ms total) -T8228 012:831 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0732ms total) -T8228 012:832 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0733ms total) -T8228 012:833 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0734ms total) -T8228 012:834 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0735ms total) -T8228 012:835 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0736ms total) -T8228 012:836 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0737ms total) -T8228 012:837 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0738ms total) -T8228 012:838 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0739ms total) -T8228 012:839 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0740ms total) -T8228 012:840 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0741ms total) -T8228 012:843 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0002ms, 0743ms total) -T8228 012:845 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0002ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 0745ms total) -T8228 012:847 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0001ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 0746ms total) -T8228 012:848 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0001ms, 0747ms total) -T8228 013:651 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0747ms total) -T8228 013:651 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 0823ms total) -T8228 013:728 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0823ms total) -T8228 013:728 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0823ms total) -T8228 013:730 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 0825ms total) -T8228 013:732 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0826ms total) -T8228 013:733 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 0827ms total) -T8228 013:734 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 0829ms total) -T8228 013:736 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 0830ms total) -T8228 013:737 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 0831ms total) -T8228 013:738 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 0832ms total) -T8228 013:739 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 0833ms total) -T8228 013:740 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0834ms total) -T8228 013:741 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0835ms total) -T8228 013:742 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0836ms total) -T8228 013:743 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0002ms, 0838ms total) -T8228 013:745 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0839ms total) -T8228 013:747 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 0841ms total) -T8228 013:748 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0842ms total) -T8228 013:749 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0843ms total) -T8228 013:750 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 0844ms total) -T8228 013:751 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0845ms total) -T8228 013:752 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 0847ms total) -T8228 013:754 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0848ms total) -T8228 013:755 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 0849ms total) -T8228 013:897 JLINK_ReadMemEx(0x00001DEA, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001DC0) -- Updating C cache (64 bytes @ 0x00001DC0) -- Read from C cache (2 bytes @ 0x00001DEA) - Data: 10 BD returns 0x02 (0002ms, 0851ms total) -T8228 013:899 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001E00) -- Updating C cache (64 bytes @ 0x00001E00) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: 06 4B 34 33 9A 42 03 DC 9A 1A FE F7 AE FF 10 BD ... returns 0x3C (0002ms, 0853ms total) -T8228 013:901 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: 06 4B returns 0x02 (0000ms, 0853ms total) -T8228 013:901 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: 06 4B 34 33 9A 42 03 DC 9A 1A FE F7 AE FF 10 BD ... returns 0x3C (0000ms, 0853ms total) -T8228 013:901 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: 06 4B returns 0x02 (0000ms, 0853ms total) -T8228 013:901 JLINK_ReadMemEx(0x00001DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEE) - Data: 34 33 returns 0x02 (0000ms, 0853ms total) -T8228 013:901 JLINK_ReadMemEx(0x00001DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEE) - Data: 34 33 returns 0x02 (0000ms, 0853ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF0) - Data: 9A 42 03 DC 9A 1A FE F7 AE FF 10 BD 03 4B D2 18 ... returns 0x3C (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF0) - Data: 9A 42 returns 0x02 (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF0) - Data: 9A 42 03 DC 9A 1A FE F7 AE FF 10 BD 03 4B D2 18 ... returns 0x3C (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF0) - Data: 9A 42 returns 0x02 (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF2) - Data: 03 DC returns 0x02 (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF2) - Data: 03 DC returns 0x02 (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF4) - Data: 9A 1A FE F7 AE FF 10 BD 03 4B D2 18 FE F7 99 FF ... returns 0x3C (0000ms, 0854ms total) -T8228 013:902 JLINK_ReadMemEx(0x00001DF4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF4) - Data: 9A 1A returns 0x02 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 0854ms total) -T8228 013:918 JLINK_ReadReg(R8) returns 0xA2E347E1 (0001ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0855ms total) -T8228 013:919 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0856ms total) -T8228 013:920 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0857ms total) -T8228 013:921 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 0859ms total) -T8228 013:923 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0860ms total) -T8228 013:924 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0861ms total) -T8228 013:925 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0862ms total) -T8228 013:927 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0863ms total) -T8228 013:928 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0864ms total) -T8228 013:929 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0865ms total) -T8228 013:930 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 0867ms total) -T8228 013:932 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0868ms total) -T8228 013:933 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0869ms total) -T8228 013:934 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0870ms total) -T8228 013:935 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 0871ms total) -T727C 014:265 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0872ms total) -T727C 014:266 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000003 (0000ms, 0872ms total) -T727C 014:266 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0008ms, 0880ms total) -T727C 014:374 JLINK_IsHalted() returns FALSE (0001ms, 0881ms total) -T727C 014:476 JLINK_IsHalted() returns FALSE (0000ms, 0880ms total) -T727C 014:578 JLINK_IsHalted() returns FALSE (0000ms, 0880ms total) -T727C 014:679 JLINK_IsHalted() returns FALSE (0000ms, 0880ms total) -T727C 014:780 JLINK_IsHalted() returns FALSE (0001ms, 0881ms total) -T8228 014:888 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0881ms total) -T8228 014:889 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 0882ms total) -T8228 014:890 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0883ms total) -T8228 014:891 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0884ms total) -T8228 014:892 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0885ms total) -T8228 014:893 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 0886ms total) -T8228 014:897 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0887ms total) -T8228 014:898 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0888ms total) -T8228 014:899 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 0888ms total) -T8228 014:900 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0889ms total) -T8228 014:901 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 0889ms total) -T8228 014:901 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 0891ms total) -T8228 014:904 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 0891ms total) -T8228 014:905 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 0891ms total) -T727C 014:906 JLINK_IsHalted() returns FALSE (0000ms, 0891ms total) -T727C 015:008 JLINK_IsHalted() returns FALSE (0000ms, 0891ms total) -T727C 015:109 JLINK_IsHalted() returns FALSE (0001ms, 0892ms total) -T727C 015:211 JLINK_Halt() returns 0x00 (0004ms, 0895ms total) -T727C 015:215 JLINK_IsHalted() returns TRUE (0000ms, 0895ms total) -T727C 015:215 JLINK_IsHalted() returns TRUE (0000ms, 0895ms total) -T727C 015:215 JLINK_IsHalted() returns TRUE (0000ms, 0895ms total) -T727C 015:215 JLINK_ReadReg(R15 (PC)) returns 0x030062D2 (0000ms, 0895ms total) -T727C 015:215 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0895ms total) -T727C 015:215 JLINK_ClrBPEx(BPHandle = 0x00000003) returns 0x00 (0001ms, 0896ms total) -T727C 015:216 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 0897ms total) -T727C 015:217 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 0898ms total) -T727C 015:218 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0000ms, 0898ms total) -T727C 015:219 JLINK_ReadReg(R0) returns 0x00000325 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(R15 (PC)) returns 0x030062D2 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 0899ms total) -T727C 015:219 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0899ms total) -T8228 015:227 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 0900ms total) -T8228 015:228 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 0902ms total) -T8228 015:230 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 0902ms total) -T8228 015:231 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0903ms total) -T8228 015:232 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 0904ms total) -T8228 015:233 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 0904ms total) -T8228 015:235 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0905ms total) -T8228 015:236 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 0906ms total) -T8228 015:237 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 0907ms total) -T8228 015:238 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 0908ms total) -T8228 015:239 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 0909ms total) -T8228 015:240 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 0910ms total) -T8228 015:241 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0911ms total) -T8228 015:242 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 0911ms total) -T8228 015:245 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0002ms, 0913ms total) -T8228 015:247 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0001ms, 0914ms total) -T8228 015:248 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 0914ms total) -T8228 015:248 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0001ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 0915ms total) -T8228 015:249 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0001ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 0916ms total) -T8228 015:250 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 0916ms total) -T8228 017:141 JLINK_ReadMemEx(0x00006632, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006600) -- Updating C cache (64 bytes @ 0x00006600) -- Read from C cache (2 bytes @ 0x00006632) - Data: 40 68 returns 0x02 (0002ms, 0918ms total) -T8228 017:143 JLINK_ReadMemEx(0x00006634, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006640) -- Updating C cache (64 bytes @ 0x00006640) -- Read from C cache (60 bytes @ 0x00006634) - Data: 70 47 C0 46 F0 B5 81 B0 01 28 02 D9 01 20 01 B0 ... returns 0x3C (0002ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006634, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006634) - Data: 70 47 returns 0x02 (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006634, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006634) - Data: 70 47 C0 46 F0 B5 81 B0 01 28 02 D9 01 20 01 B0 ... returns 0x3C (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006634, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006634) - Data: 70 47 returns 0x02 (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006636, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006636) - Data: C0 46 returns 0x02 (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006636, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006636) - Data: C0 46 returns 0x02 (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006638) - Data: F0 B5 81 B0 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 ... returns 0x3C (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: F0 B5 returns 0x02 (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006638) - Data: F0 B5 81 B0 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 ... returns 0x3C (0000ms, 0920ms total) -T8228 017:145 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: F0 B5 returns 0x02 (0001ms, 0921ms total) -T8228 017:146 JLINK_ReadMemEx(0x0000663A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663A) - Data: 81 B0 returns 0x02 (0000ms, 0921ms total) -T8228 018:883 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0921ms total) -T8228 018:883 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 0996ms total) -T8228 018:958 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0001ms, 0997ms total) -T8228 018:959 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0997ms total) -T8228 018:962 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 0999ms total) -T8228 018:964 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1000ms total) -T8228 018:965 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 1001ms total) -T8228 018:966 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 1002ms total) -T8228 018:967 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 1003ms total) -T8228 018:968 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 1004ms total) -T8228 018:969 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 1005ms total) -T8228 018:970 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 1006ms total) -T8228 018:971 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1007ms total) -T8228 018:972 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1008ms total) -T8228 018:973 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1010ms total) -T8228 018:975 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1011ms total) -T8228 018:976 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1013ms total) -T8228 018:978 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 1013ms total) -T8228 018:978 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1014ms total) -T8228 018:980 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0000ms, 1014ms total) -T8228 018:981 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 1016ms total) -T8228 018:983 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1017ms total) -T8228 018:984 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1018ms total) -T8228 018:985 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1019ms total) -T8228 018:986 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R0) returns 0x00000325 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1020ms total) -T8228 019:139 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1020ms total) -T8228 019:140 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 1021ms total) -T8228 019:140 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1021ms total) -T8228 019:140 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1021ms total) -T8228 019:140 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1022ms total) -T8228 019:141 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 1022ms total) -T8228 019:141 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1023ms total) -T8228 019:143 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1025ms total) -T8228 019:145 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1026ms total) -T8228 019:146 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1027ms total) -T8228 019:147 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1028ms total) -T8228 019:148 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1029ms total) -T8228 019:149 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1030ms total) -T8228 019:152 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1031ms total) -T8228 019:153 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 1031ms total) -T8228 019:154 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1033ms total) -T8228 019:156 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1034ms total) -T8228 019:157 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 1034ms total) -T727C 019:341 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 1036ms total) -T727C 019:343 JLINK_SetBPEx(Addr = 0x00006632, Type = 0xFFFFFFF2) returns 0x00000004 (0000ms, 1036ms total) -T727C 019:343 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 1042ms total) -T727C 019:450 JLINK_IsHalted() returns FALSE (0001ms, 1043ms total) -T727C 019:552 JLINK_IsHalted() returns FALSE (0000ms, 1042ms total) -T727C 019:653 JLINK_IsHalted() returns FALSE (0001ms, 1043ms total) -T727C 019:755 JLINK_IsHalted() returns FALSE (0001ms, 1043ms total) -T727C 019:856 JLINK_IsHalted() returns FALSE (0000ms, 1042ms total) -T8228 019:961 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1043ms total) -T8228 019:962 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1044ms total) -T8228 019:963 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1045ms total) -T8228 019:965 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1046ms total) -T8228 019:966 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1047ms total) -T8228 019:967 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1048ms total) -T8228 019:968 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1049ms total) -T8228 019:969 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1050ms total) -T8228 019:970 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1051ms total) -T8228 019:971 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1052ms total) -T8228 019:972 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1053ms total) -T8228 019:973 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1054ms total) -T8228 019:974 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 1056ms total) -T8228 019:976 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1057ms total) -T727C 019:977 JLINK_IsHalted() returns FALSE (0001ms, 1058ms total) -T727C 020:079 JLINK_Halt() returns 0x00 (0004ms, 1061ms total) -T727C 020:083 JLINK_IsHalted() returns TRUE (0000ms, 1061ms total) -T727C 020:083 JLINK_IsHalted() returns TRUE (0000ms, 1061ms total) -T727C 020:083 JLINK_IsHalted() returns TRUE (0000ms, 1061ms total) -T727C 020:083 JLINK_ReadReg(R15 (PC)) returns 0x030062C8 (0000ms, 1061ms total) -T727C 020:083 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 1061ms total) -T727C 020:083 JLINK_ClrBPEx(BPHandle = 0x00000004) returns 0x00 (0000ms, 1061ms total) -T727C 020:083 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 1062ms total) -T727C 020:084 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 1063ms total) -T727C 020:085 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R0) returns 0x000000BB (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 1064ms total) -T727C 020:086 JLINK_ReadReg(R6) returns 0x40019014 (0001ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(R15 (PC)) returns 0x030062C8 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1065ms total) -T727C 020:087 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1065ms total) -T8228 020:093 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1066ms total) -T8228 020:094 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1067ms total) -T8228 020:095 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1068ms total) -T8228 020:096 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1069ms total) -T8228 020:097 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1070ms total) -T8228 020:099 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1070ms total) -T8228 020:100 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1071ms total) -T8228 020:101 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1072ms total) -T8228 020:102 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1073ms total) -T8228 020:103 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1074ms total) -T8228 020:104 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1075ms total) -T8228 020:105 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1076ms total) -T8228 020:108 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1077ms total) -T8228 020:109 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 1077ms total) -T8228 020:113 JLINK_ReadMemEx(0x030062C8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x030062C0) -- Updating DA cache (128 bytes @ 0x030062C0) -- Read from DA cache (60 bytes @ 0x030062C8) - Data: 02 99 88 42 01 D3 FF E7 0F E0 01 20 00 90 FF E7 ... returns 0x3C (0002ms, 1079ms total) -T8228 020:115 JLINK_ReadMemEx(0x030062C8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062C8) - Data: 02 99 returns 0x02 (0000ms, 1079ms total) -T8228 020:115 JLINK_ReadMemEx(0x030062CA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CA) - Data: 88 42 returns 0x02 (0000ms, 1079ms total) -T8228 020:115 JLINK_ReadMemEx(0x030062CA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CA) - Data: 88 42 returns 0x02 (0001ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062CC) - Data: 01 D3 FF E7 0F E0 01 20 00 90 FF E7 00 98 41 1E ... returns 0x3C (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CC) - Data: 01 D3 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062CC) - Data: 01 D3 FF E7 0F E0 01 20 00 90 FF E7 00 98 41 1E ... returns 0x3C (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CC) - Data: 01 D3 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CE) - Data: FF E7 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062CE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CE) - Data: FF E7 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D0) - Data: 0F E0 01 20 00 90 FF E7 00 98 41 1E 00 91 00 28 ... returns 0x3C (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D0) - Data: 0F E0 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D0) - Data: 0F E0 01 20 00 90 FF E7 00 98 41 1E 00 91 00 28 ... returns 0x3C (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D0) - Data: 0F E0 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0000ms, 1080ms total) -T8228 020:116 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0002ms, 1082ms total) -T8228 020:118 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0000ms, 1082ms total) -T8228 020:118 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 1082ms total) -T8228 020:118 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 1082ms total) -T8228 037:150 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 1082ms total) -T8228 037:150 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 1158ms total) -T8228 037:226 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1158ms total) -T8228 037:226 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1158ms total) -T8228 037:229 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 1159ms total) -T8228 037:230 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1160ms total) -T8228 037:231 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 1161ms total) -T8228 037:232 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 1163ms total) -T8228 037:234 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 1164ms total) -T8228 037:235 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 1165ms total) -T8228 037:236 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 1166ms total) -T8228 037:237 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0002ms, 1168ms total) -T8228 037:239 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0000ms, 1168ms total) -T8228 037:239 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1169ms total) -T8228 037:240 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1171ms total) -T8228 037:242 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1172ms total) -T8228 037:243 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1174ms total) -T8228 037:245 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1175ms total) -T8228 037:246 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1176ms total) -T8228 037:247 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1177ms total) -T8228 037:248 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1178ms total) -T8228 037:249 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1179ms total) -T8228 037:250 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 1181ms total) -T8228 037:252 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1182ms total) -T8228 037:253 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 1183ms total) -T8228 037:373 JLINK_ReadReg(R0) returns 0x000000BB (0001ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1184ms total) -T8228 037:374 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1185ms total) -T8228 037:375 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1186ms total) -T8228 037:376 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1187ms total) -T8228 037:378 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1188ms total) -T8228 037:379 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1189ms total) -T8228 037:380 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1190ms total) -T8228 037:382 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1191ms total) -T8228 037:383 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1192ms total) -T8228 037:384 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1193ms total) -T8228 037:385 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1194ms total) -T8228 037:386 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1195ms total) -T8228 037:387 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1196ms total) -T8228 037:388 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1197ms total) -T8228 037:389 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1198ms total) -T727C 037:868 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 1200ms total) -T727C 037:870 JLINK_SetBPEx(Addr = 0x00006632, Type = 0xFFFFFFF2) returns 0x00000005 (0000ms, 1200ms total) -T727C 037:870 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 1207ms total) -T727C 037:978 JLINK_IsHalted() returns TRUE (0004ms, 1211ms total) -T727C 037:982 JLINK_Halt() returns 0x00 (0000ms, 1207ms total) -T727C 037:982 JLINK_IsHalted() returns TRUE (0000ms, 1207ms total) -T727C 037:982 JLINK_IsHalted() returns TRUE (0001ms, 1208ms total) -T727C 037:983 JLINK_IsHalted() returns TRUE (0000ms, 1207ms total) -T727C 037:983 JLINK_ReadReg(R15 (PC)) returns 0x00006632 (0000ms, 1207ms total) -T727C 037:983 JLINK_ReadReg(XPSR) returns 0x41000000 (0000ms, 1207ms total) -T727C 037:983 JLINK_ClrBPEx(BPHandle = 0x00000005) returns 0x00 (0000ms, 1207ms total) -T727C 037:983 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 1208ms total) -T727C 037:984 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 1209ms total) -T727C 037:985 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0000ms, 1209ms total) -T727C 037:985 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 1209ms total) -T727C 037:985 JLINK_ReadReg(R1) returns 0x00000100 (0000ms, 1209ms total) -T727C 037:985 JLINK_ReadReg(R2) returns 0x78014800 (0000ms, 1209ms total) -T727C 037:985 JLINK_ReadReg(R3) returns 0x020193C8 (0000ms, 1209ms total) -T727C 037:985 JLINK_ReadReg(R4) returns 0x00000000 (0001ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R13 (SP)) returns 0x0202F7F8 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R14) returns 0x000082DF (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(R15 (PC)) returns 0x00006632 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(XPSR) returns 0x41000000 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(MSP) returns 0x0202F7F8 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1210ms total) -T727C 037:986 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1210ms total) -T8228 037:991 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1211ms total) -T8228 037:992 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1212ms total) -T8228 037:993 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1213ms total) -T8228 037:995 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1214ms total) -T8228 037:996 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1215ms total) -T8228 037:997 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1216ms total) -T8228 037:999 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1217ms total) -T8228 038:000 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1218ms total) -T8228 038:001 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 1218ms total) -T8228 038:001 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 1220ms total) -T8228 038:003 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1221ms total) -T8228 038:004 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1222ms total) -T8228 038:005 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1223ms total) -T8228 038:006 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1224ms total) -T8228 038:010 JLINK_ReadMemEx(0x0000662C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x00006600) -- Updating C cache (128 bytes @ 0x00006600) -- Read from C cache (60 bytes @ 0x0000662C) - Data: 20 46 01 F0 1D FE FD F7 AB FD 28 46 FD F7 8C FD ... returns 0x3C (0002ms, 1226ms total) -T8228 038:012 JLINK_ReadMemEx(0x0000662C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000662C) - Data: 20 46 returns 0x02 (0000ms, 1226ms total) -T8228 038:012 JLINK_ReadMemEx(0x0000662E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000662E) - Data: 01 F0 returns 0x02 (0000ms, 1226ms total) -T8228 038:012 JLINK_ReadMemEx(0x0000662E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000662E) - Data: 01 F0 returns 0x02 (0001ms, 1227ms total) -T8228 038:013 JLINK_ReadMemEx(0x00006630, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006630) - Data: 1D FE FD F7 AB FD 28 46 FD F7 8C FD 00 F0 B6 F9 ... returns 0x3C (0000ms, 1227ms total) -T8228 038:013 JLINK_ReadMemEx(0x00006630, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006630) - Data: 1D FE returns 0x02 (0001ms, 1228ms total) -T8228 038:014 JLINK_ReadMemEx(0x00006632, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006632) - Data: FD F7 returns 0x02 (0001ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006634, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006634) - Data: AB FD 28 46 FD F7 8C FD 00 F0 B6 F9 00 F0 AE F9 ... returns 0x3C (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006634, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006634) - Data: AB FD returns 0x02 (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006636, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006636) - Data: 28 46 returns 0x02 (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006638) - Data: FD F7 8C FD 00 F0 B6 F9 00 F0 AE F9 4C 48 01 68 ... returns 0x3C (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: FD F7 returns 0x02 (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006638) - Data: FD F7 8C FD 00 F0 B6 F9 00 F0 AE F9 4C 48 01 68 ... returns 0x3C (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: FD F7 returns 0x02 (0000ms, 1229ms total) -T8228 038:015 JLINK_ReadMemEx(0x0000663A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663A) - Data: 8C FD returns 0x02 (0000ms, 1229ms total) -T8228 056:804 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 1229ms total) -T8228 056:804 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 1304ms total) -T8228 056:879 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1304ms total) -T8228 056:879 JLINK_ReadReg(XPSR) returns 0xC1000000 (0001ms, 1305ms total) -T8228 056:881 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 1307ms total) -T8228 056:883 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1308ms total) -T8228 056:884 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 1309ms total) -T8228 056:885 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 1311ms total) -T8228 056:887 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 1312ms total) -T8228 056:888 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 1313ms total) -T8228 056:889 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 1315ms total) -T8228 056:891 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 1316ms total) -T8228 056:892 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0000ms, 1316ms total) -T8228 056:892 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1317ms total) -T8228 056:893 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1319ms total) -T8228 056:895 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1320ms total) -T8228 056:896 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 1321ms total) -T8228 056:897 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1322ms total) -T8228 056:898 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1323ms total) -T8228 056:899 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1324ms total) -T8228 056:900 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1325ms total) -T8228 056:901 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0002ms, 1327ms total) -T8228 056:903 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 1329ms total) -T8228 056:905 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1330ms total) -T8228 056:906 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R1) returns 0x00000100 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R2) returns 0x78014800 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R3) returns 0x020193C8 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1331ms total) -T8228 057:051 JLINK_ReadReg(R10) returns 0xF9B83407 (0001ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(R14) returns 0x000082DF (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1332ms total) -T8228 057:052 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1333ms total) -T8228 057:053 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1334ms total) -T8228 057:054 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1335ms total) -T8228 057:056 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1336ms total) -T8228 057:057 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1337ms total) -T8228 057:058 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1338ms total) -T8228 057:060 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1339ms total) -T8228 057:061 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1340ms total) -T8228 057:062 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1341ms total) -T8228 057:063 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1342ms total) -T8228 057:064 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 1342ms total) -T8228 057:066 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1343ms total) -T8228 057:067 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1344ms total) -T8228 057:068 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 1344ms total) -T727C 058:855 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1345ms total) -T727C 058:856 JLINK_SetBPEx(Addr = 0x0000664C, Type = 0xFFFFFFF2) returns 0x00000006 (0000ms, 1345ms total) -T727C 058:856 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0008ms, 1353ms total) -T727C 058:965 JLINK_IsHalted() returns TRUE (0004ms, 1357ms total) -T727C 058:969 JLINK_Halt() returns 0x00 (0000ms, 1353ms total) -T727C 058:969 JLINK_IsHalted() returns TRUE (0000ms, 1353ms total) -T727C 058:969 JLINK_IsHalted() returns TRUE (0000ms, 1353ms total) -T727C 058:969 JLINK_IsHalted() returns TRUE (0000ms, 1353ms total) -T727C 058:969 JLINK_ReadReg(R15 (PC)) returns 0x0000664C (0000ms, 1353ms total) -T727C 058:969 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 1353ms total) -T727C 058:969 JLINK_ClrBPEx(BPHandle = 0x00000006) returns 0x00 (0001ms, 1354ms total) -T727C 058:970 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 1355ms total) -T727C 058:971 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 1356ms total) -T727C 058:972 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R1) returns 0x0013D000 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R2) returns 0x00000002 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1357ms total) -T727C 058:973 JLINK_ReadReg(R11) returns 0xA012AE87 (0001ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(R13 (SP)) returns 0x0202F7F8 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(R14) returns 0x00006645 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(R15 (PC)) returns 0x0000664C (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(MSP) returns 0x0202F7F8 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1358ms total) -T727C 058:974 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1358ms total) -T8228 058:978 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1359ms total) -T8228 058:979 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1360ms total) -T8228 058:980 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1361ms total) -T8228 058:983 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1362ms total) -T8228 058:984 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1363ms total) -T8228 058:985 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1364ms total) -T8228 058:988 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1365ms total) -T8228 058:989 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1366ms total) -T8228 058:990 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 1366ms total) -T8228 058:990 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 1368ms total) -T8228 058:992 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1369ms total) -T8228 058:993 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1370ms total) -T8228 058:994 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1371ms total) -T8228 058:995 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1372ms total) -T8228 058:998 JLINK_ReadMemEx(0x0000664A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006640) -- Updating C cache (64 bytes @ 0x00006640) -- Read from C cache (2 bytes @ 0x0000664A) - Data: 00 68 returns 0x02 (0001ms, 1373ms total) -T8228 058:999 JLINK_ReadMemEx(0x0000664C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006680) -- Updating C cache (64 bytes @ 0x00006680) -- Read from C cache (60 bytes @ 0x0000664C) - Data: 89 03 08 D4 03 21 09 07 08 40 29 07 88 42 02 D0 ... returns 0x3C (0002ms, 1375ms total) -T8228 059:001 JLINK_ReadMemEx(0x0000664C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000664C) - Data: 89 03 returns 0x02 (0000ms, 1375ms total) -T8228 063:441 JLINK_ReadMemEx(0x00001DEA, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001DC0) -- Updating C cache (64 bytes @ 0x00001DC0) -- Read from C cache (2 bytes @ 0x00001DEA) - Data: 00 98 returns 0x02 (0002ms, 1377ms total) -T8228 063:443 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001E00) -- Updating C cache (64 bytes @ 0x00001E00) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: FF F7 C0 FE FF F7 9B FF 01 98 FF F7 BB FE FF F7 ... returns 0x3C (0002ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: FF F7 returns 0x02 (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: FF F7 C0 FE FF F7 9B FF 01 98 FF F7 BB FE FF F7 ... returns 0x3C (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: FF F7 returns 0x02 (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEE) - Data: C0 FE returns 0x02 (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF0) - Data: FF F7 9B FF 01 98 FF F7 BB FE FF F7 96 FF 02 98 ... returns 0x3C (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF0) - Data: FF F7 returns 0x02 (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF2) - Data: 9B FF returns 0x02 (0000ms, 1379ms total) -T8228 063:445 JLINK_ReadMemEx(0x00001DF4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF4) - Data: 01 98 FF F7 BB FE FF F7 96 FF 02 98 FF F7 B6 FE ... returns 0x3C (0001ms, 1380ms total) -T8228 063:446 JLINK_ReadMemEx(0x00001DF4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF4) - Data: 01 98 returns 0x02 (0000ms, 1380ms total) -T8228 063:446 JLINK_ReadMemEx(0x00001DF6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF6) - Data: FF F7 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DDE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DDE) - Data: 06 40 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE0) - Data: 30 46 FF F7 C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE ... returns 0x3C (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE0) - Data: 30 46 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE0) - Data: 30 46 FF F7 C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE ... returns 0x3C (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE0) - Data: 30 46 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE2) - Data: FF F7 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE2) - Data: FF F7 returns 0x02 (0000ms, 1380ms total) -T8228 077:913 JLINK_ReadMemEx(0x00001DE4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE4) - Data: C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE FF F7 9B FF ... returns 0x3C (0001ms, 1381ms total) -T8228 077:914 JLINK_ReadMemEx(0x00001DE4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE4) - Data: C5 FE returns 0x02 (0000ms, 1381ms total) -T8228 077:914 JLINK_ReadMemEx(0x00001DE6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE6) - Data: FF F7 returns 0x02 (0000ms, 1381ms total) -T8228 077:914 JLINK_ReadMemEx(0x00001DE8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE8) - Data: A0 FF 00 98 FF F7 C0 FE FF F7 9B FF 01 98 FF F7 ... returns 0x3C (0000ms, 1381ms total) -T8228 077:914 JLINK_ReadMemEx(0x00001DE8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE8) - Data: A0 FF returns 0x02 (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001DFE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DFE) - Data: 02 98 returns 0x02 (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001E00, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001E00) - Data: FF F7 B6 FE FF F7 91 FF 20 46 04 F0 F1 FA 28 46 ... returns 0x3C (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001E00, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001E00) - Data: FF F7 returns 0x02 (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001E00, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001E00) - Data: FF F7 B6 FE FF F7 91 FF 20 46 04 F0 F1 FA 28 46 ... returns 0x3C (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001E00, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001E00) - Data: FF F7 returns 0x02 (0000ms, 1381ms total) -T8228 134:877 JLINK_ReadMemEx(0x00001E02, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001E02) - Data: B6 FE returns 0x02 (0001ms, 1382ms total) -T8228 134:878 JLINK_ReadMemEx(0x00001E04, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001E04) - Data: FF F7 91 FF 20 46 04 F0 F1 FA 28 46 02 F0 12 FD ... returns 0x3C (0000ms, 1382ms total) -T8228 134:878 JLINK_ReadMemEx(0x00001E04, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001E04) - Data: FF F7 returns 0x02 (0000ms, 1382ms total) -T8228 134:878 JLINK_ReadMemEx(0x00001E06, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001E06) - Data: 91 FF returns 0x02 (0000ms, 1382ms total) -T8228 201:862 JLINK_ReadMemEx(0x00001DD6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DD6) - Data: 28 46 returns 0x02 (0001ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DD8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DD8) - Data: 02 F0 2E FD FE 20 06 40 30 46 FF F7 C5 FE FF F7 ... returns 0x3C (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DD8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DD8) - Data: 02 F0 returns 0x02 (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DD8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DD8) - Data: 02 F0 2E FD FE 20 06 40 30 46 FF F7 C5 FE FF F7 ... returns 0x3C (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DD8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DD8) - Data: 02 F0 returns 0x02 (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DDA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DDA) - Data: 2E FD returns 0x02 (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DDC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DDC) - Data: FE 20 06 40 30 46 FF F7 C5 FE FF F7 A0 FF 00 98 ... returns 0x3C (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DDC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DDC) - Data: FE 20 returns 0x02 (0000ms, 1383ms total) -T8228 201:863 JLINK_ReadMemEx(0x00001DDE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DDE) - Data: 06 40 returns 0x02 (0000ms, 1383ms total) -T8228 297:417 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 1383ms total) -T8228 297:417 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0074ms, 1457ms total) -T8228 297:491 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1457ms total) -T8228 297:491 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1457ms total) -T8228 297:495 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 1459ms total) -T8228 297:497 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 1461ms total) -T8228 297:499 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 1462ms total) -T8228 297:500 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 1463ms total) -T8228 297:501 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 1464ms total) -T8228 297:502 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 1465ms total) -T8228 297:503 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 1467ms total) -T8228 297:505 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 1468ms total) -T8228 297:506 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1469ms total) -T8228 297:507 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1470ms total) -T8228 297:508 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 1471ms total) -T8228 297:509 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1472ms total) -T8228 297:510 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1474ms total) -T8228 297:512 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1475ms total) -T8228 297:513 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1476ms total) -T8228 297:514 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1477ms total) -T8228 297:515 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1478ms total) -T8228 297:516 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1479ms total) -T8228 297:517 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 1481ms total) -T8228 297:519 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 1482ms total) -T8228 297:520 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R1) returns 0x0013D000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R2) returns 0x00000002 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R14) returns 0x00006645 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1483ms total) -T8228 297:654 JLINK_ReadReg(MSP) returns 0x0202F800 (0001ms, 1484ms total) -T8228 297:655 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1484ms total) -T8228 297:655 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1484ms total) -T8228 297:655 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1485ms total) -T8228 297:656 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1486ms total) -T8228 297:657 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1487ms total) -T8228 297:660 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1488ms total) -T8228 297:661 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1489ms total) -T8228 297:662 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1490ms total) -T8228 297:663 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1491ms total) -T8228 297:664 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1492ms total) -T8228 297:665 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1493ms total) -T8228 297:666 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1494ms total) -T8228 297:667 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1495ms total) -T8228 297:668 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1497ms total) -T8228 297:670 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1498ms total) -T8228 297:671 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1499ms total) -T727C 298:155 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1500ms total) -T727C 298:156 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x00000007 (0000ms, 1500ms total) -T727C 298:156 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 1507ms total) -T727C 298:264 JLINK_IsHalted() returns TRUE (0004ms, 1511ms total) -T727C 298:268 JLINK_Halt() returns 0x00 (0000ms, 1507ms total) -T727C 298:268 JLINK_IsHalted() returns TRUE (0000ms, 1507ms total) -T727C 298:268 JLINK_IsHalted() returns TRUE (0000ms, 1507ms total) -T727C 298:268 JLINK_IsHalted() returns TRUE (0000ms, 1507ms total) -T727C 298:268 JLINK_ReadReg(R15 (PC)) returns 0x00001DE6 (0000ms, 1507ms total) -T727C 298:268 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 1507ms total) -T727C 298:268 JLINK_ClrBPEx(BPHandle = 0x00000007) returns 0x00 (0000ms, 1507ms total) -T727C 298:268 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0002ms, 1509ms total) -T727C 298:270 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 1510ms total) -T727C 298:271 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R1) returns 0x00000008 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R2) returns 0x00001008 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R4) returns 0x00000003 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R6) returns 0x00000040 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1511ms total) -T727C 298:272 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(R13 (SP)) returns 0x0202F7C0 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(R14) returns 0x00001D29 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(R15 (PC)) returns 0x00001DE6 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(MSP) returns 0x0202F7C0 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1512ms total) -T727C 298:273 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1512ms total) -T8228 298:273 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 1513ms total) -T8228 298:274 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1514ms total) -T8228 298:275 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 1515ms total) -T8228 298:276 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 1516ms total) -T8228 298:277 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 1517ms total) -T8228 298:278 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 1518ms total) -T8228 298:279 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 1519ms total) -T8228 298:280 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 1520ms total) -T8228 298:281 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 1521ms total) -T8228 298:282 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 1522ms total) -T8228 298:283 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 1523ms total) -T8228 298:284 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 1524ms total) -T8228 298:285 JLINK_ReadMemEx(0x0202F7C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C0) - Data: 06 returns 0x01 (0001ms, 1525ms total) -T8228 298:286 JLINK_ReadMemEx(0x0202F7C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C4) - Data: 00 returns 0x01 (0001ms, 1526ms total) -T8228 298:287 JLINK_ReadMemEx(0x0202F7C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C8) - Data: 00 returns 0x01 (0001ms, 1527ms total) -T8228 298:290 JLINK_ReadMemEx(0x0202F7C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C0) - Data: 06 returns 0x01 (0001ms, 1528ms total) -T8228 298:291 JLINK_ReadMemEx(0x0202F7C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C4) - Data: 00 returns 0x01 (0001ms, 1529ms total) -T8228 298:292 JLINK_ReadMemEx(0x0202F7C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C8) - Data: 00 returns 0x01 (0001ms, 1530ms total) -T8228 298:296 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1531ms total) -T8228 298:297 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1532ms total) -T8228 298:298 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1533ms total) -T8228 298:302 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1535ms total) -T8228 298:304 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 1535ms total) -T8228 298:304 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1536ms total) -T8228 298:305 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 1538ms total) -T8228 298:307 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1539ms total) -T8228 298:308 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1540ms total) -T8228 298:309 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1541ms total) -T8228 298:310 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1542ms total) -T8228 298:311 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1543ms total) -T8228 298:312 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1544ms total) -T8228 298:313 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1545ms total) -T8228 314:487 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 1545ms total) -T8228 314:487 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 1621ms total) -T8228 314:564 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1621ms total) -T8228 314:564 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1621ms total) -T8228 314:569 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 1622ms total) -T8228 314:570 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 1624ms total) -T8228 314:572 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 1625ms total) -T8228 314:573 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 1626ms total) -T8228 314:574 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 1627ms total) -T8228 314:576 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0000ms, 1627ms total) -T8228 314:576 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 1629ms total) -T8228 314:578 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 1630ms total) -T8228 314:579 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1631ms total) -T8228 314:580 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 1632ms total) -T8228 314:581 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 1633ms total) -T8228 314:582 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1634ms total) -T8228 314:583 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 1636ms total) -T8228 314:585 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 1637ms total) -T8228 314:586 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1638ms total) -T8228 314:587 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 1639ms total) -T8228 314:588 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1640ms total) -T8228 314:589 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0002ms, 1642ms total) -T8228 314:591 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 1643ms total) -T8228 314:592 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0002ms, 1645ms total) -T8228 314:594 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R1) returns 0x00000008 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R2) returns 0x00001008 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R4) returns 0x00000003 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R6) returns 0x00000040 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 1646ms total) -T8228 314:751 JLINK_ReadReg(R14) returns 0x00001D29 (0001ms, 1647ms total) -T8228 314:752 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 1647ms total) -T8228 314:752 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 1647ms total) -T8228 314:752 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 1647ms total) -T8228 314:752 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 1647ms total) -T8228 314:752 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 1647ms total) -T8228 314:752 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1648ms total) -T8228 314:753 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1649ms total) -T8228 314:754 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1650ms total) -T8228 314:756 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1651ms total) -T8228 314:757 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1652ms total) -T8228 314:758 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1653ms total) -T8228 314:759 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1654ms total) -T8228 314:760 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1655ms total) -T8228 314:761 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1656ms total) -T8228 314:763 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1657ms total) -T8228 314:764 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1658ms total) -T8228 314:765 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1659ms total) -T8228 314:766 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1660ms total) -T8228 314:767 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1661ms total) -T727C 315:103 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 1662ms total) -T727C 315:104 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x00000008 (0000ms, 1662ms total) -T727C 315:104 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0008ms, 1670ms total) -T727C 315:213 JLINK_IsHalted() returns FALSE (0001ms, 1671ms total) -T727C 315:314 JLINK_IsHalted() returns FALSE (0001ms, 1671ms total) -T727C 315:416 JLINK_IsHalted() returns FALSE (0000ms, 1670ms total) -T727C 315:518 JLINK_IsHalted() returns FALSE (0001ms, 1671ms total) -T727C 315:619 JLINK_IsHalted() returns FALSE (0001ms, 1671ms total) -T8228 315:723 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1671ms total) -T8228 315:724 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1672ms total) -T8228 315:725 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1673ms total) -T8228 315:727 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1674ms total) -T8228 315:728 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1675ms total) -T8228 315:729 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1676ms total) -T8228 315:730 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1677ms total) -T8228 315:731 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1678ms total) -T8228 315:732 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1679ms total) -T8228 315:733 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1680ms total) -T8228 315:734 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 1682ms total) -T8228 315:736 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1683ms total) -T8228 315:737 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1684ms total) -T8228 315:738 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1685ms total) -T727C 315:739 JLINK_IsHalted() returns FALSE (0001ms, 1686ms total) -T727C 315:841 JLINK_IsHalted() returns FALSE (0000ms, 1685ms total) -T727C 315:942 JLINK_IsHalted() returns FALSE (0001ms, 1686ms total) -T727C 316:045 JLINK_IsHalted() returns FALSE (0001ms, 1686ms total) -T727C 316:146 JLINK_IsHalted() returns FALSE (0001ms, 1686ms total) -T8228 316:256 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1686ms total) -T8228 316:257 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1687ms total) -T8228 316:258 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1688ms total) -T8228 316:260 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1689ms total) -T8228 316:261 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 1689ms total) -T8228 316:261 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1690ms total) -T8228 316:263 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1691ms total) -T8228 316:264 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1692ms total) -T8228 316:265 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1693ms total) -T8228 316:266 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1694ms total) -T8228 316:267 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1695ms total) -T8228 316:268 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1696ms total) -T8228 316:269 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1697ms total) -T8228 316:270 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1698ms total) -T727C 316:271 JLINK_IsHalted() returns FALSE (0001ms, 1699ms total) -T727C 316:373 JLINK_IsHalted() returns FALSE (0001ms, 1699ms total) -T727C 316:475 JLINK_IsHalted() returns FALSE (0001ms, 1699ms total) -T727C 316:577 JLINK_IsHalted() returns FALSE (0001ms, 1699ms total) -T727C 316:678 JLINK_IsHalted() returns FALSE (0001ms, 1699ms total) -T8228 316:785 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1699ms total) -T8228 316:786 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1700ms total) -T8228 316:787 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1701ms total) -T8228 316:789 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1702ms total) -T8228 316:790 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1703ms total) -T8228 316:791 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1703ms total) -T8228 316:792 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 1705ms total) -T8228 316:794 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1706ms total) -T8228 316:795 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 1706ms total) -T8228 316:796 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 1706ms total) -T8228 316:796 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1707ms total) -T8228 316:798 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1708ms total) -T8228 316:799 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1709ms total) -T8228 316:800 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1710ms total) -T727C 316:801 JLINK_IsHalted() returns FALSE (0001ms, 1711ms total) -T727C 316:903 JLINK_IsHalted() returns FALSE (0001ms, 1711ms total) -T727C 317:005 JLINK_IsHalted() returns FALSE (0000ms, 1710ms total) -T727C 317:106 JLINK_IsHalted() returns FALSE (0000ms, 1710ms total) -T727C 317:207 JLINK_IsHalted() returns FALSE (0001ms, 1711ms total) -T8228 317:311 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1711ms total) -T8228 317:312 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1712ms total) -T8228 317:313 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1713ms total) -T8228 317:315 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1714ms total) -T8228 317:316 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1715ms total) -T8228 317:317 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1716ms total) -T8228 317:318 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1717ms total) -T8228 317:319 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 1717ms total) -T8228 317:321 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 1719ms total) -T8228 317:321 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1720ms total) -T8228 317:322 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1721ms total) -T8228 317:324 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1722ms total) -T8228 317:325 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1723ms total) -T8228 317:326 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1724ms total) -T727C 317:327 JLINK_IsHalted() returns FALSE (0001ms, 1725ms total) -T727C 317:429 JLINK_IsHalted() returns FALSE (0001ms, 1725ms total) -T727C 317:530 JLINK_IsHalted() returns FALSE (0001ms, 1725ms total) -T727C 317:632 JLINK_IsHalted() returns FALSE (0000ms, 1724ms total) -T727C 317:734 JLINK_IsHalted() returns FALSE (0000ms, 1724ms total) -T8228 317:837 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 1726ms total) -T8228 317:839 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1727ms total) -T8228 317:840 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1728ms total) -T8228 317:843 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1729ms total) -T8228 317:844 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1730ms total) -T8228 317:845 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1731ms total) -T8228 317:846 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1732ms total) -T8228 317:847 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1733ms total) -T8228 317:848 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1734ms total) -T8228 317:849 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1735ms total) -T8228 317:850 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1736ms total) -T8228 317:851 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1737ms total) -T8228 317:852 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1738ms total) -T8228 317:853 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1739ms total) -T727C 317:854 JLINK_IsHalted() returns FALSE (0001ms, 1740ms total) -T727C 317:956 JLINK_IsHalted() returns FALSE (0001ms, 1740ms total) -T727C 318:058 JLINK_IsHalted() returns FALSE (0001ms, 1740ms total) -T727C 318:159 JLINK_IsHalted() returns FALSE (0001ms, 1740ms total) -T727C 318:261 JLINK_IsHalted() returns FALSE (0000ms, 1739ms total) -T8228 318:364 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1740ms total) -T8228 318:365 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1741ms total) -T8228 318:366 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1742ms total) -T8228 318:371 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 1742ms total) -T8228 318:371 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 1744ms total) -T8228 318:373 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1745ms total) -T8228 318:374 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1746ms total) -T8228 318:375 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1747ms total) -T8228 318:376 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1748ms total) -T8228 318:377 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1749ms total) -T8228 318:378 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 1751ms total) -T8228 318:380 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1752ms total) -T8228 318:381 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1753ms total) -T8228 318:382 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1754ms total) -T727C 318:383 JLINK_IsHalted() returns FALSE (0001ms, 1755ms total) -T727C 318:485 JLINK_IsHalted() returns FALSE (0001ms, 1755ms total) -T727C 318:587 JLINK_IsHalted() returns FALSE (0001ms, 1755ms total) -T727C 318:688 JLINK_IsHalted() returns FALSE (0001ms, 1755ms total) -T727C 318:790 JLINK_IsHalted() returns FALSE (0001ms, 1755ms total) -T8228 318:894 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1755ms total) -T8228 318:896 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1757ms total) -T8228 318:897 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1758ms total) -T8228 318:900 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1759ms total) -T8228 318:901 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1760ms total) -T8228 318:902 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1761ms total) -T8228 318:904 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1762ms total) -T8228 318:905 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1763ms total) -T8228 318:906 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1764ms total) -T8228 318:907 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1765ms total) -T8228 318:908 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1766ms total) -T8228 318:909 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1767ms total) -T8228 318:910 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1768ms total) -T8228 318:911 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1769ms total) -T727C 318:912 JLINK_IsHalted() returns FALSE (0001ms, 1770ms total) -T727C 319:014 JLINK_IsHalted() returns FALSE (0001ms, 1770ms total) -T727C 319:116 JLINK_IsHalted() returns FALSE (0001ms, 1770ms total) -T727C 319:217 JLINK_IsHalted() returns FALSE (0000ms, 1769ms total) -T727C 319:319 JLINK_IsHalted() returns FALSE (0001ms, 1770ms total) -T8228 319:422 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1770ms total) -T8228 319:423 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 1772ms total) -T8228 319:425 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1773ms total) -T8228 319:427 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1774ms total) -T8228 319:428 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1775ms total) -T8228 319:429 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1776ms total) -T8228 319:430 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1777ms total) -T8228 319:431 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1778ms total) -T8228 319:432 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1779ms total) -T8228 319:433 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1780ms total) -T8228 319:434 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 1782ms total) -T8228 319:436 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1783ms total) -T8228 319:437 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 1783ms total) -T8228 319:438 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1785ms total) -T727C 319:439 JLINK_IsHalted() returns FALSE (0000ms, 1785ms total) -T727C 319:540 JLINK_IsHalted() returns FALSE (0001ms, 1786ms total) -T727C 319:641 JLINK_IsHalted() returns FALSE (0001ms, 1786ms total) -T727C 319:743 JLINK_IsHalted() returns FALSE (0000ms, 1785ms total) -T727C 319:844 JLINK_IsHalted() returns FALSE (0001ms, 1786ms total) -T8228 319:949 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 1787ms total) -T8228 319:951 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1788ms total) -T8228 319:952 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1789ms total) -T8228 319:954 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 1789ms total) -T8228 319:955 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 1789ms total) -T8228 319:956 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1791ms total) -T8228 319:957 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1792ms total) -T8228 319:958 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1793ms total) -T8228 319:959 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1794ms total) -T8228 319:961 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1795ms total) -T8228 319:962 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1796ms total) -T8228 319:963 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1797ms total) -T8228 319:964 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1798ms total) -T8228 319:965 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1799ms total) -T727C 319:966 JLINK_IsHalted() returns FALSE (0002ms, 1801ms total) -T727C 320:068 JLINK_IsHalted() returns FALSE (0001ms, 1800ms total) -T727C 320:170 JLINK_IsHalted() returns FALSE (0001ms, 1800ms total) -T727C 320:272 JLINK_IsHalted() returns FALSE (0001ms, 1800ms total) -T727C 320:373 JLINK_IsHalted() returns FALSE (0001ms, 1800ms total) -T8228 320:481 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1800ms total) -T8228 320:482 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1801ms total) -T8228 320:483 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1802ms total) -T8228 320:485 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1803ms total) -T8228 320:486 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1804ms total) -T8228 320:487 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1805ms total) -T8228 320:488 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1806ms total) -T8228 320:489 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1807ms total) -T8228 320:490 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 1809ms total) -T8228 320:492 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1810ms total) -T8228 320:493 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1811ms total) -T8228 320:494 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1813ms total) -T8228 320:496 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1814ms total) -T8228 320:497 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1815ms total) -T727C 320:498 JLINK_IsHalted() returns FALSE (0001ms, 1816ms total) -T727C 320:600 JLINK_IsHalted() returns FALSE (0001ms, 1816ms total) -T727C 320:701 JLINK_IsHalted() returns FALSE (0001ms, 1816ms total) -T727C 320:803 JLINK_IsHalted() returns FALSE (0000ms, 1815ms total) -T727C 320:904 JLINK_IsHalted() returns FALSE (0000ms, 1815ms total) -T8228 321:010 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 1817ms total) -T8228 321:012 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1818ms total) -T8228 321:013 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1819ms total) -T8228 321:015 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1820ms total) -T8228 321:016 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 1822ms total) -T8228 321:018 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1823ms total) -T8228 321:019 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1824ms total) -T8228 321:020 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1825ms total) -T8228 321:021 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1826ms total) -T8228 321:023 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1827ms total) -T8228 321:024 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1828ms total) -T8228 321:025 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1829ms total) -T8228 321:026 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1830ms total) -T8228 321:027 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1831ms total) -T727C 321:028 JLINK_IsHalted() returns FALSE (0001ms, 1832ms total) -T727C 321:130 JLINK_IsHalted() returns FALSE (0001ms, 1832ms total) -T727C 321:232 JLINK_IsHalted() returns FALSE (0001ms, 1832ms total) -T727C 321:334 JLINK_IsHalted() returns FALSE (0000ms, 1831ms total) -T727C 321:435 JLINK_IsHalted() returns FALSE (0001ms, 1832ms total) -T8228 321:542 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1832ms total) -T8228 321:543 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1833ms total) -T8228 321:544 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1834ms total) -T8228 321:546 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1835ms total) -T8228 321:547 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1836ms total) -T8228 321:548 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1837ms total) -T8228 321:550 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1838ms total) -T8228 321:551 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1839ms total) -T8228 321:552 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1840ms total) -T8228 321:553 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1841ms total) -T8228 321:554 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1842ms total) -T8228 321:556 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1843ms total) -T8228 321:557 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1844ms total) -T8228 321:558 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1845ms total) -T727C 321:559 JLINK_IsHalted() returns FALSE (0001ms, 1846ms total) -T727C 321:662 JLINK_IsHalted() returns FALSE (0000ms, 1845ms total) -T727C 321:763 JLINK_IsHalted() returns FALSE (0001ms, 1846ms total) -T727C 321:865 JLINK_IsHalted() returns FALSE (0001ms, 1846ms total) -T727C 321:966 JLINK_IsHalted() returns FALSE (0001ms, 1846ms total) -T8228 322:070 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1846ms total) -T8228 322:071 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1847ms total) -T8228 322:072 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1848ms total) -T8228 322:076 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1849ms total) -T8228 322:077 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1850ms total) -T8228 322:078 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1851ms total) -T8228 322:079 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1852ms total) -T8228 322:080 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 1854ms total) -T8228 322:082 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1855ms total) -T8228 322:083 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1856ms total) -T8228 322:084 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 1856ms total) -T8228 322:085 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1857ms total) -T8228 322:086 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1858ms total) -T8228 322:087 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1859ms total) -T727C 322:088 JLINK_IsHalted() returns FALSE (0002ms, 1861ms total) -T727C 322:191 JLINK_IsHalted() returns FALSE (0001ms, 1860ms total) -T727C 322:292 JLINK_IsHalted() returns FALSE (0001ms, 1860ms total) -T727C 322:394 JLINK_IsHalted() returns FALSE (0001ms, 1860ms total) -T727C 322:496 JLINK_IsHalted() returns FALSE (0001ms, 1860ms total) -T8228 322:600 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1860ms total) -T8228 322:601 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1861ms total) -T8228 322:602 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 1863ms total) -T8228 322:606 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1864ms total) -T8228 322:607 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1865ms total) -T8228 322:608 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1866ms total) -T8228 322:609 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1867ms total) -T8228 322:610 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1868ms total) -T8228 322:611 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 1870ms total) -T8228 322:613 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1871ms total) -T8228 322:614 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1872ms total) -T8228 322:615 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1873ms total) -T8228 322:616 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1874ms total) -T8228 322:617 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1875ms total) -T727C 322:618 JLINK_IsHalted() returns FALSE (0001ms, 1876ms total) -T727C 322:720 JLINK_IsHalted() returns FALSE (0001ms, 1876ms total) -T727C 322:822 JLINK_IsHalted() returns FALSE (0001ms, 1876ms total) -T727C 322:923 JLINK_IsHalted() returns FALSE (0001ms, 1876ms total) -T727C 323:025 JLINK_IsHalted() returns FALSE (0000ms, 1875ms total) -T8228 323:129 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0000ms, 1875ms total) -T8228 323:129 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1876ms total) -T8228 323:130 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 1878ms total) -T8228 323:134 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1880ms total) -T8228 323:136 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1881ms total) -T8228 323:137 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1882ms total) -T8228 323:138 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1883ms total) -T8228 323:139 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1884ms total) -T8228 323:140 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1885ms total) -T8228 323:141 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1886ms total) -T8228 323:142 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1887ms total) -T8228 323:143 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1888ms total) -T8228 323:144 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1889ms total) -T8228 323:145 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1890ms total) -T727C 323:146 JLINK_IsHalted() returns FALSE (0001ms, 1891ms total) -T727C 323:248 JLINK_IsHalted() returns FALSE (0001ms, 1891ms total) -T727C 323:350 JLINK_IsHalted() returns FALSE (0001ms, 1891ms total) -T727C 323:451 JLINK_IsHalted() returns FALSE (0001ms, 1891ms total) -T727C 323:553 JLINK_IsHalted() returns FALSE (0001ms, 1891ms total) -T8228 323:659 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1891ms total) -T8228 323:660 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1892ms total) -T8228 323:661 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1892ms total) -T8228 323:663 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 1892ms total) -T8228 323:664 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 1892ms total) -T8228 323:665 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1892ms total) -T8228 323:667 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 1894ms total) -T8228 323:669 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1895ms total) -T8228 323:670 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1896ms total) -T8228 323:671 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1897ms total) -T8228 323:672 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1898ms total) -T8228 323:673 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1899ms total) -T8228 323:674 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1900ms total) -T8228 323:675 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1901ms total) -T727C 323:676 JLINK_IsHalted() returns FALSE (0001ms, 1902ms total) -T727C 323:778 JLINK_IsHalted() returns FALSE (0001ms, 1902ms total) -T727C 323:879 JLINK_IsHalted() returns FALSE (0001ms, 1902ms total) -T727C 323:981 JLINK_IsHalted() returns FALSE (0001ms, 1902ms total) -T727C 324:083 JLINK_IsHalted() returns FALSE (0001ms, 1902ms total) -T8228 324:189 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1902ms total) -T8228 324:190 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1903ms total) -T8228 324:191 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1904ms total) -T8228 324:193 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1905ms total) -T8228 324:194 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1906ms total) -T8228 324:195 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1906ms total) -T8228 324:196 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1908ms total) -T8228 324:197 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1909ms total) -T8228 324:198 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1910ms total) -T8228 324:199 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1911ms total) -T8228 324:200 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1912ms total) -T8228 324:201 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1913ms total) -T8228 324:202 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 1915ms total) -T8228 324:204 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1916ms total) -T727C 324:205 JLINK_IsHalted() returns FALSE (0001ms, 1917ms total) -T727C 324:307 JLINK_IsHalted() returns FALSE (0001ms, 1917ms total) -T727C 324:408 JLINK_IsHalted() returns FALSE (0001ms, 1917ms total) -T727C 324:510 JLINK_IsHalted() returns FALSE (0001ms, 1917ms total) -T727C 324:612 JLINK_IsHalted() returns FALSE (0001ms, 1917ms total) -T8228 324:719 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1917ms total) -T8228 324:720 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1918ms total) -T8228 324:721 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1919ms total) -T8228 324:723 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1920ms total) -T8228 324:724 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1921ms total) -T8228 324:725 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1922ms total) -T8228 324:727 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1923ms total) -T8228 324:728 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1924ms total) -T8228 324:729 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1925ms total) -T8228 324:730 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1926ms total) -T8228 324:731 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1927ms total) -T8228 324:732 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 1929ms total) -T8228 324:734 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1930ms total) -T8228 324:735 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1931ms total) -T727C 324:736 JLINK_IsHalted() returns FALSE (0001ms, 1932ms total) -T727C 324:838 JLINK_IsHalted() returns FALSE (0001ms, 1932ms total) -T727C 324:939 JLINK_IsHalted() returns FALSE (0001ms, 1932ms total) -T727C 325:041 JLINK_IsHalted() returns FALSE (0001ms, 1932ms total) -T727C 325:143 JLINK_IsHalted() returns FALSE (0000ms, 1931ms total) -T8228 325:249 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1932ms total) -T8228 325:250 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1933ms total) -T8228 325:251 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1934ms total) -T8228 325:253 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1935ms total) -T8228 325:254 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1936ms total) -T8228 325:255 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1937ms total) -T8228 325:258 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1938ms total) -T8228 325:259 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1939ms total) -T8228 325:260 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1940ms total) -T8228 325:261 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1941ms total) -T8228 325:262 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1942ms total) -T8228 325:263 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1943ms total) -T8228 325:264 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1944ms total) -T8228 325:265 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1945ms total) -T727C 325:266 JLINK_IsHalted() returns FALSE (0001ms, 1946ms total) -T727C 325:368 JLINK_IsHalted() returns FALSE (0001ms, 1946ms total) -T727C 325:470 JLINK_IsHalted() returns FALSE (0001ms, 1946ms total) -T727C 325:571 JLINK_IsHalted() returns FALSE (0001ms, 1946ms total) -T727C 325:673 JLINK_IsHalted() returns FALSE (0001ms, 1946ms total) -T8228 325:781 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1946ms total) -T8228 325:782 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1947ms total) -T8228 325:783 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1948ms total) -T8228 325:785 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1949ms total) -T8228 325:786 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1950ms total) -T8228 325:787 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1951ms total) -T8228 325:790 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1952ms total) -T8228 325:791 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1953ms total) -T8228 325:792 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1954ms total) -T8228 325:793 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1955ms total) -T8228 325:794 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1956ms total) -T8228 325:795 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1957ms total) -T8228 325:796 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 1958ms total) -T8228 325:797 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1959ms total) -T727C 325:798 JLINK_IsHalted() returns FALSE (0001ms, 1960ms total) -T727C 325:900 JLINK_IsHalted() returns FALSE (0001ms, 1960ms total) -T727C 326:002 JLINK_IsHalted() returns FALSE (0001ms, 1960ms total) -T727C 326:103 JLINK_IsHalted() returns FALSE (0001ms, 1960ms total) -T727C 326:204 JLINK_IsHalted() returns FALSE (0001ms, 1960ms total) -T8228 326:308 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1960ms total) -T8228 326:309 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1961ms total) -T8228 326:310 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1962ms total) -T8228 326:312 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1963ms total) -T8228 326:313 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 1965ms total) -T8228 326:315 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 1965ms total) -T8228 326:315 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1966ms total) -T8228 326:316 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1967ms total) -T8228 326:317 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1968ms total) -T8228 326:319 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1969ms total) -T8228 326:320 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1970ms total) -T8228 326:321 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1971ms total) -T8228 326:322 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 1973ms total) -T8228 326:324 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1974ms total) -T727C 326:325 JLINK_IsHalted() returns FALSE (0001ms, 1975ms total) -T727C 326:427 JLINK_IsHalted() returns FALSE (0001ms, 1975ms total) -T727C 326:529 JLINK_IsHalted() returns FALSE (0001ms, 1975ms total) -T727C 326:631 JLINK_IsHalted() returns FALSE (0001ms, 1975ms total) -T727C 326:732 JLINK_IsHalted() returns FALSE (0001ms, 1975ms total) -T8228 326:841 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1975ms total) -T8228 326:842 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1976ms total) -T8228 326:843 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1977ms total) -T8228 326:845 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1978ms total) -T8228 326:846 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1979ms total) -T8228 326:847 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1980ms total) -T8228 326:849 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1981ms total) -T8228 326:850 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 1981ms total) -T8228 326:850 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 1983ms total) -T8228 326:852 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1984ms total) -T8228 326:853 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 1985ms total) -T8228 326:854 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1986ms total) -T8228 326:855 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 1988ms total) -T8228 326:857 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 1989ms total) -T727C 326:858 JLINK_IsHalted() returns FALSE (0001ms, 1990ms total) -T727C 326:959 JLINK_IsHalted() returns FALSE (0001ms, 1990ms total) -T727C 327:061 JLINK_IsHalted() returns FALSE (0001ms, 1990ms total) -T727C 327:163 JLINK_IsHalted() returns FALSE (0001ms, 1990ms total) -T727C 327:264 JLINK_IsHalted() returns FALSE (0002ms, 1991ms total) -T8228 327:371 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 1990ms total) -T8228 327:372 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 1991ms total) -T8228 327:373 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1992ms total) -T8228 327:375 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 1993ms total) -T8228 327:376 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 1994ms total) -T8228 327:377 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 1995ms total) -T8228 327:379 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1996ms total) -T8228 327:380 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 1997ms total) -T8228 327:381 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 1998ms total) -T8228 327:382 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 1999ms total) -T8228 327:383 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2000ms total) -T8228 327:384 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2001ms total) -T8228 327:385 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2002ms total) -T8228 327:386 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 2004ms total) -T727C 327:388 JLINK_IsHalted() returns FALSE (0001ms, 2005ms total) -T727C 327:489 JLINK_IsHalted() returns FALSE (0001ms, 2005ms total) -T727C 327:591 JLINK_IsHalted() returns FALSE (0000ms, 2004ms total) -T727C 327:693 JLINK_IsHalted() returns FALSE (0001ms, 2005ms total) -T727C 327:795 JLINK_IsHalted() returns FALSE (0001ms, 2005ms total) -T8228 327:900 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2005ms total) -T8228 327:901 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2006ms total) -T8228 327:902 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2007ms total) -T8228 327:904 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2008ms total) -T8228 327:905 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2009ms total) -T8228 327:907 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2010ms total) -T8228 327:908 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2011ms total) -T8228 327:909 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2012ms total) -T8228 327:910 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2013ms total) -T8228 327:912 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2014ms total) -T8228 327:913 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2015ms total) -T8228 327:914 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2016ms total) -T8228 327:915 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2017ms total) -T8228 327:916 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2018ms total) -T727C 327:917 JLINK_IsHalted() returns FALSE (0001ms, 2019ms total) -T727C 328:019 JLINK_IsHalted() returns FALSE (0001ms, 2019ms total) -T727C 328:120 JLINK_IsHalted() returns FALSE (0001ms, 2019ms total) -T727C 328:222 JLINK_IsHalted() returns FALSE (0001ms, 2019ms total) -T727C 328:324 JLINK_IsHalted() returns FALSE (0001ms, 2019ms total) -T8228 328:430 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2019ms total) -T8228 328:431 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2020ms total) -T8228 328:432 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 2022ms total) -T8228 328:434 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2023ms total) -T8228 328:435 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2024ms total) -T8228 328:436 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2025ms total) -T8228 328:437 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2026ms total) -T8228 328:438 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2027ms total) -T8228 328:439 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2028ms total) -T8228 328:441 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2029ms total) -T8228 328:442 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2030ms total) -T8228 328:444 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2031ms total) -T8228 328:445 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2032ms total) -T8228 328:446 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2033ms total) -T727C 328:447 JLINK_IsHalted() returns FALSE (0001ms, 2034ms total) -T727C 328:549 JLINK_IsHalted() returns FALSE (0002ms, 2035ms total) -T727C 328:651 JLINK_IsHalted() returns FALSE (0001ms, 2034ms total) -T727C 328:753 JLINK_IsHalted() returns FALSE (0001ms, 2034ms total) -T727C 328:854 JLINK_IsHalted() returns FALSE (0001ms, 2034ms total) -T8228 328:961 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2035ms total) -T8228 328:963 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2036ms total) -T8228 328:964 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2037ms total) -T8228 328:966 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2038ms total) -T8228 328:967 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2039ms total) -T8228 328:968 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2040ms total) -T8228 328:969 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2041ms total) -T8228 328:970 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2042ms total) -T8228 328:971 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2043ms total) -T8228 328:972 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2044ms total) -T8228 328:973 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 2046ms total) -T8228 328:975 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2046ms total) -T8228 328:976 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2048ms total) -T8228 328:977 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2049ms total) -T727C 328:978 JLINK_IsHalted() returns FALSE (0001ms, 2050ms total) -T727C 329:080 JLINK_IsHalted() returns FALSE (0001ms, 2050ms total) -T727C 329:182 JLINK_IsHalted() returns FALSE (0001ms, 2050ms total) -T727C 329:284 JLINK_IsHalted() returns FALSE (0001ms, 2050ms total) -T727C 329:386 JLINK_IsHalted() returns FALSE (0001ms, 2050ms total) -T8228 329:494 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2050ms total) -T8228 329:495 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2051ms total) -T8228 329:496 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2052ms total) -T8228 329:498 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2053ms total) -T8228 329:499 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2054ms total) -T8228 329:500 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2055ms total) -T8228 329:501 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2056ms total) -T8228 329:502 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2057ms total) -T8228 329:503 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2058ms total) -T8228 329:505 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2059ms total) -T8228 329:506 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2060ms total) -T8228 329:507 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2061ms total) -T8228 329:508 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2062ms total) -T8228 329:509 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2063ms total) -T727C 329:510 JLINK_IsHalted() returns FALSE (0001ms, 2064ms total) -T727C 329:613 JLINK_IsHalted() returns FALSE (0001ms, 2064ms total) -T727C 329:714 JLINK_IsHalted() returns FALSE (0001ms, 2064ms total) -T727C 329:816 JLINK_IsHalted() returns FALSE (0001ms, 2064ms total) -T727C 329:918 JLINK_IsHalted() returns FALSE (0002ms, 2065ms total) -T8228 330:025 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2064ms total) -T8228 330:026 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 2066ms total) -T8228 330:028 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 2066ms total) -T8228 330:030 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2067ms total) -T8228 330:031 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2068ms total) -T8228 330:032 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2069ms total) -T8228 330:033 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2070ms total) -T8228 330:034 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2071ms total) -T8228 330:035 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2072ms total) -T8228 330:036 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2073ms total) -T8228 330:037 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2074ms total) -T8228 330:038 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2075ms total) -T8228 330:039 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 2077ms total) -T8228 330:041 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2078ms total) -T727C 330:042 JLINK_IsHalted() returns FALSE (0001ms, 2079ms total) -T727C 330:144 JLINK_IsHalted() returns FALSE (0001ms, 2079ms total) -T727C 330:246 JLINK_IsHalted() returns FALSE (0001ms, 2079ms total) -T727C 330:347 JLINK_IsHalted() returns FALSE (0001ms, 2079ms total) -T727C 330:449 JLINK_IsHalted() returns FALSE (0001ms, 2079ms total) -T8228 330:552 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2080ms total) -T8228 330:554 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 2080ms total) -T8228 330:554 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2081ms total) -T8228 330:556 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2082ms total) -T8228 330:557 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2083ms total) -T8228 330:558 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2084ms total) -T8228 330:561 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2085ms total) -T8228 330:562 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2086ms total) -T8228 330:563 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2087ms total) -T8228 330:564 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2088ms total) -T8228 330:565 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2089ms total) -T8228 330:566 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2090ms total) -T8228 330:567 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2091ms total) -T8228 330:568 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2092ms total) -T727C 330:569 JLINK_IsHalted() returns FALSE (0001ms, 2093ms total) -T727C 330:671 JLINK_IsHalted() returns FALSE (0001ms, 2093ms total) -T727C 330:772 JLINK_IsHalted() returns FALSE (0001ms, 2093ms total) -T727C 330:874 JLINK_IsHalted() returns FALSE (0000ms, 2092ms total) -T727C 330:975 JLINK_IsHalted() returns FALSE (0001ms, 2093ms total) -T8228 331:083 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2093ms total) -T8228 331:084 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2094ms total) -T8228 331:085 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2095ms total) -T8228 331:088 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2095ms total) -T8228 331:088 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2096ms total) -T8228 331:089 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2097ms total) -T8228 331:091 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2098ms total) -T8228 331:092 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2099ms total) -T8228 331:093 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2100ms total) -T8228 331:094 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2101ms total) -T8228 331:095 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2102ms total) -T8228 331:096 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2103ms total) -T8228 331:097 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2104ms total) -T8228 331:098 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2105ms total) -T727C 331:099 JLINK_IsHalted() returns FALSE (0001ms, 2106ms total) -T727C 331:201 JLINK_IsHalted() returns FALSE (0001ms, 2106ms total) -T727C 331:303 JLINK_IsHalted() returns FALSE (0000ms, 2105ms total) -T727C 331:405 JLINK_IsHalted() returns FALSE (0001ms, 2106ms total) -T727C 331:506 JLINK_IsHalted() returns FALSE (0001ms, 2106ms total) -T8228 331:610 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2106ms total) -T8228 331:611 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 2108ms total) -T8228 331:613 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2109ms total) -T8228 331:615 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2109ms total) -T8228 331:615 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2110ms total) -T8228 331:616 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2111ms total) -T8228 331:617 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2112ms total) -T8228 331:618 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 2114ms total) -T8228 331:620 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2115ms total) -T8228 331:621 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2116ms total) -T8228 331:622 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2117ms total) -T8228 331:624 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2118ms total) -T8228 331:625 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2119ms total) -T8228 331:626 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2120ms total) -T727C 331:627 JLINK_IsHalted() returns FALSE (0001ms, 2121ms total) -T727C 331:729 JLINK_IsHalted() returns FALSE (0001ms, 2121ms total) -T727C 331:831 JLINK_IsHalted() returns FALSE (0001ms, 2121ms total) -T727C 331:932 JLINK_IsHalted() returns FALSE (0002ms, 2122ms total) -T727C 332:034 JLINK_IsHalted() returns FALSE (0001ms, 2121ms total) -T8228 332:140 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2121ms total) -T8228 332:141 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2122ms total) -T8228 332:142 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2123ms total) -T8228 332:144 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2124ms total) -T8228 332:145 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2125ms total) -T8228 332:146 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2126ms total) -T8228 332:147 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2127ms total) -T8228 332:148 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2128ms total) -T8228 332:149 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 2130ms total) -T8228 332:152 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2131ms total) -T8228 332:153 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2132ms total) -T8228 332:154 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2133ms total) -T8228 332:155 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2134ms total) -T8228 332:156 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2135ms total) -T727C 332:157 JLINK_IsHalted() returns FALSE (0001ms, 2136ms total) -T727C 332:259 JLINK_IsHalted() returns FALSE (0000ms, 2135ms total) -T727C 332:360 JLINK_IsHalted() returns FALSE (0001ms, 2136ms total) -T727C 332:462 JLINK_IsHalted() returns FALSE (0000ms, 2135ms total) -T727C 332:563 JLINK_IsHalted() returns FALSE (0001ms, 2136ms total) -T8228 332:671 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0000ms, 2135ms total) -T8228 332:671 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2136ms total) -T8228 332:673 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2138ms total) -T8228 332:675 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2139ms total) -T8228 332:676 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2140ms total) -T8228 332:677 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 2142ms total) -T8228 332:680 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2143ms total) -T8228 332:681 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2144ms total) -T8228 332:682 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2145ms total) -T8228 332:683 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2146ms total) -T8228 332:684 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2147ms total) -T8228 332:685 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2148ms total) -T8228 332:686 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 2148ms total) -T8228 332:687 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 2148ms total) -T727C 332:688 JLINK_IsHalted() returns FALSE (0001ms, 2150ms total) -T727C 332:790 JLINK_IsHalted() returns FALSE (0001ms, 2150ms total) -T727C 332:892 JLINK_IsHalted() returns FALSE (0001ms, 2150ms total) -T727C 332:993 JLINK_IsHalted() returns FALSE (0001ms, 2150ms total) -T727C 333:095 JLINK_IsHalted() returns FALSE (0001ms, 2150ms total) -T8228 333:202 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2150ms total) -T8228 333:203 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2151ms total) -T8228 333:204 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2152ms total) -T8228 333:206 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2153ms total) -T8228 333:207 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2154ms total) -T8228 333:208 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2155ms total) -T8228 333:210 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2156ms total) -T8228 333:211 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2157ms total) -T8228 333:212 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2158ms total) -T8228 333:213 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2159ms total) -T8228 333:214 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2160ms total) -T8228 333:215 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2161ms total) -T8228 333:216 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2162ms total) -T8228 333:217 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 2164ms total) -T727C 333:219 JLINK_IsHalted() returns FALSE (0001ms, 2165ms total) -T727C 333:320 JLINK_IsHalted() returns FALSE (0001ms, 2165ms total) -T727C 333:423 JLINK_IsHalted() returns FALSE (0000ms, 2164ms total) -T727C 333:524 JLINK_IsHalted() returns FALSE (0000ms, 2164ms total) -T727C 333:626 JLINK_IsHalted() returns FALSE (0000ms, 2164ms total) -T8228 333:731 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2165ms total) -T8228 333:732 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2166ms total) -T8228 333:733 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 2168ms total) -T8228 333:736 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2168ms total) -T8228 333:736 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 2170ms total) -T8228 333:738 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2171ms total) -T8228 333:739 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2172ms total) -T8228 333:740 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2173ms total) -T8228 333:741 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2174ms total) -T8228 333:742 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 2176ms total) -T8228 333:744 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2177ms total) -T8228 333:745 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2178ms total) -T8228 333:746 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2179ms total) -T8228 333:747 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2180ms total) -T727C 333:748 JLINK_IsHalted() returns FALSE (0001ms, 2181ms total) -T727C 333:850 JLINK_IsHalted() returns FALSE (0001ms, 2181ms total) -T727C 333:952 JLINK_IsHalted() returns FALSE (0001ms, 2181ms total) -T727C 334:053 JLINK_IsHalted() returns FALSE (0001ms, 2181ms total) -T727C 334:155 JLINK_IsHalted() returns FALSE (0001ms, 2181ms total) -T8228 334:263 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2181ms total) -T8228 334:264 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2182ms total) -T8228 334:265 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2183ms total) -T8228 334:267 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2184ms total) -T8228 334:268 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2185ms total) -T8228 334:269 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2186ms total) -T8228 334:270 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2187ms total) -T8228 334:271 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2188ms total) -T8228 334:272 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2189ms total) -T8228 334:274 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2190ms total) -T8228 334:275 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2191ms total) -T8228 334:276 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2192ms total) -T8228 334:277 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2193ms total) -T8228 334:278 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2194ms total) -T727C 334:279 JLINK_IsHalted() returns FALSE (0001ms, 2195ms total) -T727C 334:381 JLINK_IsHalted() returns FALSE (0001ms, 2195ms total) -T727C 334:482 JLINK_IsHalted() returns FALSE (0001ms, 2195ms total) -T727C 334:584 JLINK_IsHalted() returns FALSE (0001ms, 2195ms total) -T727C 334:685 JLINK_IsHalted() returns FALSE (0001ms, 2195ms total) -T8228 334:788 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2195ms total) -T8228 334:789 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 2197ms total) -T8228 334:791 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2198ms total) -T8228 334:793 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2199ms total) -T8228 334:794 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2200ms total) -T8228 334:795 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2201ms total) -T8228 334:797 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2202ms total) -T8228 334:798 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2203ms total) -T8228 334:799 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2204ms total) -T8228 334:800 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2205ms total) -T8228 334:801 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2206ms total) -T8228 334:802 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2207ms total) -T8228 334:803 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2208ms total) -T8228 334:804 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2209ms total) -T727C 334:805 JLINK_IsHalted() returns FALSE (0001ms, 2210ms total) -T727C 334:908 JLINK_IsHalted() returns FALSE (0001ms, 2210ms total) -T727C 335:010 JLINK_IsHalted() returns FALSE (0001ms, 2210ms total) -T727C 335:112 JLINK_IsHalted() returns FALSE (0001ms, 2210ms total) -T727C 335:213 JLINK_IsHalted() returns FALSE (0002ms, 2211ms total) -T8228 335:318 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2210ms total) -T8228 335:319 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2211ms total) -T8228 335:320 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2212ms total) -T8228 335:324 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2213ms total) -T8228 335:325 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 2213ms total) -T8228 335:325 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2214ms total) -T8228 335:326 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 2216ms total) -T8228 335:328 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2217ms total) -T8228 335:329 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2218ms total) -T8228 335:330 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2219ms total) -T8228 335:331 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2220ms total) -T8228 335:332 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2221ms total) -T8228 335:333 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2222ms total) -T8228 335:334 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2223ms total) -T727C 335:335 JLINK_IsHalted() returns FALSE (0001ms, 2224ms total) -T727C 335:438 JLINK_IsHalted() returns FALSE (0001ms, 2224ms total) -T727C 335:539 JLINK_IsHalted() returns FALSE (0001ms, 2224ms total) -T727C 335:640 JLINK_IsHalted() returns FALSE (0002ms, 2225ms total) -T727C 335:742 JLINK_IsHalted() returns FALSE (0001ms, 2224ms total) -T8228 335:846 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2224ms total) -T8228 335:847 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2225ms total) -T8228 335:848 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2226ms total) -T8228 335:851 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2227ms total) -T8228 335:852 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2228ms total) -T8228 335:853 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2229ms total) -T8228 335:855 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2230ms total) -T8228 335:856 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2231ms total) -T8228 335:857 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2232ms total) -T8228 335:858 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2233ms total) -T8228 335:859 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2234ms total) -T8228 335:860 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 2236ms total) -T8228 335:862 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2237ms total) -T8228 335:863 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2238ms total) -T727C 335:864 JLINK_IsHalted() returns FALSE (0001ms, 2239ms total) -T727C 335:966 JLINK_IsHalted() returns FALSE (0001ms, 2239ms total) -T727C 336:067 JLINK_IsHalted() returns FALSE (0001ms, 2239ms total) -T727C 336:168 JLINK_IsHalted() returns FALSE (0001ms, 2239ms total) -T727C 336:269 JLINK_IsHalted() returns FALSE (0001ms, 2239ms total) -T8228 336:373 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2239ms total) -T8228 336:374 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2240ms total) -T8228 336:375 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2241ms total) -T8228 336:377 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2242ms total) -T8228 336:378 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 2244ms total) -T8228 336:380 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 2244ms total) -T8228 336:381 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2245ms total) -T8228 336:382 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2246ms total) -T8228 336:383 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2247ms total) -T8228 336:385 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2248ms total) -T8228 336:386 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2249ms total) -T8228 336:387 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2250ms total) -T8228 336:388 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2251ms total) -T8228 336:389 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2252ms total) -T727C 336:390 JLINK_IsHalted() returns FALSE (0001ms, 2253ms total) -T727C 336:492 JLINK_IsHalted() returns FALSE (0001ms, 2253ms total) -T727C 336:594 JLINK_IsHalted() returns FALSE (0000ms, 2252ms total) -T727C 336:696 JLINK_IsHalted() returns FALSE (0000ms, 2252ms total) -T727C 336:797 JLINK_IsHalted() returns FALSE (0001ms, 2253ms total) -T8228 336:901 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2253ms total) -T8228 336:902 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2254ms total) -T8228 336:903 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2255ms total) -T8228 336:905 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2256ms total) -T8228 336:906 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2257ms total) -T8228 336:907 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2258ms total) -T8228 336:910 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2259ms total) -T8228 336:911 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 2259ms total) -T8228 336:911 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2260ms total) -T8228 336:912 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 2262ms total) -T8228 336:914 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2263ms total) -T8228 336:915 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2264ms total) -T8228 336:916 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2265ms total) -T8228 336:917 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2266ms total) -T727C 336:918 JLINK_IsHalted() returns FALSE (0001ms, 2267ms total) -T727C 337:020 JLINK_IsHalted() returns FALSE (0001ms, 2267ms total) -T727C 337:122 JLINK_IsHalted() returns FALSE (0001ms, 2267ms total) -T727C 337:224 JLINK_IsHalted() returns FALSE (0001ms, 2267ms total) -T727C 337:325 JLINK_IsHalted() returns FALSE (0001ms, 2267ms total) -T8228 337:429 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2268ms total) -T8228 337:431 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2269ms total) -T8228 337:432 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2270ms total) -T8228 337:434 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2271ms total) -T8228 337:435 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2272ms total) -T8228 337:436 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2273ms total) -T8228 337:438 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2274ms total) -T8228 337:439 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 2274ms total) -T8228 337:439 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2275ms total) -T8228 337:441 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2276ms total) -T8228 337:442 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2277ms total) -T8228 337:443 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2278ms total) -T8228 337:444 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2279ms total) -T8228 337:445 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2280ms total) -T727C 337:446 JLINK_IsHalted() returns FALSE (0001ms, 2281ms total) -T727C 337:548 JLINK_IsHalted() returns FALSE (0001ms, 2281ms total) -T727C 337:650 JLINK_IsHalted() returns FALSE (0001ms, 2281ms total) -T727C 337:752 JLINK_IsHalted() returns FALSE (0001ms, 2281ms total) -T727C 337:853 JLINK_IsHalted() returns FALSE (0001ms, 2281ms total) -T8228 337:957 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2282ms total) -T8228 337:959 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2283ms total) -T8228 337:960 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2284ms total) -T8228 337:962 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2285ms total) -T8228 337:963 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2286ms total) -T8228 337:964 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2287ms total) -T8228 337:966 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2288ms total) -T8228 337:967 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2289ms total) -T8228 337:968 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2290ms total) -T8228 337:970 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2291ms total) -T8228 337:971 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2292ms total) -T8228 337:972 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2293ms total) -T8228 337:973 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2294ms total) -T8228 337:974 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2295ms total) -T727C 337:976 JLINK_IsHalted() returns FALSE (0003ms, 2298ms total) -T727C 338:080 JLINK_IsHalted() returns FALSE (0001ms, 2296ms total) -T727C 338:181 JLINK_IsHalted() returns FALSE (0001ms, 2296ms total) -T727C 338:283 JLINK_IsHalted() returns FALSE (0001ms, 2296ms total) -T727C 338:384 JLINK_IsHalted() returns FALSE (0001ms, 2296ms total) -T8228 338:488 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2296ms total) -T8228 338:489 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 2298ms total) -T8228 338:491 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2299ms total) -T8228 338:493 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2300ms total) -T8228 338:494 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2301ms total) -T8228 338:495 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2302ms total) -T8228 338:497 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2303ms total) -T8228 338:498 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2304ms total) -T8228 338:499 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2305ms total) -T8228 338:500 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2306ms total) -T8228 338:501 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2307ms total) -T8228 338:502 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2308ms total) -T8228 338:503 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2309ms total) -T8228 338:504 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2310ms total) -T727C 338:505 JLINK_IsHalted() returns FALSE (0001ms, 2311ms total) -T727C 338:607 JLINK_IsHalted() returns FALSE (0001ms, 2311ms total) -T727C 338:710 JLINK_IsHalted() returns FALSE (0001ms, 2311ms total) -T727C 338:812 JLINK_IsHalted() returns FALSE (0001ms, 2311ms total) -T727C 338:913 JLINK_IsHalted() returns FALSE (0001ms, 2311ms total) -T8228 339:018 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2311ms total) -T8228 339:019 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2312ms total) -T8228 339:020 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2313ms total) -T8228 339:022 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2314ms total) -T8228 339:023 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2315ms total) -T8228 339:024 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2316ms total) -T8228 339:025 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2317ms total) -T8228 339:026 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2318ms total) -T8228 339:027 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2319ms total) -T8228 339:029 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2320ms total) -T8228 339:030 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2321ms total) -T8228 339:031 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2322ms total) -T8228 339:032 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 2322ms total) -T8228 339:032 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2323ms total) -T727C 339:034 JLINK_IsHalted() returns FALSE (0001ms, 2324ms total) -T727C 339:136 JLINK_IsHalted() returns FALSE (0000ms, 2323ms total) -T727C 339:237 JLINK_IsHalted() returns FALSE (0001ms, 2324ms total) -T727C 339:340 JLINK_IsHalted() returns FALSE (0001ms, 2324ms total) -T727C 339:442 JLINK_IsHalted() returns FALSE (0001ms, 2324ms total) -T8228 339:551 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2324ms total) -T8228 339:552 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2325ms total) -T8228 339:553 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2326ms total) -T8228 339:555 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2327ms total) -T8228 339:556 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2328ms total) -T8228 339:557 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2329ms total) -T8228 339:560 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2330ms total) -T8228 339:561 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2331ms total) -T8228 339:562 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 2331ms total) -T8228 339:563 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2332ms total) -T8228 339:564 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2333ms total) -T8228 339:566 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2333ms total) -T8228 339:567 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2334ms total) -T8228 339:568 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2335ms total) -T727C 339:569 JLINK_IsHalted() returns FALSE (0001ms, 2336ms total) -T727C 339:671 JLINK_IsHalted() returns FALSE (0000ms, 2335ms total) -T727C 339:773 JLINK_IsHalted() returns FALSE (0001ms, 2336ms total) -T727C 339:874 JLINK_IsHalted() returns FALSE (0001ms, 2336ms total) -T727C 339:976 JLINK_IsHalted() returns FALSE (0001ms, 2336ms total) -T8228 340:081 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2337ms total) -T8228 340:083 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2338ms total) -T8228 340:084 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2339ms total) -T8228 340:086 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2340ms total) -T8228 340:087 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2341ms total) -T8228 340:088 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 2341ms total) -T8228 340:089 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2342ms total) -T8228 340:090 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2343ms total) -T8228 340:091 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 2345ms total) -T8228 340:093 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2346ms total) -T8228 340:094 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2347ms total) -T8228 340:095 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2348ms total) -T8228 340:096 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2349ms total) -T8228 340:097 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 2349ms total) -T727C 340:097 JLINK_IsHalted() returns FALSE (0001ms, 2350ms total) -T727C 340:200 JLINK_IsHalted() returns FALSE (0000ms, 2349ms total) -T727C 340:301 JLINK_IsHalted() returns FALSE (0000ms, 2349ms total) -T727C 340:403 JLINK_IsHalted() returns FALSE (0001ms, 2350ms total) -T727C 340:504 JLINK_IsHalted() returns FALSE (0001ms, 2350ms total) -T8228 340:607 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2351ms total) -T8228 340:609 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2352ms total) -T8228 340:610 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2353ms total) -T8228 340:612 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2354ms total) -T8228 340:613 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2355ms total) -T8228 340:614 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2356ms total) -T8228 340:615 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2357ms total) -T8228 340:616 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2358ms total) -T8228 340:617 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2359ms total) -T8228 340:618 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2360ms total) -T8228 340:619 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2361ms total) -T8228 340:620 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 2363ms total) -T8228 340:622 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2364ms total) -T8228 340:623 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2365ms total) -T727C 340:624 JLINK_IsHalted() returns FALSE (0001ms, 2366ms total) -T727C 340:726 JLINK_IsHalted() returns FALSE (0001ms, 2366ms total) -T727C 340:828 JLINK_IsHalted() returns FALSE (0001ms, 2366ms total) -T727C 340:930 JLINK_IsHalted() returns FALSE (0001ms, 2366ms total) -T727C 341:032 JLINK_IsHalted() returns FALSE (0001ms, 2366ms total) -T8228 341:137 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2367ms total) -T8228 341:139 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2368ms total) -T8228 341:140 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 2370ms total) -T8228 341:143 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2371ms total) -T8228 341:144 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2372ms total) -T8228 341:145 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2373ms total) -T8228 341:147 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2374ms total) -T8228 341:148 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2375ms total) -T8228 341:149 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2376ms total) -T8228 341:150 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2377ms total) -T8228 341:151 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2378ms total) -T8228 341:153 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2379ms total) -T8228 341:154 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2380ms total) -T8228 341:155 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2381ms total) -T727C 341:156 JLINK_IsHalted() returns FALSE (0001ms, 2382ms total) -T727C 341:258 JLINK_IsHalted() returns FALSE (0001ms, 2382ms total) -T727C 341:359 JLINK_IsHalted() returns FALSE (0001ms, 2382ms total) -T727C 341:462 JLINK_IsHalted() returns FALSE (0001ms, 2382ms total) -T727C 341:563 JLINK_IsHalted() returns FALSE (0001ms, 2382ms total) -T8228 341:670 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 2383ms total) -T8228 341:672 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 2383ms total) -T8228 341:672 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2384ms total) -T8228 341:675 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2385ms total) -T8228 341:676 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2386ms total) -T8228 341:677 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2387ms total) -T8228 341:679 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2388ms total) -T8228 341:680 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2389ms total) -T8228 341:681 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2390ms total) -T8228 341:682 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2391ms total) -T8228 341:683 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2392ms total) -T8228 341:684 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 2394ms total) -T8228 341:686 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2395ms total) -T8228 341:687 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2396ms total) -T727C 341:688 JLINK_IsHalted() returns FALSE (0001ms, 2397ms total) -T727C 341:790 JLINK_IsHalted() returns FALSE (0000ms, 2396ms total) -T727C 341:892 JLINK_IsHalted() returns FALSE (0001ms, 2397ms total) -T727C 341:994 JLINK_IsHalted() returns FALSE (0001ms, 2397ms total) -T727C 342:095 JLINK_IsHalted() returns FALSE (0001ms, 2397ms total) -T8228 342:199 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2397ms total) -T8228 342:200 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2398ms total) -T8228 342:201 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2399ms total) -T8228 342:203 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2400ms total) -T8228 342:204 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2401ms total) -T8228 342:205 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2402ms total) -T8228 342:207 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2403ms total) -T8228 342:208 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2404ms total) -T8228 342:209 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2405ms total) -T8228 342:210 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2406ms total) -T8228 342:211 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2407ms total) -T8228 342:212 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2408ms total) -T8228 342:213 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2409ms total) -T8228 342:214 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2410ms total) -T727C 342:215 JLINK_IsHalted() returns FALSE (0001ms, 2411ms total) -T727C 342:317 JLINK_IsHalted() returns FALSE (0000ms, 2410ms total) -T727C 342:418 JLINK_IsHalted() returns FALSE (0001ms, 2411ms total) -T727C 342:520 JLINK_IsHalted() returns FALSE (0001ms, 2411ms total) -T727C 342:622 JLINK_IsHalted() returns FALSE (0001ms, 2411ms total) -T8228 342:729 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2411ms total) -T8228 342:730 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2412ms total) -T8228 342:731 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2413ms total) -T8228 342:733 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2414ms total) -T8228 342:734 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2415ms total) -T8228 342:735 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2416ms total) -T8228 342:736 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2417ms total) -T8228 342:737 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2418ms total) -T8228 342:738 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2419ms total) -T8228 342:739 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2420ms total) -T8228 342:740 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2421ms total) -T8228 342:741 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2422ms total) -T8228 342:742 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2423ms total) -T8228 342:743 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2424ms total) -T727C 342:745 JLINK_IsHalted() returns FALSE (0001ms, 2425ms total) -T727C 342:847 JLINK_IsHalted() returns FALSE (0001ms, 2425ms total) -T727C 342:949 JLINK_IsHalted() returns FALSE (0001ms, 2425ms total) -T727C 343:050 JLINK_IsHalted() returns FALSE (0001ms, 2425ms total) -T727C 343:152 JLINK_IsHalted() returns FALSE (0001ms, 2425ms total) -T8228 343:256 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2425ms total) -T8228 343:257 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2426ms total) -T8228 343:258 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2427ms total) -T8228 343:260 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2428ms total) -T8228 343:261 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2429ms total) -T8228 343:262 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 2431ms total) -T8228 343:267 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2432ms total) -T8228 343:268 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2433ms total) -T8228 343:269 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2434ms total) -T8228 343:271 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 2434ms total) -T8228 343:271 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2435ms total) -T8228 343:273 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 2437ms total) -T8228 343:275 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2438ms total) -T8228 343:276 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2439ms total) -T727C 343:277 JLINK_IsHalted() returns FALSE (0001ms, 2440ms total) -T727C 343:378 JLINK_IsHalted() returns FALSE (0001ms, 2440ms total) -T727C 343:480 JLINK_IsHalted() returns FALSE (0001ms, 2440ms total) -T727C 343:581 JLINK_IsHalted() returns FALSE (0001ms, 2440ms total) -T727C 343:684 JLINK_IsHalted() returns FALSE (0001ms, 2440ms total) -T8228 343:792 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2440ms total) -T8228 343:793 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2441ms total) -T8228 343:794 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2442ms total) -T8228 343:797 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2443ms total) -T8228 343:798 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2444ms total) -T8228 343:799 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2445ms total) -T8228 343:800 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2446ms total) -T8228 343:801 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2447ms total) -T8228 343:802 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2448ms total) -T8228 343:804 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 2448ms total) -T8228 343:805 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 2449ms total) -T8228 343:806 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2451ms total) -T8228 343:807 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2452ms total) -T8228 343:808 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2453ms total) -T727C 343:809 JLINK_IsHalted() returns FALSE (0001ms, 2454ms total) -T727C 343:911 JLINK_IsHalted() returns FALSE (0001ms, 2454ms total) -T727C 344:012 JLINK_IsHalted() returns FALSE (0001ms, 2454ms total) -T727C 344:113 JLINK_IsHalted() returns FALSE (0000ms, 2453ms total) -T727C 344:215 JLINK_IsHalted() returns FALSE (0001ms, 2454ms total) -T8228 344:318 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2454ms total) -T8228 344:319 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2455ms total) -T8228 344:320 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2456ms total) -T8228 344:322 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2457ms total) -T8228 344:323 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2458ms total) -T8228 344:324 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2459ms total) -T8228 344:326 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2460ms total) -T8228 344:327 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2461ms total) -T8228 344:328 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2462ms total) -T8228 344:329 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2463ms total) -T8228 344:330 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2464ms total) -T8228 344:332 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 2464ms total) -T8228 344:333 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 2465ms total) -T8228 344:334 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2467ms total) -T727C 344:335 JLINK_IsHalted() returns FALSE (0001ms, 2468ms total) -T727C 344:436 JLINK_IsHalted() returns FALSE (0001ms, 2468ms total) -T727C 344:538 JLINK_IsHalted() returns FALSE (0001ms, 2468ms total) -T727C 344:639 JLINK_IsHalted() returns FALSE (0000ms, 2467ms total) -T727C 344:740 JLINK_IsHalted() returns FALSE (0001ms, 2468ms total) -T8228 344:848 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2468ms total) -T8228 344:849 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2469ms total) -T8228 344:850 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2470ms total) -T8228 344:852 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2471ms total) -T8228 344:853 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2472ms total) -T8228 344:854 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2473ms total) -T8228 344:855 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2474ms total) -T8228 344:856 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2475ms total) -T8228 344:857 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2476ms total) -T8228 344:859 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0000ms, 2476ms total) -T8228 344:859 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2477ms total) -T8228 344:860 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2478ms total) -T8228 344:861 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2479ms total) -T8228 344:862 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2480ms total) -T727C 344:864 JLINK_IsHalted() returns FALSE (0000ms, 2480ms total) -T727C 344:966 JLINK_IsHalted() returns FALSE (0001ms, 2481ms total) -T727C 345:067 JLINK_IsHalted() returns FALSE (0001ms, 2481ms total) -T727C 345:169 JLINK_IsHalted() returns FALSE (0001ms, 2481ms total) -T727C 345:270 JLINK_IsHalted() returns FALSE (0001ms, 2481ms total) -T8228 345:373 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2481ms total) -T8228 345:374 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2482ms total) -T8228 345:375 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2483ms total) -T8228 345:377 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2484ms total) -T8228 345:378 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2485ms total) -T8228 345:379 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2486ms total) -T8228 345:381 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2487ms total) -T8228 345:382 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2488ms total) -T8228 345:383 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2489ms total) -T8228 345:384 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2490ms total) -T8228 345:385 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2491ms total) -T8228 345:386 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2492ms total) -T8228 345:387 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2493ms total) -T8228 345:388 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2494ms total) -T727C 345:390 JLINK_IsHalted() returns FALSE (0000ms, 2494ms total) -T727C 345:492 JLINK_IsHalted() returns FALSE (0001ms, 2495ms total) -T727C 345:593 JLINK_IsHalted() returns FALSE (0001ms, 2495ms total) -T8228 345:626 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 2494ms total) -T8228 345:626 JLINK_ResetNoHalt() >0x10B TIF>Found SW-DP with ID 0x0BB11477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF>AP map detection skipped. Manually configured AP map found.AP[0]: AHB-AP (IDR: Not set) >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[0]: Core found -AP[0]: AHB-AP ROM base: 0xE00FF000 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>CPUID register: 0x410CC200. Implementer code: 0x41 (ARM)Found Cortex-M0 r0p0, Little endian. -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE0002000)FPUnit: 4 code (BP) slots and 0 literal slots -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000)CoreSight components:ROMTbl[0] @ E00FF000 - -- CPU_ReadMem(16 bytes @ 0xE00FF000) -- CPU_ReadMem(16 bytes @ 0xE000EFF0) -- CPU_ReadMem(16 bytes @ 0xE000EFE0)ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB008 SCS -- CPU_ReadMem(16 bytes @ 0xE0001FF0) -- CPU_ReadMem(16 bytes @ 0xE0001FE0)ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 000BB00A DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB00B FPB - JLINK_Reset() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running - -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 0075ms total) - JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 0081ms total) - (0227ms, 2721ms total) -T727C 345:853 JLINK_IsHalted() returns FALSE (0001ms, 2722ms total) -T8228 345:959 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2722ms total) -T8228 345:960 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2723ms total) -T8228 345:961 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2724ms total) -T8228 345:963 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2725ms total) -T8228 345:964 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2726ms total) -T8228 345:965 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2727ms total) -T8228 345:967 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2728ms total) -T8228 345:968 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2729ms total) -T8228 345:969 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2730ms total) -T8228 345:970 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2731ms total) -T8228 345:971 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2732ms total) -T8228 345:972 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2733ms total) -T8228 345:973 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2734ms total) -T8228 345:974 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2735ms total) -T727C 345:975 JLINK_IsHalted() returns FALSE (0001ms, 2736ms total) -T727C 346:077 JLINK_IsHalted() returns FALSE (0001ms, 2736ms total) -T727C 346:178 JLINK_IsHalted() returns FALSE (0001ms, 2736ms total) -T727C 346:280 JLINK_IsHalted() returns FALSE (0001ms, 2736ms total) -T727C 346:381 JLINK_IsHalted() returns FALSE (0001ms, 2736ms total) -T8228 346:487 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2736ms total) -T8228 346:488 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2737ms total) -T8228 346:489 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2738ms total) -T8228 346:491 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2739ms total) -T8228 346:492 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2740ms total) -T8228 346:493 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2741ms total) -T8228 346:496 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2742ms total) -T8228 346:497 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2743ms total) -T8228 346:498 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2744ms total) -T8228 346:499 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2745ms total) -T8228 346:500 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2746ms total) -T8228 346:501 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2747ms total) -T8228 346:502 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2748ms total) -T8228 346:503 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2749ms total) -T727C 346:504 JLINK_IsHalted() returns FALSE (0001ms, 2750ms total) -T727C 346:606 JLINK_IsHalted() returns FALSE (0002ms, 2751ms total) -T727C 346:708 JLINK_IsHalted() returns FALSE (0001ms, 2750ms total) -T727C 346:809 JLINK_IsHalted() returns FALSE (0000ms, 2749ms total) -T727C 346:910 JLINK_IsHalted() returns FALSE (0001ms, 2750ms total) -T8228 347:017 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2750ms total) -T8228 347:018 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2751ms total) -T8228 347:019 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2752ms total) -T8228 347:021 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 2754ms total) -T8228 347:023 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2755ms total) -T8228 347:024 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2756ms total) -T8228 347:027 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2757ms total) -T8228 347:028 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2758ms total) -T8228 347:029 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2759ms total) -T8228 347:030 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2760ms total) -T8228 347:031 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2761ms total) -T8228 347:032 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2762ms total) -T8228 347:033 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2763ms total) -T8228 347:034 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2764ms total) -T727C 347:035 JLINK_IsHalted() returns FALSE (0001ms, 2765ms total) -T727C 347:138 JLINK_IsHalted() returns FALSE (0001ms, 2765ms total) -T727C 347:239 JLINK_IsHalted() returns FALSE (0000ms, 2764ms total) -T727C 347:341 JLINK_IsHalted() returns FALSE (0001ms, 2765ms total) -T727C 347:443 JLINK_IsHalted() returns FALSE (0001ms, 2765ms total) -T727C 347:545 JLINK_Halt() returns 0x00 (0004ms, 2768ms total) -T727C 347:549 JLINK_IsHalted() returns TRUE (0000ms, 2768ms total) -T727C 347:549 JLINK_IsHalted() returns TRUE (0000ms, 2768ms total) -T727C 347:549 JLINK_IsHalted() returns TRUE (0000ms, 2768ms total) -T727C 347:549 JLINK_ReadReg(R15 (PC)) returns 0x030062E8 (0000ms, 2768ms total) -T727C 347:549 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 2768ms total) -T727C 347:549 JLINK_ClrBPEx(BPHandle = 0x00000008) returns 0x00 (0000ms, 2768ms total) -T727C 347:549 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 2769ms total) -T727C 347:550 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 2770ms total) -T727C 347:551 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 2771ms total) -T727C 347:552 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 2771ms total) -T727C 347:552 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0001ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(R15 (PC)) returns 0x030062E8 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 2772ms total) -T727C 347:553 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 2772ms total) -T8228 347:558 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2773ms total) -T8228 347:559 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2774ms total) -T8228 347:560 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2775ms total) -T8228 347:562 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2776ms total) -T8228 347:563 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2777ms total) -T8228 347:564 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2778ms total) -T8228 347:565 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2779ms total) -T8228 347:566 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2780ms total) -T8228 347:567 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2781ms total) -T8228 347:568 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2782ms total) -T8228 347:570 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 2782ms total) -T8228 347:571 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2783ms total) -T8228 347:572 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2784ms total) -T8228 347:573 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2785ms total) -T8228 347:578 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x030062C0) -- Updating DA cache (128 bytes @ 0x030062C0) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0003ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0000ms, 2788ms total) -T8228 347:581 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0001ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 2789ms total) -T8228 347:582 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0001ms, 2790ms total) -T8228 347:583 JLINK_ReadMemEx(0x030062F6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F6) - Data: 00 00 returns 0x02 (0000ms, 2790ms total) -T8228 348:169 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 2790ms total) -T8228 348:169 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 2865ms total) -T8228 348:244 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 2865ms total) -T8228 348:244 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 2865ms total) -T8228 348:247 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 2867ms total) -T8228 348:249 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 2868ms total) -T8228 348:250 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 2869ms total) -T8228 348:251 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 2871ms total) -T8228 348:253 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 2872ms total) -T8228 348:254 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0000ms, 2872ms total) -T8228 348:255 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 2874ms total) -T8228 348:256 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 2875ms total) -T8228 348:257 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 2876ms total) -T8228 348:258 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 2877ms total) -T8228 348:259 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 2879ms total) -T8228 348:261 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 2880ms total) -T8228 348:262 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 2881ms total) -T8228 348:263 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 2882ms total) -T8228 348:264 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 2883ms total) -T8228 348:265 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 2884ms total) -T8228 348:266 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 2886ms total) -T8228 348:268 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 2887ms total) -T8228 348:269 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 2888ms total) -T8228 348:270 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 2889ms total) -T8228 348:271 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 2890ms total) -T8228 348:411 JLINK_ReadReg(R0) returns 0x00000000 (0001ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 2891ms total) -T8228 348:412 JLINK_ReadReg(R14) returns 0x0300E929 (0001ms, 2892ms total) -T8228 348:413 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 2892ms total) -T8228 348:413 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 2892ms total) -T8228 348:413 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 2892ms total) -T8228 348:413 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 2892ms total) -T8228 348:413 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 2892ms total) -T8228 348:413 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2893ms total) -T8228 348:414 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2894ms total) -T8228 348:415 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2895ms total) -T8228 348:427 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2896ms total) -T8228 348:428 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2897ms total) -T8228 348:429 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2898ms total) -T8228 348:431 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2899ms total) -T8228 348:432 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2900ms total) -T8228 348:433 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2901ms total) -T8228 348:434 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2902ms total) -T8228 348:435 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2903ms total) -T8228 348:436 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2904ms total) -T8228 348:437 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2905ms total) -T8228 348:438 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2906ms total) -T727C 348:793 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 2907ms total) -T727C 348:794 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x00000009 (0000ms, 2907ms total) -T727C 348:794 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 2914ms total) -T727C 348:902 JLINK_IsHalted() returns FALSE (0001ms, 2915ms total) -T727C 349:004 JLINK_IsHalted() returns FALSE (0001ms, 2915ms total) -T727C 349:105 JLINK_IsHalted() returns FALSE (0001ms, 2915ms total) -T727C 349:207 JLINK_IsHalted() returns FALSE (0001ms, 2915ms total) -T727C 349:308 JLINK_IsHalted() returns FALSE (0001ms, 2915ms total) -T8228 349:413 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2915ms total) -T8228 349:414 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2916ms total) -T8228 349:415 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2917ms total) -T8228 349:417 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2918ms total) -T8228 349:418 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2919ms total) -T8228 349:419 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2920ms total) -T8228 349:420 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2921ms total) -T8228 349:422 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 2922ms total) -T8228 349:423 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2923ms total) -T8228 349:424 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2924ms total) -T8228 349:425 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2925ms total) -T8228 349:426 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2926ms total) -T8228 349:427 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2927ms total) -T8228 349:428 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2928ms total) -T727C 349:429 JLINK_IsHalted() returns FALSE (0001ms, 2929ms total) -T727C 349:531 JLINK_IsHalted() returns FALSE (0001ms, 2929ms total) -T727C 349:633 JLINK_IsHalted() returns FALSE (0000ms, 2928ms total) -T727C 349:734 JLINK_IsHalted() returns FALSE (0000ms, 2928ms total) -T727C 349:836 JLINK_Halt() returns 0x00 (0004ms, 2932ms total) -T727C 349:840 JLINK_IsHalted() returns TRUE (0000ms, 2932ms total) -T727C 349:840 JLINK_IsHalted() returns TRUE (0000ms, 2932ms total) -T727C 349:840 JLINK_IsHalted() returns TRUE (0000ms, 2932ms total) -T727C 349:840 JLINK_ReadReg(R15 (PC)) returns 0x030062DA (0000ms, 2932ms total) -T727C 349:840 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 2932ms total) -T727C 349:840 JLINK_ClrBPEx(BPHandle = 0x00000009) returns 0x00 (0000ms, 2932ms total) -T727C 349:840 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 2933ms total) -T727C 349:841 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 2934ms total) -T727C 349:842 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 2935ms total) -T727C 349:843 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(R15 (PC)) returns 0x030062DA (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 2936ms total) -T727C 349:844 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 2936ms total) -T8228 349:847 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 2937ms total) -T8228 349:848 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 2938ms total) -T8228 349:849 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2939ms total) -T8228 349:851 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2940ms total) -T8228 349:852 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 2941ms total) -T8228 349:853 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 2942ms total) -T8228 349:855 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 2943ms total) -T8228 349:856 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 2943ms total) -T8228 349:857 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 2945ms total) -T8228 349:858 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 2946ms total) -T8228 349:859 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 2947ms total) -T8228 349:860 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 2948ms total) -T8228 349:861 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 2949ms total) -T8228 349:862 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 2950ms total) -T8228 349:865 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0002ms, 2952ms total) -T8228 349:867 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0002ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 2954ms total) -T8228 349:869 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0001ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0000ms, 2955ms total) -T8228 349:870 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0001ms, 2956ms total) -T8228 349:871 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 2956ms total) -T8228 354:859 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 2956ms total) -T8228 354:859 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0077ms, 3033ms total) -T8228 354:936 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3033ms total) -T8228 354:936 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3033ms total) -T8228 354:939 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 3034ms total) -T8228 354:940 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3035ms total) -T8228 354:941 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3036ms total) -T8228 354:942 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 3038ms total) -T8228 354:944 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3039ms total) -T8228 354:945 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3040ms total) -T8228 354:946 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 3041ms total) -T8228 354:947 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3042ms total) -T8228 354:948 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3043ms total) -T8228 354:949 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0002ms, 3045ms total) -T8228 354:951 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 3046ms total) -T8228 354:952 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3047ms total) -T8228 354:953 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 3049ms total) -T8228 354:955 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3050ms total) -T8228 354:956 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3051ms total) -T8228 354:957 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3052ms total) -T8228 354:958 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3053ms total) -T8228 354:959 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3054ms total) -T8228 354:960 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3056ms total) -T8228 354:962 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3057ms total) -T8228 354:964 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3058ms total) -T8228 355:129 JLINK_ReadReg(XPSR) returns 0xC1000000 (0001ms, 3059ms total) -T8228 355:130 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 3059ms total) -T8228 355:130 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3059ms total) -T8228 355:130 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3059ms total) -T8228 355:130 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3060ms total) -T8228 355:131 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3061ms total) -T8228 355:132 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3062ms total) -T8228 355:135 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3063ms total) -T8228 355:136 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3064ms total) -T8228 355:137 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3065ms total) -T8228 355:138 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3066ms total) -T8228 355:139 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3067ms total) -T8228 355:140 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3068ms total) -T8228 355:141 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3069ms total) -T8228 355:142 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3070ms total) -T8228 355:143 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3071ms total) -T8228 355:144 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3072ms total) -T8228 355:145 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3073ms total) -T727C 355:417 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3074ms total) -T727C 355:418 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000A (0000ms, 3074ms total) -T727C 355:418 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 3080ms total) -T727C 355:525 JLINK_IsHalted() returns FALSE (0001ms, 3081ms total) -T727C 355:627 JLINK_IsHalted() returns FALSE (0001ms, 3081ms total) -T727C 355:728 JLINK_IsHalted() returns FALSE (0001ms, 3081ms total) -T727C 355:830 JLINK_IsHalted() returns FALSE (0000ms, 3080ms total) -T727C 355:931 JLINK_IsHalted() returns FALSE (0001ms, 3081ms total) -T8228 356:035 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3081ms total) -T8228 356:036 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3082ms total) -T8228 356:037 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3083ms total) -T8228 356:041 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3084ms total) -T8228 356:042 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3085ms total) -T8228 356:043 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3086ms total) -T8228 356:044 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 3088ms total) -T8228 356:046 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3089ms total) -T8228 356:047 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3090ms total) -T8228 356:048 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3091ms total) -T8228 356:049 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3092ms total) -T8228 356:050 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3093ms total) -T8228 356:051 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3094ms total) -T8228 356:052 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3095ms total) -T727C 356:053 JLINK_IsHalted() returns FALSE (0001ms, 3096ms total) -T727C 356:155 JLINK_IsHalted() returns FALSE (0001ms, 3096ms total) -T727C 356:257 JLINK_IsHalted() returns FALSE (0001ms, 3096ms total) -T727C 356:359 JLINK_Halt() returns 0x00 (0004ms, 3099ms total) -T727C 356:363 JLINK_IsHalted() returns TRUE (0000ms, 3099ms total) -T727C 356:363 JLINK_IsHalted() returns TRUE (0000ms, 3099ms total) -T727C 356:363 JLINK_IsHalted() returns TRUE (0001ms, 3100ms total) -T727C 356:364 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 3099ms total) -T727C 356:364 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3099ms total) -T727C 356:364 JLINK_ClrBPEx(BPHandle = 0x0000000A) returns 0x00 (0000ms, 3099ms total) -T727C 356:364 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 3100ms total) -T727C 356:365 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 3101ms total) -T727C 356:366 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0002ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3103ms total) -T727C 356:368 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3104ms total) -T727C 356:369 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3104ms total) -T8228 356:373 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3105ms total) -T8228 356:374 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3106ms total) -T8228 356:375 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3107ms total) -T8228 356:377 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3108ms total) -T8228 356:378 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3109ms total) -T8228 356:379 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3110ms total) -T8228 356:381 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3111ms total) -T8228 356:382 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3112ms total) -T8228 356:383 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3113ms total) -T8228 356:384 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3114ms total) -T8228 356:385 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3115ms total) -T8228 356:386 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3116ms total) -T8228 356:387 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3117ms total) -T8228 356:388 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3118ms total) -T8228 356:392 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0001ms, 3119ms total) -T8228 356:393 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0002ms, 3121ms total) -T8228 356:395 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3121ms total) -T8228 356:395 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 3121ms total) -T8228 356:395 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3121ms total) -T8228 356:395 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 3121ms total) -T8228 356:395 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0001ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3122ms total) -T8228 356:396 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3122ms total) -T8228 356:397 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3122ms total) -T8228 356:397 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 3122ms total) -T8228 356:397 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 3122ms total) -T8228 357:003 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 3122ms total) -T8228 357:003 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 3197ms total) -T8228 357:078 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3197ms total) -T8228 357:078 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3197ms total) -T8228 357:081 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 3199ms total) -T8228 357:083 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3200ms total) -T8228 357:084 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3201ms total) -T8228 357:085 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 3202ms total) -T8228 357:086 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3203ms total) -T8228 357:087 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3204ms total) -T8228 357:088 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 3206ms total) -T8228 357:090 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3207ms total) -T8228 357:091 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3208ms total) -T8228 357:092 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3209ms total) -T8228 357:093 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 3210ms total) -T8228 357:094 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3211ms total) -T8228 357:095 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 3213ms total) -T8228 357:097 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3214ms total) -T8228 357:098 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0002ms, 3216ms total) -T8228 357:100 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0000ms, 3216ms total) -T8228 357:100 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3217ms total) -T8228 357:101 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3218ms total) -T8228 357:102 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3220ms total) -T8228 357:104 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3221ms total) -T8228 357:105 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3222ms total) -T8228 357:288 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0001ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3223ms total) -T8228 357:289 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3224ms total) -T8228 357:290 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3225ms total) -T8228 357:291 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 3227ms total) -T8228 357:294 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3228ms total) -T8228 357:295 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3229ms total) -T8228 357:296 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3230ms total) -T8228 357:297 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3231ms total) -T8228 357:298 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3232ms total) -T8228 357:299 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3233ms total) -T8228 357:301 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3234ms total) -T8228 357:302 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3235ms total) -T8228 357:303 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3236ms total) -T8228 357:304 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3237ms total) -T8228 357:305 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3238ms total) -T727C 357:540 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3239ms total) -T727C 357:541 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000B (0000ms, 3239ms total) -T727C 357:541 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 3245ms total) -T727C 357:648 JLINK_IsHalted() returns FALSE (0001ms, 3246ms total) -T727C 357:750 JLINK_IsHalted() returns FALSE (0001ms, 3246ms total) -T727C 357:852 JLINK_IsHalted() returns FALSE (0001ms, 3246ms total) -T727C 357:953 JLINK_IsHalted() returns FALSE (0001ms, 3246ms total) -T8228 358:058 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3246ms total) -T8228 358:059 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3247ms total) -T8228 358:060 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3248ms total) -T8228 358:062 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3249ms total) -T8228 358:063 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3250ms total) -T8228 358:064 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3251ms total) -T8228 358:065 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3252ms total) -T8228 358:066 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3253ms total) -T8228 358:067 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3254ms total) -T8228 358:068 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3255ms total) -T8228 358:069 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3256ms total) -T8228 358:071 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3258ms total) -T8228 358:072 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3259ms total) -T8228 358:073 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3260ms total) -T727C 358:075 JLINK_IsHalted() returns FALSE (0001ms, 3261ms total) -T727C 358:176 JLINK_IsHalted() returns FALSE (0001ms, 3261ms total) -T727C 358:278 JLINK_Halt() returns 0x00 (0004ms, 3264ms total) -T727C 358:282 JLINK_IsHalted() returns TRUE (0000ms, 3264ms total) -T727C 358:282 JLINK_IsHalted() returns TRUE (0000ms, 3264ms total) -T727C 358:282 JLINK_IsHalted() returns TRUE (0000ms, 3264ms total) -T727C 358:282 JLINK_ReadReg(R15 (PC)) returns 0x030062EC (0000ms, 3264ms total) -T727C 358:282 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 3264ms total) -T727C 358:282 JLINK_ClrBPEx(BPHandle = 0x0000000B) returns 0x00 (0000ms, 3264ms total) -T727C 358:282 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 3265ms total) -T727C 358:283 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 3266ms total) -T727C 358:284 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R0) returns 0x0000009B (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3267ms total) -T727C 358:285 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3267ms total) -T727C 358:286 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(R15 (PC)) returns 0x030062EC (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3268ms total) -T727C 358:286 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3268ms total) -T8228 358:290 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3269ms total) -T8228 358:291 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3270ms total) -T8228 358:292 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3271ms total) -T8228 358:294 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3272ms total) -T8228 358:295 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3273ms total) -T8228 358:296 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 3275ms total) -T8228 358:298 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3276ms total) -T8228 358:299 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3277ms total) -T8228 358:300 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3278ms total) -T8228 358:302 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3279ms total) -T8228 358:303 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3280ms total) -T8228 358:304 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3281ms total) -T8228 358:305 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3282ms total) -T8228 358:306 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3283ms total) -T8228 358:309 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x030062C0) -- Updating DA cache (128 bytes @ 0x030062C0) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0003ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 3286ms total) -T8228 358:312 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0001ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F6) - Data: 00 00 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F6) - Data: 00 00 returns 0x02 (0000ms, 3287ms total) -T8228 358:313 JLINK_ReadMemEx(0x030062F8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F8) - Data: F0 B5 84 B0 02 46 01 20 EF F3 10 83 03 40 02 D1 ... returns 0x3C (0000ms, 3287ms total) -T8228 358:314 JLINK_ReadMemEx(0x030062F8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F8) - Data: F0 B5 returns 0x02 (0000ms, 3287ms total) -T8228 358:314 JLINK_ReadMemEx(0x030062F8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F8) - Data: F0 B5 84 B0 02 46 01 20 EF F3 10 83 03 40 02 D1 ... returns 0x3C (0000ms, 3287ms total) -T8228 358:314 JLINK_ReadMemEx(0x030062F8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F8) - Data: F0 B5 returns 0x02 (0000ms, 3287ms total) -T8228 358:314 JLINK_ReadMemEx(0x030062FA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062FA) - Data: 84 B0 returns 0x02 (0000ms, 3287ms total) -T8228 364:736 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0001ms, 3288ms total) -T8228 364:737 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0074ms, 3362ms total) -T8228 364:811 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0001ms, 3363ms total) -T8228 364:812 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3363ms total) -T8228 364:814 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 3365ms total) -T8228 364:816 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3366ms total) -T8228 364:817 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3367ms total) -T8228 364:818 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 3369ms total) -T8228 364:820 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3370ms total) -T8228 364:821 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3371ms total) -T8228 364:822 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 3372ms total) -T8228 364:823 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3373ms total) -T8228 364:824 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3374ms total) -T8228 364:825 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3375ms total) -T8228 364:826 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0003ms, 3378ms total) -T8228 364:829 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 3378ms total) -T8228 364:829 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 3380ms total) -T8228 364:831 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 3380ms total) -T8228 364:831 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0002ms, 3382ms total) -T8228 364:833 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3383ms total) -T8228 364:834 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3385ms total) -T8228 364:836 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3386ms total) -T8228 364:837 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3387ms total) -T8228 364:838 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3388ms total) -T8228 364:839 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0002ms, 3390ms total) -T8228 364:975 JLINK_ReadReg(R0) returns 0x0000009B (0000ms, 3390ms total) -T8228 364:975 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 3390ms total) -T8228 364:975 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3390ms total) -T8228 364:976 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3391ms total) -T8228 364:976 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 3393ms total) -T8228 364:978 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3394ms total) -T8228 364:979 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3395ms total) -T8228 364:981 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3396ms total) -T8228 364:982 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3397ms total) -T8228 364:983 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3398ms total) -T8228 364:985 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3399ms total) -T8228 364:986 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3400ms total) -T8228 364:987 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3401ms total) -T8228 364:988 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3402ms total) -T8228 364:989 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3403ms total) -T8228 364:990 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3404ms total) -T8228 364:991 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3405ms total) -T8228 364:992 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3406ms total) -T727C 365:467 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3407ms total) -T727C 365:468 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000C (0000ms, 3407ms total) -T727C 365:468 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 3414ms total) -T727C 365:576 JLINK_IsHalted() returns FALSE (0000ms, 3414ms total) -T727C 365:677 JLINK_IsHalted() returns FALSE (0001ms, 3415ms total) -T727C 365:780 JLINK_IsHalted() returns FALSE (0000ms, 3414ms total) -T727C 365:881 JLINK_IsHalted() returns FALSE (0001ms, 3415ms total) -T727C 365:982 JLINK_IsHalted() returns FALSE (0000ms, 3414ms total) -T8228 366:086 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3415ms total) -T8228 366:087 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 3417ms total) -T8228 366:089 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3418ms total) -T8228 366:093 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3419ms total) -T8228 366:094 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3420ms total) -T8228 366:095 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3421ms total) -T8228 366:096 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3422ms total) -T8228 366:097 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3423ms total) -T8228 366:098 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3424ms total) -T8228 366:099 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3425ms total) -T8228 366:100 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3426ms total) -T8228 366:101 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3427ms total) -T8228 366:102 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3428ms total) -T8228 366:103 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3429ms total) -T727C 366:105 JLINK_IsHalted() returns FALSE (0000ms, 3429ms total) -T727C 366:207 JLINK_IsHalted() returns FALSE (0001ms, 3430ms total) -T727C 366:308 JLINK_IsHalted() returns FALSE (0001ms, 3430ms total) -T727C 366:410 JLINK_IsHalted() returns FALSE (0001ms, 3430ms total) -T727C 366:511 JLINK_Halt() returns 0x00 (0004ms, 3433ms total) -T727C 366:515 JLINK_IsHalted() returns TRUE (0000ms, 3433ms total) -T727C 366:515 JLINK_IsHalted() returns TRUE (0000ms, 3433ms total) -T727C 366:515 JLINK_IsHalted() returns TRUE (0000ms, 3433ms total) -T727C 366:515 JLINK_ReadReg(R15 (PC)) returns 0x030062DA (0000ms, 3433ms total) -T727C 366:515 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3433ms total) -T727C 366:516 JLINK_ClrBPEx(BPHandle = 0x0000000C) returns 0x00 (0000ms, 3434ms total) -T727C 366:516 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0000ms, 3434ms total) -T727C 366:516 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0002ms, 3436ms total) -T727C 366:518 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3437ms total) -T727C 366:519 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3437ms total) -T727C 366:520 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(R15 (PC)) returns 0x030062DA (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3438ms total) -T727C 366:520 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3438ms total) -T8228 366:524 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3439ms total) -T8228 366:525 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3440ms total) -T8228 366:526 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3441ms total) -T8228 366:528 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3442ms total) -T8228 366:529 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 3444ms total) -T8228 366:531 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3445ms total) -T8228 366:533 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3446ms total) -T8228 366:534 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 3446ms total) -T8228 366:535 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3447ms total) -T8228 366:536 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3448ms total) -T8228 366:537 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3449ms total) -T8228 366:538 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3450ms total) -T8228 366:539 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3451ms total) -T8228 366:540 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3452ms total) -T8228 366:543 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0002ms, 3454ms total) -T8228 366:545 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0001ms, 3455ms total) -T8228 366:546 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3455ms total) -T8228 366:546 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3455ms total) -T8228 366:546 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0001ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 3456ms total) -T8228 366:547 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0001ms, 3457ms total) -T8228 366:548 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 3457ms total) -T8228 366:548 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0000ms, 3457ms total) -T8228 366:548 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0000ms, 3457ms total) -T8228 366:548 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0000ms, 3457ms total) -T8228 366:548 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 3457ms total) -T8228 367:164 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 3457ms total) -T8228 367:164 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 3532ms total) -T8228 367:239 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3532ms total) -T8228 367:239 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3532ms total) -T8228 367:242 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 3534ms total) -T8228 367:244 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3535ms total) -T8228 367:245 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3536ms total) -T8228 367:246 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 3537ms total) -T8228 367:247 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3538ms total) -T8228 367:248 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3539ms total) -T8228 367:249 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 3540ms total) -T8228 367:250 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3541ms total) -T8228 367:251 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3542ms total) -T8228 367:252 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0002ms, 3544ms total) -T8228 367:254 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 3545ms total) -T8228 367:255 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3546ms total) -T8228 367:256 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 3548ms total) -T8228 367:258 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3549ms total) -T8228 367:259 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3550ms total) -T8228 367:260 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3551ms total) -T8228 367:261 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3552ms total) -T8228 367:262 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3553ms total) -T8228 367:263 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3555ms total) -T8228 367:265 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3556ms total) -T8228 367:266 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3557ms total) -T8228 367:416 JLINK_ReadReg(MSP) returns 0x0202F800 (0001ms, 3558ms total) -T8228 367:417 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3558ms total) -T8228 367:417 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3558ms total) -T8228 367:417 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3559ms total) -T8228 367:418 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3560ms total) -T8228 367:419 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3561ms total) -T8228 367:420 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3562ms total) -T8228 367:421 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 3564ms total) -T8228 367:423 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3565ms total) -T8228 367:424 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3566ms total) -T8228 367:425 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3567ms total) -T8228 367:426 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3568ms total) -T8228 367:427 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3569ms total) -T8228 367:428 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3570ms total) -T8228 367:430 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3571ms total) -T8228 367:431 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3572ms total) -T8228 367:432 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3573ms total) -T727C 367:733 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3574ms total) -T727C 367:734 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000D (0000ms, 3574ms total) -T727C 367:734 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 3581ms total) -T727C 367:842 JLINK_IsHalted() returns FALSE (0001ms, 3582ms total) -T727C 367:944 JLINK_IsHalted() returns FALSE (0001ms, 3582ms total) -T727C 368:046 JLINK_IsHalted() returns FALSE (0000ms, 3581ms total) -T727C 368:147 JLINK_IsHalted() returns FALSE (0000ms, 3581ms total) -T727C 368:248 JLINK_IsHalted() returns FALSE (0001ms, 3582ms total) -T8228 368:352 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 3583ms total) -T8228 368:354 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 3583ms total) -T8228 368:354 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3584ms total) -T8228 368:356 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3585ms total) -T8228 368:357 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3586ms total) -T8228 368:358 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 3588ms total) -T8228 368:360 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3589ms total) -T8228 368:361 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 3589ms total) -T8228 368:362 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 3590ms total) -T8228 368:363 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3592ms total) -T8228 368:364 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3593ms total) -T8228 368:365 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3594ms total) -T8228 368:366 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3595ms total) -T8228 368:367 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3596ms total) -T727C 368:368 JLINK_IsHalted() returns FALSE (0001ms, 3597ms total) -T727C 368:470 JLINK_IsHalted() returns FALSE (0001ms, 3597ms total) -T727C 368:571 JLINK_Halt() returns 0x00 (0004ms, 3600ms total) -T727C 368:575 JLINK_IsHalted() returns TRUE (0000ms, 3600ms total) -T727C 368:576 JLINK_IsHalted() returns TRUE (0000ms, 3600ms total) -T727C 368:576 JLINK_IsHalted() returns TRUE (0000ms, 3600ms total) -T727C 368:576 JLINK_ReadReg(R15 (PC)) returns 0x030062E8 (0000ms, 3600ms total) -T727C 368:576 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 3600ms total) -T727C 368:576 JLINK_ClrBPEx(BPHandle = 0x0000000D) returns 0x00 (0000ms, 3600ms total) -T727C 368:576 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 3601ms total) -T727C 368:577 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 3602ms total) -T727C 368:578 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3603ms total) -T727C 368:579 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(R15 (PC)) returns 0x030062E8 (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3604ms total) -T727C 368:580 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3604ms total) -T8228 368:583 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3605ms total) -T8228 368:584 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3606ms total) -T8228 368:585 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3607ms total) -T8228 368:588 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3608ms total) -T8228 368:589 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3609ms total) -T8228 368:590 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3610ms total) -T8228 368:591 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3611ms total) -T8228 368:592 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3612ms total) -T8228 368:593 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3613ms total) -T8228 368:594 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3614ms total) -T8228 368:595 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3615ms total) -T8228 368:596 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3616ms total) -T8228 368:597 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3617ms total) -T8228 368:598 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3618ms total) -T8228 368:602 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x030062C0) -- Updating DA cache (128 bytes @ 0x030062C0) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0002ms, 3620ms total) -T8228 368:604 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 3620ms total) -T8228 368:604 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0001ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EE) - Data: 01 90 returns 0x02 (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 3621ms total) -T8228 368:605 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0001ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F0) - Data: E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 02 46 01 20 ... returns 0x3C (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F0) - Data: E9 E7 returns 0x02 (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F2) - Data: 03 B0 returns 0x02 (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062F4) - Data: 70 47 00 00 F0 B5 84 B0 02 46 01 20 EF F3 10 83 ... returns 0x3C (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F4) - Data: 70 47 returns 0x02 (0000ms, 3622ms total) -T8228 368:606 JLINK_ReadMemEx(0x030062F6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062F6) - Data: 00 00 returns 0x02 (0000ms, 3622ms total) -T8228 369:331 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 3622ms total) -T8228 369:331 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0074ms, 3696ms total) -T8228 369:405 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3696ms total) -T8228 369:405 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3696ms total) -T8228 369:409 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 3698ms total) -T8228 369:411 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0000ms, 3698ms total) -T8228 369:411 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3699ms total) -T8228 369:413 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 3700ms total) -T8228 369:414 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3701ms total) -T8228 369:415 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3702ms total) -T8228 369:416 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 3704ms total) -T8228 369:418 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3705ms total) -T8228 369:419 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3706ms total) -T8228 369:420 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3707ms total) -T8228 369:421 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 3708ms total) -T8228 369:422 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3709ms total) -T8228 369:423 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0003ms, 3712ms total) -T8228 369:426 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 3712ms total) -T8228 369:426 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3713ms total) -T8228 369:427 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3714ms total) -T8228 369:428 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3716ms total) -T8228 369:430 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3717ms total) -T8228 369:431 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3718ms total) -T8228 369:432 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3719ms total) -T8228 369:433 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3720ms total) -T8228 369:598 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3721ms total) -T8228 369:599 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3722ms total) -T8228 369:600 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3723ms total) -T8228 369:601 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3724ms total) -T8228 369:604 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3725ms total) -T8228 369:605 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3726ms total) -T8228 369:606 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3727ms total) -T8228 369:607 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3728ms total) -T8228 369:608 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3729ms total) -T8228 369:609 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3730ms total) -T8228 369:610 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3731ms total) -T8228 369:611 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3732ms total) -T8228 369:613 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3733ms total) -T8228 369:614 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3734ms total) -T8228 369:615 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3735ms total) -T727C 369:879 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3736ms total) -T727C 369:880 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000E (0000ms, 3736ms total) -T727C 369:880 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 3742ms total) -T727C 369:987 JLINK_IsHalted() returns FALSE (0000ms, 3742ms total) -T727C 370:088 JLINK_IsHalted() returns FALSE (0001ms, 3743ms total) -T727C 370:190 JLINK_IsHalted() returns FALSE (0001ms, 3743ms total) -T727C 370:292 JLINK_IsHalted() returns FALSE (0001ms, 3743ms total) -T8228 370:400 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3743ms total) -T8228 370:401 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3744ms total) -T8228 370:402 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3745ms total) -T8228 370:404 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3746ms total) -T8228 370:405 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 3748ms total) -T8228 370:407 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 3748ms total) -T8228 370:407 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3749ms total) -T8228 370:408 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3750ms total) -T8228 370:409 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3751ms total) -T8228 370:410 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 3753ms total) -T8228 370:412 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 3753ms total) -T8228 370:413 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 3754ms total) -T8228 370:414 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3755ms total) -T8228 370:415 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 3755ms total) -T727C 370:415 JLINK_IsHalted() returns FALSE (0001ms, 3756ms total) -T727C 370:518 JLINK_IsHalted() returns FALSE (0001ms, 3756ms total) -T727C 370:619 JLINK_Halt() returns 0x00 (0004ms, 3759ms total) -T727C 370:623 JLINK_IsHalted() returns TRUE (0000ms, 3759ms total) -T727C 370:623 JLINK_IsHalted() returns TRUE (0000ms, 3759ms total) -T727C 370:623 JLINK_IsHalted() returns TRUE (0000ms, 3759ms total) -T727C 370:623 JLINK_ReadReg(R15 (PC)) returns 0x030062D2 (0000ms, 3759ms total) -T727C 370:623 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 3759ms total) -T727C 370:623 JLINK_ClrBPEx(BPHandle = 0x0000000E) returns 0x00 (0000ms, 3759ms total) -T727C 370:623 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0002ms, 3761ms total) -T727C 370:625 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 3762ms total) -T727C 370:626 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 3763ms total) -T727C 370:627 JLINK_ReadReg(R0) returns 0x00000311 (0000ms, 3763ms total) -T727C 370:627 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3763ms total) -T727C 370:627 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3763ms total) -T727C 370:627 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3763ms total) -T727C 370:627 JLINK_ReadReg(R4) returns 0x50003008 (0001ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(R15 (PC)) returns 0x030062D2 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 3764ms total) -T727C 370:628 JLINK_ReadReg(MSP) returns 0x0202F71C (0001ms, 3765ms total) -T727C 370:629 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3765ms total) -T727C 370:629 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3765ms total) -T8228 370:636 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3766ms total) -T8228 370:637 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3767ms total) -T8228 370:638 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 3769ms total) -T8228 370:640 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3770ms total) -T8228 370:641 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3771ms total) -T8228 370:642 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3772ms total) -T8228 370:643 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3773ms total) -T8228 370:644 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3774ms total) -T8228 370:645 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3775ms total) -T8228 370:647 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3776ms total) -T8228 370:648 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3777ms total) -T8228 370:649 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 3779ms total) -T8228 370:651 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 3779ms total) -T8228 370:651 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3780ms total) -T8228 370:655 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0001ms, 3781ms total) -T8228 370:656 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0002ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3783ms total) -T8228 370:658 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0001ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3784ms total) -T8228 370:659 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0001ms, 3785ms total) -T8228 372:319 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 3785ms total) -T8228 372:319 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 3860ms total) -T8228 372:394 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3860ms total) -T8228 372:394 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3860ms total) -T8228 372:397 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 3862ms total) -T8228 372:399 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3863ms total) -T8228 372:400 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 3864ms total) -T8228 372:401 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 3865ms total) -T8228 372:402 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 3866ms total) -T8228 372:403 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 3867ms total) -T8228 372:404 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 3868ms total) -T8228 372:405 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 3869ms total) -T8228 372:406 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0002ms, 3871ms total) -T8228 372:408 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 3872ms total) -T8228 372:409 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 3873ms total) -T8228 372:410 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3874ms total) -T8228 372:411 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 3876ms total) -T8228 372:413 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 3877ms total) -T8228 372:414 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3878ms total) -T8228 372:415 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 3879ms total) -T8228 372:416 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 3880ms total) -T8228 372:417 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3881ms total) -T8228 372:418 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 3883ms total) -T8228 372:420 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 3884ms total) -T8228 372:421 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 3885ms total) -T8228 372:575 JLINK_ReadReg(R0) returns 0x00000311 (0001ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3886ms total) -T8228 372:576 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 3888ms total) -T8228 372:578 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 3889ms total) -T8228 372:579 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3890ms total) -T8228 372:581 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3891ms total) -T8228 372:582 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 3892ms total) -T8228 372:583 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3893ms total) -T8228 372:584 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3894ms total) -T8228 372:585 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 3896ms total) -T8228 372:587 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3897ms total) -T8228 372:588 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3898ms total) -T8228 372:589 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3899ms total) -T8228 372:590 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3900ms total) -T8228 372:591 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3901ms total) -T8228 372:592 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3902ms total) -T727C 373:228 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 3903ms total) -T727C 373:229 JLINK_SetBPEx(Addr = 0x00001DE6, Type = 0xFFFFFFF2) returns 0x0000000F (0000ms, 3903ms total) -T727C 373:229 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0008ms, 3911ms total) -T727C 373:338 JLINK_IsHalted() returns FALSE (0000ms, 3911ms total) -T727C 373:439 JLINK_IsHalted() returns FALSE (0001ms, 3912ms total) -T727C 373:541 JLINK_IsHalted() returns FALSE (0000ms, 3911ms total) -T727C 373:643 JLINK_IsHalted() returns FALSE (0001ms, 3912ms total) -T727C 373:745 JLINK_IsHalted() returns FALSE (0001ms, 3912ms total) -T8228 373:849 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3912ms total) -T8228 373:850 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 3914ms total) -T8228 373:852 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3915ms total) -T8228 373:855 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3916ms total) -T8228 373:856 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 3916ms total) -T8228 373:856 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 3918ms total) -T8228 373:859 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3919ms total) -T8228 373:860 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3920ms total) -T8228 373:861 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3921ms total) -T8228 373:862 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3922ms total) -T8228 373:863 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3923ms total) -T8228 373:864 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3924ms total) -T8228 373:865 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3925ms total) -T8228 373:866 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3926ms total) -T727C 373:867 JLINK_IsHalted() returns FALSE (0001ms, 3927ms total) -T727C 373:969 JLINK_IsHalted() returns FALSE (0001ms, 3927ms total) -T727C 374:070 JLINK_IsHalted() returns FALSE (0001ms, 3927ms total) -T727C 374:172 JLINK_IsHalted() returns FALSE (0001ms, 3927ms total) -T727C 374:274 JLINK_Halt() returns 0x00 (0004ms, 3930ms total) -T727C 374:278 JLINK_IsHalted() returns TRUE (0000ms, 3930ms total) -T727C 374:278 JLINK_IsHalted() returns TRUE (0000ms, 3930ms total) -T727C 374:278 JLINK_IsHalted() returns TRUE (0000ms, 3930ms total) -T727C 374:278 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 3930ms total) -T727C 374:278 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3930ms total) -T727C 374:278 JLINK_ClrBPEx(BPHandle = 0x0000000F) returns 0x00 (0000ms, 3930ms total) -T727C 374:278 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 3931ms total) -T727C 374:279 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 3932ms total) -T727C 374:280 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 3933ms total) -T727C 374:281 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 3933ms total) -T727C 374:281 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 3933ms total) -T727C 374:281 JLINK_ReadReg(R2) returns 0x0202FC20 (0001ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(R15 (PC)) returns 0x030062D6 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 3934ms total) -T727C 374:282 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 3934ms total) -T8228 374:286 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 3935ms total) -T8228 374:287 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 3937ms total) -T8228 374:289 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3938ms total) -T8228 374:290 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 3940ms total) -T8228 374:292 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 3940ms total) -T8228 374:292 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 3941ms total) -T8228 374:295 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 3942ms total) -T8228 374:296 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 3943ms total) -T8228 374:297 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 3944ms total) -T8228 374:298 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 3945ms total) -T8228 374:299 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 3946ms total) -T8228 374:300 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 3947ms total) -T8228 374:301 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 3948ms total) -T8228 374:302 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 3949ms total) -T8228 374:305 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0002ms, 3951ms total) -T8228 374:307 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0002ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D8) - Data: 00 98 41 1E 00 91 00 28 02 D0 FF E7 00 BF F7 E7 ... returns 0x3C (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D8) - Data: 00 98 returns 0x02 (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DA) - Data: 41 1E returns 0x02 (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3953ms total) -T8228 374:309 JLINK_ReadMemEx(0x030062DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062DC) - Data: 00 91 00 28 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 ... returns 0x3C (0001ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DC) - Data: 00 91 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 3954ms total) -T8228 374:310 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 3954ms total) -T8228 374:311 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 3955ms total) -T8228 398:112 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 3955ms total) -T8228 398:112 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 4031ms total) -T8228 398:189 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4031ms total) -T8228 398:189 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4031ms total) -T8228 398:192 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 4033ms total) -T8228 398:195 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0000ms, 4034ms total) -T8228 398:195 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 4035ms total) -T8228 398:197 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 4036ms total) -T8228 398:198 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 4037ms total) -T8228 398:199 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 4038ms total) -T8228 398:200 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 4040ms total) -T8228 398:202 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0000ms, 4040ms total) -T8228 398:202 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4041ms total) -T8228 398:203 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4042ms total) -T8228 398:204 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 4044ms total) -T8228 398:206 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4045ms total) -T8228 398:207 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 4047ms total) -T8228 398:209 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4048ms total) -T8228 398:210 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0000ms, 4048ms total) -T8228 398:210 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 4049ms total) -T8228 398:211 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 4051ms total) -T8228 398:213 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 4052ms total) -T8228 398:214 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 4053ms total) -T8228 398:215 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0002ms, 4055ms total) -T8228 398:217 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 4056ms total) -T8228 398:240 JLINK_ReadMemEx(0x00006636, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006600) -- Updating C cache (64 bytes @ 0x00006600) -- Read from C cache (2 bytes @ 0x00006636) - Data: C0 46 returns 0x02 (0002ms, 4058ms total) -T8228 398:242 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006640) -- Updating C cache (64 bytes @ 0x00006640) -- Read from C cache (60 bytes @ 0x00006638) - Data: F0 B5 81 B0 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 ... returns 0x3C (0001ms, 4059ms total) -T8228 398:243 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: F0 B5 returns 0x02 (0000ms, 4059ms total) -T8228 398:244 JLINK_ReadMemEx(0x00006638, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006638) - Data: F0 B5 81 B0 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 ... returns 0x3C (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x00006638, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006638) - Data: F0 B5 returns 0x02 (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663A) - Data: 81 B0 returns 0x02 (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663A) - Data: 81 B0 returns 0x02 (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x0000663C) - Data: 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 05 46 00 28 ... returns 0x3C (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663C) - Data: 01 28 returns 0x02 (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x0000663C) - Data: 01 28 02 D9 01 20 01 B0 F0 BD 0C 46 05 46 00 28 ... returns 0x3C (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663C) - Data: 01 28 returns 0x02 (0000ms, 4060ms total) -T8228 398:244 JLINK_ReadMemEx(0x0000663E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0000663E) - Data: 02 D9 returns 0x02 (0000ms, 4060ms total) -T8228 398:356 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 4060ms total) -T8228 398:357 JLINK_ReadReg(R1) returns 0x000003E8 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 4061ms total) -T8228 398:357 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 4063ms total) -T8228 398:359 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 4064ms total) -T8228 398:360 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4065ms total) -T8228 398:362 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4066ms total) -T8228 398:363 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 4067ms total) -T8228 398:364 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4068ms total) -T8228 398:365 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 4069ms total) -T8228 398:366 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 4070ms total) -T8228 398:367 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 4071ms total) -T8228 398:368 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 4072ms total) -T8228 398:369 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 4073ms total) -T8228 398:371 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0000ms, 4073ms total) -T8228 398:371 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 4075ms total) -T8228 398:373 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 4076ms total) -T727C 398:665 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 4077ms total) -T727C 398:666 JLINK_SetBPEx(Addr = 0x00006636, Type = 0xFFFFFFF2) returns 0x00000010 (0001ms, 4078ms total) -T727C 398:667 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 4084ms total) -T727C 398:774 JLINK_IsHalted() returns TRUE (0004ms, 4088ms total) -T727C 398:778 JLINK_Halt() returns 0x00 (0000ms, 4084ms total) -T727C 398:778 JLINK_IsHalted() returns TRUE (0000ms, 4084ms total) -T727C 398:778 JLINK_IsHalted() returns TRUE (0000ms, 4084ms total) -T727C 398:778 JLINK_IsHalted() returns TRUE (0000ms, 4084ms total) -T727C 398:778 JLINK_ReadReg(R15 (PC)) returns 0x00006636 (0000ms, 4084ms total) -T727C 398:778 JLINK_ReadReg(XPSR) returns 0x21000000 (0000ms, 4084ms total) -T727C 398:778 JLINK_ClrBPEx(BPHandle = 0x00000010) returns 0x00 (0000ms, 4084ms total) -T727C 398:779 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0000ms, 4085ms total) -T727C 398:780 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0000ms, 4086ms total) -T727C 398:780 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0003ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R0) returns 0x00008000 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R1) returns 0x00000002 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R2) returns 0x00000800 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R3) returns 0x4000010C (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 4089ms total) -T727C 398:783 JLINK_ReadReg(R13 (SP)) returns 0x0202F7F8 (0001ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(R14) returns 0x000041DD (0000ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(R15 (PC)) returns 0x00006636 (0000ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(XPSR) returns 0x21000000 (0000ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(MSP) returns 0x0202F7F8 (0000ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 4090ms total) -T727C 398:784 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 4090ms total) -T8228 398:788 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 4091ms total) -T8228 398:789 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 4091ms total) -T8228 398:789 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 4093ms total) -T8228 398:792 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4094ms total) -T8228 398:793 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 4095ms total) -T8228 398:794 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 4095ms total) -T8228 398:795 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 4097ms total) -T8228 398:796 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 4098ms total) -T8228 398:797 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 4099ms total) -T8228 398:798 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 4100ms total) -T8228 398:799 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 4101ms total) -T8228 398:801 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4102ms total) -T8228 398:802 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 4103ms total) -T8228 398:803 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 4104ms total) -T8228 401:938 JLINK_ReadMemEx(0x00001DE6, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001DC0) -- Updating C cache (64 bytes @ 0x00001DC0) -- Read from C cache (2 bytes @ 0x00001DE6) - Data: FF F7 returns 0x02 (0001ms, 4105ms total) -T8228 401:939 JLINK_ReadMemEx(0x00001DE8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001E00) -- Updating C cache (64 bytes @ 0x00001E00) -- Read from C cache (60 bytes @ 0x00001DE8) - Data: A0 FF 00 98 FF F7 C0 FE FF F7 9B FF 01 98 FF F7 ... returns 0x3C (0002ms, 4107ms total) -T8228 401:941 JLINK_ReadMemEx(0x00001DE8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE8) - Data: A0 FF returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEA) - Data: 00 98 returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: FF F7 C0 FE FF F7 9B FF 01 98 FF F7 BB FE FF F7 ... returns 0x3C (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: FF F7 returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DEC) - Data: FF F7 C0 FE FF F7 9B FF 01 98 FF F7 BB FE FF F7 ... returns 0x3C (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEC) - Data: FF F7 returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DEE) - Data: C0 FE returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DF0) - Data: FF F7 9B FF 01 98 FF F7 BB FE FF F7 96 FF 02 98 ... returns 0x3C (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF0) - Data: FF F7 returns 0x02 (0000ms, 4107ms total) -T8228 401:942 JLINK_ReadMemEx(0x00001DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF2) - Data: 9B FF returns 0x02 (0000ms, 4107ms total) -T8228 404:992 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 4107ms total) -T8228 404:992 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 4183ms total) -T8228 405:068 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4183ms total) -T8228 405:068 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4183ms total) -T8228 405:072 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 4185ms total) -T8228 405:074 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0000ms, 4185ms total) -T8228 405:074 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 4186ms total) -T8228 405:075 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 4188ms total) -T8228 405:077 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 4189ms total) -T8228 405:078 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 4190ms total) -T8228 405:079 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 4192ms total) -T8228 405:081 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 4193ms total) -T8228 405:082 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4194ms total) -T8228 405:083 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4195ms total) -T8228 405:084 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 4196ms total) -T8228 405:085 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4197ms total) -T8228 405:087 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 4199ms total) -T8228 405:088 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4200ms total) -T8228 405:089 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 4201ms total) -T8228 405:090 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 4202ms total) -T8228 405:091 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 4203ms total) -T8228 405:092 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 4204ms total) -T8228 405:093 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0003ms, 4207ms total) -T8228 405:096 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 4207ms total) -T8228 405:096 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 4208ms total) -T8228 405:237 JLINK_ReadMemEx(0x00001DF4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x00001DC0) -- Updating C cache (128 bytes @ 0x00001DC0) -- Read from C cache (60 bytes @ 0x00001DF4) - Data: 9A 1A FE F7 AE FF 10 BD 03 4B D2 18 FE F7 99 FF ... returns 0x3C (0003ms, 4211ms total) -T8228 405:240 JLINK_ReadMemEx(0x00001DF4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF4) - Data: 9A 1A returns 0x02 (0000ms, 4211ms total) -T8228 405:240 JLINK_ReadMemEx(0x00001DF6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DF6) - Data: FE F7 returns 0x02 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R0) returns 0x00008000 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R1) returns 0x00000002 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R2) returns 0x00000800 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R3) returns 0x4000010C (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R6) returns 0x0000A108 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R14) returns 0x000041DD (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4211ms total) -T8228 405:252 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4211ms total) -T8228 405:253 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 4212ms total) -T8228 405:253 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 4212ms total) -T8228 405:253 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 4212ms total) -T8228 405:253 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 4213ms total) -T8228 405:254 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 4214ms total) -T8228 405:255 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4215ms total) -T8228 405:257 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4216ms total) -T8228 405:258 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 4217ms total) -T8228 405:259 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4218ms total) -T8228 405:261 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 4219ms total) -T8228 405:262 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 4220ms total) -T8228 405:263 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 4221ms total) -T8228 405:264 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 4222ms total) -T8228 405:265 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 4223ms total) -T8228 405:266 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4224ms total) -T8228 405:267 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 4225ms total) -T8228 405:268 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 4226ms total) -T727C 405:555 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 4227ms total) -T727C 405:556 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000011 (0001ms, 4228ms total) -T727C 405:557 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0006ms, 4234ms total) -T727C 405:663 JLINK_IsHalted() returns TRUE (0005ms, 4239ms total) -T727C 405:668 JLINK_Halt() returns 0x00 (0000ms, 4234ms total) -T727C 405:668 JLINK_IsHalted() returns TRUE (0000ms, 4234ms total) -T727C 405:668 JLINK_IsHalted() returns TRUE (0000ms, 4234ms total) -T727C 405:668 JLINK_IsHalted() returns TRUE (0000ms, 4234ms total) -T727C 405:668 JLINK_ReadReg(R15 (PC)) returns 0x00001DEA (0000ms, 4234ms total) -T727C 405:668 JLINK_ReadReg(XPSR) returns 0x41000000 (0000ms, 4234ms total) -T727C 405:668 JLINK_ClrBPEx(BPHandle = 0x00000011) returns 0x00 (0000ms, 4234ms total) -T727C 405:668 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 4235ms total) -T727C 405:669 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 4236ms total) -T727C 405:670 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R2) returns 0x00001008 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R3) returns 0x00001018 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R4) returns 0x00000003 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R6) returns 0x00000040 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 4237ms total) -T727C 405:671 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0001ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R13 (SP)) returns 0x0202F7C0 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R14) returns 0x00001DA5 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(R15 (PC)) returns 0x00001DEA (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(XPSR) returns 0x41000000 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(MSP) returns 0x0202F7C0 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 4238ms total) -T727C 405:672 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 4238ms total) -T8228 405:673 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 4239ms total) -T8228 405:674 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0000ms, 4239ms total) -T8228 405:674 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 4240ms total) -T8228 405:676 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 4242ms total) -T8228 405:677 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 4243ms total) -T8228 405:678 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 4244ms total) -T8228 405:679 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 4245ms total) -T8228 405:680 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 4246ms total) -T8228 405:681 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 4247ms total) -T8228 405:682 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 4248ms total) -T8228 405:683 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0000ms, 4248ms total) -T8228 405:683 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 4249ms total) -T8228 405:685 JLINK_ReadMemEx(0x0202F7C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C0) - Data: 06 returns 0x01 (0000ms, 4249ms total) -T8228 405:685 JLINK_ReadMemEx(0x0202F7C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C4) - Data: 00 returns 0x01 (0001ms, 4250ms total) -T8228 405:686 JLINK_ReadMemEx(0x0202F7C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C8) - Data: 00 returns 0x01 (0001ms, 4251ms total) -T8228 405:688 JLINK_ReadMemEx(0x0202F7C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C0) - Data: 06 returns 0x01 (0001ms, 4252ms total) -T8228 405:689 JLINK_ReadMemEx(0x0202F7C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C4) - Data: 00 returns 0x01 (0001ms, 4253ms total) -T8228 405:690 JLINK_ReadMemEx(0x0202F7C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x0202F7C8) - Data: 00 returns 0x01 (0001ms, 4254ms total) -T8228 405:693 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 4255ms total) -T8228 405:694 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 4257ms total) -T8228 405:696 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4258ms total) -T8228 405:699 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4259ms total) -T8228 405:700 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 4260ms total) -T8228 405:701 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4261ms total) -T8228 405:704 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 4262ms total) -T8228 405:705 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 4263ms total) -T8228 405:706 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 4263ms total) -T8228 405:706 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 4264ms total) -T8228 405:707 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 4266ms total) -T8228 405:709 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4267ms total) -T8228 405:710 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 4268ms total) -T8228 405:711 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 4269ms total) -T8228 412:138 JLINK_ReadMemEx(0x00001DDE, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001DC0) -- Updating C cache (64 bytes @ 0x00001DC0) -- Read from C cache (2 bytes @ 0x00001DDE) - Data: 06 40 returns 0x02 (0002ms, 4271ms total) -T8228 412:140 JLINK_ReadMemEx(0x00001DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00001E00) -- Updating C cache (64 bytes @ 0x00001E00) -- Read from C cache (60 bytes @ 0x00001DE0) - Data: 30 46 FF F7 C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE ... returns 0x3C (0001ms, 4272ms total) -T8228 412:141 JLINK_ReadMemEx(0x00001DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE0) - Data: 30 46 returns 0x02 (0000ms, 4272ms total) -T8228 412:141 JLINK_ReadMemEx(0x00001DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE0) - Data: 30 46 FF F7 C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE ... returns 0x3C (0000ms, 4272ms total) -T8228 412:141 JLINK_ReadMemEx(0x00001DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE0) - Data: 30 46 returns 0x02 (0000ms, 4272ms total) -T8228 412:141 JLINK_ReadMemEx(0x00001DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE2) - Data: FF F7 returns 0x02 (0000ms, 4272ms total) -T8228 412:142 JLINK_ReadMemEx(0x00001DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE2) - Data: FF F7 returns 0x02 (0000ms, 4273ms total) -T8228 412:142 JLINK_ReadMemEx(0x00001DE4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE4) - Data: C5 FE FF F7 A0 FF 00 98 FF F7 C0 FE FF F7 9B FF ... returns 0x3C (0000ms, 4273ms total) -T8228 412:143 JLINK_ReadMemEx(0x00001DE4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE4) - Data: C5 FE returns 0x02 (0000ms, 4273ms total) -T8228 412:143 JLINK_ReadMemEx(0x00001DE6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE6) - Data: FF F7 returns 0x02 (0000ms, 4273ms total) -T8228 412:143 JLINK_ReadMemEx(0x00001DE8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00001DE8) - Data: A0 FF 00 98 FF F7 C0 FE FF F7 9B FF 01 98 FF F7 ... returns 0x3C (0000ms, 4273ms total) -T8228 412:143 JLINK_ReadMemEx(0x00001DE8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001DE8) - Data: A0 FF returns 0x02 (0000ms, 4273ms total) -T8228 514:875 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 4273ms total) -T8228 514:875 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 4348ms total) -T8228 514:950 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4348ms total) -T8228 514:950 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4348ms total) -T8228 514:955 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 4349ms total) -T8228 514:956 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 4350ms total) -T8228 514:957 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 4351ms total) -T8228 514:958 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 4353ms total) -T8228 514:960 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 4354ms total) -T8228 514:961 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 4355ms total) -T8228 514:962 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 4357ms total) -T8228 514:964 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 4358ms total) -T8228 514:965 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4359ms total) -T8228 514:966 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 4360ms total) -T8228 514:967 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 4361ms total) -T8228 514:968 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4362ms total) -T8228 514:969 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 4364ms total) -T8228 514:971 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 4365ms total) -T8228 514:972 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 4366ms total) -T8228 514:973 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 4367ms total) -T8228 514:974 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 4368ms total) -T8228 514:975 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 4369ms total) -T8228 514:976 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 4371ms total) -T8228 514:978 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 4372ms total) -T8228 514:979 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 4373ms total) -T8228 515:117 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x00001B40) -- Updating C cache (128 bytes @ 0x00001B40) -- Read from C cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0002ms, 4375ms total) -T8228 515:119 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 4375ms total) -T8228 515:119 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R2) returns 0x00001008 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R3) returns 0x00001018 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R4) returns 0x00000003 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R6) returns 0x00000040 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R14) returns 0x00001DA5 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 4375ms total) -T8228 515:135 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 4377ms total) -T8228 515:137 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 4378ms total) -T8228 515:138 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4379ms total) -T8228 515:140 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4380ms total) -T8228 515:141 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 4381ms total) -T8228 515:142 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 4382ms total) -T8228 515:143 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 4383ms total) -T8228 515:144 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 4384ms total) -T8228 515:145 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 4385ms total) -T8228 515:146 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 4386ms total) -T8228 515:147 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 4387ms total) -T8228 515:149 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 4388ms total) -T8228 515:150 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 4389ms total) -T8228 515:151 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 4391ms total) -T727C 515:387 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000012 (0000ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000013 (0000ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000014 (0000ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000015 (0000ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000016 (0000ms, 4392ms total) -T727C 515:388 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000017 (0001ms, 4393ms total) -T727C 515:389 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000018 (0000ms, 4393ms total) -T727C 515:389 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000019 (0000ms, 4393ms total) -T727C 515:389 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x0000001A (0000ms, 4393ms total) -T727C 515:389 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target - -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode - -- End of preparing flash programming -- CPU_ReadMem(2880 bytes @ 0x00001000) -- Updating C cache (2880 bytes @ 0x00001000) -- CPU_ReadMem(1088 bytes @ 0x00001BC0) -- Updating C cache (1088 bytes @ 0x00001BC0) -- Read from C cache (4096 bytes @ 0x00001000) -- Updating flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming - -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) - -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1396ms, 5789ms total) -T727C 516:887 JLINK_IsHalted() returns TRUE (0003ms, 5793ms total) -T727C 516:890 JLINK_Halt() returns 0x00 (0002ms, 5792ms total) -T727C 516:892 JLINK_IsHalted() returns TRUE (0000ms, 5792ms total) -T727C 516:892 JLINK_IsHalted() returns TRUE (0000ms, 5792ms total) -T727C 516:892 JLINK_IsHalted() returns TRUE (0000ms, 5792ms total) -T727C 516:892 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 5792ms total) -T727C 516:892 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000012) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000013) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000014) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000015) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000016) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000017) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000018) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x00000019) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ClrBPEx(BPHandle = 0x0000001A) returns 0x00 (0000ms, 5792ms total) -T727C 516:892 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 5793ms total) -T727C 516:893 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 5794ms total) -T727C 516:894 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0000ms, 5794ms total) -T727C 516:894 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 5794ms total) -T727C 516:894 JLINK_ReadReg(R1) returns 0x00000010 (0002ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R9) returns 0x1B6DEE54 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 5796ms total) -T727C 516:896 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 5796ms total) -T8228 516:900 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 5797ms total) -T8228 516:901 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 5798ms total) -T8228 516:902 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0001ms, 5799ms total) -T8228 516:903 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 5800ms total) -T8228 516:904 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 5801ms total) -T8228 516:905 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 5802ms total) -T8228 516:906 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 5803ms total) -T8228 516:907 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 5804ms total) -T8228 516:908 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 5805ms total) -T8228 516:909 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 5806ms total) -T8228 516:910 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 5807ms total) -T8228 516:911 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 5808ms total) -T8228 516:912 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 5809ms total) -T8228 516:913 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 5810ms total) -T8228 516:914 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 5811ms total) -T8228 516:915 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 5812ms total) -T8228 516:916 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 5813ms total) -T8228 516:923 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0000ms, 5813ms total) -T8228 516:923 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 5815ms total) -T8228 516:925 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 5816ms total) -T8228 516:927 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 5817ms total) -T8228 516:928 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 5818ms total) -T8228 516:929 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 5819ms total) -T8228 516:930 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 5820ms total) -T8228 516:931 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 5822ms total) -T8228 516:933 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 5823ms total) -T8228 516:934 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 5824ms total) -T8228 516:935 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 5825ms total) -T8228 516:936 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 5826ms total) -T8228 516:937 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 5827ms total) -T8228 516:938 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 5828ms total) -T8228 516:941 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0001ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 5829ms total) -T8228 516:942 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0001ms, 5830ms total) -T8228 516:943 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 5830ms total) -T8228 516:953 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 5830ms total) -T8228 516:953 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 5830ms total) -T8228 516:953 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0001ms, 5831ms total) -T8228 546:083 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 5831ms total) -T8228 546:083 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1411ms, 7242ms total) -T8228 547:495 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 7242ms total) -T8228 547:496 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 7242ms total) -T8228 547:498 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 7244ms total) -T8228 547:500 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 7245ms total) -T8228 547:501 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0002ms, 7247ms total) -T8228 547:503 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 7248ms total) -T8228 547:504 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 7249ms total) -T8228 547:505 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0002ms, 7251ms total) -T8228 547:507 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0000ms, 7251ms total) -T8228 547:507 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0002ms, 7253ms total) -T8228 547:509 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 7254ms total) -T8228 547:510 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 7255ms total) -T8228 547:511 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 7256ms total) -T8228 547:512 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 7257ms total) -T8228 547:513 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 7259ms total) -T8228 547:515 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 7259ms total) -T8228 547:515 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0002ms, 7261ms total) -T8228 547:517 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 7262ms total) -T8228 547:518 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 7264ms total) -T8228 547:520 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 7264ms total) -T8228 547:521 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 7265ms total) -T8228 547:522 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 7266ms total) -T8228 547:523 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 7267ms total) -T8228 547:667 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 7267ms total) -T8228 547:667 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 7267ms total) -T8228 547:667 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 7267ms total) -T8228 547:684 JLINK_ReadReg(R0) returns 0x00000000 (0001ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 7268ms total) -T8228 547:685 JLINK_ReadReg(PSP) returns 0x38044100 (0001ms, 7269ms total) -T8228 547:686 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 7269ms total) -T8228 547:686 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 7270ms total) -T8228 547:687 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 7271ms total) -T8228 547:688 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 7271ms total) -T8228 547:689 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 7272ms total) -T8228 547:690 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 7273ms total) -T8228 547:691 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 7274ms total) -T8228 547:693 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 7275ms total) -T8228 547:694 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 7276ms total) -T8228 547:695 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 7277ms total) -T8228 547:698 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 7278ms total) -T8228 547:699 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 7279ms total) -T8228 547:700 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 7280ms total) -T8228 547:701 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 7281ms total) -T8228 547:702 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 7283ms total) -T727C 548:165 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x0000001B (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x0000001C (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x0000001D (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x0000001E (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x0000001F (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000020 (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000021 (0000ms, 7284ms total) -T727C 548:166 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000022 (0002ms, 7286ms total) -T727C 548:168 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000023 (0000ms, 7286ms total) -T727C 548:168 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1345ms, 8631ms total) -T727C 549:614 JLINK_IsHalted() returns TRUE (0004ms, 8635ms total) -T727C 549:618 JLINK_Halt() returns 0x00 (0000ms, 8631ms total) -T727C 549:618 JLINK_IsHalted() returns TRUE (0000ms, 8631ms total) -T727C 549:618 JLINK_IsHalted() returns TRUE (0000ms, 8631ms total) -T727C 549:618 JLINK_IsHalted() returns TRUE (0000ms, 8631ms total) -T727C 549:618 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 8631ms total) -T727C 549:618 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 8631ms total) -T727C 549:618 JLINK_ClrBPEx(BPHandle = 0x0000001B) returns 0x00 (0001ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x0000001C) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x0000001D) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x0000001E) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x0000001F) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x00000020) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x00000021) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x00000022) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ClrBPEx(BPHandle = 0x00000023) returns 0x00 (0000ms, 8632ms total) -T727C 549:619 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 8633ms total) -T727C 549:620 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0002ms, 8635ms total) -T727C 549:622 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 8635ms total) -T727C 549:622 JLINK_ReadReg(R5) returns 0x0000000A (0001ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 8636ms total) -T727C 549:623 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 8636ms total) -T8228 549:624 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 8637ms total) -T8228 549:625 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 8638ms total) -T8228 549:626 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0000ms, 8638ms total) -T8228 549:626 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0002ms, 8640ms total) -T8228 549:628 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 8641ms total) -T8228 549:629 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 8642ms total) -T8228 549:630 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 8643ms total) -T8228 549:631 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 8644ms total) -T8228 549:632 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 8645ms total) -T8228 549:633 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 8646ms total) -T8228 549:634 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 8647ms total) -T8228 549:635 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 8648ms total) -T8228 549:636 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 8649ms total) -T8228 549:637 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 8650ms total) -T8228 549:638 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0002ms, 8652ms total) -T8228 549:640 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0000ms, 8652ms total) -T8228 549:640 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 8653ms total) -T8228 549:645 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 8654ms total) -T8228 549:646 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 8655ms total) -T8228 549:647 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 8656ms total) -T8228 549:649 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 8657ms total) -T8228 549:650 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 8658ms total) -T8228 549:651 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 8659ms total) -T8228 549:652 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 8660ms total) -T8228 549:653 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 8662ms total) -T8228 549:655 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 8663ms total) -T8228 549:657 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 8664ms total) -T8228 549:658 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 8665ms total) -T8228 549:659 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 8666ms total) -T8228 549:660 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 8667ms total) -T8228 549:661 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 8668ms total) -T8228 549:665 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0001ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 8669ms total) -T8228 549:666 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 8669ms total) -T8228 549:675 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 8669ms total) -T8228 549:675 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 8669ms total) -T8228 549:675 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 8669ms total) -T8228 560:970 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 8669ms total) -T8228 560:970 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1407ms, 10076ms total) -T8228 562:378 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 10076ms total) -T8228 562:378 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 10076ms total) -T8228 562:382 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 10078ms total) -T8228 562:384 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 10079ms total) -T8228 562:385 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 10080ms total) -T8228 562:386 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 10081ms total) -T8228 562:387 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 10082ms total) -T8228 562:388 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 10083ms total) -T8228 562:389 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 10084ms total) -T8228 562:390 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 10085ms total) -T8228 562:391 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 10086ms total) -T8228 562:392 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 10087ms total) -T8228 562:393 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 10089ms total) -T8228 562:395 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 10090ms total) -T8228 562:396 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 10092ms total) -T8228 562:398 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 10093ms total) -T8228 562:399 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 10094ms total) -T8228 562:400 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 10095ms total) -T8228 562:401 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 10097ms total) -T8228 562:403 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 10097ms total) -T8228 562:403 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 10099ms total) -T8228 562:405 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 10100ms total) -T8228 562:406 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0002ms, 10102ms total) -T8228 562:567 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 10102ms total) -T8228 562:567 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 10102ms total) -T8228 562:567 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 10102ms total) -T8228 562:582 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 10102ms total) -T8228 562:583 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 10103ms total) -T8228 562:583 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 10104ms total) -T8228 562:584 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 10105ms total) -T8228 562:585 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 10107ms total) -T8228 562:588 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 10108ms total) -T8228 562:589 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 10109ms total) -T8228 562:590 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 10110ms total) -T8228 562:591 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 10111ms total) -T8228 562:592 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 10112ms total) -T8228 562:593 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 10113ms total) -T8228 562:594 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 10114ms total) -T8228 562:595 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 10115ms total) -T8228 562:597 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 10116ms total) -T8228 562:598 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 10117ms total) -T8228 562:599 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 10117ms total) -T727C 562:882 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000024 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000025 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000026 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000027 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000028 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000029 (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x0000002A (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x0000002B (0000ms, 10118ms total) -T727C 562:883 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x0000002C (0000ms, 10118ms total) -T727C 562:883 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1342ms, 11460ms total) -T727C 564:326 JLINK_IsHalted() returns TRUE (0004ms, 11464ms total) -T727C 564:330 JLINK_Halt() returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_IsHalted() returns TRUE (0000ms, 11460ms total) -T727C 564:330 JLINK_IsHalted() returns TRUE (0000ms, 11460ms total) -T727C 564:330 JLINK_IsHalted() returns TRUE (0000ms, 11460ms total) -T727C 564:330 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 11460ms total) -T727C 564:330 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000024) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000025) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000026) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000027) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000028) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x00000029) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x0000002A) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x0000002B) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ClrBPEx(BPHandle = 0x0000002C) returns 0x00 (0000ms, 11460ms total) -T727C 564:330 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0002ms, 11462ms total) -T727C 564:332 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 11463ms total) -T727C 564:333 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 11464ms total) -T727C 564:334 JLINK_ReadReg(R10) returns 0xF9B83407 (0001ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 11465ms total) -T727C 564:335 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 11465ms total) -T8228 564:335 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0002ms, 11467ms total) -T8228 564:337 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 11468ms total) -T8228 564:338 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0001ms, 11469ms total) -T8228 564:339 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 11470ms total) -T8228 564:340 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 11471ms total) -T8228 564:341 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 11472ms total) -T8228 564:342 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 11473ms total) -T8228 564:343 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0000ms, 11473ms total) -T8228 564:343 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0002ms, 11475ms total) -T8228 564:345 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 11476ms total) -T8228 564:346 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 11477ms total) -T8228 564:347 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 11478ms total) -T8228 564:348 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 11479ms total) -T8228 564:349 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0002ms, 11481ms total) -T8228 564:351 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 11482ms total) -T8228 564:352 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 11483ms total) -T8228 564:353 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 11484ms total) -T8228 564:357 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 11485ms total) -T8228 564:358 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 11486ms total) -T8228 564:359 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 11487ms total) -T8228 564:361 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 11488ms total) -T8228 564:362 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 11490ms total) -T8228 564:364 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 11490ms total) -T8228 564:365 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 11491ms total) -T8228 564:366 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 11492ms total) -T8228 564:367 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 11493ms total) -T8228 564:368 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 11494ms total) -T8228 564:369 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 11495ms total) -T8228 564:370 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 11496ms total) -T8228 564:371 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 11497ms total) -T8228 564:373 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 11497ms total) -T8228 564:376 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 11497ms total) -T8228 564:376 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0001ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 11498ms total) -T8228 564:377 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0001ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 11499ms total) -T8228 564:378 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 11499ms total) -T8228 564:387 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 11499ms total) -T8228 564:387 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 11499ms total) -T8228 564:388 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 11500ms total) -T8228 573:218 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 11500ms total) -T8228 573:218 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1407ms, 12907ms total) -T8228 574:626 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 12907ms total) -T8228 574:627 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 12907ms total) -T8228 574:632 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 12908ms total) -T8228 574:633 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 12909ms total) -T8228 574:634 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 12910ms total) -T8228 574:635 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 12912ms total) -T8228 574:637 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0000ms, 12912ms total) -T8228 574:637 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 12913ms total) -T8228 574:639 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 12914ms total) -T8228 574:640 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 12915ms total) -T8228 574:641 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 12916ms total) -T8228 574:642 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 12917ms total) -T8228 574:643 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 12919ms total) -T8228 574:645 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0000ms, 12919ms total) -T8228 574:646 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 12921ms total) -T8228 574:647 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 12922ms total) -T8228 574:648 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 12923ms total) -T8228 574:649 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0002ms, 12925ms total) -T8228 574:651 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 12926ms total) -T8228 574:652 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 12927ms total) -T8228 574:653 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 12929ms total) -T8228 574:655 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 12929ms total) -T8228 574:656 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0000ms, 12930ms total) -T8228 574:819 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 12931ms total) -T8228 574:819 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0001ms, 12932ms total) -T8228 574:820 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 12932ms total) -T8228 574:829 JLINK_ReadReg(R8) returns 0xA2E347E1 (0001ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 12933ms total) -T8228 574:830 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 12935ms total) -T8228 574:832 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 12936ms total) -T8228 574:833 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 12937ms total) -T8228 574:835 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 12939ms total) -T8228 574:837 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 12940ms total) -T8228 574:838 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 12941ms total) -T8228 574:839 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 12942ms total) -T8228 574:840 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 12943ms total) -T8228 574:841 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 12944ms total) -T8228 574:842 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 12945ms total) -T8228 574:843 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 12946ms total) -T8228 574:844 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 12947ms total) -T8228 574:845 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 12949ms total) -T8228 574:847 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 12950ms total) -T727C 575:309 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x0000002D (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x0000002E (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x0000002F (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000030 (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000031 (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000032 (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000033 (0000ms, 12951ms total) -T727C 575:310 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000034 (0001ms, 12952ms total) -T727C 575:311 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000035 (0000ms, 12952ms total) -T727C 575:311 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1344ms, 14296ms total) -T727C 576:757 JLINK_IsHalted() returns TRUE (0004ms, 14300ms total) -T727C 576:761 JLINK_Halt() returns 0x00 (0000ms, 14296ms total) -T727C 576:761 JLINK_IsHalted() returns TRUE (0000ms, 14296ms total) -T727C 576:761 JLINK_IsHalted() returns TRUE (0000ms, 14296ms total) -T727C 576:761 JLINK_IsHalted() returns TRUE (0000ms, 14296ms total) -T727C 576:761 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 14296ms total) -T727C 576:761 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 14296ms total) -T727C 576:761 JLINK_ClrBPEx(BPHandle = 0x0000002D) returns 0x00 (0000ms, 14296ms total) -T727C 576:761 JLINK_ClrBPEx(BPHandle = 0x0000002E) returns 0x00 (0000ms, 14296ms total) -T727C 576:761 JLINK_ClrBPEx(BPHandle = 0x0000002F) returns 0x00 (0001ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000030) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000031) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000032) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000033) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000034) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ClrBPEx(BPHandle = 0x00000035) returns 0x00 (0000ms, 14297ms total) -T727C 576:762 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 14298ms total) -T727C 576:763 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0000ms, 14298ms total) -T727C 576:763 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 14299ms total) -T727C 576:764 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 14299ms total) -T727C 576:765 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 14300ms total) -T727C 576:765 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 14300ms total) -T727C 576:766 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 14301ms total) -T727C 576:766 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 14301ms total) -T727C 576:766 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 14301ms total) -T727C 576:766 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 14301ms total) -T8228 576:766 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 14302ms total) -T8228 576:767 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 14303ms total) -T8228 576:768 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0001ms, 14304ms total) -T8228 576:769 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 14305ms total) -T8228 576:770 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 14306ms total) -T8228 576:771 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 14307ms total) -T8228 576:772 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0002ms, 14309ms total) -T8228 576:774 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 14310ms total) -T8228 576:775 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 14311ms total) -T8228 576:776 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 14312ms total) -T8228 576:777 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 14313ms total) -T8228 576:778 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0000ms, 14313ms total) -T8228 576:778 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0002ms, 14315ms total) -T8228 576:780 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0000ms, 14315ms total) -T8228 576:780 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 14316ms total) -T8228 576:781 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 14317ms total) -T8228 576:782 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 14318ms total) -T8228 576:792 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 14319ms total) -T8228 576:793 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 14320ms total) -T8228 576:794 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 14321ms total) -T8228 576:796 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 14322ms total) -T8228 576:797 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 14323ms total) -T8228 576:798 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 14324ms total) -T8228 576:800 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 14325ms total) -T8228 576:801 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 14326ms total) -T8228 576:802 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 14327ms total) -T8228 576:803 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 14328ms total) -T8228 576:804 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 14329ms total) -T8228 576:805 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 14330ms total) -T8228 576:806 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 14332ms total) -T8228 576:808 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 14333ms total) -T8228 576:811 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 14333ms total) -T8228 576:811 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 14333ms total) -T8228 576:811 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 14333ms total) -T8228 576:811 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0001ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 14334ms total) -T8228 576:812 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0001ms, 14335ms total) -T8228 576:813 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 14335ms total) -T8228 576:813 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 14335ms total) -T8228 576:821 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 14335ms total) -T8228 576:821 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 14335ms total) -T8228 576:821 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 14335ms total) -T8228 583:285 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 14335ms total) -T8228 583:285 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1406ms, 15741ms total) -T8228 584:694 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 15741ms total) -T8228 584:694 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 15741ms total) -T8228 584:698 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 15743ms total) -T8228 584:700 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 15744ms total) -T8228 584:701 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 15745ms total) -T8228 584:702 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 15746ms total) -T8228 584:703 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 15747ms total) -T8228 584:704 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 15748ms total) -T8228 584:705 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 15750ms total) -T8228 584:707 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 15751ms total) -T8228 584:708 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 15752ms total) -T8228 584:709 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 15753ms total) -T8228 584:710 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 15755ms total) -T8228 584:712 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 15756ms total) -T8228 584:713 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 15757ms total) -T8228 584:714 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 15758ms total) -T8228 584:715 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 15759ms total) -T8228 584:716 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 15760ms total) -T8228 584:717 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 15762ms total) -T8228 584:719 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 15763ms total) -T8228 584:720 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 15764ms total) -T8228 584:721 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 15765ms total) -T8228 584:722 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 15766ms total) -T8228 584:868 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 15766ms total) -T8228 584:868 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 15766ms total) -T8228 584:869 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 15767ms total) -T8228 584:887 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 15768ms total) -T8228 584:888 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 15770ms total) -T8228 584:890 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 15770ms total) -T8228 584:890 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 15771ms total) -T8228 584:892 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 15772ms total) -T8228 584:893 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 15773ms total) -T8228 584:894 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 15774ms total) -T8228 584:895 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 15775ms total) -T8228 584:897 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0000ms, 15775ms total) -T8228 584:897 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 15776ms total) -T8228 584:899 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 15778ms total) -T8228 584:900 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 15779ms total) -T8228 584:901 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 15780ms total) -T8228 584:902 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 15781ms total) -T8228 584:903 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 15782ms total) -T727C 585:309 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000036 (0000ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000037 (0000ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000038 (0000ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000039 (0000ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x0000003A (0000ms, 15783ms total) -T727C 585:310 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x0000003B (0001ms, 15784ms total) -T727C 585:311 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x0000003C (0000ms, 15784ms total) -T727C 585:311 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x0000003D (0000ms, 15784ms total) -T727C 585:311 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x0000003E (0000ms, 15784ms total) -T727C 585:311 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1344ms, 17128ms total) -T727C 586:756 JLINK_IsHalted() returns TRUE (0004ms, 17132ms total) -T727C 586:760 JLINK_Halt() returns 0x00 (0000ms, 17128ms total) -T727C 586:760 JLINK_IsHalted() returns TRUE (0000ms, 17128ms total) -T727C 586:760 JLINK_IsHalted() returns TRUE (0000ms, 17128ms total) -T727C 586:760 JLINK_IsHalted() returns TRUE (0000ms, 17128ms total) -T727C 586:760 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 17128ms total) -T727C 586:760 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 17128ms total) -T727C 586:760 JLINK_ClrBPEx(BPHandle = 0x00000036) returns 0x00 (0000ms, 17128ms total) -T727C 586:760 JLINK_ClrBPEx(BPHandle = 0x00000037) returns 0x00 (0000ms, 17128ms total) -T727C 586:760 JLINK_ClrBPEx(BPHandle = 0x00000038) returns 0x00 (0000ms, 17128ms total) -T727C 586:760 JLINK_ClrBPEx(BPHandle = 0x00000039) returns 0x00 (0001ms, 17129ms total) -T727C 586:761 JLINK_ClrBPEx(BPHandle = 0x0000003A) returns 0x00 (0000ms, 17129ms total) -T727C 586:761 JLINK_ClrBPEx(BPHandle = 0x0000003B) returns 0x00 (0000ms, 17129ms total) -T727C 586:761 JLINK_ClrBPEx(BPHandle = 0x0000003C) returns 0x00 (0000ms, 17129ms total) -T727C 586:761 JLINK_ClrBPEx(BPHandle = 0x0000003D) returns 0x00 (0000ms, 17129ms total) -T727C 586:761 JLINK_ClrBPEx(BPHandle = 0x0000003E) returns 0x00 (0000ms, 17129ms total) -T727C 586:761 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 17130ms total) -T727C 586:762 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 17131ms total) -T727C 586:763 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 17132ms total) -T727C 586:764 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0001ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 17133ms total) -T727C 586:765 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 17133ms total) -T8228 586:765 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 17134ms total) -T8228 586:766 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 17135ms total) -T8228 586:767 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0002ms, 17137ms total) -T8228 586:769 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 17138ms total) -T8228 586:770 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 17139ms total) -T8228 586:771 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 17140ms total) -T8228 586:772 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 17141ms total) -T8228 586:773 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 17142ms total) -T8228 586:774 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 17143ms total) -T8228 586:775 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 17144ms total) -T8228 586:776 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 17145ms total) -T8228 586:777 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0000ms, 17145ms total) -T8228 586:777 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 17146ms total) -T8228 586:778 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 17147ms total) -T8228 586:779 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0002ms, 17149ms total) -T8228 586:781 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 17150ms total) -T8228 586:782 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 17151ms total) -T8228 586:788 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 17152ms total) -T8228 586:789 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 17153ms total) -T8228 586:790 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 17154ms total) -T8228 586:792 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 17155ms total) -T8228 586:793 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 17156ms total) -T8228 586:794 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 17157ms total) -T8228 586:795 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 17158ms total) -T8228 586:796 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 17159ms total) -T8228 586:797 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 17160ms total) -T8228 586:798 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 17161ms total) -T8228 586:799 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 17163ms total) -T8228 586:801 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 17164ms total) -T8228 586:802 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 17165ms total) -T8228 586:803 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 17166ms total) -T8228 586:806 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0001ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 17167ms total) -T8228 586:807 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 17167ms total) -T8228 586:812 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 17167ms total) -T8228 586:812 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 17167ms total) -T8228 586:812 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0001ms, 17168ms total) -T8228 594:575 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C -- Merging zombie BP[2]: 0x0512 @ 0x00001BB0 - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 17168ms total) -T8228 594:575 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C - Data: 30 B4 returns 0x02 (0000ms, 17168ms total) -T8228 594:575 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 17168ms total) -T8228 648:783 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0001ms, 17169ms total) -T8228 648:784 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1409ms, 18578ms total) -T8228 650:195 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 18578ms total) -T8228 650:195 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 18578ms total) -T8228 650:198 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 18580ms total) -T8228 650:200 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 18581ms total) -T8228 650:201 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 18582ms total) -T8228 650:202 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 18584ms total) -T8228 650:204 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0000ms, 18584ms total) -T8228 650:204 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 18585ms total) -T8228 650:205 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 18587ms total) -T8228 650:207 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0000ms, 18587ms total) -T8228 650:207 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0002ms, 18589ms total) -T8228 650:209 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 18590ms total) -T8228 650:210 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 18592ms total) -T8228 650:212 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 18593ms total) -T8228 650:213 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 18594ms total) -T8228 650:214 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0002ms, 18596ms total) -T8228 650:216 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 18597ms total) -T8228 650:217 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 18598ms total) -T8228 650:218 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 18599ms total) -T8228 650:219 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 18600ms total) -T8228 650:220 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 18602ms total) -T8228 650:222 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 18603ms total) -T8228 650:223 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 18604ms total) -T8228 650:372 JLINK_ReadReg(R0) returns 0x00000000 (0001ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 18605ms total) -T8228 650:373 JLINK_ReadReg(R11) returns 0xA012AE87 (0001ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 18606ms total) -T8228 650:374 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 18607ms total) -T8228 650:375 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 18609ms total) -T8228 650:377 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 18610ms total) -T8228 650:378 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 18611ms total) -T8228 650:379 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 18612ms total) -T8228 650:380 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 18613ms total) -T8228 650:381 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 18614ms total) -T8228 650:382 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 18616ms total) -T8228 650:384 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 18617ms total) -T8228 650:386 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 18618ms total) -T8228 650:387 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 18619ms total) -T8228 650:388 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 18620ms total) -T8228 650:389 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 18622ms total) -T8228 650:391 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 18622ms total) -T727C 650:960 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x0000003F (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000040 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000041 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000042 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000043 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000044 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000045 (0000ms, 18623ms total) -T727C 650:961 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000046 (0001ms, 18624ms total) -T727C 650:962 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000047 (0000ms, 18624ms total) -T727C 650:962 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1341ms, 19965ms total) -T727C 652:404 JLINK_IsHalted() returns FALSE (0001ms, 19966ms total) -T727C 652:506 JLINK_IsHalted() returns FALSE (0000ms, 19965ms total) -T727C 652:608 JLINK_IsHalted() returns FALSE (0001ms, 19966ms total) -T727C 652:709 JLINK_IsHalted() returns FALSE (0001ms, 19966ms total) -T727C 652:811 JLINK_IsHalted() returns FALSE (0001ms, 19966ms total) -T8228 652:918 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 19966ms total) -T8228 652:919 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 19967ms total) -T8228 652:920 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 19968ms total) -T8228 652:922 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 19969ms total) -T8228 652:923 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0002ms, 19971ms total) -T8228 652:925 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 19971ms total) -T8228 652:926 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 19973ms total) -T8228 652:927 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 19974ms total) -T8228 652:928 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 19974ms total) -T8228 652:929 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 19975ms total) -T8228 652:930 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 19976ms total) -T8228 652:932 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 19977ms total) -T8228 652:933 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 19978ms total) -T8228 652:934 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 19979ms total) -T727C 652:935 JLINK_IsHalted() returns FALSE (0001ms, 19980ms total) -T727C 653:037 JLINK_IsHalted() returns FALSE (0001ms, 19980ms total) -T727C 653:138 JLINK_IsHalted() returns FALSE (0001ms, 19980ms total) -T727C 653:241 JLINK_IsHalted() returns FALSE (0001ms, 19980ms total) -T727C 653:343 JLINK_IsHalted() returns FALSE (0000ms, 19979ms total) -T8228 653:449 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 19980ms total) -T8228 653:450 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 19982ms total) -T8228 653:452 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 19983ms total) -T8228 653:454 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 19984ms total) -T8228 653:455 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 19985ms total) -T8228 653:456 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 19986ms total) -T8228 653:457 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0000ms, 19986ms total) -T8228 653:457 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 19988ms total) -T8228 653:459 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 19989ms total) -T8228 653:460 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 19990ms total) -T8228 653:461 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 19991ms total) -T8228 653:462 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 19992ms total) -T8228 653:463 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 19994ms total) -T8228 653:465 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 19995ms total) -T727C 653:466 JLINK_IsHalted() returns FALSE (0001ms, 19996ms total) -T727C 653:567 JLINK_IsHalted() returns FALSE (0001ms, 19996ms total) -T727C 653:669 JLINK_IsHalted() returns FALSE (0000ms, 19995ms total) -T727C 653:771 JLINK_IsHalted() returns FALSE (0001ms, 19996ms total) -T727C 653:872 JLINK_IsHalted() returns FALSE (0001ms, 19996ms total) -T8228 653:979 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 19996ms total) -T8228 653:980 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 19997ms total) -T8228 653:981 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 19998ms total) -T8228 653:983 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 19999ms total) -T8228 653:984 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20000ms total) -T8228 653:985 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20001ms total) -T8228 653:986 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20002ms total) -T8228 653:987 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20003ms total) -T8228 653:988 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20004ms total) -T8228 653:989 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20005ms total) -T8228 653:990 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20006ms total) -T8228 653:991 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 20008ms total) -T8228 653:993 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20009ms total) -T8228 653:994 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20010ms total) -T727C 653:995 JLINK_IsHalted() returns FALSE (0001ms, 20011ms total) -T727C 654:097 JLINK_IsHalted() returns FALSE (0001ms, 20011ms total) -T727C 654:199 JLINK_IsHalted() returns FALSE (0001ms, 20011ms total) -T727C 654:301 JLINK_IsHalted() returns FALSE (0001ms, 20011ms total) -T727C 654:402 JLINK_IsHalted() returns FALSE (0001ms, 20011ms total) -T8228 654:509 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20011ms total) -T8228 654:510 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20012ms total) -T8228 654:511 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20013ms total) -T8228 654:514 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20014ms total) -T8228 654:515 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20015ms total) -T8228 654:516 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20016ms total) -T8228 654:517 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20017ms total) -T8228 654:518 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20018ms total) -T8228 654:519 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20019ms total) -T8228 654:521 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20020ms total) -T8228 654:522 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20021ms total) -T8228 654:524 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20022ms total) -T8228 654:525 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 20022ms total) -T8228 654:525 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20023ms total) -T727C 654:526 JLINK_IsHalted() returns FALSE (0001ms, 20024ms total) -T727C 654:629 JLINK_IsHalted() returns FALSE (0001ms, 20024ms total) -T727C 654:731 JLINK_IsHalted() returns FALSE (0000ms, 20023ms total) -T727C 654:832 JLINK_IsHalted() returns FALSE (0000ms, 20023ms total) -T727C 654:934 JLINK_IsHalted() returns FALSE (0001ms, 20024ms total) -T8228 655:040 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20024ms total) -T8228 655:041 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20025ms total) -T8228 655:042 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20026ms total) -T8228 655:044 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20027ms total) -T8228 655:045 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20028ms total) -T8228 655:046 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20029ms total) -T8228 655:048 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0000ms, 20029ms total) -T8228 655:048 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20030ms total) -T8228 655:049 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 20032ms total) -T8228 655:051 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20033ms total) -T8228 655:052 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20034ms total) -T8228 655:053 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 20036ms total) -T8228 655:055 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20037ms total) -T8228 655:056 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0000ms, 20037ms total) -T727C 655:056 JLINK_IsHalted() returns FALSE (0001ms, 20038ms total) -T727C 655:158 JLINK_IsHalted() returns FALSE (0000ms, 20037ms total) -T727C 655:259 JLINK_IsHalted() returns FALSE (0001ms, 20038ms total) -T727C 655:361 JLINK_IsHalted() returns FALSE (0001ms, 20038ms total) -T727C 655:462 JLINK_IsHalted() returns FALSE (0000ms, 20037ms total) -T8228 655:568 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20038ms total) -T8228 655:569 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20039ms total) -T8228 655:570 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20040ms total) -T8228 655:572 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20041ms total) -T8228 655:573 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20042ms total) -T8228 655:574 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20043ms total) -T8228 655:576 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20044ms total) -T8228 655:577 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20045ms total) -T8228 655:578 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20046ms total) -T8228 655:579 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20047ms total) -T8228 655:580 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20048ms total) -T8228 655:581 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20049ms total) -T8228 655:582 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20050ms total) -T8228 655:583 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20051ms total) -T727C 655:584 JLINK_IsHalted() returns FALSE (0001ms, 20052ms total) -T727C 655:687 JLINK_IsHalted() returns FALSE (0000ms, 20051ms total) -T727C 655:788 JLINK_IsHalted() returns FALSE (0001ms, 20052ms total) -T727C 655:890 JLINK_IsHalted() returns FALSE (0001ms, 20052ms total) -T727C 655:992 JLINK_IsHalted() returns FALSE (0001ms, 20052ms total) -T8228 656:095 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20052ms total) -T8228 656:096 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 20054ms total) -T8228 656:098 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20055ms total) -T8228 656:100 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20056ms total) -T8228 656:101 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20057ms total) -T8228 656:102 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20058ms total) -T8228 656:103 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20059ms total) -T8228 656:104 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20060ms total) -T8228 656:105 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20061ms total) -T8228 656:106 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20062ms total) -T8228 656:107 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20063ms total) -T8228 656:108 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20064ms total) -T8228 656:110 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20065ms total) -T8228 656:111 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20066ms total) -T727C 656:112 JLINK_IsHalted() returns FALSE (0001ms, 20067ms total) -T727C 656:214 JLINK_IsHalted() returns FALSE (0001ms, 20067ms total) -T727C 656:315 JLINK_IsHalted() returns FALSE (0001ms, 20067ms total) -T727C 656:417 JLINK_IsHalted() returns FALSE (0001ms, 20067ms total) -T727C 656:518 JLINK_IsHalted() returns FALSE (0001ms, 20067ms total) -T8228 656:622 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0002ms, 20068ms total) -T8228 656:624 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 20068ms total) -T8228 656:624 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20069ms total) -T8228 656:629 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20070ms total) -T8228 656:630 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20071ms total) -T8228 656:631 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20072ms total) -T8228 656:633 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20073ms total) -T8228 656:634 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20074ms total) -T8228 656:635 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20075ms total) -T8228 656:636 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20076ms total) -T8228 656:637 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0000ms, 20076ms total) -T8228 656:637 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20077ms total) -T8228 656:638 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0002ms, 20079ms total) -T8228 656:640 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20080ms total) -T727C 656:641 JLINK_IsHalted() returns FALSE (0001ms, 20081ms total) -T727C 656:743 JLINK_IsHalted() returns FALSE (0001ms, 20081ms total) -T727C 656:844 JLINK_IsHalted() returns FALSE (0001ms, 20081ms total) -T727C 656:946 JLINK_IsHalted() returns FALSE (0001ms, 20081ms total) -T727C 657:047 JLINK_IsHalted() returns FALSE (0000ms, 20080ms total) -T8228 657:151 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20081ms total) -T8228 657:152 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20082ms total) -T8228 657:153 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20083ms total) -T8228 657:155 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20084ms total) -T8228 657:156 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20085ms total) -T8228 657:157 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20086ms total) -T8228 657:159 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20087ms total) -T8228 657:160 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20088ms total) -T8228 657:161 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20089ms total) -T8228 657:162 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20090ms total) -T8228 657:163 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20091ms total) -T8228 657:164 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20092ms total) -T8228 657:166 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0000ms, 20092ms total) -T8228 657:166 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20093ms total) -T727C 657:168 JLINK_IsHalted() returns FALSE (0000ms, 20093ms total) -T727C 657:270 JLINK_IsHalted() returns FALSE (0001ms, 20094ms total) -T727C 657:371 JLINK_IsHalted() returns FALSE (0001ms, 20094ms total) -T727C 657:473 JLINK_IsHalted() returns FALSE (0001ms, 20094ms total) -T727C 657:574 JLINK_IsHalted() returns FALSE (0001ms, 20094ms total) -T8228 657:680 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20094ms total) -T8228 657:681 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20095ms total) -T8228 657:683 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 20095ms total) -T8228 657:684 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20096ms total) -T8228 657:685 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20097ms total) -T8228 657:686 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20098ms total) -T8228 657:687 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20099ms total) -T8228 657:688 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20100ms total) -T8228 657:689 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0002ms, 20102ms total) -T8228 657:691 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20103ms total) -T8228 657:692 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20104ms total) -T8228 657:693 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20105ms total) -T8228 657:694 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20106ms total) -T8228 657:695 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20107ms total) -T727C 657:696 JLINK_IsHalted() returns FALSE (0001ms, 20108ms total) -T727C 657:798 JLINK_IsHalted() returns FALSE (0001ms, 20108ms total) -T727C 657:900 JLINK_IsHalted() returns FALSE (0000ms, 20107ms total) -T8228 657:939 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 20107ms total) -T8228 657:939 JLINK_ResetNoHalt() >0x10B TIF>Found SW-DP with ID 0x0BB11477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF>AP map detection skipped. Manually configured AP map found.AP[0]: AHB-AP (IDR: Not set) >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[0]: Core found -AP[0]: AHB-AP ROM base: 0xE00FF000 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>CPUID register: 0x410CC200. Implementer code: 0x41 (ARM)Found Cortex-M0 r0p0, Little endian. -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE0002000)FPUnit: 4 code (BP) slots and 0 literal slots -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000)CoreSight components:ROMTbl[0] @ E00FF000 - -- CPU_ReadMem(16 bytes @ 0xE00FF000) -- CPU_ReadMem(16 bytes @ 0xE000EFF0) -- CPU_ReadMem(16 bytes @ 0xE000EFE0)ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB008 SCS -- CPU_ReadMem(16 bytes @ 0xE0001FF0) -- CPU_ReadMem(16 bytes @ 0xE0001FE0)ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 000BB00A DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB00B FPB - JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running - -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 0076ms total) - JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0009ms, 0085ms total) - (0229ms, 20336ms total) -T727C 658:168 JLINK_IsHalted() returns FALSE (0002ms, 20338ms total) -T8228 658:272 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20337ms total) -T8228 658:273 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20338ms total) -T8228 658:274 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20339ms total) -T8228 658:277 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20340ms total) -T8228 658:278 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20341ms total) -T8228 658:279 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 20343ms total) -T8228 658:281 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20344ms total) -T8228 658:282 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20345ms total) -T8228 658:283 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20346ms total) -T8228 658:284 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20347ms total) -T8228 658:285 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20348ms total) -T8228 658:286 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20349ms total) -T8228 658:287 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20350ms total) -T8228 658:288 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20351ms total) -T727C 658:290 JLINK_IsHalted() returns FALSE (0000ms, 20351ms total) -T727C 658:392 JLINK_IsHalted() returns FALSE (0001ms, 20352ms total) -T727C 658:494 JLINK_IsHalted() returns FALSE (0001ms, 20352ms total) -T727C 658:595 JLINK_IsHalted() returns FALSE (0001ms, 20352ms total) -T727C 658:696 JLINK_IsHalted() returns FALSE (0002ms, 20353ms total) -T8228 658:803 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20352ms total) -T8228 658:804 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20353ms total) -T8228 658:805 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20354ms total) -T8228 658:808 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20355ms total) -T8228 658:809 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20356ms total) -T8228 658:810 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20357ms total) -T8228 658:811 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 20359ms total) -T8228 658:813 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20360ms total) -T8228 658:814 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20361ms total) -T8228 658:815 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20362ms total) -T8228 658:816 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20363ms total) -T8228 658:817 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20364ms total) -T8228 658:818 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20365ms total) -T8228 658:819 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20366ms total) -T727C 658:821 JLINK_IsHalted() returns FALSE (0001ms, 20367ms total) -T727C 658:922 JLINK_IsHalted() returns FALSE (0001ms, 20367ms total) -T727C 659:025 JLINK_IsHalted() returns FALSE (0000ms, 20366ms total) -T727C 659:126 JLINK_IsHalted() returns FALSE (0001ms, 20367ms total) -T727C 659:228 JLINK_IsHalted() returns FALSE (0001ms, 20367ms total) -T8228 659:333 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20367ms total) -T8228 659:334 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20368ms total) -T8228 659:335 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20369ms total) -T8228 659:338 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20370ms total) -T8228 659:339 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20371ms total) -T8228 659:340 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20372ms total) -T8228 659:341 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20373ms total) -T8228 659:342 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20374ms total) -T8228 659:343 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20375ms total) -T8228 659:344 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20376ms total) -T8228 659:345 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20377ms total) -T8228 659:346 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20378ms total) -T8228 659:347 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20379ms total) -T8228 659:348 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20380ms total) -T727C 659:349 JLINK_IsHalted() returns FALSE (0001ms, 20381ms total) -T727C 659:452 JLINK_IsHalted() returns FALSE (0001ms, 20381ms total) -T727C 659:553 JLINK_IsHalted() returns FALSE (0001ms, 20381ms total) -T727C 659:655 JLINK_IsHalted() returns FALSE (0000ms, 20380ms total) -T727C 659:757 JLINK_Halt() returns 0x00 (0004ms, 20384ms total) -T727C 659:761 JLINK_IsHalted() returns TRUE (0000ms, 20384ms total) -T727C 659:761 JLINK_IsHalted() returns TRUE (0000ms, 20384ms total) -T727C 659:761 JLINK_IsHalted() returns TRUE (0000ms, 20384ms total) -T727C 659:761 JLINK_ReadReg(R15 (PC)) returns 0x030062C8 (0000ms, 20384ms total) -T727C 659:761 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 20384ms total) -T727C 659:761 JLINK_ClrBPEx(BPHandle = 0x0000003F) returns 0x00 (0000ms, 20384ms total) -T727C 659:761 JLINK_ClrBPEx(BPHandle = 0x00000040) returns 0x00 (0000ms, 20384ms total) -T727C 659:761 JLINK_ClrBPEx(BPHandle = 0x00000041) returns 0x00 (0000ms, 20384ms total) -T727C 659:761 JLINK_ClrBPEx(BPHandle = 0x00000042) returns 0x00 (0001ms, 20385ms total) -T727C 659:762 JLINK_ClrBPEx(BPHandle = 0x00000043) returns 0x00 (0000ms, 20385ms total) -T727C 659:762 JLINK_ClrBPEx(BPHandle = 0x00000044) returns 0x00 (0000ms, 20385ms total) -T727C 659:762 JLINK_ClrBPEx(BPHandle = 0x00000045) returns 0x00 (0000ms, 20385ms total) -T727C 659:762 JLINK_ClrBPEx(BPHandle = 0x00000046) returns 0x00 (0000ms, 20385ms total) -T727C 659:762 JLINK_ClrBPEx(BPHandle = 0x00000047) returns 0x00 (0000ms, 20385ms total) -T727C 659:762 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0001ms, 20386ms total) -T727C 659:763 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 20387ms total) -T727C 659:764 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R0) returns 0x0000033A (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R1) returns 0xFFFFFFFF (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 20388ms total) -T727C 659:765 JLINK_ReadReg(R8) returns 0xA2E347E1 (0001ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(R15 (PC)) returns 0x030062C8 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(XPSR) returns 0x01000000 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 20389ms total) -T727C 659:766 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 20389ms total) -T8228 659:770 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 20390ms total) -T8228 659:771 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 20391ms total) -T8228 659:772 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20392ms total) -T8228 659:774 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20393ms total) -T8228 659:775 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 20394ms total) -T8228 659:776 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 20395ms total) -T8228 659:778 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 20396ms total) -T8228 659:779 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 20397ms total) -T8228 659:780 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 20398ms total) -T8228 659:781 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 20399ms total) -T8228 659:782 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 20400ms total) -T8228 659:783 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 20401ms total) -T8228 659:784 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 20402ms total) -T8228 659:785 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 20403ms total) -T8228 659:788 JLINK_ReadMemEx(0x030062C8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x030062C0) -- Updating DA cache (128 bytes @ 0x030062C0) -- Read from DA cache (60 bytes @ 0x030062C8) - Data: 02 99 88 42 01 D3 FF E7 0F E0 01 20 00 90 FF E7 ... returns 0x3C (0003ms, 20406ms total) -T8228 659:791 JLINK_ReadMemEx(0x030062C8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062C8) - Data: 02 99 returns 0x02 (0000ms, 20406ms total) -T8228 659:791 JLINK_ReadMemEx(0x030062CA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CA) - Data: 88 42 returns 0x02 (0001ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CA) - Data: 88 42 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062CC) - Data: 01 D3 FF E7 0F E0 01 20 00 90 FF E7 00 98 41 1E ... returns 0x3C (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CC) - Data: 01 D3 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062CC) - Data: 01 D3 FF E7 0F E0 01 20 00 90 FF E7 00 98 41 1E ... returns 0x3C (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CC) - Data: 01 D3 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CE) - Data: FF E7 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062CE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062CE) - Data: FF E7 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062D0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D0) - Data: 0F E0 01 20 00 90 FF E7 00 98 41 1E 00 91 00 28 ... returns 0x3C (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062D0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D0) - Data: 0F E0 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062D0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D0) - Data: 0F E0 01 20 00 90 FF E7 00 98 41 1E 00 91 00 28 ... returns 0x3C (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062D0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D0) - Data: 0F E0 returns 0x02 (0000ms, 20407ms total) -T8228 659:792 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0001ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D2) - Data: 01 20 returns 0x02 (0000ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0000ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062D4) - Data: 00 90 FF E7 00 98 41 1E 00 91 00 28 02 D0 FF E7 ... returns 0x3C (0000ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D4) - Data: 00 90 returns 0x02 (0000ms, 20408ms total) -T8228 659:793 JLINK_ReadMemEx(0x030062D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062D6) - Data: FF E7 returns 0x02 (0000ms, 20408ms total) -T8228 660:686 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 20408ms total) -T8228 660:686 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1412ms, 21820ms total) -T8228 662:098 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 21820ms total) -T8228 662:098 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 21820ms total) -T8228 662:101 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 21822ms total) -T8228 662:103 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 21823ms total) -T8228 662:104 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 21824ms total) -T8228 662:105 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 21826ms total) -T8228 662:107 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 21827ms total) -T8228 662:108 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 21828ms total) -T8228 662:109 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 21829ms total) -T8228 662:110 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 21830ms total) -T8228 662:111 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 21831ms total) -T8228 662:112 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 21832ms total) -T8228 662:113 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 21834ms total) -T8228 662:115 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 21835ms total) -T8228 662:116 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 21836ms total) -T8228 662:117 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 21837ms total) -T8228 662:118 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 21838ms total) -T8228 662:119 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 21839ms total) -T8228 662:120 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 21841ms total) -T8228 662:122 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 21842ms total) -T8228 662:123 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 21843ms total) -T8228 662:124 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 21844ms total) -T8228 662:125 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 21845ms total) -T8228 662:287 JLINK_ReadReg(R5) returns 0x00009E00 (0001ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 21846ms total) -T8228 662:288 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 21847ms total) -T8228 662:289 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 21848ms total) -T8228 662:290 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 21849ms total) -T8228 662:293 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 21850ms total) -T8228 662:294 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 21851ms total) -T8228 662:295 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 21852ms total) -T8228 662:296 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 21853ms total) -T8228 662:297 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0002ms, 21855ms total) -T8228 662:299 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 21856ms total) -T8228 662:300 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 21857ms total) -T8228 662:301 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 21858ms total) -T8228 662:302 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 21859ms total) -T8228 662:303 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 21860ms total) -T8228 662:304 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 21861ms total) -T727C 662:877 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 21862ms total) -T727C 662:878 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000048 (0000ms, 21862ms total) -T727C 662:878 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000049 (0000ms, 21862ms total) -T727C 662:878 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x0000004A (0000ms, 21862ms total) -T727C 662:878 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x0000004B (0000ms, 21862ms total) -T727C 662:879 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x0000004C (0000ms, 21863ms total) -T727C 662:879 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x0000004D (0000ms, 21863ms total) -T727C 662:879 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x0000004E (0000ms, 21863ms total) -T727C 662:879 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x0000004F (0000ms, 21863ms total) -T727C 662:879 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000050 (0000ms, 21863ms total) -T727C 662:879 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target - -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode - -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1347ms, 23210ms total) -T727C 664:326 JLINK_IsHalted() returns FALSE (0001ms, 23211ms total) -T727C 664:427 JLINK_IsHalted() returns FALSE (0001ms, 23211ms total) -T727C 664:529 JLINK_IsHalted() returns FALSE (0000ms, 23210ms total) -T727C 664:631 JLINK_IsHalted() returns FALSE (0000ms, 23210ms total) -T727C 664:732 JLINK_IsHalted() returns FALSE (0000ms, 23210ms total) -T8228 664:853 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 23211ms total) -T8228 664:854 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 23211ms total) -T8228 664:854 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0002ms, 23213ms total) -T8228 664:857 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 23214ms total) -T8228 664:858 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 23215ms total) -T8228 664:859 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 23216ms total) -T8228 664:860 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 23218ms total) -T8228 664:862 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 23219ms total) -T8228 664:863 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0000ms, 23219ms total) -T8228 664:863 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0002ms, 23221ms total) -T8228 664:865 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 23222ms total) -T8228 664:867 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 23223ms total) -T8228 664:868 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 23224ms total) -T8228 664:869 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 23225ms total) -T727C 664:870 JLINK_IsHalted() returns FALSE (0001ms, 23226ms total) -T727C 664:972 JLINK_IsHalted() returns FALSE (0000ms, 23225ms total) -T727C 665:073 JLINK_IsHalted() returns FALSE (0001ms, 23226ms total) -T727C 665:175 JLINK_Halt() returns 0x00 (0004ms, 23229ms total) -T727C 665:179 JLINK_IsHalted() returns TRUE (0000ms, 23229ms total) -T727C 665:179 JLINK_IsHalted() returns TRUE (0000ms, 23229ms total) -T727C 665:179 JLINK_IsHalted() returns TRUE (0000ms, 23229ms total) -T727C 665:179 JLINK_ReadReg(R15 (PC)) returns 0x030062DE (0000ms, 23229ms total) -T727C 665:179 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x00000048) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x00000049) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004A) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004B) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004C) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004D) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004E) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x0000004F) returns 0x00 (0000ms, 23229ms total) -T727C 665:179 JLINK_ClrBPEx(BPHandle = 0x00000050) returns 0x00 (0001ms, 23230ms total) -T727C 665:180 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00 returns 0x01 (0000ms, 23230ms total) -T727C 665:180 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 23231ms total) -T727C 665:181 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R0) returns 0x00000001 (0000ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R1) returns 0x00000000 (0000ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R2) returns 0x0202FC20 (0000ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R3) returns 0x50003000 (0000ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 23232ms total) -T727C 665:182 JLINK_ReadReg(R5) returns 0x00009E00 (0001ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R13 (SP)) returns 0x0202F71C (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R14) returns 0x0300E929 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(R15 (PC)) returns 0x030062DE (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(MSP) returns 0x0202F71C (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 23233ms total) -T727C 665:183 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 23233ms total) -T8228 665:189 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 23234ms total) -T8228 665:190 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 23235ms total) -T8228 665:191 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 23236ms total) -T8228 665:194 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 23237ms total) -T8228 665:195 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 23238ms total) -T8228 665:196 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 23239ms total) -T8228 665:198 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 23241ms total) -T8228 665:200 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 23242ms total) -T8228 665:201 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 23243ms total) -T8228 665:202 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 23244ms total) -T8228 665:203 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 23245ms total) -T8228 665:204 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 23246ms total) -T8228 665:205 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 23247ms total) -T8228 665:206 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 23248ms total) -T8228 665:209 JLINK_ReadMemEx(0x030062DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x030062C0) -- Updating DA cache (64 bytes @ 0x030062C0) -- Read from DA cache (2 bytes @ 0x030062DE) - Data: 00 28 returns 0x02 (0002ms, 23250ms total) -T8228 665:211 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x03006300) -- Updating DA cache (64 bytes @ 0x03006300) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0001ms, 23251ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E0) - Data: 02 D0 FF E7 00 BF F7 E7 FF E7 01 98 40 1C 01 90 ... returns 0x3C (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E0) - Data: 02 D0 returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E2) - Data: FF E7 returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E4) - Data: 00 BF F7 E7 FF E7 01 98 40 1C 01 90 E9 E7 03 B0 ... returns 0x3C (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E4) - Data: 00 BF returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0000ms, 23252ms total) -T8228 665:213 JLINK_ReadMemEx(0x030062E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E6) - Data: F7 E7 returns 0x02 (0001ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062E8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062E8) - Data: FF E7 01 98 40 1C 01 90 E9 E7 03 B0 70 47 00 00 ... returns 0x3C (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062E8) - Data: FF E7 returns 0x02 (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062EA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EA) - Data: 01 98 returns 0x02 (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062EC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from DA cache (60 bytes @ 0x030062EC) - Data: 40 1C 01 90 E9 E7 03 B0 70 47 00 00 F0 B5 84 B0 ... returns 0x3C (0000ms, 23253ms total) -T8228 665:214 JLINK_ReadMemEx(0x030062EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from DA cache (2 bytes @ 0x030062EC) - Data: 40 1C returns 0x02 (0000ms, 23253ms total) -T8228 670:173 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 23253ms total) -T8228 670:173 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1409ms, 24662ms total) -T8228 671:584 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 24662ms total) -T8228 671:587 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 24662ms total) -T8228 671:588 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 24664ms total) -T8228 671:590 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 24665ms total) -T8228 671:591 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 24666ms total) -T8228 671:592 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 24667ms total) -T8228 671:593 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 24668ms total) -T8228 671:594 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 24669ms total) -T8228 671:596 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0001ms, 24671ms total) -T8228 671:597 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 24672ms total) -T8228 671:598 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0002ms, 24674ms total) -T8228 671:600 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 24675ms total) -T8228 671:601 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 24676ms total) -T8228 671:602 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 24677ms total) -T8228 671:603 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 24679ms total) -T8228 671:605 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 24680ms total) -T8228 671:606 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 24681ms total) -T8228 671:607 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 24682ms total) -T8228 671:608 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 24683ms total) -T8228 671:609 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0002ms, 24685ms total) -T8228 671:611 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 24686ms total) -T8228 671:612 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 24687ms total) -T8228 671:613 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R4) returns 0x50003008 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R5) returns 0x00009E00 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R6) returns 0x40019014 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R7) returns 0x00000100 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 24688ms total) -T8228 671:771 JLINK_ReadReg(MSP) returns 0x0202F800 (0001ms, 24689ms total) -T8228 671:772 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 24689ms total) -T8228 671:772 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 24689ms total) -T8228 671:772 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 24690ms total) -T8228 671:773 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 24691ms total) -T8228 671:774 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 24692ms total) -T8228 671:777 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 24693ms total) -T8228 671:778 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 24694ms total) -T8228 671:779 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 24695ms total) -T8228 671:780 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 24696ms total) -T8228 671:781 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 24697ms total) -T8228 671:782 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 24698ms total) -T8228 671:784 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 24699ms total) -T8228 671:785 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 24700ms total) -T8228 671:786 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 24701ms total) -T8228 671:787 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 24702ms total) -T8228 671:788 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 24703ms total) -T727C 671:939 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 24704ms total) -T727C 671:940 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000051 (0000ms, 24704ms total) -T727C 671:940 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000052 (0000ms, 24704ms total) -T727C 671:940 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000053 (0000ms, 24704ms total) -T727C 671:940 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000054 (0001ms, 24705ms total) -T727C 671:941 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000055 (0000ms, 24705ms total) -T727C 671:941 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000056 (0000ms, 24705ms total) -T727C 671:941 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000057 (0000ms, 24705ms total) -T727C 671:941 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000058 (0000ms, 24705ms total) -T727C 671:941 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000059 (0000ms, 24705ms total) -T727C 671:941 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1344ms, 26049ms total) -T727C 673:386 JLINK_IsHalted() returns TRUE (0005ms, 26054ms total) -T727C 673:391 JLINK_Halt() returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_IsHalted() returns TRUE (0000ms, 26049ms total) -T727C 673:391 JLINK_IsHalted() returns TRUE (0000ms, 26049ms total) -T727C 673:391 JLINK_IsHalted() returns TRUE (0000ms, 26049ms total) -T727C 673:391 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 26049ms total) -T727C 673:391 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000051) returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000052) returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000053) returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000054) returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000055) returns 0x00 (0000ms, 26049ms total) -T727C 673:391 JLINK_ClrBPEx(BPHandle = 0x00000056) returns 0x00 (0000ms, 26049ms total) -T727C 673:392 JLINK_ClrBPEx(BPHandle = 0x00000057) returns 0x00 (0000ms, 26050ms total) -T727C 673:392 JLINK_ClrBPEx(BPHandle = 0x00000058) returns 0x00 (0000ms, 26050ms total) -T727C 673:392 JLINK_ClrBPEx(BPHandle = 0x00000059) returns 0x00 (0000ms, 26050ms total) -T727C 673:392 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 26051ms total) -T727C 673:393 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 26052ms total) -T727C 673:394 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 26053ms total) -T727C 673:395 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 26053ms total) -T8228 673:399 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0002ms, 26055ms total) -T8228 673:401 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0000ms, 26055ms total) -T8228 673:402 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0000ms, 26056ms total) -T8228 673:403 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 26057ms total) -T8228 673:404 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 26058ms total) -T8228 673:405 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 26059ms total) -T8228 673:406 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 26060ms total) -T8228 673:407 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 26061ms total) -T8228 673:408 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 26062ms total) -T8228 673:409 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 26063ms total) -T8228 673:410 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 26064ms total) -T8228 673:411 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 26065ms total) -T8228 673:412 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 26066ms total) -T8228 673:413 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 26067ms total) -T8228 673:414 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 26068ms total) -T8228 673:415 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 26069ms total) -T8228 673:416 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0000ms, 26069ms total) -T8228 673:421 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 26070ms total) -T8228 673:422 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 26071ms total) -T8228 673:423 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 26072ms total) -T8228 673:426 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 26073ms total) -T8228 673:427 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 26074ms total) -T8228 673:428 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0000ms, 26074ms total) -T8228 673:430 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 26075ms total) -T8228 673:431 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 26076ms total) -T8228 673:432 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 26077ms total) -T8228 673:433 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 26078ms total) -T8228 673:434 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 26079ms total) -T8228 673:435 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 26080ms total) -T8228 673:436 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 26081ms total) -T8228 673:437 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 26082ms total) -T8228 673:443 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0001ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 26083ms total) -T8228 673:444 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 26083ms total) -T8228 673:451 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 26083ms total) -T8228 673:451 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0001ms, 26084ms total) -T8228 673:452 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 26084ms total) -T8228 679:045 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 26084ms total) -T8228 679:045 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1408ms, 27492ms total) -T8228 680:455 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 27492ms total) -T8228 680:455 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 27492ms total) -T8228 680:456 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 27494ms total) -T8228 680:458 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 27495ms total) -T8228 680:459 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 27496ms total) -T8228 680:460 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0001ms, 27497ms total) -T8228 680:461 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 27498ms total) -T8228 680:462 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 27499ms total) -T8228 680:463 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 27501ms total) -T8228 680:465 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 27502ms total) -T8228 680:466 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 27503ms total) -T8228 680:467 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 27504ms total) -T8228 680:468 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 27505ms total) -T8228 680:469 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 27506ms total) -T8228 680:470 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 27508ms total) -T8228 680:472 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 27509ms total) -T8228 680:473 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 27510ms total) -T8228 680:474 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 27511ms total) -T8228 680:475 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 27512ms total) -T8228 680:476 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 27513ms total) -T8228 680:477 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0003ms, 27516ms total) -T8228 680:480 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 27517ms total) -T8228 680:481 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 27518ms total) -T8228 680:628 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 27518ms total) -T8228 680:628 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 27518ms total) -T8228 680:628 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 27518ms total) -T8228 680:646 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 27519ms total) -T8228 680:647 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 27520ms total) -T8228 680:648 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 27521ms total) -T8228 680:650 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0002ms, 27523ms total) -T8228 680:652 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0000ms, 27523ms total) -T8228 680:652 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 27524ms total) -T8228 680:654 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 27525ms total) -T8228 680:655 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 27526ms total) -T8228 680:656 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 27527ms total) -T8228 680:657 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 27528ms total) -T8228 680:659 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 27529ms total) -T8228 680:660 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 27530ms total) -T8228 680:661 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 27531ms total) -T8228 680:662 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 27532ms total) -T727C 681:652 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 27533ms total) -T727C 681:653 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x0000005A (0000ms, 27533ms total) -T727C 681:653 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x0000005B (0000ms, 27533ms total) -T727C 681:653 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x0000005C (0001ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x0000005D (0000ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x0000005E (0000ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x0000005F (0000ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000060 (0000ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x00000061 (0000ms, 27534ms total) -T727C 681:654 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x00000062 (0000ms, 27534ms total) -T727C 681:654 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1349ms, 28883ms total) -T727C 683:104 JLINK_IsHalted() returns TRUE (0004ms, 28887ms total) -T727C 683:108 JLINK_Halt() returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_IsHalted() returns TRUE (0000ms, 28883ms total) -T727C 683:108 JLINK_IsHalted() returns TRUE (0000ms, 28883ms total) -T727C 683:108 JLINK_IsHalted() returns TRUE (0000ms, 28883ms total) -T727C 683:108 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 28883ms total) -T727C 683:108 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005A) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005B) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005C) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005D) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005E) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x0000005F) returns 0x00 (0000ms, 28883ms total) -T727C 683:108 JLINK_ClrBPEx(BPHandle = 0x00000060) returns 0x00 (0001ms, 28884ms total) -T727C 683:109 JLINK_ClrBPEx(BPHandle = 0x00000061) returns 0x00 (0000ms, 28884ms total) -T727C 683:109 JLINK_ClrBPEx(BPHandle = 0x00000062) returns 0x00 (0000ms, 28884ms total) -T727C 683:109 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 28885ms total) -T727C 683:110 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 28886ms total) -T727C 683:111 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 28886ms total) -T727C 683:111 JLINK_ReadReg(R5) returns 0x0000000A (0001ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 28887ms total) -T727C 683:112 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 28887ms total) -T8228 683:113 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 28888ms total) -T8228 683:114 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 28889ms total) -T8228 683:115 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0001ms, 28890ms total) -T8228 683:116 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 28891ms total) -T8228 683:117 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 28892ms total) -T8228 683:118 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 28893ms total) -T8228 683:119 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 28894ms total) -T8228 683:120 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0002ms, 28896ms total) -T8228 683:122 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 28897ms total) -T8228 683:123 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 28898ms total) -T8228 683:124 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 28899ms total) -T8228 683:125 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 28900ms total) -T8228 683:126 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 28901ms total) -T8228 683:127 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 28902ms total) -T8228 683:128 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 28903ms total) -T8228 683:129 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 28904ms total) -T8228 683:130 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 28905ms total) -T8228 683:136 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0000ms, 28905ms total) -T8228 683:136 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0002ms, 28907ms total) -T8228 683:138 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 28908ms total) -T8228 683:140 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 28909ms total) -T8228 683:141 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 28910ms total) -T8228 683:142 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 28911ms total) -T8228 683:143 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0002ms, 28913ms total) -T8228 683:145 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 28914ms total) -T8228 683:146 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 28915ms total) -T8228 683:147 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 28916ms total) -T8228 683:148 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 28917ms total) -T8228 683:149 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 28918ms total) -T8228 683:150 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 28919ms total) -T8228 683:151 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0002ms, 28921ms total) -T8228 683:154 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 28921ms total) -T8228 683:154 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 28921ms total) -T8228 683:154 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 28921ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 28922ms total) -T8228 683:155 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0001ms, 28923ms total) -T8228 683:156 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 28923ms total) -T8228 683:156 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 28923ms total) -T8228 683:166 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 28923ms total) -T8228 683:166 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 28923ms total) -T8228 683:166 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 28923ms total) -T8228 700:683 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 28923ms total) -T8228 700:683 JLINK_Reset() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_ReadMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0x02020000) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. - >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (1408ms, 30331ms total) -T8228 702:092 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 30331ms total) -T8228 702:095 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 30331ms total) -T8228 702:097 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 30332ms total) -T8228 702:098 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 30334ms total) -T8228 702:100 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 30335ms total) -T8228 702:101 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 30337ms total) -T8228 702:103 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 30338ms total) -T8228 702:104 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0000ms, 30338ms total) -T8228 702:105 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 30341ms total) -T8228 702:107 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 30342ms total) -T8228 702:108 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 30343ms total) -T8228 702:109 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 30344ms total) -T8228 702:110 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 30345ms total) -T8228 702:111 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 30346ms total) -T8228 702:112 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 30347ms total) -T8228 702:113 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 30348ms total) -T8228 702:114 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 30349ms total) -T8228 702:115 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0002ms, 30351ms total) -T8228 702:117 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 30353ms total) -T8228 702:119 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 30354ms total) -T8228 702:120 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 30355ms total) -T8228 702:122 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 30357ms total) -T8228 702:123 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 30358ms total) -T8228 702:291 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 30358ms total) -T8228 702:291 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7C) - Data: 30 B4 returns 0x02 (0000ms, 30358ms total) -T8228 702:291 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R0) returns 0x00000000 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R1) returns 0x00000001 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R2) returns 0x00000061 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R3) returns 0x00000400 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 30358ms total) -T8228 702:304 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(R14) returns 0x020200AB (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 30359ms total) -T8228 702:305 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 30360ms total) -T8228 702:306 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0001ms, 30361ms total) -T8228 702:307 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 30362ms total) -T8228 702:309 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 30363ms total) -T8228 702:310 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 30364ms total) -T8228 702:311 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 30365ms total) -T8228 702:312 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 30366ms total) -T8228 702:313 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 30367ms total) -T8228 702:314 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 30368ms total) -T8228 702:316 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 30369ms total) -T8228 702:317 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0001ms, 30370ms total) -T8228 702:318 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 30371ms total) -T8228 702:319 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 30372ms total) -T8228 702:320 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 30373ms total) -T727C 702:584 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001DEA, Type = 0xFFFFFFF2) returns 0x00000063 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001B7C, Type = 0xFFFFFFF2) returns 0x00000064 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001BB0, Type = 0xFFFFFFF2) returns 0x00000065 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001BE4, Type = 0xFFFFFFF2) returns 0x00000066 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001C18, Type = 0xFFFFFFF2) -- BP[0] @ 0x00001DEA converted into FlashBP returns 0x00000067 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001C4C, Type = 0xFFFFFFF2) -- BP[1] @ 0x00001B7C converted into FlashBP returns 0x00000068 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001C80, Type = 0xFFFFFFF2) -- BP[2] @ 0x00001BB0 converted into FlashBP returns 0x00000069 (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001CB4, Type = 0xFFFFFFF2) -- BP[3] @ 0x00001BE4 converted into FlashBP returns 0x0000006A (0000ms, 30374ms total) -T727C 702:585 JLINK_SetBPEx(Addr = 0x00001CE8, Type = 0xFFFFFFF2) -- BP[4] @ 0x00001C18 converted into FlashBP returns 0x0000006B (0001ms, 30375ms total) -T727C 702:586 JLINK_Go() -- CPU_ReadMem(2 bytes @ 0x03003738) -- Not simulated -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers - -- End of determining flash info -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) - -- Recalculating RAMUsage for optimal performance during programming -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) - -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) (1342ms, 31717ms total) -T727C 704:028 JLINK_IsHalted() returns TRUE (0005ms, 31722ms total) -T727C 704:033 JLINK_Halt() returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_IsHalted() returns TRUE (0000ms, 31717ms total) -T727C 704:033 JLINK_IsHalted() returns TRUE (0000ms, 31717ms total) -T727C 704:033 JLINK_IsHalted() returns TRUE (0000ms, 31717ms total) -T727C 704:033 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 31717ms total) -T727C 704:033 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000063) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000064) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000065) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000066) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000067) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000068) returns 0x00 (0000ms, 31717ms total) -T727C 704:033 JLINK_ClrBPEx(BPHandle = 0x00000069) returns 0x00 (0001ms, 31718ms total) -T727C 704:034 JLINK_ClrBPEx(BPHandle = 0x0000006A) returns 0x00 (0000ms, 31718ms total) -T727C 704:034 JLINK_ClrBPEx(BPHandle = 0x0000006B) returns 0x00 (0000ms, 31718ms total) -T727C 704:034 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 31719ms total) -T727C 704:035 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 31720ms total) -T727C 704:036 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R1) returns 0x00000010 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R2) returns 0x00001000 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R3) returns 0x00000000 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R5) returns 0x0000000A (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R6) returns 0x00000004 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R7) returns 0x00000004 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R8) returns 0xA2E347E1 (0000ms, 31721ms total) -T727C 704:037 JLINK_ReadReg(R9) returns 0x0202327C (0000ms, 31721ms total) -T727C 704:038 JLINK_ReadReg(R10) returns 0xF9B83407 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(R11) returns 0xA012AE87 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(R13 (SP)) returns 0x0202F7B0 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(R14) returns 0x00001C4D (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(R15 (PC)) returns 0x00001C4C (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(MSP) returns 0x0202F7B0 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(PSP) returns 0x38044100 (0000ms, 31722ms total) -T727C 704:038 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 31722ms total) -T8228 704:038 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 31723ms total) -T8228 704:039 JLINK_ReadMemEx(0x0202F7B0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B0) - Data: 03 00 00 00 returns 0x04 (0001ms, 31724ms total) -T8228 704:040 JLINK_ReadMemEx(0x0202F7B4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B4) - Data: 0A 00 00 00 returns 0x04 (0001ms, 31725ms total) -T8228 704:041 JLINK_ReadMemEx(0x0202F7B8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7B8) - Data: 40 00 00 00 returns 0x04 (0001ms, 31726ms total) -T8228 704:042 JLINK_ReadMemEx(0x0202F7BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7BC) - Data: E7 1D 00 00 returns 0x04 (0001ms, 31727ms total) -T8228 704:043 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 31728ms total) -T8228 704:044 JLINK_ReadMemEx(0x0202F7CC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7CC) - Data: 00 00 00 00 returns 0x04 (0001ms, 31729ms total) -T8228 704:045 JLINK_ReadMemEx(0x0202F7D0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D0) - Data: 40 00 00 00 returns 0x04 (0001ms, 31730ms total) -T8228 704:046 JLINK_ReadMemEx(0x0202F7D4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D4) - Data: 02 00 00 00 returns 0x04 (0001ms, 31731ms total) -T8228 704:047 JLINK_ReadMemEx(0x0202F7D8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7D8) - Data: 01 00 00 00 returns 0x04 (0001ms, 31732ms total) -T8228 704:048 JLINK_ReadMemEx(0x0202F7DC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7DC) - Data: 99 2A 00 00 returns 0x04 (0001ms, 31733ms total) -T8228 704:049 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 31734ms total) -T8228 704:050 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 31735ms total) -T8228 704:051 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 31736ms total) -T8228 704:052 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 31737ms total) -T8228 704:053 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0001ms, 31738ms total) -T8228 704:054 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: A5 66 00 00 returns 0x04 (0001ms, 31739ms total) -T8228 704:060 JLINK_ReadMemEx(0x020195F8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F8) - Data: 00 00 00 00 returns 0x04 (0001ms, 31740ms total) -T8228 704:061 JLINK_ReadMemEx(0x020195F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195F0) - Data: 00 00 00 00 returns 0x04 (0000ms, 31740ms total) -T8228 704:061 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 31741ms total) -T8228 704:063 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 31742ms total) -T8228 704:064 JLINK_ReadMemEx(0x02019614, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019614) - Data: 00 00 00 00 returns 0x04 (0001ms, 31743ms total) -T8228 704:065 JLINK_ReadMemEx(0x02019610, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019610) - Data: 00 00 00 00 returns 0x04 (0001ms, 31744ms total) -T8228 704:068 JLINK_ReadMemEx(0x020195FC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020195FC) - Data: 00 00 00 00 returns 0x04 (0001ms, 31745ms total) -T8228 704:069 JLINK_ReadMemEx(0x020194AE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AE) - Data: 00 returns 0x01 (0001ms, 31746ms total) -T8228 704:070 JLINK_ReadMemEx(0x020194AF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194AF) - Data: 00 returns 0x01 (0001ms, 31747ms total) -T8228 704:071 JLINK_ReadMemEx(0x02019690, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019690) - Data: 00 00 returns 0x02 (0001ms, 31748ms total) -T8228 704:072 JLINK_ReadMemEx(0x02019692, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x02019692) - Data: 00 00 returns 0x02 (0002ms, 31750ms total) -T8228 704:074 JLINK_ReadMemEx(0x02019604, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019604) - Data: 00 00 00 00 returns 0x04 (0001ms, 31751ms total) -T8228 704:075 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 31752ms total) -T8228 704:076 JLINK_ReadMemEx(0x020196C4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C4) - Data: 00 00 returns 0x02 (0001ms, 31753ms total) -T8228 704:079 JLINK_ReadMemEx(0x00001C40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C40) - Data: 00 22 D2 43 13 46 01 E0 00 22 13 46 01 98 01 05 ... returns 0x3C (0000ms, 31753ms total) -T8228 704:079 JLINK_ReadMemEx(0x00001C40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C40) - Data: 00 22 returns 0x02 (0000ms, 31753ms total) -T8228 704:079 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 31753ms total) -T8228 704:079 JLINK_ReadMemEx(0x00001C42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C42) - Data: D2 43 returns 0x02 (0000ms, 31753ms total) -T8228 704:079 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0001ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C44) - Data: 13 46 01 E0 00 22 13 46 01 98 01 05 38 1C 71 41 ... returns 0x3C (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C44) - Data: 13 46 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C46) - Data: 01 E0 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C48) - Data: 00 22 13 46 01 98 01 05 38 1C 71 41 FF F7 88 FE ... returns 0x3C (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C48) - Data: 00 22 returns 0x02 (0000ms, 31754ms total) -T8228 704:080 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0001ms, 31755ms total) -T8228 704:081 JLINK_ReadMemEx(0x00001C4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4A) - Data: 13 46 returns 0x02 (0000ms, 31755ms total) -T8228 704:081 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0000ms, 31755ms total) -T8228 704:081 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 31755ms total) -T8228 704:089 JLINK_ReadMemEx(0x00001C4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001C4C) - Data: 01 98 01 05 38 1C 71 41 FF F7 88 FE B6 E7 00 00 ... returns 0x3C (0001ms, 31756ms total) -T8228 704:090 JLINK_ReadMemEx(0x00001C4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4C) - Data: 01 98 returns 0x02 (0000ms, 31756ms total) -T8228 704:090 JLINK_ReadMemEx(0x00001C4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001C4E) - Data: 01 05 returns 0x02 (0000ms, 31756ms total) -T8228 1008:118 JLINK_ReadMemEx(0x00001B7C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from flash cache (60 bytes @ 0x00001B7C) -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C -- Merging zombie BP[2]: 0x0512 @ 0x00001BB0 - Data: 30 B4 01 24 E4 07 61 40 30 BC 4F E7 00 00 E0 FF ... returns 0x3C (0000ms, 31756ms total) -T8228 1008:118 JLINK_ReadMemEx(0x00001B7C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C -- Merging zombie BP[1]: 0xB430 @ 0x00001B7C - Data: 30 B4 returns 0x02 (0000ms, 31756ms total) -T8228 1008:118 JLINK_ReadMemEx(0x00001B7E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from flash cache (2 bytes @ 0x00001B7E) - Data: 01 24 returns 0x02 (0000ms, 31756ms total) -T8228 1011:539 JLINK_Close() -- CPU_ReadMem(4 bytes @ 0xE000ED90) -- (Bank @ 0x00000000): Start of determining flash info -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of determining flash info - -- Start of preparing flash programming -- Preparing RAMCode -- Calculating RAM usage -- RAM usage = 14728 Bytes -- Preserving CPU registers -- Preparing memory -- Preparing target -- Preserving target RAM temporarily used for programming -- Downloading RAMCode -- End of preparing flash programming -- Read from flash cache (4096 bytes @ 0x00001000) -- Programming range 0x00001000 - 0x00001FFF (001 Sector, 4 KB) -- Recalculating RAMUsage for optimal performance during programming - -- Recalculating RAMUsage for optimal performance during programming -- Program page timeout is set to low, default timout of 1 second is set instead. -- Start of restoring -- Restoring RAMCode -- Restoring target memory -- Restore target -- Restore memory -- Restoring CPU registers -- End of restoring -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_ReadMem(4 bytes @ 0xE0001000) - -- CPU_WriteMem(4 bytes @ 0xE0001000) (1324ms, 33080ms total) -T8228 1011:539 (1324ms, 33080ms total) -T8228 1011:539 Closed (1324ms, 33080ms total) +ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 000BB00A DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 000BB00B FPB >0x0D TIF> >0x21 TIF> returns 0x0BB11477 (0154ms, 0403ms total) +T420C 000:511 JLINK_GetDLLVersion() returns 63004 (0000ms, 0404ms total) +T420C 000:511 JLINK_CORE_GetFound() returns 0x60000FF (0000ms, 0404ms total) +T420C 000:511 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000 returns 0x00 (0000ms, 0404ms total) +T420C 000:511 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000 returns 0x00 (0000ms, 0404ms total) +T420C 000:511 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0404ms total) +T420C 000:511 JLINK_ReadMemEx(0xE0041FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0041FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 returns 0x10 (0001ms, 0405ms total) +T420C 000:512 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0405ms total) +T420C 000:512 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0405ms total) +T420C 000:512 JLINK_ReadMemEx(0xE0040FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0040FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 returns 0x10 (0001ms, 0406ms total) +T420C 000:513 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) -- Value=0xE0000000 returns 0x00 (0000ms, 0406ms total) +T420C 000:513 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) -- Value=0xE0001000 returns 0x00 (0001ms, 0407ms total) +T420C 000:514 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) -- Value=0xE0002000 returns 0x00 (0000ms, 0407ms total) +T420C 000:514 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) -- Value=0xE000E000 returns 0x00 (0000ms, 0407ms total) +T420C 000:514 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) -- Value=0xE000EDF0 returns 0x00 (0000ms, 0407ms total) +T420C 000:514 JLINK_GetDebugInfo(0x01 = Unknown) -- Value=0x00000000 returns 0x00 (0000ms, 0407ms total) +T420C 000:514 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) - Data: 00 C2 0C 41 returns 0x01 (0001ms, 0408ms total) +T420C 000:515 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) -- Value=0x00000000 returns 0x00 (0000ms, 0408ms total) +T420C 000:515 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0408ms total) +T420C 000:515 JLINK_Reset() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC) + -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 0484ms total) +T420C 000:591 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0484ms total) +T420C 000:591 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0484ms total) +T420C 000:591 JLINK_Halt() returns 0x00 (0000ms, 0484ms total) +T420C 000:591 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) - Data: 03 00 03 00 returns 0x01 (0001ms, 0485ms total) +T420C 000:592 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) returns 0x00 (0001ms, 0486ms total) +T420C 000:593 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) returns 0x00 (0001ms, 0487ms total) +T420C 000:594 JLINK_GetHWStatus(...) returns 0x00 (0001ms, 0488ms total) +T420C 000:595 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) returns 0x04 (0000ms, 0488ms total) +T420C 000:595 JLINK_GetNumBPUnits(Type = 0xF0) returns 0x2000 (0000ms, 0488ms total) +T420C 000:595 JLINK_GetNumWPUnits() returns 0x02 (0000ms, 0488ms total) +T420C 000:595 JLINK_GetSpeed() returns 0xFA0 (0000ms, 0488ms total) +T420C 000:595 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) - Data: 00 00 00 00 returns 0x01 (0001ms, 0489ms total) +T420C 000:596 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0489ms total) +T420C 000:596 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0489ms total) +T420C 000:702 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0489ms total) +T420C 000:702 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) + -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0075ms, 0564ms total) +T420C 000:777 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0564ms total) +T420C 000:777 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0564ms total) +T420C 000:777 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0002ms, 0566ms total) +T420C 000:779 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0567ms total) +T420C 000:780 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 0568ms total) +T420C 000:781 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 0570ms total) +T420C 000:783 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 0571ms total) +T420C 000:784 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0000ms, 0571ms total) +T420C 000:784 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0003ms, 0574ms total) +T420C 000:787 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0000ms, 0574ms total) +T420C 000:787 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0575ms total) +T420C 000:788 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0576ms total) +T420C 000:789 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0577ms total) +T420C 000:790 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0002ms, 0579ms total) +T420C 000:792 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0001ms, 0580ms total) +T420C 000:793 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 0581ms total) +T420C 000:794 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0582ms total) +T420C 000:795 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0583ms total) +T420C 000:796 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 0585ms total) +T420C 000:798 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0586ms total) +T420C 000:799 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0002ms, 0588ms total) +T420C 000:801 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 0588ms total) +T420C 000:801 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 0589ms total) +T420C 010:031 JLINK_ReadReg(R0) returns 0x00000000 (0001ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R1) returns 0x00000000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R3) returns 0x42000000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R4) returns 0x020194D4 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R5) returns 0x00000400 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R6) returns 0x00000000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R7) returns 0x40800000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R9) returns 0x0202329C (0000ms, 0590ms total) +T420C 010:032 JLINK_ReadReg(R10) returns 0x00000000 (0001ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(R14) returns 0x000039B9 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(PSP) returns 0x02028000 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0591ms total) +T420C 010:033 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0592ms total) +T420C 010:034 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0593ms total) +T420C 010:035 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0594ms total) +T420C 010:046 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0595ms total) +T420C 010:047 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0002ms, 0597ms total) +T420C 010:049 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0598ms total) +T420C 010:080 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0002ms, 0600ms total) +T420C 010:082 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0601ms total) +T420C 010:083 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0602ms total) +T420C 010:137 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0603ms total) +T420C 010:138 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0002ms, 0605ms total) +T420C 010:140 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0000ms, 0605ms total) +T420C 010:157 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 0606ms total) +T420C 010:158 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0002ms, 0608ms total) +T420C 010:160 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0000ms, 0608ms total) +T420C 010:200 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0609ms total) +T420C 010:201 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0610ms total) +T420C 010:202 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0611ms total) +T420C 010:245 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0612ms total) +T420C 010:246 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0613ms total) +T420C 010:247 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0614ms total) +T420C 010:260 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 80 40 returns 0x04 (0001ms, 0615ms total) +T420C 010:262 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 80 40 returns 0x04 (0001ms, 0617ms total) +T420C 010:263 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 80 40 returns 0x04 (0001ms, 0618ms total) +T420C 010:302 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0619ms total) +T420C 010:337 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0620ms total) +T420C 010:338 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0621ms total) +T420C 010:339 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0622ms total) +T420C 010:377 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0623ms total) +T420C 010:406 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0002ms, 0626ms total) +T420C 010:408 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0001ms, 0627ms total) +T420C 010:409 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0001ms, 0628ms total) +T420C 010:411 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0629ms total) +T420C 010:412 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0630ms total) +T420C 010:413 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0631ms total) +T420C 010:424 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0002ms, 0633ms total) +T420C 010:426 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0634ms total) +T420C 010:427 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0635ms total) +T420C 010:435 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0636ms total) +T420C 010:436 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0002ms, 0638ms total) +T420C 010:438 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0639ms total) +T420C 010:444 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0640ms total) +T420C 010:445 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0641ms total) +T420C 010:446 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0642ms total) +T62B4 010:728 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0002ms, 0644ms total) +T62B4 010:730 JLINK_SetBPEx(Addr = 0x00006E2C, Type = 0xFFFFFFF2) returns 0x00000001 (0000ms, 0644ms total) +T62B4 010:730 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 0651ms total) +T62B4 010:838 JLINK_IsHalted() returns TRUE (0004ms, 0655ms total) +T62B4 010:842 JLINK_Halt() returns 0x00 (0000ms, 0651ms total) +T62B4 010:842 JLINK_IsHalted() returns TRUE (0000ms, 0651ms total) +T62B4 010:842 JLINK_IsHalted() returns TRUE (0000ms, 0651ms total) +T62B4 010:842 JLINK_IsHalted() returns TRUE (0000ms, 0651ms total) +T62B4 010:842 JLINK_ReadReg(R15 (PC)) returns 0x00006E2C (0000ms, 0651ms total) +T62B4 010:842 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 0651ms total) +T62B4 010:842 JLINK_ClrBPEx(BPHandle = 0x00000001) returns 0x00 (0000ms, 0651ms total) +T62B4 010:842 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 0652ms total) +T62B4 010:843 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0002ms, 0654ms total) +T62B4 010:845 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R0) returns 0x00006E2D (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R1) returns 0x0201C044 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R3) returns 0x00009751 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R4) returns 0x0000A940 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R6) returns 0x0000A940 (0000ms, 0655ms total) +T62B4 010:846 JLINK_ReadReg(R7) returns 0x02000000 (0001ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R9) returns 0x0202329C (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R14) returns 0x00000CE1 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(R15 (PC)) returns 0x00006E2C (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(XPSR) returns 0x61000000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(PSP) returns 0x02028000 (0000ms, 0656ms total) +T62B4 010:847 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0656ms total) +T420C 010:852 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0002ms, 0658ms total) +T420C 010:854 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0659ms total) +T420C 010:855 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0660ms total) +T420C 010:862 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0661ms total) +T420C 010:864 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 0663ms total) +T420C 010:865 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0664ms total) +T420C 010:867 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0665ms total) +T420C 010:868 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 0666ms total) +T420C 010:869 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0002ms, 0668ms total) +T420C 010:871 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0669ms total) +T420C 010:873 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0002ms, 0671ms total) +T420C 010:875 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0001ms, 0672ms total) +T420C 010:876 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0673ms total) +T420C 010:878 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0674ms total) +T420C 010:879 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0675ms total) +T420C 010:880 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0676ms total) +T420C 010:886 JLINK_ReadMemEx(0x00006D2C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x00006D00) -- Updating C cache (128 bytes @ 0x00006D00) -- Read from C cache (60 bytes @ 0x00006D2C) - Data: 01 A8 00 19 49 00 0F 4B 59 18 4A 8E 29 46 02 F0 ... returns 0x3C (0002ms, 0678ms total) +T420C 010:888 JLINK_ReadMemEx(0x00006D2C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D2C) - Data: 01 A8 returns 0x02 (0000ms, 0678ms total) +T420C 010:888 JLINK_ReadMemEx(0x00006D2E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D2E) - Data: 00 19 returns 0x02 (0000ms, 0678ms total) +T420C 010:888 JLINK_ReadMemEx(0x00006D2E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D2E) - Data: 00 19 returns 0x02 (0001ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D30, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D30) - Data: 49 00 0F 4B 59 18 4A 8E 29 46 02 F0 D1 FC 04 19 ... returns 0x3C (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D30, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D30) - Data: 49 00 returns 0x02 (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D30, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D30) - Data: 49 00 0F 4B 59 18 4A 8E 29 46 02 F0 D1 FC 04 19 ... returns 0x3C (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D30, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D30) - Data: 49 00 returns 0x02 (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D32, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D32) - Data: 0F 4B returns 0x02 (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D32, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D32) - Data: 0F 4B returns 0x02 (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D34, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D34) - Data: 59 18 4A 8E 29 46 02 F0 D1 FC 04 19 76 1C B1 B2 ... returns 0x3C (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D34, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D34) - Data: 59 18 returns 0x02 (0000ms, 0679ms total) +T420C 010:889 JLINK_ReadMemEx(0x00006D34, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D34) - Data: 59 18 4A 8E 29 46 02 F0 D1 FC 04 19 76 1C B1 B2 ... returns 0x3C (0001ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D34, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D34) - Data: 59 18 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D36, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D36) - Data: 4A 8E returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D36, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D36) - Data: 4A 8E returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D38, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D38) - Data: 29 46 02 F0 D1 FC 04 19 76 1C B1 B2 38 6C 88 42 ... returns 0x3C (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D38, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D38) - Data: 29 46 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D38, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D38) - Data: 29 46 02 F0 D1 FC 04 19 76 1C B1 B2 38 6C 88 42 ... returns 0x3C (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D38, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D38) - Data: 29 46 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D3A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D3A) - Data: 02 F0 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D3A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D3A) - Data: 02 F0 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D3C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D3C) - Data: D1 FC 04 19 76 1C B1 B2 38 6C 88 42 F0 D8 03 20 ... returns 0x3C (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D3C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D3C) - Data: D1 FC returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D3E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D3E) - Data: 04 19 returns 0x02 (0000ms, 0680ms total) +T420C 010:890 JLINK_ReadMemEx(0x00006D40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D40) - Data: 76 1C B1 B2 38 6C 88 42 F0 D8 03 20 0B A2 01 AB ... returns 0x3C (0001ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D40) - Data: 76 1C returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D40, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D40) - Data: 76 1C B1 B2 38 6C 88 42 F0 D8 03 20 0B A2 01 AB ... returns 0x3C (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D40, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D40) - Data: 76 1C returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D42) - Data: B1 B2 returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D42, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D42) - Data: B1 B2 returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D44) - Data: 38 6C 88 42 F0 D8 03 20 0B A2 01 AB 01 46 01 F0 ... returns 0x3C (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D44) - Data: 38 6C returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D44, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D44) - Data: 38 6C 88 42 F0 D8 03 20 0B A2 01 AB 01 46 01 F0 ... returns 0x3C (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D44, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D44) - Data: 38 6C returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D46) - Data: 88 42 returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D46, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D46) - Data: 88 42 returns 0x02 (0000ms, 0681ms total) +T420C 010:891 JLINK_ReadMemEx(0x00006D48, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006D80) -- Updating C cache (64 bytes @ 0x00006D80) -- Read from C cache (60 bytes @ 0x00006D48) - Data: F0 D8 03 20 0B A2 01 AB 01 46 01 F0 9F FD 33 B0 ... returns 0x3C (0003ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D48) - Data: F0 D8 returns 0x02 (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D48, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D48) - Data: F0 D8 03 20 0B A2 01 AB 01 46 01 F0 9F FD 33 B0 ... returns 0x3C (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D48, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D48) - Data: F0 D8 returns 0x02 (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4A) - Data: 03 20 returns 0x02 (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4A) - Data: 03 20 returns 0x02 (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D4C) - Data: 0B A2 01 AB 01 46 01 F0 9F FD 33 B0 F0 BD C0 46 ... returns 0x3C (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4C) - Data: 0B A2 returns 0x02 (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D4C) - Data: 0B A2 01 AB 01 46 01 F0 9F FD 33 B0 F0 BD C0 46 ... returns 0x3C (0000ms, 0684ms total) +T420C 010:894 JLINK_ReadMemEx(0x00006D4C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4C) - Data: 0B A2 returns 0x02 (0001ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4E) - Data: 01 AB returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D4E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D4E) - Data: 01 AB returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D50, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D50) - Data: 01 46 01 F0 9F FD 33 B0 F0 BD C0 46 00 96 01 02 ... returns 0x3C (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D50, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D50) - Data: 01 46 returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D50, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D50) - Data: 01 46 01 F0 9F FD 33 B0 F0 BD C0 46 00 96 01 02 ... returns 0x3C (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D50, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D50) - Data: 01 46 returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D52, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D52) - Data: 01 F0 returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D52, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D52) - Data: 01 F0 returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D54, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D54) - Data: 9F FD 33 B0 F0 BD C0 46 00 96 01 02 B3 B5 C4 DA ... returns 0x3C (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D54, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D54) - Data: 9F FD returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D56, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D56) - Data: 33 B0 returns 0x02 (0000ms, 0685ms total) +T420C 010:895 JLINK_ReadMemEx(0x00006D58, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D58) - Data: F0 BD C0 46 00 96 01 02 B3 B5 C4 DA A3 BA 25 64 ... returns 0x3C (0001ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D58, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D58) - Data: F0 BD returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D58, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D58) - Data: F0 BD C0 46 00 96 01 02 B3 B5 C4 DA A3 BA 25 64 ... returns 0x3C (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D58, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D58) - Data: F0 BD returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D5A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D5A) - Data: C0 46 returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D5A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D5A) - Data: C0 46 returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D5C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D5C) - Data: 00 96 01 02 B3 B5 C4 DA A3 BA 25 64 20 C8 CB 20 ... returns 0x3C (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D5C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D5C) - Data: 00 96 returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D84, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D84) - Data: 12 4A 07 28 09 D8 80 00 0F 23 83 40 81 40 19 40 ... returns 0x3C (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D84, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D84) - Data: 12 4A returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D86, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D86) - Data: 07 28 returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D86, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D86) - Data: 07 28 returns 0x02 (0000ms, 0686ms total) +T420C 010:896 JLINK_ReadMemEx(0x00006D88, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006DC0) -- Updating C cache (64 bytes @ 0x00006DC0) -- Read from C cache (60 bytes @ 0x00006D88) - Data: 09 D8 80 00 0F 23 83 40 81 40 19 40 10 68 98 43 ... returns 0x3C (0002ms, 0688ms total) +T420C 010:898 JLINK_ReadMemEx(0x00006D88, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D88) - Data: 09 D8 returns 0x02 (0000ms, 0688ms total) +T420C 010:898 JLINK_ReadMemEx(0x00006D88, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D88) - Data: 09 D8 80 00 0F 23 83 40 81 40 19 40 10 68 98 43 ... returns 0x3C (0000ms, 0688ms total) +T420C 010:898 JLINK_ReadMemEx(0x00006D88, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D88) - Data: 09 D8 returns 0x02 (0000ms, 0688ms total) +T420C 010:898 JLINK_ReadMemEx(0x00006D8A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8A) - Data: 80 00 returns 0x02 (0000ms, 0688ms total) +T420C 010:898 JLINK_ReadMemEx(0x00006D8A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8A) - Data: 80 00 returns 0x02 (0001ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D8C) - Data: 0F 23 83 40 81 40 19 40 10 68 98 43 08 43 10 60 ... returns 0x3C (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8C) - Data: 0F 23 returns 0x02 (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D8C) - Data: 0F 23 83 40 81 40 19 40 10 68 98 43 08 43 10 60 ... returns 0x3C (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8C) - Data: 0F 23 returns 0x02 (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8E) - Data: 83 40 returns 0x02 (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D8E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D8E) - Data: 83 40 returns 0x02 (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D90, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D90) - Data: 81 40 19 40 10 68 98 43 08 43 10 60 70 47 0F 28 ... returns 0x3C (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D90, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D90) - Data: 81 40 returns 0x02 (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D90, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D90) - Data: 81 40 19 40 10 68 98 43 08 43 10 60 70 47 0F 28 ... returns 0x3C (0000ms, 0689ms total) +T420C 010:899 JLINK_ReadMemEx(0x00006D90, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D90) - Data: 81 40 returns 0x02 (0001ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D92, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D92) - Data: 19 40 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D92, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D92) - Data: 19 40 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D94, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D94) - Data: 10 68 98 43 08 43 10 60 70 47 0F 28 0A D8 80 00 ... returns 0x3C (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D94, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D94) - Data: 10 68 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D94, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D94) - Data: 10 68 98 43 08 43 10 60 70 47 0F 28 0A D8 80 00 ... returns 0x3C (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D94, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D94) - Data: 10 68 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D96, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D96) - Data: 98 43 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D96, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D96) - Data: 98 43 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D98, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D98) - Data: 08 43 10 60 70 47 0F 28 0A D8 80 00 20 38 0F 23 ... returns 0x3C (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D98, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D98) - Data: 08 43 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D98, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D98) - Data: 08 43 10 60 70 47 0F 28 0A D8 80 00 20 38 0F 23 ... returns 0x3C (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D98, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D98) - Data: 08 43 returns 0x02 (0000ms, 0690ms total) +T420C 010:900 JLINK_ReadMemEx(0x00006D9A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9A) - Data: 10 60 returns 0x02 (0001ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9A) - Data: 10 60 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D9C) - Data: 70 47 0F 28 0A D8 80 00 20 38 0F 23 83 40 81 40 ... returns 0x3C (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9C) - Data: 70 47 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006D9C) - Data: 70 47 0F 28 0A D8 80 00 20 38 0F 23 83 40 81 40 ... returns 0x3C (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9C) - Data: 70 47 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9E) - Data: 0F 28 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006D9E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006D9E) - Data: 0F 28 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA0) - Data: 0A D8 80 00 20 38 0F 23 83 40 81 40 19 40 50 68 ... returns 0x3C (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA0) - Data: 0A D8 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA0) - Data: 0A D8 80 00 20 38 0F 23 83 40 81 40 19 40 50 68 ... returns 0x3C (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA0) - Data: 0A D8 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA2) - Data: 80 00 returns 0x02 (0000ms, 0691ms total) +T420C 010:901 JLINK_ReadMemEx(0x00006DA2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA2) - Data: 80 00 returns 0x02 (0001ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA4) - Data: 20 38 0F 23 83 40 81 40 19 40 50 68 98 43 08 43 ... returns 0x3C (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA4) - Data: 20 38 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA4) - Data: 20 38 0F 23 83 40 81 40 19 40 50 68 98 43 08 43 ... returns 0x3C (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA4) - Data: 20 38 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA6) - Data: 0F 23 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA6) - Data: 0F 23 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA8) - Data: 83 40 81 40 19 40 50 68 98 43 08 43 50 60 70 47 ... returns 0x3C (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA8) - Data: 83 40 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DA8) - Data: 83 40 81 40 19 40 50 68 98 43 08 43 50 60 70 47 ... returns 0x3C (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DA8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DA8) - Data: 83 40 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DAA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAA) - Data: 81 40 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DAA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAA) - Data: 81 40 returns 0x02 (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DAC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DAC) - Data: 19 40 50 68 98 43 08 43 50 60 70 47 80 00 40 38 ... returns 0x3C (0000ms, 0692ms total) +T420C 010:902 JLINK_ReadMemEx(0x00006DAC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAC) - Data: 19 40 returns 0x02 (0001ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DAC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DAC) - Data: 19 40 50 68 98 43 08 43 50 60 70 47 80 00 40 38 ... returns 0x3C (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DAC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAC) - Data: 19 40 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DAE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAE) - Data: 50 68 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DAE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DAE) - Data: 50 68 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB0) - Data: 98 43 08 43 50 60 70 47 80 00 40 38 0F 23 83 40 ... returns 0x3C (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB0) - Data: 98 43 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB0) - Data: 98 43 08 43 50 60 70 47 80 00 40 38 0F 23 83 40 ... returns 0x3C (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB0) - Data: 98 43 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB2) - Data: 08 43 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB2) - Data: 08 43 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB4) - Data: 50 60 70 47 80 00 40 38 0F 23 83 40 81 40 19 40 ... returns 0x3C (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB4) - Data: 50 60 returns 0x02 (0000ms, 0693ms total) +T420C 010:903 JLINK_ReadMemEx(0x00006DB4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB4) - Data: 50 60 70 47 80 00 40 38 0F 23 83 40 81 40 19 40 ... returns 0x3C (0001ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB4) - Data: 50 60 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB6) - Data: 70 47 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB6) - Data: 70 47 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB8) - Data: 80 00 40 38 0F 23 83 40 81 40 19 40 90 68 98 43 ... returns 0x3C (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB8) - Data: 80 00 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DB8) - Data: 80 00 40 38 0F 23 83 40 81 40 19 40 90 68 98 43 ... returns 0x3C (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DB8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DB8) - Data: 80 00 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBA) - Data: 40 38 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBA) - Data: 40 38 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DBC) - Data: 0F 23 83 40 81 40 19 40 90 68 98 43 08 43 90 60 ... returns 0x3C (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBC) - Data: 0F 23 returns 0x02 (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DBC) - Data: 0F 23 83 40 81 40 19 40 90 68 98 43 08 43 90 60 ... returns 0x3C (0000ms, 0694ms total) +T420C 010:904 JLINK_ReadMemEx(0x00006DBC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBC) - Data: 0F 23 returns 0x02 (0000ms, 0694ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DBE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBE) - Data: 83 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DBE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DBE) - Data: 83 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DC0) - Data: 81 40 19 40 90 68 98 43 08 43 90 60 70 47 C0 46 ... returns 0x3C (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC0) - Data: 81 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DC0) - Data: 81 40 19 40 90 68 98 43 08 43 90 60 70 47 C0 46 ... returns 0x3C (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC0) - Data: 81 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC2) - Data: 19 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC2) - Data: 19 40 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DC4) - Data: 90 68 98 43 08 43 90 60 70 47 C0 46 34 00 00 40 ... returns 0x3C (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC4) - Data: 90 68 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DC4) - Data: 90 68 98 43 08 43 90 60 70 47 C0 46 34 00 00 40 ... returns 0x3C (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC4) - Data: 90 68 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC6) - Data: 98 43 returns 0x02 (0000ms, 0695ms total) +T420C 010:905 JLINK_ReadMemEx(0x00006DC6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC6) - Data: 98 43 returns 0x02 (0001ms, 0696ms total) +T420C 010:906 JLINK_ReadMemEx(0x00006DC8, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006E00) -- Updating C cache (64 bytes @ 0x00006E00) -- Read from C cache (60 bytes @ 0x00006DC8) - Data: 08 43 90 60 70 47 C0 46 34 00 00 40 F0 B5 43 07 ... returns 0x3C (0001ms, 0697ms total) +T420C 010:907 JLINK_ReadMemEx(0x00006DC8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC8) - Data: 08 43 returns 0x02 (0000ms, 0697ms total) +T420C 010:907 JLINK_ReadMemEx(0x00006DC8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DC8) - Data: 08 43 90 60 70 47 C0 46 34 00 00 40 F0 B5 43 07 ... returns 0x3C (0000ms, 0697ms total) +T420C 010:907 JLINK_ReadMemEx(0x00006DC8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DC8) - Data: 08 43 returns 0x02 (0001ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCA) - Data: 90 60 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCA) - Data: 90 60 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DCC) - Data: 70 47 C0 46 34 00 00 40 F0 B5 43 07 DC 0E 07 26 ... returns 0x3C (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCC) - Data: 70 47 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DCC) - Data: 70 47 C0 46 34 00 00 40 F0 B5 43 07 DC 0E 07 26 ... returns 0x3C (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCC) - Data: 70 47 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCE) - Data: C0 46 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DCE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DCE) - Data: C0 46 returns 0x02 (0000ms, 0698ms total) +T420C 010:908 JLINK_ReadMemEx(0x00006DD0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DD0) - Data: 34 00 00 40 F0 B5 43 07 DC 0E 07 26 A6 40 C3 08 ... returns 0x3C (0001ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD0) - Data: 34 00 returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DD4) - Data: F0 B5 43 07 DC 0E 07 26 A6 40 C3 08 9D 00 0E 4B ... returns 0x3C (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD4) - Data: F0 B5 returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD6) - Data: 43 07 returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD6) - Data: 43 07 returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DD8) - Data: DC 0E 07 26 A6 40 C3 08 9D 00 0E 4B EF 18 7D 68 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD8) - Data: DC 0E returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DD8) - Data: DC 0E 07 26 A6 40 C3 08 9D 00 0E 4B EF 18 7D 68 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DD8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DD8) - Data: DC 0E returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DDA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDA) - Data: 07 26 returns 0x02 (0000ms, 0699ms total) +T420C 010:909 JLINK_ReadMemEx(0x00006DDA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDA) - Data: 07 26 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DDC) - Data: A6 40 C3 08 9D 00 0E 4B EF 18 7D 68 B5 43 3E 1D ... returns 0x3C (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDC) - Data: A6 40 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DDC) - Data: A6 40 C3 08 9D 00 0E 4B EF 18 7D 68 B5 43 3E 1D ... returns 0x3C (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDC) - Data: A6 40 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDE) - Data: C3 08 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DDE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DDE) - Data: C3 08 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE0) - Data: 9D 00 0E 4B EF 18 7D 68 B5 43 3E 1D 00 29 08 D0 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE0) - Data: 9D 00 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE0) - Data: 9D 00 0E 4B EF 18 7D 68 B5 43 3E 1D 00 29 08 D0 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE0) - Data: 9D 00 returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE2) - Data: 0E 4B returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE2) - Data: 0E 4B returns 0x02 (0000ms, 0699ms total) +T420C 010:910 JLINK_ReadMemEx(0x00006DE4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE4) - Data: EF 18 7D 68 B5 43 3E 1D 00 29 08 D0 35 60 01 22 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE4) - Data: EF 18 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE4) - Data: EF 18 7D 68 B5 43 3E 1D 00 29 08 D0 35 60 01 22 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE4) - Data: EF 18 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE6) - Data: 7D 68 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE6) - Data: 7D 68 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE8) - Data: B5 43 3E 1D 00 29 08 D0 35 60 01 22 82 40 01 29 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE8) - Data: B5 43 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DE8) - Data: B5 43 3E 1D 00 29 08 D0 35 60 01 22 82 40 01 29 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DE8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DE8) - Data: B5 43 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DEA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEA) - Data: 3E 1D returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DEA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEA) - Data: 3E 1D returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DEC) - Data: 00 29 08 D0 35 60 01 22 82 40 01 29 0C D1 18 68 ... returns 0x3C (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEC) - Data: 00 29 returns 0x02 (0000ms, 0699ms total) +T420C 010:911 JLINK_ReadMemEx(0x00006DEC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DEC) - Data: 00 29 08 D0 35 60 01 22 82 40 01 29 0C D1 18 68 ... returns 0x3C (0001ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DEC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEC) - Data: 00 29 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEE) - Data: 08 D0 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DEE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DEE) - Data: 08 D0 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF0) - Data: 35 60 01 22 82 40 01 29 0C D1 18 68 10 43 18 60 ... returns 0x3C (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF0) - Data: 35 60 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF0) - Data: 35 60 01 22 82 40 01 29 0C D1 18 68 10 43 18 60 ... returns 0x3C (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF0) - Data: 35 60 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF2) - Data: 01 22 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF2) - Data: 01 22 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF4) - Data: 82 40 01 29 0C D1 18 68 10 43 18 60 F0 BD 01 21 ... returns 0x3C (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF4) - Data: 82 40 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF4) - Data: 82 40 01 29 0C D1 18 68 10 43 18 60 F0 BD 01 21 ... returns 0x3C (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF4) - Data: 82 40 returns 0x02 (0000ms, 0700ms total) +T420C 010:912 JLINK_ReadMemEx(0x00006DF6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF6) - Data: 01 29 returns 0x02 (0001ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DF6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF6) - Data: 01 29 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DF8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF8) - Data: 0C D1 18 68 10 43 18 60 F0 BD 01 21 81 40 18 68 ... returns 0x3C (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DF8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF8) - Data: 0C D1 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DF8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DF8) - Data: 0C D1 18 68 10 43 18 60 F0 BD 01 21 81 40 18 68 ... returns 0x3C (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DF8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DF8) - Data: 0C D1 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFA) - Data: 18 68 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFA) - Data: 18 68 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DFC) - Data: 10 43 18 60 F0 BD 01 21 81 40 18 68 88 43 18 60 ... returns 0x3C (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFC) - Data: 10 43 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006DFC) - Data: 10 43 18 60 F0 BD 01 21 81 40 18 68 88 43 18 60 ... returns 0x3C (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFC) - Data: 10 43 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFE) - Data: 18 60 returns 0x02 (0000ms, 0701ms total) +T420C 010:913 JLINK_ReadMemEx(0x00006DFE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006DFE) - Data: 18 60 returns 0x02 (0001ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E00, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E00) - Data: F0 BD 01 21 81 40 18 68 88 43 18 60 A2 40 15 43 ... returns 0x3C (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E00, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E00) - Data: F0 BD returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E00, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E00) - Data: F0 BD 01 21 81 40 18 68 88 43 18 60 A2 40 15 43 ... returns 0x3C (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E00, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E00) - Data: F0 BD returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E02, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E02) - Data: 01 21 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E02, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E02) - Data: 01 21 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E04, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E04) - Data: 81 40 18 68 88 43 18 60 A2 40 15 43 35 60 F0 BD ... returns 0x3C (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E04, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E04) - Data: 81 40 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E04, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E04) - Data: 81 40 18 68 88 43 18 60 A2 40 15 43 35 60 F0 BD ... returns 0x3C (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E04, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E04) - Data: 81 40 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E06, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E06) - Data: 18 68 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E06, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E06) - Data: 18 68 returns 0x02 (0000ms, 0702ms total) +T420C 010:914 JLINK_ReadMemEx(0x00006E08, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00006E40) -- Updating C cache (64 bytes @ 0x00006E40) -- Read from C cache (60 bytes @ 0x00006E08) - Data: 88 43 18 60 A2 40 15 43 35 60 F0 BD 18 68 90 43 ... returns 0x3C (0002ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E08, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E08) - Data: 88 43 returns 0x02 (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E08, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E08) - Data: 88 43 18 60 A2 40 15 43 35 60 F0 BD 18 68 90 43 ... returns 0x3C (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E08, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E08) - Data: 88 43 returns 0x02 (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E0A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0A) - Data: 18 60 returns 0x02 (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E0A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0A) - Data: 18 60 returns 0x02 (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E0C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E0C) - Data: A2 40 15 43 35 60 F0 BD 18 68 90 43 18 60 F0 BD ... returns 0x3C (0000ms, 0704ms total) +T420C 010:916 JLINK_ReadMemEx(0x00006E0C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0C) - Data: A2 40 returns 0x02 (0001ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E0C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E0C) - Data: A2 40 15 43 35 60 F0 BD 18 68 90 43 18 60 F0 BD ... returns 0x3C (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E0C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0C) - Data: A2 40 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E0E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0E) - Data: 15 43 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E0E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E0E) - Data: 15 43 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E10, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E10) - Data: 35 60 F0 BD 18 68 90 43 18 60 F0 BD 0C 01 00 40 ... returns 0x3C (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E10, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E10) - Data: 35 60 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E10, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E10) - Data: 35 60 F0 BD 18 68 90 43 18 60 F0 BD 0C 01 00 40 ... returns 0x3C (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E10, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E10) - Data: 35 60 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E12, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E12) - Data: F0 BD returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E12, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E12) - Data: F0 BD returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E14, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E14) - Data: 18 68 90 43 18 60 F0 BD 0C 01 00 40 80 B5 01 20 ... returns 0x3C (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E14, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E14) - Data: 18 68 returns 0x02 (0000ms, 0705ms total) +T420C 010:917 JLINK_ReadMemEx(0x00006E14, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E14) - Data: 18 68 90 43 18 60 F0 BD 0C 01 00 40 80 B5 01 20 ... returns 0x3C (0000ms, 0705ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E14, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E14) - Data: 18 68 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E16, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E16) - Data: 90 43 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E16, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E16) - Data: 90 43 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E18, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E18) - Data: 18 60 F0 BD 0C 01 00 40 80 B5 01 20 FE F7 9C FA ... returns 0x3C (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E18, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E18) - Data: 18 60 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E18, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E18) - Data: 18 60 F0 BD 0C 01 00 40 80 B5 01 20 FE F7 9C FA ... returns 0x3C (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E18, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E18) - Data: 18 60 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E1A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E1A) - Data: F0 BD returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E1A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E1A) - Data: F0 BD returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E1C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E1C) - Data: 0C 01 00 40 80 B5 01 20 FE F7 9C FA 80 BD 00 00 ... returns 0x3C (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E1C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E1C) - Data: 0C 01 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E20, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E20) - Data: 80 B5 01 20 FE F7 9C FA 80 BD 00 00 82 B0 FD F7 ... returns 0x3C (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E20, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E20) - Data: 80 B5 returns 0x02 (0000ms, 0706ms total) +T420C 010:918 JLINK_ReadMemEx(0x00006E22, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E22) - Data: 01 20 returns 0x02 (0001ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E22, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E22) - Data: 01 20 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E24, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E24) - Data: FE F7 9C FA 80 BD 00 00 82 B0 FD F7 77 FD 05 20 ... returns 0x3C (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E24, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E24) - Data: FE F7 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E24, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E24) - Data: FE F7 9C FA 80 BD 00 00 82 B0 FD F7 77 FD 05 20 ... returns 0x3C (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E24, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E24) - Data: FE F7 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E26, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E26) - Data: 9C FA returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E28, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E28) - Data: 80 BD 00 00 82 B0 FD F7 77 FD 05 20 00 24 21 46 ... returns 0x3C (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E28, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E28) - Data: 80 BD returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E2A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2A) - Data: 00 00 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E2A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2A) - Data: 00 00 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E2C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E2C) - Data: 82 B0 FD F7 77 FD 05 20 00 24 21 46 FF F7 A4 FF ... returns 0x3C (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E2C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2C) - Data: 82 B0 returns 0x02 (0000ms, 0707ms total) +T420C 010:919 JLINK_ReadMemEx(0x00006E2C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E2C) - Data: 82 B0 FD F7 77 FD 05 20 00 24 21 46 FF F7 A4 FF ... returns 0x3C (0001ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E2C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2C) - Data: 82 B0 returns 0x02 (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E2E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2E) - Data: FD F7 returns 0x02 (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E2E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E2E) - Data: FD F7 returns 0x02 (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E30, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E30) - Data: 77 FD 05 20 00 24 21 46 FF F7 A4 FF 06 20 21 46 ... returns 0x3C (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E30, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E30) - Data: 77 FD returns 0x02 (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E32, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E32) - Data: 05 20 returns 0x02 (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E34, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x00006E34) - Data: 00 24 21 46 FF F7 A4 FF 06 20 21 46 FF F7 A0 FF ... returns 0x3C (0000ms, 0708ms total) +T420C 010:920 JLINK_ReadMemEx(0x00006E34, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006E34) - Data: 00 24 returns 0x02 (0000ms, 0708ms total) +T420C 015:398 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 0708ms total) +T420C 015:398 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) + -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0076ms, 0784ms total) +T420C 015:474 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0784ms total) +T420C 015:474 JLINK_ReadReg(XPSR) returns 0xC1000000 (0001ms, 0785ms total) +T420C 015:477 JLINK_ReadMemEx(0x03003738, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003738) - Data: 00 F0 4E F8 FC F7 C0 FC 80 B5 0D 49 08 68 00 28 ... returns 0x3C (0001ms, 0786ms total) +T420C 015:478 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0787ms total) +T420C 015:479 JLINK_ReadMemEx(0x0300373A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373A) - Data: 4E F8 returns 0x02 (0001ms, 0788ms total) +T420C 015:480 JLINK_ReadMemEx(0x0300373C, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x0300373C) - Data: FC F7 C0 FC 80 B5 0D 49 08 68 00 28 00 D4 80 BD ... returns 0x3C (0002ms, 0790ms total) +T420C 015:482 JLINK_ReadMemEx(0x0300373C, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373C) - Data: FC F7 returns 0x02 (0001ms, 0791ms total) +T420C 015:483 JLINK_ReadMemEx(0x0300373E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300373E) - Data: C0 FC returns 0x02 (0001ms, 0792ms total) +T420C 015:484 JLINK_ReadMemEx(0x03003740, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003740) - Data: 80 B5 0D 49 08 68 00 28 00 D4 80 BD 0B 48 02 68 ... returns 0x3C (0002ms, 0794ms total) +T420C 015:486 JLINK_ReadMemEx(0x03003740, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003740) - Data: 80 B5 returns 0x02 (0001ms, 0795ms total) +T420C 015:487 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0000ms, 0795ms total) +T420C 015:487 JLINK_ReadMemEx(0x03003742, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003742) - Data: 0D 49 returns 0x02 (0001ms, 0796ms total) +T420C 015:488 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 0798ms total) +T420C 015:490 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 0799ms total) +T420C 015:491 JLINK_ReadMemEx(0x03003744, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003744) - Data: 08 68 00 28 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 ... returns 0x3C (0002ms, 0801ms total) +T420C 015:493 JLINK_ReadMemEx(0x03003744, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003744) - Data: 08 68 returns 0x02 (0001ms, 0802ms total) +T420C 015:494 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0803ms total) +T420C 015:495 JLINK_ReadMemEx(0x03003746, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003746) - Data: 00 28 returns 0x02 (0001ms, 0804ms total) +T420C 015:496 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 0805ms total) +T420C 015:497 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0001ms, 0806ms total) +T420C 015:498 JLINK_ReadMemEx(0x03003748, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(60 bytes @ 0x03003748) - Data: 00 D4 80 BD 0B 48 02 68 03 2A 05 D1 04 22 0A 60 ... returns 0x3C (0001ms, 0807ms total) +T420C 015:500 JLINK_ReadMemEx(0x03003748, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003748) - Data: 00 D4 returns 0x02 (0000ms, 0807ms total) +T420C 015:500 JLINK_ReadMemEx(0x0300374A, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x0300374A) - Data: 80 BD returns 0x02 (0001ms, 0808ms total) +T420C 015:760 JLINK_ReadReg(R0) returns 0x00006E2D (0000ms, 0808ms total) +T420C 015:760 JLINK_ReadReg(R1) returns 0x0201C044 (0000ms, 0808ms total) +T420C 015:760 JLINK_ReadReg(R2) returns 0x00000000 (0000ms, 0808ms total) +T420C 015:760 JLINK_ReadReg(R3) returns 0x00009751 (0001ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R4) returns 0x0000A940 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R6) returns 0x0000A940 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R9) returns 0x0202329C (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R13 (SP)) returns 0x0202F800 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R14) returns 0x00000CE1 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(R15 (PC)) returns 0x03003738 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(XPSR) returns 0xC1000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(MSP) returns 0x0202F800 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(PSP) returns 0x02028000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0809ms total) +T420C 015:761 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0810ms total) +T420C 015:762 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0811ms total) +T420C 015:763 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0812ms total) +T420C 015:765 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0002ms, 0814ms total) +T420C 015:767 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 0815ms total) +T420C 015:768 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0816ms total) +T420C 015:769 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0817ms total) +T420C 015:770 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 0818ms total) +T420C 015:772 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0819ms total) +T420C 015:774 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0820ms total) +T420C 015:775 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0821ms total) +T420C 015:776 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0001ms, 0822ms total) +T420C 015:777 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0823ms total) +T420C 015:778 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0824ms total) +T420C 015:779 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0825ms total) +T420C 015:780 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0826ms total) +T62B4 015:872 JLINK_ReadMemEx(0x03003738, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x03003738) - Data: 00 F0 returns 0x02 (0001ms, 0827ms total) +T62B4 015:873 JLINK_SetBPEx(Addr = 0x00006ED8, Type = 0xFFFFFFF2) returns 0x00000002 (0000ms, 0827ms total) +T62B4 015:873 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 0834ms total) +T62B4 015:981 JLINK_IsHalted() returns TRUE (0004ms, 0838ms total) +T62B4 015:985 JLINK_Halt() returns 0x00 (0000ms, 0834ms total) +T62B4 015:985 JLINK_IsHalted() returns TRUE (0000ms, 0834ms total) +T62B4 015:985 JLINK_IsHalted() returns TRUE (0000ms, 0834ms total) +T62B4 015:985 JLINK_IsHalted() returns TRUE (0000ms, 0834ms total) +T62B4 015:985 JLINK_ReadReg(R15 (PC)) returns 0x00006ED8 (0000ms, 0834ms total) +T62B4 015:985 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0834ms total) +T62B4 015:985 JLINK_ClrBPEx(BPHandle = 0x00000002) returns 0x00 (0000ms, 0834ms total) +T62B4 015:985 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0001ms, 0835ms total) +T62B4 015:986 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 0836ms total) +T62B4 015:987 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 0837ms total) +T62B4 015:988 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 0837ms total) +T62B4 015:988 JLINK_ReadReg(R1) returns 0x00000008 (0000ms, 0837ms total) +T62B4 015:988 JLINK_ReadReg(R2) returns 0x00001018 (0000ms, 0837ms total) +T62B4 015:988 JLINK_ReadReg(R3) returns 0x00001018 (0001ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R4) returns 0x00000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R5) returns 0x00000001 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R6) returns 0x00000003 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R7) returns 0x02000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R9) returns 0x0202329C (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R12) returns 0x00000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R13 (SP)) returns 0x0202F7F8 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R14) returns 0x000017DB (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(R15 (PC)) returns 0x00006ED8 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(MSP) returns 0x0202F7F8 (0000ms, 0838ms total) +T62B4 015:989 JLINK_ReadReg(PSP) returns 0x02028000 (0001ms, 0839ms total) +T62B4 015:990 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0839ms total) +T420C 015:997 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0000ms, 0839ms total) +T420C 015:997 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0840ms total) +T420C 015:998 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0841ms total) +T420C 016:000 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0842ms total) +T420C 016:001 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 0843ms total) +T420C 016:002 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0844ms total) +T420C 016:004 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0845ms total) +T420C 016:005 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 0846ms total) +T420C 016:006 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0847ms total) +T420C 016:009 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0000ms, 0847ms total) +T420C 016:012 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: 00 00 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0848ms total) +T420C 016:014 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0002ms, 0850ms total) +T420C 016:016 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0851ms total) +T420C 016:017 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0852ms total) +T420C 016:019 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0853ms total) +T420C 016:020 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0854ms total) +T420C 016:028 JLINK_ReadMemEx(0x00006ED4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x00006EC0) -- Updating C cache (128 bytes @ 0x00006EC0) -- Read from C cache (60 bytes @ 0x00006ED4) - Data: FA F7 4E FC FC F7 DC F9 0C 20 FF F7 9F FE FC F7 ... returns 0x3C (0002ms, 0856ms total) +T420C 016:030 JLINK_ReadMemEx(0x00006ED4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006ED4) - Data: FA F7 returns 0x02 (0000ms, 0856ms total) +T420C 016:030 JLINK_ReadMemEx(0x00006ED6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006ED6) - Data: 4E FC returns 0x02 (0000ms, 0856ms total) +T62B4 022:780 JLINK_ReadMemEx(0x00006ED8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x00006ED8) - Data: FC F7 returns 0x02 (0001ms, 0857ms total) +T62B4 022:781 JLINK_Step() -- Read from C cache (2 bytes @ 0x00006ED8) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- CPU_ReadMem(4 bytes @ 0xE000ED18) -- CPU_WriteMem(4 bytes @ 0xE000ED18) -- CPU_ReadMem(4 bytes @ 0xE0001004) -- Read from C cache (2 bytes @ 0x00006EDA) -- Simulated returns 0x00 (0004ms, 0861ms total) +T62B4 022:786 JLINK_ReadReg(R15 (PC)) returns 0x00003294 (0000ms, 0861ms total) +T62B4 022:786 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0861ms total) +T62B4 022:786 JLINK_SetBPEx(Addr = 0x00006ED8, Type = 0xFFFFFFF2) returns 0x00000003 (0000ms, 0861ms total) +T62B4 022:786 JLINK_SetBPEx(Addr = 0x000032DE, Type = 0xFFFFFFF2) returns 0x00000004 (0000ms, 0861ms total) +T62B4 022:786 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0007ms, 0868ms total) +T62B4 022:894 JLINK_IsHalted() returns TRUE (0003ms, 0871ms total) +T62B4 022:897 JLINK_Halt() returns 0x00 (0000ms, 0868ms total) +T62B4 022:897 JLINK_IsHalted() returns TRUE (0000ms, 0868ms total) +T62B4 022:897 JLINK_IsHalted() returns TRUE (0000ms, 0868ms total) +T62B4 022:897 JLINK_IsHalted() returns TRUE (0000ms, 0868ms total) +T62B4 022:897 JLINK_ReadReg(R15 (PC)) returns 0x000032DE (0000ms, 0868ms total) +T62B4 022:897 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0868ms total) +T62B4 022:897 JLINK_ClrBPEx(BPHandle = 0x00000003) returns 0x00 (0000ms, 0868ms total) +T62B4 022:897 JLINK_ClrBPEx(BPHandle = 0x00000004) returns 0x00 (0001ms, 0869ms total) +T62B4 022:898 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 03 00 00 00 returns 0x01 (0000ms, 0869ms total) +T62B4 022:898 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00 returns 0x01 (0001ms, 0870ms total) +T62B4 022:899 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00 returns 0x01 (0001ms, 0871ms total) +T62B4 022:900 JLINK_ReadReg(R0) returns 0xFFFFFFFE (0000ms, 0871ms total) +T62B4 022:900 JLINK_ReadReg(R1) returns 0x00000008 (0000ms, 0871ms total) +T62B4 022:901 JLINK_ReadReg(R2) returns 0x00001018 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R3) returns 0x00001008 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R4) returns 0x00000040 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R5) returns 0x00000002 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R6) returns 0x020194C0 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R7) returns 0x00000000 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R8) returns 0x00000000 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R9) returns 0x0202329C (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R10) returns 0x00000000 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R11) returns 0x00000000 (0000ms, 0872ms total) +T62B4 022:901 JLINK_ReadReg(R12) returns 0x00000000 (0001ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(R13 (SP)) returns 0x0202F7E0 (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(R14) returns 0x000024DB (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(R15 (PC)) returns 0x000032DE (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(XPSR) returns 0x81000000 (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(MSP) returns 0x0202F7E0 (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(PSP) returns 0x02028000 (0000ms, 0873ms total) +T62B4 022:902 JLINK_ReadReg(CFBP) returns 0x00000000 (0000ms, 0873ms total) +T420C 022:902 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: DD 6E 00 00 returns 0x04 (0001ms, 0874ms total) +T420C 022:903 JLINK_ReadMemEx(0x0202F7E4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E4) - Data: 00 00 00 00 returns 0x04 (0001ms, 0875ms total) +T420C 022:904 JLINK_ReadMemEx(0x0202F7E8, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7E8) - Data: 01 00 00 00 returns 0x04 (0001ms, 0876ms total) +T420C 022:905 JLINK_ReadMemEx(0x0202F7EC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7EC) - Data: 03 00 00 00 returns 0x04 (0001ms, 0877ms total) +T420C 022:906 JLINK_ReadMemEx(0x0202F7F0, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F0) - Data: 00 00 00 02 returns 0x04 (0002ms, 0879ms total) +T420C 022:908 JLINK_ReadMemEx(0x0202F7F4, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0202F7F4) - Data: DD 6E 00 00 returns 0x04 (0000ms, 0879ms total) +T420C 022:918 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0880ms total) +T420C 022:919 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0881ms total) +T420C 022:920 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0882ms total) +T420C 022:922 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0883ms total) +T420C 022:923 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 0884ms total) +T420C 022:924 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 0885ms total) +T420C 022:925 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 0886ms total) +T420C 022:926 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 0887ms total) +T420C 022:927 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0003ms, 0890ms total) +T420C 022:930 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 0891ms total) +T420C 022:931 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0892ms total) +T420C 022:933 JLINK_ReadMemEx(0x020196C0, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C0) - Data: 00 00 returns 0x02 (0001ms, 0893ms total) +T420C 022:934 JLINK_ReadMemEx(0x020196C2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196C2) - Data: 00 00 returns 0x02 (0001ms, 0894ms total) +T420C 022:935 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 0895ms total) +T420C 022:936 JLINK_ReadMemEx(0x020196F2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F2) - Data: 00 00 returns 0x02 (0001ms, 0896ms total) +T420C 022:937 JLINK_ReadMemEx(0x020196F4, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x020196F4) - Data: 00 00 returns 0x02 (0001ms, 0897ms total) +T420C 022:946 JLINK_ReadMemEx(0x000032D2, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x000032C0) -- Updating C cache (64 bytes @ 0x000032C0) -- Read from C cache (2 bytes @ 0x000032D2) - Data: 20 46 returns 0x02 (0002ms, 0899ms total) +T420C 022:948 JLINK_ReadMemEx(0x000032D4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x00003300) -- Updating C cache (64 bytes @ 0x00003300) -- Read from C cache (60 bytes @ 0x000032D4) - Data: 00 99 32 46 2B 46 FF F7 6F F8 01 B0 F0 BD C0 46 ... returns 0x3C (0002ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D4) - Data: 00 99 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032D4) - Data: 00 99 32 46 2B 46 FF F7 6F F8 01 B0 F0 BD C0 46 ... returns 0x3C (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D4) - Data: 00 99 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D6) - Data: 32 46 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D6) - Data: 32 46 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032D8) - Data: 2B 46 FF F7 6F F8 01 B0 F0 BD C0 46 A4 94 01 02 ... returns 0x3C (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D8) - Data: 2B 46 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032D8) - Data: 2B 46 FF F7 6F F8 01 B0 F0 BD C0 46 A4 94 01 02 ... returns 0x3C (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032D8) - Data: 2B 46 returns 0x02 (0000ms, 0901ms total) +T420C 022:950 JLINK_ReadMemEx(0x000032DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032DA) - Data: FF F7 returns 0x02 (0001ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032DA) - Data: FF F7 returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032DC) - Data: 6F F8 01 B0 F0 BD C0 46 A4 94 01 02 80 B5 12 48 ... returns 0x3C (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032DC) - Data: 6F F8 returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032DE) - Data: 01 B0 returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032E0) - Data: F0 BD C0 46 A4 94 01 02 80 B5 12 48 01 68 1F 22 ... returns 0x3C (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E0) - Data: F0 BD returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032E0) - Data: F0 BD C0 46 A4 94 01 02 80 B5 12 48 01 68 1F 22 ... returns 0x3C (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E0) - Data: F0 BD returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E2) - Data: C0 46 returns 0x02 (0000ms, 0902ms total) +T420C 022:951 JLINK_ReadMemEx(0x000032E2, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E2) - Data: C0 46 returns 0x02 (0001ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032E4) - Data: A4 94 01 02 80 B5 12 48 01 68 1F 22 0A 40 02 60 ... returns 0x3C (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E4) - Data: A4 94 returns 0x02 (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E4, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032E4) - Data: A4 94 01 02 80 B5 12 48 01 68 1F 22 0A 40 02 60 ... returns 0x3C (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E4) - Data: A4 94 returns 0x02 (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E6) - Data: 01 02 returns 0x02 (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E6) - Data: 01 02 returns 0x02 (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x000032E8) - Data: 80 B5 12 48 01 68 1F 22 0A 40 02 60 03 20 08 40 ... returns 0x3C (0000ms, 0903ms total) +T420C 022:952 JLINK_ReadMemEx(0x000032E8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x000032E8) - Data: 80 B5 returns 0x02 (0000ms, 0903ms total) +T420C 031:307 JLINK_ReadMemEx(0x020194C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C0) - Data: 00 returns 0x01 (0003ms, 0906ms total) +T420C 031:310 JLINK_ReadMemEx(0x020194C1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C1) - Data: 04 returns 0x01 (0000ms, 0906ms total) +T420C 031:310 JLINK_ReadMemEx(0x020194C2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C2) - Data: 00 returns 0x01 (0001ms, 0907ms total) +T420C 031:311 JLINK_ReadMemEx(0x020194C3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C3) - Data: 00 returns 0x01 (0001ms, 0908ms total) +T420C 031:312 JLINK_ReadMemEx(0x020194C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C4) - Data: 00 returns 0x01 (0001ms, 0909ms total) +T420C 031:313 JLINK_ReadMemEx(0x020194C5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C5) - Data: 00 returns 0x01 (0001ms, 0910ms total) +T420C 031:314 JLINK_ReadMemEx(0x020194C6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C6) - Data: 00 returns 0x01 (0001ms, 0911ms total) +T420C 031:315 JLINK_ReadMemEx(0x020194C7, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C7) - Data: 00 returns 0x01 (0001ms, 0912ms total) +T420C 031:316 JLINK_ReadMemEx(0x020194C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C8) - Data: 00 returns 0x01 (0001ms, 0913ms total) +T420C 031:317 JLINK_ReadMemEx(0x020194C9, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C9) - Data: 00 returns 0x01 (0002ms, 0915ms total) +T420C 033:236 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0003ms, 0918ms total) +T420C 033:239 JLINK_ReadMemEx(0x020194C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C0) - Data: 00 returns 0x01 (0000ms, 0918ms total) +T420C 033:239 JLINK_ReadMemEx(0x020194C1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C1) - Data: 04 returns 0x01 (0001ms, 0919ms total) +T420C 033:240 JLINK_ReadMemEx(0x020194C2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C2) - Data: 00 returns 0x01 (0002ms, 0921ms total) +T420C 033:242 JLINK_ReadMemEx(0x020194C3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C3) - Data: 00 returns 0x01 (0001ms, 0922ms total) +T420C 033:243 JLINK_ReadMemEx(0x020194C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C4) - Data: 00 returns 0x01 (0001ms, 0923ms total) +T420C 033:244 JLINK_ReadMemEx(0x020194C5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C5) - Data: 00 returns 0x01 (0001ms, 0924ms total) +T420C 033:245 JLINK_ReadMemEx(0x020194C6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C6) - Data: 00 returns 0x01 (0001ms, 0925ms total) +T420C 033:246 JLINK_ReadMemEx(0x020194C7, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C7) - Data: 00 returns 0x01 (0001ms, 0926ms total) +T420C 033:247 JLINK_ReadMemEx(0x020194C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C8) - Data: 00 returns 0x01 (0001ms, 0927ms total) +T420C 033:248 JLINK_ReadMemEx(0x020194C9, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C9) - Data: 00 returns 0x01 (0001ms, 0928ms total) +T420C 033:249 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0929ms total) +T420C 033:250 JLINK_ReadMemEx(0x020194C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C0) - Data: 00 returns 0x01 (0001ms, 0930ms total) +T420C 033:251 JLINK_ReadMemEx(0x020194C1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C1) - Data: 04 returns 0x01 (0001ms, 0931ms total) +T420C 033:252 JLINK_ReadMemEx(0x020194C2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C2) - Data: 00 returns 0x01 (0001ms, 0932ms total) +T420C 033:253 JLINK_ReadMemEx(0x020194C3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C3) - Data: 00 returns 0x01 (0001ms, 0933ms total) +T420C 033:254 JLINK_ReadMemEx(0x020194C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C4) - Data: 00 returns 0x01 (0001ms, 0934ms total) +T420C 033:255 JLINK_ReadMemEx(0x020194C5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C5) - Data: 00 returns 0x01 (0001ms, 0935ms total) +T420C 033:256 JLINK_ReadMemEx(0x020194C6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C6) - Data: 00 returns 0x01 (0001ms, 0936ms total) +T420C 033:257 JLINK_ReadMemEx(0x020194C7, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C7) - Data: 00 returns 0x01 (0001ms, 0937ms total) +T420C 033:258 JLINK_ReadMemEx(0x020194C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C8) - Data: 00 returns 0x01 (0001ms, 0938ms total) +T420C 033:259 JLINK_ReadMemEx(0x020194C9, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C9) - Data: 00 returns 0x01 (0001ms, 0939ms total) +T420C 033:287 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0940ms total) +T420C 033:288 JLINK_ReadMemEx(0x020194C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C0) - Data: 00 returns 0x01 (0002ms, 0942ms total) +T420C 033:290 JLINK_ReadMemEx(0x020194C1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C1) - Data: 04 returns 0x01 (0001ms, 0943ms total) +T420C 033:291 JLINK_ReadMemEx(0x020194C2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C2) - Data: 00 returns 0x01 (0001ms, 0944ms total) +T420C 033:292 JLINK_ReadMemEx(0x020194C3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C3) - Data: 00 returns 0x01 (0001ms, 0945ms total) +T420C 033:293 JLINK_ReadMemEx(0x020194C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C4) - Data: 00 returns 0x01 (0001ms, 0946ms total) +T420C 033:294 JLINK_ReadMemEx(0x020194C5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C5) - Data: 00 returns 0x01 (0001ms, 0947ms total) +T420C 033:295 JLINK_ReadMemEx(0x020194C6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C6) - Data: 00 returns 0x01 (0000ms, 0947ms total) +T420C 033:295 JLINK_ReadMemEx(0x020194C7, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C7) - Data: 00 returns 0x01 (0001ms, 0948ms total) +T420C 033:296 JLINK_ReadMemEx(0x020194C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C8) - Data: 00 returns 0x01 (0002ms, 0950ms total) +T420C 033:298 JLINK_ReadMemEx(0x020194C9, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C9) - Data: 00 returns 0x01 (0001ms, 0951ms total) +T420C 039:443 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0952ms total) +T420C 039:444 JLINK_ReadMemEx(0x020194C0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C0) - Data: 00 returns 0x01 (0001ms, 0953ms total) +T420C 039:445 JLINK_ReadMemEx(0x020194C1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C1) - Data: 04 returns 0x01 (0001ms, 0954ms total) +T420C 039:446 JLINK_ReadMemEx(0x020194C2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C2) - Data: 00 returns 0x01 (0001ms, 0955ms total) +T420C 039:447 JLINK_ReadMemEx(0x020194C3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C3) - Data: 00 returns 0x01 (0001ms, 0956ms total) +T420C 039:448 JLINK_ReadMemEx(0x020194C4, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C4) - Data: 00 returns 0x01 (0001ms, 0957ms total) +T420C 039:449 JLINK_ReadMemEx(0x020194C5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C5) - Data: 00 returns 0x01 (0001ms, 0958ms total) +T420C 039:450 JLINK_ReadMemEx(0x020194C6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C6) - Data: 00 returns 0x01 (0001ms, 0959ms total) +T420C 039:451 JLINK_ReadMemEx(0x020194C7, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C7) - Data: 00 returns 0x01 (0001ms, 0960ms total) +T420C 039:452 JLINK_ReadMemEx(0x020194C8, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C8) - Data: 00 returns 0x01 (0001ms, 0961ms total) +T420C 039:453 JLINK_ReadMemEx(0x020194C9, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194C9) - Data: 00 returns 0x01 (0001ms, 0962ms total) +T420C 040:536 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0002ms, 0964ms total) +T420C 040:538 JLINK_ReadMemEx(0x020194CA, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CA) - Data: FF returns 0x01 (0000ms, 0964ms total) +T420C 040:538 JLINK_ReadMemEx(0x020194CB, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CB) - Data: FB returns 0x01 (0001ms, 0965ms total) +T420C 040:539 JLINK_ReadMemEx(0x020194CC, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CC) - Data: 00 returns 0x01 (0001ms, 0966ms total) +T420C 040:540 JLINK_ReadMemEx(0x020194CD, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CD) - Data: 00 returns 0x01 (0001ms, 0967ms total) +T420C 040:542 JLINK_ReadMemEx(0x020194CE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CE) - Data: 00 returns 0x01 (0002ms, 0969ms total) +T420C 040:544 JLINK_ReadMemEx(0x020194CF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CF) - Data: 00 returns 0x01 (0000ms, 0969ms total) +T420C 040:544 JLINK_ReadMemEx(0x020194D0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D0) - Data: 00 returns 0x01 (0002ms, 0971ms total) +T420C 040:546 JLINK_ReadMemEx(0x020194D1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D1) - Data: 00 returns 0x01 (0001ms, 0972ms total) +T420C 040:547 JLINK_ReadMemEx(0x020194D2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D2) - Data: 00 returns 0x01 (0001ms, 0973ms total) +T420C 040:548 JLINK_ReadMemEx(0x020194D3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D3) - Data: 00 returns 0x01 (0001ms, 0974ms total) +T420C 040:549 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 0975ms total) +T420C 040:550 JLINK_ReadMemEx(0x020194CA, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CA) - Data: FF returns 0x01 (0001ms, 0976ms total) +T420C 040:551 JLINK_ReadMemEx(0x020194CB, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CB) - Data: FB returns 0x01 (0001ms, 0977ms total) +T420C 040:552 JLINK_ReadMemEx(0x020194CC, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CC) - Data: 00 returns 0x01 (0001ms, 0978ms total) +T420C 040:553 JLINK_ReadMemEx(0x020194CD, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CD) - Data: 00 returns 0x01 (0001ms, 0979ms total) +T420C 040:554 JLINK_ReadMemEx(0x020194CE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CE) - Data: 00 returns 0x01 (0001ms, 0980ms total) +T420C 040:555 JLINK_ReadMemEx(0x020194CF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CF) - Data: 00 returns 0x01 (0001ms, 0981ms total) +T420C 040:556 JLINK_ReadMemEx(0x020194D0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D0) - Data: 00 returns 0x01 (0001ms, 0982ms total) +T420C 040:557 JLINK_ReadMemEx(0x020194D1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D1) - Data: 00 returns 0x01 (0001ms, 0983ms total) +T420C 040:558 JLINK_ReadMemEx(0x020194D2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D2) - Data: 00 returns 0x01 (0001ms, 0984ms total) +T420C 040:559 JLINK_ReadMemEx(0x020194D3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D3) - Data: 00 returns 0x01 (0001ms, 0985ms total) +T420C 040:592 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0002ms, 0987ms total) +T420C 040:594 JLINK_ReadMemEx(0x020194CA, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CA) - Data: FF returns 0x01 (0000ms, 0987ms total) +T420C 040:594 JLINK_ReadMemEx(0x020194CB, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CB) - Data: FB returns 0x01 (0002ms, 0989ms total) +T420C 040:596 JLINK_ReadMemEx(0x020194CC, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CC) - Data: 00 returns 0x01 (0001ms, 0990ms total) +T420C 040:597 JLINK_ReadMemEx(0x020194CD, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CD) - Data: 00 returns 0x01 (0001ms, 0991ms total) +T420C 040:598 JLINK_ReadMemEx(0x020194CE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CE) - Data: 00 returns 0x01 (0001ms, 0992ms total) +T420C 040:599 JLINK_ReadMemEx(0x020194CF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CF) - Data: 00 returns 0x01 (0001ms, 0993ms total) +T420C 040:600 JLINK_ReadMemEx(0x020194D0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D0) - Data: 00 returns 0x01 (0001ms, 0994ms total) +T420C 040:601 JLINK_ReadMemEx(0x020194D1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D1) - Data: 00 returns 0x01 (0001ms, 0995ms total) +T420C 040:602 JLINK_ReadMemEx(0x020194D2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D2) - Data: 00 returns 0x01 (0001ms, 0996ms total) +T420C 040:603 JLINK_ReadMemEx(0x020194D3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D3) - Data: 00 returns 0x01 (0001ms, 0997ms total) +T420C 043:313 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 0998ms total) +T420C 043:314 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 0999ms total) +T420C 043:315 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 1000ms total) +T420C 043:318 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 1001ms total) +T420C 043:319 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0002ms, 1003ms total) +T420C 043:321 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 1004ms total) +T420C 043:323 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 1005ms total) +T420C 043:324 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 1006ms total) +T420C 043:325 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 1007ms total) +T420C 043:327 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1008ms total) +T420C 043:328 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 1009ms total) +T420C 043:330 JLINK_ReadMemEx(0x020194CA, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CA) - Data: FF returns 0x01 (0000ms, 1009ms total) +T420C 043:331 JLINK_ReadMemEx(0x020194CB, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CB) - Data: FB returns 0x01 (0001ms, 1010ms total) +T420C 043:333 JLINK_ReadMemEx(0x020194CC, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CC) - Data: 00 returns 0x01 (0000ms, 1010ms total) +T420C 043:334 JLINK_ReadMemEx(0x020194CD, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CD) - Data: 00 returns 0x01 (0001ms, 1012ms total) +T420C 043:336 JLINK_ReadMemEx(0x020194CE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CE) - Data: 00 returns 0x01 (0001ms, 1013ms total) +T420C 043:338 JLINK_ReadMemEx(0x020194CF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CF) - Data: 00 returns 0x01 (0001ms, 1014ms total) +T420C 043:339 JLINK_ReadMemEx(0x020194D0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D0) - Data: 00 returns 0x01 (0001ms, 1015ms total) +T420C 043:340 JLINK_ReadMemEx(0x020194D1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D1) - Data: 00 returns 0x01 (0001ms, 1016ms total) +T420C 043:342 JLINK_ReadMemEx(0x020194D2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D2) - Data: 00 returns 0x01 (0000ms, 1016ms total) +T420C 043:343 JLINK_ReadMemEx(0x020194D3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D3) - Data: 00 returns 0x01 (0001ms, 1018ms total) +T420C 047:039 JLINK_ReadMemEx(0x02019628, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019628) - Data: 00 00 00 00 returns 0x04 (0001ms, 1019ms total) +T420C 047:040 JLINK_ReadMemEx(0x02019620, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019620) - Data: 00 00 00 00 returns 0x04 (0001ms, 1020ms total) +T420C 047:041 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 1021ms total) +T420C 047:043 JLINK_ReadMemEx(0x02019634, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019634) - Data: 00 00 00 00 returns 0x04 (0001ms, 1022ms total) +T420C 047:044 JLINK_ReadMemEx(0x02019644, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019644) - Data: 00 00 00 00 returns 0x04 (0001ms, 1023ms total) +T420C 047:045 JLINK_ReadMemEx(0x02019640, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019640) - Data: 00 00 00 00 returns 0x04 (0001ms, 1024ms total) +T420C 047:046 JLINK_ReadMemEx(0x0201962C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x0201962C) - Data: 00 00 00 00 returns 0x04 (0001ms, 1025ms total) +T420C 047:047 JLINK_ReadMemEx(0x02019524, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x02019524) - Data: 00 00 00 00 returns 0x04 (0001ms, 1026ms total) +T420C 047:049 JLINK_ReadMemEx(0x020194C0, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194C0) - Data: 00 04 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 1027ms total) +T420C 047:050 JLINK_ReadMemEx(0x020194BC, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x020194BC) - Data: 00 00 00 00 returns 0x04 (0001ms, 1028ms total) +T420C 047:052 JLINK_ReadMemEx(0x020194CA, 0x000A Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(10 bytes @ 0x020194CA) - Data: FF FB 00 00 00 00 00 00 00 00 returns 0x0A (0001ms, 1029ms total) +T420C 047:053 JLINK_ReadMemEx(0x020194CA, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CA) - Data: FF returns 0x01 (0001ms, 1030ms total) +T420C 047:054 JLINK_ReadMemEx(0x020194CB, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CB) - Data: FB returns 0x01 (0001ms, 1031ms total) +T420C 047:058 JLINK_ReadMemEx(0x020194CC, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CC) - Data: 00 returns 0x01 (0001ms, 1032ms total) +T420C 047:061 JLINK_ReadMemEx(0x020194CD, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CD) - Data: 00 returns 0x01 (0001ms, 1033ms total) +T420C 047:063 JLINK_ReadMemEx(0x020194CE, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CE) - Data: 00 returns 0x01 (0002ms, 1035ms total) +T420C 047:065 JLINK_ReadMemEx(0x020194CF, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194CF) - Data: 00 returns 0x01 (0001ms, 1036ms total) +T420C 047:067 JLINK_ReadMemEx(0x020194D0, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D0) - Data: 00 returns 0x01 (0001ms, 1037ms total) +T420C 047:068 JLINK_ReadMemEx(0x020194D1, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D1) - Data: 00 returns 0x01 (0001ms, 1038ms total) +T420C 047:069 JLINK_ReadMemEx(0x020194D2, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D2) - Data: 00 returns 0x01 (0001ms, 1039ms total) +T420C 047:071 JLINK_ReadMemEx(0x020194D3, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x020194D3) - Data: 00 returns 0x01 (0001ms, 1040ms total) +T420C 076:011 JLINK_Close() -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0019ms, 1059ms total) +T420C 076:011 (0019ms, 1059ms total) +T420C 076:011 Closed (0019ms, 1059ms total) diff --git a/keil/Listings/uwb_simple_example.map b/keil/Listings/uwb_simple_example.map index d8f5dfa..6ee650e 100644 --- a/keil/Listings/uwb_simple_example.map +++ b/keil/Listings/uwb_simple_example.map @@ -1036,8 +1036,8 @@ pca9555.o(.text.IIC_gpio_pca_init) refers to mk_io.o(.text.io_pull_set) for io_pull_set pca9555.o(.ARM.exidx.text.IIC_gpio_pca_init) refers to pca9555.o(.text.IIC_gpio_pca_init) for [Anonymous Symbol] pca9555.o(.text.IIC2_pca_Start) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set - pca9555.o(.text.IIC2_pca_Start) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC2_pca_Start) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr + pca9555.o(.text.IIC2_pca_Start) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.ARM.exidx.text.IIC2_pca_Start) refers to pca9555.o(.text.IIC2_pca_Start) for [Anonymous Symbol] pca9555.o(.text.IIC_pca_Ready) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set pca9555.o(.text.IIC_pca_Ready) refers to mk_misc.o(.text.delay_us) for delay_us @@ -1056,53 +1056,63 @@ pca9555.o(.text.IIC2_pca_send_Ack) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC2_pca_send_Ack) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set pca9555.o(.ARM.exidx.text.IIC2_pca_send_Ack) refers to pca9555.o(.text.IIC2_pca_send_Ack) for [Anonymous Symbol] + pca9555.o(.text.IIC2_pca_send_NAck) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr pca9555.o(.text.IIC2_pca_send_NAck) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set pca9555.o(.text.IIC2_pca_send_NAck) refers to mk_misc.o(.text.delay_us) for delay_us - pca9555.o(.text.IIC2_pca_send_NAck) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr pca9555.o(.ARM.exidx.text.IIC2_pca_send_NAck) refers to pca9555.o(.text.IIC2_pca_send_NAck) for [Anonymous Symbol] pca9555.o(.text.IIC2_Send_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr pca9555.o(.text.IIC2_Send_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set pca9555.o(.text.IIC2_Send_pca_Byte) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.ARM.exidx.text.IIC2_Send_pca_Byte) refers to pca9555.o(.text.IIC2_Send_pca_Byte) for [Anonymous Symbol] + pca9555.o(.text.IIC2_Read_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_set_dir) for gpio_pin_set_dir pca9555.o(.text.IIC2_Read_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr pca9555.o(.text.IIC2_Read_pca_Byte) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC2_Read_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set pca9555.o(.text.IIC2_Read_pca_Byte) refers to mk_gpio.o(.text.gpio_pin_get_val) for gpio_pin_get_val pca9555.o(.ARM.exidx.text.IIC2_Read_pca_Byte) refers to pca9555.o(.text.IIC2_Read_pca_Byte) for [Anonymous Symbol] pca9555.o(.text.IIC_Write_Pca9555) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set - pca9555.o(.text.IIC_Write_Pca9555) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC_Write_Pca9555) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr + pca9555.o(.text.IIC_Write_Pca9555) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC_Write_Pca9555) refers to pca9555.o(.text.IIC2_Send_pca_Byte) for IIC2_Send_pca_Byte pca9555.o(.text.IIC_Write_Pca9555) refers to pca9555.o(.text.IIC2_Wait_pca_Ack) for IIC2_Wait_pca_Ack + pca9555.o(.text.IIC_Write_Pca9555) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] pca9555.o(.ARM.exidx.text.IIC_Write_Pca9555) refers to pca9555.o(.text.IIC_Write_Pca9555) for [Anonymous Symbol] pca9555.o(.text.IIC_Read_Pca9555) refers to mk_gpio.o(.text.gpio_pin_set) for gpio_pin_set - pca9555.o(.text.IIC_Read_Pca9555) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC_Read_Pca9555) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr + pca9555.o(.text.IIC_Read_Pca9555) refers to mk_misc.o(.text.delay_us) for delay_us pca9555.o(.text.IIC_Read_Pca9555) refers to pca9555.o(.text.IIC2_Send_pca_Byte) for IIC2_Send_pca_Byte pca9555.o(.text.IIC_Read_Pca9555) refers to pca9555.o(.text.IIC2_Wait_pca_Ack) for IIC2_Wait_pca_Ack pca9555.o(.text.IIC_Read_Pca9555) refers to pca9555.o(.text.IIC2_Read_pca_Byte) for IIC2_Read_pca_Byte + pca9555.o(.text.IIC_Read_Pca9555) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] pca9555.o(.ARM.exidx.text.IIC_Read_Pca9555) refers to pca9555.o(.text.IIC_Read_Pca9555) for [Anonymous Symbol] pca9555.o(.text.PCA9555_write_output_port_data) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 - pca9555.o(.text.PCA9555_write_output_port_data) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_write_output_port_data) refers to pca9555.o(.bss.pca9555writedata_output) for pca9555writedata_output pca9555.o(.ARM.exidx.text.PCA9555_write_output_port_data) refers to pca9555.o(.text.PCA9555_write_output_port_data) for [Anonymous Symbol] pca9555.o(.text.PCA9555_write_config_port_data) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 pca9555.o(.text.PCA9555_write_config_port_data) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] pca9555.o(.ARM.exidx.text.PCA9555_write_config_port_data) refers to pca9555.o(.text.PCA9555_write_config_port_data) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_write_polarity_port_data) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 + pca9555.o(.text.PCA9555_write_polarity_port_data) refers to pca9555.o(.bss.pca9555writedata_polarity) for pca9555writedata_polarity + pca9555.o(.ARM.exidx.text.PCA9555_write_polarity_port_data) refers to pca9555.o(.text.PCA9555_write_polarity_port_data) for [Anonymous Symbol] pca9555.o(.text.PCA9555_readdata) refers to pca9555.o(.text.IIC_Read_Pca9555) for IIC_Read_Pca9555 pca9555.o(.ARM.exidx.text.PCA9555_readdata) refers to pca9555.o(.text.PCA9555_readdata) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_readdata_from_output_register) refers to pca9555.o(.text.IIC_Read_Pca9555) for IIC_Read_Pca9555 + pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_output_register) refers to pca9555.o(.text.PCA9555_readdata_from_output_register) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_readdata_from_polarity_register) refers to pca9555.o(.text.IIC_Read_Pca9555) for IIC_Read_Pca9555 + pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_polarity_register) refers to pca9555.o(.text.PCA9555_readdata_from_polarity_register) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_readdata_from_config_register) refers to pca9555.o(.text.IIC_Read_Pca9555) for IIC_Read_Pca9555 + pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_config_register) refers to pca9555.o(.text.PCA9555_readdata_from_config_register) for [Anonymous Symbol] pca9555.o(.text.PCA9555_Set_All_Output) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 - pca9555.o(.text.PCA9555_Set_All_Output) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_Set_All_Output) refers to pca9555.o(.bss.pca9555writedata_output) for pca9555writedata_output pca9555.o(.ARM.exidx.text.PCA9555_Set_All_Output) refers to pca9555.o(.text.PCA9555_Set_All_Output) for [Anonymous Symbol] pca9555.o(.text.PCA9555_Set_One_Value_Output) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 - pca9555.o(.text.PCA9555_Set_One_Value_Output) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] + pca9555.o(.text.PCA9555_Set_One_Value_Output) refers to pca9555.o(.bss.pca9555writedata_output) for pca9555writedata_output pca9555.o(.ARM.exidx.text.PCA9555_Set_One_Value_Output) refers to pca9555.o(.text.PCA9555_Set_One_Value_Output) for [Anonymous Symbol] pca9555.o(.text.PCA9555_Set_One_Value_Config) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 pca9555.o(.text.PCA9555_Set_One_Value_Config) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] pca9555.o(.ARM.exidx.text.PCA9555_Set_One_Value_Config) refers to pca9555.o(.text.PCA9555_Set_One_Value_Config) for [Anonymous Symbol] - pca9555.o(.text.PCA9555_init) refers to mk_io.o(.text.io_pin_mux_set) for io_pin_mux_set - pca9555.o(.text.PCA9555_init) refers to mk_gpio.o(.text.gpio_pin_set_dir) for gpio_pin_set_dir - pca9555.o(.text.PCA9555_init) refers to mk_io.o(.text.io_pull_set) for io_pull_set pca9555.o(.text.PCA9555_init) refers to pca9555.o(.text.IIC_Write_Pca9555) for IIC_Write_Pca9555 + pca9555.o(.text.PCA9555_init) refers to pca9555.o(.text.IIC_Read_Pca9555) for IIC_Read_Pca9555 pca9555.o(.text.PCA9555_init) refers to pca9555.o(.bss..L_MergedGlobals) for [Anonymous Symbol] pca9555.o(.ARM.exidx.text.PCA9555_init) refers to pca9555.o(.text.PCA9555_init) for [Anonymous Symbol] usart1.o(.text.Usart2InitVariables) refers to usart1.o(.bss..L_MergedGlobals) for [Anonymous Symbol] @@ -1728,6 +1738,8 @@ main.o(.text.main) refers to mk_gpio.o(.text.gpio_open) for gpio_open main.o(.text.main) refers to board.o(.text.board_output_init) for board_output_init main.o(.text.main) refers to mk_adc.o(.text.adc_open) for adc_open + main.o(.text.main) refers to lis3dh_driver.o(.text.IIC2_Init) for IIC2_Init + main.o(.text.main) refers to lis3dh_driver.o(.text.Accelerometer_Init) for Accelerometer_Init main.o(.text.main) refers to pca9555.o(.text.PCA9555_init) for PCA9555_init main.o(.text.main) refers to mk_gpio.o(.text.gpio_pin_clr) for gpio_pin_clr main.o(.text.main) refers to main.o(.text.Program_Init) for Program_Init @@ -5261,36 +5273,62 @@ Removing pca9555.o(.text), (0 bytes). Removing pca9555.o(.text.IIC_gpio_pca_init), (72 bytes). Removing pca9555.o(.ARM.exidx.text.IIC_gpio_pca_init), (8 bytes). - Removing pca9555.o(.text.IIC2_pca_Start), (44 bytes). + Removing pca9555.o(.text.IIC2_pca_Start), (38 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_pca_Start), (8 bytes). Removing pca9555.o(.text.IIC_pca_Ready), (30 bytes). Removing pca9555.o(.ARM.exidx.text.IIC_pca_Ready), (8 bytes). - Removing pca9555.o(.text.IIC2_pca_Stop), (44 bytes). + Removing pca9555.o(.text.IIC2_pca_Stop), (46 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_pca_Stop), (8 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_Wait_pca_Ack), (8 bytes). - Removing pca9555.o(.text.IIC2_pca_send_Ack), (38 bytes). + Removing pca9555.o(.text.IIC2_pca_send_Ack), (44 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_pca_send_Ack), (8 bytes). - Removing pca9555.o(.text.IIC2_pca_send_NAck), (38 bytes). + Removing pca9555.o(.text.IIC2_pca_send_NAck), (44 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_pca_send_NAck), (8 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_Send_pca_Byte), (8 bytes). - Removing pca9555.o(.text.IIC2_Read_pca_Byte), (400 bytes). Removing pca9555.o(.ARM.exidx.text.IIC2_Read_pca_Byte), (8 bytes). Removing pca9555.o(.ARM.exidx.text.IIC_Write_Pca9555), (8 bytes). - Removing pca9555.o(.text.IIC_Read_Pca9555), (276 bytes). Removing pca9555.o(.ARM.exidx.text.IIC_Read_Pca9555), (8 bytes). - Removing pca9555.o(.text.PCA9555_write_output_port_data), (24 bytes). + Removing pca9555.o(.text.PCA9555_write_output_port_data), (28 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_write_output_port_data), (8 bytes). - Removing pca9555.o(.text.PCA9555_write_config_port_data), (24 bytes). + Removing pca9555.o(.text.PCA9555_write_config_port_data), (28 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_write_config_port_data), (8 bytes). + Removing pca9555.o(.text.PCA9555_write_polarity_port_data), (28 bytes). + Removing pca9555.o(.ARM.exidx.text.PCA9555_write_polarity_port_data), (8 bytes). Removing pca9555.o(.text.PCA9555_readdata), (14 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_readdata), (8 bytes). - Removing pca9555.o(.text.PCA9555_Set_All_Output), (52 bytes). + Removing pca9555.o(.text.PCA9555_readdata_from_output_register), (14 bytes). + Removing pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_output_register), (8 bytes). + Removing pca9555.o(.text.PCA9555_readdata_from_polarity_register), (14 bytes). + Removing pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_polarity_register), (8 bytes). + Removing pca9555.o(.text.PCA9555_readdata_from_config_register), (14 bytes). + Removing pca9555.o(.ARM.exidx.text.PCA9555_readdata_from_config_register), (8 bytes). + Removing pca9555.o(.text.PCA9555_Set_All_Output), (56 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_Set_All_Output), (8 bytes). - Removing pca9555.o(.text.PCA9555_Set_One_Value_Output), (84 bytes). + Removing pca9555.o(.text.PCA9555_Set_One_Value_Output), (88 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_Set_One_Value_Output), (8 bytes). - Removing pca9555.o(.text.PCA9555_Set_One_Value_Config), (84 bytes). + Removing pca9555.o(.text.PCA9555_Set_One_Value_Config), (88 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_Set_One_Value_Config), (8 bytes). Removing pca9555.o(.ARM.exidx.text.PCA9555_init), (8 bytes). + Removing pca9555.o(.bss.temp), (1 bytes). + Removing pca9555.o(.bss.pca9555writedata_output), (10 bytes). + Removing pca9555.o(.bss.pca9555writedata_polarity), (10 bytes). + Removing pca9555.o(.bss.gps_led_output_state), (1 bytes). + Removing pca9555.o(.bss.tts_enbale_output_state), (1 bytes). + Removing pca9555.o(.bss.wake_up_output_state), (1 bytes). + Removing pca9555.o(.bss.air780e_enable_output_state), (1 bytes). + Removing pca9555.o(.bss.sos_enable_output_state), (1 bytes). + Removing pca9555.o(.bss.gps_backup_output_state), (1 bytes). + Removing pca9555.o(.bss.gps_power_output_state), (1 bytes). + Removing pca9555.o(.bss.main_ri_output_state), (1 bytes). + Removing pca9555.o(.bss.mcu_a_output_state), (1 bytes). + Removing pca9555.o(.bss.chg_g_output_state), (1 bytes). + Removing pca9555.o(.bss.lora_irq_output_state), (1 bytes). + Removing pca9555.o(.bss.lora_nrst_output_state), (1 bytes). + Removing pca9555.o(.bss.adc_minius_output_state), (1 bytes). + Removing pca9555.o(.bss.input_5v_output_state), (1 bytes). + Removing pca9555.o(.bss.pwr_on_output_state), (1 bytes). + Removing pca9555.o(.bss.pwr_enable_output_state), (1 bytes). + Removing pca9555.o(.bss.statistic_num), (1 bytes). Removing usart1.o(.text), (0 bytes). Removing usart1.o(.text.Usart2InitVariables), (12 bytes). Removing usart1.o(.ARM.exidx.text.Usart2InitVariables), (8 bytes). @@ -5354,9 +5392,7 @@ Removing lis3dh_driver.o(.ARM.exidx.text.mir3da_WriteOneByte), (8 bytes). Removing lis3dh_driver.o(.text.mir3da_register_mask_write), (26 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.mir3da_register_mask_write), (8 bytes). - Removing lis3dh_driver.o(.text.IIC2_Init), (72 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Init), (8 bytes). - Removing lis3dh_driver.o(.text.Accelerometer_Init), (120 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.Accelerometer_Init), (8 bytes). Removing lis3dh_driver.o(.text.LIS3DH_GetWHO_AM_I), (16 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.LIS3DH_GetWHO_AM_I), (8 bytes). @@ -5402,19 +5438,14 @@ Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Start), (8 bytes). Removing lis3dh_driver.o(.text.IIC2_Stop), (46 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Stop), (8 bytes). - Removing lis3dh_driver.o(.text.IIC2_Wait_Ack), (136 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Wait_Ack), (8 bytes). Removing lis3dh_driver.o(.text.IIC2_Ack), (44 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Ack), (8 bytes). Removing lis3dh_driver.o(.text.IIC2_NAck), (44 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_NAck), (8 bytes). - Removing lis3dh_driver.o(.text.IIC2_Send_Byte), (430 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Send_Byte), (8 bytes). - Removing lis3dh_driver.o(.text.IIC2_Read_Byte), (406 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.IIC2_Read_Byte), (8 bytes). - Removing lis3dh_driver.o(.text.LIS3DH_ReadOneByte), (152 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.LIS3DH_ReadOneByte), (8 bytes). - Removing lis3dh_driver.o(.text.LIS3DH_WriteOneByte), (120 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.LIS3DH_WriteOneByte), (8 bytes). Removing lis3dh_driver.o(.text.LIS3DH_WriteLenByte), (42 bytes). Removing lis3dh_driver.o(.ARM.exidx.text.LIS3DH_WriteLenByte), (8 bytes). @@ -5512,7 +5543,6 @@ Removing lis3dh_driver.o(.bss.offset_z), (2 bytes). Removing lis3dh_driver.o(.bss.t11), (1 bytes). Removing lis3dh_driver.o(.bss.acc_g), (4 bytes). - Removing lis3dh_driver.o(.bss..L_MergedGlobals), (18 bytes). Removing dw_tag.o(.text), (0 bytes). Removing dw_tag.o(.text.SetANCTimestap), (80 bytes). Removing dw_tag.o(.ARM.exidx.text.SetANCTimestap), (8 bytes). @@ -6957,7 +6987,7 @@ Removing fpstat.o(.text), (4 bytes). Removing dmake.o(.text), (44 bytes). -2157 unused section(s) (total 141252 bytes) removed from the image. +2175 unused section(s) (total 139290 bytes) removed from the image. ============================================================================== @@ -7281,761 +7311,773 @@ __arm_cp.12_0 0x00001728 Number 4 mk_aes.o(.text.AES_IRQHandler) __arm_cp.12_1 0x0000172c Number 4 mk_aes.o(.text.AES_IRQHandler) __arm_cp.12_3 0x00001740 Number 4 mk_aes.o(.text.AES_IRQHandler) - [Anonymous Symbol] 0x00001774 Section 0 mk_misc.o(.text.BOD_IRQHandler) - [Anonymous Symbol] 0x00001776 Section 0 mk_calib.o(.text.CALIB_IRQHandler) - [Anonymous Symbol] 0x00001778 Section 0 mk_dma.o(.text.DMA_IRQHandler) - __arm_cp.7_0 0x000017e4 Number 4 mk_dma.o(.text.DMA_IRQHandler) - [Anonymous Symbol] 0x000017e8 Section 0 startup_mk800x.o(.text.Default_Handler) - [Anonymous Symbol] 0x000017ec Section 0 mk_flash.o(.text.FLASH_CTRL_IRQHandler) - __arm_cp.16_0 0x00001814 Number 4 mk_flash.o(.text.FLASH_CTRL_IRQHandler) - [Anonymous Symbol] 0x00001818 Section 0 mk_gpio.o(.text.GPIO_IRQHandler) - __arm_cp.11_0 0x00001990 Number 4 mk_gpio.o(.text.GPIO_IRQHandler) - [Anonymous Symbol] 0x00001994 Section 0 hido_basequeue.o(.text.HIDO_BaseQueueEnqueue) - [Anonymous Symbol] 0x000019c0 Section 0 hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize) - [Anonymous Symbol] 0x00001a1a Section 0 hido_basequeue.o(.text.HIDO_BaseQueueGetRear) - [Anonymous Symbol] 0x00001a1e Section 0 hido_basequeue.o(.text.HIDO_BaseQueueIsFull) - [Anonymous Symbol] 0x00001a32 Section 0 hido_debug.o(.text.HIDO_Debug) - [Anonymous Symbol] 0x00001a38 Section 0 hido_timer.o(.text.HIDO_TimerTick) - __arm_cp.4_0 0x00001a54 Number 4 hido_timer.o(.text.HIDO_TimerTick) - __arm_cp.4_1 0x00001a58 Number 4 hido_timer.o(.text.HIDO_TimerTick) - [Anonymous Symbol] 0x00001a5c Section 0 hido_util.o(.text.HIDO_UtilBzero) - [Anonymous Symbol] 0x00001a64 Section 0 hido_vlqueue.o(.text.HIDO_VLQEnqueue) - [Anonymous Symbol] 0x00001a8e Section 0 hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember) - [Anonymous Symbol] 0x00001ae4 Section 0 mk_trace.o(.text.HardFault_Handler) - label_1 0x00001af6 Number 0 mk_trace.o(.text.HardFault_Handler) - label_2 0x00001afe Number 0 mk_trace.o(.text.HardFault_Handler) - [Anonymous Symbol] 0x00001b70 Section 0 pca9555.o(.text.IIC2_Send_pca_Byte) - [Anonymous Symbol] 0x00001d2a Section 0 pca9555.o(.text.IIC2_Wait_pca_Ack) - [Anonymous Symbol] 0x00001da8 Section 0 pca9555.o(.text.IIC_Write_Pca9555) - [Anonymous Symbol] 0x00001e30 Section 0 sn74hc595.o(.text.IO_LED_control_change) - __arm_cp.1_0 0x00001f6c Number 4 sn74hc595.o(.text.IO_LED_control_change) - [Anonymous Symbol] 0x00001f70 Section 0 mk_lsp.o(.text.LSP_IRQHandler) - __arm_cp.34_0 0x00001f90 Number 4 mk_lsp.o(.text.LSP_IRQHandler) - __arm_cp.34_1 0x00001f94 Number 4 mk_lsp.o(.text.LSP_IRQHandler) - __arm_cp.34_2 0x00001f98 Number 4 mk_lsp.o(.text.LSP_IRQHandler) - [Anonymous Symbol] 0x00001f9c Section 0 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_16 0x00002384 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_0 0x00002488 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_1 0x0000248c Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_2 0x00002490 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_4 0x00002494 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_6 0x000024cc Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_7 0x000024d0 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_8 0x000024d4 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_9 0x000024d8 Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_10 0x000024dc Number 4 mk_mac.o(.text.MAC_IRQHandler) - __arm_cp.32_12 0x000024f0 Number 4 mk_mac.o(.text.MAC_IRQHandler) - [Anonymous Symbol] 0x000024f4 Section 0 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_46 0x000028d8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_48 0x000028ec Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_49 0x000028f0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_50 0x000028f4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_51 0x000028f8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_52 0x000028fc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_53 0x00002900 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_54 0x00002904 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_56 0x00002918 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_57 0x0000291c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_58 0x00002920 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_59 0x00002924 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_67 0x00002928 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_68 0x0000292c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_62 0x0000298c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_64 0x000029a0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_65 0x000029a4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_66 0x000029a8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_2 0x000029bc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_3 0x000029c0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_4 0x000029c4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_5 0x000029c8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_6 0x000029cc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_7 0x000029d0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_8 0x000029d4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_15 0x000029d8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_30 0x000029dc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_31 0x000029e0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_32 0x000029e4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_33 0x000029e8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_34 0x000029ec Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_35 0x000029f0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_36 0x000029f4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_37 0x000029f8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_38 0x000029fc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_39 0x00002a00 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_40 0x00002a04 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_42 0x00002a34 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_43 0x00002a38 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_44 0x00002a3c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - __arm_cp.0_45 0x00002a40 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) - [Anonymous Symbol] 0x00002a44 Section 0 pca9555.o(.text.PCA9555_init) - __arm_cp.17_0 0x00002ab4 Number 4 pca9555.o(.text.PCA9555_init) - [Anonymous Symbol] 0x00002ab8 Section 0 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_0 0x00002b04 Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_1 0x00002b08 Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_2 0x00002b0c Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_3 0x00002b10 Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_4 0x00002b14 Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_5 0x00002b18 Number 4 mk_phy.o(.text.PHY_IRQHandler) - __arm_cp.46_6 0x00002b1c Number 4 mk_phy.o(.text.PHY_IRQHandler) - [Anonymous Symbol] 0x00002b20 Section 0 mk_phy.o(.text.PHY_TIMER_IRQHandler) - __arm_cp.45_0 0x00002b58 Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) - __arm_cp.45_1 0x00002b5c Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) - __arm_cp.45_2 0x00002b60 Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) - __arm_cp.45_4 0x00002b7c Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) - [Anonymous Symbol] 0x00002b98 Section 0 pal_flash.o(.text.PalFlashEraseSector) - [Anonymous Symbol] 0x00002bd0 Section 0 pal_flash.o(.text.PalFlashInit) - [Anonymous Symbol] 0x00002be8 Section 0 pal_flash.o(.text.PalFlashRead) - __arm_cp.2_0 0x00002c0c Number 4 pal_flash.o(.text.PalFlashRead) - __arm_cp.2_1 0x00002c10 Number 4 pal_flash.o(.text.PalFlashRead) - [Anonymous Symbol] 0x00002c14 Section 0 pal_flash.o(.text.PalNvmGetSectorSize) - [Anonymous Symbol] 0x00002c1a Section 0 pal_flash.o(.text.PalNvmGetTotalSize) - [Anonymous Symbol] 0x00002c20 Section 0 main.o(.text.Program_Init) - __arm_cp.9_0 0x00002d54 Number 4 main.o(.text.Program_Init) - __arm_cp.9_1 0x00002d58 Number 4 main.o(.text.Program_Init) - __arm_cp.9_2 0x00002d5c Number 4 main.o(.text.Program_Init) - __arm_cp.9_3 0x00002d60 Number 4 main.o(.text.Program_Init) - __arm_cp.9_4 0x00002d64 Number 4 main.o(.text.Program_Init) - __arm_cp.9_5 0x00002d68 Number 4 main.o(.text.Program_Init) - __arm_cp.9_6 0x00002d6c Number 4 main.o(.text.Program_Init) - __arm_cp.9_7 0x00002d70 Number 4 main.o(.text.Program_Init) - __arm_cp.9_8 0x00002d74 Number 4 main.o(.text.Program_Init) - __arm_cp.9_9 0x00002d78 Number 4 main.o(.text.Program_Init) - [Anonymous Symbol] 0x00002dd0 Section 0 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - __arm_cp.10_0 0x00002e98 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - __arm_cp.10_1 0x00002e9c Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - __arm_cp.10_2 0x00002ea0 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - __arm_cp.10_4 0x00002eb4 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - __arm_cp.10_5 0x00002eb8 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - [Anonymous Symbol] 0x00002ebc Section 0 mk_rtc.o(.text.RTC_ALARM_IRQHandler) - [Anonymous Symbol] 0x00002ee8 Section 0 mk_rtc.o(.text.RTC_TICK_IRQHandler) - __arm_cp.7_0 0x00002f18 Number 4 mk_rtc.o(.text.RTC_TICK_IRQHandler) - [Anonymous Symbol] 0x00002f1c Section 0 startup_mk800x.o(.text.Reset_Handler) - __arm_cp.1_0 0x00002f38 Number 4 startup_mk800x.o(.text.Reset_Handler) - [Anonymous Symbol] 0x00002f3c Section 0 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) - __arm_cp.7_0 0x00002f74 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) - __arm_cp.7_4 0x00002fd0 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) - __arm_cp.7_5 0x00002fd4 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) - [Anonymous Symbol] 0x00002fd8 Section 0 mk_uart.o(.text.Serial0_PutString) - __arm_cp.5_0 0x0000300c Number 4 mk_uart.o(.text.Serial0_PutString) - [Anonymous Symbol] 0x00003010 Section 0 socket.o(.text.Socket_Send) - __arm_cp.22_0 0x00003068 Number 4 socket.o(.text.Socket_Send) - __arm_cp.22_1 0x0000306c Number 4 socket.o(.text.Socket_Send) - [Anonymous Symbol] 0x0000308c Section 0 mk_misc.o(.text.SysTick_Handler) - __arm_cp.24_0 0x000030a0 Number 4 mk_misc.o(.text.SysTick_Handler) - [Anonymous Symbol] 0x000030a4 Section 0 system_mk800x.o(.text.SystemInit) - __arm_cp.1_0 0x000030ac Number 4 system_mk800x.o(.text.SystemInit) - __arm_cp.1_1 0x000030b0 Number 4 system_mk800x.o(.text.SystemInit) - [Anonymous Symbol] 0x000030b4 Section 0 mk_dual_timer.o(.text.TIMER2_IRQHandler) - [Anonymous Symbol] 0x000030d4 Section 0 mk_dual_timer.o(.text.TIMER3_IRQHandler) - __arm_cp.9_0 0x000030f4 Number 4 mk_dual_timer.o(.text.TIMER3_IRQHandler) - [Anonymous Symbol] 0x000030f8 Section 0 uwb_app.o(.text.TagListUpdate_person_num_car) - __arm_cp.8_0 0x00003160 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) - __arm_cp.8_1 0x00003164 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) - __arm_cp.8_2 0x00003168 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) - [Anonymous Symbol] 0x0000316c Section 0 mk_uart.o(.text.UART0_IRQHandler) - [Anonymous Symbol] 0x00003176 Section 0 mk_uart.o(.text.UART1_IRQHandler) - [Anonymous Symbol] 0x00003180 Section 0 usart.o(.text.UART_CheckReceive) - __arm_cp.1_0 0x000031e4 Number 4 usart.o(.text.UART_CheckReceive) - [Anonymous Symbol] 0x000031e8 Section 0 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_0 0x00003240 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_1 0x00003244 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_2 0x00003248 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_3 0x0000324c Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_4 0x00003250 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_5 0x00003254 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_6 0x00003258 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_8 0x00003274 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - __arm_cp.0_9 0x00003278 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) - [Anonymous Symbol] 0x0000327c Section 0 pin_config.o(.text.Uart1GpsRecDebugSend) - __arm_cp.1_0 0x000032c0 Number 4 pin_config.o(.text.Uart1GpsRecDebugSend) - __arm_cp.1_1 0x000032c4 Number 4 pin_config.o(.text.Uart1GpsRecDebugSend) - [Anonymous Symbol] 0x000032c8 Section 0 uart.o(.text.Uart_Register) - __arm_cp.0_0 0x000032e0 Number 4 uart.o(.text.Uart_Register) - [Anonymous Symbol] 0x000032e4 Section 0 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_0 0x000033a4 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_1 0x000033a8 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_2 0x000033ac Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_3 0x000033b0 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_4 0x000033b4 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - __arm_cp.2_5 0x000033b8 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) - [Anonymous Symbol] 0x000033cc Section 0 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_0 0x00003674 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_1 0x00003678 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_2 0x0000367c Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_3 0x00003680 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_4 0x00003684 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_5 0x00003688 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_6 0x0000368c Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_7 0x00003690 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_8 0x00003694 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_10 0x000036a0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_11 0x000036a4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_12 0x000036a8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_13 0x000036ac Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_14 0x000036b0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_15 0x000036b4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - __arm_cp.3_16 0x000036b8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) - [Anonymous Symbol] 0x000036bc Section 0 mk_wdt.o(.text.WDT_IRQHandler) - __arm_cp.5_0 0x000036d8 Number 4 mk_wdt.o(.text.WDT_IRQHandler) - [Anonymous Symbol] 0x000036dc Section 0 wsf_nvm.o(.text.WsfNvmInit) - __arm_cp.0_0 0x0000378c Number 4 wsf_nvm.o(.text.WsfNvmInit) - __arm_cp.0_1 0x00003790 Number 4 wsf_nvm.o(.text.WsfNvmInit) - [Anonymous Symbol] 0x00003794 Section 0 main.o(.text._4gUsart_handler) - __arm_cp.8_1 0x0000379c Number 4 main.o(.text._4gUsart_handler) - _PrintInt 0x000037a1 Thumb Code 314 mk_trace.o(.text._PrintInt) - [Anonymous Symbol] 0x000037a0 Section 0 mk_trace.o(.text._PrintInt) - _PrintUnsigned 0x000038dd Thumb Code 336 mk_trace.o(.text._PrintUnsigned) - [Anonymous Symbol] 0x000038dc Section 0 mk_trace.o(.text._PrintUnsigned) - __arm_cp.9_0 0x00003a28 Number 4 mk_trace.o(.text._PrintUnsigned) - adc_callback 0x00003a2d Thumb Code 240 main.o(.text.adc_callback) - [Anonymous Symbol] 0x00003a2c Section 0 main.o(.text.adc_callback) - __arm_cp.6_0 0x00003ac4 Number 4 main.o(.text.adc_callback) - __arm_cp.6_1 0x00003ac8 Number 4 main.o(.text.adc_callback) - __arm_cp.6_2 0x00003acc Number 4 main.o(.text.adc_callback) - __arm_cp.6_3 0x00003ad0 Number 4 main.o(.text.adc_callback) - __arm_cp.6_4 0x00003ad4 Number 4 main.o(.text.adc_callback) - [Anonymous Symbol] 0x00003b1c Section 0 mk_adc.o(.text.adc_code_to_mv) - __arm_cp.6_0 0x00003b38 Number 4 mk_adc.o(.text.adc_code_to_mv) - __arm_cp.6_1 0x00003b3c Number 4 mk_adc.o(.text.adc_code_to_mv) - adc_dma_callback 0x00003b41 Thumb Code 128 mk_adc.o(.text.adc_dma_callback) - [Anonymous Symbol] 0x00003b40 Section 0 mk_adc.o(.text.adc_dma_callback) - __arm_cp.4_0 0x00003b8c Number 4 mk_adc.o(.text.adc_dma_callback) - [Anonymous Symbol] 0x00003bc0 Section 0 mk_adc.o(.text.adc_get) - __arm_cp.3_1 0x00003cd0 Number 4 mk_adc.o(.text.adc_get) - __arm_cp.3_2 0x00003cd4 Number 4 mk_adc.o(.text.adc_get) - __arm_cp.3_3 0x00003cd8 Number 4 mk_adc.o(.text.adc_get) - [Anonymous Symbol] 0x00003cdc Section 0 mk_adc.o(.text.adc_open) - __arm_cp.0_0 0x00003df0 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_1 0x00003df4 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_2 0x00003df8 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_3 0x00003dfc Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_4 0x00003e00 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_5 0x00003e04 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_6 0x00003e08 Number 4 mk_adc.o(.text.adc_open) - __arm_cp.0_7 0x00003e0c Number 4 mk_adc.o(.text.adc_open) - [Anonymous Symbol] 0x00003e10 Section 0 sn74hc595.o(.text.air780_led_off) - [Anonymous Symbol] 0x00003e54 Section 0 sn74hc595.o(.text.air780_led_on) - [Anonymous Symbol] 0x00003e9c Section 0 sn74hc595.o(.text.blink_led) - __arm_cp.4_0 0x00003f3c Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_1 0x00003f40 Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_2 0x00003f44 Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_3 0x00003f48 Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_4 0x00003f4c Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_5 0x00003f50 Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_6 0x00003f54 Number 4 sn74hc595.o(.text.blink_led) - __arm_cp.4_7 0x00003f58 Number 4 sn74hc595.o(.text.blink_led) - [Anonymous Symbol] 0x00003f5c Section 0 board.o(.text.board_4GUsart_detection_init) - [Anonymous Symbol] 0x00003f98 Section 0 board.o(.text.board_acceleration_detection_init) - [Anonymous Symbol] 0x00003fc0 Section 0 board.o(.text.board_calibration_params_default) - [Anonymous Symbol] 0x0000404c Section 0 board.o(.text.board_calibration_params_load) - __arm_cp.3_1 0x000040d8 Number 4 board.o(.text.board_calibration_params_load) - __arm_cp.3_2 0x000040dc Number 4 board.o(.text.board_calibration_params_load) - __arm_cp.3_3 0x000040e0 Number 4 board.o(.text.board_calibration_params_load) - __arm_cp.3_4 0x000040e4 Number 4 board.o(.text.board_calibration_params_load) - __arm_cp.3_5 0x000040e8 Number 4 board.o(.text.board_calibration_params_load) - __arm_cp.3_6 0x000040ec Number 4 board.o(.text.board_calibration_params_load) - [Anonymous Symbol] 0x000040f0 Section 0 board.o(.text.board_clock_run) - __arm_cp.0_1 0x00004150 Number 4 board.o(.text.board_clock_run) - [Anonymous Symbol] 0x00004154 Section 0 board.o(.text.board_debug_console_open) - __arm_cp.1_0 0x00004164 Number 4 board.o(.text.board_debug_console_open) - [Anonymous Symbol] 0x00004168 Section 0 board.o(.text.board_output_init) - [Anonymous Symbol] 0x0000418c Section 0 pin_config.o(.text.board_pins_config) - [Anonymous Symbol] 0x000041e0 Section 0 mk_misc.o(.text.bor_close) - __arm_cp.6_0 0x000041ec Number 4 mk_misc.o(.text.bor_close) - [Anonymous Symbol] 0x000041f0 Section 0 mk_calib.o(.text.calib_check) - __arm_cp.3_0 0x000041fc Number 4 mk_calib.o(.text.calib_check) - [Anonymous Symbol] 0x00004200 Section 0 mk_calib.o(.text.calib_chip) - __arm_cp.4_0 0x00004328 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_1 0x0000432c Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_2 0x00004330 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_3 0x00004334 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_4 0x00004338 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_5 0x0000433c Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_6 0x00004340 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_7 0x00004344 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_8 0x00004348 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_9 0x0000434c Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_10 0x00004350 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_11 0x00004354 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_12 0x00004358 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_14 0x0000436c Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_15 0x00004370 Number 4 mk_calib.o(.text.calib_chip) - __arm_cp.4_16 0x00004374 Number 4 mk_calib.o(.text.calib_chip) - [Anonymous Symbol] 0x000043ac Section 0 mk_calib.o(.text.calib_close) - [Anonymous Symbol] 0x000043b8 Section 0 mk_calib.o(.text.calib_open) - [Anonymous Symbol] 0x000043cc Section 0 mk_calib.o(.text.calib_start) - __arm_cp.2_0 0x000043d8 Number 4 mk_calib.o(.text.calib_start) - [Anonymous Symbol] 0x000043dc Section 0 sn74hc595.o(.text.charge_red_off) - [Anonymous Symbol] 0x00004420 Section 0 sn74hc595.o(.text.charge_red_on) - [Anonymous Symbol] 0x00004468 Section 0 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_0 0x00004560 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_1 0x00004564 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_2 0x00004568 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_3 0x0000456c Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_4 0x00004570 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_5 0x00004574 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_6 0x00004578 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_7 0x0000457c Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_8 0x00004580 Number 4 sn74hc595.o(.text.charge_state_change) - __arm_cp.15_9 0x00004584 Number 4 sn74hc595.o(.text.charge_state_change) - [Anonymous Symbol] 0x00004588 Section 0 mk_clock.o(.text.clock_attach) - __arm_cp.2_1 0x00004668 Number 4 mk_clock.o(.text.clock_attach) - __arm_cp.2_2 0x0000466c Number 4 mk_clock.o(.text.clock_attach) - __arm_cp.2_3 0x00004670 Number 4 mk_clock.o(.text.clock_attach) - __arm_cp.2_4 0x00004674 Number 4 mk_clock.o(.text.clock_attach) - [Anonymous Symbol] 0x00004678 Section 0 mk_clock.o(.text.clock_disable) - [Anonymous Symbol] 0x00004688 Section 0 mk_clock.o(.text.clock_enable) - [Anonymous Symbol] 0x00004698 Section 0 mk_clock.o(.text.clock_get_frequency) - __arm_cp.4_0 0x0000479c Number 4 mk_clock.o(.text.clock_get_frequency) - __arm_cp.4_1 0x000047a0 Number 4 mk_clock.o(.text.clock_get_frequency) - __arm_cp.4_2 0x000047a4 Number 4 mk_clock.o(.text.clock_get_frequency) - [Anonymous Symbol] 0x000047a8 Section 0 mk_clock.o(.text.clock_set_divider) - __arm_cp.3_0 0x00004808 Number 4 mk_clock.o(.text.clock_set_divider) - [Anonymous Symbol] 0x0000480c Section 0 crc.o(.text.crc16) - __arm_cp.0_0 0x00004834 Number 4 crc.o(.text.crc16) - [Anonymous Symbol] 0x00004838 Section 0 mk_misc.o(.text.delay_us) - loop1 0x0000484c Number 0 mk_misc.o(.text.delay_us) - exit1 0x00004852 Number 0 mk_misc.o(.text.delay_us) - [Anonymous Symbol] 0x00004854 Section 0 mk_dma.o(.text.dma_open) - [Anonymous Symbol] 0x00004934 Section 0 mk_dma.o(.text.dma_transfer) - __arm_cp.4_0 0x00004990 Number 4 mk_dma.o(.text.dma_transfer) - [Anonymous Symbol] 0x000049dc Section 0 mk_dual_timer.o(.text.dual_timer_get) - [Anonymous Symbol] 0x000049e8 Section 0 mk_dual_timer.o(.text.dual_timer_open) - __arm_cp.0_0 0x00004ac4 Number 4 mk_dual_timer.o(.text.dual_timer_open) - __arm_cp.0_1 0x00004ac8 Number 4 mk_dual_timer.o(.text.dual_timer_open) - __arm_cp.0_2 0x00004acc Number 4 mk_dual_timer.o(.text.dual_timer_open) - __arm_cp.0_3 0x00004ad0 Number 4 mk_dual_timer.o(.text.dual_timer_open) - __arm_cp.0_4 0x00004ad4 Number 4 mk_dual_timer.o(.text.dual_timer_open) - [Anonymous Symbol] 0x00004b1c Section 0 mk_dual_timer.o(.text.dual_timer_start) - [Anonymous Symbol] 0x00004b30 Section 0 mk_dual_timer.o(.text.dual_timer_stop) - __arm_cp.3_0 0x00004b40 Number 4 mk_dual_timer.o(.text.dual_timer_stop) - [Anonymous Symbol] 0x00004b44 Section 0 mk_phy.o(.text.exit_debug_mode) - __arm_cp.10_0 0x00004b70 Number 4 mk_phy.o(.text.exit_debug_mode) - __arm_cp.10_1 0x00004b74 Number 4 mk_phy.o(.text.exit_debug_mode) - __arm_cp.10_2 0x00004b78 Number 4 mk_phy.o(.text.exit_debug_mode) - __arm_cp.10_3 0x00004b7c Number 4 mk_phy.o(.text.exit_debug_mode) - [Anonymous Symbol] 0x00004b80 Section 0 mk_mac.o(.text.fira_vendor_oui_process) - [Anonymous Symbol] 0x00004b84 Section 0 mk_flash.o(.text.flash_block_erase) - __arm_cp.8_0 0x00004cd4 Number 4 mk_flash.o(.text.flash_block_erase) - __arm_cp.8_1 0x00004cd8 Number 4 mk_flash.o(.text.flash_block_erase) - __arm_cp.8_3 0x00004cf0 Number 4 mk_flash.o(.text.flash_block_erase) - __arm_cp.8_5 0x00004d10 Number 4 mk_flash.o(.text.flash_block_erase) - [Anonymous Symbol] 0x00004d14 Section 0 mk_flash.o(.text.flash_check_busy) - __arm_cp.10_1 0x00004e04 Number 4 mk_flash.o(.text.flash_check_busy) - [Anonymous Symbol] 0x00004e08 Section 0 mk_flash.o(.text.flash_close) - flash_dma_callback 0x00004e41 Thumb Code 332 mk_flash.o(.text.flash_dma_callback) - [Anonymous Symbol] 0x00004e40 Section 0 mk_flash.o(.text.flash_dma_callback) - __arm_cp.14_0 0x00004f6c Number 4 mk_flash.o(.text.flash_dma_callback) - __arm_cp.14_1 0x00004f70 Number 4 mk_flash.o(.text.flash_dma_callback) - __arm_cp.14_4 0x00004f88 Number 4 mk_flash.o(.text.flash_dma_callback) - flash_dma_write_nbytes_callback 0x00004f8d Thumb Code 508 mk_flash.o(.text.flash_dma_write_nbytes_callback) - [Anonymous Symbol] 0x00004f8c Section 0 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_0 0x0000514c Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_1 0x00005150 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_3 0x00005174 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_4 0x00005178 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_5 0x0000517c Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_6 0x00005180 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - __arm_cp.12_7 0x00005184 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) - [Anonymous Symbol] 0x00005188 Section 0 mk_flash.o(.text.flash_erase) - [Anonymous Symbol] 0x000052d4 Section 0 mk_flash.o(.text.flash_open) - __arm_cp.0_0 0x0000556c Number 4 mk_flash.o(.text.flash_open) - __arm_cp.0_2 0x00005580 Number 4 mk_flash.o(.text.flash_open) - __arm_cp.0_4 0x00005584 Number 4 mk_flash.o(.text.flash_open) - __arm_cp.0_5 0x00005588 Number 4 mk_flash.o(.text.flash_open) - __arm_cp.0_6 0x0000558c Number 4 mk_flash.o(.text.flash_open) - __arm_cp.0_7 0x00005590 Number 4 mk_flash.o(.text.flash_open) - [Anonymous Symbol] 0x00005594 Section 0 mk_flash.o(.text.flash_read) - __arm_cp.15_0 0x000057ec Number 4 mk_flash.o(.text.flash_read) - __arm_cp.15_1 0x000057f0 Number 4 mk_flash.o(.text.flash_read) - __arm_cp.15_3 0x00005800 Number 4 mk_flash.o(.text.flash_read) - __arm_cp.15_5 0x00005838 Number 4 mk_flash.o(.text.flash_read) - __arm_cp.15_6 0x0000583c Number 4 mk_flash.o(.text.flash_read) - __arm_cp.15_7 0x00005840 Number 4 mk_flash.o(.text.flash_read) - [Anonymous Symbol] 0x00005844 Section 0 mk_flash.o(.text.flash_sector_erase) - __arm_cp.6_0 0x00005998 Number 4 mk_flash.o(.text.flash_sector_erase) - __arm_cp.6_1 0x0000599c Number 4 mk_flash.o(.text.flash_sector_erase) - __arm_cp.6_3 0x000059b4 Number 4 mk_flash.o(.text.flash_sector_erase) - __arm_cp.6_5 0x000059d4 Number 4 mk_flash.o(.text.flash_sector_erase) - __arm_cp.6_6 0x000059d8 Number 4 mk_flash.o(.text.flash_sector_erase) - flash_wait_done 0x000059dd Thumb Code 92 mk_flash.o(.text.flash_wait_done) - [Anonymous Symbol] 0x000059dc Section 0 mk_flash.o(.text.flash_wait_done) - flash_write_cmd 0x00005a39 Thumb Code 268 mk_flash.o(.text.flash_write_cmd) - [Anonymous Symbol] 0x00005a38 Section 0 mk_flash.o(.text.flash_write_cmd) - __arm_cp.1_0 0x00005b38 Number 4 mk_flash.o(.text.flash_write_cmd) - __arm_cp.1_1 0x00005b3c Number 4 mk_flash.o(.text.flash_write_cmd) - __arm_cp.1_2 0x00005b40 Number 4 mk_flash.o(.text.flash_write_cmd) - [Anonymous Symbol] 0x00005b44 Section 0 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_7 0x00005f18 Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_1 0x000062e8 Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_2 0x000062ec Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_3 0x000062f0 Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_4 0x000062f4 Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_5 0x000062f8 Number 4 mk_flash.o(.text.flash_write_nbytes) - __arm_cp.11_6 0x000062fc Number 4 mk_flash.o(.text.flash_write_nbytes) - [Anonymous Symbol] 0x00006300 Section 0 mk_dma.o(.text.get_uart1_dma_cndtr) - __arm_cp.2_0 0x0000630c Number 4 mk_dma.o(.text.get_uart1_dma_cndtr) - [Anonymous Symbol] 0x00006310 Section 0 mk_gpio.o(.text.gpio_enable_irq) - __arm_cp.9_1 0x000063cc Number 4 mk_gpio.o(.text.gpio_enable_irq) - __arm_cp.9_2 0x000063d0 Number 4 mk_gpio.o(.text.gpio_enable_irq) - __arm_cp.9_3 0x000063d4 Number 4 mk_gpio.o(.text.gpio_enable_irq) - __arm_cp.9_4 0x000063d8 Number 4 mk_gpio.o(.text.gpio_enable_irq) - [Anonymous Symbol] 0x000063dc Section 0 mk_gpio.o(.text.gpio_open) - [Anonymous Symbol] 0x000063f0 Section 0 mk_gpio.o(.text.gpio_pin_clr) - [Anonymous Symbol] 0x00006400 Section 0 mk_gpio.o(.text.gpio_pin_get_val) - [Anonymous Symbol] 0x00006410 Section 0 mk_gpio.o(.text.gpio_pin_set) - [Anonymous Symbol] 0x00006420 Section 0 mk_gpio.o(.text.gpio_pin_set_dir) - __arm_cp.8_0 0x00006468 Number 4 mk_gpio.o(.text.gpio_pin_set_dir) - __arm_cp.8_1 0x0000646c Number 4 mk_gpio.o(.text.gpio_pin_set_dir) - [Anonymous Symbol] 0x00006470 Section 0 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_0 0x000064b8 Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_1 0x000064bc Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_2 0x000064c0 Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_3 0x000064c4 Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_4 0x000064c8 Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_5 0x000064cc Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_6 0x000064d0 Number 4 sn74hc595.o(.text.gps_air780_power_change) - __arm_cp.2_7 0x000064d4 Number 4 sn74hc595.o(.text.gps_air780_power_change) - [Anonymous Symbol] 0x000064d8 Section 0 uwb_app.o(.text.in_table_log) - __arm_cp.7_0 0x0000652c Number 4 uwb_app.o(.text.in_table_log) - __arm_cp.7_2 0x00006540 Number 4 uwb_app.o(.text.in_table_log) - [Anonymous Symbol] 0x00006554 Section 0 mk_io.o(.text.io_pin_mux_set) - __arm_cp.0_0 0x000065a0 Number 4 mk_io.o(.text.io_pin_mux_set) - [Anonymous Symbol] 0x000065a4 Section 0 mk_io.o(.text.io_pull_set) - __arm_cp.3_0 0x000065ec Number 4 mk_io.o(.text.io_pull_set) - [Anonymous Symbol] 0x000065f0 Section 0 mk_misc.o(.text.mac_timer_stop) - [Anonymous Symbol] 0x000065fc Section 0 main.o(.text.main) - __arm_cp.14_0 0x00006778 Number 4 main.o(.text.main) - __arm_cp.14_1 0x0000677c Number 4 main.o(.text.main) - __arm_cp.14_3 0x00006798 Number 4 main.o(.text.main) - __arm_cp.14_4 0x0000679c Number 4 main.o(.text.main) - __arm_cp.14_5 0x000067a0 Number 4 main.o(.text.main) - __arm_cp.14_6 0x000067a4 Number 4 main.o(.text.main) - __arm_cp.14_8 0x000067a8 Number 4 main.o(.text.main) - __arm_cp.14_10 0x000067ac Number 4 main.o(.text.main) - __arm_cp.14_11 0x000067b0 Number 4 main.o(.text.main) - __arm_cp.14_12 0x000067b4 Number 4 main.o(.text.main) - [Anonymous Symbol] 0x000067b8 Section 0 mk_misc.o(.text.mk_chip_id) - __arm_cp.0_0 0x000067c0 Number 4 mk_misc.o(.text.mk_chip_id) - [Anonymous Symbol] 0x000067c4 Section 0 mk_trace.o(.text.mk_snprintf) - move_handler 0x000067e1 Thumb Code 12 main.o(.text.move_handler) - [Anonymous Symbol] 0x000067e0 Section 0 main.o(.text.move_handler) - __arm_cp.16_0 0x000067e8 Number 4 main.o(.text.move_handler) - [Anonymous Symbol] 0x000067ec Section 0 global_param.o(.text.parameter_init_anchor) - __arm_cp.3_0 0x00006898 Number 4 global_param.o(.text.parameter_init_anchor) - __arm_cp.3_1 0x0000689c Number 4 global_param.o(.text.parameter_init_anchor) - __arm_cp.3_2 0x000068a0 Number 4 global_param.o(.text.parameter_init_anchor) - __arm_cp.3_3 0x000068a4 Number 4 global_param.o(.text.parameter_init_anchor) - __arm_cp.3_4 0x000068a8 Number 4 global_param.o(.text.parameter_init_anchor) - [Anonymous Symbol] 0x000068ac Section 0 mk_phy.o(.text.phy_dump_mode) - [Anonymous Symbol] 0x000068b8 Section 0 mk_power.o(.text.power_init) - __arm_cp.2_0 0x000068f4 Number 4 mk_power.o(.text.power_init) - __arm_cp.2_1 0x000068f8 Number 4 mk_power.o(.text.power_init) - __arm_cp.2_2 0x000068fc Number 4 mk_power.o(.text.power_init) - [Anonymous Symbol] 0x00006900 Section 0 mk_power.o(.text.power_wakeup_enable) - __arm_cp.15_0 0x00006938 Number 4 mk_power.o(.text.power_wakeup_enable) - [Anonymous Symbol] 0x0000693c Section 0 lib_ranging.o(.text.ranging_rssi_get) - __arm_cp.22_0 0x00006994 Number 4 lib_ranging.o(.text.ranging_rssi_get) - __arm_cp.22_1 0x00006998 Number 4 lib_ranging.o(.text.ranging_rssi_get) - __arm_cp.22_2 0x0000699c Number 4 lib_ranging.o(.text.ranging_rssi_get) - [Anonymous Symbol] 0x000069a0 Section 0 mk_reset.o(.text.reset_cause_clear) - [Anonymous Symbol] 0x000069ac Section 0 mk_reset.o(.text.reset_cause_get) - __arm_cp.0_0 0x00006a14 Number 4 mk_reset.o(.text.reset_cause_get) - __arm_cp.0_8 0x00006a98 Number 4 mk_reset.o(.text.reset_cause_get) - [Anonymous Symbol] 0x00006aac Section 0 mk_reset.o(.text.reset_module) - __arm_cp.2_0 0x00006ac4 Number 4 mk_reset.o(.text.reset_module) - rtc_second_to_time 0x00006ac9 Thumb Code 668 mk_rtc.o(.text.rtc_second_to_time) - [Anonymous Symbol] 0x00006ac8 Section 0 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_0 0x00006d38 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_1 0x00006d3c Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_2 0x00006d40 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_3 0x00006d44 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_4 0x00006d48 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_5 0x00006d4c Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_6 0x00006d50 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_7 0x00006d54 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_8 0x00006d58 Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_9 0x00006d5c Number 4 mk_rtc.o(.text.rtc_second_to_time) - __arm_cp.4_10 0x00006d60 Number 4 mk_rtc.o(.text.rtc_second_to_time) - [Anonymous Symbol] 0x00006d64 Section 0 global_param.o(.text.save_com_map_to_flash) - __arm_cp.1_0 0x00006da8 Number 4 global_param.o(.text.save_com_map_to_flash) - __arm_cp.1_1 0x00006dac Number 4 global_param.o(.text.save_com_map_to_flash) - sleep_timer_callback 0x00006db1 Thumb Code 64 main.o(.text.sleep_timer_callback) - [Anonymous Symbol] 0x00006db0 Section 0 main.o(.text.sleep_timer_callback) - __arm_cp.15_0 0x00006dec Number 4 main.o(.text.sleep_timer_callback) - [Anonymous Symbol] 0x00006df0 Section 0 mk_sleep_timer.o(.text.sleep_timer_open) - __arm_cp.0_1 0x00006e38 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) - __arm_cp.0_3 0x00006e3c Number 4 mk_sleep_timer.o(.text.sleep_timer_open) - __arm_cp.0_4 0x00006e40 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) - __arm_cp.0_5 0x00006e44 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) - [Anonymous Symbol] 0x00006e48 Section 0 mk_sleep_timer.o(.text.sleep_timer_ppm_set) - [Anonymous Symbol] 0x00006e50 Section 0 mk_sleep_timer.o(.text.sleep_timer_start) - __arm_cp.2_0 0x00006e7c Number 4 mk_sleep_timer.o(.text.sleep_timer_start) - __arm_cp.2_1 0x00006e80 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) - __arm_cp.2_2 0x00006e84 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) - __arm_cp.2_3 0x00006e88 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) - [Anonymous Symbol] 0x00006e8c Section 0 startup_mk800x.o(.text.start_main_asm) - [Anonymous Symbol] 0x00006e94 Section 0 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_0 0x00006ec8 Number 4 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_1 0x00006ecc Number 4 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_2 0x00006ed0 Number 4 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_3 0x00006ed4 Number 4 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_4 0x00006ed8 Number 4 mk_misc.o(.text.sys_tick_start) - __arm_cp.16_5 0x00006edc Number 4 mk_misc.o(.text.sys_tick_start) - [Anonymous Symbol] 0x00006ee0 Section 0 mk_misc.o(.text.sys_tick_us) - __arm_cp.17_0 0x00006f3c Number 4 mk_misc.o(.text.sys_tick_us) - __arm_cp.17_1 0x00006f40 Number 4 mk_misc.o(.text.sys_tick_us) - __arm_cp.17_2 0x00006f44 Number 4 mk_misc.o(.text.sys_tick_us) - [Anonymous Symbol] 0x00006f48 Section 0 mk_misc.o(.text.sys_timer_get) - [Anonymous Symbol] 0x00006f54 Section 0 mk_misc.o(.text.sys_timer_open) - __arm_cp.7_0 0x00006f9c Number 4 mk_misc.o(.text.sys_timer_open) - __arm_cp.7_1 0x00006fa0 Number 4 mk_misc.o(.text.sys_timer_open) - [Anonymous Symbol] 0x00006fa4 Section 0 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_0 0x0000730c Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_1 0x00007310 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_2 0x00007314 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_3 0x00007318 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_4 0x0000731c Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_5 0x00007320 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_7 0x00007340 Number 4 mk_trace.o(.text.trace_assert_dump) - _trace_assert_dump.desc_func 0x00007344 Number 0 mk_trace.o(.text.trace_assert_dump) - _trace_assert_dump.desc_line 0x00007350 Number 0 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_12 0x0000736c Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_13 0x00007370 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_14 0x00007374 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_15 0x00007378 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_16 0x0000737c Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_17 0x00007380 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_18 0x00007384 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_19 0x00007388 Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_20 0x0000738c Number 4 mk_trace.o(.text.trace_assert_dump) - __arm_cp.6_21 0x00007390 Number 4 mk_trace.o(.text.trace_assert_dump) - [Anonymous Symbol] 0x00007394 Section 0 mk_trace.o(.text.trace_end) - __arm_cp.12_2 0x000073d0 Number 4 mk_trace.o(.text.trace_end) - __arm_cp.12_3 0x000073d4 Number 4 mk_trace.o(.text.trace_end) - [Anonymous Symbol] 0x000073d8 Section 0 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_0 0x00007770 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_1 0x00007774 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_2 0x00007778 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_4 0x00007798 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_5 0x0000779c Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_11 0x000077ec Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_12 0x000077f0 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_13 0x000077f4 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_14 0x000077f8 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_15 0x000077fc Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_16 0x00007800 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_17 0x00007804 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_18 0x00007808 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_21 0x0000782c Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_24 0x0000784c Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_25 0x00007850 Number 4 mk_trace.o(.text.trace_exception_handler) - __arm_cp.14_26 0x00007854 Number 4 mk_trace.o(.text.trace_exception_handler) - [Anonymous Symbol] 0x00007858 Section 0 mk_trace.o(.text.trace_flush) - __arm_cp.13_0 0x00007930 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_1 0x00007934 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_2 0x00007938 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_3 0x0000793c Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_4 0x00007940 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_5 0x00007944 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_6 0x00007948 Number 4 mk_trace.o(.text.trace_flush) - __arm_cp.13_7 0x0000794c Number 4 mk_trace.o(.text.trace_flush) - [Anonymous Symbol] 0x00007950 Section 0 mk_trace.o(.text.trace_format) - __arm_cp.7_5 0x00007b08 Number 4 mk_trace.o(.text.trace_format) - __arm_cp.7_6 0x00007b0c Number 4 mk_trace.o(.text.trace_format) - __arm_cp.7_0 0x00007d14 Number 4 mk_trace.o(.text.trace_format) - [Anonymous Symbol] 0x00007d18 Section 0 mk_trace.o(.text.trace_open) - __arm_cp.0_2 0x00007d70 Number 4 mk_trace.o(.text.trace_open) - __arm_cp.0_3 0x00007d74 Number 4 mk_trace.o(.text.trace_open) - [Anonymous Symbol] 0x00007d78 Section 0 mk_trace.o(.text.trace_output) - __arm_cp.4_0 0x00007efc Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_1 0x00007f00 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_2 0x00007f04 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_5 0x00007f24 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_6 0x00007f28 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_7 0x00007f2c Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_8 0x00007f30 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_9 0x00007f34 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_10 0x00007f38 Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_11 0x00007f3c Number 4 mk_trace.o(.text.trace_output) - __arm_cp.4_12 0x00007f40 Number 4 mk_trace.o(.text.trace_output) - trace_print_backtrace 0x00007f71 Thumb Code 236 mk_trace.o(.text.trace_print_backtrace) - [Anonymous Symbol] 0x00007f70 Section 0 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_1 0x0000803c Number 4 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_2 0x00008040 Number 4 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_3 0x00008044 Number 4 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_4 0x00008048 Number 4 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_5 0x0000804c Number 4 mk_trace.o(.text.trace_print_backtrace) - __arm_cp.15_6 0x00008050 Number 4 mk_trace.o(.text.trace_print_backtrace) - [Anonymous Symbol] 0x0000805c Section 0 mk_trace.o(.text.trace_printf) - __arm_cp.5_0 0x0000812c Number 4 mk_trace.o(.text.trace_printf) - __arm_cp.5_1 0x00008130 Number 4 mk_trace.o(.text.trace_printf) - module_name 0x0000813c Number 0 mk_trace.o(.text.trace_printf) - __arm_cp.5_4 0x00008170 Number 4 mk_trace.o(.text.trace_printf) - level_tag 0x00008174 Number 0 mk_trace.o(.text.trace_printf) - trace_sending_continue 0x00008189 Thumb Code 228 mk_trace.o(.text.trace_sending_continue) - [Anonymous Symbol] 0x00008188 Section 0 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_0 0x0000823c Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_1 0x00008240 Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_2 0x00008244 Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_3 0x00008248 Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_4 0x0000824c Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_5 0x00008250 Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_6 0x00008254 Number 4 mk_trace.o(.text.trace_sending_continue) - __arm_cp.17_7 0x00008258 Number 4 mk_trace.o(.text.trace_sending_continue) - [Anonymous Symbol] 0x0000826c Section 0 mk_uart.o(.text.uart_close) - __arm_cp.12_1 0x000082e4 Number 4 mk_uart.o(.text.uart_close) - __arm_cp.12_2 0x000082e8 Number 4 mk_uart.o(.text.uart_close) - uart_dma_callback 0x000082ed Thumb Code 368 mk_uart.o(.text.uart_dma_callback) - [Anonymous Symbol] 0x000082ec Section 0 mk_uart.o(.text.uart_dma_callback) - __arm_cp.13_0 0x00008448 Number 4 mk_uart.o(.text.uart_dma_callback) - __arm_cp.13_1 0x0000844c Number 4 mk_uart.o(.text.uart_dma_callback) - __arm_cp.13_3 0x00008450 Number 4 mk_uart.o(.text.uart_dma_callback) - __arm_cp.13_4 0x00008454 Number 4 mk_uart.o(.text.uart_dma_callback) - __arm_cp.13_5 0x00008458 Number 4 mk_uart.o(.text.uart_dma_callback) - [Anonymous Symbol] 0x0000845c Section 0 mk_uart.o(.text.uart_irq_handler) - __arm_cp.18_0 0x00008684 Number 4 mk_uart.o(.text.uart_irq_handler) - __arm_cp.18_1 0x00008688 Number 4 mk_uart.o(.text.uart_irq_handler) - __arm_cp.18_3 0x000086a0 Number 4 mk_uart.o(.text.uart_irq_handler) - [Anonymous Symbol] 0x000086c0 Section 0 mk_uart.o(.text.uart_open) - __arm_cp.11_1 0x0000884c Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_2 0x00008850 Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_3 0x00008854 Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_4 0x00008858 Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_5 0x0000885c Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_6 0x00008860 Number 4 mk_uart.o(.text.uart_open) - __arm_cp.11_8 0x00008864 Number 4 mk_uart.o(.text.uart_open) - [Anonymous Symbol] 0x00008868 Section 0 mk_uart.o(.text.uart_receive) - __arm_cp.14_0 0x00008a94 Number 4 mk_uart.o(.text.uart_receive) - __arm_cp.14_1 0x00008a98 Number 4 mk_uart.o(.text.uart_receive) - [Anonymous Symbol] 0x00008a9c Section 0 main.o(.text.uart_receive_callback) - __arm_cp.0_0 0x00008aac Number 4 main.o(.text.uart_receive_callback) - __arm_cp.0_1 0x00008ab0 Number 4 main.o(.text.uart_receive_callback) - [Anonymous Symbol] 0x00008ab4 Section 0 mk_uart.o(.text.uart_send) - __arm_cp.2_1 0x00008d7c Number 4 mk_uart.o(.text.uart_send) - [Anonymous Symbol] 0x00008d80 Section 0 mk_uart.o(.text.uart_tx_in_progress) - __arm_cp.7_0 0x00008d9c Number 4 mk_uart.o(.text.uart_tx_in_progress) - [Anonymous Symbol] 0x00008da0 Section 0 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_0 0x00008de8 Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_1 0x00008dec Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_2 0x00008df0 Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_3 0x00008df4 Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_4 0x00008df8 Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_5 0x00008dfc Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_6 0x00008e00 Number 4 sn74hc595.o(.text.update_led_power_state) - __arm_cp.3_7 0x00008e04 Number 4 sn74hc595.o(.text.update_led_power_state) - [Anonymous Symbol] 0x00008e08 Section 0 mk_wdt.o(.text.wdt_close) - __arm_cp.1_0 0x00008e54 Number 4 mk_wdt.o(.text.wdt_close) - __arm_cp.1_1 0x00008e58 Number 4 mk_wdt.o(.text.wdt_close) - __arm_cp.1_2 0x00008e5c Number 4 mk_wdt.o(.text.wdt_close) - __arm_cp.1_3 0x00008e60 Number 4 mk_wdt.o(.text.wdt_close) - i.__0snprintf 0x00008e70 Section 0 printfa.o(i.__0snprintf) - i.__0sprintf 0x00008ea8 Section 0 printfa.o(i.__0sprintf) - i.__ARM_clz 0x00008ed0 Section 0 depilogue.o(i.__ARM_clz) - i.__aeabi_errno_addr 0x00008f00 Section 0 errno.o(i.__aeabi_errno_addr) - i.__scatterload_copy 0x00008f08 Section 14 handlers.o(i.__scatterload_copy) - i.__scatterload_null 0x00008f16 Section 2 handlers.o(i.__scatterload_null) - i.__scatterload_zeroinit 0x00008f18 Section 14 handlers.o(i.__scatterload_zeroinit) - _fp_digits 0x00008f29 Thumb Code 344 printfa.o(i._fp_digits) - i._fp_digits 0x00008f28 Section 0 printfa.o(i._fp_digits) - i._is_digit 0x0000909c Section 0 scanf_fp.o(i._is_digit) - _printf_core 0x000090ad Thumb Code 1754 printfa.o(i._printf_core) - i._printf_core 0x000090ac Section 0 printfa.o(i._printf_core) - _printf_post_padding 0x00009799 Thumb Code 32 printfa.o(i._printf_post_padding) - i._printf_post_padding 0x00009798 Section 0 printfa.o(i._printf_post_padding) - _printf_pre_padding 0x000097b9 Thumb Code 44 printfa.o(i._printf_pre_padding) - i._printf_pre_padding 0x000097b8 Section 0 printfa.o(i._printf_pre_padding) - _snputc 0x000097e5 Thumb Code 22 printfa.o(i._snputc) - i._snputc 0x000097e4 Section 0 printfa.o(i._snputc) - _sputc 0x000097fb Thumb Code 10 printfa.o(i._sputc) - i._sputc 0x000097fa Section 0 printfa.o(i._sputc) - i.strtod 0x00009804 Section 0 strtod.o(i.strtod) - .constdata 0x00009822 Section 129 ctype_o.o(.constdata) - table 0x000098a4 Data 4 ctype_o.o(.constdata) - .constdata 0x000098a4 Section 4 ctype_o.o(.constdata) - [Anonymous Symbol] 0x000098a8 Section 0 mk8000_read_rssi.o(.rodata..L__const.MK8000_read_rssi.RF_gain_LUT) - [Anonymous Symbol] 0x000098c0 Section 0 mk_misc.o(.rodata..L__const.sys_timer_open.sys_timer_cfg) - baud_table 0x000098d8 Data 42 mk_uart.o(.rodata.baud_table) - [Anonymous Symbol] 0x000098d8 Section 0 mk_uart.o(.rodata.baud_table) - crc16_table 0x00009902 Data 512 crc.o(.rodata.crc16_table) - [Anonymous Symbol] 0x00009902 Section 0 crc.o(.rodata.crc16_table) - _PrintUnsigned._aV2C 0x00009b02 Data 16 mk_trace.o(.rodata.cst16) - .L__const.adc_get.adc_dma_cfg 0x00009b14 Data 32 mk_adc.o(.rodata.cst32) - .L__const.flash_write_nbytes.flash_wr_dma_cfg 0x00009b34 Data 32 mk_flash.o(.rodata.cst32) - .L__const.flash_write.flash_wr_dma_cfg 0x00009b54 Data 32 mk_flash.o(.rodata.cst32) - .L__const.flash_read.flash_rd_dma_cfg 0x00009b74 Data 32 mk_flash.o(.rodata.cst32) - fast_10log10.lut_log_x100 0x00009b94 Data 256 mk8000_read_rssi.o(.rodata.fast_10log10.lut_log_x100) - [Anonymous Symbol] 0x00009b94 Section 0 mk8000_read_rssi.o(.rodata.fast_10log10.lut_log_x100) - flash_cmd 0x00009c94 Data 220 mk_flash.o(.rodata.flash_cmd) - [Anonymous Symbol] 0x00009c94 Section 0 mk_flash.o(.rodata.flash_cmd) - .L.str 0x00009d70 Data 25 mk_adc.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009d70 Section 0 mk_adc.o(.rodata.str1.1) - .L.str 0x00009d89 Data 25 mk_aes.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009d89 Section 0 mk_aes.o(.rodata.str1.1) - .L.str.4 0x00009da2 Data 22 mk_calib.o(.rodata.str1.1) - .L__FUNCTION__.aes_crypt_ecb 0x00009da2 Data 14 mk_aes.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009da2 Section 0 mk_calib.o(.rodata.str1.1) - .L.str.1 0x00009db0 Data 23 mk_aes.o(.rodata.str1.1) - .L.str.3 0x00009db8 Data 23 mk_calib.o(.rodata.str1.1) - .L.str.2 0x00009dc7 Data 12 mk_aes.o(.rodata.str1.1) - .L.str.6 0x00009dcf Data 25 mk_flash.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009dcf Section 0 mk_flash.o(.rodata.str1.1) - .L__FUNCTION__.aes_crypt_cbc 0x00009dd3 Data 14 mk_aes.o(.rodata.str1.1) - .L__FUNCTION__.aes_crypt_ctr 0x00009de1 Data 14 mk_aes.o(.rodata.str1.1) - trace_new_line 0x00009de5 Data 3 mk_flash.o(.rodata.str1.1) - .L.str.1 0x00009de8 Data 27 mk_flash.o(.rodata.str1.1) - .L.str.2 0x00009e03 Data 26 mk_misc.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009e03 Section 0 mk_misc.o(.rodata.str1.1) - .L.str 0x00009e1d Data 26 mk_misc.o(.rodata.str1.1) - .L__FUNCTION__.sys_tick_start 0x00009e37 Data 15 mk_misc.o(.rodata.str1.1) - .L.str.8 0x00009e46 Data 26 mk_reset.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009e46 Section 0 mk_reset.o(.rodata.str1.1) - .L.str.7 0x00009e60 Data 10 mk_trace.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009e60 Section 0 mk_trace.o(.rodata.str1.1) - .L.str.6 0x00009e6a Data 13 mk_trace.o(.rodata.str1.1) - _trace_assert_dump.separate_line 0x00009e77 Data 43 mk_trace.o(.rodata.str1.1) - .L.str.27 0x00009ea2 Data 28 mk_trace.o(.rodata.str1.1) - .L.str.18 0x00009ebe Data 15 mk_trace.o(.rodata.str1.1) - .L.str.19 0x00009ecd Data 15 mk_trace.o(.rodata.str1.1) - .L.str.20 0x00009edc Data 11 mk_trace.o(.rodata.str1.1) - .L.str.21 0x00009ee7 Data 11 mk_trace.o(.rodata.str1.1) - .L.str.24 0x00009ef2 Data 13 mk_trace.o(.rodata.str1.1) - .L.str.14 0x00009eff Data 10 mk_trace.o(.rodata.str1.1) - .L.str.17 0x00009f09 Data 12 mk_trace.o(.rodata.str1.1) - .L.str.15 0x00009f15 Data 12 mk_trace.o(.rodata.str1.1) - .L.str.16 0x00009f21 Data 25 mk_trace.o(.rodata.str1.1) - _trace_assert_dump.desc_file 0x00009f3a Data 11 mk_trace.o(.rodata.str1.1) - .L.str.41 0x00009f45 Data 8 mk_trace.o(.rodata.str1.1) - .L.str.38 0x00009f4d Data 7 mk_trace.o(.rodata.str1.1) - .L.str.33 0x00009f54 Data 6 mk_trace.o(.rodata.str1.1) - .L.str.29 0x00009f5a Data 6 mk_trace.o(.rodata.str1.1) - .L.str.39 0x00009f60 Data 6 mk_trace.o(.rodata.str1.1) - .L.str.45 0x00009f66 Data 10 mk_trace.o(.rodata.str1.1) - .L.str.40 0x00009f70 Data 5 mk_trace.o(.rodata.str1.1) - .L.str.34 0x00009f75 Data 6 mk_trace.o(.rodata.str1.1) - .L.str.43 0x00009f7b Data 7 mk_trace.o(.rodata.str1.1) - .L.str.44 0x00009f82 Data 7 mk_trace.o(.rodata.str1.1) - .L.str.32 0x00009f89 Data 6 mk_trace.o(.rodata.str1.1) - .L.str.42 0x00009f8f Data 8 mk_trace.o(.rodata.str1.1) - .L.str.37 0x00009f97 Data 5 mk_trace.o(.rodata.str1.1) - .L.str.36 0x00009f9c Data 7 mk_trace.o(.rodata.str1.1) - .L.str.35 0x00009fa3 Data 7 mk_trace.o(.rodata.str1.1) - .L.str.31 0x00009faa Data 6 mk_trace.o(.rodata.str1.1) - .L.str.30 0x00009fb0 Data 6 mk_trace.o(.rodata.str1.1) - .L.str.1 0x00009fb6 Data 27 mk_trace.o(.rodata.str1.1) - .L.str.4 0x00009fd1 Data 3 mk_trace.o(.rodata.str1.1) - .L.str 0x00009fd4 Data 26 mk_uart.o(.rodata.str1.1) - [Anonymous Symbol] 0x00009fd4 Section 0 mk_uart.o(.rodata.str1.1) - .L.str.4 0x00009fee Data 28 mk_uart.o(.rodata.str1.1) - .L.str.3 0x0000a00a Data 26 mk_uart.o(.rodata.str1.1) - .L.str.1 0x0000a024 Data 17 mk_uart.o(.rodata.str1.1) - .L__FUNCTION__.uart_dma_callback 0x0000a035 Data 18 mk_uart.o(.rodata.str1.1) - .L__FUNCTION__.uart_baud_set 0x0000a047 Data 14 mk_uart.o(.rodata.str1.1) - .L.str.2 0x0000a055 Data 99 serial_at_cmd_app.o(.rodata.str1.1) - [Anonymous Symbol] 0x0000a055 Section 0 serial_at_cmd_app.o(.rodata.str1.1) - [Anonymous Symbol] 0x0000a0b8 Section 0 mk_phy.o(.rodata.str1.1) - trace_level_cfg 0x0000a0d8 Data 13 mk_trace.o(.rodata.trace_level_cfg) - [Anonymous Symbol] 0x0000a0d8 Section 0 mk_trace.o(.rodata.trace_level_cfg) + [Anonymous Symbol] 0x00001774 Section 0 lis3dh_driver.o(.text.Accelerometer_Init) + __arm_cp.6_0 0x000017e4 Number 4 lis3dh_driver.o(.text.Accelerometer_Init) + __arm_cp.6_1 0x000017e8 Number 4 lis3dh_driver.o(.text.Accelerometer_Init) + [Anonymous Symbol] 0x000017ec Section 0 mk_misc.o(.text.BOD_IRQHandler) + [Anonymous Symbol] 0x000017ee Section 0 mk_calib.o(.text.CALIB_IRQHandler) + [Anonymous Symbol] 0x000017f0 Section 0 mk_dma.o(.text.DMA_IRQHandler) + __arm_cp.7_0 0x0000185c Number 4 mk_dma.o(.text.DMA_IRQHandler) + [Anonymous Symbol] 0x00001860 Section 0 startup_mk800x.o(.text.Default_Handler) + [Anonymous Symbol] 0x00001864 Section 0 mk_flash.o(.text.FLASH_CTRL_IRQHandler) + __arm_cp.16_0 0x0000188c Number 4 mk_flash.o(.text.FLASH_CTRL_IRQHandler) + [Anonymous Symbol] 0x00001890 Section 0 mk_gpio.o(.text.GPIO_IRQHandler) + __arm_cp.11_0 0x00001a08 Number 4 mk_gpio.o(.text.GPIO_IRQHandler) + [Anonymous Symbol] 0x00001a0c Section 0 hido_basequeue.o(.text.HIDO_BaseQueueEnqueue) + [Anonymous Symbol] 0x00001a38 Section 0 hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize) + [Anonymous Symbol] 0x00001a92 Section 0 hido_basequeue.o(.text.HIDO_BaseQueueGetRear) + [Anonymous Symbol] 0x00001a96 Section 0 hido_basequeue.o(.text.HIDO_BaseQueueIsFull) + [Anonymous Symbol] 0x00001aaa Section 0 hido_debug.o(.text.HIDO_Debug) + [Anonymous Symbol] 0x00001ab0 Section 0 hido_timer.o(.text.HIDO_TimerTick) + __arm_cp.4_0 0x00001acc Number 4 hido_timer.o(.text.HIDO_TimerTick) + __arm_cp.4_1 0x00001ad0 Number 4 hido_timer.o(.text.HIDO_TimerTick) + [Anonymous Symbol] 0x00001ad4 Section 0 hido_util.o(.text.HIDO_UtilBzero) + [Anonymous Symbol] 0x00001adc Section 0 hido_vlqueue.o(.text.HIDO_VLQEnqueue) + [Anonymous Symbol] 0x00001b06 Section 0 hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember) + [Anonymous Symbol] 0x00001b5c Section 0 mk_trace.o(.text.HardFault_Handler) + label_1 0x00001b6e Number 0 mk_trace.o(.text.HardFault_Handler) + label_2 0x00001b76 Number 0 mk_trace.o(.text.HardFault_Handler) + [Anonymous Symbol] 0x00001be8 Section 0 lis3dh_driver.o(.text.IIC2_Init) + [Anonymous Symbol] 0x00001c30 Section 0 lis3dh_driver.o(.text.IIC2_Read_Byte) + [Anonymous Symbol] 0x00001dc6 Section 0 pca9555.o(.text.IIC2_Read_pca_Byte) + [Anonymous Symbol] 0x00001f46 Section 0 lis3dh_driver.o(.text.IIC2_Send_Byte) + [Anonymous Symbol] 0x000020f4 Section 0 pca9555.o(.text.IIC2_Send_pca_Byte) + [Anonymous Symbol] 0x000022a2 Section 0 lis3dh_driver.o(.text.IIC2_Wait_Ack) + [Anonymous Symbol] 0x0000232a Section 0 pca9555.o(.text.IIC2_Wait_pca_Ack) + [Anonymous Symbol] 0x000023bc Section 0 pca9555.o(.text.IIC_Read_Pca9555) + [Anonymous Symbol] 0x000024e0 Section 0 pca9555.o(.text.IIC_Write_Pca9555) + __arm_cp.9_0 0x0000256c Number 4 pca9555.o(.text.IIC_Write_Pca9555) + [Anonymous Symbol] 0x00002570 Section 0 sn74hc595.o(.text.IO_LED_control_change) + __arm_cp.1_0 0x000026ac Number 4 sn74hc595.o(.text.IO_LED_control_change) + [Anonymous Symbol] 0x000026b0 Section 0 lis3dh_driver.o(.text.LIS3DH_ReadOneByte) + [Anonymous Symbol] 0x00002748 Section 0 lis3dh_driver.o(.text.LIS3DH_WriteOneByte) + [Anonymous Symbol] 0x000027c0 Section 0 mk_lsp.o(.text.LSP_IRQHandler) + __arm_cp.34_0 0x000027e0 Number 4 mk_lsp.o(.text.LSP_IRQHandler) + __arm_cp.34_1 0x000027e4 Number 4 mk_lsp.o(.text.LSP_IRQHandler) + __arm_cp.34_2 0x000027e8 Number 4 mk_lsp.o(.text.LSP_IRQHandler) + [Anonymous Symbol] 0x000027ec Section 0 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_16 0x00002bd4 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_0 0x00002cd8 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_1 0x00002cdc Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_2 0x00002ce0 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_4 0x00002ce4 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_6 0x00002d1c Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_7 0x00002d20 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_8 0x00002d24 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_9 0x00002d28 Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_10 0x00002d2c Number 4 mk_mac.o(.text.MAC_IRQHandler) + __arm_cp.32_12 0x00002d40 Number 4 mk_mac.o(.text.MAC_IRQHandler) + [Anonymous Symbol] 0x00002d44 Section 0 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_46 0x00003128 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_48 0x0000313c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_49 0x00003140 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_50 0x00003144 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_51 0x00003148 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_52 0x0000314c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_53 0x00003150 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_54 0x00003154 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_56 0x00003168 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_57 0x0000316c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_58 0x00003170 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_59 0x00003174 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_67 0x00003178 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_68 0x0000317c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_62 0x000031dc Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_64 0x000031f0 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_65 0x000031f4 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_66 0x000031f8 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_2 0x0000320c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_3 0x00003210 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_4 0x00003214 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_5 0x00003218 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_6 0x0000321c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_7 0x00003220 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_8 0x00003224 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_15 0x00003228 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_30 0x0000322c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_31 0x00003230 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_32 0x00003234 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_33 0x00003238 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_34 0x0000323c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_35 0x00003240 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_36 0x00003244 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_37 0x00003248 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_38 0x0000324c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_39 0x00003250 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_40 0x00003254 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_42 0x00003284 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_43 0x00003288 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_44 0x0000328c Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + __arm_cp.0_45 0x00003290 Number 4 mk8000_read_rssi.o(.text.MK8000_read_rssi) + [Anonymous Symbol] 0x00003294 Section 0 pca9555.o(.text.PCA9555_init) + __arm_cp.21_0 0x000032e4 Number 4 pca9555.o(.text.PCA9555_init) + [Anonymous Symbol] 0x000032e8 Section 0 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_0 0x00003334 Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_1 0x00003338 Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_2 0x0000333c Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_3 0x00003340 Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_4 0x00003344 Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_5 0x00003348 Number 4 mk_phy.o(.text.PHY_IRQHandler) + __arm_cp.46_6 0x0000334c Number 4 mk_phy.o(.text.PHY_IRQHandler) + [Anonymous Symbol] 0x00003350 Section 0 mk_phy.o(.text.PHY_TIMER_IRQHandler) + __arm_cp.45_0 0x00003388 Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) + __arm_cp.45_1 0x0000338c Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) + __arm_cp.45_2 0x00003390 Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) + __arm_cp.45_4 0x000033ac Number 4 mk_phy.o(.text.PHY_TIMER_IRQHandler) + [Anonymous Symbol] 0x000033c8 Section 0 pal_flash.o(.text.PalFlashEraseSector) + [Anonymous Symbol] 0x00003400 Section 0 pal_flash.o(.text.PalFlashInit) + [Anonymous Symbol] 0x00003418 Section 0 pal_flash.o(.text.PalFlashRead) + __arm_cp.2_0 0x0000343c Number 4 pal_flash.o(.text.PalFlashRead) + __arm_cp.2_1 0x00003440 Number 4 pal_flash.o(.text.PalFlashRead) + [Anonymous Symbol] 0x00003444 Section 0 pal_flash.o(.text.PalNvmGetSectorSize) + [Anonymous Symbol] 0x0000344a Section 0 pal_flash.o(.text.PalNvmGetTotalSize) + [Anonymous Symbol] 0x00003450 Section 0 main.o(.text.Program_Init) + __arm_cp.9_0 0x00003584 Number 4 main.o(.text.Program_Init) + __arm_cp.9_1 0x00003588 Number 4 main.o(.text.Program_Init) + __arm_cp.9_2 0x0000358c Number 4 main.o(.text.Program_Init) + __arm_cp.9_3 0x00003590 Number 4 main.o(.text.Program_Init) + __arm_cp.9_4 0x00003594 Number 4 main.o(.text.Program_Init) + __arm_cp.9_5 0x00003598 Number 4 main.o(.text.Program_Init) + __arm_cp.9_6 0x0000359c Number 4 main.o(.text.Program_Init) + __arm_cp.9_7 0x000035a0 Number 4 main.o(.text.Program_Init) + __arm_cp.9_8 0x000035a4 Number 4 main.o(.text.Program_Init) + __arm_cp.9_9 0x000035a8 Number 4 main.o(.text.Program_Init) + [Anonymous Symbol] 0x00003600 Section 0 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + __arm_cp.10_0 0x000036c8 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + __arm_cp.10_1 0x000036cc Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + __arm_cp.10_2 0x000036d0 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + __arm_cp.10_4 0x000036e4 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + __arm_cp.10_5 0x000036e8 Number 4 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + [Anonymous Symbol] 0x000036ec Section 0 mk_rtc.o(.text.RTC_ALARM_IRQHandler) + [Anonymous Symbol] 0x00003718 Section 0 mk_rtc.o(.text.RTC_TICK_IRQHandler) + __arm_cp.7_0 0x00003748 Number 4 mk_rtc.o(.text.RTC_TICK_IRQHandler) + [Anonymous Symbol] 0x0000374c Section 0 startup_mk800x.o(.text.Reset_Handler) + __arm_cp.1_0 0x00003768 Number 4 startup_mk800x.o(.text.Reset_Handler) + [Anonymous Symbol] 0x0000376c Section 0 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) + __arm_cp.7_0 0x000037a4 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) + __arm_cp.7_4 0x00003800 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) + __arm_cp.7_5 0x00003804 Number 4 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) + [Anonymous Symbol] 0x00003808 Section 0 mk_uart.o(.text.Serial0_PutString) + __arm_cp.5_0 0x0000383c Number 4 mk_uart.o(.text.Serial0_PutString) + [Anonymous Symbol] 0x00003840 Section 0 socket.o(.text.Socket_Send) + __arm_cp.22_0 0x00003898 Number 4 socket.o(.text.Socket_Send) + __arm_cp.22_1 0x0000389c Number 4 socket.o(.text.Socket_Send) + [Anonymous Symbol] 0x000038bc Section 0 mk_misc.o(.text.SysTick_Handler) + __arm_cp.24_0 0x000038d0 Number 4 mk_misc.o(.text.SysTick_Handler) + [Anonymous Symbol] 0x000038d4 Section 0 system_mk800x.o(.text.SystemInit) + __arm_cp.1_0 0x000038dc Number 4 system_mk800x.o(.text.SystemInit) + __arm_cp.1_1 0x000038e0 Number 4 system_mk800x.o(.text.SystemInit) + [Anonymous Symbol] 0x000038e4 Section 0 mk_dual_timer.o(.text.TIMER2_IRQHandler) + [Anonymous Symbol] 0x00003904 Section 0 mk_dual_timer.o(.text.TIMER3_IRQHandler) + __arm_cp.9_0 0x00003924 Number 4 mk_dual_timer.o(.text.TIMER3_IRQHandler) + [Anonymous Symbol] 0x00003928 Section 0 uwb_app.o(.text.TagListUpdate_person_num_car) + __arm_cp.8_0 0x00003990 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) + __arm_cp.8_1 0x00003994 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) + __arm_cp.8_2 0x00003998 Number 4 uwb_app.o(.text.TagListUpdate_person_num_car) + [Anonymous Symbol] 0x0000399c Section 0 mk_uart.o(.text.UART0_IRQHandler) + [Anonymous Symbol] 0x000039a6 Section 0 mk_uart.o(.text.UART1_IRQHandler) + [Anonymous Symbol] 0x000039b0 Section 0 usart.o(.text.UART_CheckReceive) + __arm_cp.1_0 0x00003a14 Number 4 usart.o(.text.UART_CheckReceive) + [Anonymous Symbol] 0x00003a18 Section 0 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_0 0x00003a70 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_1 0x00003a74 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_2 0x00003a78 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_3 0x00003a7c Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_4 0x00003a80 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_5 0x00003a84 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_6 0x00003a88 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_8 0x00003aa4 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + __arm_cp.0_9 0x00003aa8 Number 4 tcpclient.o(.text.UDPClient_UploadGPS) + [Anonymous Symbol] 0x00003aac Section 0 pin_config.o(.text.Uart1GpsRecDebugSend) + __arm_cp.1_0 0x00003af0 Number 4 pin_config.o(.text.Uart1GpsRecDebugSend) + __arm_cp.1_1 0x00003af4 Number 4 pin_config.o(.text.Uart1GpsRecDebugSend) + [Anonymous Symbol] 0x00003af8 Section 0 uart.o(.text.Uart_Register) + __arm_cp.0_0 0x00003b10 Number 4 uart.o(.text.Uart_Register) + [Anonymous Symbol] 0x00003b14 Section 0 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_0 0x00003bd4 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_1 0x00003bd8 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_2 0x00003bdc Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_3 0x00003be0 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_4 0x00003be4 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + __arm_cp.2_5 0x00003be8 Number 4 serial_at_cmd_app.o(.text.UpdateProcess) + [Anonymous Symbol] 0x00003bfc Section 0 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_0 0x00003ea4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_1 0x00003ea8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_2 0x00003eac Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_3 0x00003eb0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_4 0x00003eb4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_5 0x00003eb8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_6 0x00003ebc Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_7 0x00003ec0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_8 0x00003ec4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_10 0x00003ed0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_11 0x00003ed4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_12 0x00003ed8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_13 0x00003edc Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_14 0x00003ee0 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_15 0x00003ee4 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + __arm_cp.3_16 0x00003ee8 Number 4 serial_at_cmd_app.o(.text.UsartParseDataHandler) + [Anonymous Symbol] 0x00003eec Section 0 mk_wdt.o(.text.WDT_IRQHandler) + __arm_cp.5_0 0x00003f08 Number 4 mk_wdt.o(.text.WDT_IRQHandler) + [Anonymous Symbol] 0x00003f0c Section 0 wsf_nvm.o(.text.WsfNvmInit) + __arm_cp.0_0 0x00003fbc Number 4 wsf_nvm.o(.text.WsfNvmInit) + __arm_cp.0_1 0x00003fc0 Number 4 wsf_nvm.o(.text.WsfNvmInit) + [Anonymous Symbol] 0x00003fc4 Section 0 main.o(.text._4gUsart_handler) + __arm_cp.8_1 0x00003fcc Number 4 main.o(.text._4gUsart_handler) + _PrintInt 0x00003fd1 Thumb Code 314 mk_trace.o(.text._PrintInt) + [Anonymous Symbol] 0x00003fd0 Section 0 mk_trace.o(.text._PrintInt) + _PrintUnsigned 0x0000410d Thumb Code 336 mk_trace.o(.text._PrintUnsigned) + [Anonymous Symbol] 0x0000410c Section 0 mk_trace.o(.text._PrintUnsigned) + __arm_cp.9_0 0x00004258 Number 4 mk_trace.o(.text._PrintUnsigned) + adc_callback 0x0000425d Thumb Code 240 main.o(.text.adc_callback) + [Anonymous Symbol] 0x0000425c Section 0 main.o(.text.adc_callback) + __arm_cp.6_0 0x000042f4 Number 4 main.o(.text.adc_callback) + __arm_cp.6_1 0x000042f8 Number 4 main.o(.text.adc_callback) + __arm_cp.6_2 0x000042fc Number 4 main.o(.text.adc_callback) + __arm_cp.6_3 0x00004300 Number 4 main.o(.text.adc_callback) + __arm_cp.6_4 0x00004304 Number 4 main.o(.text.adc_callback) + [Anonymous Symbol] 0x0000434c Section 0 mk_adc.o(.text.adc_code_to_mv) + __arm_cp.6_0 0x00004368 Number 4 mk_adc.o(.text.adc_code_to_mv) + __arm_cp.6_1 0x0000436c Number 4 mk_adc.o(.text.adc_code_to_mv) + adc_dma_callback 0x00004371 Thumb Code 128 mk_adc.o(.text.adc_dma_callback) + [Anonymous Symbol] 0x00004370 Section 0 mk_adc.o(.text.adc_dma_callback) + __arm_cp.4_0 0x000043bc Number 4 mk_adc.o(.text.adc_dma_callback) + [Anonymous Symbol] 0x000043f0 Section 0 mk_adc.o(.text.adc_get) + __arm_cp.3_1 0x00004500 Number 4 mk_adc.o(.text.adc_get) + __arm_cp.3_2 0x00004504 Number 4 mk_adc.o(.text.adc_get) + __arm_cp.3_3 0x00004508 Number 4 mk_adc.o(.text.adc_get) + [Anonymous Symbol] 0x0000450c Section 0 mk_adc.o(.text.adc_open) + __arm_cp.0_0 0x00004620 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_1 0x00004624 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_2 0x00004628 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_3 0x0000462c Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_4 0x00004630 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_5 0x00004634 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_6 0x00004638 Number 4 mk_adc.o(.text.adc_open) + __arm_cp.0_7 0x0000463c Number 4 mk_adc.o(.text.adc_open) + [Anonymous Symbol] 0x00004640 Section 0 sn74hc595.o(.text.air780_led_off) + [Anonymous Symbol] 0x00004684 Section 0 sn74hc595.o(.text.air780_led_on) + [Anonymous Symbol] 0x000046cc Section 0 sn74hc595.o(.text.blink_led) + __arm_cp.4_0 0x0000476c Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_1 0x00004770 Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_2 0x00004774 Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_3 0x00004778 Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_4 0x0000477c Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_5 0x00004780 Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_6 0x00004784 Number 4 sn74hc595.o(.text.blink_led) + __arm_cp.4_7 0x00004788 Number 4 sn74hc595.o(.text.blink_led) + [Anonymous Symbol] 0x0000478c Section 0 board.o(.text.board_4GUsart_detection_init) + [Anonymous Symbol] 0x000047c8 Section 0 board.o(.text.board_acceleration_detection_init) + [Anonymous Symbol] 0x000047f0 Section 0 board.o(.text.board_calibration_params_default) + [Anonymous Symbol] 0x0000487c Section 0 board.o(.text.board_calibration_params_load) + __arm_cp.3_1 0x00004908 Number 4 board.o(.text.board_calibration_params_load) + __arm_cp.3_2 0x0000490c Number 4 board.o(.text.board_calibration_params_load) + __arm_cp.3_3 0x00004910 Number 4 board.o(.text.board_calibration_params_load) + __arm_cp.3_4 0x00004914 Number 4 board.o(.text.board_calibration_params_load) + __arm_cp.3_5 0x00004918 Number 4 board.o(.text.board_calibration_params_load) + __arm_cp.3_6 0x0000491c Number 4 board.o(.text.board_calibration_params_load) + [Anonymous Symbol] 0x00004920 Section 0 board.o(.text.board_clock_run) + __arm_cp.0_1 0x00004980 Number 4 board.o(.text.board_clock_run) + [Anonymous Symbol] 0x00004984 Section 0 board.o(.text.board_debug_console_open) + __arm_cp.1_0 0x00004994 Number 4 board.o(.text.board_debug_console_open) + [Anonymous Symbol] 0x00004998 Section 0 board.o(.text.board_output_init) + [Anonymous Symbol] 0x000049bc Section 0 pin_config.o(.text.board_pins_config) + [Anonymous Symbol] 0x00004a10 Section 0 mk_misc.o(.text.bor_close) + __arm_cp.6_0 0x00004a1c Number 4 mk_misc.o(.text.bor_close) + [Anonymous Symbol] 0x00004a20 Section 0 mk_calib.o(.text.calib_check) + __arm_cp.3_0 0x00004a2c Number 4 mk_calib.o(.text.calib_check) + [Anonymous Symbol] 0x00004a30 Section 0 mk_calib.o(.text.calib_chip) + __arm_cp.4_0 0x00004b58 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_1 0x00004b5c Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_2 0x00004b60 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_3 0x00004b64 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_4 0x00004b68 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_5 0x00004b6c Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_6 0x00004b70 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_7 0x00004b74 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_8 0x00004b78 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_9 0x00004b7c Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_10 0x00004b80 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_11 0x00004b84 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_12 0x00004b88 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_14 0x00004b9c Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_15 0x00004ba0 Number 4 mk_calib.o(.text.calib_chip) + __arm_cp.4_16 0x00004ba4 Number 4 mk_calib.o(.text.calib_chip) + [Anonymous Symbol] 0x00004bdc Section 0 mk_calib.o(.text.calib_close) + [Anonymous Symbol] 0x00004be8 Section 0 mk_calib.o(.text.calib_open) + [Anonymous Symbol] 0x00004bfc Section 0 mk_calib.o(.text.calib_start) + __arm_cp.2_0 0x00004c08 Number 4 mk_calib.o(.text.calib_start) + [Anonymous Symbol] 0x00004c0c Section 0 sn74hc595.o(.text.charge_red_off) + [Anonymous Symbol] 0x00004c50 Section 0 sn74hc595.o(.text.charge_red_on) + [Anonymous Symbol] 0x00004c98 Section 0 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_0 0x00004d90 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_1 0x00004d94 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_2 0x00004d98 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_3 0x00004d9c Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_4 0x00004da0 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_5 0x00004da4 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_6 0x00004da8 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_7 0x00004dac Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_8 0x00004db0 Number 4 sn74hc595.o(.text.charge_state_change) + __arm_cp.15_9 0x00004db4 Number 4 sn74hc595.o(.text.charge_state_change) + [Anonymous Symbol] 0x00004db8 Section 0 mk_clock.o(.text.clock_attach) + __arm_cp.2_1 0x00004e98 Number 4 mk_clock.o(.text.clock_attach) + __arm_cp.2_2 0x00004e9c Number 4 mk_clock.o(.text.clock_attach) + __arm_cp.2_3 0x00004ea0 Number 4 mk_clock.o(.text.clock_attach) + __arm_cp.2_4 0x00004ea4 Number 4 mk_clock.o(.text.clock_attach) + [Anonymous Symbol] 0x00004ea8 Section 0 mk_clock.o(.text.clock_disable) + [Anonymous Symbol] 0x00004eb8 Section 0 mk_clock.o(.text.clock_enable) + [Anonymous Symbol] 0x00004ec8 Section 0 mk_clock.o(.text.clock_get_frequency) + __arm_cp.4_0 0x00004fcc Number 4 mk_clock.o(.text.clock_get_frequency) + __arm_cp.4_1 0x00004fd0 Number 4 mk_clock.o(.text.clock_get_frequency) + __arm_cp.4_2 0x00004fd4 Number 4 mk_clock.o(.text.clock_get_frequency) + [Anonymous Symbol] 0x00004fd8 Section 0 mk_clock.o(.text.clock_set_divider) + __arm_cp.3_0 0x00005038 Number 4 mk_clock.o(.text.clock_set_divider) + [Anonymous Symbol] 0x0000503c Section 0 crc.o(.text.crc16) + __arm_cp.0_0 0x00005064 Number 4 crc.o(.text.crc16) + [Anonymous Symbol] 0x00005068 Section 0 mk_misc.o(.text.delay_us) + loop1 0x0000507c Number 0 mk_misc.o(.text.delay_us) + exit1 0x00005082 Number 0 mk_misc.o(.text.delay_us) + [Anonymous Symbol] 0x00005084 Section 0 mk_dma.o(.text.dma_open) + [Anonymous Symbol] 0x00005164 Section 0 mk_dma.o(.text.dma_transfer) + __arm_cp.4_0 0x000051c0 Number 4 mk_dma.o(.text.dma_transfer) + [Anonymous Symbol] 0x0000520c Section 0 mk_dual_timer.o(.text.dual_timer_get) + [Anonymous Symbol] 0x00005218 Section 0 mk_dual_timer.o(.text.dual_timer_open) + __arm_cp.0_0 0x000052f4 Number 4 mk_dual_timer.o(.text.dual_timer_open) + __arm_cp.0_1 0x000052f8 Number 4 mk_dual_timer.o(.text.dual_timer_open) + __arm_cp.0_2 0x000052fc Number 4 mk_dual_timer.o(.text.dual_timer_open) + __arm_cp.0_3 0x00005300 Number 4 mk_dual_timer.o(.text.dual_timer_open) + __arm_cp.0_4 0x00005304 Number 4 mk_dual_timer.o(.text.dual_timer_open) + [Anonymous Symbol] 0x0000534c Section 0 mk_dual_timer.o(.text.dual_timer_start) + [Anonymous Symbol] 0x00005360 Section 0 mk_dual_timer.o(.text.dual_timer_stop) + __arm_cp.3_0 0x00005370 Number 4 mk_dual_timer.o(.text.dual_timer_stop) + [Anonymous Symbol] 0x00005374 Section 0 mk_phy.o(.text.exit_debug_mode) + __arm_cp.10_0 0x000053a0 Number 4 mk_phy.o(.text.exit_debug_mode) + __arm_cp.10_1 0x000053a4 Number 4 mk_phy.o(.text.exit_debug_mode) + __arm_cp.10_2 0x000053a8 Number 4 mk_phy.o(.text.exit_debug_mode) + __arm_cp.10_3 0x000053ac Number 4 mk_phy.o(.text.exit_debug_mode) + [Anonymous Symbol] 0x000053b0 Section 0 mk_mac.o(.text.fira_vendor_oui_process) + [Anonymous Symbol] 0x000053b4 Section 0 mk_flash.o(.text.flash_block_erase) + __arm_cp.8_0 0x00005504 Number 4 mk_flash.o(.text.flash_block_erase) + __arm_cp.8_1 0x00005508 Number 4 mk_flash.o(.text.flash_block_erase) + __arm_cp.8_3 0x00005520 Number 4 mk_flash.o(.text.flash_block_erase) + __arm_cp.8_5 0x00005540 Number 4 mk_flash.o(.text.flash_block_erase) + [Anonymous Symbol] 0x00005544 Section 0 mk_flash.o(.text.flash_check_busy) + __arm_cp.10_1 0x00005634 Number 4 mk_flash.o(.text.flash_check_busy) + [Anonymous Symbol] 0x00005638 Section 0 mk_flash.o(.text.flash_close) + flash_dma_callback 0x00005671 Thumb Code 332 mk_flash.o(.text.flash_dma_callback) + [Anonymous Symbol] 0x00005670 Section 0 mk_flash.o(.text.flash_dma_callback) + __arm_cp.14_0 0x0000579c Number 4 mk_flash.o(.text.flash_dma_callback) + __arm_cp.14_1 0x000057a0 Number 4 mk_flash.o(.text.flash_dma_callback) + __arm_cp.14_4 0x000057b8 Number 4 mk_flash.o(.text.flash_dma_callback) + flash_dma_write_nbytes_callback 0x000057bd Thumb Code 508 mk_flash.o(.text.flash_dma_write_nbytes_callback) + [Anonymous Symbol] 0x000057bc Section 0 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_0 0x0000597c Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_1 0x00005980 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_3 0x000059a4 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_4 0x000059a8 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_5 0x000059ac Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_6 0x000059b0 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + __arm_cp.12_7 0x000059b4 Number 4 mk_flash.o(.text.flash_dma_write_nbytes_callback) + [Anonymous Symbol] 0x000059b8 Section 0 mk_flash.o(.text.flash_erase) + [Anonymous Symbol] 0x00005b04 Section 0 mk_flash.o(.text.flash_open) + __arm_cp.0_0 0x00005d9c Number 4 mk_flash.o(.text.flash_open) + __arm_cp.0_2 0x00005db0 Number 4 mk_flash.o(.text.flash_open) + __arm_cp.0_4 0x00005db4 Number 4 mk_flash.o(.text.flash_open) + __arm_cp.0_5 0x00005db8 Number 4 mk_flash.o(.text.flash_open) + __arm_cp.0_6 0x00005dbc Number 4 mk_flash.o(.text.flash_open) + __arm_cp.0_7 0x00005dc0 Number 4 mk_flash.o(.text.flash_open) + [Anonymous Symbol] 0x00005dc4 Section 0 mk_flash.o(.text.flash_read) + __arm_cp.15_0 0x0000601c Number 4 mk_flash.o(.text.flash_read) + __arm_cp.15_1 0x00006020 Number 4 mk_flash.o(.text.flash_read) + __arm_cp.15_3 0x00006030 Number 4 mk_flash.o(.text.flash_read) + __arm_cp.15_5 0x00006068 Number 4 mk_flash.o(.text.flash_read) + __arm_cp.15_6 0x0000606c Number 4 mk_flash.o(.text.flash_read) + __arm_cp.15_7 0x00006070 Number 4 mk_flash.o(.text.flash_read) + [Anonymous Symbol] 0x00006074 Section 0 mk_flash.o(.text.flash_sector_erase) + __arm_cp.6_0 0x000061c8 Number 4 mk_flash.o(.text.flash_sector_erase) + __arm_cp.6_1 0x000061cc Number 4 mk_flash.o(.text.flash_sector_erase) + __arm_cp.6_3 0x000061e4 Number 4 mk_flash.o(.text.flash_sector_erase) + __arm_cp.6_5 0x00006204 Number 4 mk_flash.o(.text.flash_sector_erase) + __arm_cp.6_6 0x00006208 Number 4 mk_flash.o(.text.flash_sector_erase) + flash_wait_done 0x0000620d Thumb Code 92 mk_flash.o(.text.flash_wait_done) + [Anonymous Symbol] 0x0000620c Section 0 mk_flash.o(.text.flash_wait_done) + flash_write_cmd 0x00006269 Thumb Code 268 mk_flash.o(.text.flash_write_cmd) + [Anonymous Symbol] 0x00006268 Section 0 mk_flash.o(.text.flash_write_cmd) + __arm_cp.1_0 0x00006368 Number 4 mk_flash.o(.text.flash_write_cmd) + __arm_cp.1_1 0x0000636c Number 4 mk_flash.o(.text.flash_write_cmd) + __arm_cp.1_2 0x00006370 Number 4 mk_flash.o(.text.flash_write_cmd) + [Anonymous Symbol] 0x00006374 Section 0 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_7 0x00006748 Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_1 0x00006b18 Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_2 0x00006b1c Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_3 0x00006b20 Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_4 0x00006b24 Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_5 0x00006b28 Number 4 mk_flash.o(.text.flash_write_nbytes) + __arm_cp.11_6 0x00006b2c Number 4 mk_flash.o(.text.flash_write_nbytes) + [Anonymous Symbol] 0x00006b30 Section 0 mk_dma.o(.text.get_uart1_dma_cndtr) + __arm_cp.2_0 0x00006b3c Number 4 mk_dma.o(.text.get_uart1_dma_cndtr) + [Anonymous Symbol] 0x00006b40 Section 0 mk_gpio.o(.text.gpio_enable_irq) + __arm_cp.9_1 0x00006bfc Number 4 mk_gpio.o(.text.gpio_enable_irq) + __arm_cp.9_2 0x00006c00 Number 4 mk_gpio.o(.text.gpio_enable_irq) + __arm_cp.9_3 0x00006c04 Number 4 mk_gpio.o(.text.gpio_enable_irq) + __arm_cp.9_4 0x00006c08 Number 4 mk_gpio.o(.text.gpio_enable_irq) + [Anonymous Symbol] 0x00006c0c Section 0 mk_gpio.o(.text.gpio_open) + [Anonymous Symbol] 0x00006c20 Section 0 mk_gpio.o(.text.gpio_pin_clr) + [Anonymous Symbol] 0x00006c30 Section 0 mk_gpio.o(.text.gpio_pin_get_val) + [Anonymous Symbol] 0x00006c40 Section 0 mk_gpio.o(.text.gpio_pin_set) + [Anonymous Symbol] 0x00006c50 Section 0 mk_gpio.o(.text.gpio_pin_set_dir) + __arm_cp.8_0 0x00006c98 Number 4 mk_gpio.o(.text.gpio_pin_set_dir) + __arm_cp.8_1 0x00006c9c Number 4 mk_gpio.o(.text.gpio_pin_set_dir) + [Anonymous Symbol] 0x00006ca0 Section 0 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_0 0x00006ce8 Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_1 0x00006cec Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_2 0x00006cf0 Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_3 0x00006cf4 Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_4 0x00006cf8 Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_5 0x00006cfc Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_6 0x00006d00 Number 4 sn74hc595.o(.text.gps_air780_power_change) + __arm_cp.2_7 0x00006d04 Number 4 sn74hc595.o(.text.gps_air780_power_change) + [Anonymous Symbol] 0x00006d08 Section 0 uwb_app.o(.text.in_table_log) + __arm_cp.7_0 0x00006d5c Number 4 uwb_app.o(.text.in_table_log) + __arm_cp.7_2 0x00006d70 Number 4 uwb_app.o(.text.in_table_log) + [Anonymous Symbol] 0x00006d84 Section 0 mk_io.o(.text.io_pin_mux_set) + __arm_cp.0_0 0x00006dd0 Number 4 mk_io.o(.text.io_pin_mux_set) + [Anonymous Symbol] 0x00006dd4 Section 0 mk_io.o(.text.io_pull_set) + __arm_cp.3_0 0x00006e1c Number 4 mk_io.o(.text.io_pull_set) + [Anonymous Symbol] 0x00006e20 Section 0 mk_misc.o(.text.mac_timer_stop) + [Anonymous Symbol] 0x00006e2c Section 0 main.o(.text.main) + __arm_cp.14_0 0x00006fb0 Number 4 main.o(.text.main) + __arm_cp.14_1 0x00006fb4 Number 4 main.o(.text.main) + __arm_cp.14_3 0x00006fd0 Number 4 main.o(.text.main) + __arm_cp.14_4 0x00006fd4 Number 4 main.o(.text.main) + __arm_cp.14_5 0x00006fd8 Number 4 main.o(.text.main) + __arm_cp.14_6 0x00006fdc Number 4 main.o(.text.main) + __arm_cp.14_8 0x00006fe0 Number 4 main.o(.text.main) + __arm_cp.14_10 0x00006fe4 Number 4 main.o(.text.main) + __arm_cp.14_11 0x00006fe8 Number 4 main.o(.text.main) + __arm_cp.14_12 0x00006fec Number 4 main.o(.text.main) + [Anonymous Symbol] 0x00006ff0 Section 0 mk_misc.o(.text.mk_chip_id) + __arm_cp.0_0 0x00006ff8 Number 4 mk_misc.o(.text.mk_chip_id) + [Anonymous Symbol] 0x00006ffc Section 0 mk_trace.o(.text.mk_snprintf) + move_handler 0x00007019 Thumb Code 12 main.o(.text.move_handler) + [Anonymous Symbol] 0x00007018 Section 0 main.o(.text.move_handler) + __arm_cp.16_0 0x00007020 Number 4 main.o(.text.move_handler) + [Anonymous Symbol] 0x00007024 Section 0 global_param.o(.text.parameter_init_anchor) + __arm_cp.3_0 0x000070d0 Number 4 global_param.o(.text.parameter_init_anchor) + __arm_cp.3_1 0x000070d4 Number 4 global_param.o(.text.parameter_init_anchor) + __arm_cp.3_2 0x000070d8 Number 4 global_param.o(.text.parameter_init_anchor) + __arm_cp.3_3 0x000070dc Number 4 global_param.o(.text.parameter_init_anchor) + __arm_cp.3_4 0x000070e0 Number 4 global_param.o(.text.parameter_init_anchor) + [Anonymous Symbol] 0x000070e4 Section 0 mk_phy.o(.text.phy_dump_mode) + [Anonymous Symbol] 0x000070f0 Section 0 mk_power.o(.text.power_init) + __arm_cp.2_0 0x0000712c Number 4 mk_power.o(.text.power_init) + __arm_cp.2_1 0x00007130 Number 4 mk_power.o(.text.power_init) + __arm_cp.2_2 0x00007134 Number 4 mk_power.o(.text.power_init) + [Anonymous Symbol] 0x00007138 Section 0 mk_power.o(.text.power_wakeup_enable) + __arm_cp.15_0 0x00007170 Number 4 mk_power.o(.text.power_wakeup_enable) + [Anonymous Symbol] 0x00007174 Section 0 lib_ranging.o(.text.ranging_rssi_get) + __arm_cp.22_0 0x000071cc Number 4 lib_ranging.o(.text.ranging_rssi_get) + __arm_cp.22_1 0x000071d0 Number 4 lib_ranging.o(.text.ranging_rssi_get) + __arm_cp.22_2 0x000071d4 Number 4 lib_ranging.o(.text.ranging_rssi_get) + [Anonymous Symbol] 0x000071d8 Section 0 mk_reset.o(.text.reset_cause_clear) + [Anonymous Symbol] 0x000071e4 Section 0 mk_reset.o(.text.reset_cause_get) + __arm_cp.0_0 0x0000724c Number 4 mk_reset.o(.text.reset_cause_get) + __arm_cp.0_8 0x000072d0 Number 4 mk_reset.o(.text.reset_cause_get) + [Anonymous Symbol] 0x000072e4 Section 0 mk_reset.o(.text.reset_module) + __arm_cp.2_0 0x000072fc Number 4 mk_reset.o(.text.reset_module) + rtc_second_to_time 0x00007301 Thumb Code 668 mk_rtc.o(.text.rtc_second_to_time) + [Anonymous Symbol] 0x00007300 Section 0 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_0 0x00007570 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_1 0x00007574 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_2 0x00007578 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_3 0x0000757c Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_4 0x00007580 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_5 0x00007584 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_6 0x00007588 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_7 0x0000758c Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_8 0x00007590 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_9 0x00007594 Number 4 mk_rtc.o(.text.rtc_second_to_time) + __arm_cp.4_10 0x00007598 Number 4 mk_rtc.o(.text.rtc_second_to_time) + [Anonymous Symbol] 0x0000759c Section 0 global_param.o(.text.save_com_map_to_flash) + __arm_cp.1_0 0x000075e0 Number 4 global_param.o(.text.save_com_map_to_flash) + __arm_cp.1_1 0x000075e4 Number 4 global_param.o(.text.save_com_map_to_flash) + sleep_timer_callback 0x000075e9 Thumb Code 64 main.o(.text.sleep_timer_callback) + [Anonymous Symbol] 0x000075e8 Section 0 main.o(.text.sleep_timer_callback) + __arm_cp.15_0 0x00007624 Number 4 main.o(.text.sleep_timer_callback) + [Anonymous Symbol] 0x00007628 Section 0 mk_sleep_timer.o(.text.sleep_timer_open) + __arm_cp.0_1 0x00007670 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) + __arm_cp.0_3 0x00007674 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) + __arm_cp.0_4 0x00007678 Number 4 mk_sleep_timer.o(.text.sleep_timer_open) + __arm_cp.0_5 0x0000767c Number 4 mk_sleep_timer.o(.text.sleep_timer_open) + [Anonymous Symbol] 0x00007680 Section 0 mk_sleep_timer.o(.text.sleep_timer_ppm_set) + [Anonymous Symbol] 0x00007688 Section 0 mk_sleep_timer.o(.text.sleep_timer_start) + __arm_cp.2_0 0x000076b4 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) + __arm_cp.2_1 0x000076b8 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) + __arm_cp.2_2 0x000076bc Number 4 mk_sleep_timer.o(.text.sleep_timer_start) + __arm_cp.2_3 0x000076c0 Number 4 mk_sleep_timer.o(.text.sleep_timer_start) + [Anonymous Symbol] 0x000076c4 Section 0 startup_mk800x.o(.text.start_main_asm) + [Anonymous Symbol] 0x000076cc Section 0 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_0 0x00007700 Number 4 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_1 0x00007704 Number 4 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_2 0x00007708 Number 4 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_3 0x0000770c Number 4 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_4 0x00007710 Number 4 mk_misc.o(.text.sys_tick_start) + __arm_cp.16_5 0x00007714 Number 4 mk_misc.o(.text.sys_tick_start) + [Anonymous Symbol] 0x00007718 Section 0 mk_misc.o(.text.sys_tick_us) + __arm_cp.17_0 0x00007774 Number 4 mk_misc.o(.text.sys_tick_us) + __arm_cp.17_1 0x00007778 Number 4 mk_misc.o(.text.sys_tick_us) + __arm_cp.17_2 0x0000777c Number 4 mk_misc.o(.text.sys_tick_us) + [Anonymous Symbol] 0x00007780 Section 0 mk_misc.o(.text.sys_timer_get) + [Anonymous Symbol] 0x0000778c Section 0 mk_misc.o(.text.sys_timer_open) + __arm_cp.7_0 0x000077d4 Number 4 mk_misc.o(.text.sys_timer_open) + __arm_cp.7_1 0x000077d8 Number 4 mk_misc.o(.text.sys_timer_open) + [Anonymous Symbol] 0x000077dc Section 0 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_0 0x00007b44 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_1 0x00007b48 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_2 0x00007b4c Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_3 0x00007b50 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_4 0x00007b54 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_5 0x00007b58 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_7 0x00007b78 Number 4 mk_trace.o(.text.trace_assert_dump) + _trace_assert_dump.desc_func 0x00007b7c Number 0 mk_trace.o(.text.trace_assert_dump) + _trace_assert_dump.desc_line 0x00007b88 Number 0 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_12 0x00007ba4 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_13 0x00007ba8 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_14 0x00007bac Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_15 0x00007bb0 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_16 0x00007bb4 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_17 0x00007bb8 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_18 0x00007bbc Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_19 0x00007bc0 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_20 0x00007bc4 Number 4 mk_trace.o(.text.trace_assert_dump) + __arm_cp.6_21 0x00007bc8 Number 4 mk_trace.o(.text.trace_assert_dump) + [Anonymous Symbol] 0x00007bcc Section 0 mk_trace.o(.text.trace_end) + __arm_cp.12_2 0x00007c08 Number 4 mk_trace.o(.text.trace_end) + __arm_cp.12_3 0x00007c0c Number 4 mk_trace.o(.text.trace_end) + [Anonymous Symbol] 0x00007c10 Section 0 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_0 0x00007fa8 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_1 0x00007fac Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_2 0x00007fb0 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_4 0x00007fd0 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_5 0x00007fd4 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_11 0x00008024 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_12 0x00008028 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_13 0x0000802c Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_14 0x00008030 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_15 0x00008034 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_16 0x00008038 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_17 0x0000803c Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_18 0x00008040 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_21 0x00008064 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_24 0x00008084 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_25 0x00008088 Number 4 mk_trace.o(.text.trace_exception_handler) + __arm_cp.14_26 0x0000808c Number 4 mk_trace.o(.text.trace_exception_handler) + [Anonymous Symbol] 0x00008090 Section 0 mk_trace.o(.text.trace_flush) + __arm_cp.13_0 0x00008168 Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_1 0x0000816c Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_2 0x00008170 Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_3 0x00008174 Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_4 0x00008178 Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_5 0x0000817c Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_6 0x00008180 Number 4 mk_trace.o(.text.trace_flush) + __arm_cp.13_7 0x00008184 Number 4 mk_trace.o(.text.trace_flush) + [Anonymous Symbol] 0x00008188 Section 0 mk_trace.o(.text.trace_format) + __arm_cp.7_5 0x00008340 Number 4 mk_trace.o(.text.trace_format) + __arm_cp.7_6 0x00008344 Number 4 mk_trace.o(.text.trace_format) + __arm_cp.7_0 0x0000854c Number 4 mk_trace.o(.text.trace_format) + [Anonymous Symbol] 0x00008550 Section 0 mk_trace.o(.text.trace_open) + __arm_cp.0_2 0x000085a8 Number 4 mk_trace.o(.text.trace_open) + __arm_cp.0_3 0x000085ac Number 4 mk_trace.o(.text.trace_open) + [Anonymous Symbol] 0x000085b0 Section 0 mk_trace.o(.text.trace_output) + __arm_cp.4_0 0x00008734 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_1 0x00008738 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_2 0x0000873c Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_5 0x0000875c Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_6 0x00008760 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_7 0x00008764 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_8 0x00008768 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_9 0x0000876c Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_10 0x00008770 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_11 0x00008774 Number 4 mk_trace.o(.text.trace_output) + __arm_cp.4_12 0x00008778 Number 4 mk_trace.o(.text.trace_output) + trace_print_backtrace 0x000087a9 Thumb Code 236 mk_trace.o(.text.trace_print_backtrace) + [Anonymous Symbol] 0x000087a8 Section 0 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_1 0x00008874 Number 4 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_2 0x00008878 Number 4 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_3 0x0000887c Number 4 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_4 0x00008880 Number 4 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_5 0x00008884 Number 4 mk_trace.o(.text.trace_print_backtrace) + __arm_cp.15_6 0x00008888 Number 4 mk_trace.o(.text.trace_print_backtrace) + [Anonymous Symbol] 0x00008894 Section 0 mk_trace.o(.text.trace_printf) + __arm_cp.5_0 0x00008964 Number 4 mk_trace.o(.text.trace_printf) + __arm_cp.5_1 0x00008968 Number 4 mk_trace.o(.text.trace_printf) + module_name 0x00008974 Number 0 mk_trace.o(.text.trace_printf) + __arm_cp.5_4 0x000089a8 Number 4 mk_trace.o(.text.trace_printf) + level_tag 0x000089ac Number 0 mk_trace.o(.text.trace_printf) + trace_sending_continue 0x000089c1 Thumb Code 228 mk_trace.o(.text.trace_sending_continue) + [Anonymous Symbol] 0x000089c0 Section 0 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_0 0x00008a74 Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_1 0x00008a78 Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_2 0x00008a7c Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_3 0x00008a80 Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_4 0x00008a84 Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_5 0x00008a88 Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_6 0x00008a8c Number 4 mk_trace.o(.text.trace_sending_continue) + __arm_cp.17_7 0x00008a90 Number 4 mk_trace.o(.text.trace_sending_continue) + [Anonymous Symbol] 0x00008aa4 Section 0 mk_uart.o(.text.uart_close) + __arm_cp.12_1 0x00008b1c Number 4 mk_uart.o(.text.uart_close) + __arm_cp.12_2 0x00008b20 Number 4 mk_uart.o(.text.uart_close) + uart_dma_callback 0x00008b25 Thumb Code 368 mk_uart.o(.text.uart_dma_callback) + [Anonymous Symbol] 0x00008b24 Section 0 mk_uart.o(.text.uart_dma_callback) + __arm_cp.13_0 0x00008c80 Number 4 mk_uart.o(.text.uart_dma_callback) + __arm_cp.13_1 0x00008c84 Number 4 mk_uart.o(.text.uart_dma_callback) + __arm_cp.13_3 0x00008c88 Number 4 mk_uart.o(.text.uart_dma_callback) + __arm_cp.13_4 0x00008c8c Number 4 mk_uart.o(.text.uart_dma_callback) + __arm_cp.13_5 0x00008c90 Number 4 mk_uart.o(.text.uart_dma_callback) + [Anonymous Symbol] 0x00008c94 Section 0 mk_uart.o(.text.uart_irq_handler) + __arm_cp.18_0 0x00008ebc Number 4 mk_uart.o(.text.uart_irq_handler) + __arm_cp.18_1 0x00008ec0 Number 4 mk_uart.o(.text.uart_irq_handler) + __arm_cp.18_3 0x00008ed8 Number 4 mk_uart.o(.text.uart_irq_handler) + [Anonymous Symbol] 0x00008ef8 Section 0 mk_uart.o(.text.uart_open) + __arm_cp.11_1 0x00009084 Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_2 0x00009088 Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_3 0x0000908c Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_4 0x00009090 Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_5 0x00009094 Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_6 0x00009098 Number 4 mk_uart.o(.text.uart_open) + __arm_cp.11_8 0x0000909c Number 4 mk_uart.o(.text.uart_open) + [Anonymous Symbol] 0x000090a0 Section 0 mk_uart.o(.text.uart_receive) + __arm_cp.14_0 0x000092cc Number 4 mk_uart.o(.text.uart_receive) + __arm_cp.14_1 0x000092d0 Number 4 mk_uart.o(.text.uart_receive) + [Anonymous Symbol] 0x000092d4 Section 0 main.o(.text.uart_receive_callback) + __arm_cp.0_0 0x000092e4 Number 4 main.o(.text.uart_receive_callback) + __arm_cp.0_1 0x000092e8 Number 4 main.o(.text.uart_receive_callback) + [Anonymous Symbol] 0x000092ec Section 0 mk_uart.o(.text.uart_send) + __arm_cp.2_1 0x000095b4 Number 4 mk_uart.o(.text.uart_send) + [Anonymous Symbol] 0x000095b8 Section 0 mk_uart.o(.text.uart_tx_in_progress) + __arm_cp.7_0 0x000095d4 Number 4 mk_uart.o(.text.uart_tx_in_progress) + [Anonymous Symbol] 0x000095d8 Section 0 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_0 0x00009620 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_1 0x00009624 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_2 0x00009628 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_3 0x0000962c Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_4 0x00009630 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_5 0x00009634 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_6 0x00009638 Number 4 sn74hc595.o(.text.update_led_power_state) + __arm_cp.3_7 0x0000963c Number 4 sn74hc595.o(.text.update_led_power_state) + [Anonymous Symbol] 0x00009640 Section 0 mk_wdt.o(.text.wdt_close) + __arm_cp.1_0 0x0000968c Number 4 mk_wdt.o(.text.wdt_close) + __arm_cp.1_1 0x00009690 Number 4 mk_wdt.o(.text.wdt_close) + __arm_cp.1_2 0x00009694 Number 4 mk_wdt.o(.text.wdt_close) + __arm_cp.1_3 0x00009698 Number 4 mk_wdt.o(.text.wdt_close) + i.__0snprintf 0x000096a8 Section 0 printfa.o(i.__0snprintf) + i.__0sprintf 0x000096e0 Section 0 printfa.o(i.__0sprintf) + i.__ARM_clz 0x00009708 Section 0 depilogue.o(i.__ARM_clz) + i.__aeabi_errno_addr 0x00009738 Section 0 errno.o(i.__aeabi_errno_addr) + i.__scatterload_copy 0x00009740 Section 14 handlers.o(i.__scatterload_copy) + i.__scatterload_null 0x0000974e Section 2 handlers.o(i.__scatterload_null) + i.__scatterload_zeroinit 0x00009750 Section 14 handlers.o(i.__scatterload_zeroinit) + _fp_digits 0x00009761 Thumb Code 344 printfa.o(i._fp_digits) + i._fp_digits 0x00009760 Section 0 printfa.o(i._fp_digits) + i._is_digit 0x000098d4 Section 0 scanf_fp.o(i._is_digit) + _printf_core 0x000098e5 Thumb Code 1754 printfa.o(i._printf_core) + i._printf_core 0x000098e4 Section 0 printfa.o(i._printf_core) + _printf_post_padding 0x00009fd1 Thumb Code 32 printfa.o(i._printf_post_padding) + i._printf_post_padding 0x00009fd0 Section 0 printfa.o(i._printf_post_padding) + _printf_pre_padding 0x00009ff1 Thumb Code 44 printfa.o(i._printf_pre_padding) + i._printf_pre_padding 0x00009ff0 Section 0 printfa.o(i._printf_pre_padding) + _snputc 0x0000a01d Thumb Code 22 printfa.o(i._snputc) + i._snputc 0x0000a01c Section 0 printfa.o(i._snputc) + _sputc 0x0000a033 Thumb Code 10 printfa.o(i._sputc) + i._sputc 0x0000a032 Section 0 printfa.o(i._sputc) + i.strtod 0x0000a03c Section 0 strtod.o(i.strtod) + .constdata 0x0000a05a Section 129 ctype_o.o(.constdata) + table 0x0000a0dc Data 4 ctype_o.o(.constdata) + .constdata 0x0000a0dc Section 4 ctype_o.o(.constdata) + [Anonymous Symbol] 0x0000a0e0 Section 0 mk8000_read_rssi.o(.rodata..L__const.MK8000_read_rssi.RF_gain_LUT) + [Anonymous Symbol] 0x0000a0f8 Section 0 mk_misc.o(.rodata..L__const.sys_timer_open.sys_timer_cfg) + baud_table 0x0000a110 Data 42 mk_uart.o(.rodata.baud_table) + [Anonymous Symbol] 0x0000a110 Section 0 mk_uart.o(.rodata.baud_table) + crc16_table 0x0000a13a Data 512 crc.o(.rodata.crc16_table) + [Anonymous Symbol] 0x0000a13a Section 0 crc.o(.rodata.crc16_table) + _PrintUnsigned._aV2C 0x0000a33a Data 16 mk_trace.o(.rodata.cst16) + .L__const.adc_get.adc_dma_cfg 0x0000a34c Data 32 mk_adc.o(.rodata.cst32) + .L__const.flash_write_nbytes.flash_wr_dma_cfg 0x0000a36c Data 32 mk_flash.o(.rodata.cst32) + .L__const.flash_write.flash_wr_dma_cfg 0x0000a38c Data 32 mk_flash.o(.rodata.cst32) + .L__const.flash_read.flash_rd_dma_cfg 0x0000a3ac Data 32 mk_flash.o(.rodata.cst32) + fast_10log10.lut_log_x100 0x0000a3cc Data 256 mk8000_read_rssi.o(.rodata.fast_10log10.lut_log_x100) + [Anonymous Symbol] 0x0000a3cc Section 0 mk8000_read_rssi.o(.rodata.fast_10log10.lut_log_x100) + flash_cmd 0x0000a4cc Data 220 mk_flash.o(.rodata.flash_cmd) + [Anonymous Symbol] 0x0000a4cc Section 0 mk_flash.o(.rodata.flash_cmd) + .L.str 0x0000a5a8 Data 25 mk_adc.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a5a8 Section 0 mk_adc.o(.rodata.str1.1) + .L.str 0x0000a5c1 Data 25 mk_aes.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a5c1 Section 0 mk_aes.o(.rodata.str1.1) + .L.str.4 0x0000a5da Data 22 mk_calib.o(.rodata.str1.1) + .L__FUNCTION__.aes_crypt_ecb 0x0000a5da Data 14 mk_aes.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a5da Section 0 mk_calib.o(.rodata.str1.1) + .L.str.1 0x0000a5e8 Data 23 mk_aes.o(.rodata.str1.1) + .L.str.3 0x0000a5f0 Data 23 mk_calib.o(.rodata.str1.1) + .L.str.2 0x0000a5ff Data 12 mk_aes.o(.rodata.str1.1) + .L.str.6 0x0000a607 Data 25 mk_flash.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a607 Section 0 mk_flash.o(.rodata.str1.1) + .L__FUNCTION__.aes_crypt_cbc 0x0000a60b Data 14 mk_aes.o(.rodata.str1.1) + .L__FUNCTION__.aes_crypt_ctr 0x0000a619 Data 14 mk_aes.o(.rodata.str1.1) + trace_new_line 0x0000a61d Data 3 mk_flash.o(.rodata.str1.1) + .L.str.1 0x0000a620 Data 27 mk_flash.o(.rodata.str1.1) + .L.str.2 0x0000a63b Data 26 mk_misc.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a63b Section 0 mk_misc.o(.rodata.str1.1) + .L.str 0x0000a655 Data 26 mk_misc.o(.rodata.str1.1) + .L__FUNCTION__.sys_tick_start 0x0000a66f Data 15 mk_misc.o(.rodata.str1.1) + .L.str.8 0x0000a67e Data 26 mk_reset.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a67e Section 0 mk_reset.o(.rodata.str1.1) + .L.str.7 0x0000a698 Data 10 mk_trace.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a698 Section 0 mk_trace.o(.rodata.str1.1) + .L.str.6 0x0000a6a2 Data 13 mk_trace.o(.rodata.str1.1) + _trace_assert_dump.separate_line 0x0000a6af Data 43 mk_trace.o(.rodata.str1.1) + .L.str.27 0x0000a6da Data 28 mk_trace.o(.rodata.str1.1) + .L.str.18 0x0000a6f6 Data 15 mk_trace.o(.rodata.str1.1) + .L.str.19 0x0000a705 Data 15 mk_trace.o(.rodata.str1.1) + .L.str.20 0x0000a714 Data 11 mk_trace.o(.rodata.str1.1) + .L.str.21 0x0000a71f Data 11 mk_trace.o(.rodata.str1.1) + .L.str.24 0x0000a72a Data 13 mk_trace.o(.rodata.str1.1) + .L.str.14 0x0000a737 Data 10 mk_trace.o(.rodata.str1.1) + .L.str.17 0x0000a741 Data 12 mk_trace.o(.rodata.str1.1) + .L.str.15 0x0000a74d Data 12 mk_trace.o(.rodata.str1.1) + .L.str.16 0x0000a759 Data 25 mk_trace.o(.rodata.str1.1) + _trace_assert_dump.desc_file 0x0000a772 Data 11 mk_trace.o(.rodata.str1.1) + .L.str.41 0x0000a77d Data 8 mk_trace.o(.rodata.str1.1) + .L.str.38 0x0000a785 Data 7 mk_trace.o(.rodata.str1.1) + .L.str.33 0x0000a78c Data 6 mk_trace.o(.rodata.str1.1) + .L.str.29 0x0000a792 Data 6 mk_trace.o(.rodata.str1.1) + .L.str.39 0x0000a798 Data 6 mk_trace.o(.rodata.str1.1) + .L.str.45 0x0000a79e Data 10 mk_trace.o(.rodata.str1.1) + .L.str.40 0x0000a7a8 Data 5 mk_trace.o(.rodata.str1.1) + .L.str.34 0x0000a7ad Data 6 mk_trace.o(.rodata.str1.1) + .L.str.43 0x0000a7b3 Data 7 mk_trace.o(.rodata.str1.1) + .L.str.44 0x0000a7ba Data 7 mk_trace.o(.rodata.str1.1) + .L.str.32 0x0000a7c1 Data 6 mk_trace.o(.rodata.str1.1) + .L.str.42 0x0000a7c7 Data 8 mk_trace.o(.rodata.str1.1) + .L.str.37 0x0000a7cf Data 5 mk_trace.o(.rodata.str1.1) + .L.str.36 0x0000a7d4 Data 7 mk_trace.o(.rodata.str1.1) + .L.str.35 0x0000a7db Data 7 mk_trace.o(.rodata.str1.1) + .L.str.31 0x0000a7e2 Data 6 mk_trace.o(.rodata.str1.1) + .L.str.30 0x0000a7e8 Data 6 mk_trace.o(.rodata.str1.1) + .L.str.1 0x0000a7ee Data 27 mk_trace.o(.rodata.str1.1) + .L.str.4 0x0000a809 Data 3 mk_trace.o(.rodata.str1.1) + .L.str 0x0000a80c Data 26 mk_uart.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a80c Section 0 mk_uart.o(.rodata.str1.1) + .L.str.4 0x0000a826 Data 28 mk_uart.o(.rodata.str1.1) + .L.str.3 0x0000a842 Data 26 mk_uart.o(.rodata.str1.1) + .L.str.1 0x0000a85c Data 17 mk_uart.o(.rodata.str1.1) + .L__FUNCTION__.uart_dma_callback 0x0000a86d Data 18 mk_uart.o(.rodata.str1.1) + .L__FUNCTION__.uart_baud_set 0x0000a87f Data 14 mk_uart.o(.rodata.str1.1) + .L.str.2 0x0000a88d Data 99 serial_at_cmd_app.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a88d Section 0 serial_at_cmd_app.o(.rodata.str1.1) + [Anonymous Symbol] 0x0000a8f0 Section 0 mk_phy.o(.rodata.str1.1) + trace_level_cfg 0x0000a910 Data 13 mk_trace.o(.rodata.trace_level_cfg) + [Anonymous Symbol] 0x0000a910 Section 0 mk_trace.o(.rodata.trace_level_cfg) __tagsym$$used.0 0x02019000 Number 0 libc.o(.bss.noinit) libc_rom 0x02019000 Data 4 libc.o(.bss.noinit) [Anonymous Symbol] 0x02019000 Section 0 libc.o(.bss.noinit) @@ -8076,72 +8118,74 @@ adc_handle.11 0x0201949c Data 4 mk_adc.o(.bss..L_MergedGlobals) [Anonymous Symbol] 0x020194a0 Section 0 sn74hc595.o(.bss..L_MergedGlobals) [Anonymous Symbol] 0x020194a4 Section 0 pca9555.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x020194b8 Section 0 usart.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x020194cc Section 0 board.o(.bss..L_MergedGlobals) - user_trace_port 0x020194d0 Data 4 board.o(.bss..L_MergedGlobals) - accelerate_irq_handler 0x020194d4 Data 4 board.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x020194d8 Section 0 main.o(.bss..L_MergedGlobals) - SecondTask.second_count 0x020194dd Data 1 main.o(.bss..L_MergedGlobals) - sample 0x02019508 Data 4 main.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x02019550 Section 0 tcpclient.o(.bss..L_MergedGlobals) - l_eTCPClientState 0x02019568 Data 4 tcpclient.o(.bss..L_MergedGlobals) - l_u32HeartBeatTick 0x02019570 Data 4 tcpclient.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x02019574 Section 0 gps.o(.bss..L_MergedGlobals) - wsfNvmCb.0 0x02019580 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) - [Anonymous Symbol] 0x02019580 Section 0 wsf_nvm.o(.bss..L_MergedGlobals) - wsfNvmCb.1 0x02019584 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) - wsfNvmCb.2 0x02019588 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) - UsartParseDataHandler.pack_datalen 0x02019590 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - [Anonymous Symbol] 0x02019590 Section 0 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.pack_length 0x02019591 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.pack_index 0x02019592 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.pack_msgtype 0x02019593 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.index 0x02019594 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.index.1 0x02019595 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - UsartParseDataHandler.usart_receive_state 0x02019598 Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - gps_header 0x020195b8 Data 20 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - [Anonymous Symbol] 0x020195d0 Section 0 uwb_app.o(.bss..L_MergedGlobals.4) - receive_flag 0x020195d6 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - rec_nearbase_num 0x020195d9 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - tag_id_recv 0x020195e2 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - rx_length 0x020195e8 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - poll_rx_en_start_u32 0x02019608 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - resp_tx_en_start_u32 0x0201960c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - [Anonymous Symbol] 0x02019648 Section 0 uwb_app.o(.bss..L_MergedGlobals.5) - tagofflinetime 0x02019650 Data 25 uwb_app.o(.bss..L_MergedGlobals.5) - rx_rpt 0x0201966c Data 36 uwb_app.o(.bss..L_MergedGlobals.5) - [Anonymous Symbol] 0x020196c2 Section 0 uwb_app.o(.bss..L_MergedGlobals.6) - [Anonymous Symbol] 0x02019726 Section 0 uwb_app.o(.bss..L_MergedGlobals.7) - SendComMap.send_frame 0x02019822 Data 1024 serial_at_cmd_app.o(.bss.SendComMap.send_frame) - [Anonymous Symbol] 0x02019822 Section 0 serial_at_cmd_app.o(.bss.SendComMap.send_frame) - bd_cnt 0x02019c26 Data 2 mk_phy.o(.bss.bd_cnt) - [Anonymous Symbol] 0x02019c26 Section 0 mk_phy.o(.bss.bd_cnt) - flash_id 0x02019c88 Data 1 pal_flash.o(.bss.flash_id) - [Anonymous Symbol] 0x02019c88 Section 0 pal_flash.o(.bss.flash_id) - l_astSocketData 0x0201a09c Data 4092 socket.o(.bss.l_astSocketData) - [Anonymous Symbol] 0x0201a09c Section 0 socket.o(.bss.l_astSocketData) - l_astUartInfo 0x0201b098 Data 496 uart.o(.bss.l_astUartInfo) - [Anonymous Symbol] 0x0201b098 Section 0 uart.o(.bss.l_astUartInfo) - lsp_handle.4 0x0201b288 Data 1 mk_lsp.o(.bss.lsp_handle.4) - [Anonymous Symbol] 0x0201b288 Section 0 mk_lsp.o(.bss.lsp_handle.4) - lsp_handle.5 0x0201b28c Data 4 mk_lsp.o(.bss.lsp_handle.5) - [Anonymous Symbol] 0x0201b28c Section 0 mk_lsp.o(.bss.lsp_handle.5) - phy_freq_off 0x0201b7cc Data 4 mk_phy.o(.bss.phy_freq_off) - [Anonymous Symbol] 0x0201b7cc Section 0 mk_phy.o(.bss.phy_freq_off) - phy_freq_off_pll 0x0201b7d0 Data 4 mk_phy.o(.bss.phy_freq_off_pll) - [Anonymous Symbol] 0x0201b7d0 Section 0 mk_phy.o(.bss.phy_freq_off_pll) - sfd_cnt 0x0201b7d6 Data 2 mk_phy.o(.bss.sfd_cnt) - [Anonymous Symbol] 0x0201b7d6 Section 0 mk_phy.o(.bss.sfd_cnt) - sleep_timer_handle.3 0x0201b7d8 Data 4 mk_sleep_timer.o(.bss.sleep_timer_handle.3) - [Anonymous Symbol] 0x0201b7d8 Section 0 mk_sleep_timer.o(.bss.sleep_timer_handle.3) - sleep_timer_handle.4 0x0201b7dc Data 4 mk_sleep_timer.o(.bss.sleep_timer_handle.4) - [Anonymous Symbol] 0x0201b7dc Section 0 mk_sleep_timer.o(.bss.sleep_timer_handle.4) - sys_tick_env 0x0201b7e0 Data 20 mk_misc.o(.bss.sys_tick_env) - [Anonymous Symbol] 0x0201b7e0 Section 0 mk_misc.o(.bss.sys_tick_env) - trace_crash_dump_cb_list.0 0x0201b7f8 Data 4 mk_trace.o(.bss.trace_crash_dump_cb_list.0) - [Anonymous Symbol] 0x0201b7f8 Section 0 mk_trace.o(.bss.trace_crash_dump_cb_list.0) - trace_handle 0x0201b7fc Data 2068 mk_trace.o(.bss.trace_handle) - [Anonymous Symbol] 0x0201b7fc Section 0 mk_trace.o(.bss.trace_handle) + [Anonymous Symbol] 0x020194d4 Section 0 usart.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x020194e8 Section 0 lis3dh_driver.o(.bss..L_MergedGlobals) + LIS3DH_SetMode.ODR_old_value 0x020194ea Data 1 lis3dh_driver.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x020194fc Section 0 board.o(.bss..L_MergedGlobals) + user_trace_port 0x02019500 Data 4 board.o(.bss..L_MergedGlobals) + accelerate_irq_handler 0x02019504 Data 4 board.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x02019508 Section 0 main.o(.bss..L_MergedGlobals) + SecondTask.second_count 0x0201950d Data 1 main.o(.bss..L_MergedGlobals) + sample 0x02019538 Data 4 main.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x02019580 Section 0 tcpclient.o(.bss..L_MergedGlobals) + l_eTCPClientState 0x02019598 Data 4 tcpclient.o(.bss..L_MergedGlobals) + l_u32HeartBeatTick 0x020195a0 Data 4 tcpclient.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x020195a4 Section 0 gps.o(.bss..L_MergedGlobals) + wsfNvmCb.0 0x020195b0 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) + [Anonymous Symbol] 0x020195b0 Section 0 wsf_nvm.o(.bss..L_MergedGlobals) + wsfNvmCb.1 0x020195b4 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) + wsfNvmCb.2 0x020195b8 Data 4 wsf_nvm.o(.bss..L_MergedGlobals) + UsartParseDataHandler.pack_datalen 0x020195c0 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + [Anonymous Symbol] 0x020195c0 Section 0 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.pack_length 0x020195c1 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.pack_index 0x020195c2 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.pack_msgtype 0x020195c3 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.index 0x020195c4 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.index.1 0x020195c5 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + UsartParseDataHandler.usart_receive_state 0x020195c8 Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + gps_header 0x020195e8 Data 20 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + [Anonymous Symbol] 0x02019600 Section 0 uwb_app.o(.bss..L_MergedGlobals.4) + receive_flag 0x02019606 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + rec_nearbase_num 0x02019609 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + tag_id_recv 0x02019612 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + rx_length 0x02019618 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + poll_rx_en_start_u32 0x02019638 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + resp_tx_en_start_u32 0x0201963c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + [Anonymous Symbol] 0x02019678 Section 0 uwb_app.o(.bss..L_MergedGlobals.5) + tagofflinetime 0x02019680 Data 25 uwb_app.o(.bss..L_MergedGlobals.5) + rx_rpt 0x0201969c Data 36 uwb_app.o(.bss..L_MergedGlobals.5) + [Anonymous Symbol] 0x020196f2 Section 0 uwb_app.o(.bss..L_MergedGlobals.6) + [Anonymous Symbol] 0x02019756 Section 0 uwb_app.o(.bss..L_MergedGlobals.7) + SendComMap.send_frame 0x02019852 Data 1024 serial_at_cmd_app.o(.bss.SendComMap.send_frame) + [Anonymous Symbol] 0x02019852 Section 0 serial_at_cmd_app.o(.bss.SendComMap.send_frame) + bd_cnt 0x02019c56 Data 2 mk_phy.o(.bss.bd_cnt) + [Anonymous Symbol] 0x02019c56 Section 0 mk_phy.o(.bss.bd_cnt) + flash_id 0x02019cb8 Data 1 pal_flash.o(.bss.flash_id) + [Anonymous Symbol] 0x02019cb8 Section 0 pal_flash.o(.bss.flash_id) + l_astSocketData 0x0201a0cc Data 4092 socket.o(.bss.l_astSocketData) + [Anonymous Symbol] 0x0201a0cc Section 0 socket.o(.bss.l_astSocketData) + l_astUartInfo 0x0201b0c8 Data 496 uart.o(.bss.l_astUartInfo) + [Anonymous Symbol] 0x0201b0c8 Section 0 uart.o(.bss.l_astUartInfo) + lsp_handle.4 0x0201b2b8 Data 1 mk_lsp.o(.bss.lsp_handle.4) + [Anonymous Symbol] 0x0201b2b8 Section 0 mk_lsp.o(.bss.lsp_handle.4) + lsp_handle.5 0x0201b2bc Data 4 mk_lsp.o(.bss.lsp_handle.5) + [Anonymous Symbol] 0x0201b2bc Section 0 mk_lsp.o(.bss.lsp_handle.5) + phy_freq_off 0x0201b7fc Data 4 mk_phy.o(.bss.phy_freq_off) + [Anonymous Symbol] 0x0201b7fc Section 0 mk_phy.o(.bss.phy_freq_off) + phy_freq_off_pll 0x0201b800 Data 4 mk_phy.o(.bss.phy_freq_off_pll) + [Anonymous Symbol] 0x0201b800 Section 0 mk_phy.o(.bss.phy_freq_off_pll) + sfd_cnt 0x0201b806 Data 2 mk_phy.o(.bss.sfd_cnt) + [Anonymous Symbol] 0x0201b806 Section 0 mk_phy.o(.bss.sfd_cnt) + sleep_timer_handle.3 0x0201b808 Data 4 mk_sleep_timer.o(.bss.sleep_timer_handle.3) + [Anonymous Symbol] 0x0201b808 Section 0 mk_sleep_timer.o(.bss.sleep_timer_handle.3) + sleep_timer_handle.4 0x0201b80c Data 4 mk_sleep_timer.o(.bss.sleep_timer_handle.4) + [Anonymous Symbol] 0x0201b80c Section 0 mk_sleep_timer.o(.bss.sleep_timer_handle.4) + sys_tick_env 0x0201b810 Data 20 mk_misc.o(.bss.sys_tick_env) + [Anonymous Symbol] 0x0201b810 Section 0 mk_misc.o(.bss.sys_tick_env) + trace_crash_dump_cb_list.0 0x0201b828 Data 4 mk_trace.o(.bss.trace_crash_dump_cb_list.0) + [Anonymous Symbol] 0x0201b828 Section 0 mk_trace.o(.bss.trace_crash_dump_cb_list.0) + trace_handle 0x0201b82c Data 2068 mk_trace.o(.bss.trace_handle) + [Anonymous Symbol] 0x0201b82c Section 0 mk_trace.o(.bss.trace_handle) Global Symbols @@ -8277,192 +8321,201 @@ __decompress0 0x0000150d Thumb Code 58 __dczerorl.o(.text) ADC_IRQHandler 0x00001549 Thumb Code 196 mk_adc.o(.text.ADC_IRQHandler) AES_IRQHandler 0x0000160d Thumb Code 360 mk_aes.o(.text.AES_IRQHandler) - BOD_IRQHandler 0x00001775 Thumb Code 2 mk_misc.o(.text.BOD_IRQHandler) - CALIB_IRQHandler 0x00001777 Thumb Code 2 mk_calib.o(.text.CALIB_IRQHandler) - DMA_IRQHandler 0x00001779 Thumb Code 112 mk_dma.o(.text.DMA_IRQHandler) - ACMP0_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - ACMP1_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - Default_Handler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - I2C0_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - NMI_Handler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - PWM_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - PendSV_Handler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - SPI0_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - SPI1_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - SVC_Handler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - TIMER0_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - TIMER1_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - TRNG_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - WAKEUP_IRQHandler 0x000017e9 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) - FLASH_CTRL_IRQHandler 0x000017ed Thumb Code 44 mk_flash.o(.text.FLASH_CTRL_IRQHandler) - GPIO_IRQHandler 0x00001819 Thumb Code 380 mk_gpio.o(.text.GPIO_IRQHandler) - HIDO_BaseQueueEnqueue 0x00001995 Thumb Code 44 hido_basequeue.o(.text.HIDO_BaseQueueEnqueue) - HIDO_BaseQueueGetContinuousSize 0x000019c1 Thumb Code 90 hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize) - HIDO_BaseQueueGetRear 0x00001a1b Thumb Code 4 hido_basequeue.o(.text.HIDO_BaseQueueGetRear) - HIDO_BaseQueueIsFull 0x00001a1f Thumb Code 20 hido_basequeue.o(.text.HIDO_BaseQueueIsFull) - HIDO_Debug 0x00001a33 Thumb Code 4 hido_debug.o(.text.HIDO_Debug) - HIDO_TimerTick 0x00001a39 Thumb Code 36 hido_timer.o(.text.HIDO_TimerTick) - HIDO_UtilBzero 0x00001a5d Thumb Code 8 hido_util.o(.text.HIDO_UtilBzero) - HIDO_VLQEnqueue 0x00001a65 Thumb Code 42 hido_vlqueue.o(.text.HIDO_VLQEnqueue) - HIDO_VLQGetEnqueueMember 0x00001a8f Thumb Code 84 hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember) - HardFault_Handler 0x00001ae5 Thumb Code 124 mk_trace.o(.text.HardFault_Handler) - IIC2_Send_pca_Byte 0x00001b71 Thumb Code 442 pca9555.o(.text.IIC2_Send_pca_Byte) - IIC2_Wait_pca_Ack 0x00001d2b Thumb Code 126 pca9555.o(.text.IIC2_Wait_pca_Ack) - IIC_Write_Pca9555 0x00001da9 Thumb Code 136 pca9555.o(.text.IIC_Write_Pca9555) - IO_LED_control_change 0x00001e31 Thumb Code 320 sn74hc595.o(.text.IO_LED_control_change) - LSP_IRQHandler 0x00001f71 Thumb Code 32 mk_lsp.o(.text.LSP_IRQHandler) - MAC_IRQHandler 0x00001f9d Thumb Code 1260 mk_mac.o(.text.MAC_IRQHandler) - MK8000_read_rssi 0x000024f5 Thumb Code 1176 mk8000_read_rssi.o(.text.MK8000_read_rssi) - PCA9555_init 0x00002a45 Thumb Code 116 pca9555.o(.text.PCA9555_init) - PHY_IRQHandler 0x00002ab9 Thumb Code 76 mk_phy.o(.text.PHY_IRQHandler) - PHY_TIMER_IRQHandler 0x00002b21 Thumb Code 56 mk_phy.o(.text.PHY_TIMER_IRQHandler) - PalFlashEraseSector 0x00002b99 Thumb Code 56 pal_flash.o(.text.PalFlashEraseSector) - PalFlashInit 0x00002bd1 Thumb Code 24 pal_flash.o(.text.PalFlashInit) - PalFlashRead 0x00002be9 Thumb Code 44 pal_flash.o(.text.PalFlashRead) - PalNvmGetSectorSize 0x00002c15 Thumb Code 6 pal_flash.o(.text.PalNvmGetSectorSize) - PalNvmGetTotalSize 0x00002c1b Thumb Code 6 pal_flash.o(.text.PalNvmGetTotalSize) - Program_Init 0x00002c21 Thumb Code 432 main.o(.text.Program_Init) - RCO32K_CAL_IRQHandler 0x00002dd1 Thumb Code 236 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) - RTC_ALARM_IRQHandler 0x00002ebd Thumb Code 44 mk_rtc.o(.text.RTC_ALARM_IRQHandler) - RTC_TICK_IRQHandler 0x00002ee9 Thumb Code 52 mk_rtc.o(.text.RTC_TICK_IRQHandler) - Reset_Handler 0x00002f1d Thumb Code 32 startup_mk800x.o(.text.Reset_Handler) - SLEEP_TIMER_IRQHandler 0x00002f3d Thumb Code 156 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) - Serial0_PutString 0x00002fd9 Thumb Code 56 mk_uart.o(.text.Serial0_PutString) - Socket_Send 0x00003011 Thumb Code 124 socket.o(.text.Socket_Send) - SysTick_Handler 0x0000308d Thumb Code 24 mk_misc.o(.text.SysTick_Handler) - SystemInit 0x000030a5 Thumb Code 16 system_mk800x.o(.text.SystemInit) - TIMER2_IRQHandler 0x000030b5 Thumb Code 32 mk_dual_timer.o(.text.TIMER2_IRQHandler) - TIMER3_IRQHandler 0x000030d5 Thumb Code 36 mk_dual_timer.o(.text.TIMER3_IRQHandler) - TagListUpdate_person_num_car 0x000030f9 Thumb Code 116 uwb_app.o(.text.TagListUpdate_person_num_car) - UART0_IRQHandler 0x0000316d Thumb Code 10 mk_uart.o(.text.UART0_IRQHandler) - UART1_IRQHandler 0x00003177 Thumb Code 10 mk_uart.o(.text.UART1_IRQHandler) - UART_CheckReceive 0x00003181 Thumb Code 104 usart.o(.text.UART_CheckReceive) - UDPClient_UploadGPS 0x000031e9 Thumb Code 148 tcpclient.o(.text.UDPClient_UploadGPS) - Uart1GpsRecDebugSend 0x0000327d Thumb Code 76 pin_config.o(.text.Uart1GpsRecDebugSend) - Uart_Register 0x000032c9 Thumb Code 28 uart.o(.text.Uart_Register) - UpdateProcess 0x000032e5 Thumb Code 232 serial_at_cmd_app.o(.text.UpdateProcess) - UsartParseDataHandler 0x000033cd Thumb Code 752 serial_at_cmd_app.o(.text.UsartParseDataHandler) - WDT_IRQHandler 0x000036bd Thumb Code 32 mk_wdt.o(.text.WDT_IRQHandler) - WsfNvmInit 0x000036dd Thumb Code 184 wsf_nvm.o(.text.WsfNvmInit) - _4gUsart_handler 0x00003795 Thumb Code 12 main.o(.text._4gUsart_handler) - adc_code_to_mv 0x00003b1d Thumb Code 36 mk_adc.o(.text.adc_code_to_mv) - adc_get 0x00003bc1 Thumb Code 284 mk_adc.o(.text.adc_get) - adc_open 0x00003cdd Thumb Code 308 mk_adc.o(.text.adc_open) - air780_led_off 0x00003e11 Thumb Code 68 sn74hc595.o(.text.air780_led_off) - air780_led_on 0x00003e55 Thumb Code 72 sn74hc595.o(.text.air780_led_on) - blink_led 0x00003e9d Thumb Code 192 sn74hc595.o(.text.blink_led) - board_4GUsart_detection_init 0x00003f5d Thumb Code 60 board.o(.text.board_4GUsart_detection_init) - board_acceleration_detection_init 0x00003f99 Thumb Code 40 board.o(.text.board_acceleration_detection_init) - board_calibration_params_default 0x00003fc1 Thumb Code 140 board.o(.text.board_calibration_params_default) - board_calibration_params_load 0x0000404d Thumb Code 164 board.o(.text.board_calibration_params_load) - board_clock_run 0x000040f1 Thumb Code 100 board.o(.text.board_clock_run) - board_debug_console_open 0x00004155 Thumb Code 20 board.o(.text.board_debug_console_open) - board_output_init 0x00004169 Thumb Code 36 board.o(.text.board_output_init) - board_pins_config 0x0000418d Thumb Code 82 pin_config.o(.text.board_pins_config) - bor_close 0x000041e1 Thumb Code 16 mk_misc.o(.text.bor_close) - calib_check 0x000041f1 Thumb Code 16 mk_calib.o(.text.calib_check) - calib_chip 0x00004201 Thumb Code 428 mk_calib.o(.text.calib_chip) - calib_close 0x000043ad Thumb Code 12 mk_calib.o(.text.calib_close) - calib_open 0x000043b9 Thumb Code 20 mk_calib.o(.text.calib_open) - calib_start 0x000043cd Thumb Code 16 mk_calib.o(.text.calib_start) - charge_red_off 0x000043dd Thumb Code 68 sn74hc595.o(.text.charge_red_off) - charge_red_on 0x00004421 Thumb Code 72 sn74hc595.o(.text.charge_red_on) - charge_state_change 0x00004469 Thumb Code 288 sn74hc595.o(.text.charge_state_change) - clock_attach 0x00004589 Thumb Code 240 mk_clock.o(.text.clock_attach) - clock_disable 0x00004679 Thumb Code 16 mk_clock.o(.text.clock_disable) - clock_enable 0x00004689 Thumb Code 16 mk_clock.o(.text.clock_enable) - clock_get_frequency 0x00004699 Thumb Code 272 mk_clock.o(.text.clock_get_frequency) - clock_set_divider 0x000047a9 Thumb Code 100 mk_clock.o(.text.clock_set_divider) - crc16 0x0000480d Thumb Code 44 crc.o(.text.crc16) - delay_us 0x00004839 Thumb Code 28 mk_misc.o(.text.delay_us) - dma_open 0x00004855 Thumb Code 224 mk_dma.o(.text.dma_open) - dma_transfer 0x00004935 Thumb Code 168 mk_dma.o(.text.dma_transfer) - dual_timer_get 0x000049dd Thumb Code 12 mk_dual_timer.o(.text.dual_timer_get) - dual_timer_open 0x000049e9 Thumb Code 308 mk_dual_timer.o(.text.dual_timer_open) - dual_timer_start 0x00004b1d Thumb Code 20 mk_dual_timer.o(.text.dual_timer_start) - dual_timer_stop 0x00004b31 Thumb Code 20 mk_dual_timer.o(.text.dual_timer_stop) - exit_debug_mode 0x00004b45 Thumb Code 44 mk_phy.o(.text.exit_debug_mode) - fira_vendor_oui_process 0x00004b81 Thumb Code 4 mk_mac.o(.text.fira_vendor_oui_process) - flash_block_erase 0x00004b85 Thumb Code 400 mk_flash.o(.text.flash_block_erase) - flash_check_busy 0x00004d15 Thumb Code 244 mk_flash.o(.text.flash_check_busy) - flash_close 0x00004e09 Thumb Code 56 mk_flash.o(.text.flash_close) - flash_erase 0x00005189 Thumb Code 332 mk_flash.o(.text.flash_erase) - flash_open 0x000052d5 Thumb Code 704 mk_flash.o(.text.flash_open) - flash_read 0x00005595 Thumb Code 688 mk_flash.o(.text.flash_read) - flash_sector_erase 0x00005845 Thumb Code 408 mk_flash.o(.text.flash_sector_erase) - flash_write_nbytes 0x00005b45 Thumb Code 1980 mk_flash.o(.text.flash_write_nbytes) - get_uart1_dma_cndtr 0x00006301 Thumb Code 16 mk_dma.o(.text.get_uart1_dma_cndtr) - gpio_enable_irq 0x00006311 Thumb Code 204 mk_gpio.o(.text.gpio_enable_irq) - gpio_open 0x000063dd Thumb Code 20 mk_gpio.o(.text.gpio_open) - gpio_pin_clr 0x000063f1 Thumb Code 16 mk_gpio.o(.text.gpio_pin_clr) - gpio_pin_get_val 0x00006401 Thumb Code 16 mk_gpio.o(.text.gpio_pin_get_val) - gpio_pin_set 0x00006411 Thumb Code 16 mk_gpio.o(.text.gpio_pin_set) - gpio_pin_set_dir 0x00006421 Thumb Code 80 mk_gpio.o(.text.gpio_pin_set_dir) - gps_air780_power_change 0x00006471 Thumb Code 104 sn74hc595.o(.text.gps_air780_power_change) - in_table_log 0x000064d9 Thumb Code 124 uwb_app.o(.text.in_table_log) - io_pin_mux_set 0x00006555 Thumb Code 80 mk_io.o(.text.io_pin_mux_set) - io_pull_set 0x000065a5 Thumb Code 76 mk_io.o(.text.io_pull_set) - mac_timer_stop 0x000065f1 Thumb Code 10 mk_misc.o(.text.mac_timer_stop) - main 0x000065fd Thumb Code 444 main.o(.text.main) - mk_chip_id 0x000067b9 Thumb Code 12 mk_misc.o(.text.mk_chip_id) - mk_snprintf 0x000067c5 Thumb Code 26 mk_trace.o(.text.mk_snprintf) - parameter_init_anchor 0x000067ed Thumb Code 192 global_param.o(.text.parameter_init_anchor) - phy_dump_mode 0x000068ad Thumb Code 12 mk_phy.o(.text.phy_dump_mode) - power_init 0x000068b9 Thumb Code 72 mk_power.o(.text.power_init) - power_wakeup_enable 0x00006901 Thumb Code 60 mk_power.o(.text.power_wakeup_enable) - ranging_rssi_get 0x0000693d Thumb Code 88 lib_ranging.o(.text.ranging_rssi_get) - reset_cause_clear 0x000069a1 Thumb Code 12 mk_reset.o(.text.reset_cause_clear) - reset_cause_get 0x000069ad Thumb Code 256 mk_reset.o(.text.reset_cause_get) - reset_module 0x00006aad Thumb Code 28 mk_reset.o(.text.reset_module) - save_com_map_to_flash 0x00006d65 Thumb Code 76 global_param.o(.text.save_com_map_to_flash) - sleep_timer_open 0x00006df1 Thumb Code 88 mk_sleep_timer.o(.text.sleep_timer_open) - sleep_timer_ppm_set 0x00006e49 Thumb Code 8 mk_sleep_timer.o(.text.sleep_timer_ppm_set) - sleep_timer_start 0x00006e51 Thumb Code 60 mk_sleep_timer.o(.text.sleep_timer_start) - start_main_asm 0x00006e8d Thumb Code 4 startup_mk800x.o(.text.start_main_asm) - sys_tick_start 0x00006e95 Thumb Code 76 mk_misc.o(.text.sys_tick_start) - sys_tick_us 0x00006ee1 Thumb Code 104 mk_misc.o(.text.sys_tick_us) - sys_timer_get 0x00006f49 Thumb Code 12 mk_misc.o(.text.sys_timer_get) - sys_timer_open 0x00006f55 Thumb Code 80 mk_misc.o(.text.sys_timer_open) - trace_assert_dump 0x00006fa5 Thumb Code 1008 mk_trace.o(.text.trace_assert_dump) - trace_end 0x00007395 Thumb Code 68 mk_trace.o(.text.trace_end) - trace_exception_handler 0x000073d9 Thumb Code 1152 mk_trace.o(.text.trace_exception_handler) - trace_flush 0x00007859 Thumb Code 248 mk_trace.o(.text.trace_flush) - trace_format 0x00007951 Thumb Code 968 mk_trace.o(.text.trace_format) - trace_open 0x00007d19 Thumb Code 96 mk_trace.o(.text.trace_open) - trace_output 0x00007d79 Thumb Code 504 mk_trace.o(.text.trace_output) - trace_printf 0x0000805d Thumb Code 300 mk_trace.o(.text.trace_printf) - uart_close 0x0000826d Thumb Code 128 mk_uart.o(.text.uart_close) - uart_irq_handler 0x0000845d Thumb Code 612 mk_uart.o(.text.uart_irq_handler) - uart_open 0x000086c1 Thumb Code 424 mk_uart.o(.text.uart_open) - uart_receive 0x00008869 Thumb Code 564 mk_uart.o(.text.uart_receive) - uart_receive_callback 0x00008a9d Thumb Code 24 main.o(.text.uart_receive_callback) - uart_send 0x00008ab5 Thumb Code 716 mk_uart.o(.text.uart_send) - uart_tx_in_progress 0x00008d81 Thumb Code 32 mk_uart.o(.text.uart_tx_in_progress) - update_led_power_state 0x00008da1 Thumb Code 104 sn74hc595.o(.text.update_led_power_state) - wdt_close 0x00008e09 Thumb Code 104 mk_wdt.o(.text.wdt_close) - __0snprintf 0x00008e71 Thumb Code 50 printfa.o(i.__0snprintf) - __1snprintf 0x00008e71 Thumb Code 0 printfa.o(i.__0snprintf) - __2snprintf 0x00008e71 Thumb Code 0 printfa.o(i.__0snprintf) - __c89snprintf 0x00008e71 Thumb Code 0 printfa.o(i.__0snprintf) - snprintf 0x00008e71 Thumb Code 0 printfa.o(i.__0snprintf) - __0sprintf 0x00008ea9 Thumb Code 36 printfa.o(i.__0sprintf) - __1sprintf 0x00008ea9 Thumb Code 0 printfa.o(i.__0sprintf) - __2sprintf 0x00008ea9 Thumb Code 0 printfa.o(i.__0sprintf) - __c89sprintf 0x00008ea9 Thumb Code 0 printfa.o(i.__0sprintf) - sprintf 0x00008ea9 Thumb Code 0 printfa.o(i.__0sprintf) - __ARM_clz 0x00008ed1 Thumb Code 46 depilogue.o(i.__ARM_clz) - __aeabi_errno_addr 0x00008f01 Thumb Code 4 errno.o(i.__aeabi_errno_addr) - __rt_errno_addr 0x00008f01 Thumb Code 0 errno.o(i.__aeabi_errno_addr) - __scatterload_copy 0x00008f09 Thumb Code 14 handlers.o(i.__scatterload_copy) - __scatterload_null 0x00008f17 Thumb Code 2 handlers.o(i.__scatterload_null) - __scatterload_zeroinit 0x00008f19 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) - _is_digit 0x0000909d Thumb Code 14 scanf_fp.o(i._is_digit) - strtod 0x00009805 Thumb Code 30 strtod.o(i.strtod) - __ctype_table 0x00009822 Data 129 ctype_o.o(.constdata) - Region$$Table$$Base 0x0000a0e8 Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x0000a108 Number 0 anon$$obj.o(Region$$Table) - mk_boot_desc 0x0000a580 Data 72 startup_mk800x.o(.ZBOOT_SECTION) - mk_build_inf 0x0000a5c8 Data 80 startup_mk800x.o(.ZBUILD_SECTION) + Accelerometer_Init 0x00001775 Thumb Code 120 lis3dh_driver.o(.text.Accelerometer_Init) + BOD_IRQHandler 0x000017ed Thumb Code 2 mk_misc.o(.text.BOD_IRQHandler) + CALIB_IRQHandler 0x000017ef Thumb Code 2 mk_calib.o(.text.CALIB_IRQHandler) + DMA_IRQHandler 0x000017f1 Thumb Code 112 mk_dma.o(.text.DMA_IRQHandler) + ACMP0_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + ACMP1_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + Default_Handler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + I2C0_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + NMI_Handler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + PWM_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + PendSV_Handler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + SPI0_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + SPI1_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + SVC_Handler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + TIMER0_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + TIMER1_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + TRNG_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + WAKEUP_IRQHandler 0x00001861 Thumb Code 2 startup_mk800x.o(.text.Default_Handler) + FLASH_CTRL_IRQHandler 0x00001865 Thumb Code 44 mk_flash.o(.text.FLASH_CTRL_IRQHandler) + GPIO_IRQHandler 0x00001891 Thumb Code 380 mk_gpio.o(.text.GPIO_IRQHandler) + HIDO_BaseQueueEnqueue 0x00001a0d Thumb Code 44 hido_basequeue.o(.text.HIDO_BaseQueueEnqueue) + HIDO_BaseQueueGetContinuousSize 0x00001a39 Thumb Code 90 hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize) + HIDO_BaseQueueGetRear 0x00001a93 Thumb Code 4 hido_basequeue.o(.text.HIDO_BaseQueueGetRear) + HIDO_BaseQueueIsFull 0x00001a97 Thumb Code 20 hido_basequeue.o(.text.HIDO_BaseQueueIsFull) + HIDO_Debug 0x00001aab Thumb Code 4 hido_debug.o(.text.HIDO_Debug) + HIDO_TimerTick 0x00001ab1 Thumb Code 36 hido_timer.o(.text.HIDO_TimerTick) + HIDO_UtilBzero 0x00001ad5 Thumb Code 8 hido_util.o(.text.HIDO_UtilBzero) + HIDO_VLQEnqueue 0x00001add Thumb Code 42 hido_vlqueue.o(.text.HIDO_VLQEnqueue) + HIDO_VLQGetEnqueueMember 0x00001b07 Thumb Code 84 hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember) + HardFault_Handler 0x00001b5d Thumb Code 124 mk_trace.o(.text.HardFault_Handler) + IIC2_Init 0x00001be9 Thumb Code 72 lis3dh_driver.o(.text.IIC2_Init) + IIC2_Read_Byte 0x00001c31 Thumb Code 406 lis3dh_driver.o(.text.IIC2_Read_Byte) + IIC2_Read_pca_Byte 0x00001dc7 Thumb Code 384 pca9555.o(.text.IIC2_Read_pca_Byte) + IIC2_Send_Byte 0x00001f47 Thumb Code 430 lis3dh_driver.o(.text.IIC2_Send_Byte) + IIC2_Send_pca_Byte 0x000020f5 Thumb Code 430 pca9555.o(.text.IIC2_Send_pca_Byte) + IIC2_Wait_Ack 0x000022a3 Thumb Code 136 lis3dh_driver.o(.text.IIC2_Wait_Ack) + IIC2_Wait_pca_Ack 0x0000232b Thumb Code 146 pca9555.o(.text.IIC2_Wait_pca_Ack) + IIC_Read_Pca9555 0x000023bd Thumb Code 292 pca9555.o(.text.IIC_Read_Pca9555) + IIC_Write_Pca9555 0x000024e1 Thumb Code 144 pca9555.o(.text.IIC_Write_Pca9555) + IO_LED_control_change 0x00002571 Thumb Code 320 sn74hc595.o(.text.IO_LED_control_change) + LIS3DH_ReadOneByte 0x000026b1 Thumb Code 152 lis3dh_driver.o(.text.LIS3DH_ReadOneByte) + LIS3DH_WriteOneByte 0x00002749 Thumb Code 120 lis3dh_driver.o(.text.LIS3DH_WriteOneByte) + LSP_IRQHandler 0x000027c1 Thumb Code 32 mk_lsp.o(.text.LSP_IRQHandler) + MAC_IRQHandler 0x000027ed Thumb Code 1260 mk_mac.o(.text.MAC_IRQHandler) + MK8000_read_rssi 0x00002d45 Thumb Code 1176 mk8000_read_rssi.o(.text.MK8000_read_rssi) + PCA9555_init 0x00003295 Thumb Code 84 pca9555.o(.text.PCA9555_init) + PHY_IRQHandler 0x000032e9 Thumb Code 76 mk_phy.o(.text.PHY_IRQHandler) + PHY_TIMER_IRQHandler 0x00003351 Thumb Code 56 mk_phy.o(.text.PHY_TIMER_IRQHandler) + PalFlashEraseSector 0x000033c9 Thumb Code 56 pal_flash.o(.text.PalFlashEraseSector) + PalFlashInit 0x00003401 Thumb Code 24 pal_flash.o(.text.PalFlashInit) + PalFlashRead 0x00003419 Thumb Code 44 pal_flash.o(.text.PalFlashRead) + PalNvmGetSectorSize 0x00003445 Thumb Code 6 pal_flash.o(.text.PalNvmGetSectorSize) + PalNvmGetTotalSize 0x0000344b Thumb Code 6 pal_flash.o(.text.PalNvmGetTotalSize) + Program_Init 0x00003451 Thumb Code 432 main.o(.text.Program_Init) + RCO32K_CAL_IRQHandler 0x00003601 Thumb Code 236 mk_rtc.o(.text.RCO32K_CAL_IRQHandler) + RTC_ALARM_IRQHandler 0x000036ed Thumb Code 44 mk_rtc.o(.text.RTC_ALARM_IRQHandler) + RTC_TICK_IRQHandler 0x00003719 Thumb Code 52 mk_rtc.o(.text.RTC_TICK_IRQHandler) + Reset_Handler 0x0000374d Thumb Code 32 startup_mk800x.o(.text.Reset_Handler) + SLEEP_TIMER_IRQHandler 0x0000376d Thumb Code 156 mk_sleep_timer.o(.text.SLEEP_TIMER_IRQHandler) + Serial0_PutString 0x00003809 Thumb Code 56 mk_uart.o(.text.Serial0_PutString) + Socket_Send 0x00003841 Thumb Code 124 socket.o(.text.Socket_Send) + SysTick_Handler 0x000038bd Thumb Code 24 mk_misc.o(.text.SysTick_Handler) + SystemInit 0x000038d5 Thumb Code 16 system_mk800x.o(.text.SystemInit) + TIMER2_IRQHandler 0x000038e5 Thumb Code 32 mk_dual_timer.o(.text.TIMER2_IRQHandler) + TIMER3_IRQHandler 0x00003905 Thumb Code 36 mk_dual_timer.o(.text.TIMER3_IRQHandler) + TagListUpdate_person_num_car 0x00003929 Thumb Code 116 uwb_app.o(.text.TagListUpdate_person_num_car) + UART0_IRQHandler 0x0000399d Thumb Code 10 mk_uart.o(.text.UART0_IRQHandler) + UART1_IRQHandler 0x000039a7 Thumb Code 10 mk_uart.o(.text.UART1_IRQHandler) + UART_CheckReceive 0x000039b1 Thumb Code 104 usart.o(.text.UART_CheckReceive) + UDPClient_UploadGPS 0x00003a19 Thumb Code 148 tcpclient.o(.text.UDPClient_UploadGPS) + Uart1GpsRecDebugSend 0x00003aad Thumb Code 76 pin_config.o(.text.Uart1GpsRecDebugSend) + Uart_Register 0x00003af9 Thumb Code 28 uart.o(.text.Uart_Register) + UpdateProcess 0x00003b15 Thumb Code 232 serial_at_cmd_app.o(.text.UpdateProcess) + UsartParseDataHandler 0x00003bfd Thumb Code 752 serial_at_cmd_app.o(.text.UsartParseDataHandler) + WDT_IRQHandler 0x00003eed Thumb Code 32 mk_wdt.o(.text.WDT_IRQHandler) + WsfNvmInit 0x00003f0d Thumb Code 184 wsf_nvm.o(.text.WsfNvmInit) + _4gUsart_handler 0x00003fc5 Thumb Code 12 main.o(.text._4gUsart_handler) + adc_code_to_mv 0x0000434d Thumb Code 36 mk_adc.o(.text.adc_code_to_mv) + adc_get 0x000043f1 Thumb Code 284 mk_adc.o(.text.adc_get) + adc_open 0x0000450d Thumb Code 308 mk_adc.o(.text.adc_open) + air780_led_off 0x00004641 Thumb Code 68 sn74hc595.o(.text.air780_led_off) + air780_led_on 0x00004685 Thumb Code 72 sn74hc595.o(.text.air780_led_on) + blink_led 0x000046cd Thumb Code 192 sn74hc595.o(.text.blink_led) + board_4GUsart_detection_init 0x0000478d Thumb Code 60 board.o(.text.board_4GUsart_detection_init) + board_acceleration_detection_init 0x000047c9 Thumb Code 40 board.o(.text.board_acceleration_detection_init) + board_calibration_params_default 0x000047f1 Thumb Code 140 board.o(.text.board_calibration_params_default) + board_calibration_params_load 0x0000487d Thumb Code 164 board.o(.text.board_calibration_params_load) + board_clock_run 0x00004921 Thumb Code 100 board.o(.text.board_clock_run) + board_debug_console_open 0x00004985 Thumb Code 20 board.o(.text.board_debug_console_open) + board_output_init 0x00004999 Thumb Code 36 board.o(.text.board_output_init) + board_pins_config 0x000049bd Thumb Code 82 pin_config.o(.text.board_pins_config) + bor_close 0x00004a11 Thumb Code 16 mk_misc.o(.text.bor_close) + calib_check 0x00004a21 Thumb Code 16 mk_calib.o(.text.calib_check) + calib_chip 0x00004a31 Thumb Code 428 mk_calib.o(.text.calib_chip) + calib_close 0x00004bdd Thumb Code 12 mk_calib.o(.text.calib_close) + calib_open 0x00004be9 Thumb Code 20 mk_calib.o(.text.calib_open) + calib_start 0x00004bfd Thumb Code 16 mk_calib.o(.text.calib_start) + charge_red_off 0x00004c0d Thumb Code 68 sn74hc595.o(.text.charge_red_off) + charge_red_on 0x00004c51 Thumb Code 72 sn74hc595.o(.text.charge_red_on) + charge_state_change 0x00004c99 Thumb Code 288 sn74hc595.o(.text.charge_state_change) + clock_attach 0x00004db9 Thumb Code 240 mk_clock.o(.text.clock_attach) + clock_disable 0x00004ea9 Thumb Code 16 mk_clock.o(.text.clock_disable) + clock_enable 0x00004eb9 Thumb Code 16 mk_clock.o(.text.clock_enable) + clock_get_frequency 0x00004ec9 Thumb Code 272 mk_clock.o(.text.clock_get_frequency) + clock_set_divider 0x00004fd9 Thumb Code 100 mk_clock.o(.text.clock_set_divider) + crc16 0x0000503d Thumb Code 44 crc.o(.text.crc16) + delay_us 0x00005069 Thumb Code 28 mk_misc.o(.text.delay_us) + dma_open 0x00005085 Thumb Code 224 mk_dma.o(.text.dma_open) + dma_transfer 0x00005165 Thumb Code 168 mk_dma.o(.text.dma_transfer) + dual_timer_get 0x0000520d Thumb Code 12 mk_dual_timer.o(.text.dual_timer_get) + dual_timer_open 0x00005219 Thumb Code 308 mk_dual_timer.o(.text.dual_timer_open) + dual_timer_start 0x0000534d Thumb Code 20 mk_dual_timer.o(.text.dual_timer_start) + dual_timer_stop 0x00005361 Thumb Code 20 mk_dual_timer.o(.text.dual_timer_stop) + exit_debug_mode 0x00005375 Thumb Code 44 mk_phy.o(.text.exit_debug_mode) + fira_vendor_oui_process 0x000053b1 Thumb Code 4 mk_mac.o(.text.fira_vendor_oui_process) + flash_block_erase 0x000053b5 Thumb Code 400 mk_flash.o(.text.flash_block_erase) + flash_check_busy 0x00005545 Thumb Code 244 mk_flash.o(.text.flash_check_busy) + flash_close 0x00005639 Thumb Code 56 mk_flash.o(.text.flash_close) + flash_erase 0x000059b9 Thumb Code 332 mk_flash.o(.text.flash_erase) + flash_open 0x00005b05 Thumb Code 704 mk_flash.o(.text.flash_open) + flash_read 0x00005dc5 Thumb Code 688 mk_flash.o(.text.flash_read) + flash_sector_erase 0x00006075 Thumb Code 408 mk_flash.o(.text.flash_sector_erase) + flash_write_nbytes 0x00006375 Thumb Code 1980 mk_flash.o(.text.flash_write_nbytes) + get_uart1_dma_cndtr 0x00006b31 Thumb Code 16 mk_dma.o(.text.get_uart1_dma_cndtr) + gpio_enable_irq 0x00006b41 Thumb Code 204 mk_gpio.o(.text.gpio_enable_irq) + gpio_open 0x00006c0d Thumb Code 20 mk_gpio.o(.text.gpio_open) + gpio_pin_clr 0x00006c21 Thumb Code 16 mk_gpio.o(.text.gpio_pin_clr) + gpio_pin_get_val 0x00006c31 Thumb Code 16 mk_gpio.o(.text.gpio_pin_get_val) + gpio_pin_set 0x00006c41 Thumb Code 16 mk_gpio.o(.text.gpio_pin_set) + gpio_pin_set_dir 0x00006c51 Thumb Code 80 mk_gpio.o(.text.gpio_pin_set_dir) + gps_air780_power_change 0x00006ca1 Thumb Code 104 sn74hc595.o(.text.gps_air780_power_change) + in_table_log 0x00006d09 Thumb Code 124 uwb_app.o(.text.in_table_log) + io_pin_mux_set 0x00006d85 Thumb Code 80 mk_io.o(.text.io_pin_mux_set) + io_pull_set 0x00006dd5 Thumb Code 76 mk_io.o(.text.io_pull_set) + mac_timer_stop 0x00006e21 Thumb Code 10 mk_misc.o(.text.mac_timer_stop) + main 0x00006e2d Thumb Code 452 main.o(.text.main) + mk_chip_id 0x00006ff1 Thumb Code 12 mk_misc.o(.text.mk_chip_id) + mk_snprintf 0x00006ffd Thumb Code 26 mk_trace.o(.text.mk_snprintf) + parameter_init_anchor 0x00007025 Thumb Code 192 global_param.o(.text.parameter_init_anchor) + phy_dump_mode 0x000070e5 Thumb Code 12 mk_phy.o(.text.phy_dump_mode) + power_init 0x000070f1 Thumb Code 72 mk_power.o(.text.power_init) + power_wakeup_enable 0x00007139 Thumb Code 60 mk_power.o(.text.power_wakeup_enable) + ranging_rssi_get 0x00007175 Thumb Code 88 lib_ranging.o(.text.ranging_rssi_get) + reset_cause_clear 0x000071d9 Thumb Code 12 mk_reset.o(.text.reset_cause_clear) + reset_cause_get 0x000071e5 Thumb Code 256 mk_reset.o(.text.reset_cause_get) + reset_module 0x000072e5 Thumb Code 28 mk_reset.o(.text.reset_module) + save_com_map_to_flash 0x0000759d Thumb Code 76 global_param.o(.text.save_com_map_to_flash) + sleep_timer_open 0x00007629 Thumb Code 88 mk_sleep_timer.o(.text.sleep_timer_open) + sleep_timer_ppm_set 0x00007681 Thumb Code 8 mk_sleep_timer.o(.text.sleep_timer_ppm_set) + sleep_timer_start 0x00007689 Thumb Code 60 mk_sleep_timer.o(.text.sleep_timer_start) + start_main_asm 0x000076c5 Thumb Code 4 startup_mk800x.o(.text.start_main_asm) + sys_tick_start 0x000076cd Thumb Code 76 mk_misc.o(.text.sys_tick_start) + sys_tick_us 0x00007719 Thumb Code 104 mk_misc.o(.text.sys_tick_us) + sys_timer_get 0x00007781 Thumb Code 12 mk_misc.o(.text.sys_timer_get) + sys_timer_open 0x0000778d Thumb Code 80 mk_misc.o(.text.sys_timer_open) + trace_assert_dump 0x000077dd Thumb Code 1008 mk_trace.o(.text.trace_assert_dump) + trace_end 0x00007bcd Thumb Code 68 mk_trace.o(.text.trace_end) + trace_exception_handler 0x00007c11 Thumb Code 1152 mk_trace.o(.text.trace_exception_handler) + trace_flush 0x00008091 Thumb Code 248 mk_trace.o(.text.trace_flush) + trace_format 0x00008189 Thumb Code 968 mk_trace.o(.text.trace_format) + trace_open 0x00008551 Thumb Code 96 mk_trace.o(.text.trace_open) + trace_output 0x000085b1 Thumb Code 504 mk_trace.o(.text.trace_output) + trace_printf 0x00008895 Thumb Code 300 mk_trace.o(.text.trace_printf) + uart_close 0x00008aa5 Thumb Code 128 mk_uart.o(.text.uart_close) + uart_irq_handler 0x00008c95 Thumb Code 612 mk_uart.o(.text.uart_irq_handler) + uart_open 0x00008ef9 Thumb Code 424 mk_uart.o(.text.uart_open) + uart_receive 0x000090a1 Thumb Code 564 mk_uart.o(.text.uart_receive) + uart_receive_callback 0x000092d5 Thumb Code 24 main.o(.text.uart_receive_callback) + uart_send 0x000092ed Thumb Code 716 mk_uart.o(.text.uart_send) + uart_tx_in_progress 0x000095b9 Thumb Code 32 mk_uart.o(.text.uart_tx_in_progress) + update_led_power_state 0x000095d9 Thumb Code 104 sn74hc595.o(.text.update_led_power_state) + wdt_close 0x00009641 Thumb Code 104 mk_wdt.o(.text.wdt_close) + __0snprintf 0x000096a9 Thumb Code 50 printfa.o(i.__0snprintf) + __1snprintf 0x000096a9 Thumb Code 0 printfa.o(i.__0snprintf) + __2snprintf 0x000096a9 Thumb Code 0 printfa.o(i.__0snprintf) + __c89snprintf 0x000096a9 Thumb Code 0 printfa.o(i.__0snprintf) + snprintf 0x000096a9 Thumb Code 0 printfa.o(i.__0snprintf) + __0sprintf 0x000096e1 Thumb Code 36 printfa.o(i.__0sprintf) + __1sprintf 0x000096e1 Thumb Code 0 printfa.o(i.__0sprintf) + __2sprintf 0x000096e1 Thumb Code 0 printfa.o(i.__0sprintf) + __c89sprintf 0x000096e1 Thumb Code 0 printfa.o(i.__0sprintf) + sprintf 0x000096e1 Thumb Code 0 printfa.o(i.__0sprintf) + __ARM_clz 0x00009709 Thumb Code 46 depilogue.o(i.__ARM_clz) + __aeabi_errno_addr 0x00009739 Thumb Code 4 errno.o(i.__aeabi_errno_addr) + __rt_errno_addr 0x00009739 Thumb Code 0 errno.o(i.__aeabi_errno_addr) + __scatterload_copy 0x00009741 Thumb Code 14 handlers.o(i.__scatterload_copy) + __scatterload_null 0x0000974f Thumb Code 2 handlers.o(i.__scatterload_null) + __scatterload_zeroinit 0x00009751 Thumb Code 14 handlers.o(i.__scatterload_zeroinit) + _is_digit 0x000098d5 Thumb Code 14 scanf_fp.o(i._is_digit) + strtod 0x0000a03d Thumb Code 30 strtod.o(i.strtod) + __ctype_table 0x0000a05a Data 129 ctype_o.o(.constdata) + Region$$Table$$Base 0x0000a920 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x0000a940 Number 0 anon$$obj.o(Region$$Table) + mk_boot_desc 0x0000adc0 Data 72 startup_mk800x.o(.ZBOOT_SECTION) + mk_build_inf 0x0000ae08 Data 80 startup_mk800x.o(.ZBUILD_SECTION) state5V_prase_flag 0x02019018 Data 1 serial_at_cmd_app.o(.data..L_MergedGlobals) gps_prase_flag 0x02019019 Data 1 serial_at_cmd_app.o(.data..L_MergedGlobals) SystemCoreClock 0x0201901c Data 4 system_mk800x.o(.data.SystemCoreClock) @@ -8473,128 +8526,140 @@ usr_adc_cfg 0x02019458 Data 24 main.o(.data.usr_adc_cfg) data_temp 0x020194a0 Data 1 sn74hc595.o(.bss..L_MergedGlobals) temp_bit 0x020194a1 Data 1 sn74hc595.o(.bss..L_MergedGlobals) - pca9555writedata_output 0x020194a4 Data 10 pca9555.o(.bss..L_MergedGlobals) - pca9555writedata_config 0x020194ae Data 10 pca9555.o(.bss..L_MergedGlobals) - m_EUART_TxFrm_Head 0x020194b8 Data 1 usart.o(.bss..L_MergedGlobals) - m_EUART_TxFrm_FreeFrmLen 0x020194b9 Data 1 usart.o(.bss..L_MergedGlobals) - m_bEUARTPushingFrms 0x020194ba Data 1 usart.o(.bss..L_MergedGlobals) - m_bEUARTCheckingSend 0x020194bb Data 1 usart.o(.bss..L_MergedGlobals) - m_bEUARTCheckingRec 0x020194bc Data 1 usart.o(.bss..L_MergedGlobals) - m_EUART_DMA_RXPtr 0x020194c0 Data 4 usart.o(.bss..L_MergedGlobals) - cndtr 0x020194c4 Data 4 usart.o(.bss..L_MergedGlobals) - Usart1ParseDataCallback 0x020194c8 Data 4 usart.o(.bss..L_MergedGlobals) - _4Gusart_irq_handler 0x020194cc Data 4 board.o(.bss..L_MergedGlobals) - flag_alam_state 0x020194d8 Data 1 main.o(.bss..L_MergedGlobals) - flag_fenli_alarm 0x020194d9 Data 1 main.o(.bss..L_MergedGlobals) - moter_open_uwb_flag 0x020194da Data 1 main.o(.bss..L_MergedGlobals) - fenli_alarm_count 0x020194db Data 1 main.o(.bss..L_MergedGlobals) - userkey_state 0x020194dc Data 1 main.o(.bss..L_MergedGlobals) - flag_4G_recdata 0x020194de Data 1 main.o(.bss..L_MergedGlobals) - delaysleep_count 0x020194df Data 1 main.o(.bss..L_MergedGlobals) - group_id 0x020194e0 Data 1 main.o(.bss..L_MergedGlobals) - log_4g_enable_flag 0x020194e1 Data 1 main.o(.bss..L_MergedGlobals) - link_success_flag 0x020194e2 Data 1 main.o(.bss..L_MergedGlobals) - flag_secondtask 0x020194e3 Data 1 main.o(.bss..L_MergedGlobals) - bat_percent 0x020194e4 Data 1 main.o(.bss..L_MergedGlobals) - green_charge_state 0x020194e5 Data 1 main.o(.bss..L_MergedGlobals) - power_low_flag 0x020194e6 Data 1 main.o(.bss..L_MergedGlobals) - enbale_blink_flag 0x020194e7 Data 1 main.o(.bss..L_MergedGlobals) - secondtask_count 0x020194e8 Data 1 main.o(.bss..L_MergedGlobals) - disoffset 0x020194ea Data 2 main.o(.bss..L_MergedGlobals) - warning_distance 0x020194ec Data 2 main.o(.bss..L_MergedGlobals) - prewarning_distance 0x020194ee Data 2 main.o(.bss..L_MergedGlobals) - first_search_flag 0x020194f0 Data 2 main.o(.bss..L_MergedGlobals) - fVoltage_mv 0x020194f2 Data 2 main.o(.bss..L_MergedGlobals) - nomove_count 0x020194f4 Data 4 main.o(.bss..L_MergedGlobals) - UWB_work_state 0x020194f8 Data 4 main.o(.bss..L_MergedGlobals) - need_open_gps_count 0x020194fc Data 4 main.o(.bss..L_MergedGlobals) - keystarttime 0x02019500 Data 4 main.o(.bss..L_MergedGlobals) - keystarttime2 0x02019504 Data 4 main.o(.bss..L_MergedGlobals) - dev_id 0x0201950c Data 4 main.o(.bss..L_MergedGlobals) - test4 0x02019510 Data 4 main.o(.bss..L_MergedGlobals) - send_struct 0x02019518 Data 56 main.o(.bss..L_MergedGlobals) - TCPfail_flag 0x02019550 Data 1 tcpclient.o(.bss..L_MergedGlobals) - alarm_type 0x02019551 Data 1 tcpclient.o(.bss..L_MergedGlobals) - ip0 0x02019552 Data 2 tcpclient.o(.bss..L_MergedGlobals) - ip1 0x02019554 Data 2 tcpclient.o(.bss..L_MergedGlobals) - ip2 0x02019556 Data 2 tcpclient.o(.bss..L_MergedGlobals) - ip3 0x02019558 Data 2 tcpclient.o(.bss..L_MergedGlobals) - port 0x0201955a Data 2 tcpclient.o(.bss..L_MergedGlobals) - receive_id 0x0201955c Data 2 tcpclient.o(.bss..L_MergedGlobals) - g_com_position 0x0201955e Data 2 tcpclient.o(.bss..L_MergedGlobals) - g_com_num 0x02019560 Data 2 tcpclient.o(.bss..L_MergedGlobals) - l_i32TCPClientID 0x02019564 Data 4 tcpclient.o(.bss..L_MergedGlobals) - TCPfailetimer 0x0201956c Data 4 tcpclient.o(.bss..L_MergedGlobals) - gps_4g_flag 0x02019574 Data 1 gps.o(.bss..L_MergedGlobals) - gps_uwb_flag 0x02019575 Data 1 gps.o(.bss..L_MergedGlobals) - gps_power_state 0x02019576 Data 1 gps.o(.bss..L_MergedGlobals) - gps_timeout_flag 0x02019577 Data 1 gps.o(.bss..L_MergedGlobals) - gps_open_flag 0x02019578 Data 1 gps.o(.bss..L_MergedGlobals) - g_snum 0x0201957a Data 2 gps.o(.bss..L_MergedGlobals) - g_spsum 0x0201957c Data 2 gps.o(.bss..L_MergedGlobals) - mUsart2ReceivePack_now 0x02019596 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - mUsart2ReceivePack_before 0x02019597 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - analysis_num 0x0201959c Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - pos_state 0x020195a0 Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - wd 0x020195a8 Data 8 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - jd 0x020195b0 Data 8 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) - fom 0x020195d0 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - anchordata_num 0x020195d1 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - taglist_num 0x020195d2 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - flag_temp2 0x020195d3 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - secondtask_search_count 0x020195d4 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - secondtask_search_flag 0x020195d5 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - flag_recsuccess 0x020195d7 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - flag_temp1 0x020195d8 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - rssi 0x020195da Data 1 uwb_app.o(.bss..L_MergedGlobals.4) - elevation 0x020195dc Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - azimuth 0x020195de Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - dist_temp 0x020195e0 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - g_com_receive_id 0x020195e4 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - temp_recdist_before_offset 0x020195e6 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) - temp_count 0x020195ec Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - temp_count1 0x020195f0 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - temp_count2 0x020195f4 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - temp_count3 0x020195f8 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - temp_internal 0x020195fc Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - sts_rssi 0x02019600 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - distance 0x02019604 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - get_in_num 0x02019610 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - get_out_num 0x02019614 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - current_count_calibration 0x02019618 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - start_receive_count_calibration 0x0201961c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - end_receive_count 0x02019620 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - start_receive_count 0x02019624 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - poll_timeout 0x02019628 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - current_count 0x0201962c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - poll_rx_num 0x02019630 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - resp_tx_num 0x02019634 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) - resp_tx_ts_i64 0x02019638 Data 8 uwb_app.o(.bss..L_MergedGlobals.4) - poll_rx_ts_i64 0x02019640 Data 8 uwb_app.o(.bss..L_MergedGlobals.4) - temp_resp_i64 0x02019648 Data 8 uwb_app.o(.bss..L_MergedGlobals.5) - anchordata_id 0x02019690 Data 50 uwb_app.o(.bss..L_MergedGlobals.5) - anchordata_dist 0x020196c2 Data 50 uwb_app.o(.bss..L_MergedGlobals.6) - anchor_id_in 0x020196f4 Data 50 uwb_app.o(.bss..L_MergedGlobals.6) - anchor_id_out 0x02019726 Data 50 uwb_app.o(.bss..L_MergedGlobals.7) - change_count 0x02019758 Data 50 uwb_app.o(.bss..L_MergedGlobals.7) - GPS_GGAmessage 0x0201978c Data 150 serial_at_cmd_app.o(.bss.GPS_GGAmessage) - air780_power_state 0x02019c22 Data 1 main.o(.bss.air780_power_state) - air780_success_state 0x02019c23 Data 1 main.o(.bss.air780_success_state) - ave_sp 0x02019c24 Data 2 gps.o(.bss.ave_sp) - board_param 0x02019c28 Data 96 board.o(.bss.board_param) - g_com_map 0x02019c8a Data 1024 global_param.o(.bss.g_com_map) - g_u32TimerTick 0x0201a08c Data 4 hido_timer.o(.bss.g_u32TimerTick) - g_u64TimerTick 0x0201a090 Data 8 hido_timer.o(.bss.g_u64TimerTick) - gps_success_state 0x0201a098 Data 1 main.o(.bss.gps_success_state) - gps_wait_count 0x0201a09a Data 2 main.o(.bss.gps_wait_count) - mUsart2ReceivePack 0x0201b290 Data 150 serial_at_cmd_app.o(.bss.mUsart2ReceivePack) - mUsartReceivePack 0x0201b328 Data 100 serial_at_cmd_app.o(.bss.mUsartReceivePack) - m_EUART_DMA_RXBuf 0x0201b38c Data 1024 usart.o(.bss.m_EUART_DMA_RXBuf) - mac_em_cfg 0x0201b78c Data 2 mk_mac.o(.bss.mac_em_cfg) - mac_env 0x0201b790 Data 60 mk_mac.o(.bss.mac_env) - red_charge_state 0x0201b7d4 Data 1 main.o(.bss.red_charge_state) - sys_timer_freq 0x0201b7f4 Data 4 mk_misc.o(.bss.sys_timer_freq) - uwb_state 0x0201c010 Data 1 main.o(.bss.uwb_state) + temp_ack3 0x020194a4 Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack4 0x020194a8 Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack5 0x020194ac Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack6 0x020194b0 Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack 0x020194b4 Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack1 0x020194b8 Data 4 pca9555.o(.bss..L_MergedGlobals) + temp_ack2 0x020194bc Data 4 pca9555.o(.bss..L_MergedGlobals) + pca9555writedata_config 0x020194c0 Data 10 pca9555.o(.bss..L_MergedGlobals) + pca9555writedata_input 0x020194ca Data 10 pca9555.o(.bss..L_MergedGlobals) + m_EUART_TxFrm_Head 0x020194d4 Data 1 usart.o(.bss..L_MergedGlobals) + m_EUART_TxFrm_FreeFrmLen 0x020194d5 Data 1 usart.o(.bss..L_MergedGlobals) + m_bEUARTPushingFrms 0x020194d6 Data 1 usart.o(.bss..L_MergedGlobals) + m_bEUARTCheckingSend 0x020194d7 Data 1 usart.o(.bss..L_MergedGlobals) + m_bEUARTCheckingRec 0x020194d8 Data 1 usart.o(.bss..L_MergedGlobals) + m_EUART_DMA_RXPtr 0x020194dc Data 4 usart.o(.bss..L_MergedGlobals) + cndtr 0x020194e0 Data 4 usart.o(.bss..L_MergedGlobals) + Usart1ParseDataCallback 0x020194e4 Data 4 usart.o(.bss..L_MergedGlobals) + lisidtemp 0x020194e8 Data 1 lis3dh_driver.o(.bss..L_MergedGlobals) + lisid 0x020194e9 Data 1 lis3dh_driver.o(.bss..L_MergedGlobals) + f_step 0x020194ec Data 2 lis3dh_driver.o(.bss..L_MergedGlobals) + bu 0x020194f0 Data 4 lis3dh_driver.o(.bss..L_MergedGlobals) + lis2dhdata 0x020194f4 Data 6 lis3dh_driver.o(.bss..L_MergedGlobals) + _4Gusart_irq_handler 0x020194fc Data 4 board.o(.bss..L_MergedGlobals) + flag_alam_state 0x02019508 Data 1 main.o(.bss..L_MergedGlobals) + flag_fenli_alarm 0x02019509 Data 1 main.o(.bss..L_MergedGlobals) + moter_open_uwb_flag 0x0201950a Data 1 main.o(.bss..L_MergedGlobals) + fenli_alarm_count 0x0201950b Data 1 main.o(.bss..L_MergedGlobals) + userkey_state 0x0201950c Data 1 main.o(.bss..L_MergedGlobals) + flag_4G_recdata 0x0201950e Data 1 main.o(.bss..L_MergedGlobals) + delaysleep_count 0x0201950f Data 1 main.o(.bss..L_MergedGlobals) + group_id 0x02019510 Data 1 main.o(.bss..L_MergedGlobals) + log_4g_enable_flag 0x02019511 Data 1 main.o(.bss..L_MergedGlobals) + link_success_flag 0x02019512 Data 1 main.o(.bss..L_MergedGlobals) + flag_secondtask 0x02019513 Data 1 main.o(.bss..L_MergedGlobals) + bat_percent 0x02019514 Data 1 main.o(.bss..L_MergedGlobals) + green_charge_state 0x02019515 Data 1 main.o(.bss..L_MergedGlobals) + power_low_flag 0x02019516 Data 1 main.o(.bss..L_MergedGlobals) + enbale_blink_flag 0x02019517 Data 1 main.o(.bss..L_MergedGlobals) + secondtask_count 0x02019518 Data 1 main.o(.bss..L_MergedGlobals) + disoffset 0x0201951a Data 2 main.o(.bss..L_MergedGlobals) + warning_distance 0x0201951c Data 2 main.o(.bss..L_MergedGlobals) + prewarning_distance 0x0201951e Data 2 main.o(.bss..L_MergedGlobals) + first_search_flag 0x02019520 Data 2 main.o(.bss..L_MergedGlobals) + fVoltage_mv 0x02019522 Data 2 main.o(.bss..L_MergedGlobals) + nomove_count 0x02019524 Data 4 main.o(.bss..L_MergedGlobals) + UWB_work_state 0x02019528 Data 4 main.o(.bss..L_MergedGlobals) + need_open_gps_count 0x0201952c Data 4 main.o(.bss..L_MergedGlobals) + keystarttime 0x02019530 Data 4 main.o(.bss..L_MergedGlobals) + keystarttime2 0x02019534 Data 4 main.o(.bss..L_MergedGlobals) + dev_id 0x0201953c Data 4 main.o(.bss..L_MergedGlobals) + test4 0x02019540 Data 4 main.o(.bss..L_MergedGlobals) + send_struct 0x02019548 Data 56 main.o(.bss..L_MergedGlobals) + TCPfail_flag 0x02019580 Data 1 tcpclient.o(.bss..L_MergedGlobals) + alarm_type 0x02019581 Data 1 tcpclient.o(.bss..L_MergedGlobals) + ip0 0x02019582 Data 2 tcpclient.o(.bss..L_MergedGlobals) + ip1 0x02019584 Data 2 tcpclient.o(.bss..L_MergedGlobals) + ip2 0x02019586 Data 2 tcpclient.o(.bss..L_MergedGlobals) + ip3 0x02019588 Data 2 tcpclient.o(.bss..L_MergedGlobals) + port 0x0201958a Data 2 tcpclient.o(.bss..L_MergedGlobals) + receive_id 0x0201958c Data 2 tcpclient.o(.bss..L_MergedGlobals) + g_com_position 0x0201958e Data 2 tcpclient.o(.bss..L_MergedGlobals) + g_com_num 0x02019590 Data 2 tcpclient.o(.bss..L_MergedGlobals) + l_i32TCPClientID 0x02019594 Data 4 tcpclient.o(.bss..L_MergedGlobals) + TCPfailetimer 0x0201959c Data 4 tcpclient.o(.bss..L_MergedGlobals) + gps_4g_flag 0x020195a4 Data 1 gps.o(.bss..L_MergedGlobals) + gps_uwb_flag 0x020195a5 Data 1 gps.o(.bss..L_MergedGlobals) + gps_power_state 0x020195a6 Data 1 gps.o(.bss..L_MergedGlobals) + gps_timeout_flag 0x020195a7 Data 1 gps.o(.bss..L_MergedGlobals) + gps_open_flag 0x020195a8 Data 1 gps.o(.bss..L_MergedGlobals) + g_snum 0x020195aa Data 2 gps.o(.bss..L_MergedGlobals) + g_spsum 0x020195ac Data 2 gps.o(.bss..L_MergedGlobals) + mUsart2ReceivePack_now 0x020195c6 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + mUsart2ReceivePack_before 0x020195c7 Data 1 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + analysis_num 0x020195cc Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + pos_state 0x020195d0 Data 4 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + wd 0x020195d8 Data 8 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + jd 0x020195e0 Data 8 serial_at_cmd_app.o(.bss..L_MergedGlobals.4) + fom 0x02019600 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + anchordata_num 0x02019601 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + taglist_num 0x02019602 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + flag_temp2 0x02019603 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + secondtask_search_count 0x02019604 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + secondtask_search_flag 0x02019605 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + flag_recsuccess 0x02019607 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + flag_temp1 0x02019608 Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + rssi 0x0201960a Data 1 uwb_app.o(.bss..L_MergedGlobals.4) + elevation 0x0201960c Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + azimuth 0x0201960e Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + dist_temp 0x02019610 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + g_com_receive_id 0x02019614 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + temp_recdist_before_offset 0x02019616 Data 2 uwb_app.o(.bss..L_MergedGlobals.4) + temp_count 0x0201961c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + temp_count1 0x02019620 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + temp_count2 0x02019624 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + temp_count3 0x02019628 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + temp_internal 0x0201962c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + sts_rssi 0x02019630 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + distance 0x02019634 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + get_in_num 0x02019640 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + get_out_num 0x02019644 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + current_count_calibration 0x02019648 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + start_receive_count_calibration 0x0201964c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + end_receive_count 0x02019650 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + start_receive_count 0x02019654 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + poll_timeout 0x02019658 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + current_count 0x0201965c Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + poll_rx_num 0x02019660 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + resp_tx_num 0x02019664 Data 4 uwb_app.o(.bss..L_MergedGlobals.4) + resp_tx_ts_i64 0x02019668 Data 8 uwb_app.o(.bss..L_MergedGlobals.4) + poll_rx_ts_i64 0x02019670 Data 8 uwb_app.o(.bss..L_MergedGlobals.4) + temp_resp_i64 0x02019678 Data 8 uwb_app.o(.bss..L_MergedGlobals.5) + anchordata_id 0x020196c0 Data 50 uwb_app.o(.bss..L_MergedGlobals.5) + anchordata_dist 0x020196f2 Data 50 uwb_app.o(.bss..L_MergedGlobals.6) + anchor_id_in 0x02019724 Data 50 uwb_app.o(.bss..L_MergedGlobals.6) + anchor_id_out 0x02019756 Data 50 uwb_app.o(.bss..L_MergedGlobals.7) + change_count 0x02019788 Data 50 uwb_app.o(.bss..L_MergedGlobals.7) + GPS_GGAmessage 0x020197bc Data 150 serial_at_cmd_app.o(.bss.GPS_GGAmessage) + air780_power_state 0x02019c52 Data 1 main.o(.bss.air780_power_state) + air780_success_state 0x02019c53 Data 1 main.o(.bss.air780_success_state) + ave_sp 0x02019c54 Data 2 gps.o(.bss.ave_sp) + board_param 0x02019c58 Data 96 board.o(.bss.board_param) + g_com_map 0x02019cba Data 1024 global_param.o(.bss.g_com_map) + g_u32TimerTick 0x0201a0bc Data 4 hido_timer.o(.bss.g_u32TimerTick) + g_u64TimerTick 0x0201a0c0 Data 8 hido_timer.o(.bss.g_u64TimerTick) + gps_success_state 0x0201a0c8 Data 1 main.o(.bss.gps_success_state) + gps_wait_count 0x0201a0ca Data 2 main.o(.bss.gps_wait_count) + mUsart2ReceivePack 0x0201b2c0 Data 150 serial_at_cmd_app.o(.bss.mUsart2ReceivePack) + mUsartReceivePack 0x0201b358 Data 100 serial_at_cmd_app.o(.bss.mUsartReceivePack) + m_EUART_DMA_RXBuf 0x0201b3bc Data 1024 usart.o(.bss.m_EUART_DMA_RXBuf) + mac_em_cfg 0x0201b7bc Data 2 mk_mac.o(.bss.mac_em_cfg) + mac_env 0x0201b7c0 Data 60 mk_mac.o(.bss.mac_env) + red_charge_state 0x0201b804 Data 1 main.o(.bss.red_charge_state) + sys_timer_freq 0x0201b824 Data 4 mk_misc.o(.bss.sys_timer_freq) + uwb_state 0x0201c040 Data 1 main.o(.bss.uwb_state) Image$$ARM_LIB_STACK$$ZI$$Limit 0x0202f800 Number 0 anon$$obj.o ABSOLUTE @@ -8605,384 +8670,395 @@ Image Entry point : 0x000000c1 - Load Region LR_ROM (Base: 0x00000000, Size: 0x0000a580, Max: 0x00018f60, ABSOLUTE, COMPRESSED[0x0000a270]) + Load Region LR_ROM (Base: 0x00000000, Size: 0x0000adb8, Max: 0x00018f60, ABSOLUTE, COMPRESSED[0x0000aaa8]) - Execution Region ER_ROM (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x0000a108, Max: 0x00018f60, ABSOLUTE) + Execution Region ER_ROM (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x0000a940, Max: 0x00018f60, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object 0x00000000 0x00000000 0x000000c0 Data RO 18 RESET startup_mk800x.o - 0x000000c0 0x000000c0 0x00000000 Code RO 3097 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) - 0x000000c0 0x000000c0 0x00000004 Code RO 3502 .ARM.Collect$$$$00000003 mc_p.l(entry4.o) - 0x000000c4 0x000000c4 0x00000004 Code RO 3505 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) - 0x000000c8 0x000000c8 0x00000000 Code RO 3507 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) - 0x000000c8 0x000000c8 0x00000000 Code RO 3509 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) - 0x000000c8 0x000000c8 0x00000008 Code RO 3510 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) - 0x000000d0 0x000000d0 0x00000000 Code RO 3512 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) - 0x000000d0 0x000000d0 0x00000000 Code RO 3514 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) - 0x000000d0 0x000000d0 0x00000004 Code RO 3503 .ARM.Collect$$$$00002714 mc_p.l(entry4.o) - 0x000000d4 0x000000d4 0x0000002c Code RO 3100 .text mc_p.l(uidiv.o) - 0x00000100 0x00000100 0x00000028 Code RO 3102 .text mc_p.l(idiv.o) - 0x00000128 0x00000128 0x00000024 Code RO 3106 .text mc_p.l(memcpya.o) - 0x0000014c 0x0000014c 0x00000024 Code RO 3108 .text mc_p.l(memseta.o) - 0x00000170 0x00000170 0x0000000e Code RO 3112 .text mc_p.l(strlen.o) - 0x0000017e 0x0000017e 0x0000001a Code RO 3114 .text mc_p.l(memcmp.o) - 0x00000198 0x00000198 0x0000003c Code RO 3381 .text mc_p.l(__0sscanf.o) - 0x000001d4 0x000001d4 0x000000e8 Code RO 3383 .text mc_p.l(_scanf_str.o) - 0x000002bc 0x000002bc 0x0000001a Code RO 3385 .text mc_p.l(atoi.o) - 0x000002d6 0x000002d6 0x000000b2 Code RO 3387 .text mf_p.l(fadd.o) - 0x00000388 0x00000388 0x0000007a Code RO 3389 .text mf_p.l(fmul.o) - 0x00000402 0x00000402 0x0000007c Code RO 3391 .text mf_p.l(fdiv.o) + 0x000000c0 0x000000c0 0x00000000 Code RO 3125 * .ARM.Collect$$$$00000000 mc_p.l(entry.o) + 0x000000c0 0x000000c0 0x00000004 Code RO 3530 .ARM.Collect$$$$00000003 mc_p.l(entry4.o) + 0x000000c4 0x000000c4 0x00000004 Code RO 3533 .ARM.Collect$$$$00000004 mc_p.l(entry5.o) + 0x000000c8 0x000000c8 0x00000000 Code RO 3535 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o) + 0x000000c8 0x000000c8 0x00000000 Code RO 3537 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o) + 0x000000c8 0x000000c8 0x00000008 Code RO 3538 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o) + 0x000000d0 0x000000d0 0x00000000 Code RO 3540 .ARM.Collect$$$$0000000D mc_p.l(entry10a.o) + 0x000000d0 0x000000d0 0x00000000 Code RO 3542 .ARM.Collect$$$$0000000F mc_p.l(entry11a.o) + 0x000000d0 0x000000d0 0x00000004 Code RO 3531 .ARM.Collect$$$$00002714 mc_p.l(entry4.o) + 0x000000d4 0x000000d4 0x0000002c Code RO 3128 .text mc_p.l(uidiv.o) + 0x00000100 0x00000100 0x00000028 Code RO 3130 .text mc_p.l(idiv.o) + 0x00000128 0x00000128 0x00000024 Code RO 3134 .text mc_p.l(memcpya.o) + 0x0000014c 0x0000014c 0x00000024 Code RO 3136 .text mc_p.l(memseta.o) + 0x00000170 0x00000170 0x0000000e Code RO 3140 .text mc_p.l(strlen.o) + 0x0000017e 0x0000017e 0x0000001a Code RO 3142 .text mc_p.l(memcmp.o) + 0x00000198 0x00000198 0x0000003c Code RO 3409 .text mc_p.l(__0sscanf.o) + 0x000001d4 0x000001d4 0x000000e8 Code RO 3411 .text mc_p.l(_scanf_str.o) + 0x000002bc 0x000002bc 0x0000001a Code RO 3413 .text mc_p.l(atoi.o) + 0x000002d6 0x000002d6 0x000000b2 Code RO 3415 .text mf_p.l(fadd.o) + 0x00000388 0x00000388 0x0000007a Code RO 3417 .text mf_p.l(fmul.o) + 0x00000402 0x00000402 0x0000007c Code RO 3419 .text mf_p.l(fdiv.o) 0x0000047e 0x0000047e 0x00000002 PAD - 0x00000480 0x00000480 0x00000164 Code RO 3393 .text mf_p.l(dadd.o) - 0x000005e4 0x000005e4 0x000000d0 Code RO 3395 .text mf_p.l(dmul.o) - 0x000006b4 0x000006b4 0x000000f0 Code RO 3397 .text mf_p.l(ddiv.o) - 0x000007a4 0x000007a4 0x0000001c Code RO 3403 .text mf_p.l(fcmpge.o) - 0x000007c0 0x000007c0 0x0000001c Code RO 3405 .text mf_p.l(fcmpgt.o) - 0x000007dc 0x000007dc 0x0000002e Code RO 3413 .text mf_p.l(dcmpeq.o) - 0x0000080a 0x0000080a 0x00000016 Code RO 3415 .text mf_p.l(fflti.o) - 0x00000820 0x00000820 0x0000000e Code RO 3417 .text mf_p.l(ffltui.o) - 0x0000082e 0x0000082e 0x00000032 Code RO 3425 .text mf_p.l(ffixi.o) - 0x00000860 0x00000860 0x00000028 Code RO 3427 .text mf_p.l(ffixui.o) - 0x00000888 0x00000888 0x00000038 Code RO 3435 .text mf_p.l(d2f.o) - 0x000008c0 0x000008c0 0x00000060 Code RO 3521 .text mc_p.l(uldiv.o) - 0x00000920 0x00000920 0x00000020 Code RO 3523 .text mc_p.l(llshl.o) - 0x00000940 0x00000940 0x00000022 Code RO 3525 .text mc_p.l(llushr.o) - 0x00000962 0x00000962 0x00000026 Code RO 3527 .text mc_p.l(llsshr.o) - 0x00000988 0x00000988 0x0000002c Code RO 3536 .text mc_p.l(scanf_char.o) - 0x000009b4 0x000009b4 0x00000044 Code RO 3538 .text mc_p.l(_sgetc.o) - 0x000009f8 0x000009f8 0x000000b4 Code RO 3540 .text mc_p.l(strtod.o) - 0x00000aac 0x00000aac 0x00000070 Code RO 3542 .text mc_p.l(strtol.o) - 0x00000b1c 0x00000b1c 0x00000000 Code RO 3544 .text mc_p.l(iusefp.o) - 0x00000b1c 0x00000b1c 0x00000082 Code RO 3545 .text mf_p.l(fepilogue.o) - 0x00000b9e 0x00000b9e 0x000000be Code RO 3553 .text mf_p.l(depilogue.o) - 0x00000c5c 0x00000c5c 0x00000040 Code RO 3561 .text mf_p.l(dfixul.o) - 0x00000c9c 0x00000c9c 0x00000028 Code RO 3565 .text mf_p.l(cdrcmple.o) - 0x00000cc4 0x00000cc4 0x00000024 Code RO 3576 .text mc_p.l(init.o) - 0x00000ce8 0x00000ce8 0x00000008 Code RO 3581 .text mc_p.l(ctype_o.o) - 0x00000cf0 0x00000cf0 0x00000012 Code RO 3603 .text mc_p.l(isspace_o.o) + 0x00000480 0x00000480 0x00000164 Code RO 3421 .text mf_p.l(dadd.o) + 0x000005e4 0x000005e4 0x000000d0 Code RO 3423 .text mf_p.l(dmul.o) + 0x000006b4 0x000006b4 0x000000f0 Code RO 3425 .text mf_p.l(ddiv.o) + 0x000007a4 0x000007a4 0x0000001c Code RO 3431 .text mf_p.l(fcmpge.o) + 0x000007c0 0x000007c0 0x0000001c Code RO 3433 .text mf_p.l(fcmpgt.o) + 0x000007dc 0x000007dc 0x0000002e Code RO 3441 .text mf_p.l(dcmpeq.o) + 0x0000080a 0x0000080a 0x00000016 Code RO 3443 .text mf_p.l(fflti.o) + 0x00000820 0x00000820 0x0000000e Code RO 3445 .text mf_p.l(ffltui.o) + 0x0000082e 0x0000082e 0x00000032 Code RO 3453 .text mf_p.l(ffixi.o) + 0x00000860 0x00000860 0x00000028 Code RO 3455 .text mf_p.l(ffixui.o) + 0x00000888 0x00000888 0x00000038 Code RO 3463 .text mf_p.l(d2f.o) + 0x000008c0 0x000008c0 0x00000060 Code RO 3549 .text mc_p.l(uldiv.o) + 0x00000920 0x00000920 0x00000020 Code RO 3551 .text mc_p.l(llshl.o) + 0x00000940 0x00000940 0x00000022 Code RO 3553 .text mc_p.l(llushr.o) + 0x00000962 0x00000962 0x00000026 Code RO 3555 .text mc_p.l(llsshr.o) + 0x00000988 0x00000988 0x0000002c Code RO 3564 .text mc_p.l(scanf_char.o) + 0x000009b4 0x000009b4 0x00000044 Code RO 3566 .text mc_p.l(_sgetc.o) + 0x000009f8 0x000009f8 0x000000b4 Code RO 3568 .text mc_p.l(strtod.o) + 0x00000aac 0x00000aac 0x00000070 Code RO 3570 .text mc_p.l(strtol.o) + 0x00000b1c 0x00000b1c 0x00000000 Code RO 3572 .text mc_p.l(iusefp.o) + 0x00000b1c 0x00000b1c 0x00000082 Code RO 3573 .text mf_p.l(fepilogue.o) + 0x00000b9e 0x00000b9e 0x000000be Code RO 3581 .text mf_p.l(depilogue.o) + 0x00000c5c 0x00000c5c 0x00000040 Code RO 3589 .text mf_p.l(dfixul.o) + 0x00000c9c 0x00000c9c 0x00000028 Code RO 3593 .text mf_p.l(cdrcmple.o) + 0x00000cc4 0x00000cc4 0x00000024 Code RO 3604 .text mc_p.l(init.o) + 0x00000ce8 0x00000ce8 0x00000008 Code RO 3609 .text mc_p.l(ctype_o.o) + 0x00000cf0 0x00000cf0 0x00000012 Code RO 3631 .text mc_p.l(isspace_o.o) 0x00000d02 0x00000d02 0x00000002 PAD - 0x00000d04 0x00000d04 0x00000338 Code RO 3609 .text mc_p.l(_scanf.o) - 0x0000103c 0x0000103c 0x00000374 Code RO 3611 .text mc_p.l(scanf_fp.o) - 0x000013b0 0x000013b0 0x000000a6 Code RO 3615 .text mc_p.l(_strtoul.o) - 0x00001456 0x00001456 0x0000007a Code RO 3622 .text mc_p.l(llmul.o) - 0x000014d0 0x000014d0 0x0000001e Code RO 3627 .text mc_p.l(_chval.o) + 0x00000d04 0x00000d04 0x00000338 Code RO 3637 .text mc_p.l(_scanf.o) + 0x0000103c 0x0000103c 0x00000374 Code RO 3639 .text mc_p.l(scanf_fp.o) + 0x000013b0 0x000013b0 0x000000a6 Code RO 3643 .text mc_p.l(_strtoul.o) + 0x00001456 0x00001456 0x0000007a Code RO 3650 .text mc_p.l(llmul.o) + 0x000014d0 0x000014d0 0x0000001e Code RO 3655 .text mc_p.l(_chval.o) 0x000014ee 0x000014ee 0x00000002 PAD - 0x000014f0 0x000014f0 0x0000001c Code RO 3629 .text mf_p.l(dfltul.o) - 0x0000150c 0x0000150c 0x0000003a Code RO 3640 .text mc_p.l(__dczerorl.o) + 0x000014f0 0x000014f0 0x0000001c Code RO 3657 .text mf_p.l(dfltul.o) + 0x0000150c 0x0000150c 0x0000003a Code RO 3668 .text mc_p.l(__dczerorl.o) 0x00001546 0x00001546 0x00000002 PAD 0x00001548 0x00001548 0x000000c4 Code RO 48 .text.ADC_IRQHandler mk_adc.o 0x0000160c 0x0000160c 0x00000168 Code RO 101 .text.AES_IRQHandler mk_aes.o - 0x00001774 0x00001774 0x00000002 Code RO 328 .text.BOD_IRQHandler mk_misc.o - 0x00001776 0x00001776 0x00000002 Code RO 138 .text.CALIB_IRQHandler mk_calib.o - 0x00001778 0x00001778 0x00000070 Code RO 163 .text.DMA_IRQHandler mk_dma.o - 0x000017e8 0x000017e8 0x00000002 Code RO 10 .text.Default_Handler startup_mk800x.o - 0x000017ea 0x000017ea 0x00000002 PAD - 0x000017ec 0x000017ec 0x0000002c Code RO 257 .text.FLASH_CTRL_IRQHandler mk_flash.o - 0x00001818 0x00001818 0x0000017c Code RO 293 .text.GPIO_IRQHandler mk_gpio.o - 0x00001994 0x00001994 0x0000002c Code RO 2933 .text.HIDO_BaseQueueEnqueue hido.lib(hido_basequeue.o) - 0x000019c0 0x000019c0 0x0000005a Code RO 2941 .text.HIDO_BaseQueueGetContinuousSize hido.lib(hido_basequeue.o) - 0x00001a1a 0x00001a1a 0x00000004 Code RO 2945 .text.HIDO_BaseQueueGetRear hido.lib(hido_basequeue.o) - 0x00001a1e 0x00001a1e 0x00000014 Code RO 2939 .text.HIDO_BaseQueueIsFull hido.lib(hido_basequeue.o) - 0x00001a32 0x00001a32 0x00000004 Code RO 2659 .text.HIDO_Debug hido.lib(hido_debug.o) - 0x00001a36 0x00001a36 0x00000002 PAD - 0x00001a38 0x00001a38 0x00000024 Code RO 2595 .text.HIDO_TimerTick hido.lib(hido_timer.o) - 0x00001a5c 0x00001a5c 0x00000008 Code RO 2730 .text.HIDO_UtilBzero hido.lib(hido_util.o) - 0x00001a64 0x00001a64 0x0000002a Code RO 2642 .text.HIDO_VLQEnqueue hido.lib(hido_vlqueue.o) - 0x00001a8e 0x00001a8e 0x00000054 Code RO 2638 .text.HIDO_VLQGetEnqueueMember hido.lib(hido_vlqueue.o) - 0x00001ae2 0x00001ae2 0x00000002 PAD - 0x00001ae4 0x00001ae4 0x0000008c Code RO 558 .text.HardFault_Handler mk_trace.o - 0x00001b70 0x00001b70 0x000001ba Code RO 772 .text.IIC2_Send_pca_Byte pca9555.o - 0x00001d2a 0x00001d2a 0x0000007e Code RO 766 .text.IIC2_Wait_pca_Ack pca9555.o - 0x00001da8 0x00001da8 0x00000088 Code RO 776 .text.IIC_Write_Pca9555 pca9555.o - 0x00001e30 0x00001e30 0x00000140 Code RO 719 .text.IO_LED_control_change sn74hc595.o - 0x00001f70 0x00001f70 0x0000002c Code RO 2351 .text.LSP_IRQHandler lib_lsp.lib(mk_lsp.o) - 0x00001f9c 0x00001f9c 0x00000558 Code RO 2429 .text.MAC_IRQHandler lib_mac_phy.lib(mk_mac.o) - 0x000024f4 0x000024f4 0x00000550 Code RO 2908 .text.MK8000_read_rssi lib_ranging.lib(mk8000_read_rssi.o) - 0x00002a44 0x00002a44 0x00000074 Code RO 792 .text.PCA9555_init pca9555.o - 0x00002ab8 0x00002ab8 0x00000068 Code RO 2535 .text.PHY_IRQHandler lib_mac_phy.lib(mk_phy.o) - 0x00002b20 0x00002b20 0x00000078 Code RO 2533 .text.PHY_TIMER_IRQHandler lib_mac_phy.lib(mk_phy.o) - 0x00002b98 0x00002b98 0x00000038 Code RO 1670 .text.PalFlashEraseSector pal_flash.o - 0x00002bd0 0x00002bd0 0x00000018 Code RO 1662 .text.PalFlashInit pal_flash.o - 0x00002be8 0x00002be8 0x0000002c Code RO 1666 .text.PalFlashRead pal_flash.o - 0x00002c14 0x00002c14 0x00000006 Code RO 1676 .text.PalNvmGetSectorSize pal_flash.o - 0x00002c1a 0x00002c1a 0x00000006 Code RO 1674 .text.PalNvmGetTotalSize pal_flash.o - 0x00002c20 0x00002c20 0x000001b0 Code RO 1216 .text.Program_Init main.o - 0x00002dd0 0x00002dd0 0x000000ec Code RO 487 .text.RCO32K_CAL_IRQHandler mk_rtc.o - 0x00002ebc 0x00002ebc 0x0000002c Code RO 483 .text.RTC_ALARM_IRQHandler mk_rtc.o - 0x00002ee8 0x00002ee8 0x00000034 Code RO 481 .text.RTC_TICK_IRQHandler mk_rtc.o - 0x00002f1c 0x00002f1c 0x00000020 Code RO 12 .text.Reset_Handler startup_mk800x.o - 0x00002f3c 0x00002f3c 0x0000009c Code RO 513 .text.SLEEP_TIMER_IRQHandler mk_sleep_timer.o - 0x00002fd8 0x00002fd8 0x00000038 Code RO 585 .text.Serial0_PutString mk_uart.o - 0x00003010 0x00003010 0x0000007c Code RO 2060 .text.Socket_Send socket.o - 0x0000308c 0x0000308c 0x00000018 Code RO 368 .text.SysTick_Handler mk_misc.o - 0x000030a4 0x000030a4 0x00000010 Code RO 28 .text.SystemInit system_mk800x.o - 0x000030b4 0x000030b4 0x00000020 Code RO 212 .text.TIMER2_IRQHandler mk_dual_timer.o - 0x000030d4 0x000030d4 0x00000024 Code RO 214 .text.TIMER3_IRQHandler mk_dual_timer.o - 0x000030f8 0x000030f8 0x00000074 Code RO 1357 .text.TagListUpdate_person_num_car uwb_app.o - 0x0000316c 0x0000316c 0x0000000a Code RO 613 .text.UART0_IRQHandler mk_uart.o - 0x00003176 0x00003176 0x0000000a Code RO 615 .text.UART1_IRQHandler mk_uart.o - 0x00003180 0x00003180 0x00000068 Code RO 837 .text.UART_CheckReceive usart.o - 0x000031e8 0x000031e8 0x00000094 Code RO 1283 .text.UDPClient_UploadGPS tcpclient.o - 0x0000327c 0x0000327c 0x0000004c Code RO 1185 .text.Uart1GpsRecDebugSend pin_config.o - 0x000032c8 0x000032c8 0x0000001c Code RO 2086 .text.Uart_Register uart.o - 0x000032e4 0x000032e4 0x000000e8 Code RO 1099 .text.UpdateProcess serial_at_cmd_app.o - 0x000033cc 0x000033cc 0x000002f0 Code RO 1101 .text.UsartParseDataHandler serial_at_cmd_app.o - 0x000036bc 0x000036bc 0x00000020 Code RO 706 .text.WDT_IRQHandler mk_wdt.o - 0x000036dc 0x000036dc 0x000000b8 Code RO 1550 .text.WsfNvmInit wsf_nvm.o - 0x00003794 0x00003794 0x0000000c Code RO 1214 .text._4gUsart_handler main.o - 0x000037a0 0x000037a0 0x0000013a Code RO 542 .text._PrintInt mk_trace.o - 0x000038da 0x000038da 0x00000002 PAD - 0x000038dc 0x000038dc 0x00000150 Code RO 544 .text._PrintUnsigned mk_trace.o - 0x00003a2c 0x00003a2c 0x000000f0 Code RO 1210 .text.adc_callback main.o - 0x00003b1c 0x00003b1c 0x00000024 Code RO 50 .text.adc_code_to_mv mk_adc.o - 0x00003b40 0x00003b40 0x00000080 Code RO 46 .text.adc_dma_callback mk_adc.o - 0x00003bc0 0x00003bc0 0x0000011c Code RO 44 .text.adc_get mk_adc.o - 0x00003cdc 0x00003cdc 0x00000134 Code RO 38 .text.adc_open mk_adc.o - 0x00003e10 0x00003e10 0x00000044 Code RO 737 .text.air780_led_off sn74hc595.o - 0x00003e54 0x00003e54 0x00000048 Code RO 735 .text.air780_led_on sn74hc595.o - 0x00003e9c 0x00003e9c 0x000000c0 Code RO 725 .text.blink_led sn74hc595.o - 0x00003f5c 0x00003f5c 0x0000003c Code RO 1152 .text.board_4GUsart_detection_init board.o - 0x00003f98 0x00003f98 0x00000028 Code RO 1150 .text.board_acceleration_detection_init board.o - 0x00003fc0 0x00003fc0 0x0000008c Code RO 1140 .text.board_calibration_params_default board.o - 0x0000404c 0x0000404c 0x000000a4 Code RO 1142 .text.board_calibration_params_load board.o - 0x000040f0 0x000040f0 0x00000064 Code RO 1136 .text.board_clock_run board.o - 0x00004154 0x00004154 0x00000014 Code RO 1138 .text.board_debug_console_open board.o - 0x00004168 0x00004168 0x00000024 Code RO 1164 .text.board_output_init board.o - 0x0000418c 0x0000418c 0x00000052 Code RO 1183 .text.board_pins_config pin_config.o - 0x000041de 0x000041de 0x00000002 PAD - 0x000041e0 0x000041e0 0x00000010 Code RO 332 .text.bor_close mk_misc.o - 0x000041f0 0x000041f0 0x00000010 Code RO 124 .text.calib_check mk_calib.o - 0x00004200 0x00004200 0x000001ac Code RO 126 .text.calib_chip mk_calib.o - 0x000043ac 0x000043ac 0x0000000c Code RO 120 .text.calib_close mk_calib.o - 0x000043b8 0x000043b8 0x00000014 Code RO 118 .text.calib_open mk_calib.o - 0x000043cc 0x000043cc 0x00000010 Code RO 122 .text.calib_start mk_calib.o - 0x000043dc 0x000043dc 0x00000044 Code RO 741 .text.charge_red_off sn74hc595.o - 0x00004420 0x00004420 0x00000048 Code RO 739 .text.charge_red_on sn74hc595.o - 0x00004468 0x00004468 0x00000120 Code RO 747 .text.charge_state_change sn74hc595.o - 0x00004588 0x00004588 0x000000f0 Code RO 178 .text.clock_attach mk_clock.o - 0x00004678 0x00004678 0x00000010 Code RO 176 .text.clock_disable mk_clock.o - 0x00004688 0x00004688 0x00000010 Code RO 174 .text.clock_enable mk_clock.o - 0x00004698 0x00004698 0x00000110 Code RO 182 .text.clock_get_frequency mk_clock.o - 0x000047a8 0x000047a8 0x00000064 Code RO 180 .text.clock_set_divider mk_clock.o - 0x0000480c 0x0000480c 0x0000002c Code RO 1747 .text.crc16 crc.o - 0x00004838 0x00004838 0x0000001c Code RO 372 .text.delay_us mk_misc.o - 0x00004854 0x00004854 0x000000e0 Code RO 149 .text.dma_open mk_dma.o - 0x00004934 0x00004934 0x000000a8 Code RO 157 .text.dma_transfer mk_dma.o - 0x000049dc 0x000049dc 0x0000000c Code RO 208 .text.dual_timer_get mk_dual_timer.o - 0x000049e8 0x000049e8 0x00000134 Code RO 196 .text.dual_timer_open mk_dual_timer.o - 0x00004b1c 0x00004b1c 0x00000014 Code RO 200 .text.dual_timer_start mk_dual_timer.o - 0x00004b30 0x00004b30 0x00000014 Code RO 202 .text.dual_timer_stop mk_dual_timer.o - 0x00004b44 0x00004b44 0x0000003c Code RO 2463 .text.exit_debug_mode lib_mac_phy.lib(mk_phy.o) - 0x00004b80 0x00004b80 0x00000004 Code RO 2367 .text.fira_vendor_oui_process lib_mac_phy.lib(mk_mac.o) - 0x00004b84 0x00004b84 0x00000190 Code RO 241 .text.flash_block_erase mk_flash.o - 0x00004d14 0x00004d14 0x000000f4 Code RO 245 .text.flash_check_busy mk_flash.o - 0x00004e08 0x00004e08 0x00000038 Code RO 229 .text.flash_close mk_flash.o - 0x00004e40 0x00004e40 0x0000014c Code RO 253 .text.flash_dma_callback mk_flash.o - 0x00004f8c 0x00004f8c 0x000001fc Code RO 249 .text.flash_dma_write_nbytes_callback mk_flash.o - 0x00005188 0x00005188 0x0000014c Code RO 243 .text.flash_erase mk_flash.o - 0x000052d4 0x000052d4 0x000002c0 Code RO 225 .text.flash_open mk_flash.o - 0x00005594 0x00005594 0x000002b0 Code RO 255 .text.flash_read mk_flash.o - 0x00005844 0x00005844 0x00000198 Code RO 237 .text.flash_sector_erase mk_flash.o - 0x000059dc 0x000059dc 0x0000005c Code RO 239 .text.flash_wait_done mk_flash.o - 0x00005a38 0x00005a38 0x0000010c Code RO 227 .text.flash_write_cmd mk_flash.o - 0x00005b44 0x00005b44 0x000007bc Code RO 247 .text.flash_write_nbytes mk_flash.o - 0x00006300 0x00006300 0x00000010 Code RO 153 .text.get_uart1_dma_cndtr mk_dma.o - 0x00006310 0x00006310 0x000000cc Code RO 289 .text.gpio_enable_irq mk_gpio.o - 0x000063dc 0x000063dc 0x00000014 Code RO 271 .text.gpio_open mk_gpio.o - 0x000063f0 0x000063f0 0x00000010 Code RO 281 .text.gpio_pin_clr mk_gpio.o - 0x00006400 0x00006400 0x00000010 Code RO 285 .text.gpio_pin_get_val mk_gpio.o - 0x00006410 0x00006410 0x00000010 Code RO 279 .text.gpio_pin_set mk_gpio.o - 0x00006420 0x00006420 0x00000050 Code RO 287 .text.gpio_pin_set_dir mk_gpio.o - 0x00006470 0x00006470 0x00000068 Code RO 721 .text.gps_air780_power_change sn74hc595.o - 0x000064d8 0x000064d8 0x0000007c Code RO 1355 .text.in_table_log uwb_app.o - 0x00006554 0x00006554 0x00000050 Code RO 304 .text.io_pin_mux_set mk_io.o - 0x000065a4 0x000065a4 0x0000004c Code RO 310 .text.io_pull_set mk_io.o - 0x000065f0 0x000065f0 0x0000000a Code RO 350 .text.mac_timer_stop mk_misc.o - 0x000065fa 0x000065fa 0x00000002 PAD - 0x000065fc 0x000065fc 0x000001bc Code RO 1226 .text.main main.o - 0x000067b8 0x000067b8 0x0000000c Code RO 320 .text.mk_chip_id mk_misc.o - 0x000067c4 0x000067c4 0x0000001a Code RO 546 .text.mk_snprintf mk_trace.o - 0x000067de 0x000067de 0x00000002 PAD - 0x000067e0 0x000067e0 0x0000000c Code RO 1230 .text.move_handler main.o - 0x000067ec 0x000067ec 0x000000c0 Code RO 1084 .text.parameter_init_anchor global_param.o - 0x000068ac 0x000068ac 0x0000000c Code RO 2455 .text.phy_dump_mode lib_mac_phy.lib(mk_phy.o) - 0x000068b8 0x000068b8 0x00000048 Code RO 409 .text.power_init mk_power.o - 0x00006900 0x00006900 0x0000003c Code RO 435 .text.power_wakeup_enable mk_power.o - 0x0000693c 0x0000693c 0x00000064 Code RO 2251 .text.ranging_rssi_get lib_ranging.lib(lib_ranging.o) - 0x000069a0 0x000069a0 0x0000000c Code RO 454 .text.reset_cause_clear mk_reset.o - 0x000069ac 0x000069ac 0x00000100 Code RO 452 .text.reset_cause_get mk_reset.o - 0x00006aac 0x00006aac 0x0000001c Code RO 456 .text.reset_module mk_reset.o - 0x00006ac8 0x00006ac8 0x0000029c Code RO 475 .text.rtc_second_to_time mk_rtc.o - 0x00006d64 0x00006d64 0x0000004c Code RO 1080 .text.save_com_map_to_flash global_param.o - 0x00006db0 0x00006db0 0x00000040 Code RO 1228 .text.sleep_timer_callback main.o - 0x00006df0 0x00006df0 0x00000058 Code RO 499 .text.sleep_timer_open mk_sleep_timer.o - 0x00006e48 0x00006e48 0x00000008 Code RO 509 .text.sleep_timer_ppm_set mk_sleep_timer.o - 0x00006e50 0x00006e50 0x0000003c Code RO 503 .text.sleep_timer_start mk_sleep_timer.o - 0x00006e8c 0x00006e8c 0x00000008 Code RO 14 .text.start_main_asm startup_mk800x.o - 0x00006e94 0x00006e94 0x0000004c Code RO 352 .text.sys_tick_start mk_misc.o - 0x00006ee0 0x00006ee0 0x00000068 Code RO 354 .text.sys_tick_us mk_misc.o - 0x00006f48 0x00006f48 0x0000000c Code RO 338 .text.sys_timer_get mk_misc.o - 0x00006f54 0x00006f54 0x00000050 Code RO 334 .text.sys_timer_open mk_misc.o - 0x00006fa4 0x00006fa4 0x000003f0 Code RO 538 .text.trace_assert_dump mk_trace.o - 0x00007394 0x00007394 0x00000044 Code RO 550 .text.trace_end mk_trace.o - 0x000073d8 0x000073d8 0x00000480 Code RO 554 .text.trace_exception_handler mk_trace.o - 0x00007858 0x00007858 0x000000f8 Code RO 552 .text.trace_flush mk_trace.o - 0x00007950 0x00007950 0x000003c8 Code RO 540 .text.trace_format mk_trace.o - 0x00007d18 0x00007d18 0x00000060 Code RO 526 .text.trace_open mk_trace.o - 0x00007d78 0x00007d78 0x000001f8 Code RO 534 .text.trace_output mk_trace.o - 0x00007f70 0x00007f70 0x000000ec Code RO 556 .text.trace_print_backtrace mk_trace.o - 0x0000805c 0x0000805c 0x0000012c Code RO 536 .text.trace_printf mk_trace.o - 0x00008188 0x00008188 0x000000e4 Code RO 560 .text.trace_sending_continue mk_trace.o - 0x0000826c 0x0000826c 0x00000080 Code RO 599 .text.uart_close mk_uart.o - 0x000082ec 0x000082ec 0x00000170 Code RO 601 .text.uart_dma_callback mk_uart.o - 0x0000845c 0x0000845c 0x00000264 Code RO 611 .text.uart_irq_handler mk_uart.o - 0x000086c0 0x000086c0 0x000001a8 Code RO 597 .text.uart_open mk_uart.o - 0x00008868 0x00008868 0x00000234 Code RO 603 .text.uart_receive mk_uart.o - 0x00008a9c 0x00008a9c 0x00000018 Code RO 1198 .text.uart_receive_callback main.o - 0x00008ab4 0x00008ab4 0x000002cc Code RO 579 .text.uart_send mk_uart.o - 0x00008d80 0x00008d80 0x00000020 Code RO 589 .text.uart_tx_in_progress mk_uart.o - 0x00008da0 0x00008da0 0x00000068 Code RO 723 .text.update_led_power_state sn74hc595.o - 0x00008e08 0x00008e08 0x00000068 Code RO 698 .text.wdt_close mk_wdt.o - 0x00008e70 0x00008e70 0x00000038 Code RO 3354 i.__0snprintf mc_p.l(printfa.o) - 0x00008ea8 0x00008ea8 0x00000028 Code RO 3355 i.__0sprintf mc_p.l(printfa.o) - 0x00008ed0 0x00008ed0 0x0000002e Code RO 3555 i.__ARM_clz mf_p.l(depilogue.o) - 0x00008efe 0x00008efe 0x00000002 PAD - 0x00008f00 0x00008f00 0x00000008 Code RO 3529 i.__aeabi_errno_addr mc_p.l(errno.o) - 0x00008f08 0x00008f08 0x0000000e Code RO 3634 i.__scatterload_copy mc_p.l(handlers.o) - 0x00008f16 0x00008f16 0x00000002 Code RO 3635 i.__scatterload_null mc_p.l(handlers.o) - 0x00008f18 0x00008f18 0x0000000e Code RO 3636 i.__scatterload_zeroinit mc_p.l(handlers.o) - 0x00008f26 0x00008f26 0x00000002 PAD - 0x00008f28 0x00008f28 0x00000174 Code RO 3360 i._fp_digits mc_p.l(printfa.o) - 0x0000909c 0x0000909c 0x0000000e Code RO 3613 i._is_digit mc_p.l(scanf_fp.o) - 0x000090aa 0x000090aa 0x00000002 PAD - 0x000090ac 0x000090ac 0x000006ec Code RO 3361 i._printf_core mc_p.l(printfa.o) - 0x00009798 0x00009798 0x00000020 Code RO 3362 i._printf_post_padding mc_p.l(printfa.o) - 0x000097b8 0x000097b8 0x0000002c Code RO 3363 i._printf_pre_padding mc_p.l(printfa.o) - 0x000097e4 0x000097e4 0x00000016 Code RO 3364 i._snputc mc_p.l(printfa.o) - 0x000097fa 0x000097fa 0x0000000a Code RO 3365 i._sputc mc_p.l(printfa.o) - 0x00009804 0x00009804 0x0000001e Code RO 3090 i.strtod m_ps.l(strtod.o) - 0x00009822 0x00009822 0x00000081 Data RO 3582 .constdata mc_p.l(ctype_o.o) - 0x000098a3 0x000098a3 0x00000001 PAD - 0x000098a4 0x000098a4 0x00000004 Data RO 3583 .constdata mc_p.l(ctype_o.o) - 0x000098a8 0x000098a8 0x00000018 Data RO 2912 .rodata..L__const.MK8000_read_rssi.RF_gain_LUT lib_ranging.lib(mk8000_read_rssi.o) - 0x000098c0 0x000098c0 0x00000018 Data RO 393 .rodata..L__const.sys_timer_open.sys_timer_cfg mk_misc.o - 0x000098d8 0x000098d8 0x0000002a Data RO 623 .rodata.baud_table mk_uart.o - 0x00009902 0x00009902 0x00000200 Data RO 1753 .rodata.crc16_table crc.o - 0x00009b02 0x00009b02 0x00000010 Data RO 565 .rodata.cst16 mk_trace.o - 0x00009b12 0x00009b12 0x00000002 PAD - 0x00009b14 0x00009b14 0x00000020 Data RO 66 .rodata.cst32 mk_adc.o - 0x00009b34 0x00009b34 0x00000060 Data RO 261 .rodata.cst32 mk_flash.o - 0x00009b94 0x00009b94 0x00000100 Data RO 2913 .rodata.fast_10log10.lut_log_x100 lib_ranging.lib(mk8000_read_rssi.o) - 0x00009c94 0x00009c94 0x000000dc Data RO 262 .rodata.flash_cmd mk_flash.o - 0x00009d70 0x00009d70 0x00000019 Data RO 67 .rodata.str1.1 mk_adc.o - 0x00009d89 0x00009d89 0x00000019 Data RO 108 .rodata.str1.1 mk_aes.o - 0x00009da2 0x00009da2 0x0000002d Data RO 140 .rodata.str1.1 mk_calib.o - 0x00009dcf 0x00009dcf 0x00000034 Data RO 260 .rodata.str1.1 mk_flash.o - 0x00009e03 0x00009e03 0x00000043 Data RO 390 .rodata.str1.1 mk_misc.o - 0x00009e46 0x00009e46 0x0000001a Data RO 458 .rodata.str1.1 mk_reset.o - 0x00009e60 0x00009e60 0x00000174 Data RO 563 .rodata.str1.1 mk_trace.o - 0x00009fd4 0x00009fd4 0x00000081 Data RO 622 .rodata.str1.1 mk_uart.o - 0x0000a055 0x0000a055 0x00000063 Data RO 1114 .rodata.str1.1 serial_at_cmd_app.o - 0x0000a0b8 0x0000a0b8 0x00000020 Data RO 2562 .rodata.str1.1 lib_mac_phy.lib(mk_phy.o) - 0x0000a0d8 0x0000a0d8 0x0000000d Data RO 564 .rodata.trace_level_cfg mk_trace.o - 0x0000a0e5 0x0000a0e5 0x00000003 PAD - 0x0000a0e8 0x0000a0e8 0x00000020 Data RO 3633 Region$$Table anon$$obj.o + 0x00001774 0x00001774 0x00000078 Code RO 918 .text.Accelerometer_Init lis3dh_driver.o + 0x000017ec 0x000017ec 0x00000002 Code RO 328 .text.BOD_IRQHandler mk_misc.o + 0x000017ee 0x000017ee 0x00000002 Code RO 138 .text.CALIB_IRQHandler mk_calib.o + 0x000017f0 0x000017f0 0x00000070 Code RO 163 .text.DMA_IRQHandler mk_dma.o + 0x00001860 0x00001860 0x00000002 Code RO 10 .text.Default_Handler startup_mk800x.o + 0x00001862 0x00001862 0x00000002 PAD + 0x00001864 0x00001864 0x0000002c Code RO 257 .text.FLASH_CTRL_IRQHandler mk_flash.o + 0x00001890 0x00001890 0x0000017c Code RO 293 .text.GPIO_IRQHandler mk_gpio.o + 0x00001a0c 0x00001a0c 0x0000002c Code RO 2961 .text.HIDO_BaseQueueEnqueue hido.lib(hido_basequeue.o) + 0x00001a38 0x00001a38 0x0000005a Code RO 2969 .text.HIDO_BaseQueueGetContinuousSize hido.lib(hido_basequeue.o) + 0x00001a92 0x00001a92 0x00000004 Code RO 2973 .text.HIDO_BaseQueueGetRear hido.lib(hido_basequeue.o) + 0x00001a96 0x00001a96 0x00000014 Code RO 2967 .text.HIDO_BaseQueueIsFull hido.lib(hido_basequeue.o) + 0x00001aaa 0x00001aaa 0x00000004 Code RO 2687 .text.HIDO_Debug hido.lib(hido_debug.o) + 0x00001aae 0x00001aae 0x00000002 PAD + 0x00001ab0 0x00001ab0 0x00000024 Code RO 2623 .text.HIDO_TimerTick hido.lib(hido_timer.o) + 0x00001ad4 0x00001ad4 0x00000008 Code RO 2758 .text.HIDO_UtilBzero hido.lib(hido_util.o) + 0x00001adc 0x00001adc 0x0000002a Code RO 2670 .text.HIDO_VLQEnqueue hido.lib(hido_vlqueue.o) + 0x00001b06 0x00001b06 0x00000054 Code RO 2666 .text.HIDO_VLQGetEnqueueMember hido.lib(hido_vlqueue.o) + 0x00001b5a 0x00001b5a 0x00000002 PAD + 0x00001b5c 0x00001b5c 0x0000008c Code RO 558 .text.HardFault_Handler mk_trace.o + 0x00001be8 0x00001be8 0x00000048 Code RO 916 .text.IIC2_Init lis3dh_driver.o + 0x00001c30 0x00001c30 0x00000196 Code RO 972 .text.IIC2_Read_Byte lis3dh_driver.o + 0x00001dc6 0x00001dc6 0x00000180 Code RO 774 .text.IIC2_Read_pca_Byte pca9555.o + 0x00001f46 0x00001f46 0x000001ae Code RO 970 .text.IIC2_Send_Byte lis3dh_driver.o + 0x000020f4 0x000020f4 0x000001ae Code RO 772 .text.IIC2_Send_pca_Byte pca9555.o + 0x000022a2 0x000022a2 0x00000088 Code RO 964 .text.IIC2_Wait_Ack lis3dh_driver.o + 0x0000232a 0x0000232a 0x00000092 Code RO 766 .text.IIC2_Wait_pca_Ack pca9555.o + 0x000023bc 0x000023bc 0x00000124 Code RO 778 .text.IIC_Read_Pca9555 pca9555.o + 0x000024e0 0x000024e0 0x00000090 Code RO 776 .text.IIC_Write_Pca9555 pca9555.o + 0x00002570 0x00002570 0x00000140 Code RO 719 .text.IO_LED_control_change sn74hc595.o + 0x000026b0 0x000026b0 0x00000098 Code RO 974 .text.LIS3DH_ReadOneByte lis3dh_driver.o + 0x00002748 0x00002748 0x00000078 Code RO 976 .text.LIS3DH_WriteOneByte lis3dh_driver.o + 0x000027c0 0x000027c0 0x0000002c Code RO 2379 .text.LSP_IRQHandler lib_lsp.lib(mk_lsp.o) + 0x000027ec 0x000027ec 0x00000558 Code RO 2457 .text.MAC_IRQHandler lib_mac_phy.lib(mk_mac.o) + 0x00002d44 0x00002d44 0x00000550 Code RO 2936 .text.MK8000_read_rssi lib_ranging.lib(mk8000_read_rssi.o) + 0x00003294 0x00003294 0x00000054 Code RO 800 .text.PCA9555_init pca9555.o + 0x000032e8 0x000032e8 0x00000068 Code RO 2563 .text.PHY_IRQHandler lib_mac_phy.lib(mk_phy.o) + 0x00003350 0x00003350 0x00000078 Code RO 2561 .text.PHY_TIMER_IRQHandler lib_mac_phy.lib(mk_phy.o) + 0x000033c8 0x000033c8 0x00000038 Code RO 1698 .text.PalFlashEraseSector pal_flash.o + 0x00003400 0x00003400 0x00000018 Code RO 1690 .text.PalFlashInit pal_flash.o + 0x00003418 0x00003418 0x0000002c Code RO 1694 .text.PalFlashRead pal_flash.o + 0x00003444 0x00003444 0x00000006 Code RO 1704 .text.PalNvmGetSectorSize pal_flash.o + 0x0000344a 0x0000344a 0x00000006 Code RO 1702 .text.PalNvmGetTotalSize pal_flash.o + 0x00003450 0x00003450 0x000001b0 Code RO 1244 .text.Program_Init main.o + 0x00003600 0x00003600 0x000000ec Code RO 487 .text.RCO32K_CAL_IRQHandler mk_rtc.o + 0x000036ec 0x000036ec 0x0000002c Code RO 483 .text.RTC_ALARM_IRQHandler mk_rtc.o + 0x00003718 0x00003718 0x00000034 Code RO 481 .text.RTC_TICK_IRQHandler mk_rtc.o + 0x0000374c 0x0000374c 0x00000020 Code RO 12 .text.Reset_Handler startup_mk800x.o + 0x0000376c 0x0000376c 0x0000009c Code RO 513 .text.SLEEP_TIMER_IRQHandler mk_sleep_timer.o + 0x00003808 0x00003808 0x00000038 Code RO 585 .text.Serial0_PutString mk_uart.o + 0x00003840 0x00003840 0x0000007c Code RO 2088 .text.Socket_Send socket.o + 0x000038bc 0x000038bc 0x00000018 Code RO 368 .text.SysTick_Handler mk_misc.o + 0x000038d4 0x000038d4 0x00000010 Code RO 28 .text.SystemInit system_mk800x.o + 0x000038e4 0x000038e4 0x00000020 Code RO 212 .text.TIMER2_IRQHandler mk_dual_timer.o + 0x00003904 0x00003904 0x00000024 Code RO 214 .text.TIMER3_IRQHandler mk_dual_timer.o + 0x00003928 0x00003928 0x00000074 Code RO 1385 .text.TagListUpdate_person_num_car uwb_app.o + 0x0000399c 0x0000399c 0x0000000a Code RO 613 .text.UART0_IRQHandler mk_uart.o + 0x000039a6 0x000039a6 0x0000000a Code RO 615 .text.UART1_IRQHandler mk_uart.o + 0x000039b0 0x000039b0 0x00000068 Code RO 865 .text.UART_CheckReceive usart.o + 0x00003a18 0x00003a18 0x00000094 Code RO 1311 .text.UDPClient_UploadGPS tcpclient.o + 0x00003aac 0x00003aac 0x0000004c Code RO 1213 .text.Uart1GpsRecDebugSend pin_config.o + 0x00003af8 0x00003af8 0x0000001c Code RO 2114 .text.Uart_Register uart.o + 0x00003b14 0x00003b14 0x000000e8 Code RO 1127 .text.UpdateProcess serial_at_cmd_app.o + 0x00003bfc 0x00003bfc 0x000002f0 Code RO 1129 .text.UsartParseDataHandler serial_at_cmd_app.o + 0x00003eec 0x00003eec 0x00000020 Code RO 706 .text.WDT_IRQHandler mk_wdt.o + 0x00003f0c 0x00003f0c 0x000000b8 Code RO 1578 .text.WsfNvmInit wsf_nvm.o + 0x00003fc4 0x00003fc4 0x0000000c Code RO 1242 .text._4gUsart_handler main.o + 0x00003fd0 0x00003fd0 0x0000013a Code RO 542 .text._PrintInt mk_trace.o + 0x0000410a 0x0000410a 0x00000002 PAD + 0x0000410c 0x0000410c 0x00000150 Code RO 544 .text._PrintUnsigned mk_trace.o + 0x0000425c 0x0000425c 0x000000f0 Code RO 1238 .text.adc_callback main.o + 0x0000434c 0x0000434c 0x00000024 Code RO 50 .text.adc_code_to_mv mk_adc.o + 0x00004370 0x00004370 0x00000080 Code RO 46 .text.adc_dma_callback mk_adc.o + 0x000043f0 0x000043f0 0x0000011c Code RO 44 .text.adc_get mk_adc.o + 0x0000450c 0x0000450c 0x00000134 Code RO 38 .text.adc_open mk_adc.o + 0x00004640 0x00004640 0x00000044 Code RO 737 .text.air780_led_off sn74hc595.o + 0x00004684 0x00004684 0x00000048 Code RO 735 .text.air780_led_on sn74hc595.o + 0x000046cc 0x000046cc 0x000000c0 Code RO 725 .text.blink_led sn74hc595.o + 0x0000478c 0x0000478c 0x0000003c Code RO 1180 .text.board_4GUsart_detection_init board.o + 0x000047c8 0x000047c8 0x00000028 Code RO 1178 .text.board_acceleration_detection_init board.o + 0x000047f0 0x000047f0 0x0000008c Code RO 1168 .text.board_calibration_params_default board.o + 0x0000487c 0x0000487c 0x000000a4 Code RO 1170 .text.board_calibration_params_load board.o + 0x00004920 0x00004920 0x00000064 Code RO 1164 .text.board_clock_run board.o + 0x00004984 0x00004984 0x00000014 Code RO 1166 .text.board_debug_console_open board.o + 0x00004998 0x00004998 0x00000024 Code RO 1192 .text.board_output_init board.o + 0x000049bc 0x000049bc 0x00000052 Code RO 1211 .text.board_pins_config pin_config.o + 0x00004a0e 0x00004a0e 0x00000002 PAD + 0x00004a10 0x00004a10 0x00000010 Code RO 332 .text.bor_close mk_misc.o + 0x00004a20 0x00004a20 0x00000010 Code RO 124 .text.calib_check mk_calib.o + 0x00004a30 0x00004a30 0x000001ac Code RO 126 .text.calib_chip mk_calib.o + 0x00004bdc 0x00004bdc 0x0000000c Code RO 120 .text.calib_close mk_calib.o + 0x00004be8 0x00004be8 0x00000014 Code RO 118 .text.calib_open mk_calib.o + 0x00004bfc 0x00004bfc 0x00000010 Code RO 122 .text.calib_start mk_calib.o + 0x00004c0c 0x00004c0c 0x00000044 Code RO 741 .text.charge_red_off sn74hc595.o + 0x00004c50 0x00004c50 0x00000048 Code RO 739 .text.charge_red_on sn74hc595.o + 0x00004c98 0x00004c98 0x00000120 Code RO 747 .text.charge_state_change sn74hc595.o + 0x00004db8 0x00004db8 0x000000f0 Code RO 178 .text.clock_attach mk_clock.o + 0x00004ea8 0x00004ea8 0x00000010 Code RO 176 .text.clock_disable mk_clock.o + 0x00004eb8 0x00004eb8 0x00000010 Code RO 174 .text.clock_enable mk_clock.o + 0x00004ec8 0x00004ec8 0x00000110 Code RO 182 .text.clock_get_frequency mk_clock.o + 0x00004fd8 0x00004fd8 0x00000064 Code RO 180 .text.clock_set_divider mk_clock.o + 0x0000503c 0x0000503c 0x0000002c Code RO 1775 .text.crc16 crc.o + 0x00005068 0x00005068 0x0000001c Code RO 372 .text.delay_us mk_misc.o + 0x00005084 0x00005084 0x000000e0 Code RO 149 .text.dma_open mk_dma.o + 0x00005164 0x00005164 0x000000a8 Code RO 157 .text.dma_transfer mk_dma.o + 0x0000520c 0x0000520c 0x0000000c Code RO 208 .text.dual_timer_get mk_dual_timer.o + 0x00005218 0x00005218 0x00000134 Code RO 196 .text.dual_timer_open mk_dual_timer.o + 0x0000534c 0x0000534c 0x00000014 Code RO 200 .text.dual_timer_start mk_dual_timer.o + 0x00005360 0x00005360 0x00000014 Code RO 202 .text.dual_timer_stop mk_dual_timer.o + 0x00005374 0x00005374 0x0000003c Code RO 2491 .text.exit_debug_mode lib_mac_phy.lib(mk_phy.o) + 0x000053b0 0x000053b0 0x00000004 Code RO 2395 .text.fira_vendor_oui_process lib_mac_phy.lib(mk_mac.o) + 0x000053b4 0x000053b4 0x00000190 Code RO 241 .text.flash_block_erase mk_flash.o + 0x00005544 0x00005544 0x000000f4 Code RO 245 .text.flash_check_busy mk_flash.o + 0x00005638 0x00005638 0x00000038 Code RO 229 .text.flash_close mk_flash.o + 0x00005670 0x00005670 0x0000014c Code RO 253 .text.flash_dma_callback mk_flash.o + 0x000057bc 0x000057bc 0x000001fc Code RO 249 .text.flash_dma_write_nbytes_callback mk_flash.o + 0x000059b8 0x000059b8 0x0000014c Code RO 243 .text.flash_erase mk_flash.o + 0x00005b04 0x00005b04 0x000002c0 Code RO 225 .text.flash_open mk_flash.o + 0x00005dc4 0x00005dc4 0x000002b0 Code RO 255 .text.flash_read mk_flash.o + 0x00006074 0x00006074 0x00000198 Code RO 237 .text.flash_sector_erase mk_flash.o + 0x0000620c 0x0000620c 0x0000005c Code RO 239 .text.flash_wait_done mk_flash.o + 0x00006268 0x00006268 0x0000010c Code RO 227 .text.flash_write_cmd mk_flash.o + 0x00006374 0x00006374 0x000007bc Code RO 247 .text.flash_write_nbytes mk_flash.o + 0x00006b30 0x00006b30 0x00000010 Code RO 153 .text.get_uart1_dma_cndtr mk_dma.o + 0x00006b40 0x00006b40 0x000000cc Code RO 289 .text.gpio_enable_irq mk_gpio.o + 0x00006c0c 0x00006c0c 0x00000014 Code RO 271 .text.gpio_open mk_gpio.o + 0x00006c20 0x00006c20 0x00000010 Code RO 281 .text.gpio_pin_clr mk_gpio.o + 0x00006c30 0x00006c30 0x00000010 Code RO 285 .text.gpio_pin_get_val mk_gpio.o + 0x00006c40 0x00006c40 0x00000010 Code RO 279 .text.gpio_pin_set mk_gpio.o + 0x00006c50 0x00006c50 0x00000050 Code RO 287 .text.gpio_pin_set_dir mk_gpio.o + 0x00006ca0 0x00006ca0 0x00000068 Code RO 721 .text.gps_air780_power_change sn74hc595.o + 0x00006d08 0x00006d08 0x0000007c Code RO 1383 .text.in_table_log uwb_app.o + 0x00006d84 0x00006d84 0x00000050 Code RO 304 .text.io_pin_mux_set mk_io.o + 0x00006dd4 0x00006dd4 0x0000004c Code RO 310 .text.io_pull_set mk_io.o + 0x00006e20 0x00006e20 0x0000000a Code RO 350 .text.mac_timer_stop mk_misc.o + 0x00006e2a 0x00006e2a 0x00000002 PAD + 0x00006e2c 0x00006e2c 0x000001c4 Code RO 1254 .text.main main.o + 0x00006ff0 0x00006ff0 0x0000000c Code RO 320 .text.mk_chip_id mk_misc.o + 0x00006ffc 0x00006ffc 0x0000001a Code RO 546 .text.mk_snprintf mk_trace.o + 0x00007016 0x00007016 0x00000002 PAD + 0x00007018 0x00007018 0x0000000c Code RO 1258 .text.move_handler main.o + 0x00007024 0x00007024 0x000000c0 Code RO 1112 .text.parameter_init_anchor global_param.o + 0x000070e4 0x000070e4 0x0000000c Code RO 2483 .text.phy_dump_mode lib_mac_phy.lib(mk_phy.o) + 0x000070f0 0x000070f0 0x00000048 Code RO 409 .text.power_init mk_power.o + 0x00007138 0x00007138 0x0000003c Code RO 435 .text.power_wakeup_enable mk_power.o + 0x00007174 0x00007174 0x00000064 Code RO 2279 .text.ranging_rssi_get lib_ranging.lib(lib_ranging.o) + 0x000071d8 0x000071d8 0x0000000c Code RO 454 .text.reset_cause_clear mk_reset.o + 0x000071e4 0x000071e4 0x00000100 Code RO 452 .text.reset_cause_get mk_reset.o + 0x000072e4 0x000072e4 0x0000001c Code RO 456 .text.reset_module mk_reset.o + 0x00007300 0x00007300 0x0000029c Code RO 475 .text.rtc_second_to_time mk_rtc.o + 0x0000759c 0x0000759c 0x0000004c Code RO 1108 .text.save_com_map_to_flash global_param.o + 0x000075e8 0x000075e8 0x00000040 Code RO 1256 .text.sleep_timer_callback main.o + 0x00007628 0x00007628 0x00000058 Code RO 499 .text.sleep_timer_open mk_sleep_timer.o + 0x00007680 0x00007680 0x00000008 Code RO 509 .text.sleep_timer_ppm_set mk_sleep_timer.o + 0x00007688 0x00007688 0x0000003c Code RO 503 .text.sleep_timer_start mk_sleep_timer.o + 0x000076c4 0x000076c4 0x00000008 Code RO 14 .text.start_main_asm startup_mk800x.o + 0x000076cc 0x000076cc 0x0000004c Code RO 352 .text.sys_tick_start mk_misc.o + 0x00007718 0x00007718 0x00000068 Code RO 354 .text.sys_tick_us mk_misc.o + 0x00007780 0x00007780 0x0000000c Code RO 338 .text.sys_timer_get mk_misc.o + 0x0000778c 0x0000778c 0x00000050 Code RO 334 .text.sys_timer_open mk_misc.o + 0x000077dc 0x000077dc 0x000003f0 Code RO 538 .text.trace_assert_dump mk_trace.o + 0x00007bcc 0x00007bcc 0x00000044 Code RO 550 .text.trace_end mk_trace.o + 0x00007c10 0x00007c10 0x00000480 Code RO 554 .text.trace_exception_handler mk_trace.o + 0x00008090 0x00008090 0x000000f8 Code RO 552 .text.trace_flush mk_trace.o + 0x00008188 0x00008188 0x000003c8 Code RO 540 .text.trace_format mk_trace.o + 0x00008550 0x00008550 0x00000060 Code RO 526 .text.trace_open mk_trace.o + 0x000085b0 0x000085b0 0x000001f8 Code RO 534 .text.trace_output mk_trace.o + 0x000087a8 0x000087a8 0x000000ec Code RO 556 .text.trace_print_backtrace mk_trace.o + 0x00008894 0x00008894 0x0000012c Code RO 536 .text.trace_printf mk_trace.o + 0x000089c0 0x000089c0 0x000000e4 Code RO 560 .text.trace_sending_continue mk_trace.o + 0x00008aa4 0x00008aa4 0x00000080 Code RO 599 .text.uart_close mk_uart.o + 0x00008b24 0x00008b24 0x00000170 Code RO 601 .text.uart_dma_callback mk_uart.o + 0x00008c94 0x00008c94 0x00000264 Code RO 611 .text.uart_irq_handler mk_uart.o + 0x00008ef8 0x00008ef8 0x000001a8 Code RO 597 .text.uart_open mk_uart.o + 0x000090a0 0x000090a0 0x00000234 Code RO 603 .text.uart_receive mk_uart.o + 0x000092d4 0x000092d4 0x00000018 Code RO 1226 .text.uart_receive_callback main.o + 0x000092ec 0x000092ec 0x000002cc Code RO 579 .text.uart_send mk_uart.o + 0x000095b8 0x000095b8 0x00000020 Code RO 589 .text.uart_tx_in_progress mk_uart.o + 0x000095d8 0x000095d8 0x00000068 Code RO 723 .text.update_led_power_state sn74hc595.o + 0x00009640 0x00009640 0x00000068 Code RO 698 .text.wdt_close mk_wdt.o + 0x000096a8 0x000096a8 0x00000038 Code RO 3382 i.__0snprintf mc_p.l(printfa.o) + 0x000096e0 0x000096e0 0x00000028 Code RO 3383 i.__0sprintf mc_p.l(printfa.o) + 0x00009708 0x00009708 0x0000002e Code RO 3583 i.__ARM_clz mf_p.l(depilogue.o) + 0x00009736 0x00009736 0x00000002 PAD + 0x00009738 0x00009738 0x00000008 Code RO 3557 i.__aeabi_errno_addr mc_p.l(errno.o) + 0x00009740 0x00009740 0x0000000e Code RO 3662 i.__scatterload_copy mc_p.l(handlers.o) + 0x0000974e 0x0000974e 0x00000002 Code RO 3663 i.__scatterload_null mc_p.l(handlers.o) + 0x00009750 0x00009750 0x0000000e Code RO 3664 i.__scatterload_zeroinit mc_p.l(handlers.o) + 0x0000975e 0x0000975e 0x00000002 PAD + 0x00009760 0x00009760 0x00000174 Code RO 3388 i._fp_digits mc_p.l(printfa.o) + 0x000098d4 0x000098d4 0x0000000e Code RO 3641 i._is_digit mc_p.l(scanf_fp.o) + 0x000098e2 0x000098e2 0x00000002 PAD + 0x000098e4 0x000098e4 0x000006ec Code RO 3389 i._printf_core mc_p.l(printfa.o) + 0x00009fd0 0x00009fd0 0x00000020 Code RO 3390 i._printf_post_padding mc_p.l(printfa.o) + 0x00009ff0 0x00009ff0 0x0000002c Code RO 3391 i._printf_pre_padding mc_p.l(printfa.o) + 0x0000a01c 0x0000a01c 0x00000016 Code RO 3392 i._snputc mc_p.l(printfa.o) + 0x0000a032 0x0000a032 0x0000000a Code RO 3393 i._sputc mc_p.l(printfa.o) + 0x0000a03c 0x0000a03c 0x0000001e Code RO 3118 i.strtod m_ps.l(strtod.o) + 0x0000a05a 0x0000a05a 0x00000081 Data RO 3610 .constdata mc_p.l(ctype_o.o) + 0x0000a0db 0x0000a0db 0x00000001 PAD + 0x0000a0dc 0x0000a0dc 0x00000004 Data RO 3611 .constdata mc_p.l(ctype_o.o) + 0x0000a0e0 0x0000a0e0 0x00000018 Data RO 2940 .rodata..L__const.MK8000_read_rssi.RF_gain_LUT lib_ranging.lib(mk8000_read_rssi.o) + 0x0000a0f8 0x0000a0f8 0x00000018 Data RO 393 .rodata..L__const.sys_timer_open.sys_timer_cfg mk_misc.o + 0x0000a110 0x0000a110 0x0000002a Data RO 623 .rodata.baud_table mk_uart.o + 0x0000a13a 0x0000a13a 0x00000200 Data RO 1781 .rodata.crc16_table crc.o + 0x0000a33a 0x0000a33a 0x00000010 Data RO 565 .rodata.cst16 mk_trace.o + 0x0000a34a 0x0000a34a 0x00000002 PAD + 0x0000a34c 0x0000a34c 0x00000020 Data RO 66 .rodata.cst32 mk_adc.o + 0x0000a36c 0x0000a36c 0x00000060 Data RO 261 .rodata.cst32 mk_flash.o + 0x0000a3cc 0x0000a3cc 0x00000100 Data RO 2941 .rodata.fast_10log10.lut_log_x100 lib_ranging.lib(mk8000_read_rssi.o) + 0x0000a4cc 0x0000a4cc 0x000000dc Data RO 262 .rodata.flash_cmd mk_flash.o + 0x0000a5a8 0x0000a5a8 0x00000019 Data RO 67 .rodata.str1.1 mk_adc.o + 0x0000a5c1 0x0000a5c1 0x00000019 Data RO 108 .rodata.str1.1 mk_aes.o + 0x0000a5da 0x0000a5da 0x0000002d Data RO 140 .rodata.str1.1 mk_calib.o + 0x0000a607 0x0000a607 0x00000034 Data RO 260 .rodata.str1.1 mk_flash.o + 0x0000a63b 0x0000a63b 0x00000043 Data RO 390 .rodata.str1.1 mk_misc.o + 0x0000a67e 0x0000a67e 0x0000001a Data RO 458 .rodata.str1.1 mk_reset.o + 0x0000a698 0x0000a698 0x00000174 Data RO 563 .rodata.str1.1 mk_trace.o + 0x0000a80c 0x0000a80c 0x00000081 Data RO 622 .rodata.str1.1 mk_uart.o + 0x0000a88d 0x0000a88d 0x00000063 Data RO 1142 .rodata.str1.1 serial_at_cmd_app.o + 0x0000a8f0 0x0000a8f0 0x00000020 Data RO 2590 .rodata.str1.1 lib_mac_phy.lib(mk_phy.o) + 0x0000a910 0x0000a910 0x0000000d Data RO 564 .rodata.trace_level_cfg mk_trace.o + 0x0000a91d 0x0000a91d 0x00000003 PAD + 0x0000a920 0x0000a920 0x00000020 Data RO 3661 Region$$Table anon$$obj.o - Execution Region RW_RAM (Exec base: 0x02019000, Load base: 0x0000a108, Size: 0x00000004, Max: 0x00000008, ABSOLUTE, UNINIT) + Execution Region RW_RAM (Exec base: 0x02019000, Load base: 0x0000a940, Size: 0x00000004, Max: 0x00000008, ABSOLUTE, UNINIT) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x02019000 - 0x00000004 Zero RW 1764 .bss.noinit libc.o + 0x02019000 - 0x00000004 Zero RW 1792 .bss.noinit libc.o - Execution Region RW_RAM1 (Exec base: 0x02019008, Load base: 0x0000a108, Size: 0x0000300c, Max: 0x00012ff8, ABSOLUTE, COMPRESSED[0x00000168]) + Execution Region RW_RAM1 (Exec base: 0x02019008, Load base: 0x0000a940, Size: 0x0000303c, Max: 0x00012ff8, ABSOLUTE, COMPRESSED[0x00000168]) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x02019008 COMPRESSED 0x00000004 Data RW 3532 .data mc_p.l(errno.o) + 0x02019008 COMPRESSED 0x00000004 Data RW 3560 .data mc_p.l(errno.o) 0x0201900c COMPRESSED 0x0000000c Data RW 517 .data..L_MergedGlobals mk_sleep_timer.o - 0x02019018 COMPRESSED 0x00000003 Data RW 1126 .data..L_MergedGlobals serial_at_cmd_app.o + 0x02019018 COMPRESSED 0x00000003 Data RW 1154 .data..L_MergedGlobals serial_at_cmd_app.o 0x0201901b COMPRESSED 0x00000001 PAD 0x0201901c COMPRESSED 0x00000004 Data RW 30 .data.SystemCoreClock system_mk800x.o 0x02019020 COMPRESSED 0x00000040 Data RW 107 .data.aes_handle mk_aes.o - 0x02019060 COMPRESSED 0x00000200 Data RW 2555 .data.default_phy_sets lib_mac_phy.lib(mk_phy.o) + 0x02019060 COMPRESSED 0x00000200 Data RW 2583 .data.default_phy_sets lib_mac_phy.lib(mk_phy.o) 0x02019260 COMPRESSED 0x00000048 Data RW 165 .data.dma_handle mk_dma.o 0x020192a8 COMPRESSED 0x00000020 Data RW 216 .data.dual_timer_handle mk_dual_timer.o 0x020192c8 COMPRESSED 0x0000007c Data RW 259 .data.flash_handle mk_flash.o 0x02019344 COMPRESSED 0x00000054 Data RW 295 .data.gpio_handle mk_gpio.o - 0x02019398 COMPRESSED 0x00000001 Data RW 1329 .data.gps_need_data_flag gps.o - 0x02019399 COMPRESSED 0x00000001 Data RW 1234 .data.motor_power_state main.o + 0x02019398 COMPRESSED 0x00000001 Data RW 1357 .data.gps_need_data_flag gps.o + 0x02019399 COMPRESSED 0x00000001 Data RW 1262 .data.motor_power_state main.o 0x0201939a COMPRESSED 0x00000002 PAD - 0x0201939c COMPRESSED 0x00000010 Data RW 2561 .data.phy_handle lib_mac_phy.lib(mk_phy.o) - 0x020193ac COMPRESSED 0x00000004 Data RW 2556 .data.phy_sets lib_mac_phy.lib(mk_phy.o) + 0x0201939c COMPRESSED 0x00000010 Data RW 2589 .data.phy_handle lib_mac_phy.lib(mk_phy.o) + 0x020193ac COMPRESSED 0x00000004 Data RW 2584 .data.phy_sets lib_mac_phy.lib(mk_phy.o) 0x020193b0 COMPRESSED 0x00000018 Data RW 489 .data.rtc_handle mk_rtc.o 0x020193c8 COMPRESSED 0x00000090 Data RW 621 .data.uart_handle mk_uart.o - 0x02019458 COMPRESSED 0x00000018 Data RW 1236 .data.usr_adc_cfg main.o + 0x02019458 COMPRESSED 0x00000018 Data RW 1264 .data.usr_adc_cfg main.o 0x02019470 COMPRESSED 0x00000010 Data RW 708 .data.wdt_handle mk_wdt.o 0x02019480 - 0x00000020 Zero RW 68 .bss..L_MergedGlobals mk_adc.o 0x020194a0 - 0x00000002 Zero RW 749 .bss..L_MergedGlobals sn74hc595.o 0x020194a2 COMPRESSED 0x00000002 PAD - 0x020194a4 - 0x00000014 Zero RW 794 .bss..L_MergedGlobals pca9555.o - 0x020194b8 - 0x00000014 Zero RW 854 .bss..L_MergedGlobals usart.o - 0x020194cc - 0x0000000c Zero RW 1174 .bss..L_MergedGlobals board.o - 0x020194d8 - 0x00000078 Zero RW 1274 .bss..L_MergedGlobals main.o - 0x02019550 - 0x00000024 Zero RW 1312 .bss..L_MergedGlobals tcpclient.o - 0x02019574 - 0x0000000a Zero RW 1332 .bss..L_MergedGlobals gps.o - 0x0201957e COMPRESSED 0x00000002 PAD - 0x02019580 - 0x0000000c Zero RW 1560 .bss..L_MergedGlobals wsf_nvm.o - 0x0201958c COMPRESSED 0x00000004 PAD - 0x02019590 - 0x0000003c Zero RW 1127 .bss..L_MergedGlobals.4 serial_at_cmd_app.o - 0x020195cc COMPRESSED 0x00000004 PAD - 0x020195d0 - 0x00000078 Zero RW 1396 .bss..L_MergedGlobals.4 uwb_app.o - 0x02019648 - 0x0000007a Zero RW 1397 .bss..L_MergedGlobals.5 uwb_app.o - 0x020196c2 - 0x00000064 Zero RW 1398 .bss..L_MergedGlobals.6 uwb_app.o - 0x02019726 - 0x00000064 Zero RW 1399 .bss..L_MergedGlobals.7 uwb_app.o - 0x0201978a COMPRESSED 0x00000002 PAD - 0x0201978c - 0x00000096 Zero RW 1105 .bss.GPS_GGAmessage serial_at_cmd_app.o - 0x02019822 - 0x00000400 Zero RW 1113 .bss.SendComMap.send_frame serial_at_cmd_app.o - 0x02019c22 - 0x00000001 Zero RW 1248 .bss.air780_power_state main.o - 0x02019c23 - 0x00000001 Zero RW 1251 .bss.air780_success_state main.o - 0x02019c24 - 0x00000002 Zero RW 1331 .bss.ave_sp gps.o - 0x02019c26 - 0x00000002 Zero RW 2568 .bss.bd_cnt lib_mac_phy.lib(mk_phy.o) - 0x02019c28 - 0x00000060 Zero RW 1172 .bss.board_param board.o - 0x02019c88 - 0x00000001 Zero RW 1680 .bss.flash_id pal_flash.o - 0x02019c89 COMPRESSED 0x00000001 PAD - 0x02019c8a - 0x00000400 Zero RW 1086 .bss.g_com_map global_param.o - 0x0201a08a COMPRESSED 0x00000002 PAD - 0x0201a08c - 0x00000004 Zero RW 2605 .bss.g_u32TimerTick hido.lib(hido_timer.o) - 0x0201a090 - 0x00000008 Zero RW 2606 .bss.g_u64TimerTick hido.lib(hido_timer.o) - 0x0201a098 - 0x00000001 Zero RW 1249 .bss.gps_success_state main.o - 0x0201a099 COMPRESSED 0x00000001 PAD - 0x0201a09a - 0x00000002 Zero RW 1245 .bss.gps_wait_count main.o - 0x0201a09c - 0x00000ffc Zero RW 2076 .bss.l_astSocketData socket.o - 0x0201b098 - 0x000001f0 Zero RW 2106 .bss.l_astUartInfo uart.o - 0x0201b288 - 0x00000001 Zero RW 2354 .bss.lsp_handle.4 lib_lsp.lib(mk_lsp.o) - 0x0201b289 COMPRESSED 0x00000003 PAD - 0x0201b28c - 0x00000004 Zero RW 2355 .bss.lsp_handle.5 lib_lsp.lib(mk_lsp.o) - 0x0201b290 - 0x00000096 Zero RW 1104 .bss.mUsart2ReceivePack serial_at_cmd_app.o - 0x0201b326 COMPRESSED 0x00000002 PAD - 0x0201b328 - 0x00000064 Zero RW 1103 .bss.mUsartReceivePack serial_at_cmd_app.o - 0x0201b38c - 0x00000400 Zero RW 851 .bss.m_EUART_DMA_RXBuf usart.o - 0x0201b78c - 0x00000002 Zero RW 2432 .bss.mac_em_cfg lib_mac_phy.lib(mk_mac.o) - 0x0201b78e COMPRESSED 0x00000002 PAD - 0x0201b790 - 0x0000003c Zero RW 2431 .bss.mac_env lib_mac_phy.lib(mk_mac.o) - 0x0201b7cc - 0x00000004 Zero RW 2566 .bss.phy_freq_off lib_mac_phy.lib(mk_phy.o) - 0x0201b7d0 - 0x00000004 Zero RW 2567 .bss.phy_freq_off_pll lib_mac_phy.lib(mk_phy.o) - 0x0201b7d4 - 0x00000001 Zero RW 1250 .bss.red_charge_state main.o - 0x0201b7d5 COMPRESSED 0x00000001 PAD - 0x0201b7d6 - 0x00000002 Zero RW 2569 .bss.sfd_cnt lib_mac_phy.lib(mk_phy.o) - 0x0201b7d8 - 0x00000004 Zero RW 515 .bss.sleep_timer_handle.3 mk_sleep_timer.o - 0x0201b7dc - 0x00000004 Zero RW 516 .bss.sleep_timer_handle.4 mk_sleep_timer.o - 0x0201b7e0 - 0x00000014 Zero RW 395 .bss.sys_tick_env mk_misc.o - 0x0201b7f4 - 0x00000004 Zero RW 392 .bss.sys_timer_freq mk_misc.o - 0x0201b7f8 - 0x00000004 Zero RW 566 .bss.trace_crash_dump_cb_list.0 mk_trace.o - 0x0201b7fc - 0x00000814 Zero RW 562 .bss.trace_handle mk_trace.o - 0x0201c010 - 0x00000001 Zero RW 1247 .bss.uwb_state main.o + 0x020194a4 - 0x00000030 Zero RW 822 .bss..L_MergedGlobals pca9555.o + 0x020194d4 - 0x00000014 Zero RW 882 .bss..L_MergedGlobals usart.o + 0x020194e8 - 0x00000012 Zero RW 1074 .bss..L_MergedGlobals lis3dh_driver.o + 0x020194fa COMPRESSED 0x00000002 PAD + 0x020194fc - 0x0000000c Zero RW 1202 .bss..L_MergedGlobals board.o + 0x02019508 - 0x00000078 Zero RW 1302 .bss..L_MergedGlobals main.o + 0x02019580 - 0x00000024 Zero RW 1340 .bss..L_MergedGlobals tcpclient.o + 0x020195a4 - 0x0000000a Zero RW 1360 .bss..L_MergedGlobals gps.o + 0x020195ae COMPRESSED 0x00000002 PAD + 0x020195b0 - 0x0000000c Zero RW 1588 .bss..L_MergedGlobals wsf_nvm.o + 0x020195bc COMPRESSED 0x00000004 PAD + 0x020195c0 - 0x0000003c Zero RW 1155 .bss..L_MergedGlobals.4 serial_at_cmd_app.o + 0x020195fc COMPRESSED 0x00000004 PAD + 0x02019600 - 0x00000078 Zero RW 1424 .bss..L_MergedGlobals.4 uwb_app.o + 0x02019678 - 0x0000007a Zero RW 1425 .bss..L_MergedGlobals.5 uwb_app.o + 0x020196f2 - 0x00000064 Zero RW 1426 .bss..L_MergedGlobals.6 uwb_app.o + 0x02019756 - 0x00000064 Zero RW 1427 .bss..L_MergedGlobals.7 uwb_app.o + 0x020197ba COMPRESSED 0x00000002 PAD + 0x020197bc - 0x00000096 Zero RW 1133 .bss.GPS_GGAmessage serial_at_cmd_app.o + 0x02019852 - 0x00000400 Zero RW 1141 .bss.SendComMap.send_frame serial_at_cmd_app.o + 0x02019c52 - 0x00000001 Zero RW 1276 .bss.air780_power_state main.o + 0x02019c53 - 0x00000001 Zero RW 1279 .bss.air780_success_state main.o + 0x02019c54 - 0x00000002 Zero RW 1359 .bss.ave_sp gps.o + 0x02019c56 - 0x00000002 Zero RW 2596 .bss.bd_cnt lib_mac_phy.lib(mk_phy.o) + 0x02019c58 - 0x00000060 Zero RW 1200 .bss.board_param board.o + 0x02019cb8 - 0x00000001 Zero RW 1708 .bss.flash_id pal_flash.o + 0x02019cb9 COMPRESSED 0x00000001 PAD + 0x02019cba - 0x00000400 Zero RW 1114 .bss.g_com_map global_param.o + 0x0201a0ba COMPRESSED 0x00000002 PAD + 0x0201a0bc - 0x00000004 Zero RW 2633 .bss.g_u32TimerTick hido.lib(hido_timer.o) + 0x0201a0c0 - 0x00000008 Zero RW 2634 .bss.g_u64TimerTick hido.lib(hido_timer.o) + 0x0201a0c8 - 0x00000001 Zero RW 1277 .bss.gps_success_state main.o + 0x0201a0c9 COMPRESSED 0x00000001 PAD + 0x0201a0ca - 0x00000002 Zero RW 1273 .bss.gps_wait_count main.o + 0x0201a0cc - 0x00000ffc Zero RW 2104 .bss.l_astSocketData socket.o + 0x0201b0c8 - 0x000001f0 Zero RW 2134 .bss.l_astUartInfo uart.o + 0x0201b2b8 - 0x00000001 Zero RW 2382 .bss.lsp_handle.4 lib_lsp.lib(mk_lsp.o) + 0x0201b2b9 COMPRESSED 0x00000003 PAD + 0x0201b2bc - 0x00000004 Zero RW 2383 .bss.lsp_handle.5 lib_lsp.lib(mk_lsp.o) + 0x0201b2c0 - 0x00000096 Zero RW 1132 .bss.mUsart2ReceivePack serial_at_cmd_app.o + 0x0201b356 COMPRESSED 0x00000002 PAD + 0x0201b358 - 0x00000064 Zero RW 1131 .bss.mUsartReceivePack serial_at_cmd_app.o + 0x0201b3bc - 0x00000400 Zero RW 879 .bss.m_EUART_DMA_RXBuf usart.o + 0x0201b7bc - 0x00000002 Zero RW 2460 .bss.mac_em_cfg lib_mac_phy.lib(mk_mac.o) + 0x0201b7be COMPRESSED 0x00000002 PAD + 0x0201b7c0 - 0x0000003c Zero RW 2459 .bss.mac_env lib_mac_phy.lib(mk_mac.o) + 0x0201b7fc - 0x00000004 Zero RW 2594 .bss.phy_freq_off lib_mac_phy.lib(mk_phy.o) + 0x0201b800 - 0x00000004 Zero RW 2595 .bss.phy_freq_off_pll lib_mac_phy.lib(mk_phy.o) + 0x0201b804 - 0x00000001 Zero RW 1278 .bss.red_charge_state main.o + 0x0201b805 COMPRESSED 0x00000001 PAD + 0x0201b806 - 0x00000002 Zero RW 2597 .bss.sfd_cnt lib_mac_phy.lib(mk_phy.o) + 0x0201b808 - 0x00000004 Zero RW 515 .bss.sleep_timer_handle.3 mk_sleep_timer.o + 0x0201b80c - 0x00000004 Zero RW 516 .bss.sleep_timer_handle.4 mk_sleep_timer.o + 0x0201b810 - 0x00000014 Zero RW 395 .bss.sys_tick_env mk_misc.o + 0x0201b824 - 0x00000004 Zero RW 392 .bss.sys_timer_freq mk_misc.o + 0x0201b828 - 0x00000004 Zero RW 566 .bss.trace_crash_dump_cb_list.0 mk_trace.o + 0x0201b82c - 0x00000814 Zero RW 562 .bss.trace_handle mk_trace.o + 0x0201c040 - 0x00000001 Zero RW 1275 .bss.uwb_state main.o - Execution Region ARM_LIB_STACK (Exec base: 0x0202c000, Load base: 0x0000a270, Size: 0x00003800, Max: 0x00003800, ABSOLUTE) + Execution Region ARM_LIB_STACK (Exec base: 0x0202c000, Load base: 0x0000aaa8, Size: 0x00003800, Max: 0x00003800, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object @@ -8990,14 +9066,14 @@ - Load Region LR_ROM1 (Base: 0x0000a580, Size: 0x00000098, Max: 0x000000a0, ABSOLUTE) + Load Region LR_ROM1 (Base: 0x0000adc0, Size: 0x00000098, Max: 0x000000a0, ABSOLUTE) - Execution Region USR (Exec base: 0x0000a580, Load base: 0x0000a580, Size: 0x00000098, Max: 0x000000a0, ABSOLUTE) + Execution Region USR (Exec base: 0x0000adc0, Load base: 0x0000adc0, Size: 0x00000098, Max: 0x000000a0, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x0000a580 0x0000a580 0x00000048 Data RO 16 .ZBOOT_SECTION startup_mk800x.o - 0x0000a5c8 0x0000a5c8 0x00000050 Data RO 17 .ZBUILD_SECTION startup_mk800x.o + 0x0000adc0 0x0000adc0 0x00000048 Data RO 16 .ZBOOT_SECTION startup_mk800x.o + 0x0000ae08 0x0000ae08 0x00000050 Data RO 17 .ZBUILD_SECTION startup_mk800x.o ============================================================================== @@ -9007,47 +9083,48 @@ Code (inc. data) RO Data RW Data ZI Data Debug Object Name - 560 32 0 0 108 8093 board.o - 44 4 512 0 0 1917 crc.o - 268 28 0 0 1024 1720 global_param.o - 0 0 0 1 12 2239 gps.o - 0 0 0 0 4 307 libc.o - 1228 296 0 25 127 12232 main.o - 952 164 57 0 32 13184 mk_adc.o - 360 76 25 64 0 18763 mk_aes.o - 494 140 45 0 0 6862 mk_calib.o - 644 44 0 0 0 7569 mk_clock.o - 520 84 0 72 0 9038 mk_dma.o - 428 96 0 32 0 7068 mk_dual_timer.o - 6056 412 368 124 0 40296 mk_flash.o - 732 32 0 84 0 9529 mk_gpio.o - 156 8 0 0 0 4087 mk_io.o - 364 56 91 0 24 15132 mk_misc.o - 132 16 0 0 0 16293 mk_power.o - 296 156 26 0 0 4105 mk_reset.o - 1000 84 0 24 0 14077 mk_rtc.o - 312 132 0 12 8 5820 mk_sleep_timer.o - 5624 934 401 0 2072 31115 mk_trace.o - 2920 400 171 144 0 23172 mk_uart.o - 136 32 0 16 0 6473 mk_wdt.o - 136 8 0 0 1 2988 pal_flash.o - 820 4 0 0 20 7554 pca9555.o - 158 8 0 0 0 1875 pin_config.o - 984 148 99 3 1484 6105 serial_at_cmd_app.o - 1288 140 0 0 2 6427 sn74hc595.o - 124 36 0 0 4092 11379 socket.o - 42 8 344 0 0 3003 startup_mk800x.o - 16 8 0 4 0 675 system_mk800x.o - 148 60 0 0 36 6758 tcpclient.o - 28 4 0 0 496 9652 uart.o - 104 4 0 0 1044 3089 usart.o - 240 52 0 0 442 17408 uwb_app.o - 184 8 0 0 12 4233 wsf_nvm.o + 560 32 0 0 108 8106 board.o + 44 4 512 0 0 1930 crc.o + 268 28 0 0 1024 1733 global_param.o + 0 0 0 1 12 2252 gps.o + 0 0 0 0 4 320 libc.o + 1436 8 0 0 18 40798 lis3dh_driver.o + 1236 296 0 25 127 12251 main.o + 952 164 57 0 32 13197 mk_adc.o + 360 76 25 64 0 18776 mk_aes.o + 494 140 45 0 0 6875 mk_calib.o + 644 44 0 0 0 7582 mk_clock.o + 520 84 0 72 0 9051 mk_dma.o + 428 96 0 32 0 7081 mk_dual_timer.o + 6056 412 368 124 0 40309 mk_flash.o + 732 32 0 84 0 9542 mk_gpio.o + 156 8 0 0 0 4100 mk_io.o + 364 56 91 0 24 15145 mk_misc.o + 132 16 0 0 0 16306 mk_power.o + 296 156 26 0 0 4118 mk_reset.o + 1000 84 0 24 0 14090 mk_rtc.o + 312 132 0 12 8 5833 mk_sleep_timer.o + 5624 934 401 0 2072 31128 mk_trace.o + 2920 400 171 144 0 23185 mk_uart.o + 136 32 0 16 0 6486 mk_wdt.o + 136 8 0 0 1 3001 pal_flash.o + 1480 8 0 0 48 9790 pca9555.o + 158 8 0 0 0 1888 pin_config.o + 984 148 99 3 1484 6118 serial_at_cmd_app.o + 1288 140 0 0 2 6440 sn74hc595.o + 124 36 0 0 4092 11392 socket.o + 42 8 344 0 0 3016 startup_mk800x.o + 16 8 0 4 0 688 system_mk800x.o + 148 60 0 0 36 6771 tcpclient.o + 28 4 0 0 496 9665 uart.o + 104 4 0 0 1044 3102 usart.o + 240 52 0 0 442 17421 uwb_app.o + 184 8 0 0 12 4246 wsf_nvm.o ---------------------------------------------------------------------- - 27508 3714 2176 608 25400 340237 Object Totals + 29612 3726 2176 608 25448 383732 Object Totals 0 0 32 0 14336 0 (incl. Generated) - 10 0 5 3 24 0 (incl. Padding) + 10 0 5 3 26 0 (incl. Padding) ---------------------------------------------------------------------- @@ -9148,15 +9225,15 @@ Code (inc. data) RO Data RW Data ZI Data Debug - 38754 4478 2622 1144 25496 497737 Grand Totals - 38754 4478 2622 360 25496 497737 ELF Image Totals (compressed) - 38754 4478 2622 360 0 0 ROM Totals + 40858 4490 2622 1144 25544 541216 Grand Totals + 40858 4490 2622 360 25544 541216 ELF Image Totals (compressed) + 40858 4490 2622 360 0 0 ROM Totals ============================================================================== - Total RO Size (Code + RO Data) 41376 ( 40.41kB) - Total RW Size (RW Data + ZI Data) 26640 ( 26.02kB) - Total ROM Size (Code + RO Data + RW Data) 41736 ( 40.76kB) + Total RO Size (Code + RO Data) 43480 ( 42.46kB) + Total RW Size (RW Data + ZI Data) 26688 ( 26.06kB) + Total ROM Size (Code + RO Data + RW Data) 43840 ( 42.81kB) ============================================================================== diff --git a/keil/Objects/uwb_simple_example.build_log.htm b/keil/Objects/uwb_simple_example.build_log.htm index 20873eb..e4e672d 100644 --- a/keil/Objects/uwb_simple_example.build_log.htm +++ b/keil/Objects/uwb_simple_example.build_log.htm @@ -21,20 +21,19 @@ Dialog DLL: TARMCM1.DLL V1.14.2.0 <h2>Project:</h2> -D:\project chen\anbang_Anchor\ChinaUWBProject\keil\uwb_simple_example.uvprojx -Project File Date: 11/29/2024 +D:\project chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\uwb_simple_example.uvprojx +Project File Date: 12/06/2024 <h2>Output:</h2> *** Using Compiler 'V6.14', folder: 'd:\Keil_v5\ARM\ARMCLANG\Bin' Build target 'MK8000 Release' compiling PCA9555.c... -compiling main.c... linking... .\include\devices\MK800X\Source\ARM\MK800X_ac6_copy.sct(25): warning: L6314W: No section matches pattern *(.XIP_SECTION). -Program Size: Code=38754 RO-data=2622 RW-data=1144 ZI-data=25496 +Program Size: Code=40858 RO-data=2622 RW-data=1144 ZI-data=25544 Finished: 0 information, 1 warning and 0 error messages. FromELF: creating hex file... -After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project chen\anbang_Anchor\ChinaUWBProject\keil\Objects\uwb_simple_example.axf" +After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\Objects\uwb_simple_example.axf" ".\Objects\uwb_simple_example.axf" - 0 Error(s), 1 Warning(s). <h2>Software Packages used:</h2> @@ -49,7 +48,7 @@ d:\Users\xookk\AppData\Local\Arm\Packs\MKSEMI\MK800X_DFP\1.0.3\Device\Include <h2>Collection of Component Files used:</h2> -Build Time Elapsed: 00:00:02 +Build Time Elapsed: 00:00:03 </pre> </body> </html> diff --git a/keil/Objects/uwb_simple_example.hex b/keil/Objects/uwb_simple_example.hex index 81cc1fc..cd51d29 100644 --- a/keil/Objects/uwb_simple_example.hex +++ b/keil/Objects/uwb_simple_example.hex @@ -1,17 +1,17 @@ :020000040000FA -:1000000000F802021D2F0000E9170000E51A0000A9 +:1000000000F802024D370000611800005D1B00007F :1000100000000000000000000000000000000000E0 -:100020000000000080A50000C8A50000E91700003E -:100030000000000000000000E91700008D30000003 -:1000400075170000E9170000E91700003D2F0000B8 -:100050009D1F0000B92A0000791700001918000040 -:100060000D16000049150000E9170000ED1700000B -:10007000711F0000BD360000BD2E0000E92E0000FB -:10008000E9170000E9170000E9170000B53000008B -:10009000D5300000E9170000E9170000E91700005B -:1000A0006D3100007731000077170000D12D00007E -:1000B000E9170000212B00000000000000000000F4 -:1000C0000348854600F0FEFD00480047FD6500003E +:1000200000000000C0AD000008AE00006118000034 +:10003000000000000000000061180000BD38000052 +:10004000ED17000061180000611800006D37000016 +:10005000ED270000E9320000F117000091180000C0 +:100060000D16000049150000611800006518000019 +:10007000C1270000ED3E0000ED36000019370000FA +:10008000611800006118000061180000E5380000E8 +:1000900005390000611800006118000061180000B7 +:1000A0009D390000A7390000EF170000013600005D +:1000B0006118000051330000000000000000000043 +:1000C0000348854600F0FEFD004800472D6E000005 :1000D00000F8020230B50B46014600202022012420 :1000E00009E00D46D5409D4205D31D469540491B6C :1000F0002546954040191546521E002DF1DC30BDB5 @@ -43,7 +43,7 @@ :1002900007D1002E05DD0198C00702D1009800218A :1002A0000170A068B84204DD0C98002804D0002F2B :1002B00002D00120C043B1E73046AFE770B5064633 -:1002C00008F01EFE046805460A220021304600F0B0 +:1002C00009F03AFA046805460A220021304600F097 :1002D000EDFB2C6070BDF8B502464A40D40F4200D9 :1002E0004B0052085B089A4202D202460846114669 :1002F0004A0023D0C30D4A00DDB2120EAD1A202DE4 @@ -174,9 +174,9 @@ :100AC0000068405DC007F5D12B2D02D02D2D18D028 :100AD000641E39462046029A00F06AFC002F04D0BA :100AE0003968A14201D100993960710502240029B9 -:100AF0000BDA4042002803DD08F002FA0460A00788 +:100AF0000BDA4042002803DD08F01EFE0460A00768 :100B0000FEBD012080020643E3E70028F8DA08F082 -:100B1000F7F904600048FEBDFFFFFF7F002904DAFB +:100B100013FE04600048FEBDFFFFFF7F002904DADA :100B2000401C490001D140084000704770B40024C7 :100B3000050C05D11024000402D1002921D0112474 :100B4000050E01D100020834050F01D10001241D5A @@ -187,7 +187,7 @@ :100B9000401C4900F5D170BC40084000704710B5BA :100BA000002B08DA0024401C614192185B411A4373 :100BB00001D14008400010BDF0B51FB482B0054619 -:100BC0000C0003D0084608F083F902E008F080F931 +:100BC0000C0003D0084608F09FFD02E008F09CFDF1 :100BD00020300246009021462846FFF7A1FE049BE4 :100BE000059A04460F4618431143084314D018468B :100BF00010431BD0009840210A1A18460599FFF7A8 @@ -205,7 +205,7 @@ :100CB0001C460123DB075242A341994200D19042D6 :100CC00010BD0000064C0125064E05E0E36807CC88 :100CD0002B430C3C98471034B442F7D3FFF7F4F998 -:100CE000E8A0000008A1000000487047A498000098 +:100CE00020A9000040A9000000487047DCA00000D7 :100CF00010B50446FFF7F8FF0068005DC007C00F9D :100D000010BD0000F3B58DB000200A9001200B90BB :100D1000002608460C300C460990626901210998AA @@ -290,7 +290,7 @@ :101200000998401E09900120400204431399681C6C :101210000860B9696D1C761E1298884700903028C6 :10122000EED030E00199884205D1200603D4802019 -:101230000443761E1DE0009807F030FF002825D0FB +:101230000443761E1DE0009808F04CFB002825D0E2 :10124000012149020C43009807AA0F990332303854 :10125000761E914208D208700F98401C0F9020060D :1012600007D50998401E03E0200602D40998401CC7 @@ -306,7 +306,7 @@ :10130000000E087003D10299019881420AD902980F :10131000401C029006E0E00501D5244801E0234886 :1013200040420990B9696D1C129888470090139843 -:101330000560002E04DD009807F0B0FE0028D2D131 +:101330000560002E04DD009808F0CCFA0028D2D118 :10134000F969129888470F99FF200870029903AA3B :10135000087000200A900B900CA90AA8099BFFF7BF :101360006DFEA00502D40120C0431AE724200442E8 @@ -323,7 +323,7 @@ :101410003804864201D3012001902078641C2946BB :1014200000F056F80028E9DA0398002805D0002FCC :1014300001D0641E00E0029C04600198002806D0E0 -:1014400007F05EFD02210160C81E05B0F0BD0099E5 +:1014400008F07AF902210160C81E05B0F0BD0099CC :1014500030040843F9E7F0B51FB486B000200090CF :10146000019002900698069980B204900798090CA2 :1014700002040014114307900027089D0998069163 @@ -347,8 +347,8 @@ :10159000012A09D1026801239A430260C361FF2036 :1015A000683099300C4A106001204861CA69002AED :1015B00005D0886909898B00C01A904710BD10BDFD -:1015C000FF226832054806A109A305F0EBFCC046DE -:1015D00008D001408094010280E200E0709D00008C +:1015C000FF226832054806A109A306F007F9C046C4 +:1015D00008D001408094010280E200E0A8A500004C :1015E0004144435F49525148616E646C657200002A :1015F000556E657870656374656420414443206965 :101600006E746572727570740D0A000070B582B0E8 @@ -356,7 +356,7 @@ :10162000132D02D1CB689B07DB0F4361930772D464 :1016300053070AD4D30711D1130724D5048F838EFF :101640001C1B102C0EDD102310E0042088620220E9 -:10165000032142A206F002FD02B070BD01208862A3 +:10165000032142A207F01EF902B070BD012088628A :1016600002B070BD048F1B1B1C0610D0DBB200241F :10167000058FC66A75192D5D0D74641CA342F7D1E0 :10168000048FE3180387D20607D400212FE04B6AAA @@ -369,2245 +369,2377 @@ :1016F00081184B8FCC8EA3420BD301230B618058F2 :1017000000224262CA6B002A03D03A31098801A83C :10171000904702B070BD02208862044804A1084AC4 -:1017200008A305F03FFCC04620900102899D0000FF +:1017200008A306F05BF8C04620900102C1A50000A6 :101730004145535F49525148616E646C65720000C7 :10174000CE02000041455320696E707574206F769B :101750006572666C6F770D0A0000000041455320EA :101760006F757470757420756E646572666C6F77D2 -:101770000D0A000070477047B0B582B0194C206860 -:10178000056801A90020087007E090470198401CF7 -:1017900001A90870C0B2082822D201221104814098 -:1017A000294209D02268516080002018826A002AEC -:1017B000ECD001A80121E8E7130283402B4201D0BD -:1017C000022104E082402A42E0D00321134622682D -:1017D0005360800020188268002AD7D001A8D4E77F -:1017E00002B0B0BD60920102FEE7000010B50948EA -:1017F0000168CA6920231343CB610269032A08D117 -:10180000012293050C689C430C605102C26E0A438E -:10181000C26610BDC8920102F0B581B05C4C206870 -:10182000856BE80707D0E168002904D000208847CD -:10183000206801218163A80707D52169002904D008 -:1018400001208847206802218163680707D5616904 -:10185000002904D0022088472068042181632807DA -:1018600007D5A169002904D00320884720680821F2 -:101870008163E80607D5E169002904D00420884780 -:10188000206810218163A80607D5216A002904D0A9 -:1018900005208847206820218163680607D5616A92 -:1018A000002904D00620884720684021816328064B -:1018B00007D5A16A002904D0072088472068802125 -:1018C00081630126E80507D5E16A002904D03702C3 -:1018D0000820884720688763A80507D5216B002961 -:1018E00004D077020920884720688763680507D5F8 -:1018F000616B002904D0B7020A20884720688763FB -:10190000280507D5A16B002904D0F7020B208847D2 -:1019100020688763E80407D5E16B002904D037030A -:101920000C20884720688763A80407D5216C00290C -:1019300004D077030D20884720688763680407D5A3 -:10194000616C002904D0B7030E20884720688763A4 -:10195000280407D5A16C002904D0F7030F2088477D -:1019600020688763E80307D5E16C002904D03704B9 -:101970001020884720688763A80307D5216D0029B8 -:1019800004D07504112088472068856301B0F0BD3C -:1019900044930102B0B5002400280ED0054600682B -:1019A00040182860EA689042FDD8A868401811469F -:1019B000FEF790FBA9602046B0BDE4432046B0BDD1 -:1019C000F0B583B0164602460027F843002E22D019 -:1019D0001C46002B1FD00D46D168136899421AD9B6 -:1019E000CB1AAB4217D39268019252198A423A46F7 -:1019F00007D9019A8A1A0292029A52199342029ABC -:101A000009D3029201981018FEF764FB3160029826 -:101A100040192060384603B0F0BD80687047002848 -:101A200005D00168C068411A48424841704701200A -:101A3000704700207047000006480168491C01609B -:101A40000548416802680023521C02604B41436014 -:101A50007047C0468CA0010290A0010280B5FEF73D -:101A60007CFB80BD70B504460026F043002C0DD0F1 -:101A70000D4600290AD0204610300121FFF78AFFC9 -:101A8000A96820342046FFF785FF304670BDF0B5C9 -:101A900083B000250295019500281FD00C4606460C -:101AA000074610373846FFF7BAFF002816D13046F0 -:101AB000203002AA01AB2146FFF782FF00280DD19A -:101AC00035683846FFF7A9FF0C214143B068029AF8 -:101AD000101868506D186C600198A860284603B013 -:101AE000F0BD000004217046084204D0EFF30983E2 -:101AF000EFF3088203E0EFF30883EFF309829BB072 -:101B000004A8F0C044464D4656465F4608A8F0C0BB -:101B10001846F0C86846F0C018690C902020184498 -:101B20000D9058690E9098690F90D8691090EFF356 -:101B300010801190EFF314801290094908681390F7 -:101B4000084908681490084908681590074908680A -:101B500016901793189270461990684605F03CFC51 -:101B600004ED00E00CED00E010ED00E014ED00E00D -:101B700070B50446042004F03BFC60B2002803D496 -:101B8000032004F035FC02E0032004F041FC0A25A8 -:101B9000284602F051FE0426304604F039FC28465F -:101BA00002F04AFE304604F023FC284602F044FED0 -:101BB000600603D4032004F01BFC02E0032004F0C1 -:101BC00027FC0A25284602F037FE0426304604F09A -:101BD0001FFC284602F030FE304604F009FC28467F -:101BE00002F02AFEA00603D4032004F001FC02E068 -:101BF000032004F00DFC0A25284602F01DFE0426F1 -:101C0000304604F005FC284602F016FE304604F08B -:101C1000EFFB284602F010FEE00603D4032004F098 -:101C2000E7FB02E0032004F0F3FB0A25284602F05C -:101C300003FE0426304604F0EBFB284602F0FCFDD0 -:101C4000304604F0D5FB284602F0F6FD200703D409 -:101C5000032004F0CDFB02E0032004F0D9FB0A25A9 -:101C6000284602F0E9FD0426304604F0D1FB284660 -:101C700002F0E2FD304604F0BBFB284602F0DCFD3A -:101C8000600703D4032004F0B3FB02E0032004F058 -:101C9000BFFB0A25284602F0CFFD0426304604F09B -:101CA000B7FB284602F0C8FD304604F0A1FB2846E9 -:101CB00002F0C2FDA00703D4032004F099FB02E068 -:101CC000032004F0A5FB0A25284602F0B5FD0426F2 -:101CD000304604F09DFB284602F0AEFD304604F08D -:101CE00087FB284602F0A8FDE00703D1032004F09B -:101CF0007FFB02E0032004F08BFB0A24204602F065 -:101D00009BFD0425284604F083FB204602F094FD49 -:101D1000284604F06DFB204602F08EFD032004F0FF -:101D200077FB204602F088FD70BD70B503260025C4 -:101D3000012430462946224604F072FB304604F066 -:101D400067FB0626304602F077FD042004F060FBB6 -:101D5000304602F071FD032004F052FB002819D038 -:101D6000681CFA2D0546F6D30325284604F040FBEF -:101D70000A26304602F060FD042004F049FB30469C -:101D800002F05AFD284604F043FB304602F054FDB1 -:101D9000204670BD032001210A4604F041FB0420C7 -:101DA00004F026FB002070BDF0B583B000AC0EC47B -:101DB00006460324204604F02BFB0A25284602F0A1 -:101DC0003BFD0427384604F023FB284602F034FD8F -:101DD000204604F00DFB284602F02EFDFE200640B2 -:101DE0003046FFF7C5FEFFF7A0FF0098FFF7C0FEE3 -:101DF000FFF79BFF0198FFF7BBFEFFF796FF0298E6 -:101E0000FFF7B6FEFFF791FF204604F0F1FA2846EF -:101E100002F012FD384604F0FBFA284602F00CFDF1 -:101E2000204604F0F5FA284602F006FD03B0F0BDA6 -:101E300070B504464D4E307001202040707003D1C3 -:101E4000032004F0D5FA02E0032004F0E1FA0825AB -:101E5000284604F0DDFA284604F0CAFAA007C00FAD -:101E6000707003D1032004F0C3FA02E0032004F0F1 -:101E7000CFFA0825284604F0CBFA284604F0B8FA31 -:101E80006007C00F707003D1032004F0B1FA02E0C4 -:101E9000032004F0BDFA0825284604F0B9FA2846C4 -:101EA00004F0A6FA2007C00F707003D1032004F0DD -:101EB0009FFA02E0032004F0ABFA0825284604F05C -:101EC000A7FA284604F094FAE006C00F707003D118 -:101ED000032004F08DFA02E0032004F099FA0825AB -:101EE000284604F095FA284604F082FAA006C00FAE -:101EF000707003D1032004F07BFA02E0032004F0A9 -:101F000087FA0825284604F083FA284604F070FA78 -:101F10006006C00F707003D1032004F069FA02E07C -:101F2000032004F075FA0825284604F071FA2846C3 -:101F300004F05EFAE009707060B2002803D4032058 -:101F400004F056FA02E0032004F062FA0824204666 -:101F500004F05EFA204604F04BFA0724204604F011 -:101F600057FA204604F044FA70BDC046A09401021E -:101F700080B5074801210170064802680A430260E3 -:101F800005480268002A02D000200146904780BD23 -:101F900088B201021C1000508CB20102F0B599B059 -:101FA000F548017BC67A427B0E92F44C221F1368DF -:101FB000F34A1268069242780C9202790592C76A37 -:101FC00004931F4001200F907A0200D5BCE03A0232 -:101FD00000D5BFE0FA0102D50F9802062260502515 -:101FE00008968A191826BB0102D50F98430623606C -:101FF0004123079569430A96354655431426FC024A -:1020000010D50F98040538463746DC4E3460DA4C5C -:10201000A469B464D84CE4697464DA4C241D346057 -:102020003E46074690000B90D8040D906818099022 -:102030000E9B73430F988203B902D04D22D50F989F -:1020400041052960CC480E961646024681692965ED -:10205000C169696509990D9801430898000108183C -:102060000B994018C018C849098892794A438018CA -:102070000A301C4602F084FD234632460E9EC049BB -:1020800088672A600F98C404380300D52C60F803D1 -:1020900002D50F98000428600F984104B80300D5BA -:1020A0002960380400D4E4E1039402910E9308926D -:1020B0000D980B990C180A980C9941430C910F98A4 -:1020C000C0030B90286004F0F1FB002801D002F05F -:1020D00039FD0C98005B410B43D1099800190E990A -:1020E00040180599090140180E90E74D287B079B81 -:1020F0004343E97A0A010D9C2243D21841188B0010 -:10210000D2180A9B4B43D1186A7B564389190E9EFD -:102110002A791018DF4A12884243881816903068CE -:10212000C000800D10A9C882002511957079C007E4 -:102130007ED110A80F998182069C00940020E8A20D -:10214000049B05F08BFF78E00F98820522603A022D -:1021500000D43FE70F98C2052260FA0100D53BE7A3 -:102160003DE7072149030840032149038842089AB3 -:1021700000D07EE1069704F03BFA0020169009900B -:102180001590C14CE07A217B08180A9941438000E0 -:102190000D9A10434118627B0E9672438A1861783B -:1021A000A379079E7343D718FA683F2632406378B5 -:1021B0009A420C976ED105960A9A4A4380580F218D -:1021C0000A0702400398401EC04B1B68DB0903400E -:1021D000981810900F98C0020B90B868800767D4C9 -:1021E0002C46283C04F0B0FE05462068000609D5C0 -:1021F000C3208401786A400704D404F0A5FE401B84 -:10220000A042F7D905980002B96849080140B348CF -:1022100003688268B868C40C20202040DB0700D027 -:1022200095E0002310221D461C460E9E0B9FB1E038 -:1022300010A88582B0681190069C701D924B197988 -:10224000E20707D1491C1971D97A1A798A4202D357 -:102250001D7100E0D970017842781202511882781D -:102260001204891803229143017035715878401C7B -:102270005870D87A197B08185978884200D85D7050 -:10228000D879401ED871596B002901D010A8884711 -:102290007E4DEDE010A80B998182F868304063789C -:1022A000009000207CA20F9905F0D8FE0E9E94E0CD -:1022B000388A874A024010A8C2822022BA5C93075B -:1022C000DB0F3C68C3720F9B1A4082726205D20C0E -:1022D0000D9B1A431692FA68130E0372BB69FC69D0 -:1022E0007C4D2D682D0C05745204920F427211938F -:1022F0001394654CA07B002809980E9E0B9F5FD01D -:1023000075480068007A0328099859D00C98007D18 -:1023100008400928099853D1C320840104F014FE11 -:1023200005460C98406A41070BD4594909680906CB -:10233000890F06D104F008FE401BA042F1D90C9889 -:10234000406A41030898884310A9888237E0D20781 -:102350000E9E0B9F03D108230022154619E00C9B0B -:102360009A68029C224211D19A68520C022494432A -:102370000022134615460DE090B7010228A0005038 -:102380003CA10050FC1F00008CB701020425002274 -:10239000134614460843104318432843204310A90A -:1023A000888238420BD10C9B198A494A0A4010A9ED -:1023B000CA8219684905C90C0D9A11431691324C0D -:1023C0002921615C002908D03037B84205D010A916 -:1023D00008461130123104F0B1FAE77A2A48047B3A -:1023E000E519294800790E9027484078401C294675 -:1023F000FDF770FE88000D9A10431890079961430D -:102400003801104340182049497B4E4380191C2154 -:10241000694340180E9909191B4B1E4A12884A43FA -:1024200080181790099A0C998A60987B002800D030 -:102430004A629879401C9871187B99798142069F6D -:1024400000D39A715978491C5970D97A081859786B -:1024500088420E4D00D85A70187A401E18722820F3 -:10246000185C002804D0996B002901D010A8884777 -:10247000089A174202D00F98000328601C480449AC -:10248000486019B0F0BDC04690B7010228A00050C6 -:102490003CA100508CB70102485720455420696484 -:1024A0007820256420616E6420455420696478207A -:1024B000256420696E2052582064657363206D691D -:1024C000736D617463680D0A0000000038200040DD -:1024D000FF03000094300040AC93010260400040D4 -:1024E0004D4143204556542025782025780D0A007B -:1024F000FFFFFF03F0B58FB00692F74A09AF70CA2D -:1025000070C770CA70C70328079320D88800F3A14A -:102510000858F649FDF7DFFE0446F549FDF7DBFEF6 -:102520000D90F4492046FDF7D6FE0C90F249204666 -:10253000FDF7D1FE0B90F1492046FDF7CCFE0A9045 -:10254000EF492046FDF7C7FE0990EE4969E00428EF -:1025500022D0062820D88800EBA10858EE49FDF7C4 -:10256000BAFE0446ED49FDF7B6FE0D90EC49204653 -:10257000FDF7B1FE0C90EB492046FDF7ACFE0B9049 -:10258000E9492046FDF7A7FE0A90E8492046FDF7F5 -:10259000A2FE0990FD4944E00838022821D88800AD -:1025A000FBA10858D149FDF796FE0446FC49FDF70A -:1025B00092FE0D90FB492046FDF78DFE0C90FF200A -:1025C00081052046FDF787FE0B90F7492046FDF771 -:1025D00082FE0A90CA492046FDF77DFE0990FE4919 -:1025E0001FE08800F1A10858F449FDF774FE044685 -:1025F000F349FDF770FE0D90F2492046FDF76BFEA2 -:102600000C90F1492046FDF766FE0B90EF492046FD -:10261000FDF761FE0A90EE492046FDF75CFE099049 -:10262000EC4900942046FDF756FEEC4909680E90EF -:10263000EB480468EB4801684808EB4F05463D400D -:102640000022002D08922DD0CA01120E07D0280CAE -:10265000E90D12D14000E649085AE6490AE0C903EB -:10266000090E0CD0280AE90B10D14000E049085AA5 -:102670008F2189004018E4300DE0DC490AE081B286 -:102680007F2905D84800DA49085A04E0D94901E011 -:102690008F218900401800B2FEF7B7F8D649FDF740 -:1026A00073FE02460292039507252606D34B1A684D -:1026B000002A089840D0791C8A420BD21102090ED8 -:1026C00013D0110C1F46D00D1FD14800C849085A1D -:1026D000C84907E01F46110E002A13D44800C44918 -:1026E000085AC2494018E4301FE011041F46090E81 -:1026F0000ED0110AD00B12D14800BD49085A8F21C3 -:102700008900EFE7BE4808180FE0B84808180CE049 -:1027100091B27F2906D84800B549085A05E0B54866 -:10272000081802E08F218900501800B2FEF76DF8FA -:10273000B149FDF729FE3B460590159F2C40F50E4B -:102740005B69B0491940089810D0DA02D20E34D033 -:10275000C80B3E210140A648405AA6494018E43023 -:1027600000B2FEF752F8A449FDF70EFE0490149E45 -:102770006800A5A1085EFEF748F80146A00009AA76 -:102780001058FDF7A8FD0146B8B20128089F019135 -:1027900002D1022C0AD9A74F052C24D118980890F1 -:1027A0000C2D20D80B2D16D3A44918E00027022C9D -:1027B000089718D08120C70515E01A04120E00D121 -:1027C000CAE0080AC90B00D0CDE040008849085A89 -:1027D0008F218900C2E7092D00D2C7E096490898E9 -:1027E000FDF779FD089001200021B542034600D392 -:1027F0000B46052C00D308461799169A1A9C199D6A -:102800001843069B012B12D1079B402B22D1002895 -:1028100040D03846FDF75FFD01460198FDF75BFDAE -:1028200001460098FDF7A8FD059A04998AE0079BE8 -:10283000402B1FD1002838D03846FDF74CFD01460B -:102840000198FDF748FD01460098FDF795FD059AB2 -:10285000049977E0002833D03846FDF73CFD014667 -:102860000198FDF738FD01460098FDF785FD059AB2 -:10287000049967E000285BD03846FDF72CFD01463F -:102880000198FDF728FD01460098FDF775FD059AB2 -:10289000049957E002981146FDF76EFD039900294F -:1028A00000D16748059A04994CE002981146FDF75B -:1028B00063FD0399002900D16148059A049941E01C -:1028C00002981146FDF758FD0399002900D15C4894 -:1028D000059A049936E0C046A8980000000068C137 -:1028E000000088C166665EC1000084C100008441AA -:1028F0000000B44100004841000020400000F0C04A -:10290000000084C10000F841333323C1000050C1EE -:102910009A9929C19A9949C19A9949413333CB412E -:1029200066667641CDCCAC40333393C09A9949C1A9 -:1029300002981146FDF720FD0399002900D1404877 -:10294000059A049928601046FDF716FD0899FDF7D1 -:1029500013FD20600FB0F0BD99B27F2911D8480057 -:102960002349085AFCE623494018F9E6C12001062C -:102970000898FDF7B0FC0890062D00D933E7002039 -:1029800030E78F2189005818EAE6C0463333F34117 -:10299000000058C19A9961C19A9969C1000084C127 -:1029A0000000AC4100003841000008C1CDCC80C11E -:1029B000CDCC88C133338FC1333397C13333974183 -:1029C000CDCC8C413333F3409A9919C0666646C129 -:1029D000333397C1CDCCB4410000D4410C0000404A -:1029E0005030004068400040FFFFFF007C080000BE -:1029F000949B00005C050000919AF63C6420004026 -:102A00009C0B0000FFFF1F00FAFFFCFFFEFF000011 -:102A100002000400060008000A000C000E0010006E -:102A200012001400160018001A001C001E002000DE -:102A300022002400000080BF0000A0C0000040C0B1 -:102A40000000DCC2F0B581B00326002430462146E8 -:102A500003F080FD04252846214603F07BFD012775 -:102A6000304639463A4603F0DBFC304621463246D2 -:102A700003F098FD284639463A4603F0D1FC022679 -:102A800028463146224603F08DFD40250621284682 -:102A900022462346FFF788F9E043064F3860BC72B0 -:102AA000FF242846314622462346FFF77DF93C7035 -:102AB00001B0F0BDA494010280B5124801681F2244 -:102AC0000A40026003200840022812D10E48026822 -:102AD000D30D02D0FF231B06D2180C4B1A600C4AF0 -:102AE00012680C4B1A6080680B4A1080000C0B4A6D -:102AF00010801A488268002A02D08268002090471D -:102B000080BDC0467420004064400040CCB7010244 -:102B100078300040D0B70102269C0102D6B70102EE -:102B200080B50D48016889070FD5052101600B4864 -:102B3000C178002908D00021C170C168002903D0E4 -:102B4000C26841680020904780BD054805A10B4A36 -:102B50000BA304F027FAC0462C0400409C9301020A -:102B6000B8A000005048595F54494D45525F495242 -:102B70005148616E646C6572000000008D0A0000AF -:102B8000556E657870656374656420696E746572EE -:102B9000727570740000000070B50446401E012874 -:102BA00014D80320084011D13F2040030818050B1A -:102BB000281980280AD8164E317801204840294625 -:102BC00002F040FE641E6D1C002CF5D170BDC046A5 -:102BD00080B50020014602F07DFB002800D080BDBA -:102BE0000B480121017080BD70B516460C460546A4 -:102BF000FF22FDF7ABFA054831180548027801209D -:102C000050402A46234602F0C5FC70BD00E0070490 -:102C1000889C010201200003704701204003704797 -:102C2000F0B585B04B484C49016003F0DFFD4B4DDA -:102C3000EA8A5A214A484252AE8A58214652A98D00 -:102C40004823C152AB88442403530024EC830493EB -:102C50004363AF7A0772AF8947828682C282EE8E63 -:102C600001221D2E164600D826463E4C26704C1ECC -:102C7000A14149000162110269803221695C4172FF -:102C8000288B394908806C8C0F20224602407D2118 -:102C9000C900260B4E43B6182205170F642257436E -:102CA000F6192406270F0A246743F6192F4F3E8092 -:102CB000AE8C374607402B46350B4D43ED19370593 -:102CC0003F0F5743ED193606360F6643AD19284EB0 -:102CD0003580DD8C2E4606402F0B4F43BE192F0545 -:102CE0003F0F5743F6192D062D0F65437519214FD8 -:102CF0003D801D8D28402E0B4E4330182905090FAD -:102D0000514340182906090F614340181A4E30807C -:102D100003241AA220462146049B05F09FF90F4880 -:102D20004088C1B20091030A18A22046214605F04E -:102D300095F90E4803880E480088398832880A4D74 -:102D40002D8800AE27C61AA22046214605F086F936 -:102D500005B0F0BDC8940102CD3300008A9C010289 -:102D6000D8940102789501025A9501025295010208 -:102D7000549501025695010258950102C9E8B1B86F -:102D800049443A202578202E0D0A0000B9CCBCFE1B -:102D9000B0E6B1BE3A34472D475053B6A8CEBBCAB1 -:102DA000D6BBB7205625642E25642E200D0A0000C0 -:102DB000B7FECEF1C6F7B5D8D6B73A2025642E2592 -:102DC000642E25642E25643A25642E0D0A00000029 -:102DD000F0B583B030480068C16B0901890F01D09C -:102DE00003B0F0BDC16BC06B2C4D05404800400FD7 -:102DF0000826029686400227384601F04DFC0190D5 -:102E00007043C10B4A1B26485043FDF779F904462D -:102E100004F01AF8032123A238461F4F00912346DD -:102E200005F01CF9F88A002817D0019840012946BE -:102E3000FDF750F946431822324001200F2A01467F -:102E400000D8002173095B181B4CA3420DD8194D03 -:102E5000ED1A6D050F2A0CD80CE038680021C1600E -:102E6000112001F009FC03B0F0BD5D1C6D050F2AB7 -:102E700000D956422A0C029D2E4009018919A3420D -:102E800002D80098000400E040040818801839684F -:102E9000086303B0F0BDC046B0930102FFFF1F00FE -:102EA00040420F0052434F33324B2070706D20254B -:102EB000640D0A00FF070000FE7F0000B0B582B07D -:102EC000154908688269D2070CD00122C2610D69D8 -:102ED000002D07D000686C46214603F0F5FD002167 -:102EE0002046A84702B0B0BDB0B582B00A49086814 -:102EF000026C92070ED5026C012313430364CD6864 -:102F0000002D07D000686C46214603F0DDFD00214E -:102F10002046A84702B0B0BDB09301020648016840 -:102F2000032291430160016801220A43026000F01C -:102F3000B9F803F0ABFFC0462800004080B50D494A -:102F40000868002810D5224802680423032A01D00B -:102F50001A4300E01A460A601E490A68002A02D095 -:102F600041680020904780BD03A00CA19E2211A3C0 -:102F700004F018F82C100140696E636C7564652FBD -:102F8000647269766572732F6D6B5F736C656570C3 -:102F90005F74696D65722E6300000000534C4545F7 -:102FA000505F54494D45525F49525148616E646CBF -:102FB00065720000556E6578706563746564207392 -:102FC0006C65657020696E7465727275707400004E -:102FD0000C900102DCB70102B0B582B00446007863 -:102FE000002811D0094D01A908702868416A0029FC -:102FF000FCD101A901220020034605F05BFD611C04 -:10300000607800280C46EED102B0B0BDC893010232 -:10301000F0B583B0154607460022D043022F19D8D9 -:10302000002D17D000AB07C30F4878430F490E1887 -:10303000443630462946FEF72AFD00280CD00446C7 -:10304000006801992A46FDF76FF830462146FEF7E1 -:1030500009FD029803B0F0BD05A03946FEF7E9FC72 -:10306000009803B0F0BDC046540500009CA00102CA -:10307000736F636B65745B25645D2073656E64209C -:103080006275662066756C6C0D0A000080B5044898 -:103090000168491C01600069002800D0804780BD9C -:1030A000E0B7010201480249016070471C9001022B -:1030B0000026B80380B582B00E4908680022C260BD -:1030C0000192CA68002A02D0016801A8904702B0A4 -:1030D00080BDC04680B582B0064908690022C26042 -:1030E00001220192CA69002A02D0016801A8904712 -:1030F00002B080BDA8920102F0B582B018484078B5 -:103100000090002824D0174D2B464833002401940A -:103110000BE00198C0B24000134908180021418615 -:103120009B1C641C0098844214D22819067A771CD0 -:103130000772042EEDD8019AD0B24600AE191D8850 -:1031400048217552074D28180772521C0192E7E773 -:103150000020019002480199417002B0F0BDC046C4 -:10316000D0950102489601022697010280B5002001 -:1031700005F074F980BD80B5012005F06FF980BDC0 -:10318000F0B581B003F0BCF8164CE060A1780029DE -:1031900001D001B0F0BD21790029FAD101212171BE -:1031A00000281BD08D02281AA168814216D0444EF7 -:1031B0002F46A068305C21698847A068401CA06049 -:1031C000681EA168814201DD0020A060E168A0685E -:1031D000022F03D3691A7F1E8842EAD10020207192 -:1031E00001B0F0BDB894010270B5B6B000F032FE87 -:1031F0001349088800250D80124A11881580FCF7B4 -:1032000069FF114908801148808811490978114ED9 -:103210003278114B1B7800AC0FC404ACC8210FA24C -:10322000144B204605F024FE0246357012484069D2 -:103230002146FFF7EDFE00F0EBFD36B070BDC04655 -:103240007C9501027A950102249C01028A9C01026C -:10325000E4940102DC9401027795010225732C2588 -:103260003034782C2530327525252C25642C2564A6 -:103270000D0A00008C9701025095010270B50E25D1 -:1032800000242846214603F065F90D20214603F06D -:1032900061F90124204604F0E9FF0426284631465E -:1032A00003F058F90920314603F054F9204600F0A4 -:1032B00051FFA2020249034B204605F0D5FA70BD2A -:1032C0008CB301029D8A0000B0B50C467C214843B6 -:1032D000034A15182846FEF7C1FB6C600020B0BDFC -:1032E00098B00102B0B582B0602833D0622843D0D4 -:1032F000642854D101A82F490180EFF3108072B6E1 -:1033000000242046214601F0E5FF2B4D002805D181 -:10331000012002030020294601F036FF103501AAE2 -:1033200002232046294602F00DFC62B623A0FFF7D7 -:1033300053FE64201B490C5203F014FD1A4801F09F -:103340007BFABFF34F8F194819490160BFF34F8FC4 -:1033500000BFFDE76020134900220A5203F002FD7E -:10336000114801F069FABFF34F8F1048104901600E -:10337000BFF34F8F00BFFDE762200A4900220A52C7 -:103380000A8003F0EFFC084801F056FABFF34F8FB4 -:10339000064807490160BFF34F8F00BFFDE702B049 -:1033A000B0BDC0468A9C0102A08601000CED00E081 -:1033B0000400FA05AAAA000000D00204BDF8C8EB78 -:1033C000C9FDBCB6C4A3CABD0D0A0000F0B5D1B09A -:1033D000A9490A78002A26D0A64EF28B002A22D1CB -:1033E000A64DAA68082A00D992E0930001A4E358E8 -:1033F0009F46C04619340000113500001135000009 -:10340000213500004B350000553500005F350000C8 -:103410002F35000069350000552800D0BDE001209F -:10342000A86051B0F0BD4978002900D1B9E0934DB2 -:103430006A7997498854A979A871E971521C6A710F -:103440000A2800D0ADE00D2900D0AAE003A8019021 -:1034500037A800902C4628348D488E491DAB224653 -:10346000FCF79AFEE8608CA105222046FCF787FE57 -:10347000002837D1864C2046FCF77AFE821E884809 -:103480002146FCF751FE1DA80024214606F0BAF99A -:10349000A861E96137A8214606F0B4F9286269629B -:1034A000A869E96922462346FDF798F9002802D168 -:1034B0007C4800F0F3FC03A8FCF700FF286100281B -:1034C00010D07948047079480470794804807948AC -:1034D0000078002805D0FFF787FE7748047005F0D4 -:1034E0005FFC2C616A489621FCF737FE1DA8642416 -:1034F0002146FCF732FE37A82146FCF72EFE03A832 -:103500002146FCF72AFE00206871E88051B0F0BD2A -:10351000AA2838D1012A36D10220A86051B0F0BDC6 -:103520000421A9600021A970687051B0F0BD29790B -:10353000534A5054481C28716978491FC0B28142CF -:103540002FD10820A86051B0F0BD0522AA60887074 -:1035500051B0F0BD0621A960A87051B0F0BD07219F -:10356000A960287051B0F0BD6A78062A02921AD379 -:10357000531F0025424A2C46575DE419A4B26D1C26 -:103580009D42F9DB10E0032807D1022A05D1012072 -:10359000E8700320A86051B0F0BD0020A870A860BA -:1035A000687051B0F0BD00242018029A8218887803 -:1035B0001118324FBD7849193C780919FA78002A58 -:1035C00000D0C91CC9B2FF2935D1012809D0022871 -:1035D00031D11E2D36D1FFF751FE0120F08351B0BD -:1035E000F0BD284A9471032010719070AA20507089 -:1035F0005520107068085071651DD5704000311855 -:103600001646D01D2246FCF78FFD301DE11CEAB2A4 -:10361000D21C037892B2D218401C491EF9D1A019CD -:10362000D143C171090A01720934012000233146D6 -:10363000224605F03FFA0020B870B8603871787003 -:1036400051B0F0BD70190E4E31462246FCF76CFDAC -:103650003078012802D12846FFF744FE03F082FBB0 -:10366000BFF34F8F084809490160BFF34F8F00BF78 -:10367000FDE7C0468A9C0102189001029095010264 -:1036800028B30102229801020CED00E00400FA05C3 -:1036900090B2010255A00000474E4747410000008C -:1036A0008C97010298A0010298930102779501027C -:1036B0009AA00102789501027695010280B582B048 -:1036C000002001900448C268002A02D001A800210D -:1036D000904702B080BDC04670940102F0B583B03F -:1036E00000242046FFF774FAFFF797FA274EB060E0 -:1036F000FFF790FA7060264F0BE001A8C188808820 -:10370000084319D101A8408824180834B0688442BD -:1037100035D201AD082128462246FFF765FA2888F0 -:103720000028EAD0B8422AD001AD0421284601F091 -:103730006DF8A9888842E5D03460B06884420CD224 -:1037400001AD022128462246FFF74EFA2888B842EA -:1037500003D0A41CB0688442F2D370682118491EBB -:103760004042084030600DD0002425460120294603 -:10377000FFF712FA03CE4D19083E8542F6D33460A6 -:1037800003B0F0BD0024346003B0F0BD80950102A9 -:10379000FFFF0000CC480149C180704701030000D1 -:1037A000F0B585B01F4604920646C8170C18444071 -:1037B0000A2C039114D301250A212046FCF78AFC28 -:1037C0006D1C632C0446F7D804998D4200D329461A -:1037D0000A9C002F09D00398002808D4002207E093 -:1037E000012504998D42F2D2F2E7002205E0012280 -:1037F000042323409B081343FA1A0223234004980E -:103800000028029412D1002B10D0F468002C62D44E -:103810000398002825D40298400734D57068B5680D -:103820006F1C87422FD830682B2423E0E407ECD1AB -:10383000002A0AD1E9E7376820203855B560F068DA -:10384000441CF460521E002CDFD49142DDD2776814 -:10385000B468651CBD42EED9F468521E002CF4D544 -:10386000D3E7404203907068B5686F1C87420AD85E -:1038700030682D244455B760F068441CF46000257E -:10388000ED43A84227DB002B1CD00120029B1840EF -:10389000049B184316D1002A03D113E0521E002CBA -:1038A0000ED491420CD27068B3685D1C8542F5D885 -:1038B00030683024C454B560F068441CF460EDE70F -:1038C000002C08D40092029801900A2230460399F5 -:1038D000049B00F003F805B0F0BD0000F0B587B020 -:1038E0001F4615460290012406919142009407D389 -:1038F000012406982946FCF7EDFB641CA842F9D286 -:103900000D980C9ABC42039700D303940099014090 -:10391000002A009109D00029029C25D1202180078E -:1039200005D40846002F11D004E0029C1CE0302092 -:10393000002F0BD0084609E023685854A260E168C4 -:10394000491CE1603246721E00290DD40399914250 -:103950000AD216466368A1684A1C9A42ECD9E1680B -:103960003246721E0029F1D5E068002859D405902E -:10397000012401E07F1E6C43022FFBD206982146F2 -:103980001646FCF7A7FB3246A842F4D2029880689C -:103990000490069F0195069738462146FCF79AFB4E -:1039A000049D691C029F7A68914206D9069F059A78 -:1039B000019D0592002A0ED516E01B4A125C3B6859 -:1039C0005A55B960FA68521CFA600491069F019D2D -:1039D0000592002A08D460433F1A20462946FCF786 -:1039E00079FBAC420446D6D200980028029C059B85 -:1039F000049D16D0002E14D0701C01E0002B10D4B2 -:103A0000401E039981420CD2691C62689142F5D82C -:103A1000226820235355A160E268531CE3600D46E1 -:103A2000ECE707B0F0BDC046029B0000F0B583B0E4 -:103A300001900291002923D00025234E2F460AE051 -:103A4000234941184A0F8918C91031737F1CB9B234 -:103A5000029A914216D2019800884B24210100B2AB -:103A600000F05CF8400061014018708300B2154915 -:103A700088422946E9DB15498842E1DD6421E4E713 -:103A80001148408B04B2012100200E4DAC420A4681 -:103A900000DB02460C4B9A73AC4200DA01460D483B -:103AA000007802F0E5FCAC4201DB14A200E00AA2BF -:103AB0000320014604F0D2FA0C2002F0A9FC03B066 -:103AC000F0BDC046E40C0000D894010204100000D0 -:103AD0001CF3FFFF76950102B5E7B3D8B5E7D1B97E -:103AE000B5CDD3DA332E3356A3AC3447A3AC47500D -:103AF00053CDA3D6B9B9A4D7F70D0A00B5E7B3D80B -:103B0000B5E7D1B9D5FDB3A32C3447A3AC47505387 -:103B10002CD5FDB3A3B9A4D7F70D0A00074A9042EC -:103B200001DD054A801800B24143C817400D08184E -:103B3000C00A00B27047C04600F0FFFFFF07000058 -:103B400010B50078012819D1AC480269012A04D1C6 -:103B5000614A13680124A3431360032905D080211F -:103B60004161C269002A05D107E001214161C269B2 -:103B7000002A02D001898069904710BDFF222E32B1 -:103B8000024803A107A303F00DFAC046709D000090 -:103B90006164635F646D615F63616C6C6261636BE0 -:103BA00000000000556E657870656374656420647C -:103BB0006D61206368616E6E656C0D0A0000000027 -:103BC000F0B58DB00D460124EFF31081214002D1F4 -:103BD000EFF3108372B6894E73690F2B06DD102B3D -:103BE00037D0402B2FD0802B2DD005E0002B2AD0B2 -:103BF000012B01D110237361B5813581B061F26170 -:103C0000002900D162B63179002929D00294304CC4 -:103C100005A90A4604950390E8CCE8C2E8CCE8C2BE -:103C2000029C204600F016FE2A4800902A4D2946A4 -:103C300008312046039A049B00F07CFE2C6000248F -:103C400020460DB0F0BD0029FAD162B620460DB075 -:103C5000F0BD02240029F3D162B620460DB0F0BDBC -:103C60003178002907D01C480721816104600024B5 -:103C700020460DB0F0BD3269B3891749002B15D02D -:103C8000B5693089012A02D0002A03D003E09FB22F -:103C9000874200D10C604F68FF07FCD08F6880C559 -:103CA0005B1E1F04EED10023B381B561012A02D14E -:103CB0000A68A2430A607461F2690024002ABFD036 -:103CC000B36931898800181A904720460DB0F0BDBD -:103CD000149B0000413B000008D00140F0B581B0CA -:103CE000002856D00446424EF068800754D413256D -:103CF000284600F0C9FC284602F0D8FE2768616813 -:103D0000012538462840CA07920F1018227C120756 -:103D1000120E8018627C1207120D8018A27C120706 -:103D2000120C8018627D13071B0AC01812091206B4 -:103D3000801830607D2006020029304600D12D48D1 -:103D4000E3681A0A7D2A1A4629D22B4EB3422AD298 -:103D500000292BD0002A2946254E00D01146FCF719 -:103D6000B9F9401E80B2706024480761E27C02709D -:103D7000237D0371224F3E686902A468012C1BD089 -:103D80002C0226433E60002B1ED00121184A1163ED -:103D900029E0012001B0F0BD022001B0F0BD3246A3 -:103DA000154EB342D4D333460029D3D11A46002A44 -:103DB00029460F4ED2D1D2E73F242401A6437618DC -:103DC000F0363E60002BE0D1002A0CD0FF22120218 -:103DD0000C4B1C6894430122D203A2181A600A4AB1 -:103DE00011600A4A116001214161002001B0F0BD5B -:103DF00000D001400026B80380841E008094010298 -:103E00002C06004008E400E080E200E000E100E071 -:103E100080B54F480021017048480078C0014849EA -:103E20000978890101434748007840010843464921 -:103E300009780901014345480078C0000843454915 -:103E4000097849000143444800780843C0B2FDF7AF -:103E5000EFFF80BD80B53E480121017038480078F1 -:103E6000800136490978C90101433648007840018C -:103E70000843354909780901014334480078C000F6 -:103E8000084334490978490001433348007808431E -:103E900004210143C8B2FDF7CBFF80BDF0B581B06E -:103EA0000446007841424141217024480078C00115 -:103EB00023490978890101432248007840010843D9 -:103EC000214909780901014320480078C0000843CE -:103ED0001F4F3978890001431E4D28784000084360 -:103EE0001D4E31780143C8B2FDF7A2FF7D20C0000E -:103EF00000F0A2FC20784142414121700F48007837 -:103F0000C0010F490978890101430E48007840013A -:103F100008430D490978090101430C480078C000A5 -:103F200008433978890001432878400008433178F4 -:103F30000143C8B2FDF77CFF01B0F0BD229C010235 -:103F4000769501029993010210C0010298A0010226 -:103F5000239C0102D4B70102E594010270B5814EA1 -:103F60003060112400252046294602F0F3FA20464D -:103F700029462A4602F054FA03222046294602F036 -:103F800011FB32680221204602F0C2F92046294680 -:103F900002F0B6FC70BDC046B0B5724DA8600224F8 -:103FA000002120460A4602F03BFA01210522204664 -:103FB00002F0F8FAAA680321204602F0A9F9B0BD80 -:103FC00070B55621D848B42242525C210023435296 -:103FD000414AC2878387392444874049C186838602 -:103FE0003F4D45863F4D05863325C58583854485F0 -:103FF000C18483847A2444840384C3830383C38277 -:104000000382394C44608360C360836503463E335A -:10401000364C250CDD829C82160C5E821A8264224C -:10402000DA8157229A8167225A815E221A81DD80C5 -:104030009C805E80090C018701853D2149044183F4 -:104040004182090C8183818270BDC04670B55621C2 -:10405000B548B42242525C21002343521E4AC28713 -:104060008387392444871D49C18683861C4D458634 -:104070001C4D05863325C58583854485C18483848D -:104080007A2444840384C3830383C3820382164C4B -:1040900044608360C360836503463E33134C250C44 -:1040A000DD829C82160C5E821A826422DA8157229B -:1040B0009A8167225A815E221A81DD809C805E800F -:1040C000090C018701853D21490441834182090C86 -:1040D0008183818270BDC0466C00630024002F0084 -:1040E000C7FF0000B7FF00004C373737620064009D -:1040F00070B58E484C21016001252C02601C00F037 -:1041000043FA322000F098FB00F056F9284600F000 -:104110005DF9284600F06CF800F048F90C4800F012 -:1041200033FA00263046314600F03EFB2846314641 -:1041300000F03AFB204600F027FA022000F024FAB3 -:104140004834204602F0A6FE02F004FF70BDC046CF -:104150000102000010B50446072103F0DDFD01480F -:10416000446010BDCC940102B0B50C24002520465B -:10417000294602F0EFF9012120460A4602F050F9E3 -:10418000022120462A4602F00DFAB0BD70B5052086 -:104190000424214602F0DEF90620214602F0DAF975 -:1041A0000A20214602F0D6F90920214602F0D2F970 -:1041B00000240121204602F0CDF90225204629469F -:1041C000224602F0EFF90B2630462146224602F045 -:1041D00027F930462946224602F0E4F970BD000076 -:1041E0000248016801229143016070475800004075 -:1041F00002490A6802408242FBD1704704600040D5 -:10420000B0B5494D28688107484C0ED528797F21E3 -:10421000084022688A431018206023680B4002205F -:104220000321434A03F01AFF286880040ED55E205C -:10423000285C7F21084062688A43101860606368C8 -:104240000B40022003213B4A03F008FF172000F037 -:104250001BFA3948016802220A4301218A4302609D -:1042600036483749016037480021C17181791F25DF -:1042700029408171817A427C837C1B029A18C37C1D -:104280001B04D218037D1B06D2182F4B9A4218D15B -:10429000427B837B1B029A18C37B1B04D218037CCE -:1042A0001B06D218294B9A420BD1C27A037B491EB6 -:1042B000122906D819028918254A914201D12021D4 -:1042C00001720178CA0602D11022114301701C3C10 -:1042D00020682021884320601E481F4901604168F2 -:1042E0000029FCD502F068FA0446022003211BA233 -:1042F000234603F0B3FE0A20C441032C05D8022054 -:1043000003211DA203F0AAFEFEE71848C1680F2290 -:104310009143C1600168164A0A40026019200001F9 -:10432000144948600D60B0BD289C0102480000405F -:10433000B89D0000A29D0000040200400C06004051 -:10434000AF6B100A6B0001404D383650312E3236BB -:104350000734000000600040FE1C00804368697064 -:104360002049443A20253038780D0A00C8600040C2 -:10437000FEFFC3FF0C0400404F6C6420636869704B -:10438000206D6F64656C206973206E6F7420737587 -:1043900070706F727465642062792074686973202C -:1043A00053444B2121210D0A0000000080B5172045 -:1043B00000F062F9002080BD10B51724204600F0FF -:1043C00063F9204602F072FB002010BD0121C907ED -:1043D00001430148016070470060004080B56348B8 -:1043E0000021017062480078C001624909788901A2 -:1043F0000143614800784001084360490978090198 -:1044000001435F480078C00008435E49097889008D -:104410000143554800780843C0B2FDF709FD80BD4F -:1044200080B55248012101705248007880015049FE -:104430000978C901014350480078400108434F49B9 -:104440000978090101434E480078C00008434D49EE -:104450000978890001434448007808430221014358 -:10446000C8B2FDF7E5FC80BDF0B581B00B2001F0CE -:10447000C7FF3B49097800282AD03A480022027039 -:10448000643948424841384A10704A1E9141374ABF -:1044900011704900081836490978C9014018354992 -:1044A00009788901014334480078400108433349C1 -:1044B00009780901014332480078C00008433149B6 -:1044C000097889000143C8B2FDF7B2FC01B0F0BD24 -:1044D000102940D324480024047025480078C001E6 -:1044E00024490978890101432348007840010843A1 -:1044F0002249097809010143214F3878C000084357 -:10450000204D297889000143184E30784000084337 -:10451000C0B2FDF78DFC347015480078C001154914 -:104520000978890101431448007840010843134980 -:104530000978090101433878C000084329788900C7 -:104540000143094800780843C0B2FDF771FC0548F3 -:10455000047001B0F0BD03480121017001B0F0BD4D -:10456000E4940102E7940102E5940102D4B7010248 -:10457000229C0102769501029993010210C001026A -:1045800098A00102239C010210B5C1B2000AC2B278 -:1045900002290CD0012913D0002930D1911E7F4867 -:1045A00002291BD20121032A2AD0490429E07B4891 -:1045B0004168002A1FD00246203A1143416010BDD5 -:1045C00076480168D31E022B10D3012A29D0002A75 -:1045D00041D1012292079143016010BD002A16D1FA -:1045E0000121490702688A43026010BD0123042AA1 -:1045F0001FD05A041EE0012292079143416010BD72 -:104600000904194A7F32C36A13405918C162174915 -:104610008A699207FCD50121490702680A430260B2 -:1046200010BD0522120791430246203A0A43026058 -:1046300010BD1A04836A0C4C1C40A21882620B4AFB -:10464000131F00241C600A4B0A4C1C600D235B02E4 -:1046500014681C431460054A93695B06FCD5052267 -:1046600012071143016010BD80FFFCFF14020040DF -:1046700004010040FF0F000001218140474802680B -:104680008A4302607047C046012181404348026866 -:104690000A4302607047C04610B5052811D8C046CD -:1046A0007844007940008744020E192434393B498C -:1046B0000A680868C0003CD53A4820390A425DD0F3 -:1046C0003BE0002010BD35490A680868C00035D5B8 -:1046D00034480B46203B1A4237D134E02F490A6850 -:1046E0000868C00036D52F480B46203B1A424CD1F3 -:1046F00035E02A494C680120C0030A680B46203B7C -:104700001C421AD00C68E4003BD5264C1A423CD01F -:104710003AE0224800680120C00310BD1F490A6822 -:104720000868C0001ED51F480B46203B1A4220D106 -:104730001DE01B4820390A4220D010BD18480B4606 -:10474000203B1A4201D10120C00349688900890F2A -:10475000C84010BD12480B46203B1A4215D101201B -:10476000C00312E00E480B46203B1A4201D1012043 -:10477000C00349680903890FC84010BD0120C00368 -:1047800010BD074C1A4200D020464A689200920F92 -:10479000D04049680901890FC84010BD2000004081 -:1047A000006CDC020026B80304282CD8164AC04648 -:1047B0007844007940008744020A121A210003203D -:1047C0000007136883438807800818181AE003203D -:1047D00080061368834388070009181812E0032035 -:1047E0008004136883438807000B18180AE0FF2031 -:1047F0000002136883430802181803E01068FF23BF -:10480000984340181060704724000040B0B5002263 -:1048100000290CD0074B047895B22D0A65406C0036 -:104820001C5B12026240491E401C0029F3D190B269 -:10483000B0BDC0460299000000280AD030B4072558 -:104840002C02CD256419604340091238001FFDD8A1 -:1048500030BC7047F0B581B005460120072D66D801 -:104860000C46002963D04A4F38680169C90736D120 -:1048700005263046FFF708FF304602F017F903CF50 -:104880000369012213430361002918D403200B4656 -:1048900083438E481E588807C00EFF278740BE43BB -:1048A00040278740374389481F501F2008408240D7 -:1048B0008748026087480260354800680FE08A0731 -:1048C000D20EFF2696400F230B40083B03218B435B -:1048D0007D495F58B743402696403E435E5069018C -:1048E0004018012109024218E369DB069B0CA56907 -:1048F000ED00EDB2EB18536062685207520B23686B -:104900005B075B099A18A3685B079B0CD218E368E6 -:104910005B075B0DD21823695B01DBB2D2186369B8 -:104920009B07DB0ED218802313434350002001B0B5 -:10493000F0BDC046F0B581B0002A23D00546083549 -:10494000134C2668F668EE40F50702D0022001B04D -:10495000F0BD069D8600A619B560400124682018A8 -:10496000009301231D02461977680724A743776047 -:10497000F16032610099B160415919434151002001 -:1049800001B0F0BD03A00AA174220DA302F00AFB3E -:1049900060920102696E636C7564652F647269765A -:1049A0006572732F6D6B5F646D612E630000000094 -:1049B000646D615F7472616E736665720000000001 -:1049C000496E76616C6964207472616E736665729B -:1049D000206473742061646472000000000158490F -:1049E000085840687047C046F0B581B005460120C0 -:1049F000012D4CD80C46002949D0002D03D0012DA3 -:104A000004D10F2000E00E20FFF73EFEA668012E25 -:104A100004D0002E4FD1E08900284CD1290129482B -:104A200043580020D860F507AD0F27686668B607C1 -:104A3000360F76192569EA07920EB618022F04D0B0 -:104A4000012F03D10122164300E040361D4F9E6026 -:104A5000E2681A6079188D606269CA604968002945 -:104A600017D403220B469343184A9C588D07ED0E2A -:104A7000FF26AE40B4438026AE4026439E501F2200 -:104A80000A4001219140124A1160124A116001B09E -:104A9000F0BD8A07D20EFF2494400F230B40083B41 -:104AA00003218B4308495D58A543802494402C433F -:104AB0005C5001B0F0BD08A00FA1492212A302F082 -:104AC00071FAC046A89201021CED00E000E400E08B -:104AD00080E200E000E100E0696E636C7564652FC0 -:104AE000647269766572732F6D6B5F6475616C5F5C -:104AF00074696D65722E63006475616C5F74696DB5 -:104B000065725F6F70656E00636F6E6669672069BE -:104B10007320696E76616C69640000000001084AC8 -:104B200010580160816880220A4382607047C04645 -:104B300000010349085881688022914381607047D1 -:104B4000A89201020A490A680A4802400A60FD2147 -:104B50004900094A1268515C002908D007490A6CCB -:104B600002400A64012000060A6882430A60704716 -:104B700000040040FFFFFF7FAC93010220000040D3 -:104B800000207047F0B583B00D4604467C264643AE -:104B900050488719F869396AFBF79CFAA84200D88F -:104BA00092E0019502940121EFF31080084002D1B8 -:104BB000EFF3108272B63C4610343B690025062B99 -:104BC0000CD80A469A40D3065B0F06D161231A42DD -:104BD00075D00D46002803D003E00225002800D13F -:104BE00062B6002D02D0284603B0F0BD00943C46CA -:104BF0002034384880591021C1613E46143602F0F5 -:104C0000A3F905463868C069C00605D502F09CF9CD -:104C1000401B31888842F5D90621029D284600F0C4 -:104C20000BFF206801994143B86909183868816011 -:104C3000172179563C461734002909D5C16920222D -:104C40000A43C2610121F966890502680A430260CC -:104C50000521284600F0F0FE207840B2002500280B -:104C6000C1D42B4800687D24E100FBF733FA6101D1 -:104C70004143029800F0B2FE02F066F9044638683B -:104C8000C069C00705D002F05FF9001B3188884277 -:104C9000F5D902F059F904463868C169890706D583 -:104CA00002F052F9001B31888842F5D93868012199 -:104CB000009A116053498161284603B0F0BD032179 -:104CC000216000288CD08CE7034804A1084A09A37E -:104CD00002F068F9C8920102E89D0000666C6173F9 -:104CE000685F626C6F636B5F657261736500000083 -:104CF0005D020000626C6F636B20696478206973E9 -:104D0000206F7665722072616E67650D0A00000083 -:104D1000F4B70102F0B583B002907C214143934A7D -:104D20005418E56EEAB2511E02291FD22904012649 -:104D3000090E18D001960092022100F07DFE274650 -:104D4000143702F001F906462068C169890606D4C5 -:104D500002F0FAF8801B39888842F5D92068007D76 -:104D6000C007019E08D0304603B0F0BD032A36D1FB -:104D700000922804000E36D020466C302D0C002105 -:104D8000019101602746143702F0DEF806462068DC -:104D9000C069C00705D002F0D7F8801B3988884267 -:104DA000F5D902F0D1F806462068C169890706D511 -:104DB00002F0CAF8801B39888842F5D92068114969 -:104DC0008161E9B20120002911D003290099019ED7 -:104DD00000D006202061226F002A0ED1C3E70026F2 -:104DE000304603B0F0BD0126304603B0F0BD009957 -:104DF000019E2061226F002AB5D002A8904730465C -:104E000003B0F0BD000093EB70B5002801D0012085 -:104E100070BD7825CD4E705D00280ED0002409218C -:104E2000204600F009FE0F20FFF706FD1520FFF7D2 -:104E300023FC74553461204670BD042070BDC0460B -:104E4000F0B581B00C460078484EF16881422CD113 -:104E5000032C54D1706EB16E884261D900240621B2 -:104E6000204600F0E9FD3068F16D81602046214662 -:104E700000F0E2FD354660352CCDF0683168B48C29 -:104E8000414F00975B1BA34200D81C46A308143176 -:104E9000FFF750FDB06E0019B066306E0019306635 -:104EA000F06D0019F06501B0F0BDB168814255D1D7 -:104EB000032C45D1F08CF16D0918F165316E09189C -:104EC0003166B16E0818B066716E814238D900241F -:104ED0000621204600F0B0FD3068F16D81600121AF -:104EE000204600F0A9FD316EB068F38C3268264C84 -:104EF000009414329B08FFF71DFD01B0F0BD30682F -:104F00001021C16102F020F805463068C069C00672 -:104F100016D502F019F8401BB18A8842F5D90FE086 -:104F200030681021C16102F00FF805463068C06991 -:104F3000C00605D502F008F8401BB18A8842F5D9B1 -:104F40000120C107326813688B431360F16E22049D -:104F50000A4300021043F06601B0F0BD4D2002018B -:104F6000034804A1844B02F01DF8C046C892010218 -:104F7000E89D0000666C6173685F646D615F6361EA -:104F80006C6C6261636B0000414E0000F0B581B053 -:104F900000786E4DAA68824200D0D0E0012630022F -:104FA000032942D16A6DAA66AB6DAC6AA418EB65A1 -:104FB0002C66AB6C5B1CAB646B6E934235D95E3078 -:104FC000FFF73AFC686CA96C02293AD3814238D1C8 -:104FD000E88C696D081868650020062100F02CFD3A -:104FE0002868E96D81602F6D01F0AEFF04462868E6 -:104FF000C069C00705D001F0A7FF001BA98A88423D -:10500000F5D901F0A1FF04462A68D069800706D5CA -:1050100001F09AFF001BA98A8842F5D92A687420FA -:10502000285C012841D0F10440E0F2072B681C689D -:1050300094431C60EA6E090411430143E96601B020 -:10504000F0BD0229FBD38142F9D2E88C696D0918C1 -:105050006965A96D0818A8650020062100F0ECFC20 -:105060002868E96D8160EF8C01F06EFF04462868C6 -:10507000C069C00705D001F067FF001BA98A8842FC -:10508000F5D901F061FF04462A68D069800706D58A -:1050900001F05AFF001BA98A8842F5D92A687420BA -:1050A000285C012822D0F10421E03105334B3B403C -:1050B0005918012802D01920400601E00720C00637 -:1050C00008182F4940185060002F0DD001F03CFF08 -:1050D00004462A68D069800706D401F035FF001B1A -:1050E000A98A8842F5D92A682B6D1FE03105234B28 -:1050F0003B40C918012802D01920400601E00720D2 -:10510000C00608181E4940185060002F0DD001F04D -:105110001BFF04462A68D069800706D401F014FFFB -:10512000001BA98A8842F5D92A68EB8C296EA868E9 -:10513000144C00941432FFF7FDFB01B0F0BD04489D -:1051400004A10C4A0C4B01F02DFFC046C89201028D -:10515000E89D0000666C6173685F646D615F7772E3 -:105160006974655F6E62797465735F63616C6C62AC -:1051700061636B0072040000CF9D0000FF3F0000E0 -:10518000008080008D4F0000F0B587B004460126F6 -:10519000880E14D01546002A11D00F468120C00475 -:1051A000401B88420BD37C206043F04908180590CF -:1051B000818C38460691FAF78DFF002902D03046DF -:1051C00007B0F0BD28460699FAF784FF0029F6D10A -:1051D000059880693E1A30460699FAF77BFF074624 -:1051E000039670190190069E3146FAF773FF054643 -:1051F000C01B04900598006A02903146FAF76AFFD6 -:10520000049981420FD20026BD42D8D920463946A2 -:1052100000F018FB2046FFF77DFD0028FAD17F1C27 -:10522000AF42F3D3CBE700900398029D2946FAF7EB -:1052300051FF0646284670430399081A019800D08A -:10524000761C2946009D7543FAF744FF05900299A4 -:1052500041430198401A03900699FAF73BFF0490E6 -:10526000AF420BD22046394600F0ECFA2046FFF759 -:1052700051FD0028FAD17F1CAF42F3D30598864236 -:10528000069D009F0CD220463146FFF77BFC20464E -:10529000FFF740FD0028FAD1761C05988642F2D32C -:1052A0000398A84203D20026304607B0F0BD059807 -:1052B00047430025E919204600F0C4FA2046FFF7CD -:1052C00029FD0028FAD16D1C002604988542F1D3EF -:1052D00075E7C046F0B585B0002803D0012420460C -:1052E00005B0F0BD7822A14FB85C002803D000249F -:1052F000204605B0F0BD0492002905D03846143090 -:105300000CC90CC01CC91CC00020F866152420461E -:10531000FFF7BAF9204601F0C9FB38681021C161D6 -:1053200001F012FE04463868C169C90607D501F0CC -:105330000BFE001BB98A8842F5D9386800E0B98AAB -:10534000BA7D1207120B5218F97DCB07DB08D21871 -:105350008B07DB0F5B05D218CB06DB0FDB05D21802 -:105360004B07DB0FDB06D2188B06DB0F5B07D2186F -:105370000907C90F89071143016000240A2120464B -:1053800000F05AFB3220FFF757FA0821204600F0C0 -:1053900053FB01F0D9FD05463868C169890606D47A -:1053A00001F0D2FD401BB98A8842F5D93868017DE9 -:1053B0000A46C23A5342534174257B550904027D83 -:1053C00012025118007D0B180220032668A23146F4 -:1053D00002F044FE785D0128039619D1F87D029011 -:1053E00000260621304600F027FB0721304600F05A -:1053F00023FB012102988143785D012847D1386859 -:105400008901017506757521795C012938D048E05C -:105410000020032100F010FB01F096FD06463868DD -:10542000C169890606D401F08FFD801BB98A8842C4 -:10543000F5D93868007D46080122F87D01463143E0 -:105440001640C90701D0304036D00295002506210C -:105450002846019200F0F0FA07210095284600F056 -:10546000EBFA019846400298385C012813D138685D -:10547000B1010175009901757521795C012910D17F -:1054800014307621795C4A424A41510008E038687C -:105490000675490003E03868009901757100143001 -:1054A0000170374800687D21C900FAF713FE2821F2 -:1054B0004143002000F092FA7720385C012803D1A4 -:1054C00002200021FFF770F901F03EFD0646386822 -:1054D000C069C00705D001F037FD801BB98A88423A -:1054E000F5D901F031FD06463868C169890706D54E -:1054F00001F02AFD801BB98A8842F5D93868D04965 -:10550000816117203856002829D57868002816D4DC -:105510000146039A91431C4A8B588507ED0EFF26DE -:10552000AE40B3438026AE401E438E501F21014043 -:105530000120884015490860154908600FE081077F -:10554000C90EFF228A400F230340083B0398834380 -:105550000C481D58954380228A402A431A50012046 -:10556000049978543861204605B0F0BDC892010214 -:105570006A656465635F69642025780D0A00000030 -:10558000F4B701021CED00E000E400E080E200E07E -:1055900000E100E0F0B593B07C270A9047439348C0 -:1055A000C619980704D0F07D4024044000D017E1CC -:1055B0000125880E2ED0002B2CD08120C004C01ACB -:1055C000884227D309920122EFF31084144002D1BC -:1055D000EFF3108072B63046103005903069002528 -:1055E00006280891069310D8079414468440E106D3 -:1055F000490F04D161210C4203D0154604E0022575 -:1056000002E00221059B1960079C002C00D162B6C4 -:10561000002D02D0284613B0F0BD3446173473482D -:10562000C05910210491C1613746143701F08CFC38 -:1056300005463068C069C00605D501F085FC401BF1 -:1056400039888842F5D92078400665D40297B78C0E -:10565000069C20463946FAF73DFD079039464143FE -:10566000601A039035462435A74200D894E0039889 -:1056700000281CD006210A9C204600F0DDF928886D -:1056800007994843089940183168886000272046E8 -:10569000039C394600F0D0F9079B099A28885843A3 -:1056A000C0193168097D11547F1CA742F6D33068B8 -:1056B0000499C16101F048FC0446029D3068C0694C -:1056C000C00605D501F040FC001B29888842F5D9A9 -:1056D00001F03AFC04463068C069C00705D001F00B -:1056E00033FC001B29888842F5D901F02DFC0446C3 -:1056F0003068C169890706D501F026FC001B29889E -:105700008842F5D930680121059A1160B24981615A -:105710000025284613B0F0BD03200025089FF7653B -:105720000999316606997166B566F0660120C00771 -:1057300031680A6802430A6006210A9C204600F08C -:105740007BF9306887602046294600F075F93A4FAA -:105750000BAA0A921BCF1BC21BCF1BC2B48CF068D2 -:105760000A99FFF777F8F0683168344A0092069A90 -:10577000944200D31446A3081431099AFFF7DAF8CB -:10578000B06E0019B066306E00193066F06D001909 -:10579000F065284613B0F0BD002404E0641C0798AF -:1057A000844200D363E706210A9800F045F928886F -:1057B0006043089940183168886000270A98394684 -:1057C00000F03AF928880028099AE7D060431018B9 -:1057D0003168097DC1557F1C28888742F6D3DDE7F3 -:1057E000034804A1064A07A301F0DCFBC8920102AA -:1057F000E89D0000666C6173685F7265616400001B -:10580000C603000054686520444D41207265616400 -:10581000206C656E6774682073686F756C642062B5 -:105820006520746865206D756C7469706C65206F97 -:105830006620340D0A000000749B0000414E0000F9 -:10584000000093EBF0B583B00D4604467C2646433A -:1058500051488719F869B98CFAF73CFCA84200D87E -:1058600094E0019502940121EFF31080084002D1E9 -:10587000EFF3108272B63C4610343B690025062BCC -:105880000CD80A469A40D3065B0F06D161231A4210 -:1058900077D00D46002803D003E00225002800D170 -:1058A00062B6002D02D0284603B0F0BD00943C46FD -:1058B0002434394880591021C1613E46143601F024 -:1058C00043FB05463868C069C00605D501F03CFBBE -:1058D000401B31888842F5D90621029D284600F0F8 -:1058E000ABF8208801994143B8690918386881608C -:1058F000172179563C461734002909D5C169202261 -:105900000A43C2610121F966890502680A430260FF -:105910000421284600F090F8207840B22C4600255B -:105920000028C0D42B4800687D21C900FAF7D2FBBB -:1059300020492D314143204600F050F801F004FB8E -:1059400004463868C069C00705D001F0FDFA001BA5 -:1059500031888842F5D901F0F7FA04463868C16900 -:10596000890706D501F0F0FA001B31888842F5D985 -:1059700038680121009A116017498161284603B0F7 -:10598000F0BD0321216000288AD08AE7034804A1E2 -:10599000084A09A301F006FBC8920102E89D000035 -:1059A000666C6173685F736563746F725F65726163 -:1059B000736500002B020000736563746F722069C9 -:1059C0006478206973206F7665722072616E6765F6 -:1059D0000D0A0000F4B70102000093EBF0B583B0AC -:1059E00001917C220290424353498C18254614357C -:1059F00001F0AAFA06460221029800F01DF801F013 -:105A0000A3FA07462068C169890606D401F09CFA0A -:105A1000C01B29888842F5D92068007DC00708D0BE -:105A20006420FEF709FF01F08FFA801B019988427C -:105A3000E1D903B0F0BDC046F0B585B0049104468D -:105A40007C2060433C490F183D46143501F07CFA38 -:105A500006463868C069C00705D001F075FA801B9A -:105A600029888842F5D901F06FFA06463868C0697E -:105A7000800705D501F068FA801B29888842F5D98E -:105A80001421049B5943DC2060432C4A10180390D6 -:105A900002914018018A8268C47C7426BE5D012E82 -:105AA0000DD10191012B02990CD0012B0DD075263F -:105AB000BE5D012E0ED0019E072B0ED10EE00E46CC -:105AC00002990BE00222012BF1D138247526BE5D2C -:105AD000012EF0D10326072B00D0019E184B334036 -:105AE00024069207D20A1219D218039B5958C907E3 -:105AF000490C52184168CB071B0CD218837C5B07FA -:105B00005B0BD218C0684007000A10183A68506052 -:105B1000002E0ED001290CD101F016FA0446386887 -:105B2000C069800705D401F00FFA001B298888425C -:105B3000F5D905B0F0BDC046C8920102949C0000A2 -:105B4000FF3F0000F0B59DB00D460126890E2FD015 -:105B5000002B2DD011928121C9041093C91AA9429A -:105B600026D30121EFF310840C4002D1EFF3108211 -:105B700072B67C220F904243E74814928718384649 -:105B800010303B690026062B0DD80A469A40D306F2 -:105B90005B0F07D161231A4200D16FE30E46002C40 -:105BA00003D003E00226002C00D162B6002E02D002 -:105BB00030461DB0F0BD0290BD650021139179659E -:105BC0001098401E12904019B964B9690D916E1A6F -:105BD0001199B962FD6238637E63F98C0E9130468B -:105BE000FAF778FA0446B863129830180E9E3146D8 -:105BF000FAF770FA109B011B4A1CF86339647A6447 -:105C0000139A0029194608D0704359190D9BC91AD7 -:105C10000A1A7443581B80190119384648300E90EF -:105C2000384644300D90384640300B903846263088 -:105C30000590384658301390384654301290F96425 -:105C40003A651498B44908581021C1613846143097 -:105C500014903846503004903D464C3501F074F9AC -:105C600004463868C069C00606D501F06DF9001B0E -:105C7000149909888842F4D9F87D40060C9500D51E -:105C800074E201230E9803600D98016800290F98B3 -:105C900000D1CDE23A4674320A92DA0407921A052C -:105CA00009921922520606920722D206089216E09D -:105CB0009A4800687D21C900FAF70CFA109941430F -:105CC0000F9C2046FFF78AFE20460C9D0E9A116815 -:105CD0004B1C13600D9909688B4200D9A8E20B9AFE -:105CE0001268012A55D0002A00D0A8E02E68129927 -:105CF0000C6813990D6806211091FFF79DFE386816 -:105D000085601198051901F01FF904463868C069CB -:105D1000C00706D001F018F9001B149909888842C1 -:105D2000F4D901F011F904463868C169890707D52B -:105D300001F00AF9001B149909888842F4D93868DF -:105D40000A990A78012A089900D00699012A099A25 -:105D500000D0079A3346724C234013430B437149DA -:105D60000B434360002EA3D001F0EEF804463868E0 -:105D7000C069800706D401F0E7F8001B1499098870 -:105D80008842F4D93868297801756D1C761EFAD1DD -:105D90008EE7012B00D0C7E02E6812990C6813998A -:105DA0000D6806211091FFF747FE3868856011984D -:105DB000051901F0C9F804463868C069C00706D063 -:105DC00001F0C2F8001B149909888842F4D901F047 -:105DD000BBF804463868C169890707D501F0B4F8F3 -:105DE000001B149909888842F4D938680A990A78FE -:105DF000012A089900D00699012A099A00D0079A29 -:105E00003346474C234013430B4346490B434360FF -:105E1000002E69D001F098F804463868C069800700 -:105E200006D401F091F8001B149909888842F4D92E -:105E30003868297801756D1C761EFAD154E0012B63 -:105E400000D0C9E02E6812990C6813990D680621DC -:105E50001091FFF7F1FD386885601198051901F080 -:105E600073F804463868C069C00706D001F06CF8C2 -:105E7000001B149909888842F4D901F065F804469A -:105E80003868C169890707D501F05EF8001B1499CD -:105E900009888842F4D938680A990A78012A089949 -:105EA00000D00699012A099A00D0079A33461C4C63 -:105EB000234013430B431B490B434360002E13D075 -:105EC00001F042F804463868C069800706D401F042 -:105ED0003BF8001B149909888842F4D9386829785E -:105EE00001756D1C761EFAD10C4800687D21C90031 -:105EF000FAF7F0F8109941430F9C2046FFF76EFD2A -:105F000020460C9D2A68139B196889181960129BFA -:105F1000196889181960D9E6C8920102F4B701021C -:105F2000FF3F0000008080008B4200D0CEE6049945 -:105F30000E6812990C6813990D6806211091FFF7ED -:105F40007BFD386885601198051900F0FDFF044657 -:105F50003868C069C00706D000F0F6FF001B14992E -:105F600009888842F4D900F0EFFF04463868C16917 -:105F7000890707D500F0E8FF001B149909888842BB -:105F8000F4D938680A990A78012A089900D0069944 -:105F9000012A099A00D0079A3346D44C2340134370 -:105FA0000B43D3490B434360002E00D180E600F041 -:105FB000CBFF04463868C069800706D400F0C4FFF0 -:105FC000001B149909888842F4D93868297801752A -:105FD0006D1C761EFAD16BE6129A1268119CA618F7 -:105FE000139A15688B425FD104990C6806210391BE -:105FF000FFF722FD3868856000F0A6FF0546386887 -:10600000C069C00706D000F09FFF401B14990988A3 -:106010008842F4D900F098FF10900C9D3868C1694F -:10602000890708D500F090FF1099401A1499098843 -:106030008842F3D938680A990A78012A089900D069 -:1060400006991091012A099A00D0079A2346A74978 -:106050000B40134310990B43A5490B434360002C9D -:1060600014D000F071FF10903868C069800707D421 -:1060700000F06AFF1099401A149909888842F3D9F0 -:10608000386831780175761C641EFAD19A48006828 -:106090007D21C900FAF71EF8039941430F9C204661 -:1060A000FFF79CFC204611E605990C880621039118 -:1060B000FFF7C2FC3868856000F046FF0546386887 -:1060C000C069C00706D000F03FFF401B1499098843 -:1060D0008842F4D900F038FF10900C9D3868C169EF -:1060E000890708D500F030FF1099401A14990988E3 -:1060F0008842F3D938680A990A78012A089900D0A9 -:1061000006991091012A099A00D0079A23467749E7 -:106110000B40134310990B4375490B434360002C0C -:1061200014D000F011FF10903868C069800707D4C0 -:1061300000F00AFF1099401A149909888842F3D98F -:10614000386831780175761C641EFAD16A48006897 -:106150007D21C900F9F7BEFF039941430F9C2046FA -:10616000FFF73CFC204605990A88CCE65E4815A955 -:106170000A4678C878C278C878C20125E8073A6824 -:10618000136803431360B868FEF764FB022000261F -:10619000139C2168BA6AF9653A6610997966BE66F9 -:1061A000F8660C980068129A1168091811600E9B25 -:1061B00019684A1C1A60226810182060002900D053 -:1061C000F6E410953846603013903C465C3438460F -:1061D0000830129006210F98FFF72EFC38682168CE -:1061E00081600C980068119000F0AEFE044638689B -:1061F000C069C00706D000F0A7FE001B14990988EB -:106200008842F4D900F0A0FE0446109D3A68D06997 -:10621000800707D500F098FE001B14990988884272 -:10622000F4D93A687420385C01282DD0E9042CE0B8 -:1062300000F08AFE04463868C069C00706D000F046 -:1062400083FE001B149909888842F4D900F07CFE73 -:1062500004463868C169890707D500F075FE001B40 -:10626000149909888842F4D938680121029A11608A -:1062700022498161002630461DB0F0BD0421016035 -:10628000002C00D191E491E42905119C174B234087 -:10629000591801280C9D02D01920400601E0072062 -:1062A000C0060818124940185060002C0ED000F0AB -:1062B0004BFE04463A68D069800707D400F044FEDC -:1062C000001B149909888842F4D93A682B681398FE -:1062D000016812980068074C00941432FEF72AFBFC -:1062E00030461DB0F0BDC046349B0000FF3F0000AB -:1062F000008080008D4F0000F4B70102000093EB96 -:106300003920C000014909680858704760920102AD -:10631000F0B5032920D8C0467944097949008F4453 -:1063200001080F15012181404F4B1B685963D96249 -:1063300012E0012181404C4B1B681963D9620BE0CC -:1063400001218140484B1B68596304E001218140D1 -:10635000454B1B681963996283004349CB18DA6087 -:106360008A68002A29D14A68002A16D403231446D1 -:106370009C43174BE5589607F60EFF27B740BD43E1 -:106380008027B7402F43E7501F23134001229A4034 -:10639000104B1A60104B1A600FE09307DB0EFF25BD -:1063A0009D400F241440083C03229443074AA658FA -:1063B000AE4380259D403543A550012282400868A8 -:1063C0000262886810438860F0BDC0461CED00E0A2 -:1063D00000E400E080E200E000E100E010B501240C -:1063E0002046FEF751F9204600F060FB002010BD6A -:1063F000012181401C48006842688A43426070471E -:10640000194909680968C140012008407047C04621 -:10641000012181401448006842680A434260704785 -:10642000012907D0002910D1012181400F480268BD -:106430000A430FE0012181400B4800684368002AAD -:106440000DD00B4343600161704701218140074833 -:1064500002688A43026004480068416170478B43C8 -:10646000436001617047C046449301020801004047 -:1064700080B5114A1170114A10708001C9010143A1 -:106480000F480078400108430E490978090101438B -:106490000D480078C00008430C4909788900014381 -:1064A0000B480078400008430A4909780143C8B204 -:1064B000FBF7BEFC80BDC046229C0102769501021E -:1064C0009993010210C0010298A00102239C0102CD -:1064D000D4B70102E5940102F0B5B3B0134F3B6CA1 -:1064E000786C009001A8C82111A202F0C1FC0446FA -:1064F000386C002811D0002112A50E4601A8001901 -:1065000049000F4B59184A8E294602F0CDFC041958 -:10651000761CB1B2386C8842F0D803200BA201ABD4 -:10652000014601F09BFD33B0F0BDC046D09501029D -:10653000B3B5C4DAA3BA256420C8CB2049443A00D5 -:10654000C29601022C2530345800000025730D0A34 -:1065500000000000124A072809D880000F2383405A -:1065600081401940106898430843106070470F2815 -:106570000AD8800020380F2383408140194050689A -:106580009843084350607047800040380F23834091 -:106590008140194090689843084390607047C04616 -:1065A00034000040F0B54307DC0E0726A640C308C0 -:1065B0009D000E4BEF187D68B5433E1D002908D0A5 -:1065C00035600122824001290CD1186810431860FF -:1065D000F0BD01218140186888431860A24015432E -:1065E0003560F0BD186890431860F0BD0C010040A4 -:1065F00080B50120FEF79CFA80BD000082B0FDF757 -:1066000077FD052000242146FFF7A4FF0620214640 -:10661000FFF7A0FF0A202146FFF79CFF0920214633 -:10662000FFF798FF0125284601F020FE204601F0E3 -:106630001DFEFDF7ABFD2846FDF78CFD00F0B6F919 -:1066400000F0AEF94C4801684C480068890308D452 -:106650000321090708402907884202D0FDF7B0FC52 -:1066600006E0FDF73BF8FDF7F1FC0020FEF7CCFB60 -:10667000FDF7C6FD0024204602F0C6FB032640A21B -:106680003046314601F0EAFC304601942146FCF7E1 -:106690001BFEFFF7A3FEFDF767FD3F48FDF71EFB5E -:1066A000FCF7D0F90C20FFF7A3FEFCF7B9FAAA0219 -:1066B0003A493B4B284602F0D7F800F0FDF8394A3A -:1066C0002846294600F094FB7448C088FAF7A8F8D9 -:1066D00047210906F9F758FE3349F9F792FEFAF710 -:1066E000BFF800F0B5FB404C204630302F4A0090F8 -:1066F0002946FDF765FA2E48FDF74EFC2D48FDF7BB -:106700002DFC02E0E061FCF73BFD0420FFF778FE82 -:10671000A063E07A0028F6D00198E0726079411C0D -:1067200061713D2809D3019860710C20FFF760FE6C -:10673000012100981D4AFDF743FAFCF7DDFCFFF745 -:10674000CBFEFBF779F95548458F2846FAF768F8EC -:106750000146E7693846FAF733F806467F20C10557 -:106760003846F9F7B8FD0746681CFAF74EF8002ED0 -:10677000C8D13846C6E7C046180000403000014086 -:106780005557422073696D706C65206578616D7036 -:106790006C650D0A00000000589401028CB30102E0 -:1067A0009D8A0000B16D000000007A442D3A00007F -:1067B000E167000095370000014800687047C04657 -:1067C0000C00004081B080B581B0039303AB00930F -:1067D00001F0BEF801B080BC02BC01B00847000067 -:1067E00001480021C1617047D8940102F0B581B021 -:1067F000002630463146FEF76DFD0125AC022649E4 -:10680000264F30463A462346FEF7C4FE39882448D0 -:1068100081423ED064217E5262217E5260217E52AE -:106820004422BE52FD87BD8778227A8702223A87AA -:106830004322FA86BE83FE811A4ABA817E810A22E9 -:106840003A81C822FA80184ABA803880FE8306202E -:106850003885F984FF20123078848730B88450203E -:106860003E523A83EFF3108072B630463146FEF75F -:1068700031FD00280CD12A0300263046064D29465A -:10688000FEF782FC054A304629462346FFF75AF9AF -:1068900062B601B0F0BDC04600E002048A9C01026D -:1068A000AA550000E1FF000034120000FD20400066 -:1068B00038490968085C704780B50E490E480246A1 -:1068C000083A1268920000D4603142680A4342607C -:1068D0000A490A6808239A430A60091F01225204E0 -:1068E0000A600321890402688A430260FDF778FC8C -:1068F00080BDC04620000080280000400402004007 -:106900000D4A002907D001290BD1012181401068CF -:106910008843106007E0012181401068084310603F -:1069200001E001218140101F02680A430121C907CB -:10693000114301607047C0464400004070B58AB002 -:106940000C460546FF20FC3012490E68315C592088 -:106950008000335CB278307808AE069609AE0596B2 -:106960000D4E04962126760603960C4E02960126BD -:1069700001960E2600965B1CDBB2FBF7BBFD099867 -:10698000F9F755FF28700898F9F751FF20700AB001 -:1069900070BDC046AC9301020000204100000443DA -:1069A0000120C0071B4908607047C04610B5194850 -:1069B0000068C10710D1810711D4410712D4010723 -:1069C00013D4C10614D4810615D4410616D48021EF -:1069D000084016D031A215E001240FA213E00224D2 -:1069E00011A210E0032414A20DE0042416A20AE070 -:1069F000052419A207E006241CA204E0072421A212 -:106A000001E0254A04090220032101F027FB20466A -:106A100010BDC0465C000040526573657420627909 -:106A200020504F520D0A0000526573657420627940 -:106A300020424F520D0A000052657365742062793E -:106A40002050494E0D0A000052657365742062792A -:106A5000205744540D0A0000526573657420627912 -:106A6000204C4F434B55500D0A0000005265736592 -:106A700074206279205357205265626F6F740D0A3B -:106A800000000000526573657420627920535953E9 -:106A90005245510D0A000000469E00005265736584 -:106AA0007420627920445644440D0A00012181403B -:106AB000044A1F2802D010688843106010680843F9 -:106AC000106070471C000040F0B583B0029104468E -:106AD0009949F9F7FFFA0546984901942046F9F7D4 -:106AE000F9FA974946189749714300956F189649E6 -:106AF000441864212046F9F7EDFA3818A108471A1E -:106B000092492046F9F7FCFA381891494518914FF7 -:106B100005D464213046F9F7DDFA0C4614E0A6B23C -:106B200064213046F9F7D6FAB7204000A20701D118 -:106B3000002907D1884B73430422D341874A9342EB -:106B400000D3401E0C464519009847430298068022 -:106B5000192001013046F9F7BDFA2A461F3A2846A6 -:106B600000DB1046019BFF18B30705D1002C03D0B2 -:106B70001F2D05DA0120C5E01F2D0BDA0120C1E031 -:106B800005461D3D034600DB2B461C2808DC022081 -:106B90001546B7E000290CD01C21451A0CD50CE095 -:106BA00019461F39184600DB08461F2B1DDA032043 -:106BB000A8E01D21451A00D42846002D08D401461E -:106BC0001F39024600DB0A461F2804DA032099E039 -:106BD0000220154696E015461E3D104600DB28466D -:106BE0001E2A0CDA04200D468CE005461E3D0246A6 -:106BF00000DB2A461E280BDA04200D4682E00146FF -:106C00001F39024600DB0A461F280ADA052079E010 -:106C100011461F39104600DB08461F2A0BDA0520F3 -:106C200070E015461E3D104600DB28461E2A0CDA91 -:106C300006200D4666E005461E3D024600DB2A465C -:106C40001E280BDA06200D465CE001461F3902467D -:106C500000DB0A461F280ADA072053E011461F39D5 -:106C6000104600DB08461F2A0BDA07204AE01546CB -:106C70001F3D134600DB2B461F2A0CDA08200D4669 -:106C800040E005461F3D024600DB2A461F280BDA7E -:106C900008200D4636E019461E39184600DB084626 -:106CA0001E2B0ADA09202DE011461E39104600DBA2 -:106CB00008461E2A0BDA092024E01F28054601DBBE -:106CC00005461F3D1F280CDA0A200D461AE01F2832 -:106CD000054601DB05461F3D1F2806DA0A200D4642 -:106CE00010E01E2D05DB0C2004E01E2D06DB0C2021 -:106CF00005E00B201E2D05DB1E3D03E00B201E2DA5 -:106D000000DB1E3D029EB070681CF070E1200101A6 -:106D10003846F9F7DFF93071C0B211494143CC1957 -:106D20003C212046F9F7D6F970713B21C943414314 -:106D30000819B07103B0F0BD805101008033E1014A -:106D4000B207000093FEFFFFB107000070FEFFFFD7 -:106D5000A7FA0A0080AEFEFF295C8FC20BD7A30002 -:106D6000F0F1FFFFF0B581B0EFF3108072B60020B4 -:106D70000146FEF7AFFA0446002803D062B620466B -:106D800001B0F0BD01273A030025074E28463146E1 -:106D9000FEF7FAF9BB02054A28463146FEF7D2FE55 -:106DA00062B6204601B0F0BD00E002048A9C0102F8 -:106DB00010B50E4CE07B002803D000206073FDF777 -:106DC0002FFBFDF751FB207C411C217401218143E5 -:106DD000E172E07B002803D000206073FDF7FEFA2B -:106DE000E079002801D0401EE07110BDD894010266 -:106DF00070B514460D4606461120FDF745FC2248A5 -:106E0000042101600C4804601E4805608660002E65 -:106E10000DD0FF20000609490A6882430120C007FF -:106E200010180860064808210160064801601A2011 -:106E30000221FFF765FD70BDDCB7010200E400E050 -:106E400080E200E000E100E00C4908607047C046C5 -:106E500010B504460948006860430949F9F750F93C -:106E600000190849486008480022026002460C3AAE -:106E70004B6813600968016010BDC046D8B70102B5 -:106E800040420F000C9001022C10014000480047C6 -:106E9000C100000010B50C498A1C90420DD2401E62 -:106EA0000D4A50600D4803680B4003218C071B19E5 -:106EB000036000209060116010BD04480449E62280 -:106EC000044B00F06FF8C046FFFFFF001D9E00005E -:106ED000379E0000039E000010E000E020ED00E07F -:106EE000B0B50120EFF31081014002D1EFF3108221 -:106EF00072B6124A1368124C2268646885061148FB -:106F000000682840850E5D192923DB006B43002CA7 -:106F10001D4606D1002809D11E20684300290AD049 -:106F2000B0BD121BD218551C0028F5D01D461E20DE -:106F300068430029F4D162B6B0BDC046E0B7010293 -:106F400014E000E004ED00E080B50020FDF746FD10 -:106F5000404280BDB0B586B0104869460A4638C880 -:106F600038C238C838C200242046FDF73DFD0399D9 -:106F70002046FDF7D3FD0198012803D008240028FE -:106F800004D102E00424002800D104460220FDF7C9 -:106F900083FBE0400249086006B0B0BDC098000025 -:106FA000F4B7010290B01C4605AB07C3EFF31080A5 -:106FB000C00702D1EFF3108072B6EFF310800B9090 -:106FC00068460E907046089010AB0F93CF4F3E1D51 -:106FD00001200490C50230462946224600F0B8FC44 -:106FE00000213154EFF303800990EFF308800C90F7 -:106FF000EFF309800D90EFF314800A9000F02CFC61 -:107000003868012833D80028C14F00D0C14F2A204A -:10701000C1497A69920703D50A783A60401E491C33 -:107020000028F6D1B948041D2046F9F7A1F8002838 -:1070300007D079698907FAD521783960401E641C28 -:10704000F5E70220B5497A69920703D50A783A60D4 -:10705000401E491C0028F6D12A20AF497A699207C0 -:1070600003D50A783A60401E491C0028F6D1FFF784 -:1070700037FF0346AA4A30462946FFF7A3FB0446DA -:107080003018291B089F3B1F049A9343A5A2FFF7C2 -:1070900099FB9E490968012966D8001900299C4C72 -:1070A00000D09C4C00280AD09849091D62699207BB -:1070B00003D50A782260401E491C0028F6D10A2018 -:1070C0009F496269920703D50A782260401E491CD5 -:1070D0000028F6D10598F9F74BF8002809D0616926 -:1070E0008907FAD5059A11782160401E521C059235 -:1070F000F3E7022089496269920703D50A78226082 -:10710000401E491C0028F6D10A208EA16269920710 -:1071100003D50A782260401E491C0028F6D1069843 -:10712000F9F726F8002809D061698907FAD5069A87 -:1071300011782160401E521C0692F3E70220774925 -:107140006269920703D50A782260401E491C002814 -:10715000F6D10A207EA16269920703D50A782260DF -:10716000401E491C0028F6D17CA230462946079BC8 -:10717000FFF728FB6549096801290E9B1BD80029E8 -:10718000634900D0634900280AD0604A121D4C6947 -:10719000A40703D514780C60401E521C0028F6D1B9 -:1071A00002205E4A4C69A40703D514780C60401E87 -:1071B000521C0028F6D16AA230462946FFF702FB8E -:1071C00004463018291B694A3B46FFF7FBFA4F4932 -:1071D0000968012911D8001900294D4900D04D49ED -:1071E00000280AD0494A121D4B699B0703D5137822 -:1071F0000B60401E521C0028F6D15D4A30462946DD -:10720000099F3B46FFF7DEFA0446F800C00FB900BD -:10721000C90F7A00D20F0092019102903019291BF8 -:10722000FB0F544AFFF7CEFA04193019291B3F23EC -:107230003B40514AFFF7C6FA34490968012911D881 -:1072400020180029324900D0324900280AD02F4A9C -:10725000121D4B699B0703D513780B60401E521C0F -:107260000028F6D1454A304629460B9BFFF7AAFA7B -:1072700004463018291B424A0A9BFFF7A3FA234908 -:107280000968012911D800190029214900D0214994 -:1072900000280AD01D4A121D4B699B0703D513789D -:1072A0000B60401E521C0028F6D1364A3046294653 -:1072B0000C9BFFF787FA04463018291B324A0D9BB6 -:1072C000FFF780FA114909680129114A0DD8001900 -:1072D000002908D00F4A06E05169890703D53178A3 -:1072E0001160401E761C0028F6D128490E98091A14 -:1072F000A94200D32946890800F03AFE24480068D4 -:10730000002800D0804700F045F8C046FCB70102D5 -:107310000090014000A00140779E0000E59D000024 -:10732000609E00000D0A23232320415353455254ED -:10733000204020307825303858202323230D0A00A0 -:107340003A9F000046554E4354494F4E3A200000A4 -:107350004C494E45202020203A20000025640000A2 -:107360000D0A53503D253038580D0A00FF9E00008D -:10737000159F0000219F0000099F0000BE9E000095 -:10738000CD9E0000DC9E0000E79E000000F8020297 -:10739000F8B70102F7480068012811D8002801D089 -:1073A0000B4800E0FC480C210A4A01E0002907D004 -:1073B00043699B07FAD513780360491E521CF5E711 -:1073C0001E20FFF773FB00BF00BF00BF00BFFAE73E -:1073D00000A001406A9E00008AB00646E448B066FC -:1073E00000F03AFAFFF77CFD0346E248041D012055 -:1073F0000590C502E04A20462946FFF7E3F9074613 -:1074000008942018DB4C0995E91BF36C3F22069287 -:107410001340DAA2FFF7D6F92168012910D8C01964 -:107420000029DD4900D0DD49002809D0221D4B6923 -:107430009B0703D513780B60401E521C0028F6D121 -:10744000F36BD7A2089C2046099D2946FFF7BAF99D -:107450000746291A2018336C069A134007D1D8A280 -:10746000FFF7B0F9C34C2168012907D917E0CEA274 -:10747000FFF7A8F9BF4C2168012910D8C0190029CD -:10748000C54900D0C549002809D0221D4B699B077A -:1074900003D513780B60401E521C0028F6D100273C -:1074A000CBA5B80030580090089809992A463B4669 -:1074B000FFF788F9216801290FD80029B64900D0C3 -:1074C000B649002809D0221D4B699B0703D51378C4 -:1074D0000B60401E521C0028F6D17F1C0D2FE0D1FE -:1074E000736BBFA2089C2046099D2946FFF76AF9E5 -:1074F000074620189F4CE91BB36BBC4AFFF762F9A3 -:107500002168012910D8C0190029A34900D0A34936 -:10751000002809D0221D4B699B0703D513780B6007 -:10752000401E521C0028F6D1336CB14A089C2046FC -:10753000099D2946FFF746F90746326CD000C00F77 -:107540009100C90F5300DB0F009301910290E019E5 -:10755000E91BD30FA74AFFF735F93246C619A01920 -:10756000A91B1546136C069A1340A34AFFF72AF984 -:1075700080490968012911D880190029864900D05D -:10758000864900280AD07B4A121D4B699B0703D508 -:1075900013780B60401E521C0028F6D12E466B6CEF -:1075A000964A089C2046099D2946FFF70BF9074695 -:1075B0002018E91B0796B36C914AFFF703F96D4A4F -:1075C0001168012910D8C0190029734900D07349E6 -:1075D000002809D0121D4B699B0703D513780B6057 -:1075E000401E521C0028F6D10798426E04236021E9 -:1075F0005C2004931A400B4600D003460693002AF1 -:1076000000D00846079E33587E4A089C2046099DB4 -:107610002946FFF7D7F8074606983358E019E91BC3 -:10762000794AFFF7CFF8C619A019A91B079A536E1C -:1076300076A2FFF7C7F84F490968022911D28019CD -:107640000029554900D0554900280AD0494A121D41 -:107650004B699B0703D513780B60401E521C002812 -:10766000F6D10798C36C06466DA2089C2046099D7A -:107670002946FFF7A7F807462018E91B336D6B4A28 -:10768000FFF7A0F8C619A019A91B079F7B6D68A278 -:10769000FFF798F88619A019A91BBB6D67A2FFF721 -:1076A00091F8344909680129059C11D880190029ED -:1076B000394900D0394900280AD02E4A121D4B6999 -:1076C0009B0703D513780B60401E521C0028F6D18F -:1076D0000798476B5D4A974237D2032087430026BD -:1076E000059CB00039580246049B1A43BA58082337 -:1076F0000343FB580C2505437D59009101920293E9 -:1077000003953B1808980999514AFFF75BF8194906 -:10771000096801290FD800291F4900D01F490028F6 -:1077200009D0089A4B699B0703D513780B60401E5C -:10773000521C0028F6D11B2E444A06D80798406BED -:10774000361DB10040189042CBD30798406B111AF8 -:10775000099A914201D8890800E0610200F008FC12 -:107760003C480068002800D08047FFF713FEC04661 -:1077700022224B4DFCB70102609E00000D0A0D0A4B -:1077800023232320455843455054494F4E20256418 -:10779000202323230D0A00000090014000A0014097 -:1077A00050433D25303858002C204578636570746F -:1077B000696F6E4E756D6265723D25640D0A00003D -:1077C0002C205468726561644D6F64650D0A000079 -:1077D00052252D32643D253038580D0A0000000036 -:1077E00053503D253038580D0A000000FF9E000020 -:1077F000159F0000219F0000099F0000BE9E000011 -:10780000CD9E0000DC9E0000E79E00004558435FCF -:1078100052455455524E3D253038580D0A0000004F -:10782000494353523D253038580D0A00F29E00005E -:107830005343523D253038580D0A00004343523D12 -:10784000253038580D0A0D0A0000000000F8020229 -:10785000A29E0000F8B70102F0B583B0344D2C6849 -:10786000012C06D8601E8441204601F089FA0028C8 -:10787000FAD10120EFF310810140019102D1EFF321 -:10788000108072B62B48285A2B49695A814245D03C -:107890002A68002A01D02A4E00E0284E1F23DB026E -:1078A0000293284C022A27D205E01046214AA8520A -:1078B00082B2914232D087B2B9420A4600D8621CE5 -:1078C000131A21482B5218040DD0E819001D9FB23D -:1078D00001E0002F07D073699B07FAD50378336066 -:1078E0007F1E401CF5E7A242DFD902981018DDE7A1 -:1078F000304683B299420CD0024680B281420E4695 -:1079000000D8661CA642F3D90298301883B2994277 -:10791000F2D108496852B01A0B4968520B4800214D -:1079200029540198002800D162B603B0F0BDC046CA -:10793000FCB701020A08000008080000009001409E -:1079400000A00140FF0700000C0800000F08000025 -:10795000F0B58DB00793174600240C9409AA13C202 -:1079600015E006986849F8F70FFDF8F760FFC117B2 -:10797000401848406549F8F7ADFB009509A8062274 -:107980003346FBF70DFFBDE0002C00D5BEE1387893 -:107990007F1C25280DD0002800D1B7E10B9A511C7F -:1079A0000A9B9942F0D8099B9854641C0C940B9143 -:1079B000EAE708940025397823390D2914D80120E5 -:1079C0007944097949008F44090F0F0F0F0F0F0FEA -:1079D0000B0F060F0F0D05437F1CECE70820FAE79D -:1079E0000420F8E70220F6E7387801463039002411 -:1079F000092902D9264639460BE000260A2171439F -:107A00000E18303E791C78780246303A0A2A0F4622 -:107A1000F4D32E2817D14A1C487801463039092959 -:107A200005D911464F1C2538532811D96AE0002486 -:107A30000A2161430C18303C511C50780246303A00 -:107A40000A2A0A46F4D34F1C2538532800D959E096 -:107A50004000C0467844808840008744A00053001E -:107A6000530053005300530053005300530053007E -:107A7000530053005300530053005300530053006E -:107A8000530053005300530053005300530053005E -:107A90005300530053005300530053005300600041 -:107AA000530053005300530053005300530053003E -:107AB000530053005300530053005300530053002E -:107AC00053009800530053005300530053005300D9 -:107AD0005300530053005300AD00B6005300600044 -:107AE00053005900530053005300590053005300F2 -:107AF0005300DE0053005300BD005300D300530079 -:107B0000530098000C9C3FE70024744940420F004A -:107B1000791C38780F4625385328F3D898E7079909 -:107B2000C91D07208143086807914968F8F7ACFE32 -:107B300000210690F8F736FE00280BD10B99481C5F -:107B40000A9A904206D8099A2D2353540899491C41 -:107B50000C910B900798083007900698F8F767FE8D -:107B60000095C2178118514009A822463346FBF7F9 -:107B700017FE0B98411C0A9A914200D9F1E6099A26 -:107B80002E2313540B910C98401C0C90E9E6079897 -:107B900002C807900096019509A8102239E00B98B9 -:107BA000411C0A9A9142ADD8099A252313540B918E -:107BB0000C98401C0C90A5E70B9A511C079C201DAB -:107BC0000A9B994239D907909CE7079802C8079009 -:107BD000009509A82246D3E6079901C9079109999A -:107BE0000A9A089E02E0401C002E8BD40378002BDA -:107BF00088D00B9D6C1C9442F5D84B55761C0C9686 -:107C00000B94F0E7079802C807900096019509A821 -:107C10000A222346FBF762FE74E7079B10CB102C69 -:107C2000079308D300202146401C0A09FF2911466A -:107C3000FAD806280AD8082009E02368099CA3542A -:107C4000089A521C0C920B9107905BE7401C06901F -:107C500009230C980B9D099905910A9E04940DE047 -:107C6000202104463046059E715506462046049C58 -:107C7000401C15460146089100290AD45B1E06994E -:107C8000994206D26A1CB242EAD9089908910029A1 -:107C9000F4D50C900B950898002800D532E7012602 -:107CA000082501E06D1E3601022DFBD2204631462B -:107CB000F8F710FA0F28F6D80C9805900998039059 -:107CC0000A9806900B9D20463146F8F703FA691C86 -:107CD000069A914204D90899089100290CD511E01F -:107CE0000C4A125C039B5A55089A521C0D46059289 -:107CF00011460891002905D47043241A3009102E2A -:107D00000646E0D205980C900B95FBE620460DB098 -:107D1000F0BDC046029B000070B588B00022032869 -:107D200003D9D243104608B070BD7F4CC34D2A51D1 -:107D30000F4B104EEE5081231E010123AB552860DE -:107D40002C1962600128EDD8079300220692059253 -:107D5000049203230393029201920091411E8841F1 -:107D6000694600F0ADFC0246104608B070BDC04642 -:107D700004080000FFC0FFC0F0B583B00C4600232C -:107D8000D943012C56DB074602910126EFF31085FB -:107D9000354002D1EFF3108072B65849584A505C12 -:107DA000002800D0A3E056545E48115A5E48105A8D -:107DB0000196F202161A814240D832465218A24267 -:107DC00040DB00930295A642354600DB25464C4930 -:107DD0000818001D39462A46F8F7A6F9A642484E6B -:107DE00004DA7919621B301DF8F79EF94E48305AB3 -:107DF000001981B24D4A914201D94D494018029D66 -:107E0000009B4949705230464A4E805D002865D13A -:107E1000EFF310850198054002D1EFF3108072B6A0 -:107E2000374A4048115A4048105A884232D1424895 -:107E300013524FE00C46204603B0F0BD42425218A8 -:107E4000A242BEDA3B4A2E4EB25C002A0CD03A4A1D -:107E5000B25A51188AB2354CA242284C029F01D91D -:107E6000334A8918304A02E0244C2F4A029F335586 -:107E7000B152421A89B2884202D22C488018421C60 -:107E800093B22F4801212FA200F0E8F83C46002DC4 -:107E9000D1D128E0019F9755884201D82348401C42 -:107EA000421A90B2800A01D0019882022248144FEF -:107EB0003A52386801280DD8431E9841104B591882 -:107EC000091D92B21D4B00F0F5FD009B002801D06A -:107ED0000B488355002D029D00D162B60748084922 -:107EE0000B54002DA7D162B6204603B0F0BD21206F -:107EF0000201044804A108A3FFF754F80E0800008B -:107F0000FCB70102B69F000074726163655F6F7514 -:107F1000747075740000000054524143452042556E -:107F2000535900000A08000008080000FF0700007D -:107F300000F8FFFF0F0800000C0800008981000016 -:107F400002FF00000D0A5472616365206275666667 -:107F500065722069732066756C6C2C20646973638C -:107F6000617264732025752062797465730D0A004F -:107F7000F0B587B00546002606960596049603964A -:107F80000296800701D007B0F0BD019102A814212C -:107F900026A2FEF717FC29490968012911D80029F2 -:107FA000274900D0274900280BD002AA01E0002869 -:107FB00007D04B699B07FAD513780B60401E521C03 -:107FC000F5E701990029DED0204C3746B8002B5840 -:107FD000D80724D0581EA04204D31B4818181C4AA6 -:107FE00090421CD802A814211AA2FEF7EBFB1349F9 -:107FF0000968012911D80029114900D01149002828 -:108000000BD002AA01E0002807D04B699B07FAD5E4 -:1080100013780B60401E521CF5E7761C01997F1CFB -:108020008F42B0D2322ED1D3ADE7C0460D0A4261A5 -:10803000636B74726163653A200D0A00FCB701023C -:108040000090014000A00140FFFFFFFCFFFF020085 -:10805000FEFF0100253038580D0A000081B0F0B550 -:10806000C4B00E4607464993812000012F49085CA1 -:10807000002845D002920120050204A82946F8F7FD -:108080006CF8FCB20021C8430C2C3AD8721E032AAB -:1080900037D82748005DB042084632D3F80535D5B9 -:1080A0000021B8050DD404A801904018691AA20057 -:1080B00022A39B582E4AFEF785FB0198F8F758F843 -:1080C000014678050ED404AF7818691AB20029A3C6 -:1080D000D218121F1368264AFEF774FB3846F8F7C9 -:1080E00047F80146029A04AE70180C46691A49AB6B -:1080F0000393FFF72DFC01193046FFF73DFE00E02A -:10810000002044B0F0BC02BC01B00847FEF7E8FE16 -:10811000034604A8019007A22946FEF753FB0198E5 -:10812000F8F726F80146B805BDD5CAE7FCB7010245 -:10813000D8A0000025313075207C20005A9F000017 -:10814000B09F0000AA9F0000899F0000549F00007C -:10815000759F0000A39F00009C9F0000979F000058 -:108160004D9F0000609F0000709F0000459F000031 -:10817000D19F00008F9F00007B9F0000829F000026 -:10818000669F000000000000F0B581B00B460120A2 -:10819000EFF31084044002D1EFF3108172B6990F0F -:1081A00007D0022001212DA2FFF758FF002C3DD15E -:1081B00041E02249224D00276F54224AAB5A224AFD -:1081C000AE5AF3189EB2F60A01D0204E9B19AB525C -:1081D000EFF31086064002D1EFF3108372B6AA5A6D -:1081E0001C4BEB5A934202D116482F521AE06854A6 -:1081F000934201D8164B5B1C9B1A99B2890A00D096 -:10820000830210482B52286801280BD8411E884150 -:10821000A918091D9AB2104B00F04CFC002801D09F -:1082200006482F54002E03D0002C04D001B0F0BD1E -:1082300062B6002CFAD162B601B0F0BD0F080000A2 -:10824000FCB701020C0800000A08000000F8FFFF5C -:10825000FF070000080800008981000055415254C2 -:10826000204572726F722025780D0A0070B50128C2 -:1082700001D9012070BD48224243734B9C58A56927 -:108280001F218D43A5610625A5600F2525629C1839 -:10829000A27C002A05D1627C002A02D1227C002A1D -:1082A00014D06368002B11D4251D0B400122164603 -:1082B0009E400C4B1E60BFF34F8FBFF36F8F2B6838 -:1082C000002B03D40B409A4007490A60002803D0D2 -:1082D000012804D1092000E00820FCF7CDF9002096 -:1082E000A06170BD80E100E080E200E0F0B585B003 -:1082F0000D460278E348C368934219D0446D944216 -:1083000016D08368934203D0016D914200D07FE084 -:108310009B1A591E8B41049348215943032D46D182 -:108320004418E16900294ED01C34002020606DE023 -:108330009B1A5A1E93410493032D1AD10395482288 -:108340005A438418A26B0121EFF310850D4002D12E -:10835000EFF3108772B6A7691026B743A761A66925 -:10836000002E01D118342160002D00D162B6039D8A -:108370000CE048215943421891691832302902D043 -:10838000116810294CD180211160002248215943E5 -:108390004018002181630162816224300021016064 -:1083A000002A33D004A82946904705B0F0BD4218F2 -:1083B00091691832302902D01168202939D18021E1 -:1083C0001160002216E00395E26B0126EFF31085A1 -:1083D000354002D1EFF3108172B6A1692027B9436D -:1083E000A161A169002901D118342660002D00D1B6 -:1083F00062B6039D4821594340180021C163C16200 -:108400004163303000210160002ACBD105B0F0BDBE -:1084100000920E4A2E329C480D490E4BFEF7C2FDCB -:1084200010680093019098480949084A0A4BFEF7E2 -:10843000B9FD106800930190044A2432924804491F -:10844000054BFEF7AFFDC046C8930102B102000024 -:1084500035A000000AA00000EE9F0000F0B585B036 -:10846000049048210A464243864B9C58E6690F25F2 -:1084700035409A18167C002E31D04F204002616999 -:10848000014200D185E0A06904218843A061022057 -:108490002062012081076918D161D36BEFF310844A -:1084A000044002D1EFF3108572B695692026B543DA -:1084B00095619569002D00D173E010463C30002C89 -:1084C00000D162B600240460D462546330320020CC -:1084D0001060002B63D004A8984705B0F0BD0C2DA8 -:1084E0005DD8C0467D442D796D00AF4467586B5808 -:1084F0000658A1635858585806009569202D04D095 -:10850000154618352D68302D49D1156B566B343210 -:10851000AE4217D26669360714D5646815686E1CBA -:10852000166048431818C06A445504980C464443E2 -:108530001A19156B566B3432AE4203D21C59666958 -:108540003607EAD41268AA4229D1414358588269B1 -:108550000524A24382615A18D36B0121EFF31080E6 -:10856000084002D1EFF3108472B694692025AC4321 -:1085700094619469002C02D1144618342160144689 -:108580003C34002800D162B600212160D1625163E1 -:108590009CE70C2D00D176E7012D00D173E705B0E3 -:1085A000F0BD15461835286010463C30002C00D12F -:1085B00087E787E70420206205B0F0BD0120206234 -:1085C00005B0F0BD08252562164618369569102DB0 -:1085D00002D03568302D4BD10396566A15462835A2 -:1085E000976AB74228D1A06902218843A061936BA2 -:1085F0000121EFF31080084002D1EFF3108472B62E -:10860000039E34681027BC4334603468002C00D1CA -:10861000316014463834002800D162B60021216050 -:1086200029601162243200201060002BB7D052E77D -:108630000220206205B0F0BD2A68B242AFD2626962 -:108640009207ACD52A68561C2E6048431818006A59 -:10865000805C206004980A4642439D18AC6A6E6AAA -:10866000B4429CD228359C5862699207EAD496E7B6 -:10867000316800900191044804A1094A09A3FEF75A -:1086800091FCC046C8930102D49F000075617274CA -:108690005F6972715F68616E646C657200000000F2 -:1086A0003D03000055617274202564207374617469 -:1086B0006520676F65732077726F6E672025640091 -:1086C000F0B585B00E460546022804D3002E02D12F -:1086D000012005B0F0BD002D03D0012D08D10924E3 -:1086E00000E008242046FBF7CFFF2046FEF7DEF926 -:1086F00048216943E74A505883691F240294A343E1 -:108700008361062383600F230193036257180023BC -:10871000BB62BB63FB633B627B62FB623B63317F9B -:108720003974727F7A74B27FBA7404937B6373680E -:10873000B268F468920022435B1E032B0ED8C04639 -:108740007B441B795B009F4401050307082304E079 -:10875000282302E0182300E038231A43C260C90727 -:10876000090F72699201D2B28918B2699207920E0A -:108770008918491C816079613169012901D122215F -:108780000161012D5CD831680E2959D2384612306A -:1087900003900324002D01D0204600E004204C4328 -:1087A0002D490E19B178FBF7FFFF3968CA6880259B -:1087B00010462843C8602848005D73781B021818CB -:1087C000C862AA43CA60FCF737F80398007800280B -:1087D00009D1384611300078002804D138461030CD -:1087E0000078002827D07868002815D40321024695 -:1087F0008A431B4953588407E40EFF26A640B3431F -:10880000A5401D4355500299014001208840A249CE -:108810000860144908600EE08107C90EFF228A40F3 -:10882000019C0440083C032084430C482358934394 -:108830008D401D4325500120B861049805B0F0BD5E -:1088400002480349DA22034BFEF7ACFBD49F000039 -:1088500047A0000024A00000D89800001CED00E014 -:1088600000E400E000E100E0F0B58FB00E900125DB -:10887000002900D14BE0039304910592002A00D116 -:1088800045E00121EFF3108201910A4002D1EFF39C -:10889000108172B64827029747437E49CE19B569C1 -:1088A0000023302D23D831461831C0467D442D7920 -:1088B0006D00AF4420242626262626262626262698 -:1088C000262626265E262626262626262626262610 -:1088D0002626262618262626262626262626262646 -:1088E0002626262618000223002A0CD00CE0402D54 -:1088F00001D0802D05D10123002A04D004E02024DA -:108900000C60002A00D162B61D46002B02D028461A -:108910000FB0F0BD002575630399F1630499F1620E -:10892000059931635B4CE35959691322D202114214 -:1089300005D0062199600F21196271699960317C17 -:1089400000290CD0F56109950895079506950D95B8 -:108950000B9502210A91012810D017200FE0717C9D -:108960009A6900292CD0952002439A6128460FB0BD -:10897000F0BD30240C60002AC5D0C5E71920049F43 -:108980000C907068002805D41F210840019981408F -:108990004148016014209861B06806A9FBF75AFFAE -:1089A0000E9802994143601880686158F34A00921A -:1089B000091D3A46059BFBF7BDFF28460FB0F0BDE9 -:1089C0003436110602D580218A439A613168002528 -:1089D000059A91422DD205955D694F214A021542B3 -:1089E0001BD1E90502D4029CEC4F0AE059683368B8 -:1089F0005C1C3460029C6043E84F3818C06AC15464 -:108A00000E98214641437E18736B346BA34238D2D3 -:108A100034367B585D691542E3D002211962019E0C -:108A2000B10729433546DD4CEFF31082324006D0C2 -:108A300008E02946019EEFF31082324002D1EFF3A5 -:108A4000108372B6029B4343E01883692024A3433A -:108A500083618369002B05D0002A08D0C26B002AED -:108A60000AD154E7034618331E60002AF6D162B6D5 -:108A7000C26B002A00D14AE70EA8904728460FB0E3 -:108A8000F0BD2946059D019E3C46EFF31082324021 -:108A9000D5D0D7E7C893010280E200E080B501207D -:108AA00082020249024BFFF7DFFE80BD8CB3010258 -:108AB0009D8A0000F0B591B010900126002900D1E8 -:108AC0009BE003930591002A00D196E007900121D5 -:108AD000EFF310800291084002D1EFF3108172B6DB -:108AE00004924823069307994B43AC49C9188D69F2 -:108AF0000026302D6ED80C461834AD00374602A63D -:108B000075593E46AF46C046DD8B0000E58B000040 -:108B1000E98B0000E98B0000E98B0000E98B000085 -:108B2000E98B0000E98B0000E98B0000E98B000075 -:108B3000E98B0000E98B0000E98B0000E98B000065 -:108B4000E98B0000E98B0000CD8B0000E98B000071 -:108B5000E98B0000E98B0000E98B0000E98B000045 -:108B6000E98B0000E98B0000E98B0000E98B000035 -:108B7000E98B0000E98B0000E98B0000E98B000025 -:108B8000E98B0000E98B00007B8C0000E98B000082 -:108B9000E98B0000E98B0000E98B0000E98B000005 -:108BA000E98B0000E98B0000E98B0000E98B0000F5 -:108BB000E98B0000E98B0000E98B0000E98B0000E5 -:108BC000E98B0000E98B0000CD8B00000226002815 -:108BD0000CD00CE0402D01D0802D05D101260028BD -:108BE00004D004E010252560002800D162B6002ED4 -:108BF000069D6A4F049C079802D0304611B0F0BD24 -:108C000000268E62039A8A63059A0A624C620A7C85 -:108C1000002A0BD00C960B960A96099608960E968B -:108C200002220D9201282DD018202CE08A7C2831B8 -:108C3000002A3BD00A68A24216D22B464343FA5878 -:108C40005469A40710D50868441C0C60F918096A17 -:108C5000085C10601098294641437A181146283163 -:108C6000936A526A9342E8D34543785981698222D4 -:108C70000A438261304611B0F0BD302525600028DE -:108C8000B4D0B4E71A200F90C86808A9FBF7E2FD3A -:108C9000109845437A597819C06838490091059968 -:108CA0002346FBF747FE304611B0F0BDFB589A69EA -:108CB000140602D58024A2439A610A68002604980B -:108CC00082422ED25D694F225202154207980AD085 -:108CD00002211962029EB10729431FE028315D6914 -:108CE00015423E46F4D137465C69A40702D4069982 -:108CF0002A4E0AE00C68661C0E6006994843274E0F -:108D00003018006A005D186010984143735871185C -:108D10008C6A4E6AB442E1D329463E46069D1F4FF7 -:108D200001E0314607985A6A002AFCD1EFF310821D -:108D3000029B1A4002D1EFF3108372B645437819B3 -:108D400083691024A34383618369002B05D0002A23 -:108D500009D0826B002A0BD14FE703461833029CDF -:108D60001C60002AF5D162B6826B002A00D144E76C -:108D700010A89047304611B0F0BDC046ED8200000B -:108D800048214143054842189269D20601D4002087 -:108D9000704740584169012008407047C89301025C -:108DA00080B511480078C001104909788901014354 -:108DB0000F480078400108430E4909780901014332 -:108DC0000D480078C00008430C4909788900014328 -:108DD0000B480078400008430A4909780143C8B2AB -:108DE000F9F726F880BDC046229C01027695010263 -:108DF0009993010210C0010298A00102239C010274 -:108E0000D4B70102E594010270B5002801D0012019 -:108E100070BD0325A9020F4802680F4B5350002470 -:108E20009460012253030D4E3360BFF34F8FBFF3A5 -:108E30006F8F0B4E336003685A5084720481102088 -:108E4000FBF71AFC022007A22946FFF707F9204684 -:108E500070BDC0467094010251E5CC1A80E100E07B -:108E600080E200E057445420636C6F73650D0A0084 -:108E70000FB47CB50C0009AD01D0611E00E00021EB -:108E800001910090074B6A462946089800F00EF9B8 -:108E9000002C02D0009A002111707CBC08BC04B0E8 -:108EA00018470000E59700000FB410B504A9074B60 -:108EB00002AA039800F0FAF8044602A9002000F084 -:108EC0009CFC204610BC08BC04B01847FB9700006F -:108ED0002021020C01D010211046020A01D01046B8 -:108EE0000839020901D01046091F820801D0104636 -:108EF000891E420801D0881E7047081A704700007A -:108F0000004870470890010202E008C8121F08C11B -:108F1000002AFAD170477047002001E001C1121FFA -:108F2000002AFBD170470000F0B51FB486B0099845 -:108F3000089A030D0021024314D05148514A1818D1 -:108F4000504305141198012810981AD0281A401C73 -:108F500000264D4F4D49009601910490002812DAE9 -:108F6000444211E01198012449A3012801D110982D -:108F7000C1430698119A84600360C26041600BB0DF -:108F8000F0BD4042E4E70446210500203F4A001CB2 -:108F900051410391029012E0E00707D032463B4670 -:108FA00001990098F7F71EFB0191009032463B466D -:108FB00010461946F7F716FB06460F466410002CBC -:108FC000EAD10498039B0028029A0999089806DAC6 -:108FD000F7F708FB019B009AF7F704FB05E0F7F7AA -:108FE00069FB019B009AF7F765FB04460E460022D9 -:108FF000284BF7F753FE03D80020C043014607E093 -:109000000022254B20463146F7F73AFAF7F726FEBD -:10901000102409E0002C0ADB0A220023F7F750FC99 -:10902000079B30321A55641E02460A43F2D11122C0 -:10903000641C079B121B1C19119B012B03D00123DD -:1090400008430ED10AE0084304D0112010900020FC -:10905000119077E71098151A6D1E0BE01098824258 -:1090600002DD00236D1C03E0824201DA00236D1E45 -:10907000002BEED0069811998260C16030C07EE767 -:1090800001FCFFFF104D0000000014400000F03F05 -:10909000300000000000F0430000E03F30380A28B4 -:1090A00001D201207047002070470000FFB597B043 -:1090B0000646002518E2252877D100242746FD49D9 -:1090C000049400E00443761C32780120203A90405A -:1090D0000842F7D130782A280ED002223078014693 -:1090E0003039092916D804990A23594330394018D0 -:1090F0001443761C0490F1E7189802C80491189064 -:10910000002904DA0120400304434842049002206D -:109110000443761C30782E2814D104200443707840 -:10912000761C2A2809D11898761C80C8189009E066 -:109130000A214F43303FC719761C30780146303939 -:109140000929F5D930786C2810D006DC4C281AD0C3 -:1091500068280ED06A2817D104E0742813D07A2822 -:1091600012D110E00120400504430CE00121090563 -:1091700001E0032109050C437178814203D10120EC -:1091800000052418761C761C3078119066280BD0C8 -:1091900013DC58287DD009DC00287BD04528F6D088 -:1091A0004628F4D047281AD1A5E118E0632835D025 -:1091B000642870D0652812D19DE170286CD008DC3D -:1091C0006728F1D069287BD06E280DD06F2806D192 -:1091D000BAE073282ED0752871D0782859D01A9A01 -:1091E000199990476D1C7EE16002400F022809D05A -:1091F00003280DD00428189801680DD00D60001DBB -:10920000189070E11898EA1701680D604A60F6E757 -:10921000189801680D80F2E70D70F0E718986A461B -:1092200001781172001D18900020507202A8009061 -:10923000012005E0189802C8189000200091C04352 -:1092400061070DD5002101E00199491C0191B94246 -:1092500012DA8142F8DB009A515C0029F4D10BE06C -:10926000002101E00199491C01918142FADB019A38 -:109270000099895C0029F5D1019904981A9B471A35 -:1092800021463846199A00F097FA01994019451875 -:109290000BE04FE02CE113E04EE0009800990078DD -:1092A000491C00911A9A199990470198401E019003 -:1092B000401CF2D1214638461A9B199A10E137E03A -:1092C0000A200021009001916002410F022907D07D -:1092D000189A01CA1892C2179446032908D00AE0C6 -:1092E0001898C01DC108C90005C91891944607E027 -:1092F00000B2C2179446042902D140B2C1178C466D -:1093000000226146944506DA0A4600214042914116 -:109310008C462D2102E0210504D52B216A461173CC -:10932000012103E0E10701D02021F7E7029155E098 -:109330000A200AE0102008E01020009000210420FC -:1093400004430191082703E00820002101910090C7 -:109350006002410F022907D0189A01CA1892002210 -:109360009446032908D008E01898C01DC108C90018 -:1093700005C91891944603E080B2042900D1C0B217 -:1093800000210291210729D51199702906D0009A50 -:109390001021019B4A401A4305D00EE040216A4645 -:1093A0001173012108E06146014306D030216A466D -:1093B00011731199517302210291009A0821019BA6 -:1093C0004A401A430AD16146014301D1610705D5DC -:1093D00030216A46117301217F1E0291119958298B -:1093E00004D035A10E910DA90D910DE037A1F9E73B -:1093F0006146019B009AF7F763FA0E9B8C469B5CD3 -:109400000D9A521E0D92137061460143F0D10D98D2 -:1094100005A9081A20300190600703D50120000437 -:10942000844300E001270198874201DD381A00E0FB -:109430000020019900904118029809180498401AD8 -:109440000490E00306D421461A9B199A049800F070 -:10945000B3F94519002706E003A81A9AC05D1999C7 -:1094600090476D1C7F1C02988742F5DBE0030CD50A -:1094700021461A9B199A049800F09EF9451904E0B8 -:109480001A9A3020199990476D1C0099481E009037 -:109490000029F5DC08E00D980D990078491C0D9124 -:1094A0001A9A199990476D1C0199481E019000293C -:1094B000F1DC63E1092801003031323334353637CD -:1094C0003839616263646566000000003031323310 -:1094D00034353637383941424344454600000000B0 -:1094E00000F05AF94519761C3078002800D0E2E5E2 -:1094F00028461BB0F0BD600700D406271898C01D91 -:10950000C108C90048680A680831C30FDB07189111 -:10951000190001D09CA108E0210501D59BA104E020 -:10952000E10701D09AA100E09AA1430011985B08DD -:10953000109165280CD006DC452809D046281DD09E -:10954000472841D141E0662818D067283CD13CE04B -:109550000021112F01DB112000E0781C0191009007 -:1095600008A911A8FFF7E0FC139905910021119AB1 -:1095700015927F1C12980197009150E00120C007BE -:1095800003900120019008A9009711A8FFF7CCFCD7 -:10959000139A149905920022119B00921298159328 -:1095A000059A0192002901D0104602E0791C40186A -:1095B0000190381A01D5019804E04042401E009005 -:1095C000781C0190C01B029043E0012F00DA0127B4 -:1095D0000021112F01DD112000E03846019100909B -:1095E00008A911A8FFF7A0FC13990591119A002171 -:1095F000129815920091019721070CD40599B94250 -:1096000001DB019900E00191012904DD159A491E51 -:10961000515C302906D0B84201DA011D05DA01217A -:10962000029115E00199491EEDE7002805DC00993B -:10963000411800910199091A03E0019A411C9142D5 -:1096400000DD01910099401A401C02900120C007E2 -:109650000390200706D402990198814202DB002082 -:10966000C043029000206946C87707AF01210398E4 -:109670000337C907884224D0022011902B20129072 -:10968000039800280CDA404203902D20129007E046 -:109690000A210398F6F71EFD30317F1E03903970C2 -:1096A0001199481E11900029F2DC03980028EFD18F -:1096B000791E129808703078202108404530BF1E6E -:1096C000387006A8C01BC01D0390109800780028B1 -:1096D00000D00120019941180298C0170918039879 -:1096E00009180498401A401E0490E00306D421464D -:1096F0001A9B199A049800F05FF8451910980078A1 -:10970000002803D01A9A199990476D1CE00324D5BC -:1097100021461A9B199A049800F04EF845191CE04E -:109720000098002807DB00990598884203DD15980A -:10973000405C199901E0199930201A9A90470098D5 -:109740006D1C401C00900298401E0290002804D11D -:109750001A9A2E20199990476D1C0199481E019064 -:109760000029DDDC05E038781A9A7F1C19999047AA -:109770006D1C0399481E03900029F4DC21461A9BB6 -:10978000199A0498ACE600002D0000002B000000A0 -:109790002000000000000000F8B5044600251E4629 -:1097A0001746880404D405E039462020B0476D1CD4 -:1097B000641EF9D52846F8BDFFB50446002581B0E2 -:1097C0001E46C80301D5302700E02027880404D5B1 -:1097D00005E038460399B0476D1C641EF9D528464C -:1097E00005B0F0BD4A68002A06D00A68531C0B6019 -:1097F00010704868401E486070470A68531C0B6030 -:109800001070704700B50A4683B0002100910191A5 -:10981000014601236846F7F70FF90199009803B054 -:1098200000BD004040404040404040404141414137 -:109830004140404040404040404040404040404027 -:10984000404040050202020202020202020202023B -:1098500002020220202020202020202020020202BC -:109860000202020290909090909010101010101030 -:109870001010101010101010101010101010020204 -:109880000202020288888888888808080808080870 -:109890000808080808080808080808080808020254 -:1098A0000202400023980000000084C1000008C1AB -:1098B0000000C03F000038410000AC410000D4412E -:1098C000000000000000000001000000FFFFFFFF9B -:1098D000000000000000000059062014032145018B -:1098E000288200324100321900411300390300B5CB -:1098F00006002D03002D02002201002201003E017E -:10990000002000002110422063308440A550C66032 -:10991000E770088129914AA16BB18CC1ADD1CEE12C -:10992000EFF13112100273325222B5529442F772A3 -:10993000D662399318837BB35AA3BDD39CC3FFF37C -:10994000DEE36224433420040114E664C774A444B3 -:1099500085546AA54BB528850995EEE5CFF5ACC5CC -:109960008DD55336722611163006D776F666955683 -:10997000B4465BB77AA719973887DFF7FEE79DD71C -:10998000BCC7C448E5588668A77840086118022813 -:109990002338CCC9EDD98EE9AFF9488969990AA96C -:1099A0002BB9F55AD44AB77A966A711A500A333AE3 -:1099B000122AFDDBDCCBBFFB9EEB799B588B3BBBBC -:1099C0001AABA66C877CE44CC55C222C033C600C73 -:1099D000411CAEED8FFDECCDCDDD2AAD0BBD688D0C -:1099E000499D977EB66ED55EF44E133E322E511EC3 -:1099F000700E9FFFBEEFDDDFFCCF1BBF3AAF599F5C -:109A0000788F8891A981CAB1EBA10CD12DC14EF1FB -:109A10006FE18010A100C230E32004502540467061 -:109A20006760B9839893FBA3DAB33DC31CD37FE38C -:109A30005EF3B1029012F322D232354214527762B1 -:109A40005672EAB5CBA5A89589856EF54FE52CD55C -:109A50000DC5E234C324A014810466744764245401 -:109A60000544DBA7FAB79987B8975FE77EF71DC76C -:109A70003CD7D326F2369106B01657667676154651 -:109A800034564CD96DC90EF92FE9C899E9898AB9BC -:109A9000ABA94458654806782768C018E1088238A1 -:109AA000A3287DCB5CDB3FEB1EFBF98BD89BBBABCC -:109AB0009ABB754A545A376A167AF10AD01AB32AF1 -:109AC000923A2EFD0FED6CDD4DCDAABD8BADE89D1C -:109AD000C98D267C076C645C454CA23C832CE01C41 -:109AE000C10C1FEF3EFF5DCF7CDF9BAFBABFD98FAC -:109AF000F89F176E367E554E745E932EB23ED10E91 -:109B0000F01E303132333435363738394142434430 -:109B100045460000020000000100000002000000B5 -:109B20000200000002000000000000001B00000016 -:109B30000000000000000000000000000000000025 -:109B40000000000000000000020000000000000013 -:109B500014000000020000000700000002000000E6 -:109B600002000000000000000200000000000000F1 -:109B700014000000020000000100000002000000CC -:109B800002000000020000000000000014000000BD -:109B900000000000000064009E00C800E800020110 -:109BA00019012C013D014C015A01660172017D0130 -:109BB000870190019901A101A901B001B701BE017E -:109BC000C401CA01D001D601DB01E101E601EB01CC -:109BD000EF01F401F801FD010102050209020D0285 -:109BE0001102140218021B021F022202250228027F -:109BF0002B022E023102340237023A023D023F02AA -:109C00004202450247024A024C024F0251025302ED -:109C1000560258025A025C025F0261026302650248 -:109C2000670269026B026D026F02710273027502B4 -:109C3000760278027A027C027E027F02810283022F -:109C400084028602880289028B028C028E028F02B5 -:109C50009102920294029502970298029A029B0244 -:109C60009D029E029F02A102A202A302A502A602D9 -:109C7000A702A902AA02AB02AD02AE02AF02B00275 -:109C8000B102B302B402B502B602B702B902BA0217 -:109C9000BB02BC0200000000000000000200000047 -:109CA00004000000001003EB0000000001000000B1 -:109CB000010000000400000000010032000000006C -:109CC000000000000000000001000000010000058D -:109CD0000000000000000000000000000100000083 -:109CE000010000350000000001000000000000003D -:109CF000040000000000002000000000010000003F -:109D00000000000004000000000000D80000000077 -:109D1000010000000000000001000000000000063B -:109D20000000000001000000000000000100000031 -:109D30000200000100000000000000000000000020 -:109D4000010000000300009F00000000010000006F -:109D50000000000001000000000000B90000000049 -:109D6000010000000000000001000000000000AB46 -:109D7000696E636C7564652F647269766572732FA2 -:109D80006D6B5F6164632E6300696E636C756465FF -:109D90002F647269766572732F6D6B5F6165732EC8 -:109DA000630033324B206C6F6164206361702076F6 -:109DB000616C2025640D0A005854414C206C6F6181 -:109DC00064206361702076616C2025640D0A005563 -:109DD0006E657870656374656420646D6120636886 -:109DE000616E6E656C0D0A00696E636C7564652F3B -:109DF000647269766572732F6D6B5F666C617368F0 -:109E00002E630052656C6F61642076616C7565200D -:109E1000696D706F737369626C650D0A00696E63BA -:109E20006C7564652F647269766572732F6D6B5FF4 -:109E30006D6973632E63007379735F7469636B5F1D -:109E40007374617274005265736574206279207551 -:109E50006E6B6E6F776E20736F757263650D0A009F -:109E600025313064207C200D0A00437261736865DF -:109E7000642121210D0A002D2D2D2D2D2D2D2D2D6F -:109E80002D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2D02 -:109E90002D2D2D2D2D2D2D2D2D2D2D2D2D2D2D0D12 -:109EA0000A00253038583A202530385820253038D7 -:109EB00058202530385820253038580D0A00505287 -:109EC000494D41534B3D253038580D0A00434F4E04 -:109ED00054524F4C3D253038580D0A004D53503DDB -:109EE000253038580D0A005053503D253038580D54 -:109EF0000A0041495243523D253038580D0A004C62 -:109F0000523D253038580D0A00495053523D2530F6 -:109F100038580D0A00785053523D253038580D0AF4 -:109F2000004E3D25642C205A3D25642C20433D25C0 -:109F3000642C20563D25640D0A0046494C452020DE -:109F400020203A20005B53435030335D005B46498C -:109F500052415D005B5557425D005B4D41435D00E2 -:109F60005B4343435D005B564552424F53455D00A2 -:109F70005B53455D005B5543495D005B5741524E65 -:109F80005D005B494E464F5D005B4150505D005B9C -:109F90004552524F525D005B4F535D005B424F4F45 -:109FA000545D005B544553545D005B4452565D0064 -:109FB0005B5048595D00696E636C7564652F64720F -:109FC00069766572732F6D6B5F74726163652E6362 -:109FD00000257300696E636C7564652F6472697621 -:109FE0006572732F6D6B5F756172742E6300556EB1 -:109FF000657870656374656420756172742025648A -:10A0000020737461746520256400556E65787065F1 -:10A010006374656420646D61206368616E6E656C55 -:10A0200020256400506172616D74657220696E76DE -:10A03000616C696400756172745F646D615F636116 -:10A040006C6C6261636B00756172745F62617564F0 -:10A050005F7365740024255B5E2C5D2C252A5B5E96 -:10A060002C5D2C255B5E2C5D2C252A5B5E2C5D2CEB -:10A07000255B5E2C5D2C252A5B5E2C5D2C255B5EB2 -:10A080002C5D2C252A5B5E2C5D2C252A5B5E2C5DCD -:10A090002C252A5B5E2C5D2C252A5B5E2C5D2C25F5 -:10A0A0002A5B5E2C5D2C252A5B5E2C5D2C252A5BB1 -:10A0B0005E2C5D2C252A73002E2E2F2E2E2F2E2E59 -:10A0C0002F2E2E2F2E2E2F647269766572732F6DB0 -:10A0D0006B5F7068792E63000400000404040404BC -:10A0E000040404000000000008A100000890010220 -:10A0F000780400000C15000070A20000809401029A -:10A10000942B0000188F000051520332804201341A -:10A110000101014926B80300900050084202C20321 -:10A12000001516C0C1C2C3C4C5C6C7C8C9CACBCCF6 -:10A13000CDCECF000101016509020301420257148F -:10A140000019412717901D0706050403020100F2BC -:10A150009798DDC89D5CB81CC0DEA7DB615BCA01B7 -:10A1600002000352404805100406010001522D2C44 -:10A17000280004007C007B0105020308FF5B0F013F -:10A180000065F901417B0707010160002000881389 -:10A1900033E0536420ACFF501B0D070E080E080E71 -:10A1A000080E080C030D050B050D070D070D070D17 -:10A1B0000701012E010402004003FFFF7F00FFFFA3 -:10A1C0007F0816FFFFFF00FFFFFF3A010001000AB2 -:10A1D00000010106401E400512051200051504028B -:10A1E0000102030102400402010303020C0E0900F4 -:10A1F000087A0232413428002A820303455006C5FA -:10A2000070014013D6207001401445B000500B423D -:10A2100002820345FFFF0F20320442083201045638 -:10A22000100001055020005007330101990102017F -:10A2300000FFFFFFFF4A60900102001001400FC2C3 -:10A240000E520145900140184204023D0545A0010F -:10A2500040194206023C07820142013420A1074214 -:10A26000034214454001400D82010000000000003F +:101770000D0A0000B0B50F2000F09AFF194D6870F7 +:10178000287033282AD120243721204600F0DCFF9E +:101790002120032100F0D8FF2220402100F0D4FFB7 +:1017A0002320082100F0D0FF3020AA2100F0CCFF38 +:1017B0000D4802210187322000F0C6FF33200121AD +:1017C00000F0C2FF5F21204600F0BEFF0F2000F0B6 +:1017D0006FFF28700A2003F047FCB0BD02480021CB +:1017E000C187B0BDE8940102BA9C010270477047FE +:1017F000B0B582B0194C2068056801A900200870B6 +:1018000007E090470198401C01A90870C0B2082861 +:1018100022D2012211048140294209D0226851605C +:1018200080002018826A002AECD001A80121E8E794 +:10183000130283402B4201D0022104E082402A425D +:10184000E0D003211346226853608000201882688C +:10185000002AD7D001A8D4E702B0B0BD609201023F +:10186000FEE7000010B509480168CA692023134348 +:10187000CB610269032A08D1012293050C689C43BD +:101880000C605102C26E0A43C26610BDC8920102CA +:10189000F0B581B05C4C2068856BE80707D0E16843 +:1018A000002904D000208847206801218163A8070F +:1018B00007D52169002904D001208847206802212A +:1018C0008163680707D56169002904D00220884731 +:1018D000206804218163280707D5A169002904D065 +:1018E00003208847206808218163E80607D5E1695D +:1018F000002904D004208847206810218163A806AD +:1019000007D5216A002904D00520884720682021B6 +:101910008163680607D5616A002904D006208847DC +:10192000206840218163280607D5A16A002904D0D8 +:10193000072088472068802181630126E80507D5B4 +:10194000E16A002904D037020820884720688763AD +:10195000A80507D5216B002904D077020920884704 +:1019600020688763680507D5616B002904D0B7023A +:101970000A20884720688763280507D5A16B0029BE +:1019800004D0F7020B20884720688763E80407D556 +:10199000E16B002904D037030C2088472068876357 +:1019A000A80407D5216C002904D077030D208847AF +:1019B00020688763680407D5616C002904D0B703E9 +:1019C0000E20884720688763280407D5A16C00296A +:1019D00004D0F7030F20884720688763E80307D502 +:1019E000E16C002904D03704102088472068876301 +:1019F000A80307D5216D002904D07504112088475C +:101A00002068856301B0F0BD44930102B0B50024A5 +:101A100000280ED00546006840182860EA68904209 +:101A2000FDD8A86840181146FEF754FBA96020466F +:101A3000B0BDE4432046B0BDF0B583B016460246C3 +:101A40000027F843002E22D01C46002B1FD00D4645 +:101A5000D168136899421AD9CB1AAB4217D392684E +:101A6000019252198A423A4607D9019A8A1A029279 +:101A7000029A52199342029A09D3029201981018BD +:101A8000FEF728FB3160029840192060384603B009 +:101A9000F0BD80687047002805D00168C068411A11 +:101AA00048424841704701207047002070470000BD +:101AB00006480168491C0160054841680268002326 +:101AC000521C02604B4143607047C046BCA00102FB +:101AD000C0A0010280B5FEF740FB80BD70B5044692 +:101AE0000026F043002C0DD00D4600290AD02046D8 +:101AF00010300121FFF78AFFA96820342046FFF744 +:101B000085FF304670BDF0B583B000250295019584 +:101B100000281FD00C460646074610373846FFF708 +:101B2000BAFF002816D13046203002AA01AB214668 +:101B3000FFF782FF00280DD135683846FFF7A9FF6F +:101B40000C214143B068029A101868506D186C60FF +:101B50000198A860284603B0F0BD0000042170463B +:101B6000084204D0EFF30983EFF3088203E0EFF3B8 +:101B70000883EFF309829BB004A8F0C044464D46A9 +:101B800056465F4608A8F0C01846F0C86846F0C040 +:101B900018690C90202018440D9058690E9098698F +:101BA0000F90D8691090EFF310801190EFF314802C +:101BB0001290094908681390084908681490084968 +:101BC0000868159007490868169017931892704690 +:101BD0001990684606F01CF804ED00E00CED00E0FA +:101BE00010ED00E014ED00E0F0B581B00326002414 +:101BF0003046214605F0C6F804252846214605F062 +:101C0000C1F80127304639463A4605F021F83046FA +:101C10002146324605F0DEF8284639463A4605F0B8 +:101C200017F802212846224605F0D4F801B0F0BD8D +:101C3000F0B589B008900425284604F0F1FF0A2782 +:101C4000384603F011FA284604F0FAFF0324204630 +:101C500004F0EEFF07900526304603F005FA28460B +:101C600004F0DEFF384603F0FFF9284604F0E8FFF1 +:101C7000204604F0DDFF0690304603F0F5F92846D3 +:101C800004F0CEFF384603F0EFF9284604F0D8FF01 +:101C9000204604F0CDFF0590304603F0E5F92846D4 +:101CA00004F0BEFF384603F0DFF9284604F0C8FF11 +:101CB000204604F0BDFF0490304603F0D5F92846D5 +:101CC00004F0AEFF384603F0CFF9284604F0B8FF21 +:101CD000204604F0ADFF0390304603F0C5F92846D6 +:101CE00004F09EFF3846019703F0BEF9284604F041 +:101CF000A7FF204604F09CFF0290304603F0B4F9A1 +:101D0000284604F08DFF384603F0AEF9284604F06B +:101D100097FF204604F08CFF0746304603F0A4F9F5 +:101D2000284604F07DFF019803F09EF9284604F050 +:101D300087FF204604F07CFF0446304603F094F908 +:101D4000284604F06DFF0699481E81410A4607990E +:101D5000481E8141480080188000059A511E8A4122 +:101D600051004018049A511E8A4180188000039A3D +:101D7000511E8A4151004018029A511E8A41801812 +:101D80008000791E8F4179004018611E8C41061930 +:101D90000898002803D0032004F042FF02E003204B +:101DA00004F04EFF0A24204603F05EF9042528467D +:101DB00004F046FF204603F057F9284604F030FFB0 +:101DC000F0B209B0F0BDF0B589B00890032400214D +:101DD00020460A4604F03CFF0427384604F020FF62 +:101DE0000626304603F040F9384604F029FF204625 +:101DF00004F01EFF07900525284603F035F9384604 +:101E000004F00EFF304603F02FF9384604F018FFB7 +:101E1000204604F00DFF0690284603F025F93846C9 +:101E200004F0FEFE304603F01FF9384604F008FFC8 +:101E3000204604F0FDFE0590284603F015F93846CB +:101E400004F0EEFE304603F00FF9384604F0F8FED9 +:101E5000204604F0EDFE0490284603F005F93846CC +:101E600004F0DEFE304603F0FFF8384604F0E8FEEA +:101E7000204604F0DDFE0390284603F0F5F83846CE +:101E800004F0CEFE304603F0EFF8384604F0D8FEFA +:101E9000204604F0CDFE0290284603F0E5F83846CF +:101EA00004F0BEFE304603F0DFF8384604F0C8FE0A +:101EB000204604F0BDFE0190284603F0D5F83846D0 +:101EC00004F0AEFE304603F0CFF8384604F0B8FE1A +:101ED000204604F0ADFE0646284603F0C5F8384615 +:101EE00004F09EFE0898821E501E82410121204669 +:101EF00004F0AEFE0699481E81410A460799481E25 +:101F00008141480080188000059A511E8A41510085 +:101F10004018049A511E8A4180188000039A511E6D +:101F20008A4151004018029A511E8A41801880004F +:101F3000019A511E8A4151004018711E8E4180192C +:101F4000C0B209B0F0BD70B50446042004F068FECC +:101F500060B2002803D4032004F062FE02E00320F4 +:101F600004F06EFE0A25284603F07EF8042630466B +:101F700004F066FE284603F077F8304604F050FE81 +:101F8000284603F071F8600603D4032004F048FEED +:101F900002E0032004F054FE0A25284603F064F80A +:101FA0000426304604F04CFE284603F05DF8304627 +:101FB00004F036FE284603F057F8A00603D40320A9 +:101FC00004F02EFE02E0032004F03AFE0A25284623 +:101FD00003F04AF80426304604F032FE284603F0A7 +:101FE00043F8304604F01CFE284603F03DF8E006B6 +:101FF00003D4032004F014FE02E0032004F020FECA +:102000000A25284603F030F80426304604F018FE6E +:10201000284603F029F8304604F002FE284603F073 +:1020200023F8200703D4032004F0FAFD02E0032084 +:1020300004F006FE0A25284603F016F8042630466A +:1020400004F0FEFD284603F00FF8304604F0E8FDEA +:10205000284603F009F8600703D4032004F0E0FDEC +:1020600002E0032004F0ECFD0A25284602F0FCFF04 +:102070000426304604F0E4FD284602F0F5FF304621 +:1020800004F0CEFD284602F0EFFFA00703D40320A2 +:1020900004F0C6FD02E0032004F0D2FD0A25284624 +:1020A00002F0E2FF0426304604F0CAFD284602F0A2 +:1020B000DBFF304604F0B4FD284602F0D5FFE00710 +:1020C00003D1032004F0ACFD02E0032004F0B8FDCE +:1020D0000A24204602F0C8FF0425284604F0B0FD7B +:1020E000204602F0C1FF284604F09AFD204602F087 +:1020F000BBFF70BD70B50446042004F091FD60B2D2 +:10210000002803D4032004F08BFD02E0032004F038 +:1021100097FD0A25284602F0A7FF0426304604F062 +:102120008FFD284602F0A0FF304604F079FD2846D6 +:1021300002F09AFF600603D4032004F071FD02E070 +:10214000032004F07DFD0A25284602F08DFF0426B9 +:10215000304604F075FD284602F086FF304604F054 +:102160005FFD284602F080FFA00603D4032004F0A0 +:1021700057FD02E0032004F063FD0A25284602F023 +:1021800073FF0426304604F05BFD284602F06CFF26 +:10219000304604F045FD284602F066FFE00603D411 +:1021A000032004F03DFD02E0032004F049FD0A2570 +:1021B000284602F059FF0426304604F041FD284627 +:1021C00002F052FF304604F02BFD284602F04CFF8F +:1021D000200703D4032004F023FD02E0032004F0D1 +:1021E0002FFD0A25284602F03FFF0426304604F062 +:1021F00027FD284602F038FF304604F011FD28463E +:1022000002F032FF600703D4032004F009FD02E06E +:10221000032004F015FD0A25284602F025FF0426B8 +:10222000304604F00DFD284602F01EFF304604F053 +:10223000F7FC284602F018FFA00703D4032004F09F +:10224000EFFC02E0032004F0FBFC0A25284602F024 +:102250000BFF0426304604F0F3FC284602F004FF8E +:10226000304604F0DDFC284602F0FEFEE00703D114 +:10227000032004F0D5FC02E0032004F0E1FC0A2472 +:10228000204602F0F1FE0425284604F0D9FC204641 +:1022900002F0EAFE284604F0C3FC204602F0E4FE09 +:1022A00070BDF0B581B003260025012430462946D3 +:1022B000224604F0CDFC304604F0C2FC062630462F +:1022C00002F0D2FE042004F0BBFC304602F0CCFE4B +:1022D000032004F0ADFC00281BD0681CFA2D054635 +:1022E000F6D30425284604F09BFC0326304604F070 +:1022F00097FC0A27384602F0B7FE284604F0A0FCF7 +:10230000304604F09DFC384602F0AEFE204601B097 +:10231000F0BD032001210A4604F09AFC042004F0D9 +:102320007FFC0024204601B0F0BDF0B581B003264B +:102330000025012430462946224604F089FC304617 +:1023400004F07EFC0626304602F08EFE042004F0E7 +:1023500077FC304602F088FE032004F069FC002878 +:1023600020D0681CFA2D0546F6D30426304604F02A +:1023700057FC0325284604F053FC0A27384602F090 +:1023800073FE304604F05CFC284604F059FC3846E5 +:1023900002F06AFE28462146224604F059FC2046F7 +:1023A00001B0F0BD032001210024224604F050FCBE +:1023B000042004F035FC204601B0F0BDF0B583B038 +:1023C0001C460092019106460325284604F038FC7D +:1023D0000427384604F034FC284604F021FC0A2087 +:1023E000029002F041FE384604F01AFCFE20304014 +:1023F000FFF780FEFFF799FF5C4908610198FFF73E +:1024000079FEFFF792FF59494861284604F018FC0D +:10241000384604F015FC284604F002FC029802F04D +:1024200023FE384604F0FCFB012006433046FFF74C +:1024300061FEFFF77AFF4D498861002C38D0E0B289 +:10244000FFF7C1FC009D2870042004F0E9FB012C7B +:102450001DD06F1C032004F0E3FB0A26304602F077 +:1024600003FE0425284604F0EBFB304602F0FCFD99 +:10247000284604F0D5FB641EE0B2FFF7A4FC3870D8 +:10248000284604F0CDFB7F1CA0B20128E2D1032036 +:1024900004F0D6FB0A24204602F0E6FD0425284677 +:1024A00004F0CEFB204602F0DFFD284604F0B8FB26 +:1024B0000424204604F0B4FB0325284604F0B0FBB6 +:1024C0000A26304602F0D0FD204604F0B9FB28462B +:1024D00004F0B6FB304602F0C7FD03B0F0BDC046C5 +:1024E000F0B583B000AC0EC407460324204604F0C8 +:1024F000A7FB0425284604F0A3FB204604F090FB2C +:102500000A26304602F0B0FD284604F089FBFE2082 +:1025100007403846FFF7EEFDFFF707FF134F38601F +:102520000098FFF7E7FDFFF700FF78600198FFF7DD +:10253000E1FDFFF7FAFEB8600298FFF7DBFDFFF759 +:10254000F4FEF860284604F06BFB204604F068FBBC +:10255000304602F089FD284604F072FB204604F064 +:102560006FFB304602F080FD03B0F0BDA494010281 +:1025700070B504464D4E307001202040707003D17C +:10258000032004F04DFB02E0032004F059FB082572 +:10259000284604F055FB284604F042FBA007C00F74 +:1025A000707003D1032004F03BFB02E0032004F031 +:1025B00047FB0825284604F043FB284604F030FB7F +:1025C0006007C00F707003D1032004F029FB02E004 +:1025D000032004F035FB0825284604F031FB28468B +:1025E00004F01EFB2007C00F707003D1032004F01D +:1025F00017FB02E0032004F023FB0825284604F023 +:102600001FFB284604F00CFBE006C00F707003D1DE +:10261000032004F005FB02E0032004F011FB082571 +:10262000284604F00DFB284604F0FAFAA006C00F75 +:10263000707003D1032004F0F3FA02E0032004F0E9 +:10264000FFFA0825284604F0FBFA284604F0E8FAC9 +:102650006006C00F707003D1032004F0E1FA02E0BD +:10266000032004F0EDFA0825284604F0E9FA28468C +:1026700004F0D6FAE009707060B2002803D4032099 +:1026800004F0CEFA02E0032004F0DAFA082420462F +:1026900004F0D6FA204604F0C3FA0724204604F0DA +:1026A000CFFA204604F0BCFA70BDC046A0940102E7 +:1026B000F0B581B007460324204604F0C1FA042592 +:1026C000284604F0BDFA204604F0AAFA0A2630464D +:1026D00002F0CAFC284604F0A3FA3220FFF733FCCC +:1026E000FFF7DFFDF8B2FFF72EFCFFF7DAFD20461B +:1026F00004F0A6FA284604F0A3FA204604F090FA63 +:10270000304602F0B1FC284604F08AFA3320FFF785 +:102710001AFCFFF7C6FD0020FFF78AFA0746284695 +:1027200004F07EFA204604F07BFA304602F09CFC6E +:10273000284604F085FA204604F082FA304602F07A +:1027400093FC384601B0F0BDF0B581B0009107466A +:102750000324204604F074FA0426304604F070FA8C +:10276000204604F05DFA0A25284602F07DFC30463A +:1027700004F056FA3220FFF7E6FBFFF792FDF8B2BD +:10278000FFF7E1FBFFF78DFD0098FFF7DCFBFFF79C +:1027900088FD304604F044FA204604F041FA284609 +:1027A00002F062FC304604F04BFA204604F048FA8E +:1027B000284602F059FC284602F056FC01B0F0BD54 +:1027C00080B5074801210170064802680A4302608B +:1027D00005480268002A02D000200146904780BDCB +:1027E000B8B201021C100050BCB20102F0B599B0A1 +:1027F000F548017BC67A427B0E92F44C221F136887 +:10280000F34A1268069242780C9202790592C76ADE +:1028100004931F4001200F907A0200D5BCE03A02D9 +:1028200000D5BFE0FA0102D50F98020622605025BC +:1028300008968A191826BB0102D50F984306236013 +:102840004123079569430A96354655431426FC02F1 +:1028500010D50F98040538463746DC4E3460DA4C04 +:10286000A469B464D84CE4697464DA4C241D3460FF +:102870003E46074690000B90D8040D9068180990CA +:102880000E9B73430F988203B902D04D22D50F9847 +:1028900041052960CC480E96164602468169296595 +:1028A000C169696509990D980143089800010818E4 +:1028B0000B994018C018C849098892794A43801872 +:1028C0000A301C4602F074FD234632460E9EC04973 +:1028D00088672A600F98C404380300D52C60F80379 +:1028E00002D50F98000428600F984104B80300D562 +:1028F0002960380400D4E4E1039402910E93089215 +:102900000D980B990C180A980C9941430C910F984B +:10291000C0030B90286004F0E5FB002801D002F012 +:1029200029FD0C98005B410B43D1099800190E99C1 +:1029300040180599090140180E90E74D287B079B28 +:102940004343E97A0A010D9C2243D21841188B00B7 +:10295000D2180A9B4B43D1186A7B564389190E9EA5 +:102960002A791018DF4A1288424388181690306876 +:10297000C000800D10A9C882002511957079C0078C +:102980007ED110A80F998182069C00940020E8A2B5 +:10299000049B05F07FFF78E00F98820522603A02E1 +:1029A00000D43FE70F98C2052260FA0100D53BE74B +:1029B0003DE7072149030840032149038842089A5B +:1029C00000D07EE1069704F02BFA002016900990C3 +:1029D0001590C14CE07A217B08180A994143800088 +:1029E0000D9A10434118627B0E9672438A186178E3 +:1029F000A379079E7343D718FA683F26324063785D +:102A00009A420C976ED105960A9A4A4380580F2134 +:102A10000A0702400398401EC04B1B68DB090340B5 +:102A2000981810900F98C0020B90B868800767D470 +:102A30002C46283C04F0A4FE05462068000609D573 +:102A4000C3208401786A400704D404F099FE401B37 +:102A5000A042F7D905980002B96849080140B34877 +:102A600003688268B868C40C20202040DB0700D0CF +:102A700095E0002310221D461C460E9E0B9FB1E0E0 +:102A800010A88582B0681190069C701D924B197930 +:102A9000E20707D1491C1971D97A1A798A4202D3FF +:102AA0001D7100E0D97001784278120251188278C5 +:102AB0001204891803229143017035715878401C23 +:102AC0005870D87A197B08185978884200D85D70F8 +:102AD000D879401ED871596B002901D010A88847B9 +:102AE0007E4DEDE010A80B998182F8683040637844 +:102AF000009000207CA20F9905F0CCFE0E9E94E081 +:102B0000388A874A024010A8C2822022BA5C930702 +:102B1000DB0F3C68C3720F9B1A4082726205D20CB5 +:102B20000D9B1A431692FA68130E0372BB69FC6977 +:102B30007C4D2D682D0C05745204920F4272119336 +:102B40001394654CA07B002809980E9E0B9F5FD0C4 +:102B500075480068007A0328099859D00C98007DC0 +:102B600008400928099853D1C320840104F008FEC5 +:102B700005460C98406A41070BD459490968090673 +:102B8000890F06D104F0FCFD401BA042F1D90C983E +:102B9000406A41030898884310A9888237E0D20729 +:102BA0000E9E0B9F03D108230022154619E00C9BB3 +:102BB0009A68029C224211D19A68520C02249443D2 +:102BC0000022134615460DE0C0B7010228A00050B0 +:102BD0003CA10050FC1F0000BCB7010204250022EC +:102BE000134614460843104318432843204310A9B2 +:102BF000888238420BD10C9B198A494A0A4010A995 +:102C0000CA8219684905C90C0D9A11431691324CB4 +:102C10002921615C002908D03037B84205D010A9BD +:102C200008461130123104F0A5FAE77A2A48047BED +:102C3000E519294800790E9027484078401C29461C +:102C4000FDF748FA88000D9A1043189007996143E0 +:102C50003801104340182049497B4E4380191C21FC +:102C6000694340180E9909191B4B1E4A12884A43A2 +:102C700080181790099A0C998A60987B002800D0D8 +:102C80004A629879401C9871187B99798142069F15 +:102C900000D39A715978491C5970D97A0818597813 +:102CA00088420E4D00D85A70187A401E187228209B +:102CB000185C002804D0996B002901D010A888471F +:102CC000089A174202D00F98000328601C48044954 +:102CD000486019B0F0BDC046C0B7010228A000503E +:102CE0003CA10050BCB701024857204554206964FC +:102CF0007820256420616E64204554206964782022 +:102D0000256420696E2052582064657363206D69C4 +:102D1000736D617463680D0A000000003820004084 +:102D2000FF03000094300040AC930102604000407B +:102D30004D4143204556542025782025780D0A0022 +:102D4000FFFFFF03F0B58FB00692F74A09AF70CAD4 +:102D500070C770CA70C70328079320D88800F3A1F2 +:102D60000858F649FDF7B7FA0446F549FDF7B3FAF6 +:102D70000D90F4492046FDF7AEFA0C90F24920463A +:102D8000FDF7A9FA0B90F1492046FDF7A4FA0A9045 +:102D9000EF492046FDF79FFA0990EE4969E00428C3 +:102DA00022D0062820D88800EBA10858EE49FDF76C +:102DB00092FA0446ED49FDF78EFA0D90EC49204653 +:102DC000FDF789FA0C90EB492046FDF784FA0B9049 +:102DD000E9492046FDF77FFA0A90E8492046FDF7C9 +:102DE0007AFA0990FD4944E00838022821D8880081 +:102DF000FBA10858D149FDF76EFA0446FC49FDF7DE +:102E00006AFA0D90FB492046FDF765FA0C90FF2009 +:102E100081052046FDF75FFA0B90F7492046FDF744 +:102E20005AFA0A90CA492046FDF755FA0990FE4918 +:102E30001FE08800F1A10858F449FDF74CFA044658 +:102E4000F349FDF748FA0D90F2492046FDF743FAA1 +:102E50000C90F1492046FDF73EFA0B90EF492046D1 +:102E6000FDF739FA0A90EE492046FDF734FA099049 +:102E7000EC4900942046FDF72EFAEC4909680E90C3 +:102E8000EB480468EB4801684808EB4F05463D40B5 +:102E90000022002D08922DD0CA01120E07D0280C56 +:102EA000E90D12D14000E649085AE6490AE0C90393 +:102EB000090E0CD0280AE90B10D14000E049085A4D +:102EC0008F2189004018E4300DE0DC490AE081B22E +:102ED0007F2905D84800DA49085A04E0D94901E0B9 +:102EE0008F218900401800B2FDF78FFCD649FDF70D +:102EF0004BFA02460292039507252606D34B1A6821 +:102F0000002A089840D0791C8A420BD21102090E7F +:102F100013D0110C1F46D00D1FD14800C849085AC4 +:102F2000C84907E01F46110E002A13D44800C449BF +:102F3000085AC2494018E4301FE011041F46090E28 +:102F40000ED0110AD00B12D14800BD49085A8F216A +:102F50008900EFE7BE4808180FE0B84808180CE0F1 +:102F600091B27F2906D84800B549085A05E0B5480E +:102F7000081802E08F218900501800B2FDF745FCC7 +:102F8000B149FDF701FA3B460590159F2C40F50E1F +:102F90005B69B0491940089810D0DA02D20E34D0DB +:102FA000C80B3E210140A648405AA6494018E430CB +:102FB00000B2FDF72AFCA449FDF7E6F90490149E3F +:102FC0006800A5A1085EFDF720FC0146A00009AA43 +:102FD0001058FDF780F90146B8B20128089F019109 +:102FE00002D1022C0AD9A74F052C24D11898089099 +:102FF0000C2D20D80B2D16D3A44918E00027022C45 +:10300000089718D08120C70515E01A04120E00D1C8 +:10301000CAE0080AC90B00D0CDE040008849085A30 +:103020008F218900C2E7092D00D2C7E09649089890 +:10303000FDF751F9089001200021B542034600D365 +:103040000B46052C00D308461799169A1A9C199D11 +:103050001843069B012B12D1079B402B22D100283D +:1030600040D03846FDF737F901460198FDF733F9AE +:1030700001460098FDF780F9059A04998AE0079BBC +:10308000402B1FD1002838D03846FDF724F90146DF +:103090000198FDF720F901460098FDF76DF9059AB2 +:1030A000049977E0002833D03846FDF714F901463B +:1030B0000198FDF710F901460098FDF75DF9059AB2 +:1030C000049967E000285BD03846FDF704F9014613 +:1030D0000198FDF700F901460098FDF74DF9059AB2 +:1030E000049957E002981146FDF746F90399002923 +:1030F00000D16748059A04994CE002981146FDF703 +:103100003BF90399002900D16148059A049941E0EF +:1031100002981146FDF730F90399002900D15C4867 +:10312000059A049936E0C046E0A00000000068C19E +:10313000000088C166665EC1000084C10000844151 +:103140000000B44100004841000020400000F0C0F1 +:10315000000084C10000F841333323C1000050C196 +:103160009A9929C19A9949C19A9949413333CB41D6 +:1031700066667641CDCCAC40333393C09A9949C151 +:1031800002981146FDF7F8F80399002900D140484C +:10319000059A049928601046FDF7EEF80899FDF7A6 +:1031A000EBF820600FB0F0BD99B27F2911D848002C +:1031B0002349085AFCE623494018F9E6C1200106D4 +:1031C0000898FDF788F80890062D00D933E700200D +:1031D00030E78F2189005818EAE6C0463333F341BF +:1031E000000058C19A9961C19A9969C1000084C1CF +:1031F0000000AC4100003841000008C1CDCC80C1C6 +:10320000CDCC88C133338FC1333397C1333397412A +:10321000CDCC8C413333F3409A9919C0666646C1D0 +:10322000333397C1CDCCB4410000D4410C000040F1 +:103230005030004068400040FFFFFF007C08000065 +:10324000CCA300005C050000919AF63C642000408D +:103250009C0B0000FFFF1F00FAFFFCFFFEFF0000B9 +:1032600002000400060008000A000C000E00100016 +:1032700012001400160018001A001C001E00200086 +:1032800022002400000080BF0000A0C0000040C059 +:103290000000DCC2F0B581B0402406210091002777 +:1032A00020463A463B46FFF71BF9012085020D4EAA +:1032B000B5830423204600993A46FFF711F9B583F8 +:1032C000324626320225204639462B46FFF776F84D +:1032D0001C362046009932462B46FFF76FF801B0A6 +:1032E000F0BDC046A494010280B5124801681F22B7 +:1032F0000A40026003200840022812D10E480268EA +:10330000D30D02D0FF231B06D2180C4B1A600C4AB7 +:1033100012680C4B1A6080680B4A1080000C0B4A34 +:1033200010801A488268002A02D0826800209047E4 +:1033300080BDC0467420004064400040FCB70102DC +:103340007830004000B80102569C010206B8010224 +:1033500080B50D48016889070FD5052101600B482C +:10336000C178002908D00021C170C168002903D0AC +:10337000C26841680020904780BD054805A10B4AFE +:103380000BA304F02BFAC0462C0400409C930102CE +:10339000F0A800005048595F54494D45525F4952CA +:1033A0005148616E646C6572000000008D0A000077 +:1033B000556E657870656374656420696E746572B6 +:1033C000727570740000000070B50446401E01283C +:1033D00014D80320084011D13F2040030818050BE2 +:1033E000281980280AD8164E3178012048402946ED +:1033F00002F040FE641E6D1C002CF5D170BDC0466D +:1034000080B50020014602F07DFB002800D080BD81 +:103410000B480121017080BD70B516460C4605466B +:10342000FF22FCF793FE0548311805480278012079 +:1034300050402A46234602F0C5FC70BD00E0070458 +:10344000B89C01020120000370470120400370472F +:10345000F0B585B04B484C49016003F0E3FD4B4D9E +:10346000EA8A5A214A484252AE8A58214652A98DC8 +:103470004823C152AB88442403530024EC830493B3 +:103480004363AF7A0772AF8947828682C282EE8E2B +:1034900001221D2E164600D826463E4C26704C1E94 +:1034A000A14149000162110269803221695C4172C7 +:1034B000288B394908806C8C0F20224602407D21E0 +:1034C000C900260B4E43B6182205170F6422574336 +:1034D000F6192406270F0A246743F6192F4F3E805A +:1034E000AE8C374607402B46350B4D43ED1937055B +:1034F0003F0F5743ED193606360F6643AD19284E78 +:103500003580DD8C2E4606402F0B4F43BE192F050C +:103510003F0F5743F6192D062D0F65437519214F9F +:103520003D801D8D28402E0B4E4330182905090F74 +:10353000514340182906090F614340181A4E308044 +:1035400003241AA220462146049B05F0A3F90F4844 +:103550004088C1B20091030A18A22046214605F016 +:1035600099F90E4803880E480088398832880A4D38 +:103570002D8800AE27C61AA22046214605F08AF9FA +:1035800005B0F0BDE4940102FD3B0000BA9C0102CD +:1035900008950102A89501028A950102829501020F +:1035A000849501028695010288950102C9E8B1B8A7 +:1035B00049443A202578202E0D0A0000B9CCBCFEE3 +:1035C000B0E6B1BE3A34472D475053B6A8CEBBCA79 +:1035D000D6BBB7205625642E25642E200D0A000088 +:1035E000B7FECEF1C6F7B5D8D6B73A2025642E255A +:1035F000642E25642E25643A25642E0D0A000000F1 +:10360000F0B583B030480068C16B0901890F01D063 +:1036100003B0F0BDC16BC06B2C4D05404800400F9E +:103620000826029686400227384601F04DFC01909C +:103630007043C10B4A1B26485043FCF761FD04460A +:1036400004F01EF8032123A238461F4F00912346A1 +:1036500005F020F9F88A002817D001984001294682 +:10366000FCF738FD46431822324001200F2A01465C +:1036700000D8002173095B181B4CA3420DD8194DCB +:10368000ED1A6D050F2A0CD80CE038680021C160D6 +:10369000112001F009FC03B0F0BD5D1C6D050F2A7F +:1036A00000D956422A0C029D2E4009018919A342D5 +:1036B00002D80098000400E0400408188018396817 +:1036C000086303B0F0BDC046B0930102FFFF1F00C6 +:1036D00040420F0052434F33324B2070706D202513 +:1036E000640D0A00FF070000FE7F0000B0B582B045 +:1036F000154908688269D2070CD00122C2610D69A0 +:10370000002D07D000686C46214603F0F9FD00212A +:103710002046A84702B0B0BDB0B582B00A490868DB +:10372000026C92070ED5026C012313430364CD682B +:10373000002D07D000686C46214603F0E1FD002112 +:103740002046A84702B0B0BDB09301020648016808 +:10375000032291430160016801220A43026000F0E4 +:10376000B9F803F0AFFFC0462800004080B50D490E +:103770000868002810D5224802680423032A01D0D3 +:103780001A4300E01A460A601E490A68002A02D05D +:1037900041680020904780BD03A00CA19E2211A388 +:1037A00004F01CF82C100140696E636C7564652F81 +:1037B000647269766572732F6D6B5F736C6565708B +:1037C0005F74696D65722E6300000000534C4545BF +:1037D000505F54494D45525F49525148616E646C87 +:1037E00065720000556E657870656374656420735A +:1037F0006C65657020696E74657272757074000016 +:103800000C9001020CB80102B0B582B004460078F9 +:10381000002811D0094D01A908702868416A0029C3 +:10382000FCD101A901220020034605F05FFD611CC7 +:10383000607800280C46EED102B0B0BDC8930102FA +:10384000F0B583B0154607460022D043022F19D8A1 +:10385000002D17D000AB07C30F4878430F490E184F +:10386000443630462946FEF74EF900280CD004466F +:10387000006801992A46FCF757FC30462146FEF7BE +:103880002DF9029803B0F0BD05A03946FEF70DF9F9 +:10389000009803B0F0BDC04654050000CCA0010262 +:1038A000736F636B65745B25645D2073656E642064 +:1038B0006275662066756C6C0D0A000080B5044860 +:1038C0000168491C01600069002800D0804780BD64 +:1038D00010B8010201480249016070471C900102C2 +:1038E0000026B80380B582B00E4908680022C26085 +:1038F0000192CA68002A02D0016801A8904702B06C +:1039000080BDC04680B582B0064908690022C26009 +:1039100001220192CA69002A02D0016801A89047D9 +:1039200002B080BDA8920102F0B582B0184840787C +:103930000090002824D0174D2B46483300240194D2 +:103940000BE00198C0B240001349081800214186DD +:103950009B1C641C0098844214D22819067A771C98 +:103960000772042EEDD8019AD0B24600AE191D8818 +:1039700048217552074D28180772521C0192E7E73B +:103980000020019002480199417002B0F0BDC0468C +:1039900000960102789601025697010280B5002038 +:1039A00005F078F980BD80B5012005F073F980BD80 +:1039B000F0B581B003F0BCF8164CE060A1780029A6 +:1039C00001D001B0F0BD21790029FAD10121217186 +:1039D00000281BD08D02281AA168814216D0444EBF +:1039E0002F46A068305C21698847A068401CA06011 +:1039F000681EA168814201DD0020A060E168A06826 +:103A0000022F03D3691A7F1E8842EAD10020207159 +:103A100001B0F0BDD494010270B5B6B000F032FE32 +:103A20001349088800250D80124A11881580FCF77B +:103A300051FB114908801148808811490978114EBD +:103A40003278114B1B7800AC0FC404ACC8210FA214 +:103A5000144B204605F028FE024635701248406996 +:103A60002146FFF7EDFE00F0EBFD36B070BDC0461D +:103A7000AC950102AA950102549C0102BA9C010274 +:103A8000149501020C950102A795010225732C25BE +:103A90003034782C2530327525252C25642C25646E +:103AA0000D0A0000BC9701028095010270B50E2539 +:103AB00000242846214603F065F90D20214603F035 +:103AC00061F90124204604F0EDFF04262846314622 +:103AD00003F058F90920314603F054F9204600F06C +:103AE00051FFA2020249034B204605F0D9FA70BDEE +:103AF000BCB30102D5920000B0B50C467C2148430E +:103B0000034A15182846FDF7E5FF6C600020B0BD9C +:103B1000C8B00102B0B582B0602833D0622843D06B +:103B2000642854D101A82F490180EFF3108072B6A8 +:103B300000242046214601F0E5FF2B4D002805D149 +:103B4000012002030020294601F036FF103501AAAA +:103B500002232046294602F00DFC62B623A0FFF79F +:103B600053FE64201B490C5203F018FD1A4801F063 +:103B70007BFABFF34F8F194819490160BFF34F8F8C +:103B800000BFFDE76020134900220A5203F006FD42 +:103B9000114801F069FABFF34F8F104810490160D6 +:103BA000BFF34F8F00BFFDE762200A4900220A528F +:103BB0000A8003F0F3FC084801F056FABFF34F8F78 +:103BC000064807490160BFF34F8F00BFFDE702B011 +:103BD000B0BDC046BA9C0102A08601000CED00E019 +:103BE0000400FA05AAAA000000D00204BDF8C8EB40 +:103BF000C9FDBCB6C4A3CABD0D0A0000F0B5D1B062 +:103C0000A9490A78002A26D0A64EF28B002A22D192 +:103C1000A64DAA68082A00D992E0930001A4E358AF +:103C20009F46C046493C0000413D0000413D000028 +:103C3000513D00007B3D0000853D00008F3D0000B0 +:103C40005F3D0000993D0000552800D0BDE00120F7 +:103C5000A86051B0F0BD4978002900D1B9E0934D7A +:103C60006A7997498854A979A871E971521C6A71D7 +:103C70000A2800D0ADE00D2900D0AAE003A80190E9 +:103C800037A800902C4628348D488E491DAB22461B +:103C9000FCF782FAE8608CA105222046FCF76FFA57 +:103CA000002837D1864C2046FCF762FA821E8848ED +:103CB0002146FCF739FA1DA80024214606F0BEF97A +:103CC000A861E96137A8214606F0B8F9286269625F +:103CD000A869E96922462346FCF780FD002802D145 +:103CE0007C4800F0F3FC03A8FCF7E8FA2861002800 +:103CF00010D0794804707948047079480480794874 +:103D00000078002805D0FFF787FE7748047005F09B +:103D100063FC2C616A489621FCF71FFA1DA86424F5 +:103D20002146FCF71AFA37A82146FCF716FA03A831 +:103D30002146FCF712FA00206871E88051B0F0BD0E +:103D4000AA2838D1012A36D10220A86051B0F0BD8E +:103D50000421A9600021A970687051B0F0BD2979D3 +:103D6000534A5054481C28716978491FC0B2814297 +:103D70002FD10820A86051B0F0BD0522AA6088703C +:103D800051B0F0BD0621A960A87051B0F0BD072167 +:103D9000A960287051B0F0BD6A78062A02921AD341 +:103DA000531F0025424A2C46575DE419A4B26D1CEE +:103DB0009D42F9DB10E0032807D1022A05D101203A +:103DC000E8700320A86051B0F0BD0020A870A86082 +:103DD000687051B0F0BD00242018029A82188878CB +:103DE0001118324FBD7849193C780919FA78002A20 +:103DF00000D0C91CC9B2FF2935D1012809D0022839 +:103E000031D11E2D36D1FFF751FE0120F08351B084 +:103E1000F0BD284A9471032010719070AA20507050 +:103E20005520107068085071651DD570400031181C +:103E30001646D01D2246FCF777F9301DE11CEAB288 +:103E4000D21C037892B2D218401C491EF9D1A01995 +:103E5000D143C171090A017209340120002331469E +:103E6000224605F043FA0020B870B86038717870C7 +:103E700051B0F0BD70190E4E31462246FCF754F990 +:103E80003078012802D12846FFF744FE03F086FB74 +:103E9000BFF34F8F084809490160BFF34F8F00BF40 +:103EA000FDE7C046BA9C010218900102C0950102CC +:103EB00058B30102529801020CED00E00400FA052B +:103EC000C0B201028DA80000474E474741000000E4 +:103ED000BC970102C8A0010298930102A7950102B4 +:103EE000CAA00102A8950102A695010280B582B080 +:103EF000002001900448C268002A02D001A80021D5 +:103F0000904702B080BDC04670940102F0B583B006 +:103F100000242046FFF774FAFFF797FA274EB060A7 +:103F2000FFF790FA7060264F0BE001A8C1888088E7 +:103F3000084319D101A8408824180834B068844285 +:103F400035D201AD082128462246FFF765FA2888B8 +:103F50000028EAD0B8422AD001AD0421284601F059 +:103F60006DF8A9888842E5D03460B06884420CD2EC +:103F700001AD022128462246FFF74EFA2888B842B2 +:103F800003D0A41CB0688442F2D370682118491E83 +:103F90004042084030600DD00024254601202946CB +:103FA000FFF712FA03CE4D19083E8542F6D334606E +:103FB00003B0F0BD0024346003B0F0BDB095010241 +:103FC000FFFF0000CC480149C18070470103000099 +:103FD000F0B585B01F4604920646C8170C18444039 +:103FE0000A2C039114D301250A212046FCF772F80C +:103FF0006D1C632C0446F7D804998D4200D32946E2 +:104000000A9C002F09D00398002808D4002207E05A +:10401000012504998D42F2D2F2E7002205E0012247 +:10402000042323409B081343FA1A022323400498D5 +:104030000028029412D1002B10D0F468002C62D416 +:104040000398002825D40298400734D57068B568D5 +:104050006F1C87422FD830682B2423E0E407ECD173 +:10406000002A0AD1E9E7376820203855B560F068A2 +:10407000441CF460521E002CDFD49142DDD27768DC +:10408000B468651CBD42EED9F468521E002CF4D50C +:10409000D3E7404203907068B5686F1C87420AD826 +:1040A00030682D244455B760F068441CF460002546 +:1040B000ED43A84227DB002B1CD00120029B1840B7 +:1040C000049B184316D1002A03D113E0521E002C82 +:1040D0000ED491420CD27068B3685D1C8542F5D84D +:1040E00030683024C454B560F068441CF460EDE7D7 +:1040F000002C08D40092029801900A2230460399BD +:10410000049B00F003F805B0F0BD0000F0B587B0E7 +:104110001F4615460290012406919142009407D350 +:10412000012406982946FBF7D5FF641CA842F9D262 +:104130000D980C9ABC42039700D303940099014058 +:10414000002A009109D00029029C25D12021800756 +:1041500005D40846002F11D004E0029C1CE030205A +:10416000002F0BD0084609E023685854A260E1688C +:10417000491CE1603246721E00290DD40399914218 +:104180000AD216466368A1684A1C9A42ECD9E168D3 +:104190003246721E0029F1D5E068002859D40590F6 +:1041A000012401E07F1E6C43022FFBD206982146BA +:1041B0001646FBF78FFF3246A842F4D20298806879 +:1041C0000490069F0195069738462146FBF782FF2B +:1041D000049D691C029F7A68914206D9069F059A40 +:1041E000019D0592002A0ED516E01B4A125C3B6821 +:1041F0005A55B960FA68521CFA600491069F019DF5 +:104200000592002A08D460433F1A20462946FBF74E +:1042100061FFAC420446D6D200980028029C059B60 +:10422000049D16D0002E14D0701C01E0002B10D479 +:10423000401E039981420CD2691C62689142F5D8F4 +:10424000226820235355A160E268531CE3600D46A9 +:10425000ECE707B0F0BDC0463AA30000F0B583B06C +:1042600001900291002923D00025234E2F460AE019 +:10427000234941184A0F8918C91031737F1CB9B2FC +:10428000029A914216D2019800884B24210100B273 +:1042900000F05CF8400061014018708300B21549DD +:1042A00088422946E9DB15498842E1DD6421E4E7DB +:1042B0001148408B04B2012100200E4DAC420A4649 +:1042C00000DB02460C4B9A73AC4200DA01460D4803 +:1042D000007802F0E5FCAC4201DB14A200E00AA287 +:1042E0000320014604F0D6FA0C2002F0A9FC03B02A +:1042F000F0BDC046E40C0000089501020410000067 +:104300001CF3FFFFA6950102B5E7B3D8B5E7D1B915 +:10431000B5CDD3DA332E3356A3AC3447A3AC4750D4 +:1043200053CDA3D6B9B9A4D7F70D0A00B5E7B3D8D2 +:10433000B5E7D1B9D5FDB3A32C3447A3AC4750534F +:104340002CD5FDB3A3B9A4D7F70D0A00074A9042B4 +:1043500001DD054A801800B24143C817400D081816 +:10436000C00A00B27047C04600F0FFFFFF07000020 +:1043700010B50078012819D1AC480269012A04D18E +:10438000614A13680124A3431360032905D08021E7 +:104390004161C269002A05D107E001214161C2697A +:1043A000002A02D001898069904710BDFF222E3279 +:1043B000024803A107A303F011FAC046A8A5000014 +:1043C0006164635F646D615F63616C6C6261636BA8 +:1043D00000000000556E6578706563746564206444 +:1043E0006D61206368616E6E656C0D0A00000000EF +:1043F000F0B58DB00D460124EFF31081214002D1BC +:10440000EFF3108372B6894E73690F2B06DD102B04 +:1044100037D0402B2FD0802B2DD005E0002B2AD079 +:10442000012B01D110237361B5813581B061F26137 +:10443000002900D162B63179002929D00294304C8C +:1044400005A90A4604950390E8CCE8C2E8CCE8C286 +:10445000029C204600F016FE2A4800902A4D29466C +:1044600008312046039A049B00F07CFE2C60002457 +:1044700020460DB0F0BD0029FAD162B620460DB03D +:10448000F0BD02240029F3D162B620460DB0F0BD84 +:104490003178002907D01C4807218161046000247D +:1044A00020460DB0F0BD3269B3891749002B15D0F5 +:1044B000B5693089012A02D0002A03D003E09FB2F7 +:1044C000874200D10C604F68FF07FCD08F6880C521 +:1044D0005B1E1F04EED10023B381B561012A02D116 +:1044E0000A68A2430A607461F2690024002ABFD0FE +:1044F000B36931898800181A904720460DB0F0BD85 +:104500004CA300007143000008D00140F0B581B019 +:10451000002856D00446424EF068800754D4132534 +:10452000284600F0C9FC284602F0DCFE27686168D6 +:10453000012538462840CA07920F1018227C12071E +:10454000120E8018627C1207120D8018A27C1207CE +:10455000120C8018627D13071B0AC018120912067C +:10456000801830607D2006020029304600D12D4899 +:10457000E3681A0A7D2A1A4629D22B4EB3422AD260 +:1045800000292BD0002A2946254E00D01146FBF7E2 +:10459000A1FD401E80B2706024480761E27C027079 +:1045A000237D0371224F3E686902A468012C1BD051 +:1045B0002C0226433E60002B1ED00121184A1163B5 +:1045C00029E0012001B0F0BD022001B0F0BD32466B +:1045D000154EB342D4D333460029D3D11A46002A0C +:1045E00029460F4ED2D1D2E73F242401A6437618A4 +:1045F000F0363E60002BE0D1002A0CD0FF221202E0 +:104600000C4B1C6894430122D203A2181A600A4A78 +:1046100011600A4A116001214161002001B0F0BD22 +:1046200000D001400026B80380841E00809401025F +:104630002C06004008E400E080E200E000E100E039 +:1046400080B54F480021017048480078C0014849B2 +:1046500009788901014347480078400108434649E9 +:1046600009780901014345480078C00008434549DD +:10467000097849000143444800780843C0B2FDF777 +:1046800077FF80BD80B53E48012101703848007831 +:10469000800136490978C901014336480078400154 +:1046A0000843354909780901014334480078C000BE +:1046B00008433449097849000143334800780843E6 +:1046C00004210143C8B2FDF753FF80BDF0B581B0AE +:1046D0000446007841424141217024480078C001DD +:1046E00023490978890101432248007840010843A1 +:1046F000214909780901014320480078C000084396 +:104700001F4F3978890001431E4D28784000084327 +:104710001D4E31780143C8B2FDF72AFF7D20C0004D +:1047200000F0A2FC20784142414121700F480078FE +:10473000C0010F490978890101430E480078400102 +:1047400008430D490978090101430C480078C0006D +:1047500008433978890001432878400008433178BC +:104760000143C8B2FDF704FF01B0F0BD529C010245 +:10477000A69501029993010240C00102C8A001025E +:10478000539C010204B801021595010270B5814ED7 +:104790003060112400252046294602F0F3FA204615 +:1047A00029462A4602F054FA03222046294602F0FE +:1047B00011FB32680221204602F0C2F92046294648 +:1047C00002F0BAFC70BDC046B0B5724DA8600224BC +:1047D000002120460A4602F03BFA0121052220462C +:1047E00002F0F8FAAA680321204602F0A9F9B0BD48 +:1047F00070B55621D848B42242525C21002343525E +:10480000414AC2878387392444874049C1868386C9 +:104810003F4D45863F4D05863325C58583854485B7 +:10482000C18483847A2444840384C3830383C3823E +:104830000382394C44608360C360836503463E3322 +:10484000364C250CDD829C82160C5E821A82642214 +:10485000DA8157229A8167225A815E221A81DD808D +:104860009C805E80090C018701853D2149044183BC +:104870004182090C8183818270BDC04670B556218A +:10488000B548B42242525C21002343521E4AC287DB +:104890008387392444871D49C18683861C4D4586FC +:1048A0001C4D05863325C58583854485C184838455 +:1048B0007A2444840384C3830383C3820382164C13 +:1048C00044608360C360836503463E33134C250C0C +:1048D000DD829C82160C5E821A826422DA81572263 +:1048E0009A8167225A815E221A81DD809C805E80D7 +:1048F000090C018701853D21490441834182090C4E +:104900008183818270BDC0466C00630024002F004B +:10491000C7FF0000B7FF00004C3737376200640064 +:1049200070B58E484C21016001252C02601C00F0FE +:1049300043FA322000F098FB00F056F9284600F0C8 +:104940005DF9284600F06CF800F048F90C4800F0DA +:1049500033FA00263046314600F03EFB2846314609 +:1049600000F03AFB204600F027FA022000F024FA7B +:104970004834204602F0AAFE02F008FF70BDC0468F +:104980000102000010B50446072103F0E1FD0148D3 +:10499000446010BDFC940102B0B50C2400252046F3 +:1049A000294602F0EFF9012120460A4602F050F9AB +:1049B000022120462A4602F00DFAB0BD70B505204E +:1049C0000424214602F0DEF90620214602F0DAF93D +:1049D0000A20214602F0D6F90920214602F0D2F938 +:1049E00000240121204602F0CDF902252046294667 +:1049F000224602F0EFF90B2630462146224602F00D +:104A000027F930462946224602F0E4F970BD00003D +:104A1000024801680122914301607047580000403C +:104A200002490A6802408242FBD17047046000409C +:104A3000B0B5494D28688107484C0ED528797F21AB +:104A4000084022688A431018206023680B40022027 +:104A50000321434A03F01EFF286880040ED55E2020 +:104A6000285C7F21084062688A4310186060636890 +:104A70000B40022003213B4A03F00CFF172000F0FB +:104A80001BFA3948016802220A4301218A43026065 +:104A900036483749016037480021C17181791F25A7 +:104AA00029408171817A427C837C1B029A18C37CE5 +:104AB0001B04D218037D1B06D2182F4B9A4218D123 +:104AC000427B837B1B029A18C37B1B04D218037C96 +:104AD0001B06D218294B9A420BD1C27A037B491E7E +:104AE000122906D819028918254A914201D120219C +:104AF00001720178CA0602D11022114301701C3CD8 +:104B000020682021884320601E481F4901604168B9 +:104B10000029FCD502F06CFA0446022003211BA2F6 +:104B2000234603F0B7FE0A20C441032C05D8022017 +:104B300003211DA203F0AEFEFEE71848C1680F2254 +:104B40009143C1600168164A0A40026019200001C1 +:104B5000144948600D60B0BD589C010248000040F7 +:104B6000F0A50000DAA50000040200400C06004099 +:104B7000AF6B100A6B0001404D383650312E323683 +:104B80000734000000600040FE1C0080436869702C +:104B90002049443A20253038780D0A00C86000408A +:104BA000FEFFC3FF0C0400404F6C64206368697013 +:104BB000206D6F64656C206973206E6F742073754F +:104BC00070706F72746564206279207468697320F4 +:104BD00053444B2121210D0A0000000080B517200D +:104BE00000F062F9002080BD10B51724204600F0C7 +:104BF00063F9204602F076FB002010BD0121C907B1 +:104C000001430148016070470060004080B563487F +:104C10000021017062480078C00162490978890169 +:104C2000014361480078400108436049097809015F +:104C300001435F480078C00008435E490978890055 +:104C40000143554800780843C0B2FDF791FC80BD90 +:104C500080B55248012101705248007880015049C6 +:104C60000978C901014350480078400108434F4981 +:104C70000978090101434E480078C00008434D49B6 +:104C80000978890001434448007808430221014320 +:104C9000C8B2FDF76DFC80BDF0B581B00B2001F00E +:104CA000C7FF3B49097800282AD03A480022027001 +:104CB000643948424841384A10704A1E9141374A87 +:104CC00011704900081836490978C901401835495A +:104CD0000978890101433448007840010843334989 +:104CE00009780901014332480078C000084331497E +:104CF000097889000143C8B2FDF73AFC01B0F0BD64 +:104D0000102940D324480024047025480078C001AD +:104D10002449097889010143234800784001084368 +:104D20002249097809010143214F3878C00008431E +:104D3000204D297889000143184E307840000843FF +:104D4000C0B2FDF715FC347015480078C001154954 +:104D50000978890101431448007840010843134948 +:104D60000978090101433878C0000843297889008F +:104D70000143094800780843C0B2FDF7F9FB054834 +:104D8000047001B0F0BD03480121017001B0F0BD15 +:104D900014950102179501021595010204B801024C +:104DA000529C0102A69501029993010240C00102A2 +:104DB000C8A00102539C010210B5C1B2000AC2B2E0 +:104DC00002290CD0012913D0002930D1911E7F482F +:104DD00002291BD20121032A2AD0490429E07B4859 +:104DE0004168002A1FD00246203A1143416010BD9D +:104DF00076480168D31E022B10D3012A29D0002A3D +:104E000041D1012292079143016010BD002A16D1C1 +:104E10000121490702688A43026010BD0123042A68 +:104E20001FD05A041EE0012292079143416010BD39 +:104E30000904194A7F32C36A13405918C1621749DD +:104E40008A699207FCD50121490702680A4302607A +:104E500010BD0522120791430246203A0A43026020 +:104E600010BD1A04836A0C4C1C40A21882620B4AC3 +:104E7000131F00241C600A4B0A4C1C600D235B02AC +:104E800014681C431460054A93695B06FCD505222F +:104E900012071143016010BD80FFFCFF14020040A7 +:104EA00004010040FF0F00000121814047480268D3 +:104EB0008A4302607047C04601218140434802682E +:104EC0000A4302607047C04610B5052811D8C04695 +:104ED0007844007940008744020E192434393B4954 +:104EE0000A680868C0003CD53A4820390A425DD0BB +:104EF0003BE0002010BD35490A680868C00035D580 +:104F000034480B46203B1A4237D134E02F490A6817 +:104F10000868C00036D52F480B46203B1A424CD1BA +:104F200035E02A494C680120C0030A680B46203B43 +:104F30001C421AD00C68E4003BD5264C1A423CD0E7 +:104F40003AE0224800680120C00310BD1F490A68EA +:104F50000868C0001ED51F480B46203B1A4220D1CE +:104F60001DE01B4820390A4220D010BD18480B46CE +:104F7000203B1A4201D10120C00349688900890FF2 +:104F8000C84010BD12480B46203B1A4215D10120E3 +:104F9000C00312E00E480B46203B1A4201D101200B +:104FA000C00349680903890FC84010BD0120C00330 +:104FB00010BD074C1A4200D020464A689200920F5A +:104FC000D04049680901890FC84010BD2000004049 +:104FD000006CDC020026B80304282CD8164AC04610 +:104FE0007844007940008744020A121A2100032005 +:104FF0000007136883438807800818181AE0032005 +:1050000080061368834388070009181812E00320FC +:105010008004136883438807000B18180AE0FF20F8 +:105020000002136883430802181803E01068FF2386 +:10503000984340181060704724000040B0B500222B +:1050400000290CD0074B047895B22D0A65406C00FE +:105050001C5B12026240491E401C0029F3D190B231 +:10506000B0BDC0463AA1000000280AD030B40725E0 +:105070002C02CD256419604340091238001FFDD869 +:1050800030BC7047F0B581B005460120072D66D8C9 +:105090000C46002963D04A4F38680169C90736D1E8 +:1050A00005263046FFF708FF304602F01BF903CF14 +:1050B0000369012213430361002918D403200B461E +:1050C00083438E481E588807C00EFF278740BE4383 +:1050D00040278740374389481F501F20084082409F +:1050E0008748026087480260354800680FE08A07F9 +:1050F000D20EFF2696400F230B40083B03218B4323 +:105100007D495F58B743402696403E435E50690153 +:105110004018012109024218E369DB069B0CA569CE +:10512000ED00EDB2EB18536062685207520B236832 +:105130005B075B099A18A3685B079B0CD218E368AE +:105140005B075B0DD21823695B01DBB2D218636980 +:105150009B07DB0ED218802313434350002001B07D +:10516000F0BDC046F0B581B0002A23D00546083511 +:10517000134C2668F668EE40F50702D0022001B015 +:10518000F0BD069D8600A619B56040012468201870 +:10519000009301231D02461977680724A74377600F +:1051A000F16032610099B1604159194341510020C9 +:1051B00001B0F0BD03A00AA174220DA302F00EFB02 +:1051C00060920102696E636C7564652F6472697622 +:1051D0006572732F6D6B5F646D612E63000000005C +:1051E000646D615F7472616E7366657200000000C9 +:1051F000496E76616C6964207472616E7366657263 +:1052000020647374206164647200000000015849D6 +:10521000085840687047C046F0B581B00546012087 +:10522000012D4CD80C46002949D0002D03D0012D6A +:1052300004D10F2000E00E20FFF73EFEA668012EED +:1052400004D0002E4FD1E08900284CD129012948F3 +:1052500043580020D860F507AD0F27686668B60789 +:10526000360F76192569EA07920EB618022F04D078 +:10527000012F03D10122164300E040361D4F9E60EE +:10528000E2681A6079188D606269CA60496800290D +:1052900017D403220B469343184A9C588D07ED0EF2 +:1052A000FF26AE40B4438026AE4026439E501F22C8 +:1052B0000A4001219140124A1160124A116001B066 +:1052C000F0BD8A07D20EFF2494400F230B40083B09 +:1052D00003218B4308495D58A543802494402C4307 +:1052E0005C5001B0F0BD08A00FA1492212A302F04A +:1052F00075FAC046A89201021CED00E000E400E04F +:1053000080E200E000E100E0696E636C7564652F87 +:10531000647269766572732F6D6B5F6475616C5F23 +:1053200074696D65722E63006475616C5F74696D7C +:1053300065725F6F70656E00636F6E666967206986 +:105340007320696E76616C69640000000001084A90 +:1053500010580160816880220A4382607047C0460D +:105360000001034908588168802291438160704799 +:10537000A89201020A490A680A4802400A60FD210F +:105380004900094A1268515C002908D007490A6C93 +:1053900002400A64012000060A6882430A607047DE +:1053A00000040040FFFFFF7FAC930102200000409B +:1053B00000207047F0B583B00D4604467C26464376 +:1053C00050488719F869396AFAF784FEA84200D86C +:1053D00092E0019502940121EFF31080084002D180 +:1053E000EFF3108272B63C4610343B690025062B61 +:1053F0000CD80A469A40D3065B0F06D161231A42A5 +:1054000075D00D46002803D003E00225002800D106 +:1054100062B6002D02D0284603B0F0BD00943C4691 +:105420002034384880591021C1613E46143602F0BC +:10543000A7F905463868C069C00605D502F0A0F98D +:10544000401B31888842F5D90621029D284600F08C +:105450000BFF206801994143B869091838688160D9 +:10546000172179563C461734002909D5C1692022F5 +:105470000A43C2610121F966890502680A43026094 +:105480000521284600F0F0FE207840B200250028D3 +:10549000C1D42B4800687D24E100FAF71BFE6101AE +:1054A0004143029800F0B2FE02F06AF904463868FF +:1054B000C069C00705D002F063F9001B318888423B +:1054C000F5D902F05DF904463868C169890706D547 +:1054D00002F056F9001B31888842F5D9386801215D +:1054E000009A116053498161284603B0F0BD032141 +:1054F000216000288CD08CE7034804A1084A09A346 +:1055000002F06CF9C892010220A60000666C61737B +:10551000685F626C6F636B5F65726173650000004A +:105520005D020000626C6F636B20696478206973B0 +:10553000206F7665722072616E67650D0A0000004B +:1055400024B80102F0B583B002907C214143934A14 +:105550005418E56EEAB2511E02291FD22904012611 +:10556000090E18D001960092022100F07DFE274618 +:10557000143702F005F906462068C169890606D489 +:1055800002F0FEF8801B39888842F5D92068007D3A +:10559000C007019E08D0304603B0F0BD032A36D1C3 +:1055A00000922804000E36D020466C302D0C0021CD +:1055B000019101602746143702F0E2F806462068A0 +:1055C000C069C00705D002F0DBF8801B398888422B +:1055D000F5D902F0D5F806462068C169890706D5D5 +:1055E00002F0CEF8801B39888842F5D9206811492D +:1055F0008161E9B20120002911D003290099019E9F +:1056000000D006202061226F002A0ED1C3E70026B9 +:10561000304603B0F0BD0126304603B0F0BD00991E +:10562000019E2061226F002AB5D002A89047304623 +:1056300003B0F0BD000093EB70B5002801D001204D +:1056400070BD7825CD4E705D00280ED00024092154 +:10565000204600F009FE0F20FFF706FD1520FFF79A +:1056600023FC74553461204670BD042070BDC046D3 +:10567000F0B581B00C460078484EF16881422CD1DB +:10568000032C54D1706EB16E884261D9002406217A +:10569000204600F0E9FD3068F16D8160204621462A +:1056A00000F0E2FD354660352CCDF0683168B48CF1 +:1056B000414F00975B1BA34200D81C46A30814313E +:1056C000FFF750FDB06E0019B066306E00193066FD +:1056D000F06D0019F06501B0F0BDB168814255D19F +:1056E000032C45D1F08CF16D0918F165316E091864 +:1056F0003166B16E0818B066716E814238D90024E7 +:105700000621204600F0B0FD3068F16D8160012176 +:10571000204600F0A9FD316EB068F38C3268264C4B +:10572000009414329B08FFF71DFD01B0F0BD3068F6 +:105730001021C16102F024F805463068C069C00636 +:1057400016D502F01DF8401BB18A8842F5D90FE04A +:1057500030681021C16102F013F805463068C06955 +:10576000C00605D502F00CF8401BB18A8842F5D975 +:105770000120C107326813688B431360F16E220465 +:105780000A4300021043F06601B0F0BD4D20020153 +:10579000034804A1844B02F021F8C046C8920102DC +:1057A00020A60000666C6173685F646D615F636171 +:1057B0006C6C6261636B000071560000F0B581B0E3 +:1057C00000786E4DAA68824200D0D0E001263002F7 +:1057D000032942D16A6DAA66AB6DAC6AA418EB6569 +:1057E0002C66AB6C5B1CAB646B6E934235D95E3040 +:1057F000FFF73AFC686CA96C02293AD3814238D190 +:10580000E88C696D081868650020062100F02CFD01 +:105810002868E96D81602F6D01F0B2FF04462868A9 +:10582000C069C00705D001F0ABFF001BA98A884200 +:10583000F5D901F0A5FF04462A68D069800706D58E +:1058400001F09EFF001BA98A8842F5D92A687420BE +:10585000285C012841D0F10440E0F2072B681C6865 +:1058600094431C60EA6E090411430143E96601B0E8 +:10587000F0BD0229FBD38142F9D2E88C696D091889 +:105880006965A96D0818A8650020062100F0ECFCE8 +:105890002868E96D8160EF8C01F072FF044628688A +:1058A000C069C00705D001F06BFF001BA98A8842C0 +:1058B000F5D901F065FF04462A68D069800706D54E +:1058C00001F05EFF001BA98A8842F5D92A6874207E +:1058D000285C012822D0F10421E03105334B3B4004 +:1058E0005918012802D01920400601E00720C006FF +:1058F00008182F4940185060002F0DD001F040FFCC +:1059000004462A68D069800706D401F039FF001BDD +:10591000A98A8842F5D92A682B6D1FE03105234BEF +:105920003B40C918012802D01920400601E0072099 +:10593000C00608181E4940185060002F0DD001F015 +:105940001FFF04462A68D069800706D401F018FFBB +:10595000001BA98A8842F5D92A68EB8C296EA868B1 +:10596000144C00941432FFF7FDFB01B0F0BD044865 +:1059700004A10C4A0C4B01F031FFC046C892010251 +:1059800020A60000666C6173685F646D615F77726A +:105990006974655F6E62797465735F63616C6C6274 +:1059A00061636B007204000007A60000FF3F000067 +:1059B00000808000BD570000F0B587B00446012686 +:1059C000880E14D01546002A11D00F468120C0043D +:1059D000401B88420BD37C206043F0490818059097 +:1059E000818C38460691FAF775FB002902D03046C3 +:1059F00007B0F0BD28460699FAF76CFB0029F6D1EE +:105A0000059880693E1A30460699FAF763FB074607 +:105A1000039670190190069E3146FAF75BFB054626 +:105A2000C01B04900598006A02903146FAF752FBB9 +:105A3000049981420FD20026BD42D8D9204639466A +:105A400000F018FB2046FFF77DFD0028FAD17F1CEF +:105A5000AF42F3D3CBE700900398029D2946FAF7B3 +:105A600039FB0646284670430399081A019800D06E +:105A7000761C2946009D7543FAF72CFB0590029988 +:105A800041430198401A03900699FAF723FB0490CA +:105A9000AF420BD22046394600F0ECFA2046FFF721 +:105AA00051FD0028FAD17F1CAF42F3D305988642FE +:105AB000069D009F0CD220463146FFF77BFC204616 +:105AC000FFF740FD0028FAD1761C05988642F2D3F4 +:105AD0000398A84203D20026304607B0F0BD0598CF +:105AE00047430025E919204600F0C4FA2046FFF795 +:105AF00029FD0028FAD16D1C002604988542F1D3B7 +:105B000075E7C046F0B585B0002803D001242046D3 +:105B100005B0F0BD7822A14FB85C002803D0002466 +:105B2000204605B0F0BD0492002905D03846143057 +:105B30000CC90CC01CC91CC00020F86615242046E6 +:105B4000FFF7BAF9204601F0CDFB38681021C1619A +:105B500001F016FE04463868C169C90607D501F090 +:105B60000FFE001BB98A8842F5D9386800E0B98A6F +:105B7000BA7D1207120B5218F97DCB07DB08D21839 +:105B80008B07DB0F5B05D218CB06DB0FDB05D218CA +:105B90004B07DB0FDB06D2188B06DB0F5B07D21837 +:105BA0000907C90F89071143016000240A21204613 +:105BB00000F05AFB3220FFF757FA0821204600F088 +:105BC00053FB01F0DDFD05463868C169890606D43E +:105BD00001F0D6FD401BB98A8842F5D93868017DAD +:105BE0000A46C23A5342534174257B550904027D4B +:105BF00012025118007D0B180220032668A23146BC +:105C000002F048FE785D0128039619D1F87D0290D4 +:105C100000260621304600F027FB0721304600F021 +:105C200023FB012102988143785D012847D1386820 +:105C30008901017506757521795C012938D048E024 +:105C40000020032100F010FB01F09AFD06463868A1 +:105C5000C169890606D401F093FD801BB98A884288 +:105C6000F5D93868007D46080122F87D01463143A8 +:105C70001640C90701D0304036D0029500250621D4 +:105C80002846019200F0F0FA07210095284600F01E +:105C9000EBFA019846400298385C012813D1386825 +:105CA000B1010175009901757521795C012910D147 +:105CB00014307621795C4A424A41510008E0386844 +:105CC0000675490003E038680099017571001430C9 +:105CD0000170374800687D21C900FAF7FBF92821D7 +:105CE0004143002000F092FA7720385C012803D16C +:105CF00002200021FFF770F901F042FD06463868E6 +:105D0000C069C00705D001F03BFD801BB98A8842FD +:105D1000F5D901F035FD06463868C169890706D511 +:105D200001F02EFD801BB98A8842F5D93868D04928 +:105D3000816117203856002829D57868002816D4A4 +:105D40000146039A91431C4A8B588507ED0EFF26A6 +:105D5000AE40B3438026AE401E438E501F2101400B +:105D60000120884015490860154908600FE0810747 +:105D7000C90EFF228A400F230340083B0398834348 +:105D80000C481D58954380228A402A431A5001200E +:105D9000049978543861204605B0F0BDC8920102DC +:105DA0006A656465635F69642025780D0A000000F8 +:105DB00024B801021CED00E000E400E080E200E015 +:105DC00000E100E0F0B593B07C270A904743934888 +:105DD000C619980704D0F07D4024044000D017E194 +:105DE0000125880E2ED0002B2CD08120C004C01A93 +:105DF000884227D309920122EFF31084144002D184 +:105E0000EFF3108072B630461030059030690025EF +:105E100006280891069310D8079414468440E1069A +:105E2000490F04D161210C4203D0154604E002253C +:105E300002E00221059B1960079C002C00D162B68C +:105E4000002D02D0284613B0F0BD344617347348F5 +:105E5000C05910210491C1613746143701F090FCFC +:105E600005463068C069C00605D501F089FC401BB5 +:105E700039888842F5D92078400665D40297B78CD6 +:105E8000069C20463946FAF725F9079039464143E2 +:105E9000601A039035462435A74200D894E0039851 +:105EA00000281CD006210A9C204600F0DDF9288835 +:105EB00007994843089940183168886000272046B0 +:105EC000039C394600F0D0F9079B099A288858436B +:105ED000C0193168097D11547F1CA742F6D3306880 +:105EE0000499C16101F04CFC0446029D3068C06910 +:105EF000C00605D501F044FC001B29888842F5D96D +:105F000001F03EFC04463068C069C00705D001F0CE +:105F100037FC001B29888842F5D901F031FC044682 +:105F20003068C169890706D501F02AFC001B298861 +:105F30008842F5D930680121059A1160B249816122 +:105F40000025284613B0F0BD03200025089FF76503 +:105F50000999316606997166B566F0660120C00739 +:105F600031680A6802430A6006210A9C204600F054 +:105F70007BF9306887602046294600F075F93A4F72 +:105F80000BAA0A921BCF1BC21BCF1BC2B48CF0689A +:105F90000A99FFF777F8F0683168344A0092069A58 +:105FA000944200D31446A3081431099AFFF7DAF893 +:105FB000B06E0019B066306E00193066F06D0019D1 +:105FC000F065284613B0F0BD002404E0641C079877 +:105FD000844200D363E706210A9800F045F9288837 +:105FE0006043089940183168886000270A9839464C +:105FF00000F03AF928880028099AE7D06043101881 +:106000003168097DC1557F1C28888742F6D3DDE7BA +:10601000034804A1064A07A301F0E0FBC89201026D +:1060200020A60000666C6173685F726561640000A1 +:10603000C603000054686520444D412072656164C8 +:10604000206C656E6774682073686F756C6420627D +:106050006520746865206D756C7469706C65206F5F +:106060006620340D0A000000ACA300007156000049 +:10607000000093EBF0B583B00D4604467C26464302 +:1060800051488719F869B98CFAF724F8A84200D862 +:1060900094E0019502940121EFF31080084002D1B1 +:1060A000EFF3108272B63C4610343B690025062B94 +:1060B0000CD80A469A40D3065B0F06D161231A42D8 +:1060C00077D00D46002803D003E00225002800D138 +:1060D00062B6002D02D0284603B0F0BD00943C46C5 +:1060E0002434394880591021C1613E46143601F0EC +:1060F00047FB05463868C069C00605D501F040FB7E +:10610000401B31888842F5D90621029D284600F0BF +:10611000ABF8208801994143B86909183868816053 +:10612000172179563C461734002909D5C169202228 +:106130000A43C2610121F966890502680A430260C7 +:106140000421284600F090F8207840B22C46002523 +:106150000028C0D42B4800687D21C900F9F7BAFF98 +:1061600020492D314143204600F050F801F008FB52 +:1061700004463868C069C00705D001F001FB001B68 +:1061800031888842F5D901F0FBFA04463868C169C4 +:10619000890706D501F0F4FA001B31888842F5D949 +:1061A00038680121009A116017498161284603B0BF +:1061B000F0BD0321216000288AD08AE7034804A1AA +:1061C000084A09A301F00AFBC892010220A60000B8 +:1061D000666C6173685F736563746F725F6572612B +:1061E000736500002B020000736563746F72206991 +:1061F0006478206973206F7665722072616E6765BE +:106200000D0A000024B80102000093EBF0B583B042 +:1062100001917C220290424353498C182546143543 +:1062200001F0AEFA06460221029800F01DF801F0D6 +:10623000A7FA07462068C169890606D401F0A0FACA +:10624000C01B29888842F5D92068007DC00708D086 +:106250006420FEF709FF01F093FA801B0199884240 +:10626000E1D903B0F0BDC046F0B585B00491044655 +:106270007C2060433C490F183D46143501F080FAFC +:1062800006463868C069C00705D001F079FA801B5E +:1062900029888842F5D901F073FA06463868C06942 +:1062A000800705D501F06CFA801B29888842F5D952 +:1062B0001421049B5943DC2060432C4A101803909E +:1062C00002914018018A8268C47C7426BE5D012E4A +:1062D0000DD10191012B02990CD0012B0DD0752607 +:1062E000BE5D012E0ED0019E072B0ED10EE00E4694 +:1062F00002990BE00222012BF1D138247526BE5DF4 +:10630000012EF0D10326072B00D0019E184B3340FD +:1063100024069207D20A1219D218039B5958C907AA +:10632000490C52184168CB071B0CD218837C5B07C1 +:106330005B0BD218C0684007000A10183A6850601A +:10634000002E0ED001290CD101F01AFA044638684B +:10635000C069800705D401F013FA001B2988884220 +:10636000F5D905B0F0BDC046C8920102CCA400002A +:10637000FF3F0000F0B59DB00D460126890E2FD0DD +:10638000002B2DD011928121C9041093C91AA94262 +:1063900026D30121EFF310840C4002D1EFF31082D9 +:1063A00072B67C220F904243E74814928718384611 +:1063B00010303B690026062B0DD80A469A40D306BA +:1063C0005B0F07D161231A4200D16FE30E46002C08 +:1063D00003D003E00226002C00D162B6002E02D0CA +:1063E00030461DB0F0BD0290BD6500211391796566 +:1063F0001098401E12904019B964B9690D916E1A37 +:106400001199B962FD6238637E63F98C0E91304652 +:10641000F9F760FE0446B863129830180E9E3146B4 +:10642000F9F758FE109B011B4A1CF86339647A6423 +:10643000139A0029194608D0704359190D9BC91A9F +:106440000A1A7443581B80190119384648300E90B7 +:10645000384644300D90384640300B903846263050 +:106460000590384658301390384654301290F964ED +:106470003A651498B44908581021C161384614305F +:1064800014903846503004903D464C3501F078F970 +:1064900004463868C069C00606D501F071F9001BD2 +:1064A000149909888842F4D9F87D40060C9500D5E6 +:1064B00074E201230E9803600D98016800290F987B +:1064C00000D1CDE23A4674320A92DA0407921A05F4 +:1064D00009921922520606920722D206089216E065 +:1064E0009A4800687D21C900F9F7F4FD10994143ED +:1064F0000F9C2046FFF78AFE20460C9D0E9A1168DD +:106500004B1C13600D9909688B4200D9A8E20B9AC5 +:106510001268012A55D0002A00D0A8E02E681299EE +:106520000C6813990D6806211091FFF79DFE3868DD +:1065300085601198051901F023F904463868C0698F +:10654000C00706D001F01CF9001B14990988884285 +:10655000F4D901F015F904463868C169890707D5EF +:1065600001F00EF9001B149909888842F4D93868A3 +:106570000A990A78012A089900D00699012A099AED +:1065800000D0079A3346724C234013430B437149A2 +:106590000B434360002EA3D001F0F2F804463868A4 +:1065A000C069800706D401F0EBF8001B1499098834 +:1065B0008842F4D93868297801756D1C761EFAD1A5 +:1065C0008EE7012B00D0C7E02E6812990C68139952 +:1065D0000D6806211091FFF747FE38688560119815 +:1065E000051901F0CDF804463868C069C00706D027 +:1065F00001F0C6F8001B149909888842F4D901F00B +:10660000BFF804463868C169890707D501F0B8F8B2 +:10661000001B149909888842F4D938680A990A78C5 +:10662000012A089900D00699012A099A00D0079AF0 +:106630003346474C234013430B4346490B434360C7 +:10664000002E69D001F09CF804463868C0698007C4 +:1066500006D401F095F8001B149909888842F4D9F2 +:106660003868297801756D1C761EFAD154E0012B2B +:1066700000D0C9E02E6812990C6813990D680621A4 +:106680001091FFF7F1FD386885601198051901F048 +:1066900077F804463868C069C00706D001F070F882 +:1066A000001B149909888842F4D901F069F804465E +:1066B0003868C169890707D501F062F8001B149991 +:1066C00009888842F4D938680A990A78012A089911 +:1066D00000D00699012A099A00D0079A33461C4C2B +:1066E000234013430B431B490B434360002E13D03D +:1066F00001F046F804463868C069800706D401F006 +:106700003FF8001B149909888842F4D93868297821 +:1067100001756D1C761EFAD10C4800687D21C900F8 +:10672000F9F7D8FC109941430F9C2046FFF76EFD06 +:1067300020460C9D2A68139B196889181960129BC2 +:10674000196889181960D9E6C892010224B80102B3 +:10675000FF3F0000008080008B4200D0CEE604990D +:106760000E6812990C6813990D6806211091FFF7B5 +:106770007BFD386885601198051901F001F8044621 +:106780003868C069C00706D000F0FAFF001B1499F2 +:1067900009888842F4D900F0F3FF04463868C169DB +:1067A000890707D500F0ECFF001B1499098888427F +:1067B000F4D938680A990A78012A089900D006990C +:1067C000012A099A00D0079A3346D44C2340134338 +:1067D0000B43D3490B434360002E00D180E600F009 +:1067E000CFFF04463868C069800706D400F0C8FFB0 +:1067F000001B149909888842F4D9386829780175F2 +:106800006D1C761EFAD16BE6129A1268119CA618BE +:10681000139A15688B425FD104990C680621039185 +:10682000FFF722FD3868856000F0AAFF054638684A +:10683000C069C00706D000F0A3FF401B1499098867 +:106840008842F4D900F09CFF10900C9D3868C16913 +:10685000890708D500F094FF1099401A1499098807 +:106860008842F3D938680A990A78012A089900D031 +:1068700006991091012A099A00D0079A2346A74940 +:106880000B40134310990B43A5490B434360002C65 +:1068900014D000F075FF10903868C069800707D4E5 +:1068A00000F06EFF1099401A149909888842F3D9B4 +:1068B000386831780175761C641EFAD19A480068F0 +:1068C0007D21C900F9F706FC039941430F9C20463E +:1068D000FFF79CFC204611E605990C8806210391E0 +:1068E000FFF7C2FC3868856000F04AFF054638684B +:1068F000C069C00706D000F043FF401B1499098807 +:106900008842F4D900F03CFF10900C9D3868C169B2 +:10691000890708D500F034FF1099401A14990988A6 +:106920008842F3D938680A990A78012A089900D070 +:1069300006991091012A099A00D0079A23467749AF +:106940000B40134310990B4375490B434360002CD4 +:1069500014D000F015FF10903868C069800707D484 +:1069600000F00EFF1099401A149909888842F3D953 +:10697000386831780175761C641EFAD16A4800685F +:106980007D21C900F9F7A6FB039941430F9C2046DE +:10699000FFF73CFC204605990A88CCE65E4815A91D +:1069A0000A4678C878C278C878C20125E8073A68EC +:1069B000136803431360B868FEF764FB02200026E7 +:1069C000139C2168BA6AF9653A6610997966BE66C1 +:1069D000F8660C980068129A1168091811600E9BED +:1069E00019684A1C1A60226810182060002900D01B +:1069F000F6E410953846603013903C465C343846D7 +:106A00000830129006210F98FFF72EFC3868216895 +:106A100081600C980068119000F0B2FE044638685E +:106A2000C069C00706D000F0ABFE001B14990988AE +:106A30008842F4D900F0A4FE0446109D3A68D0695B +:106A4000800707D500F09CFE001B14990988884236 +:106A5000F4D93A687420385C01282DD0E9042CE080 +:106A600000F08EFE04463868C069C00706D000F00A +:106A700087FE001B149909888842F4D900F080FE33 +:106A800004463868C169890707D500F079FE001B04 +:106A9000149909888842F4D938680121029A116052 +:106AA00022498161002630461DB0F0BD04210160FD +:106AB000002C00D191E491E42905119C174B23404F +:106AC000591801280C9D02D01920400601E007202A +:106AD000C0060818124940185060002C0ED000F073 +:106AE0004FFE04463A68D069800707D400F048FE9C +:106AF000001B149909888842F4D93A682B681398C6 +:106B0000016812980068074C00941432FEF72AFBC3 +:106B100030461DB0F0BDC0466CA30000FF3F000032 +:106B200000808000BD57000024B80102000093EBF4 +:106B30003920C00001490968085870476092010275 +:106B4000F0B5032920D8C0467944097949008F441B +:106B500001080F15012181404F4B1B685963D96211 +:106B600012E0012181404C4B1B681963D9620BE094 +:106B700001218140484B1B68596304E00121814099 +:106B8000454B1B681963996283004349CB18DA604F +:106B90008A68002A29D14A68002A16D40323144699 +:106BA0009C43174BE5589607F60EFF27B740BD43A9 +:106BB0008027B7402F43E7501F23134001229A40FC +:106BC000104B1A60104B1A600FE09307DB0EFF2585 +:106BD0009D400F241440083C03229443074AA658C2 +:106BE000AE4380259D403543A55001228240086870 +:106BF0000262886810438860F0BDC0461CED00E06A +:106C000000E400E080E200E000E100E010B50124D3 +:106C10002046FEF751F9204600F064FB002010BD2D +:106C2000012181401C48006842688A4342607047E5 +:106C3000194909680968C140012008407047C046E9 +:106C4000012181401448006842680A43426070474D +:106C5000012907D0002910D1012181400F48026885 +:106C60000A430FE0012181400B4800684368002A75 +:106C70000DD00B43436001617047012181400748FB +:106C800002688A43026004480068416170478B4390 +:106C9000436001617047C04644930102080100400F +:106CA00080B5114A1170114A10708001C901014369 +:106CB0000F480078400108430E4909780901014353 +:106CC0000D480078C00008430C4909788900014349 +:106CD0000B480078400008430A4909780143C8B2CC +:106CE000FBF746FC80BDC046529C0102A6950102FE +:106CF0009993010240C00102C8A00102539C010205 +:106D000004B8010215950102F0B5B3B0134F3B6C06 +:106D1000786C009001A8C82111A202F0C5FC0446BD +:106D2000386C002811D0002112A50E4601A80019C8 +:106D300049000F4B59184A8E294602F0D1FC04191C +:106D4000761CB1B2386C8842F0D803200BA201AB9C +:106D5000014601F09FFD33B0F0BDC0460096010230 +:106D6000B3B5C4DAA3BA256420C8CB2049443A009D +:106D7000F29601022C2530345800000025730D0ACC +:106D800000000000124A072809D880000F23834022 +:106D900081401940106898430843106070470F28DD +:106DA0000AD8800020380F23834081401940506862 +:106DB0009843084350607047800040380F23834059 +:106DC0008140194090689843084390607047C046DE +:106DD00034000040F0B54307DC0E0726A640C30888 +:106DE0009D000E4BEF187D68B5433E1D002908D06D +:106DF00035600122824001290CD1186810431860C7 +:106E0000F0BD01218140186888431860A2401543F5 +:106E10003560F0BD186890431860F0BD0C0100406B +:106E200080B50120FEF79CFA80BD000082B0FDF71E +:106E300077FD052000242146FFF7A4FF0620214608 +:106E4000FFF7A0FF0A202146FFF79CFF09202146FB +:106E5000FFF798FF0125284601F024FE204601F0A7 +:106E600021FEFDF7ABFD2846FDF78CFD00F0BAF9D9 +:106E700000F0B2F94E4801684E480068890308D412 +:106E80000321090708402907884202D0FDF7B0FC1A +:106E900006E0FDF73BF8FDF7F1FC0020FEF7CCFB28 +:106EA000FDF7C6FD0024204602F0CAFB032642A2DD +:106EB0003046314601F0EEFC304601942146FCF7A5 +:106EC0001BFEFFF7A3FEFDF767FD4148FDF71EFB24 +:106ED000FAF78AFEFAF74EFCFCF7DCF90C20FFF714 +:106EE0009FFEFCF7B5FAAA023A493B4B284602F04E +:106EF000D7F800F0FDF8394A2846294600F094FBFF +:106F00007448C088F9F78CFC47210906F9F73CFA68 +:106F10003349F9F776FAF9F7A3FC00F0B5FB404CDA +:106F2000204630302F4A00902946FDF761FA2E485E +:106F3000FDF74AFC2D48FDF729FC02E0E061FCF773 +:106F400037FD0420FFF774FEA063E07A0028F6D036 +:106F50000198E0726079411C61713D2809D3019864 +:106F600060710C20FFF75CFE012100981D4AFDF7BF +:106F70003FFAFCF7D9FCFFF7C7FEFAF799FD554831 +:106F8000458F2846F9F74CFC0146E7693846F9F782 +:106F900017FC06467F20C1053846F9F79CF90746DD +:106FA000681CF9F732FC002EC8D13846C6E7C04647 +:106FB00018000040300001405557422073696D7041 +:106FC0006C65206578616D706C650D0A00000000CD +:106FD00058940102BCB30102D5920000E97500008B +:106FE00000007A445D42000019700000C53F0000B7 +:106FF000014800687047C0460C00004081B080B571 +:1070000081B0039303AB009301F0BEF801B080BCE4 +:1070100002BC01B00847000001480021C16170476F +:1070200008950102F0B581B0002630463146FEF7E2 +:1070300069FD0125AC022649264F30463A462346D3 +:10704000FEF7C0FE3988244881423ED064217E523A +:1070500062217E5260217E524422BE52FD87BD874E +:1070600078227A8702223A874322FA86BE83FE81FB +:107070001A4ABA817E810A223A81C822FA80184AC5 +:10708000BA803880FE8306203885F984FF201230CC +:1070900078848730B88450203E523A83EFF31080D2 +:1070A00072B630463146FEF72DFD00280CD12A037A +:1070B00000263046064D2946FEF77EFC054A30463E +:1070C00029462346FFF756F962B601B0F0BDC04627 +:1070D00000E00204BA9C0102AA550000E1FF000092 +:1070E00034120000FD20400038490968085C7047F0 +:1070F00080B50E490E480246083A1268920000D444 +:10710000603142680A4342600A490A6808239A4388 +:107110000A60091F012252040A60032189040268DF +:107120008A430260FDF774FC80BDC04620000080E9 +:1071300028000040040200400D4A002907D0012920 +:107140000BD10121814010688843106007E00121C4 +:10715000814010680843106001E001218140101F48 +:1071600002680A430121C907114301607047C04604 +:107170004400004070B58AB00C460546FF20FC3044 +:1071800012490E68315C59208000335CB278307847 +:1071900008AE069609AE05960D4E04962126760693 +:1071A00003960C4E0296012601960E2600965B1C55 +:1071B000DBB2FBF7C7FD0998F9F739FB287008988F +:1071C000F9F735FB20700AB070BDC046AC930102E0 +:1071D00000002041000004430120C0071B49086053 +:1071E0007047C04610B519480068C10710D1810723 +:1071F00011D4410712D4010713D4C10614D4810657 +:1072000015D4410616D48021084016D031A215E0CD +:1072100001240FA213E0022411A210E0032414A2FF +:107220000DE0042416A20AE0052419A207E00624B2 +:107230001CA204E0072421A201E0254A040902203F +:10724000032101F027FB204610BDC0465C00004032 +:10725000526573657420627920504F520D0A000008 +:10726000526573657420627920424F520D0A000006 +:1072700052657365742062792050494E0D0A0000F2 +:107280005265736574206279205744540D0A0000DA +:107290005265736574206279204C4F434B55500DF5 +:1072A0000A000000526573657420627920535720EC +:1072B0005265626F6F740D0A0000000052657365BD +:1072C00074206279205359535245510D0A00000031 +:1072D0007EA600005265736574206279204456448E +:1072E000440D0A0001218140044A1F2802D0106881 +:1072F0008843106010680843106070471C0000400D +:10730000F0B583B0029104469949F8F7E3FE0546CB +:10731000984901942046F8F7DDFE974946189749A9 +:10732000714300956F189649441864212046F8F778 +:10733000D1FE3818A108471A92492046F8F7E0FE16 +:10734000381891494518914F05D464213046F8F713 +:10735000C1FE0C4614E0A6B264213046F8F7BAFE2E +:10736000B7204000A20701D1002907D1884B734301 +:107370000422D341874A934200D3401E0C4645194C +:107380000098474302980680192001013046F8F71B +:10739000A1FE2A461F3A284600DB1046019BFF1833 +:1073A000B30705D1002C03D01F2D05DA0120C5E05D +:1073B0001F2D0BDA0120C1E005461D3D034600DB11 +:1073C0002B461C2808DC02201546B7E000290CD00B +:1073D0001C21451A0CD50CE019461F39184600DB54 +:1073E00008461F2B1DDA0320A8E01D21451A00D4F2 +:1073F0002846002D08D401461F39024600DB0A4604 +:107400001F2804DA032099E00220154696E015466D +:107410001E3D104600DB28461E2A0CDA04200D46CD +:107420008CE005461E3D024600DB2A461E280BDA8C +:1074300004200D4682E001461F39024600DB0A4661 +:107440001F280ADA052079E011461F39104600DBB3 +:1074500008461F2A0BDA052070E015461E3D10462F +:1074600000DB28461E2A0CDA06200D4666E005469B +:107470001E3D024600DB2A461E280BDA06200D467A +:107480005CE001461F39024600DB0A461F280ADA83 +:10749000072053E011461F39104600DB08461F2A1B +:1074A0000BDA07204AE015461F3D134600DB2B464A +:1074B0001F2A0CDA08200D4640E005461F3D024613 +:1074C00000DB2A461F280BDA08200D4636E0194655 +:1074D0001E39184600DB08461E2B0ADA09202DE06B +:1074E00011461E39104600DB08461E2A0BDA092019 +:1074F00024E01F28054601DB05461F3D1F280CDA46 +:107500000A200D461AE01F28054601DB05461F3DEF +:107510001F2806DA0A200D4610E01E2D05DB0C2080 +:1075200004E01E2D06DB0C2005E00B201E2D05DBE4 +:107530001E3D03E00B201E2D00DB1E3D029EB070A1 +:10754000681CF070E12001013846F8F7C3FD307186 +:10755000C0B211494143CC193C212046F8F7BAFD8D +:1075600070713B21C94341430819B07103B0F0BDAC +:10757000805101008033E101B207000093FEFFFF5C +:10758000B107000070FEFFFFA7FA0A0080AEFEFF01 +:10759000295C8FC20BD7A300F0F1FFFFF0B581B0DB +:1075A000EFF3108072B600200146FEF7ABFA0446F6 +:1075B000002803D062B6204601B0F0BD01273A038F +:1075C0000025074E28463146FEF7F6F9BB02054A6C +:1075D00028463146FEF7CEFE62B6204601B0F0BD29 +:1075E00000E00204BA9C010210B50E4CE07B0028BA +:1075F00003D000206073FDF72BFBFDF74DFB207CD3 +:10760000411C217401218143E172E07B002803D0F9 +:1076100000206073FDF7FAFAE079002801D0401EDF +:10762000E07110BD0895010270B514460D4606467E +:107630001120FDF741FC2248042101600C48046040 +:107640001E4805608660002E0DD0FF200006094907 +:107650000A6882430120C007101808600648082104 +:107660000160064801601A200221FFF765FD70BD28 +:107670000CB8010200E400E080E200E000E100E07C +:107680000C4908607047C04610B5044609480068B8 +:1076900060430949F8F734FD001908494860084873 +:1076A0000022026002460C3A4B68136009680160D0 +:1076B00010BDC04608B8010240420F000C90010204 +:1076C0002C10014000480047C100000010B50C49D3 +:1076D0008A1C90420DD2401E0D4A50600D4803682E +:1076E0000B4003218C071B19036000209060116080 +:1076F00010BD04480449E622044B00F06FF8C04670 +:10770000FFFFFF0055A600006FA600003BA600008B +:1077100010E000E020ED00E0B0B50120EFF31081B3 +:10772000014002D1EFF3108272B6124A1368124C74 +:10773000226864688506114800682840850E5D1936 +:107740002923DB006B43002C1D4606D1002809D1FC +:107750001E20684300290AD0B0BD121BD218551C48 +:107760000028F5D01D461E2068430029F4D162B6DA +:10777000B0BDC04610B8010214E000E004ED00E026 +:1077800080B50020FDF742FD404280BDB0B586B017 +:10779000104869460A4638C838C238C838C200247A +:1077A0002046FDF739FD03992046FDF7CFFD0198EE +:1077B000012803D00824002804D102E00424002872 +:1077C00000D104460220FDF77FFBE040024908603B +:1077D00006B0B0BDF8A0000024B8010290B01C466D +:1077E00005AB07C3EFF31080C00702D1EFF31080A1 +:1077F00072B6EFF310800B9068460E9070460890BA +:1078000010AB0F93CF4F3E1D01200490C5023046B0 +:107810002946224600F0B8FC00213154EFF30380E2 +:107820000990EFF308800C90EFF309800D90EFF3CF +:1078300014800A9000F02CFC3868012833D8002806 +:10784000C14F00D0C14F2A20C1497A69920703D5A0 +:107850000A783A60401E491C0028F6D1B948041D38 +:107860002046F8F785FC002807D079698907FAD502 +:1078700021783960401E641CF5E70220B5497A6919 +:10788000920703D50A783A60401E491C0028F6D1B9 +:107890002A20AF497A69920703D50A783A60401ED8 +:1078A000491C0028F6D1FFF737FF0346AA4A3046A5 +:1078B0002946FFF7A3FB04463018291B089F3B1FEE +:1078C000049A9343A5A2FFF799FB9E4909680129F1 +:1078D00066D8001900299C4C00D09C4C00280AD086 +:1078E0009849091D6269920703D50A782260401EF3 +:1078F000491C0028F6D10A209F496269920703D5E6 +:107900000A782260401E491C0028F6D10598F8F735 +:107910002FFC002809D061698907FAD5059A1178EA +:107920002160401E521C0592F3E7022089496269DA +:10793000920703D50A782260401E491C0028F6D120 +:107940000A208EA16269920703D50A782260401E40 +:10795000491C0028F6D10698F8F70AFC002809D03F +:1079600061698907FAD5069A11782160401E521C78 +:107970000692F3E7022077496269920703D50A78F5 +:107980002260401E491C0028F6D10A207EA16269AF +:10799000920703D50A782260401E491C0028F6D1C0 +:1079A0007CA230462946079BFFF728FB65490968FA +:1079B00001290E9B1BD80029634900D06349002888 +:1079C0000AD0604A121D4C69A40703D514780C60D4 +:1079D000401E521C0028F6D102205E4A4C69A407C2 +:1079E00003D514780C60401E521C0028F6D16AA200 +:1079F00030462946FFF702FB04463018291B694A26 +:107A00003B46FFF7FBFA4F490968012911D80019D5 +:107A100000294D4900D04D4900280AD0494A121D7D +:107A20004B699B0703D513780B60401E521C00283E +:107A3000F6D15D4A30462946099F3B46FFF7DEFAFC +:107A40000446F800C00FB900C90F7A00D20F0092A7 +:107A5000019102903019291BFB0F544AFFF7CEFA0F +:107A600004193019291B3F233B40514AFFF7C6FA3E +:107A700034490968012911D820180029324900D059 +:107A8000324900280AD02F4A121D4B699B0703D5A3 +:107A900013780B60401E521C0028F6D1454A304630 +:107AA00029460B9BFFF7AAFA04463018291B424AC5 +:107AB0000A9BFFF7A3FA23490968012911D8001985 +:107AC0000029214900D0214900280AD01D4A121D51 +:107AD0004B699B0703D513780B60401E521C00288E +:107AE000F6D1364A304629460C9BFFF787FA044602 +:107AF0003018291B324A0D9BFFF780FA114909689B +:107B00000129114A0DD80019002908D00F4A06E0B2 +:107B10005169890703D531781160401E761C002811 +:107B2000F6D128490E98091AA94200D32946890896 +:107B300000F03AFE24480068002800D0804700F09A +:107B400045F8C0462CB801020090014000A0014059 +:107B5000AFA600001DA6000098A600000D0A232372 +:107B6000232041535345525420402030782530384B +:107B700058202323230D0A0072A7000046554E43C8 +:107B800054494F4E3A2000004C494E4520202020B9 +:107B90003A200000256400000D0A53503D2530387E +:107BA000580D0A0037A700004DA7000059A7000094 +:107BB00041A70000F6A6000005A7000014A70000DA +:107BC0001FA7000000F8020228B80102F748006869 +:107BD000012811D8002801D00B4800E0FC480C21F6 +:107BE0000A4A01E0002907D043699B07FAD51378B8 +:107BF0000360491E521CF5E71E20FFF773FB00BF10 +:107C000000BF00BF00BFFAE700A00140A2A600002D +:107C10008AB00646E448B06600F03AFAFFF77CFD09 +:107C20000346E248041D01200590C502E04A2046B3 +:107C30002946FFF7E3F9074608942018DB4C09951D +:107C4000E91BF36C3F2206921340DAA2FFF7D6F944 +:107C50002168012910D8C0190029DD4900D0DD496B +:107C6000002809D0221D4B699B0703D513780B60B0 +:107C7000401E521C0028F6D1F36BD7A2089C204668 +:107C8000099D2946FFF7BAF90746291A2018336CCF +:107C9000069A134007D1D8A2FFF7B0F9C34C216868 +:107CA000012907D917E0CEA2FFF7A8F9BF4C216838 +:107CB000012910D8C0190029C54900D0C54900289C +:107CC00009D0221D4B699B0703D513780B60401E1A +:107CD000521C0028F6D10027CBA5B80030580090E0 +:107CE000089809992A463B46FFF788F92168012937 +:107CF0000FD80029B64900D0B649002809D0221D66 +:107D00004B699B0703D513780B60401E521C00285B +:107D1000F6D17F1C0D2FE0D1736BBFA2089C2046CB +:107D2000099D2946FFF76AF9074620189F4CE91B71 +:107D3000B36BBC4AFFF762F92168012910D8C0195A +:107D40000029A34900D0A349002809D0221D4B696E +:107D50009B0703D513780B60401E521C0028F6D1F8 +:107D6000336CB14A089C2046099D2946FFF746F925 +:107D70000746326CD000C00F9100C90F5300DB0FD3 +:107D8000009301910290E019E91BD30FA74AFFF776 +:107D900035F93246C619A019A91B1546136C069A67 +:107DA0001340A34AFFF72AF980490968012911D82D +:107DB00080190029864900D0864900280AD07B4ACC +:107DC000121D4B699B0703D513780B60401E521C94 +:107DD0000028F6D12E466B6C964A089C2046099DD9 +:107DE0002946FFF70BF907462018E91B0796B36CE5 +:107DF000914AFFF703F96D4A1168012910D8C0199B +:107E00000029734900D07349002809D0121D4B691D +:107E10009B0703D513780B60401E521C0028F6D137 +:107E20000798426E042360215C2004931A400B469D +:107E300000D003460693002A00D00846079E335818 +:107E40007E4A089C2046099D2946FFF7D7F8074639 +:107E500006983358E019E91B794AFFF7CFF8C6199D +:107E6000A019A91B079A536E76A2FFF7C7F84F49CE +:107E70000968022911D280190029554900D05549B5 +:107E800000280AD0494A121D4B699B0703D5137875 +:107E90000B60401E521C0028F6D10798C36C0646A2 +:107EA0006DA2089C2046099D2946FFF7A7F80746C2 +:107EB0002018E91B336D6B4AFFF7A0F8C619A0190B +:107EC000A91B079F7B6D68A2FFF798F88619A01978 +:107ED000A91BBB6D67A2FFF791F834490968012916 +:107EE000059C11D880190029394900D0394900284A +:107EF0000AD02E4A121D4B699B0703D513780B60DD +:107F0000401E521C0028F6D10798476B5D4A9742E5 +:107F100037D2032087430026059CB000395802461B +:107F2000049B1A43BA5808230343FB580C25054306 +:107F30007D5900910192029303953B180898099985 +:107F4000514AFFF75BF81949096801290FD8002940 +:107F50001F4900D01F49002809D0089A4B699B0788 +:107F600003D513780B60401E521C0028F6D11B2E3F +:107F7000444A06D80798406B361DB100401890421D +:107F8000CBD30798406B111A099A914201D88908FE +:107F900000E0610200F008FC3C480068002800D0C6 +:107FA0008047FFF713FEC04622224B4D2CB801023A +:107FB00098A600000D0A0D0A2323232045584345A7 +:107FC0005054494F4E202564202323230D0A0000DE +:107FD0000090014000A0014050433D25303858003A +:107FE0002C20457863657074696F6E4E756D62659F +:107FF000723D25640D0A00002C205468726561648E +:108000004D6F64650D0A000052252D32643D253008 +:1080100038580D0A0000000053503D253038580DE7 +:108020000A00000037A700004DA7000059A7000074 +:1080300041A70000F6A6000005A7000014A7000055 +:108040001FA700004558435F52455455524E3D25E9 +:108050003038580D0A000000494353523D2530384E +:10806000580D0A002AA700005343523D25303858C6 +:108070000D0A00004343523D253038580D0A0D0AC1 +:108080000000000000F80202DAA6000028B8010291 +:10809000F0B583B0344D2C68012C06D8601E8441A5 +:1080A000204601F089FA0028FAD10120EFF310816F +:1080B0000140019102D1EFF3108072B62B48285A8B +:1080C0002B49695A814245D02A68002A01D02A4E9C +:1080D00000E0284E1F23DB020293284C022A27D2FD +:1080E00005E01046214AA85282B2914232D087B2AE +:1080F000B9420A4600D8621C131A21482B521804B0 +:108100000DD0E819001D9FB201E0002F07D0736960 +:108110009B07FAD5037833607F1E401CF5E7A24227 +:10812000DFD902981018DDE7304683B299420CD0AF +:10813000024680B281420E4600D8661CA642F3D9A0 +:108140000298301883B29942F2D108496852B01AA5 +:108150000B4968520B48002129540198002800D18E +:1081600062B603B0F0BDC0462CB801020A08000098 +:10817000080800000090014000A00140FF07000037 +:108180000C0800000F080000F0B58DB007931746EB +:1081900000240C9409AA13C215E006986849F8F760 +:1081A000F3F8F8F744FBC117401848406549F7F762 +:1081B00091FF009509A806223346FBF709FFBDE0B1 +:1081C000002C00D5BEE138787F1C25280DD0002872 +:1081D00000D1B7E10B9A511C0A9B9942F0D8099B38 +:1081E0009854641C0C940B91EAE7089400253978A4 +:1081F00023390D2914D801207944097949008F4485 +:10820000090F0F0F0F0F0F0F0B0F060F0F0D054369 +:108210007F1CECE70820FAE70420F8E70220F6E7E5 +:108220003878014630390024092902D926463946D2 +:108230000BE000260A2171430E18303E791C787835 +:108240000246303A0A2A0F46F4D32E2817D14A1C88 +:10825000487801463039092905D911464F1C25387F +:10826000532811D96AE000240A2161430C18303CDC +:10827000511C50780246303A0A2A0A46F4D34F1C61 +:108280002538532800D959E04000C04678448088FA +:1082900040008744A0005300530053005300530094 +:1082A0005300530053005300530053005300530036 +:1082B0005300530053005300530053005300530026 +:1082C0005300530053005300530053005300530016 +:1082D00053005300530060005300530053005300F9 +:1082E00053005300530053005300530053005300F6 +:1082F00053005300530053005300980053005300A1 +:1083000053005300530053005300530053005300D5 +:10831000AD00B600530060005300590053005300F5 +:1083200053005900530053005300DE005300530024 +:10833000BD005300D3005300530098000C9C3FE74E +:108340000024744940420F00791C38780F462538C4 +:108350005328F3D898E70799C91D07208143086877 +:1083600007914968F8F790FA00210690F8F71AFA91 +:1083700000280BD10B99481C0A9A904206D8099AFA +:108380002D2353540899491C0C910B9007980830E1 +:1083900007900698F8F74BFA0095C21781185140DC +:1083A00009A822463346FBF713FE0B98411C0A9A94 +:1083B000914200D9F1E6099A2E2313540B910C989F +:1083C000401C0C90E9E6079802C8079000960195BA +:1083D00009A8102239E00B98411C0A9A9142ADD8A5 +:1083E000099A252313540B910C98401C0C90A5E777 +:1083F0000B9A511C079C201D0A9B994239D9079062 +:108400009CE7079802C80790009509A82246D3E682 +:10841000079901C9079109990A9A089E02E0401C30 +:10842000002E8BD40378002B88D00B9D6C1C9442BB +:10843000F5D84B55761C0C960B94F0E7079802C8BC +:1084400007900096019509A80A222346FBF75EFED5 +:1084500074E7079B10CB102C079308D3002021460C +:10846000401C0A09FF291146FAD806280AD8082014 +:1084700009E02368099CA354089A521C0C920B91A2 +:1084800007905BE7401C069009230C980B9D099907 +:1084900005910A9E04940DE0202104463046059E75 +:1084A000715506462046049C401C1546014608911D +:1084B00000290AD45B1E0699994206D26A1CB24270 +:1084C000EAD9089908910029F4D50C900B950898E1 +:1084D000002800D532E70126082501E06D1E36018F +:1084E000022DFBD220463146F7F7F4FD0F28F6D8CF +:1084F0000C980590099803900A9806900B9D2046C9 +:108500003146F7F7E7FD691C069A914204D90899AC +:10851000089100290CD511E00C4A125C039B5A55B6 +:10852000089A521C0D46059211460891002905D45F +:108530007043241A3009102E0646E0D205980C909C +:108540000B95FBE620460DB0F0BDC0463AA30000F7 +:1085500070B588B00022032803D9D243104608B072 +:1085600070BD7F4CC34D2A510F4B104EEE508123EE +:108570001E010123AB5528602C1962600128EDD83B +:10858000079300220692059204920323039302921A +:1085900001920091411E8841694600F0ADFC0246FF +:1085A000104608B070BDC04604080000FFC0FFC000 +:1085B000F0B583B00C460023D943012C56DB0746A7 +:1085C00002910126EFF31085354002D1EFF31080C0 +:1085D00072B65849584A505C002800D0A3E056545F +:1085E0005E48115A5E48105A0196F202161A8142EC +:1085F00040D832465218A24240DB00930295A64270 +:10860000354600DB25464C490818001D39462A46E8 +:10861000F7F78AFDA642484E04DA7919621B301D2D +:10862000F7F782FD4E48305A001981B24D4A914207 +:1086300001D94D494018029D009B4949705230466E +:108640004A4E805D002865D1EFF310850198054002 +:1086500002D1EFF3108072B6374A4048115A4048B1 +:10866000105A884232D1424813524FE00C462046FD +:1086700003B0F0BD42425218A242BEDA3B4A2E4E2F +:10868000B25C002A0CD03A4AB25A51188AB2354C20 +:10869000A242284C029F01D9334A8918304A02E08D +:1086A000244C2F4A029F3355B152421A89B2884254 +:1086B00002D22C488018421C93B22F4801212FA2CD +:1086C00000F0E8F83C46002DD1D128E0019F9755F5 +:1086D000884201D82348401C421A90B2800A01D037 +:1086E000019882022248144F3A52386801280DD866 +:1086F000431E9841104B5918091D92B21D4B00F0B2 +:10870000F5FD009B002801D00B488355002D029DEC +:1087100000D162B6074808490B54002DA7D162B6B4 +:10872000204603B0F0BD21200201044804A108A3A3 +:10873000FFF754F80E0800002CB80102EEA7000065 +:1087400074726163655F6F7574707574000000000A +:108750005452414345204255535900000A08000035 +:1087600008080000FF07000000F8FFFF0F080000E6 +:108770000C080000C189000002FF00000D0A5472BD +:10878000616365206275666665722069732066752F +:108790006C6C2C206469736361726473202575208E +:1087A00062797465730D0A00F0B587B0054600263E +:1087B00006960596049603960296800701D007B0A8 +:1087C000F0BD019102A8142126A2FEF717FC294949 +:1087D0000968012911D80029274900D02749002814 +:1087E0000BD002AA01E0002807D04B699B07FAD5FD +:1087F00013780B60401E521CF5E701990029DED06A +:10880000204C3746B8002B58D80724D0581EA04219 +:1088100004D31B4818181C4A90421CD802A81421E3 +:108820001AA2FEF7EBFB13490968012911D80029A8 +:10883000114900D0114900280BD002AA01E00028FC +:1088400007D04B699B07FAD513780B60401E521C6A +:10885000F5E7761C01997F1C8F42B0D2322ED1D31E +:10886000ADE7C0460D0A4261636B74726163653A9D +:10887000200D0A002CB801020090014000A0014028 +:10888000FFFFFFFCFFFF0200FEFF0100253038580C +:108890000D0A000081B0F0B5C4B00E4607464993FA +:1088A000812000012F49085C002845D00292012058 +:1088B000050204A82946F7F750FCFCB20021C84382 +:1088C0000C2C3AD8721E032A37D82748005DB042D4 +:1088D000084632D3F80535D50021B8050DD404A8D3 +:1088E00001904018691AA20022A39B582E4AFEF755 +:1088F00085FB0198F7F73CFC014678050ED404AFE0 +:108900007818691AB20029A3D218121F1368264AD0 +:10891000FEF774FB3846F7F72BFC0146029A04AECB +:1089200070180C46691A49AB0393FFF72DFC011927 +:108930003046FFF73DFE00E0002044B0F0BC02BC32 +:1089400001B00847FEF7E8FE034604A8019007A21D +:108950002946FEF753FB0198F7F70AFC0146B805D4 +:10896000BDD5CAE72CB8010210A900002531307529 +:10897000207C200092A70000E8A70000E2A70000EA +:10898000C1A700008CA70000ADA70000DBA7000076 +:10899000D4A70000CFA7000085A7000098A700007B +:1089A000A8A700007DA7000009A80000C7A7000035 +:1089B000B3A70000BAA700009EA7000000000000B7 +:1089C000F0B581B00B460120EFF31084044002D1D2 +:1089D000EFF3108172B6990F07D0022001212DA26A +:1089E000FFF758FF002C3DD141E02249224D0027DE +:1089F0006F54224AAB5A224AAE5AF3189EB2F60A74 +:108A000001D0204E9B19AB52EFF31086064002D1E5 +:108A1000EFF3108372B6AA5A1C4BEB5A934202D161 +:108A200016482F521AE06854934201D8164B5B1C2B +:108A30009B1A99B2890A00D0830210482B522868E9 +:108A400001280BD8411E8841A918091D9AB2104B64 +:108A500000F04CFC002801D006482F54002E03D013 +:108A6000002C04D001B0F0BD62B6002CFAD162B681 +:108A700001B0F0BD0F0800002CB801020C08000086 +:108A80000A08000000F8FFFFFF07000008080000C8 +:108A9000C189000055415254204572726F722025E1 +:108AA000780D0A0070B5012801D9012070BD482257 +:108AB0004243734B9C58A5691F218D43A561062530 +:108AC000A5600F2525629C18A27C002A05D1627C36 +:108AD000002A02D1227C002A14D06368002B11D412 +:108AE000251D0B40012216469E400C4B1E60BFF315 +:108AF0004F8FBFF36F8F2B68002B03D40B409A402E +:108B000007490A60002803D0012804D1092000E0A9 +:108B10000820FCF7C9F90020A06170BD80E100E0E9 +:108B200080E200E0F0B585B00D460278E348C36806 +:108B3000934219D0446D944216D08368934203D077 +:108B4000016D914200D07FE09B1A591E8B41049326 +:108B500048215943032D46D14418E16900294ED0DC +:108B60001C34002020606DE09B1A5A1E9341049330 +:108B7000032D1AD1039548225A438418A26B012170 +:108B8000EFF310850D4002D1EFF3108772B6A7699D +:108B90001026B743A761A669002E01D118342160C1 +:108BA000002D00D162B6039D0CE0482159434218C4 +:108BB00091691832302902D0116810294CD18021D6 +:108BC000116000224821594340180021816301624D +:108BD0008162243000210160002A33D004A8294694 +:108BE000904705B0F0BD421891691832302902D083 +:108BF0001168202939D180211160002216E00395E7 +:108C0000E26B0126EFF31085354002D1EFF31081BE +:108C100072B6A1692027B943A161A169002901D1D8 +:108C200018342660002D00D162B6039D48215943B7 +:108C300040180021C163C1624163303000210160EE +:108C4000002ACBD105B0F0BD00920E4A2E329C48CE +:108C50000D490E4BFEF7C2FD106800930190984835 +:108C60000949084A0A4BFEF7B9FD106800930190C4 +:108C7000044A243292480449054BFEF7AFFDC04632 +:108C8000C8930102B10200006DA8000042A80000D4 +:108C900026A80000F0B585B0049048210A4642435A +:108CA000864B9C58E6690F2535409A18167C002E95 +:108CB00031D04F2040026169014200D185E0A069B6 +:108CC00004218843A06102202062012081076918E5 +:108CD000D161D36BEFF31084044002D1EFF3108520 +:108CE00072B695692026B54395619569002D00D12E +:108CF00073E010463C30002C00D162B600240460C2 +:108D0000D4625463303200201060002B63D004A87A +:108D1000984705B0F0BD0C2D5DD8C0467D442D7937 +:108D20006D00AF4467586B580658A163585858589F +:108D300006009569202D04D0154618352D68302D74 +:108D400049D1156B566B3432AE4217D2666936077D +:108D500014D5646815686E1C166048431818C06AFC +:108D6000445504980C4644431A19156B566B34321B +:108D7000AE4203D21C5966693607EAD41268AA4289 +:108D800029D14143585882690524A24382615A1867 +:108D9000D36B0121EFF31080084002D1EFF3108470 +:108DA00072B694692025AC4394619469002C02D179 +:108DB00014461834216014463C34002800D162B6B1 +:108DC00000212160D16251639CE70C2D00D176E730 +:108DD000012D00D173E705B0F0BD154618352860A8 +:108DE00010463C30002C00D187E787E70420206242 +:108DF00005B0F0BD0120206205B0F0BD0825256258 +:108E0000164618369569102D02D03568302D4BD195 +:108E10000396566A15462835976AB74228D1A06945 +:108E200002218843A061936B0121EFF31080084079 +:108E300002D1EFF3108472B6039E34681027BC434E +:108E400034603468002C00D1316014463834002876 +:108E500000D162B600212160296011622432002015 +:108E60001060002BB7D052E70220206205B0F0BDA1 +:108E70002A68B242AFD262699207ACD52A68561C02 +:108E80002E6048431818006A805C206004980A46E7 +:108E900042439D18AC6A6E6AB4429CD228359C58F5 +:108EA00062699207EAD496E731680090019104481C +:108EB00004A1094A09A3FEF791FCC046C893010228 +:108EC0000CA80000756172745F6972715F68616EF1 +:108ED000646C6572000000003D030000556172740F +:108EE00020256420737461746520676F6573207733 +:108EF000726F6E6720256400F0B585B00E4605469A +:108F0000022804D3002E02D1012005B0F0BD002DAF +:108F100003D0012D08D1092400E008242046FBF7E6 +:108F2000CBFF2046FEF7DEF948216943E74A505857 +:108F300083691F240294A3438361062383600F2364 +:108F40000193036257180023BB62BB63FB633B6260 +:108F50007B62FB623B63317F3974727F7A74B27FCC +:108F6000BA7404937B637368B268F4689200224316 +:108F70005B1E032B0ED8C0467B441B795B009F44CD +:108F800001050307082304E0282302E0182300E07A +:108F900038231A43C260C907090F72699201D2B21D +:108FA0008918B2699207920E8918491C816079610B +:108FB0003169012901D122210161012D5CD831687B +:108FC0000E2959D23846123003900324002D01D0C7 +:108FD000204600E004204C432D490E19B178FBF7E0 +:108FE000FBFF3968CA68802510462843C8602848B6 +:108FF000005D73781B021818C862AA43CA60FCF7A8 +:1090000033F803980078002809D1384611300078E9 +:10901000002804D1384610300078002827D078681E +:10902000002815D4032102468A431B49535884075C +:10903000E40EFF26A640B343A5401D4355500299B8 +:10904000014001208840A2490860144908600EE0F0 +:109050008107C90EFF228A40019C0440083C03207E +:1090600084430C48235893438D401D4325500120D1 +:10907000B861049805B0F0BD02480349DA22034BF9 +:10908000FEF7ACFB0CA800007FA800005CA8000065 +:1090900010A100001CED00E000E400E000E100E0B1 +:1090A000F0B58FB00E900125002900D14BE003935D +:1090B00004910592002A00D145E00121EFF31082CE +:1090C00001910A4002D1EFF3108172B6482702974E +:1090D00047437E49CE19B5690023302D23D8314648 +:1090E0001831C0467D442D796D00AF4420242626DA +:1090F0002626262626262626262626265E262626D8 +:10910000262626262626262626262626182626260D +:10911000262626262626262626262626180002234A +:10912000002A0CD00CE0402D01D0802D05D1012368 +:10913000002A04D004E020240C60002A00D162B68A +:109140001D46002B02D028460FB0F0BD00257563E8 +:109150000399F1630499F162059931635B4CE3591A +:1091600059691322D202114205D0062199600F21BC +:10917000196271699960317C00290CD0F5610995FB +:109180000895079506950D950B9502210A910128E2 +:1091900010D017200FE0717C9A6900292CD09520FF +:1091A00002439A6128460FB0F0BD30240C60002ABB +:1091B000C5D0C5E71920049F0C907068002805D41D +:1091C0001F210840019981404148016014209861A5 +:1091D000B06806A9FBF756FF0E9802994143601844 +:1091E00080686158F34A0092091D3A46059BFBF7D7 +:1091F000B9FF28460FB0F0BD3436110602D58021E4 +:109200008A439A6131680025059A91422DD20595CD +:109210005D694F214A0215421BD1E90502D4029C27 +:10922000EC4F0AE0596833685C1C3460029C604370 +:10923000E84F3818C06AC1540E98214641437E1841 +:10924000736B346BA34238D234367B585D69154258 +:10925000E3D002211962019EB10729433546DD4C56 +:10926000EFF31082324006D008E02946019EEFF36A +:109270001082324002D1EFF3108372B6029B434357 +:10928000E01883692024A34383618369002B05D000 +:10929000002A08D0C26B002A0AD154E703461833CB +:1092A0001E60002AF6D162B6C26B002A00D14AE7DE +:1092B0000EA8904728460FB0F0BD2946059D019E97 +:1092C0003C46EFF310823240D5D0D7E7C893010275 +:1092D00080E200E080B5012082020249024BFFF7E4 +:1092E000DFFE80BDBCB30102D5920000F0B591B0A5 +:1092F00010900126002900D19BE003930591002ADC +:1093000000D196E007900121EFF310800291084010 +:1093100002D1EFF3108172B60492482306930799A5 +:109320004B43AC49C9188D690026302D6ED80C46C8 +:109330001834AD00374602A675593E46AF46C046C2 +:10934000159400001D940000219400002194000059 +:109350002194000021940000219400002194000039 +:109360002194000021940000219400002194000029 +:109370002194000021940000219400002194000019 +:109380000594000021940000219400002194000025 +:1093900021940000219400002194000021940000F9 +:1093A00021940000219400002194000021940000E9 +:1093B00021940000219400002194000021940000D9 +:1093C000B394000021940000219400002194000037 +:1093D00021940000219400002194000021940000B9 +:1093E00021940000219400002194000021940000A9 +:1093F0002194000021940000219400002194000099 +:1094000005940000022600280CD00CE0402D01D06D +:10941000802D05D10126002804D004E01025256008 +:10942000002800D162B6002E069D6A4F049C079862 +:1094300002D0304611B0F0BD00268E62039A8A63D6 +:10944000059A0A624C620A7C002A0BD00C960B9695 +:109450000A96099608960E9602220D9201282DD0A2 +:1094600018202CE08A7C2831002A3BD00A68A242CE +:1094700016D22B464343FA585469A40710D50868FE +:10948000441C0C60F918096A085C106010982946A1 +:1094900041437A1811462831936A526A9342E8D3BD +:1094A00045437859816982220A438261304611B06E +:1094B000F0BD302525600028B4D0B4E71A200F9005 +:1094C000C86808A9FBF7DEFD109845437A5978195A +:1094D000C0683849009105992346FBF743FE3046A2 +:1094E00011B0F0BDFB589A69140602D58024A2433E +:1094F0009A610A680026049882422ED25D694F2242 +:109500005202154207980AD002211962029EB10741 +:1095100029431FE028315D6915423E46F4D13746A4 +:109520005C69A40702D406992A4E0AE00C68661CFE +:109530000E6006994843274E3018006A005D186097 +:1095400010984143735871188C6A4E6AB442E1D343 +:1095500029463E46069D1F4F01E0314607985A6A4C +:10956000002AFCD1EFF31082029B1A4002D1EFF3E4 +:10957000108372B64543781983691024A34383612D +:109580008369002B05D0002A09D0826B002A0BD1F9 +:109590004FE703461833029C1C60002AF5D162B6DF +:1095A000826B002A00D144E710A89047304611B0E2 +:1095B000F0BDC046258B00004821414305484218B4 +:1095C0009269D20601D400207047405841690120B9 +:1095D00008407047C893010280B511480078C00167 +:1095E00010490978890101430F4800784001084378 +:1095F0000E490978090101430D480078C00008436D +:109600000C490978890001430B4800784000084361 +:109610000A4909780143C8B2F8F7AAFF80BDC046DD +:10962000529C0102A69501029993010240C00102D9 +:10963000C8A00102539C010204B801021595010261 +:1096400070B5002801D0012070BD0325A9020F4884 +:1096500002680F4B535000249460012253030D4EB7 +:109660003360BFF34F8FBFF36F8F0B4E33600368D0 +:109670005A50847204811020FBF716FC022007A2C6 +:109680002946FFF707F9204670BDC04670940102D5 +:1096900051E5CC1A80E100E080E200E0574454201C +:1096A000636C6F73650D0A000FB47CB50C0009ADD7 +:1096B00001D0611E00E0002101910090074B6A4635 +:1096C0002946089800F00EF9002C02D0009A0021DB +:1096D00011707CBC08BC04B0184700001DA000003D +:1096E0000FB410B504A9074B02AA039800F0FAF8CA +:1096F000044602A9002000F09CFC204610BC08BCD7 +:1097000004B0184733A000002021020C01D0102122 +:109710001046020A01D010460839020901D010464D +:10972000091F820801D01046891E420801D0881EF8 +:109730007047081A704700000048704708900102FF +:1097400002E008C8121F08C1002AFAD1704770470A +:10975000002001E001C1121F002AFBD17047000068 +:10976000F0B51FB486B00998089A030D0021024392 +:1097700014D05148514A1818504305141198012823 +:1097800010981AD0281A401C00264D4F4D490096BB +:1097900001910490002812DA444211E0119801244A +:1097A00049A3012801D11098C1430698119A8460F9 +:1097B0000360C26041600BB0F0BD4042E4E7044684 +:1097C000210500203F4A001C51410391029012E004 +:1097D000E00707D032463B4601990098F6F702FFB2 +:1097E0000191009032463B4610461946F6F7FAFEC4 +:1097F00006460F466410002CEAD10498039B00280B +:10980000029A0999089806DAF6F7ECFE019B009A8D +:10981000F6F7E8FE05E0F6F74DFF019B009AF6F734 +:1098200049FF04460E460022284BF7F737FA03D8C3 +:109830000020C043014607E00022254B2046314668 +:10984000F6F71EFEF7F70AFA102409E0002C0ADBEF +:109850000A220023F7F734F8079B30321A55641EAA +:1098600002460A43F2D11122641C079B121B1C19E9 +:10987000119B012B03D0012308430ED10AE00843BA +:1098800004D0112010900020119077E71098151A3D +:109890006D1E0BE01098824202DD00236D1C03E078 +:1098A000824201DA00236D1E002BEED0069811993A +:1098B0008260C16030C07EE701FCFFFF104D0000F8 +:1098C000000014400000F03F300000000000F043B2 +:1098D0000000E03F30380A2801D201207047002004 +:1098E00070470000FFB597B00646002518E225280E +:1098F00077D100242746FD49049400E00443761CF8 +:1099000032780120203A90400842F7D130782A2856 +:109910000ED00222307801463039092916D8049930 +:109920000A235943303940181443761C0490F1E758 +:10993000189802C804911890002904DA0120400305 +:1099400004434842049002200443761C30782E28B9 +:1099500014D1042004437078761C2A2809D1189861 +:10996000761C80C8189009E00A214F43303FC71980 +:10997000761C3078014630390929F5D930786C28C1 +:1099800010D006DC4C281AD068280ED06A2817D1CF +:1099900004E0742813D07A2812D110E00120400589 +:1099A00004430CE00121090501E0032109050C43F2 +:1099B0007178814203D1012000052418761C761CA1 +:1099C0003078119066280BD013DC58287DD009DC44 +:1099D00000287BD04528F6D04628F4D047281AD155 +:1099E000A5E118E0632835D0642870D0652812D12D +:1099F0009DE170286CD008DC6728F1D069287BD005 +:109A00006E280DD06F2806D1BAE073282ED07528A5 +:109A100071D0782859D01A9A199990476D1C7EE117 +:109A20006002400F022809D003280DD0042818989E +:109A300001680DD00D60001D189070E11898EA17AC +:109A400001680D604A60F6E7189801680D80F2E73A +:109A50000D70F0E718986A4601781172001D189091 +:109A60000020507202A80090012005E0189802C85A +:109A7000189000200091C04361070DD5002101E03E +:109A80000199491C0191B94212DA8142F8DB009A2E +:109A9000515C0029F4D10BE0002101E00199491C3F +:109AA00001918142FADB019A0099895C0029F5D184 +:109AB000019904981A9B471A21463846199A00F0D2 +:109AC00097FA0199401945180BE04FE02CE113E09B +:109AD0004EE0009800990078491C00911A9A199953 +:109AE00090470198401E0190401CF2D12146384613 +:109AF0001A9B199A10E137E00A2000210090019189 +:109B00006002410F022907D0189A01CA1892C217A1 +:109B10009446032908D00AE01898C01DC108C9005E +:109B200005C91891944607E000B2C217944604296B +:109B300002D140B2C1178C4600226146944506DA34 +:109B40000A460021404291418C462D2102E0210528 +:109B500004D52B216A461173012103E0E10701D0EE +:109B60002021F7E7029155E00A200AE0102008E0E2 +:109B7000102000900021042004430191082703E0F5 +:109B800008200021019100906002410F022907D0B6 +:109B9000189A01CA189200229446032908D008E0B6 +:109BA0001898C01DC108C90005C91891944603E062 +:109BB00080B2042900D1C0B200210291210729D529 +:109BC0001199702906D0009A1021019B4A401A432E +:109BD00005D00EE040216A461173012108E061467C +:109BE000014306D030216A46117311995173022145 +:109BF0000291009A0821019B4A401A430AD161460A +:109C0000014301D1610705D530216A461173012155 +:109C10007F1E02911199582904D035A10E910DA9EA +:109C20000D910DE037A1F9E76146019B009AF6F727 +:109C300047FE0E9B8C469B5C0D9A521E0D92137034 +:109C400061460143F0D10D9805A9081A2030019012 +:109C5000600703D501200004844300E00127019838 +:109C6000874201DD381A00E0002001990090411878 +:109C7000029809180498401A0490E00306D421467B +:109C80001A9B199A049800F0B3F94519002706E0C9 +:109C900003A81A9AC05D199990476D1C7F1C029801 +:109CA0008742F5DBE0030CD521461A9B199A0498EC +:109CB00000F09EF9451904E01A9A3020199990474E +:109CC0006D1C0099481E00900029F5DC08E00D98F5 +:109CD0000D990078491C0D911A9A199990476D1C9D +:109CE0000199481E01900029F1DC63E10928010077 +:109CF0003031323334353637383961626364656602 +:109D000000000000303132333435363738394142C3 +:109D1000434445460000000000F05AF94519761CFE +:109D20003078002800D0E2E528461BB0F0BD60077F +:109D300000D406271898C01DC108C90048680A68E1 +:109D40000831C30FDB071891190001D09CA108E06E +:109D5000210501D59BA104E0E10701D09AA100E013 +:109D60009AA1430011985B08109165280CD006DC7D +:109D7000452809D046281DD0472841D141E0662812 +:109D800018D067283CD13CE00021112F01DB1120C5 +:109D900000E0781C0191009008A911A8FFF7E0FCF1 +:109DA000139905910021119A15927F1C1298019721 +:109DB000009150E00120C00703900120019008A904 +:109DC000009711A8FFF7CCFC139A14990592002272 +:109DD000119B009212981593059A0192002901D0C7 +:109DE000104602E0791C40180190381A01D50198FC +:109DF00004E04042401E0090781C0190C01B02907D +:109E000043E0012F00DA01270021112F01DD11208D +:109E100000E038460191009008A911A8FFF7A0FCC6 +:109E200013990591119A00211298159200910197AA +:109E300021070CD40599B94201DB019900E0019199 +:109E4000012904DD159A491E515C302906D0B8421B +:109E500001DA011D05DA0121029115E00199491E7F +:109E6000EDE7002805DC0099411800910199091AD5 +:109E700003E0019A411C914200DD01910099401AD2 +:109E8000401C02900120C0070390200706D40299CD +:109E90000198814202DB0020C04302900020694605 +:109EA000C87707AF012103980337C907884224D038 +:109EB000022011902B201290039800280CDA4042C7 +:109EC00003902D20129007E00A210398F6F702F97B +:109ED00030317F1E039039701199481E119000296E +:109EE000F2DC03980028EFD1791E129808703078C0 +:109EF000202108404530BF1E387006A8C01BC01D79 +:109F0000039010980078002800D001200199411892 +:109F10000298C0170918039809180498401A401E9F +:109F20000490E00306D421461A9B199A049800F085 +:109F30005FF8451910980078002803D01A9A1999EB +:109F400090476D1CE00324D521461A9B199A04986A +:109F500000F04EF845191CE00098002807DB009936 +:109F60000598884203DD1598405C199901E019991C +:109F700030201A9A904700986D1C401C009002985F +:109F8000401E0290002804D11A9A2E201999904759 +:109F90006D1C0199481E01900029DDDC05E0387830 +:109FA0001A9A7F1C199990476D1C0399481E0390BB +:109FB0000029F4DC21461A9B199A0498ACE60000AB +:109FC0002D0000002B000000200000000000000019 +:109FD000F8B5044600251E461746880404D405E05B +:109FE00039462020B0476D1C641EF9D52846F8BDBF +:109FF000FFB50446002581B01E46C80301D53027B1 +:10A0000000E02027880404D505E038460399B047CE +:10A010006D1C641EF9D5284605B0F0BD4A68002ABB +:10A0200006D00A68531C0B6010704868401E4860D8 +:10A0300070470A68531C0B601070704700B50A46E1 +:10A0400083B0002100910191014601236846F6F793 +:10A05000F3FC0199009803B000BD0040404040402F +:10A0600040404040414141414140404040404040EB +:10A070004040404040404040404040050202020213 +:10A08000020202020202020202020220202020201A +:10A0900020202020200202020202020290909090D2 +:10A0A00090901010101010101010101010101010B0 +:10A0B0001010101010100202020202028888888814 +:10A0C0008888080808080808080808080808080810 +:10A0D0000808080808080202020240005BA000000D +:10A0E000000084C1000008C10000C03F00003841EA +:10A0F0000000AC410000D44100000000000000005E +:10A1000001000000FFFFFFFF000000000000000052 +:10A1100059062014032145012882003241003219DA +:10A1200000411300390300B506002D03002D020085 +:10A130002201002201003E010020000021104220E7 +:10A1400063308440A550C660E770088129914AA118 +:10A150006BB18CC1ADD1CEE1EFF13112100273328F +:10A160005222B5529442F772D662399318837BB368 +:10A170005AA3BDD39CC3FFF3DEE36224433420041F +:10A180000114E664C774A44485546AA54BB52885B8 +:10A190000995EEE5CFF5ACC58DD55336722611166F +:10A1A0003006D776F6669556B4465BB77AA7199708 +:10A1B0003887DFF7FEE79DD7BCC7C448E5588668F7 +:10A1C000A7784008611802282338CCC9EDD98EE958 +:10A1D000AFF9488969990AA92BB9F55AD44AB77ACF +:10A1E000966A711A500A333A122AFDDBDCCBBFFBA8 +:10A1F0009EEB799B588B3BBB1AABA66C877CE44CDF +:10A20000C55C222C033C600C411CAEED8FFDECCDF7 +:10A21000CDDD2AAD0BBD688D499D977EB66ED55EAE +:10A22000F44E133E322E511E700E9FFFBEEFDDDF47 +:10A23000FCCF1BBF3AAF599F788F8891A981CAB1D3 +:10A24000EBA10CD12DC14EF16FE18010A100C23005 +:10A25000E3200450254046706760B9839893FBA3C0 +:10A26000DAB33DC31CD37FE35EF3B1029012F32255 +:10A27000D2323542145277625672EAB5CBA5A89510 +:10A2800089856EF54FE52CD50DC5E234C324A014A5 +:10A2900081046674476424540544DBA7FAB79987A0 +:10A2A000B8975FE77EF71DC73CD7D326F2369106F5 +:10A2B000B01657667676154634564CD96DC90EF9E8 +:10A2C0002FE9C899E9898AB9ABA944586548067845 +:10A2D0002768C018E1088238A3287DCB5CDB3FEB00 +:10A2E0001EFBF98BD89BBBAB9ABB754A545A376A95 +:10A2F000167AF10AD01AB32A923A2EFD0FED6CDDD0 +:10A300004DCDAABD8BADE89DC98D267C076C645CE4 +:10A31000454CA23C832CE01CC10C1FEF3EFF5DCFDF +:10A320007CDF9BAFBABFD98FF89F176E367E554E34 +:10A33000745E932EB23ED10EF01E3031323334357E +:10A340003637383941424344454600000200000098 +:10A3500001000000020000000200000002000000F6 +:10A36000000000001B0000000000000000000000D2 +:10A3700000000000000000000000000000000000DD +:10A3800002000000000000001400000002000000B5 +:10A3900007000000020000000200000000000000B2 +:10A3A0000200000000000000140000000200000095 +:10A3B0000100000002000000020000000200000096 +:10A3C0000000000014000000000000000000640015 +:10A3D0009E00C800E800020119012C013D014C015A +:10A3E0005A01660172017D01870190019901A10165 +:10A3F000A901B001B701BE01C401CA01D001D60153 +:10A40000DB01E101E601EB01EF01F401F801FD01DF +:10A410000102050209020D021102140218021B02B8 +:10A420001F022202250228022B022E0231023402D0 +:10A4300037023A023D023F024202450247024A0207 +:10A440004C024F0251025302560258025A025C0259 +:10A450005F02610263026502670269026B026D02BC +:10A460006F02710273027502760278027A027C0230 +:10A470007E027F02810283028402860288028902B0 +:10A480008B028C028E028F0291029202940295023C +:10A49000970298029A029B029D029E029F02A102CD +:10A4A000A202A302A502A602A702A902AA02AB0267 +:10A4B000AD02AE02AF02B002B102B302B402B50205 +:10A4C000B602B702B902BA02BB02BC020000000029 +:10A4D000000000000200000004000000001003EB78 +:10A4E0000000000001000000010000000400000066 +:10A4F0000001003200000000000000000000000029 +:10A500000100000001000005000000000000000044 +:10A510000000000001000000010000350000000004 +:10A520000100000000000000040000000000002006 +:10A530000000000001000000000000000400000016 +:10A54000000000D800000000010000000000000032 +:10A5500001000000000000060000000001000000F3 +:10A5600000000000010000000200000100000000E7 +:10A570000000000000000000010000000300009F38 +:10A5800000000000010000000000000001000000C9 +:10A59000000000B900000000010000000000000001 +:10A5A00001000000000000AB696E636C7564652FEC +:10A5B000647269766572732F6D6B5F6164632E637D +:10A5C00000696E636C7564652F6472697665727379 +:10A5D0002F6D6B5F6165732E630033324B206C6FA0 +:10A5E0006164206361702076616C2025640D0A002F +:10A5F0005854414C206C6F61642063617020766117 +:10A600006C2025640D0A00556E657870656374656D +:10A610006420646D61206368616E6E656C0D0A0074 +:10A62000696E636C7564652F647269766572732FE9 +:10A630006D6B5F666C6173682E630052656C6F6151 +:10A64000642076616C756520696D706F73736962E3 +:10A650006C650D0A00696E636C7564652F647269C0 +:10A66000766572732F6D6B5F6D6973632E63007314 +:10A6700079735F7469636B5F7374617274005265A0 +:10A6800073657420627920756E6B6E6F776E2073C0 +:10A690006F757263650D0A0025313064207C200DD2 +:10A6A0000A00437261736865642121210D0A002D3F +:10A6B0002D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2DCA +:10A6C0002D2D2D2D2D2D2D2D2D2D2D2D2D2D2D2DBA +:10A6D0002D2D2D2D2D2D2D0D0A00253038583A20E9 +:10A6E0002530385820253038582025303858202536 +:10A6F0003038580D0A005052494D41534B3D2530DA +:10A7000038580D0A00434F4E54524F4C3D253038B7 +:10A71000580D0A004D53503D253038580D0A005051 +:10A7200053503D253038580D0A0041495243523D9F +:10A73000253038580D0A004C523D253038580D0A46 +:10A7400000495053523D253038580D0A0078505377 +:10A75000523D253038580D0A004E3D25642C205AB4 +:10A760003D25642C20433D25642C20563D25640D59 +:10A770000A0046494C45202020203A20005B5343E4 +:10A780005030335D005B464952415D005B55574296 +:10A790005D005B4D41435D005B4343435D005B56A1 +:10A7A0004552424F53455D005B53455D005B554349 +:10A7B000495D005B5741524E5D005B494E464F5D1F +:10A7C000005B4150505D005B4552524F525D005B53 +:10A7D0004F535D005B424F4F545D005B54455354F3 +:10A7E0005D005B4452565D005B5048595D00696EE8 +:10A7F000636C7564652F647269766572732F6D6B17 +:10A800005F74726163652E6300257300696E636C0B +:10A810007564652F647269766572732F6D6B5F75F1 +:10A820006172742E6300556E65787065637465643B +:10A83000207561727420256420737461746520250D +:10A840006400556E657870656374656420646D613D +:10A85000206368616E6E656C2025640050617261D2 +:10A860006D74657220696E76616C696400756172E1 +:10A87000745F646D615F63616C6C6261636B0075D2 +:10A880006172745F626175645F7365740024255B37 +:10A890005E2C5D2C252A5B5E2C5D2C255B5E2C5D81 +:10A8A0002C252A5B5E2C5D2C255B5E2C5D2C252ADD +:10A8B0005B5E2C5D2C255B5E2C5D2C252A5B5E2C63 +:10A8C0005D2C252A5B5E2C5D2C252A5B5E2C5D2C85 +:10A8D000252A5B5E2C5D2C252A5B5E2C5D2C252AAF +:10A8E0005B5E2C5D2C252A5B5E2C5D2C252A73007B +:10A8F0002E2E2F2E2E2F2E2E2F2E2E2F2E2E2F643D +:10A900007269766572732F6D6B5F7068792E630064 +:10A910000400000404040404040404000000000013 +:10A9200040A9000008900102780400000C15000006 +:10A93000A8AA000080940102C42B000050970000D8 +:10A9400051520332804201340101014926B803000B +:10A95000900050084202C203001516C0C1C2C3C411 +:10A96000C5C6C7C8C9CACBCCCDCECF0001010165D1 +:10A9700009020301420257140019412717901D07CD +:10A9800006050403020100F29798DDC89D5CB81C1F +:10A99000C0DEA7DB615BCA0102000352404805101C +:10A9A0000406010001522D2C280004007C007B01CC +:10A9B00005020308FF5B0F010065F901417B0707F2 +:10A9C000010160002000881333E0536420ACFF5085 +:10A9D0001B0D070E080E080E080E080C030D050BC4 +:10A9E000050D070D070D070D0701012E01040200DB +:10A9F0004003FFFF7F00FFFF7F0816FFFFFF00FF00 +:10AA0000FFFF3A010001000A00010106401E400557 +:10AA1000120512000515040201020301024004029E +:10AA2000010303020C0E0900087A023241342800A7 +:10AA30002A820303455006C570014013D6207001D9 +:10AA4000401445B000500B4202820345FFFF0F2027 +:10AA50003204420832010456100001055020005013 +:10AA6000073301019901020100FFFFFFFF4A6090D7 +:10AA70000102001001400FC20E5201459001401822 +:10AA80004204023D0545A00140194206023C0782EE +:10AA90000142013420A10742034214454001400D08 +:08AAA00082010000000000002B :020000040000FA -:10A58000A5A54B4D0000001000000002AAAA5A7FAA -:10A5900080A5000000000000020000000000000094 -:10A5A00000000000000000000000000000000000AB -:10A5B000000000000000000000000000000000009B -:10A5C00018A60000000000000A56656E646F72094C -:10A5D0003A204D4B53454D490A43686970093A206A -:10A5E0004D4B383030300A44617465093A204E6F63 -:10A5F0007620323120323032340A56657273696FF8 -:10A600006E093A2056302E362E320000000000002F -:08A61000000000000000000042 +:10ADC000A5A54B4D0000001000000002AAAA5A7F62 +:10ADD000C0AD000000000000020000000000000004 +:10ADE0000000000000000000000000000000000063 +:10ADF0000000000000000000000000000000000053 +:10AE000058AE0000000000000A56656E646F7209BB +:10AE10003A204D4B53454D490A43686970093A2021 +:10AE20004D4B383030300A44617465093A204E6F1A +:10AE30007620323020323032340A56657273696FB0 +:10AE40006E093A2056302E362E32000000000000E7 +:08AE50000000000000000000FA :04000005000000C136 :00000001FF diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index ebe0305..d15fd14 100644 --- a/keil/Objects/uwb_simple_example.htm +++ b/keil/Objects/uwb_simple_example.htm @@ -3,7 +3,7 @@ <title>Static Call Graph - [.\Objects\uwb_simple_example.axf]</title></head> <body><HR> <H1>Static Call Graph for image .\Objects\uwb_simple_example.axf</H1><HR> -<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Mon Dec 2 18:07:38 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Wed Dec 11 10:38:46 2024 <BR><P> <H3>Maximum Stack Usage = 1172 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -11,7 +11,7 @@ <P> <H3> Mutually Recursive functions -</H3> <LI><a href="#[fa]">trace_output</a> ⇒ <a href="#[6a]">trace_printf</a><BR> +</H3> <LI><a href="#[103]">trace_output</a> ⇒ <a href="#[6a]">trace_printf</a><BR> <LI><a href="#[7]">ACMP0_IRQHandler</a> ⇒ <a href="#[7]">ACMP0_IRQHandler</a><BR> </UL> <P> @@ -86,7 +86,7 @@ <P><STRONG><a name="[32]"></a>__main</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry.o(.ARM.Collect$$$$00000000)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(.text.start_main_asm) </UL> -<P><STRONG><a name="[102]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry4.o(.ARM.Collect$$$$00000003)) +<P><STRONG><a name="[10b]"></a>_main_stk</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry4.o(.ARM.Collect$$$$00000003)) <P><STRONG><a name="[37]"></a>_main_scatterload</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry5.o(.ARM.Collect$$$$00000004)) <BR><BR>[Calls]<UL><LI><a href="#[38]">>></a> __scatterload @@ -96,105 +96,105 @@ <BR><BR>[Called By]<UL><LI><a href="#[38]">>></a> __scatterload </UL> -<P><STRONG><a name="[103]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) +<P><STRONG><a name="[10c]"></a>_main_clock</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry7b.o(.ARM.Collect$$$$00000008)) -<P><STRONG><a name="[104]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) +<P><STRONG><a name="[10d]"></a>_main_cpp_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry8b.o(.ARM.Collect$$$$0000000A)) -<P><STRONG><a name="[105]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) +<P><STRONG><a name="[10e]"></a>_main_init</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry9a.o(.ARM.Collect$$$$0000000B)) -<P><STRONG><a name="[106]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) +<P><STRONG><a name="[10f]"></a>__rt_final_cpp</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry10a.o(.ARM.Collect$$$$0000000D)) -<P><STRONG><a name="[107]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) +<P><STRONG><a name="[110]"></a>__rt_final_exit</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, entry11a.o(.ARM.Collect$$$$0000000F)) -<P><STRONG><a name="[92]"></a>__aeabi_uidiv</STRONG> (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text)) +<P><STRONG><a name="[9b]"></a>__aeabi_uidiv</STRONG> (Thumb, 0 bytes, Stack size 12 bytes, uidiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[bf]">>></a> adc_open -<LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[a9]">>></a> flash_erase -<LI><a href="#[d8]">>></a> flash_block_erase -<LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[b9]">>></a> _PrintUnsigned -<LI><a href="#[b8]">>></a> _PrintInt +<BR>[Called By]<UL><LI><a href="#[c8]">>></a> adc_open +<LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[b2]">>></a> flash_erase +<LI><a href="#[e1]">>></a> flash_block_erase +<LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[c2]">>></a> _PrintUnsigned +<LI><a href="#[c1]">>></a> _PrintInt <LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[94]">>></a> rtc_second_to_time -<LI><a href="#[9f]">>></a> UDPClient_UploadGPS +<LI><a href="#[9d]">>></a> rtc_second_to_time +<LI><a href="#[a8]">>></a> UDPClient_UploadGPS </UL> <P><STRONG><a name="[3a]"></a>__aeabi_uidivmod</STRONG> (Thumb, 44 bytes, Stack size 12 bytes, uidiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = __aeabi_uidivmod </UL> -<BR>[Called By]<UL><LI><a href="#[a9]">>></a> flash_erase -<LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[94]">>></a> rtc_second_to_time -<LI><a href="#[6c]">>></a> HIDO_BaseQueueGetContinuousSize -<LI><a href="#[6b]">>></a> HIDO_BaseQueueEnqueue +<BR>[Called By]<UL><LI><a href="#[b2]">>></a> flash_erase +<LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[9d]">>></a> rtc_second_to_time +<LI><a href="#[70]">>></a> HIDO_BaseQueueGetContinuousSize +<LI><a href="#[6f]">>></a> HIDO_BaseQueueEnqueue <LI><a href="#[a]">>></a> MAC_IRQHandler -<LI><a href="#[fc]">>></a> _printf_core +<LI><a href="#[105]">>></a> _printf_core <LI><a href="#[39]">>></a> __aeabi_idivmod </UL> -<P><STRONG><a name="[90]"></a>__aeabi_idiv</STRONG> (Thumb, 0 bytes, Stack size 16 bytes, idiv.o(.text)) +<P><STRONG><a name="[99]"></a>__aeabi_idiv</STRONG> (Thumb, 0 bytes, Stack size 16 bytes, idiv.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __aeabi_idiv </UL> -<BR>[Called By]<UL><LI><a href="#[e9]">>></a> sleep_timer_start +<BR>[Called By]<UL><LI><a href="#[f2]">>></a> sleep_timer_start <LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[94]">>></a> rtc_second_to_time +<LI><a href="#[9d]">>></a> rtc_second_to_time </UL> <P><STRONG><a name="[39]"></a>__aeabi_idivmod</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, idiv.o(.text), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[3a]">>></a> __aeabi_uidivmod </UL> -<P><STRONG><a name="[9a]"></a>__aeabi_memcpy</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[fa]">>></a> trace_output -<LI><a href="#[99]">>></a> Socket_Send +<P><STRONG><a name="[a3]"></a>__aeabi_memcpy</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, memcpya.o(.text)) +<BR><BR>[Called By]<UL><LI><a href="#[103]">>></a> trace_output +<LI><a href="#[a2]">>></a> Socket_Send <LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[ae]"></a>__aeabi_memcpy4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text)) +<P><STRONG><a name="[b7]"></a>__aeabi_memcpy4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[108]"></a>__aeabi_memcpy8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) +<P><STRONG><a name="[111]"></a>__aeabi_memcpy8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memcpya.o(.text), UNUSED) <P><STRONG><a name="[3c]"></a>__aeabi_memset</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, memseta.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[8b]">>></a> PalFlashRead +<BR><BR>[Called By]<UL><LI><a href="#[94]">>></a> PalFlashRead <LI><a href="#[3d]">>></a> _memset$wrapper <LI><a href="#[3b]">>></a> __aeabi_memclr </UL> -<P><STRONG><a name="[109]"></a>__aeabi_memset4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) +<P><STRONG><a name="[112]"></a>__aeabi_memset4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) -<P><STRONG><a name="[10a]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) +<P><STRONG><a name="[113]"></a>__aeabi_memset8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[3b]"></a>__aeabi_memclr</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, memseta.o(.text)) <BR><BR>[Calls]<UL><LI><a href="#[3c]">>></a> __aeabi_memset </UL> -<BR>[Called By]<UL><LI><a href="#[6d]">>></a> HIDO_UtilBzero +<BR>[Called By]<UL><LI><a href="#[71]">>></a> HIDO_UtilBzero </UL> -<P><STRONG><a name="[b3]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) +<P><STRONG><a name="[bc]"></a>__aeabi_memclr4</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[10b]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) +<P><STRONG><a name="[114]"></a>__aeabi_memclr8</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, memseta.o(.text), UNUSED) <P><STRONG><a name="[3d]"></a>_memset$wrapper</STRONG> (Thumb, 18 bytes, Stack size 8 bytes, memseta.o(.text), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[3c]">>></a> __aeabi_memset </UL> -<P><STRONG><a name="[ad]"></a>strlen</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, strlen.o(.text)) +<P><STRONG><a name="[b6]"></a>strlen</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, strlen.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[69]">>></a> trace_assert_dump <LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[ac]"></a>memcmp</STRONG> (Thumb, 26 bytes, Stack size 12 bytes, memcmp.o(.text)) +<P><STRONG><a name="[b5]"></a>memcmp</STRONG> (Thumb, 26 bytes, Stack size 12 bytes, memcmp.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 12<LI>Call Chain = memcmp </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler @@ -217,8 +217,8 @@ <P><STRONG><a name="[40]"></a>atoi</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, atoi.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = atoi ⇒ strtol ⇒ _strtoul </UL> -<BR>[Calls]<UL><LI><a href="#[41]">>></a> __aeabi_errno_addr -<LI><a href="#[42]">>></a> strtol +<BR>[Calls]<UL><LI><a href="#[42]">>></a> strtol +<LI><a href="#[41]">>></a> __aeabi_errno_addr </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> @@ -230,7 +230,7 @@ <LI><a href="#[44]">>></a> _float_epilogue </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main -<LI><a href="#[82]">>></a> MK8000_read_rssi +<LI><a href="#[8d]">>></a> MK8000_read_rssi <LI><a href="#[46]">>></a> __aeabi_fsub <LI><a href="#[47]">>></a> __aeabi_frsub </UL> @@ -240,19 +240,19 @@ </UL> <BR>[Calls]<UL><LI><a href="#[43]">>></a> __aeabi_fadd </UL> -<BR>[Called By]<UL><LI><a href="#[82]">>></a> MK8000_read_rssi +<BR>[Called By]<UL><LI><a href="#[8d]">>></a> MK8000_read_rssi </UL> <P><STRONG><a name="[47]"></a>__aeabi_frsub</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, fadd.o(.text), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[43]">>></a> __aeabi_fadd </UL> -<P><STRONG><a name="[83]"></a>__aeabi_fmul</STRONG> (Thumb, 122 bytes, Stack size 16 bytes, fmul.o(.text)) +<P><STRONG><a name="[8e]"></a>__aeabi_fmul</STRONG> (Thumb, 122 bytes, Stack size 16 bytes, fmul.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = __aeabi_fmul </UL> -<BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format <LI><a href="#[24]">>></a> main -<LI><a href="#[82]">>></a> MK8000_read_rssi +<LI><a href="#[8d]">>></a> MK8000_read_rssi </UL> <P><STRONG><a name="[48]"></a>__aeabi_fdiv</STRONG> (Thumb, 124 bytes, Stack size 16 bytes, fdiv.o(.text)) @@ -264,14 +264,14 @@ </UL> <P><STRONG><a name="[49]"></a>__aeabi_dadd</STRONG> (Thumb, 328 bytes, Stack size 48 bytes, dadd.o(.text), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[4b]">>></a> __aeabi_lasr -<LI><a href="#[4a]">>></a> __aeabi_llsl -<LI><a href="#[4d]">>></a> _double_round +<BR><BR>[Calls]<UL><LI><a href="#[4d]">>></a> _double_round <LI><a href="#[4c]">>></a> _double_epilogue +<LI><a href="#[4b]">>></a> __aeabi_lasr +<LI><a href="#[4a]">>></a> __aeabi_llsl </UL> <BR>[Called By]<UL><LI><a href="#[4e]">>></a> __aeabi_dsub <LI><a href="#[4f]">>></a> __aeabi_drsub -<LI><a href="#[fe]">>></a> _fp_digits +<LI><a href="#[107]">>></a> _fp_digits </UL> <P><STRONG><a name="[4e]"></a>__aeabi_dsub</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, dadd.o(.text), UNUSED) @@ -285,26 +285,26 @@ <P><STRONG><a name="[50]"></a>__aeabi_dmul</STRONG> (Thumb, 202 bytes, Stack size 72 bytes, dmul.o(.text), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[4c]">>></a> _double_epilogue </UL> -<BR>[Called By]<UL><LI><a href="#[fe]">>></a> _fp_digits +<BR>[Called By]<UL><LI><a href="#[107]">>></a> _fp_digits <LI><a href="#[63]">>></a> _fp_value </UL> <P><STRONG><a name="[51]"></a>__aeabi_ddiv</STRONG> (Thumb, 234 bytes, Stack size 40 bytes, ddiv.o(.text), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[4d]">>></a> _double_round </UL> -<BR>[Called By]<UL><LI><a href="#[fe]">>></a> _fp_digits +<BR>[Called By]<UL><LI><a href="#[107]">>></a> _fp_digits <LI><a href="#[63]">>></a> _fp_value </UL> -<P><STRONG><a name="[f8]"></a>__aeabi_fcmpge</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format +<P><STRONG><a name="[101]"></a>__aeabi_fcmpge</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpge.o(.text)) +<BR><BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format </UL> -<P><STRONG><a name="[ec]"></a>__aeabi_fcmpgt</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) +<P><STRONG><a name="[f5]"></a>__aeabi_fcmpgt</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmpgt.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[b0]"></a>__aeabi_dcmpeq</STRONG> (Thumb, 46 bytes, Stack size 8 bytes, dcmpeq.o(.text)) +<P><STRONG><a name="[b9]"></a>__aeabi_dcmpeq</STRONG> (Thumb, 46 bytes, Stack size 8 bytes, dcmpeq.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = __aeabi_dcmpeq </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler @@ -316,7 +316,7 @@ <BR>[Calls]<UL><LI><a href="#[44]">>></a> _float_epilogue </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main -<LI><a href="#[82]">>></a> MK8000_read_rssi +<LI><a href="#[8d]">>></a> MK8000_read_rssi </UL> <P><STRONG><a name="[53]"></a>__aeabi_ui2f</STRONG> (Thumb, 14 bytes, Stack size 8 bytes, ffltui.o(.text)) @@ -327,12 +327,12 @@ <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[f0]"></a>__aeabi_f2iz</STRONG> (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) -<BR><BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[81]">>></a> ranging_rssi_get +<P><STRONG><a name="[f9]"></a>__aeabi_f2iz</STRONG> (Thumb, 50 bytes, Stack size 0 bytes, ffixi.o(.text)) +<BR><BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[8c]">>></a> ranging_rssi_get </UL> -<P><STRONG><a name="[e8]"></a>__aeabi_f2uiz</STRONG> (Thumb, 40 bytes, Stack size 0 bytes, ffixui.o(.text)) +<P><STRONG><a name="[f1]"></a>__aeabi_f2uiz</STRONG> (Thumb, 40 bytes, Stack size 0 bytes, ffixui.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> @@ -341,7 +341,7 @@ </UL> <BR>[Calls]<UL><LI><a href="#[45]">>></a> _float_round </UL> -<BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format <LI><a href="#[66]">>></a> _scanf_really_real </UL> @@ -349,33 +349,33 @@ <BR><BR>[Calls]<UL><LI><a href="#[56]">>></a> __aeabi_llsr <LI><a href="#[4a]">>></a> __aeabi_llsl </UL> -<BR>[Called By]<UL><LI><a href="#[fc]">>></a> _printf_core -<LI><a href="#[fe]">>></a> _fp_digits +<BR>[Called By]<UL><LI><a href="#[105]">>></a> _printf_core +<LI><a href="#[107]">>></a> _fp_digits </UL> <P><STRONG><a name="[4a]"></a>__aeabi_llsl</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) <BR><BR>[Called By]<UL><LI><a href="#[49]">>></a> __aeabi_dadd -<LI><a href="#[55]">>></a> __aeabi_uldivmod <LI><a href="#[4c]">>></a> _double_epilogue <LI><a href="#[5e]">>></a> __aeabi_d2ulz <LI><a href="#[64]">>></a> __aeabi_lmul +<LI><a href="#[55]">>></a> __aeabi_uldivmod </UL> -<P><STRONG><a name="[10c]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) +<P><STRONG><a name="[115]"></a>_ll_shift_l</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llshl.o(.text), UNUSED) <P><STRONG><a name="[56]"></a>__aeabi_llsr</STRONG> (Thumb, 34 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[55]">>></a> __aeabi_uldivmod -<LI><a href="#[4c]">>></a> _double_epilogue +<BR><BR>[Called By]<UL><LI><a href="#[4c]">>></a> _double_epilogue <LI><a href="#[5e]">>></a> __aeabi_d2ulz +<LI><a href="#[55]">>></a> __aeabi_uldivmod </UL> -<P><STRONG><a name="[10d]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) +<P><STRONG><a name="[116]"></a>_ll_ushift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llushr.o(.text), UNUSED) <P><STRONG><a name="[4b]"></a>__aeabi_lasr</STRONG> (Thumb, 38 bytes, Stack size 8 bytes, llsshr.o(.text), UNUSED) <BR><BR>[Called By]<UL><LI><a href="#[49]">>></a> __aeabi_dadd </UL> -<P><STRONG><a name="[10e]"></a>_ll_sshift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llsshr.o(.text), UNUSED) +<P><STRONG><a name="[117]"></a>_ll_sshift_r</STRONG> (Thumb, 0 bytes, Stack size 8 bytes, llsshr.o(.text), UNUSED) <P><STRONG><a name="[3f]"></a>__vfscanf_char</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, scanf_char.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 192<LI>Call Chain = __vfscanf_char ⇒ __vfscanf ⇒ _scanf_real @@ -398,20 +398,20 @@ </UL> <BR>[Calls]<UL><LI><a href="#[58]">>></a> _local_sscanf </UL> -<BR>[Called By]<UL><LI><a href="#[af]">>></a> strtod +<BR>[Called By]<UL><LI><a href="#[b8]">>></a> strtod </UL> <P><STRONG><a name="[42]"></a>strtol</STRONG> (Thumb, 108 bytes, Stack size 32 bytes, strtol.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 72<LI>Call Chain = strtol ⇒ _strtoul </UL> -<BR>[Calls]<UL><LI><a href="#[41]">>></a> __aeabi_errno_addr -<LI><a href="#[5c]">>></a> _strtoul +<BR>[Calls]<UL><LI><a href="#[5c]">>></a> _strtoul <LI><a href="#[5b]">>></a> __rt_ctype_table +<LI><a href="#[41]">>></a> __aeabi_errno_addr </UL> <BR>[Called By]<UL><LI><a href="#[40]">>></a> atoi </UL> -<P><STRONG><a name="[10f]"></a>__I$use$fp</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) +<P><STRONG><a name="[118]"></a>__I$use$fp</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, iusefp.o(.text), UNUSED) <P><STRONG><a name="[45]"></a>_float_round</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, fepilogue.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[43]">>></a> __aeabi_fadd @@ -434,10 +434,10 @@ </UL> <P><STRONG><a name="[4c]"></a>_double_epilogue</STRONG> (Thumb, 164 bytes, Stack size 48 bytes, depilogue.o(.text), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[56]">>></a> __aeabi_llsr -<LI><a href="#[4a]">>></a> __aeabi_llsl -<LI><a href="#[4d]">>></a> _double_round +<BR><BR>[Calls]<UL><LI><a href="#[4d]">>></a> _double_round <LI><a href="#[5d]">>></a> __ARM_clz +<LI><a href="#[56]">>></a> __aeabi_llsr +<LI><a href="#[4a]">>></a> __aeabi_llsl </UL> <BR>[Called By]<UL><LI><a href="#[50]">>></a> __aeabi_dmul <LI><a href="#[49]">>></a> __aeabi_dadd @@ -448,11 +448,11 @@ <BR><BR>[Calls]<UL><LI><a href="#[56]">>></a> __aeabi_llsr <LI><a href="#[4a]">>></a> __aeabi_llsl </UL> -<BR>[Called By]<UL><LI><a href="#[fe]">>></a> _fp_digits +<BR>[Called By]<UL><LI><a href="#[107]">>></a> _fp_digits </UL> -<P><STRONG><a name="[ff]"></a>__aeabi_cdrcmple</STRONG> (Thumb, 38 bytes, Stack size 0 bytes, cdrcmple.o(.text), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[fe]">>></a> _fp_digits +<P><STRONG><a name="[108]"></a>__aeabi_cdrcmple</STRONG> (Thumb, 38 bytes, Stack size 0 bytes, cdrcmple.o(.text), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[107]">>></a> _fp_digits </UL> <P><STRONG><a name="[38]"></a>__scatterload</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, init.o(.text)) @@ -461,7 +461,7 @@ <BR>[Called By]<UL><LI><a href="#[37]">>></a> _main_scatterload </UL> -<P><STRONG><a name="[110]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) +<P><STRONG><a name="[119]"></a>__scatterload_rt2</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, init.o(.text), UNUSED) <P><STRONG><a name="[5b]"></a>__rt_ctype_table</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, ctype_o.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[28]">>></a> isspace @@ -503,8 +503,8 @@ <P><STRONG><a name="[5c]"></a>_strtoul</STRONG> (Thumb, 166 bytes, Stack size 40 bytes, _strtoul.o(.text)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = _strtoul </UL> -<BR>[Calls]<UL><LI><a href="#[41]">>></a> __aeabi_errno_addr -<LI><a href="#[68]">>></a> _chval +<BR>[Calls]<UL><LI><a href="#[68]">>></a> _chval +<LI><a href="#[41]">>></a> __aeabi_errno_addr </UL> <BR>[Called By]<UL><LI><a href="#[42]">>></a> strtol </UL> @@ -515,7 +515,7 @@ <BR>[Called By]<UL><LI><a href="#[63]">>></a> _fp_value </UL> -<P><STRONG><a name="[111]"></a>_ll_mul</STRONG> (Thumb, 0 bytes, Stack size 64 bytes, llmul.o(.text), UNUSED) +<P><STRONG><a name="[11a]"></a>_ll_mul</STRONG> (Thumb, 0 bytes, Stack size 64 bytes, llmul.o(.text), UNUSED) <P><STRONG><a name="[68]"></a>_chval</STRONG> (Thumb, 30 bytes, Stack size 0 bytes, _chval.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[5c]">>></a> _strtoul @@ -527,9 +527,9 @@ <BR>[Called By]<UL><LI><a href="#[63]">>></a> _fp_value </UL> -<P><STRONG><a name="[112]"></a>__decompress</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) +<P><STRONG><a name="[11b]"></a>__decompress</STRONG> (Thumb, 0 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) -<P><STRONG><a name="[113]"></a>__decompress0</STRONG> (Thumb, 58 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) +<P><STRONG><a name="[11c]"></a>__decompress0</STRONG> (Thumb, 58 bytes, Stack size unknown bytes, __dczerorl.o(.text), UNUSED) <P><STRONG><a name="[f]"></a>ADC_IRQHandler</STRONG> (Thumb, 196 bytes, Stack size 8 bytes, mk_adc.o(.text.ADC_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 308<LI>Call Chain = ADC_IRQHandler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv @@ -546,6 +546,16 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> +<P><STRONG><a name="[6b]"></a>Accelerometer_Init</STRONG> (Thumb, 120 bytes, Stack size 16 bytes, lis3dh_driver.o(.text.Accelerometer_Init)) +<BR><BR>[Stack]<UL><LI>Max Depth = 96<LI>Call Chain = Accelerometer_Init ⇒ LIS3DH_ReadOneByte ⇒ IIC2_Read_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +</UL> +<BR>[Called By]<UL><LI><a href="#[24]">>></a> main +</UL> + <P><STRONG><a name="[6]"></a>BOD_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, mk_misc.o(.text.BOD_IRQHandler)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> @@ -567,7 +577,7 @@ <P><STRONG><a name="[8]"></a>ACMP1_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[114]"></a>Default_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler), UNUSED) +<P><STRONG><a name="[11d]"></a>Default_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler), UNUSED) <P><STRONG><a name="[1b]"></a>I2C0_IRQHandler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Default_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) @@ -612,119 +622,216 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[6b]"></a>HIDO_BaseQueueEnqueue</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, hido_basequeue.o(.text.HIDO_BaseQueueEnqueue)) +<P><STRONG><a name="[6f]"></a>HIDO_BaseQueueEnqueue</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, hido_basequeue.o(.text.HIDO_BaseQueueEnqueue)) <BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = HIDO_BaseQueueEnqueue ⇒ __aeabi_uidivmod </UL> <BR>[Calls]<UL><LI><a href="#[3a]">>></a> __aeabi_uidivmod </UL> -<BR>[Called By]<UL><LI><a href="#[6e]">>></a> HIDO_VLQEnqueue +<BR>[Called By]<UL><LI><a href="#[72]">>></a> HIDO_VLQEnqueue </UL> -<P><STRONG><a name="[6c]"></a>HIDO_BaseQueueGetContinuousSize</STRONG> (Thumb, 90 bytes, Stack size 32 bytes, hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize)) +<P><STRONG><a name="[70]"></a>HIDO_BaseQueueGetContinuousSize</STRONG> (Thumb, 90 bytes, Stack size 32 bytes, hido_basequeue.o(.text.HIDO_BaseQueueGetContinuousSize)) <BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> <BR>[Calls]<UL><LI><a href="#[3a]">>></a> __aeabi_uidivmod </UL> -<BR>[Called By]<UL><LI><a href="#[6f]">>></a> HIDO_VLQGetEnqueueMember +<BR>[Called By]<UL><LI><a href="#[73]">>></a> HIDO_VLQGetEnqueueMember </UL> -<P><STRONG><a name="[71]"></a>HIDO_BaseQueueGetRear</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, hido_basequeue.o(.text.HIDO_BaseQueueGetRear)) -<BR><BR>[Called By]<UL><LI><a href="#[6f]">>></a> HIDO_VLQGetEnqueueMember +<P><STRONG><a name="[75]"></a>HIDO_BaseQueueGetRear</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, hido_basequeue.o(.text.HIDO_BaseQueueGetRear)) +<BR><BR>[Called By]<UL><LI><a href="#[73]">>></a> HIDO_VLQGetEnqueueMember </UL> -<P><STRONG><a name="[70]"></a>HIDO_BaseQueueIsFull</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, hido_basequeue.o(.text.HIDO_BaseQueueIsFull)) -<BR><BR>[Called By]<UL><LI><a href="#[6f]">>></a> HIDO_VLQGetEnqueueMember +<P><STRONG><a name="[74]"></a>HIDO_BaseQueueIsFull</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, hido_basequeue.o(.text.HIDO_BaseQueueIsFull)) +<BR><BR>[Called By]<UL><LI><a href="#[73]">>></a> HIDO_VLQGetEnqueueMember </UL> -<P><STRONG><a name="[9b]"></a>HIDO_Debug</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, hido_debug.o(.text.HIDO_Debug)) -<BR><BR>[Called By]<UL><LI><a href="#[99]">>></a> Socket_Send +<P><STRONG><a name="[a4]"></a>HIDO_Debug</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, hido_debug.o(.text.HIDO_Debug)) +<BR><BR>[Called By]<UL><LI><a href="#[a2]">>></a> Socket_Send </UL> -<P><STRONG><a name="[eb]"></a>HIDO_TimerTick</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, hido_timer.o(.text.HIDO_TimerTick)) +<P><STRONG><a name="[f4]"></a>HIDO_TimerTick</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, hido_timer.o(.text.HIDO_TimerTick)) <BR><BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[6d]"></a>HIDO_UtilBzero</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, hido_util.o(.text.HIDO_UtilBzero)) +<P><STRONG><a name="[71]"></a>HIDO_UtilBzero</STRONG> (Thumb, 8 bytes, Stack size 8 bytes, hido_util.o(.text.HIDO_UtilBzero)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = HIDO_UtilBzero </UL> <BR>[Calls]<UL><LI><a href="#[3b]">>></a> __aeabi_memclr </UL> -<BR>[Called By]<UL><LI><a href="#[a7]">>></a> Uart_Register +<BR>[Called By]<UL><LI><a href="#[b0]">>></a> Uart_Register </UL> -<P><STRONG><a name="[6e]"></a>HIDO_VLQEnqueue</STRONG> (Thumb, 42 bytes, Stack size 16 bytes, hido_vlqueue.o(.text.HIDO_VLQEnqueue)) +<P><STRONG><a name="[72]"></a>HIDO_VLQEnqueue</STRONG> (Thumb, 42 bytes, Stack size 16 bytes, hido_vlqueue.o(.text.HIDO_VLQEnqueue)) <BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = HIDO_VLQEnqueue ⇒ HIDO_BaseQueueEnqueue ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[6b]">>></a> HIDO_BaseQueueEnqueue +<BR>[Calls]<UL><LI><a href="#[6f]">>></a> HIDO_BaseQueueEnqueue </UL> -<BR>[Called By]<UL><LI><a href="#[99]">>></a> Socket_Send +<BR>[Called By]<UL><LI><a href="#[a2]">>></a> Socket_Send </UL> -<P><STRONG><a name="[6f]"></a>HIDO_VLQGetEnqueueMember</STRONG> (Thumb, 84 bytes, Stack size 32 bytes, hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember)) +<P><STRONG><a name="[73]"></a>HIDO_VLQGetEnqueueMember</STRONG> (Thumb, 84 bytes, Stack size 32 bytes, hido_vlqueue.o(.text.HIDO_VLQGetEnqueueMember)) <BR><BR>[Stack]<UL><LI>Max Depth = 76<LI>Call Chain = HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[70]">>></a> HIDO_BaseQueueIsFull -<LI><a href="#[71]">>></a> HIDO_BaseQueueGetRear -<LI><a href="#[6c]">>></a> HIDO_BaseQueueGetContinuousSize +<BR>[Calls]<UL><LI><a href="#[74]">>></a> HIDO_BaseQueueIsFull +<LI><a href="#[75]">>></a> HIDO_BaseQueueGetRear +<LI><a href="#[70]">>></a> HIDO_BaseQueueGetContinuousSize </UL> -<BR>[Called By]<UL><LI><a href="#[99]">>></a> Socket_Send +<BR>[Called By]<UL><LI><a href="#[a2]">>></a> Socket_Send </UL> <P><STRONG><a name="[2]"></a>HardFault_Handler</STRONG> (Thumb, 124 bytes, Stack size 0 bytes, mk_trace.o(.text.HardFault_Handler)) <BR><BR>[Stack]<UL><LI>Max Depth = 276<LI>Call Chain = HardFault_Handler ⇒ trace_exception_handler ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[72]">>></a> trace_exception_handler +<BR>[Calls]<UL><LI><a href="#[76]">>></a> trace_exception_handler </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[73]"></a>IIC2_Send_pca_Byte</STRONG> (Thumb, 442 bytes, Stack size 16 bytes, pca9555.o(.text.IIC2_Send_pca_Byte)) +<P><STRONG><a name="[77]"></a>IIC2_Init</STRONG> (Thumb, 72 bytes, Stack size 24 bytes, lis3dh_driver.o(.text.IIC2_Init)) +<BR><BR>[Stack]<UL><LI>Max Depth = 44<LI>Call Chain = IIC2_Init ⇒ io_pull_set +</UL> +<BR>[Calls]<UL><LI><a href="#[7a]">>></a> io_pull_set +<LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[79]">>></a> gpio_pin_set_dir +</UL> +<BR>[Called By]<UL><LI><a href="#[24]">>></a> main +</UL> + +<P><STRONG><a name="[7b]"></a>IIC2_Read_Byte</STRONG> (Thumb, 406 bytes, Stack size 56 bytes, lis3dh_driver.o(.text.IIC2_Read_Byte)) +<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = IIC2_Read_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[7c]">>></a> gpio_pin_clr +</UL> +<BR>[Called By]<UL><LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +</UL> + +<P><STRONG><a name="[7f]"></a>IIC2_Read_pca_Byte</STRONG> (Thumb, 384 bytes, Stack size 56 bytes, pca9555.o(.text.IIC2_Read_pca_Byte)) +<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = IIC2_Read_pca_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[79]">>></a> gpio_pin_set_dir +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[7c]">>></a> gpio_pin_clr +</UL> +<BR>[Called By]<UL><LI><a href="#[84]">>></a> IIC_Read_Pca9555 +</UL> + +<P><STRONG><a name="[80]"></a>IIC2_Send_Byte</STRONG> (Thumb, 430 bytes, Stack size 16 bytes, lis3dh_driver.o(.text.IIC2_Send_Byte)) +<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = IIC2_Send_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr +</UL> +<BR>[Called By]<UL><LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +</UL> + +<P><STRONG><a name="[81]"></a>IIC2_Send_pca_Byte</STRONG> (Thumb, 430 bytes, Stack size 16 bytes, pca9555.o(.text.IIC2_Send_pca_Byte)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = IIC2_Send_pca_Byte </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[75]">>></a> gpio_pin_set -<LI><a href="#[74]">>></a> gpio_pin_clr +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[7a]">>></a> IIC_Write_Pca9555 +<BR>[Called By]<UL><LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 </UL> -<P><STRONG><a name="[77]"></a>IIC2_Wait_pca_Ack</STRONG> (Thumb, 126 bytes, Stack size 16 bytes, pca9555.o(.text.IIC2_Wait_pca_Ack)) -<BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = IIC2_Wait_pca_Ack +<P><STRONG><a name="[82]"></a>IIC2_Wait_Ack</STRONG> (Thumb, 136 bytes, Stack size 24 bytes, lis3dh_driver.o(.text.IIC2_Wait_Ack)) +<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = IIC2_Wait_Ack </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[78]">>></a> gpio_pin_set_dir -<LI><a href="#[75]">>></a> gpio_pin_set -<LI><a href="#[79]">>></a> gpio_pin_get_val -<LI><a href="#[74]">>></a> gpio_pin_clr +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[79]">>></a> gpio_pin_set_dir +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[7c]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[7a]">>></a> IIC_Write_Pca9555 +<BR>[Called By]<UL><LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte </UL> -<P><STRONG><a name="[7a]"></a>IIC_Write_Pca9555</STRONG> (Thumb, 136 bytes, Stack size 32 bytes, pca9555.o(.text.IIC_Write_Pca9555)) -<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = IIC_Write_Pca9555 ⇒ IIC2_Wait_pca_Ack +<P><STRONG><a name="[83]"></a>IIC2_Wait_pca_Ack</STRONG> (Thumb, 146 bytes, Stack size 24 bytes, pca9555.o(.text.IIC2_Wait_pca_Ack)) +<BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = IIC2_Wait_pca_Ack </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[75]">>></a> gpio_pin_set -<LI><a href="#[74]">>></a> gpio_pin_clr -<LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[73]">>></a> IIC2_Send_pca_Byte +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[79]">>></a> gpio_pin_set_dir +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[7c]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[84]">>></a> PCA9555_init +<BR>[Called By]<UL><LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 </UL> -<P><STRONG><a name="[7b]"></a>IO_LED_control_change</STRONG> (Thumb, 320 bytes, Stack size 16 bytes, sn74hc595.o(.text.IO_LED_control_change)) +<P><STRONG><a name="[84]"></a>IIC_Read_Pca9555</STRONG> (Thumb, 292 bytes, Stack size 32 bytes, pca9555.o(.text.IIC_Read_Pca9555)) +<BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = IIC_Read_Pca9555 ⇒ IIC2_Read_pca_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr +<LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[81]">>></a> IIC2_Send_pca_Byte +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +</UL> +<BR>[Called By]<UL><LI><a href="#[8f]">>></a> PCA9555_init +</UL> + +<P><STRONG><a name="[85]"></a>IIC_Write_Pca9555</STRONG> (Thumb, 144 bytes, Stack size 32 bytes, pca9555.o(.text.IIC_Write_Pca9555)) +<BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = IIC_Write_Pca9555 ⇒ IIC2_Wait_pca_Ack +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr +<LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[81]">>></a> IIC2_Send_pca_Byte +</UL> +<BR>[Called By]<UL><LI><a href="#[8f]">>></a> PCA9555_init +</UL> + +<P><STRONG><a name="[86]"></a>IO_LED_control_change</STRONG> (Thumb, 320 bytes, Stack size 16 bytes, sn74hc595.o(.text.IO_LED_control_change)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[75]">>></a> gpio_pin_set -<LI><a href="#[74]">>></a> gpio_pin_clr +<BR>[Calls]<UL><LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr </UL> -<BR>[Called By]<UL><LI><a href="#[b2]">>></a> update_led_power_state -<LI><a href="#[bb]">>></a> gps_air780_power_change -<LI><a href="#[d6]">>></a> charge_state_change -<LI><a href="#[d5]">>></a> charge_red_on -<LI><a href="#[d4]">>></a> charge_red_off -<LI><a href="#[b1]">>></a> blink_led -<LI><a href="#[a0]">>></a> air780_led_on -<LI><a href="#[a2]">>></a> air780_led_off +<BR>[Called By]<UL><LI><a href="#[bb]">>></a> update_led_power_state +<LI><a href="#[c4]">>></a> gps_air780_power_change +<LI><a href="#[df]">>></a> charge_state_change +<LI><a href="#[de]">>></a> charge_red_on +<LI><a href="#[dd]">>></a> charge_red_off +<LI><a href="#[ba]">>></a> blink_led +<LI><a href="#[a9]">>></a> air780_led_on +<LI><a href="#[ab]">>></a> air780_led_off +</UL> + +<P><STRONG><a name="[6c]"></a>LIS3DH_ReadOneByte</STRONG> (Thumb, 152 bytes, Stack size 24 bytes, lis3dh_driver.o(.text.LIS3DH_ReadOneByte)) +<BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = LIS3DH_ReadOneByte ⇒ IIC2_Read_Byte +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[80]">>></a> IIC2_Send_Byte +<LI><a href="#[7b]">>></a> IIC2_Read_Byte +</UL> +<BR>[Called By]<UL><LI><a href="#[6b]">>></a> Accelerometer_Init +</UL> + +<P><STRONG><a name="[6d]"></a>LIS3DH_WriteOneByte</STRONG> (Thumb, 120 bytes, Stack size 24 bytes, lis3dh_driver.o(.text.LIS3DH_WriteOneByte)) +<BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = LIS3DH_WriteOneByte ⇒ IIC2_Wait_Ack +</UL> +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[7c]">>></a> gpio_pin_clr +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[80]">>></a> IIC2_Send_Byte +</UL> +<BR>[Called By]<UL><LI><a href="#[6b]">>></a> Accelerometer_Init </UL> <P><STRONG><a name="[12]"></a>LSP_IRQHandler</STRONG> (Thumb, 32 bytes, Stack size 8 bytes, mk_lsp.o(.text.LSP_IRQHandler)) @@ -736,34 +843,32 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 860<LI>Call Chain = MAC_IRQHandler ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[7f]">>></a> mac_timer_stop -<LI><a href="#[81]">>></a> ranging_rssi_get -<LI><a href="#[7e]">>></a> exit_debug_mode -<LI><a href="#[7d]">>></a> phy_dump_mode -<LI><a href="#[7c]">>></a> fira_vendor_oui_process +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[8a]">>></a> mac_timer_stop +<LI><a href="#[8c]">>></a> ranging_rssi_get +<LI><a href="#[89]">>></a> exit_debug_mode +<LI><a href="#[88]">>></a> phy_dump_mode +<LI><a href="#[87]">>></a> fira_vendor_oui_process <LI><a href="#[3a]">>></a> __aeabi_uidivmod </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[82]"></a>MK8000_read_rssi</STRONG> (Thumb, 1176 bytes, Stack size 80 bytes, mk8000_read_rssi.o(.text.MK8000_read_rssi)) +<P><STRONG><a name="[8d]"></a>MK8000_read_rssi</STRONG> (Thumb, 1176 bytes, Stack size 80 bytes, mk8000_read_rssi.o(.text.MK8000_read_rssi)) <BR><BR>[Stack]<UL><LI>Max Depth = 116<LI>Call Chain = MK8000_read_rssi ⇒ __aeabi_fadd ⇒ _float_epilogue </UL> <BR>[Calls]<UL><LI><a href="#[52]">>></a> __aeabi_i2f -<LI><a href="#[83]">>></a> __aeabi_fmul +<LI><a href="#[8e]">>></a> __aeabi_fmul <LI><a href="#[43]">>></a> __aeabi_fadd <LI><a href="#[46]">>></a> __aeabi_fsub </UL> -<BR>[Called By]<UL><LI><a href="#[81]">>></a> ranging_rssi_get +<BR>[Called By]<UL><LI><a href="#[8c]">>></a> ranging_rssi_get </UL> -<P><STRONG><a name="[84]"></a>PCA9555_init</STRONG> (Thumb, 116 bytes, Stack size 24 bytes, pca9555.o(.text.PCA9555_init)) -<BR><BR>[Stack]<UL><LI>Max Depth = 72<LI>Call Chain = PCA9555_init ⇒ IIC_Write_Pca9555 ⇒ IIC2_Wait_pca_Ack +<P><STRONG><a name="[8f]"></a>PCA9555_init</STRONG> (Thumb, 84 bytes, Stack size 24 bytes, pca9555.o(.text.PCA9555_init)) +<BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = PCA9555_init ⇒ IIC_Read_Pca9555 ⇒ IIC2_Read_pca_Byte </UL> -<BR>[Calls]<UL><LI><a href="#[86]">>></a> io_pull_set -<LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[78]">>></a> gpio_pin_set_dir -<LI><a href="#[7a]">>></a> IIC_Write_Pca9555 +<BR>[Calls]<UL><LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> @@ -780,44 +885,44 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[87]"></a>PalFlashEraseSector</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, pal_flash.o(.text.PalFlashEraseSector)) +<P><STRONG><a name="[90]"></a>PalFlashEraseSector</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, pal_flash.o(.text.PalFlashEraseSector)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = PalFlashEraseSector ⇒ flash_sector_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[88]">>></a> flash_sector_erase +<BR>[Calls]<UL><LI><a href="#[91]">>></a> flash_sector_erase </UL> -<BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[89]"></a>PalFlashInit</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, pal_flash.o(.text.PalFlashInit)) +<P><STRONG><a name="[92]"></a>PalFlashInit</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, pal_flash.o(.text.PalFlashInit)) <BR><BR>[Stack]<UL><LI>Max Depth = 788<LI>Call Chain = PalFlashInit ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[8a]">>></a> flash_open +<BR>[Calls]<UL><LI><a href="#[93]">>></a> flash_open </UL> -<BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[8b]"></a>PalFlashRead</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, pal_flash.o(.text.PalFlashRead)) +<P><STRONG><a name="[94]"></a>PalFlashRead</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, pal_flash.o(.text.PalFlashRead)) <BR><BR>[Stack]<UL><LI>Max Depth = 436<LI>Call Chain = PalFlashRead ⇒ flash_read ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[8c]">>></a> flash_read +<BR>[Calls]<UL><LI><a href="#[95]">>></a> flash_read <LI><a href="#[3c]">>></a> __aeabi_memset </UL> -<BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[b6]"></a>PalNvmGetSectorSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetSectorSize)) -<BR><BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<P><STRONG><a name="[bf]"></a>PalNvmGetSectorSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetSectorSize)) +<BR><BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[b5]"></a>PalNvmGetTotalSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetTotalSize)) -<BR><BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<P><STRONG><a name="[be]"></a>PalNvmGetTotalSize</STRONG> (Thumb, 6 bytes, Stack size 0 bytes, pal_flash.o(.text.PalNvmGetTotalSize)) +<BR><BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[8d]"></a>Program_Init</STRONG> (Thumb, 432 bytes, Stack size 40 bytes, main.o(.text.Program_Init)) +<P><STRONG><a name="[96]"></a>Program_Init</STRONG> (Thumb, 432 bytes, Stack size 40 bytes, main.o(.text.Program_Init)) <BR><BR>[Stack]<UL><LI>Max Depth = 844<LI>Call Chain = Program_Init ⇒ parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[8e]">>></a> parameter_init_anchor +<LI><a href="#[97]">>></a> parameter_init_anchor </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> @@ -826,31 +931,31 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = RCO32K_CAL_IRQHandler ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[93]">>></a> clock_disable -<LI><a href="#[8f]">>></a> clock_get_frequency -<LI><a href="#[91]">>></a> sleep_timer_ppm_set -<LI><a href="#[90]">>></a> __aeabi_idiv -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[9c]">>></a> clock_disable +<LI><a href="#[98]">>></a> clock_get_frequency +<LI><a href="#[9a]">>></a> sleep_timer_ppm_set +<LI><a href="#[99]">>></a> __aeabi_idiv +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[14]"></a>RTC_ALARM_IRQHandler</STRONG> (Thumb, 44 bytes, Stack size 24 bytes, mk_rtc.o(.text.RTC_ALARM_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 72<LI>Call Chain = RTC_ALARM_IRQHandler ⇒ rtc_second_to_time ⇒ __aeabi_idiv </UL> -<BR>[Calls]<UL><LI><a href="#[94]">>></a> rtc_second_to_time +<BR>[Calls]<UL><LI><a href="#[9d]">>></a> rtc_second_to_time </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[15]"></a>RTC_TICK_IRQHandler</STRONG> (Thumb, 52 bytes, Stack size 24 bytes, mk_rtc.o(.text.RTC_TICK_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 72<LI>Call Chain = RTC_TICK_IRQHandler ⇒ rtc_second_to_time ⇒ __aeabi_idiv </UL> -<BR>[Calls]<UL><LI><a href="#[94]">>></a> rtc_second_to_time +<BR>[Calls]<UL><LI><a href="#[9d]">>></a> rtc_second_to_time </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[0]"></a>Reset_Handler</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, startup_mk800x.o(.text.Reset_Handler)) -<BR><BR>[Calls]<UL><LI><a href="#[96]">>></a> start_main_asm -<LI><a href="#[95]">>></a> SystemInit +<BR><BR>[Calls]<UL><LI><a href="#[9f]">>></a> start_main_asm +<LI><a href="#[9e]">>></a> SystemInit </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> @@ -861,23 +966,23 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[97]"></a>Serial0_PutString</STRONG> (Thumb, 56 bytes, Stack size 24 bytes, mk_uart.o(.text.Serial0_PutString)) +<P><STRONG><a name="[a0]"></a>Serial0_PutString</STRONG> (Thumb, 56 bytes, Stack size 24 bytes, mk_uart.o(.text.Serial0_PutString)) <BR><BR>[Stack]<UL><LI>Max Depth = 436<LI>Call Chain = Serial0_PutString ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[98]">>></a> uart_send +<BR>[Calls]<UL><LI><a href="#[a1]">>></a> uart_send </UL> -<BR>[Called By]<UL><LI><a href="#[a8]">>></a> UpdateProcess +<BR>[Called By]<UL><LI><a href="#[b1]">>></a> UpdateProcess </UL> -<P><STRONG><a name="[99]"></a>Socket_Send</STRONG> (Thumb, 124 bytes, Stack size 32 bytes, socket.o(.text.Socket_Send)) +<P><STRONG><a name="[a2]"></a>Socket_Send</STRONG> (Thumb, 124 bytes, Stack size 32 bytes, socket.o(.text.Socket_Send)) <BR><BR>[Stack]<UL><LI>Max Depth = 108<LI>Call Chain = Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[6f]">>></a> HIDO_VLQGetEnqueueMember -<LI><a href="#[6e]">>></a> HIDO_VLQEnqueue -<LI><a href="#[9b]">>></a> HIDO_Debug -<LI><a href="#[9a]">>></a> __aeabi_memcpy +<BR>[Calls]<UL><LI><a href="#[73]">>></a> HIDO_VLQGetEnqueueMember +<LI><a href="#[72]">>></a> HIDO_VLQEnqueue +<LI><a href="#[a4]">>></a> HIDO_Debug +<LI><a href="#[a3]">>></a> __aeabi_memcpy </UL> -<BR>[Called By]<UL><LI><a href="#[9f]">>></a> UDPClient_UploadGPS +<BR>[Called By]<UL><LI><a href="#[a8]">>></a> UDPClient_UploadGPS </UL> <P><STRONG><a name="[5]"></a>SysTick_Handler</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, mk_misc.o(.text.SysTick_Handler)) @@ -885,7 +990,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[95]"></a>SystemInit</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, system_mk800x.o(.text.SystemInit)) +<P><STRONG><a name="[9e]"></a>SystemInit</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, system_mk800x.o(.text.SystemInit)) <BR><BR>[Called By]<UL><LI><a href="#[0]">>></a> Reset_Handler </UL> @@ -899,7 +1004,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[ea]"></a>TagListUpdate_person_num_car</STRONG> (Thumb, 116 bytes, Stack size 28 bytes, uwb_app.o(.text.TagListUpdate_person_num_car)) +<P><STRONG><a name="[f3]"></a>TagListUpdate_person_num_car</STRONG> (Thumb, 116 bytes, Stack size 28 bytes, uwb_app.o(.text.TagListUpdate_person_num_car)) <BR><BR>[Stack]<UL><LI>Max Depth = 28<LI>Call Chain = TagListUpdate_person_num_car </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main @@ -908,65 +1013,65 @@ <P><STRONG><a name="[1e]"></a>UART0_IRQHandler</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_uart.o(.text.UART0_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = UART0_IRQHandler ⇒ uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[9c]">>></a> uart_irq_handler +<BR>[Calls]<UL><LI><a href="#[a5]">>></a> uart_irq_handler </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> <P><STRONG><a name="[1f]"></a>UART1_IRQHandler</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_uart.o(.text.UART1_IRQHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = UART1_IRQHandler ⇒ uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[9c]">>></a> uart_irq_handler +<BR>[Calls]<UL><LI><a href="#[a5]">>></a> uart_irq_handler </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[9d]"></a>UART_CheckReceive</STRONG> (Thumb, 104 bytes, Stack size 24 bytes, usart.o(.text.UART_CheckReceive)) +<P><STRONG><a name="[a6]"></a>UART_CheckReceive</STRONG> (Thumb, 104 bytes, Stack size 24 bytes, usart.o(.text.UART_CheckReceive)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = UART_CheckReceive </UL> -<BR>[Calls]<UL><LI><a href="#[9e]">>></a> get_uart1_dma_cndtr +<BR>[Calls]<UL><LI><a href="#[a7]">>></a> get_uart1_dma_cndtr </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[9f]"></a>UDPClient_UploadGPS</STRONG> (Thumb, 148 bytes, Stack size 232 bytes, tcpclient.o(.text.UDPClient_UploadGPS)) +<P><STRONG><a name="[a8]"></a>UDPClient_UploadGPS</STRONG> (Thumb, 148 bytes, Stack size 232 bytes, tcpclient.o(.text.UDPClient_UploadGPS)) <BR><BR>[Stack]<UL><LI>Max Depth = 340<LI>Call Chain = UDPClient_UploadGPS ⇒ Socket_Send ⇒ HIDO_VLQGetEnqueueMember ⇒ HIDO_BaseQueueGetContinuousSize ⇒ __aeabi_uidivmod </UL> -<BR>[Calls]<UL><LI><a href="#[a0]">>></a> air780_led_on -<LI><a href="#[a2]">>></a> air780_led_off -<LI><a href="#[99]">>></a> Socket_Send -<LI><a href="#[a1]">>></a> __2snprintf -<LI><a href="#[92]">>></a> __aeabi_uidiv +<BR>[Calls]<UL><LI><a href="#[a9]">>></a> air780_led_on +<LI><a href="#[ab]">>></a> air780_led_off +<LI><a href="#[a2]">>></a> Socket_Send +<LI><a href="#[aa]">>></a> __2snprintf +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[a3]"></a>Uart1GpsRecDebugSend</STRONG> (Thumb, 76 bytes, Stack size 16 bytes, pin_config.o(.text.Uart1GpsRecDebugSend)) +<P><STRONG><a name="[ac]"></a>Uart1GpsRecDebugSend</STRONG> (Thumb, 76 bytes, Stack size 16 bytes, pin_config.o(.text.Uart1GpsRecDebugSend)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = Uart1GpsRecDebugSend ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[a4]">>></a> uart_close -<LI><a href="#[a6]">>></a> uart_receive -<LI><a href="#[a5]">>></a> board_debug_console_open +<BR>[Calls]<UL><LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[ad]">>></a> uart_close +<LI><a href="#[af]">>></a> uart_receive +<LI><a href="#[ae]">>></a> board_debug_console_open </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[a7]"></a>Uart_Register</STRONG> (Thumb, 28 bytes, Stack size 16 bytes, uart.o(.text.Uart_Register)) +<P><STRONG><a name="[b0]"></a>Uart_Register</STRONG> (Thumb, 28 bytes, Stack size 16 bytes, uart.o(.text.Uart_Register)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = Uart_Register ⇒ HIDO_UtilBzero </UL> -<BR>[Calls]<UL><LI><a href="#[6d]">>></a> HIDO_UtilBzero +<BR>[Calls]<UL><LI><a href="#[71]">>></a> HIDO_UtilBzero </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[a8]"></a>UpdateProcess</STRONG> (Thumb, 232 bytes, Stack size 24 bytes, serial_at_cmd_app.o(.text.UpdateProcess)) +<P><STRONG><a name="[b1]"></a>UpdateProcess</STRONG> (Thumb, 232 bytes, Stack size 24 bytes, serial_at_cmd_app.o(.text.UpdateProcess)) <BR><BR>[Stack]<UL><LI>Max Depth = 828<LI>Call Chain = UpdateProcess ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[a9]">>></a> flash_erase -<LI><a href="#[ab]">>></a> save_com_map_to_flash -<LI><a href="#[97]">>></a> Serial0_PutString +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[b2]">>></a> flash_erase +<LI><a href="#[b4]">>></a> save_com_map_to_flash +<LI><a href="#[a0]">>></a> Serial0_PutString </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> @@ -974,22 +1079,22 @@ <P><STRONG><a name="[29]"></a>UsartParseDataHandler</STRONG> (Thumb, 752 bytes, Stack size 344 bytes, serial_at_cmd_app.o(.text.UsartParseDataHandler)) <BR><BR>[Stack]<UL><LI>Max Depth = 1172<LI>Call Chain = UsartParseDataHandler ⇒ UpdateProcess ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[98]">>></a> uart_send -<LI><a href="#[ab]">>></a> save_com_map_to_flash -<LI><a href="#[b2]">>></a> update_led_power_state -<LI><a href="#[b1]">>></a> blink_led -<LI><a href="#[b0]">>></a> __aeabi_dcmpeq -<LI><a href="#[a8]">>></a> UpdateProcess -<LI><a href="#[a3]">>></a> Uart1GpsRecDebugSend -<LI><a href="#[9f]">>></a> UDPClient_UploadGPS -<LI><a href="#[af]">>></a> strtod +<BR>[Calls]<UL><LI><a href="#[a1]">>></a> uart_send +<LI><a href="#[b4]">>></a> save_com_map_to_flash +<LI><a href="#[bb]">>></a> update_led_power_state +<LI><a href="#[ba]">>></a> blink_led +<LI><a href="#[b9]">>></a> __aeabi_dcmpeq +<LI><a href="#[b1]">>></a> UpdateProcess +<LI><a href="#[ac]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[a8]">>></a> UDPClient_UploadGPS <LI><a href="#[40]">>></a> atoi <LI><a href="#[3e]">>></a> __0sscanf -<LI><a href="#[ac]">>></a> memcmp -<LI><a href="#[ad]">>></a> strlen -<LI><a href="#[b3]">>></a> __aeabi_memclr4 -<LI><a href="#[ae]">>></a> __aeabi_memcpy4 -<LI><a href="#[9a]">>></a> __aeabi_memcpy +<LI><a href="#[b5]">>></a> memcmp +<LI><a href="#[b6]">>></a> strlen +<LI><a href="#[bc]">>></a> __aeabi_memclr4 +<LI><a href="#[b7]">>></a> __aeabi_memcpy4 +<LI><a href="#[a3]">>></a> __aeabi_memcpy +<LI><a href="#[b8]">>></a> strtod </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.Program_Init) </UL> @@ -998,15 +1103,15 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[b4]"></a>WsfNvmInit</STRONG> (Thumb, 184 bytes, Stack size 32 bytes, wsf_nvm.o(.text.WsfNvmInit)) +<P><STRONG><a name="[bd]"></a>WsfNvmInit</STRONG> (Thumb, 184 bytes, Stack size 32 bytes, wsf_nvm.o(.text.WsfNvmInit)) <BR><BR>[Stack]<UL><LI>Max Depth = 820<LI>Call Chain = WsfNvmInit ⇒ PalFlashInit ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[b7]">>></a> crc16 -<LI><a href="#[b5]">>></a> PalNvmGetTotalSize -<LI><a href="#[b6]">>></a> PalNvmGetSectorSize -<LI><a href="#[8b]">>></a> PalFlashRead -<LI><a href="#[89]">>></a> PalFlashInit -<LI><a href="#[87]">>></a> PalFlashEraseSector +<BR>[Calls]<UL><LI><a href="#[c0]">>></a> crc16 +<LI><a href="#[be]">>></a> PalNvmGetTotalSize +<LI><a href="#[bf]">>></a> PalNvmGetSectorSize +<LI><a href="#[94]">>></a> PalFlashRead +<LI><a href="#[92]">>></a> PalFlashInit +<LI><a href="#[90]">>></a> PalFlashEraseSector </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> @@ -1014,617 +1119,646 @@ <P><STRONG><a name="[31]"></a>_4gUsart_handler</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, main.o(.text._4gUsart_handler)) <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -<P><STRONG><a name="[ba]"></a>adc_code_to_mv</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_adc.o(.text.adc_code_to_mv)) +<P><STRONG><a name="[c3]"></a>adc_code_to_mv</STRONG> (Thumb, 36 bytes, Stack size 0 bytes, mk_adc.o(.text.adc_code_to_mv)) <BR><BR>[Called By]<UL><LI><a href="#[2f]">>></a> adc_callback </UL> -<P><STRONG><a name="[bc]"></a>adc_get</STRONG> (Thumb, 284 bytes, Stack size 72 bytes, mk_adc.o(.text.adc_get)) +<P><STRONG><a name="[c5]"></a>adc_get</STRONG> (Thumb, 284 bytes, Stack size 72 bytes, mk_adc.o(.text.adc_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = adc_get ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[bd]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[c6]">>></a> dma_open </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[bf]"></a>adc_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_adc.o(.text.adc_open)) +<P><STRONG><a name="[c8]"></a>adc_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_adc.o(.text.adc_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = adc_open ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[c0]">>></a> clock_enable -<LI><a href="#[92]">>></a> __aeabi_uidiv +<BR>[Calls]<UL><LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[c9]">>></a> clock_enable +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[a2]"></a>air780_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_off)) +<P><STRONG><a name="[ab]"></a>air780_led_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = air780_led_off ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[9f]">>></a> UDPClient_UploadGPS +<BR>[Called By]<UL><LI><a href="#[a8]">>></a> UDPClient_UploadGPS </UL> -<P><STRONG><a name="[a0]"></a>air780_led_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_on)) +<P><STRONG><a name="[a9]"></a>air780_led_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.air780_led_on)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = air780_led_on ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> -<BR>[Called By]<UL><LI><a href="#[9f]">>></a> UDPClient_UploadGPS +<BR>[Called By]<UL><LI><a href="#[a8]">>></a> UDPClient_UploadGPS </UL> -<P><STRONG><a name="[b1]"></a>blink_led</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, sn74hc595.o(.text.blink_led)) +<P><STRONG><a name="[ba]"></a>blink_led</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, sn74hc595.o(.text.blink_led)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = blink_led ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[c2]"></a>board_4GUsart_detection_init</STRONG> (Thumb, 60 bytes, Stack size 16 bytes, board.o(.text.board_4GUsart_detection_init)) +<P><STRONG><a name="[cb]"></a>board_4GUsart_detection_init</STRONG> (Thumb, 60 bytes, Stack size 16 bytes, board.o(.text.board_4GUsart_detection_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_4GUsart_detection_init ⇒ io_pull_set </UL> -<BR>[Calls]<UL><LI><a href="#[86]">>></a> io_pull_set -<LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[78]">>></a> gpio_pin_set_dir -<LI><a href="#[c3]">>></a> gpio_enable_irq -<LI><a href="#[c4]">>></a> power_wakeup_enable +<BR>[Calls]<UL><LI><a href="#[7a]">>></a> io_pull_set +<LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[79]">>></a> gpio_pin_set_dir +<LI><a href="#[cc]">>></a> gpio_enable_irq +<LI><a href="#[cd]">>></a> power_wakeup_enable </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[c5]"></a>board_acceleration_detection_init</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, board.o(.text.board_acceleration_detection_init)) +<P><STRONG><a name="[ce]"></a>board_acceleration_detection_init</STRONG> (Thumb, 40 bytes, Stack size 16 bytes, board.o(.text.board_acceleration_detection_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_acceleration_detection_init ⇒ io_pull_set </UL> -<BR>[Calls]<UL><LI><a href="#[86]">>></a> io_pull_set -<LI><a href="#[78]">>></a> gpio_pin_set_dir -<LI><a href="#[c3]">>></a> gpio_enable_irq +<BR>[Calls]<UL><LI><a href="#[7a]">>></a> io_pull_set +<LI><a href="#[79]">>></a> gpio_pin_set_dir +<LI><a href="#[cc]">>></a> gpio_enable_irq </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[e3]"></a>board_calibration_params_default</STRONG> (Thumb, 140 bytes, Stack size 16 bytes, board.o(.text.board_calibration_params_default)) +<P><STRONG><a name="[ec]"></a>board_calibration_params_default</STRONG> (Thumb, 140 bytes, Stack size 16 bytes, board.o(.text.board_calibration_params_default)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = board_calibration_params_default </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[e4]"></a>board_calibration_params_load</STRONG> (Thumb, 164 bytes, Stack size 16 bytes, board.o(.text.board_calibration_params_load)) +<P><STRONG><a name="[ed]"></a>board_calibration_params_load</STRONG> (Thumb, 164 bytes, Stack size 16 bytes, board.o(.text.board_calibration_params_load)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = board_calibration_params_load </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[c6]"></a>board_clock_run</STRONG> (Thumb, 100 bytes, Stack size 16 bytes, board.o(.text.board_clock_run)) +<P><STRONG><a name="[cf]"></a>board_clock_run</STRONG> (Thumb, 100 bytes, Stack size 16 bytes, board.o(.text.board_clock_run)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = board_clock_run ⇒ sys_timer_open ⇒ dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[cc]">>></a> clock_set_divider -<LI><a href="#[c7]">>></a> clock_attach -<LI><a href="#[c9]">>></a> calib_start -<LI><a href="#[c8]">>></a> calib_open -<LI><a href="#[cb]">>></a> calib_close -<LI><a href="#[ca]">>></a> calib_check -<LI><a href="#[ce]">>></a> sys_timer_open -<LI><a href="#[cd]">>></a> sys_tick_start +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[d5]">>></a> clock_set_divider +<LI><a href="#[d0]">>></a> clock_attach +<LI><a href="#[d2]">>></a> calib_start +<LI><a href="#[d1]">>></a> calib_open +<LI><a href="#[d4]">>></a> calib_close +<LI><a href="#[d3]">>></a> calib_check +<LI><a href="#[d7]">>></a> sys_timer_open +<LI><a href="#[d6]">>></a> sys_tick_start </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[a5]"></a>board_debug_console_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, board.o(.text.board_debug_console_open)) +<P><STRONG><a name="[ae]"></a>board_debug_console_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, board.o(.text.board_debug_console_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 396<LI>Call Chain = board_debug_console_open ⇒ trace_open ⇒ uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[cf]">>></a> trace_open +<BR>[Calls]<UL><LI><a href="#[d8]">>></a> trace_open </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main -<LI><a href="#[a3]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[ac]">>></a> Uart1GpsRecDebugSend </UL> -<P><STRONG><a name="[d0]"></a>board_output_init</STRONG> (Thumb, 36 bytes, Stack size 16 bytes, board.o(.text.board_output_init)) +<P><STRONG><a name="[d9]"></a>board_output_init</STRONG> (Thumb, 36 bytes, Stack size 16 bytes, board.o(.text.board_output_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_output_init ⇒ io_pull_set </UL> -<BR>[Calls]<UL><LI><a href="#[86]">>></a> io_pull_set -<LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[78]">>></a> gpio_pin_set_dir +<BR>[Calls]<UL><LI><a href="#[7a]">>></a> io_pull_set +<LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[79]">>></a> gpio_pin_set_dir </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[d1]"></a>board_pins_config</STRONG> (Thumb, 82 bytes, Stack size 16 bytes, pin_config.o(.text.board_pins_config)) +<P><STRONG><a name="[da]"></a>board_pins_config</STRONG> (Thumb, 82 bytes, Stack size 16 bytes, pin_config.o(.text.board_pins_config)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_pins_config ⇒ io_pull_set </UL> -<BR>[Calls]<UL><LI><a href="#[86]">>></a> io_pull_set -<LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[78]">>></a> gpio_pin_set_dir +<BR>[Calls]<UL><LI><a href="#[7a]">>></a> io_pull_set +<LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[79]">>></a> gpio_pin_set_dir </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[ef]"></a>bor_close</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_misc.o(.text.bor_close)) -<BR><BR>[Called By]<UL><LI><a href="#[e6]">>></a> power_init +<P><STRONG><a name="[f8]"></a>bor_close</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_misc.o(.text.bor_close)) +<BR><BR>[Called By]<UL><LI><a href="#[ef]">>></a> power_init </UL> -<P><STRONG><a name="[ca]"></a>calib_check</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_check)) -<BR><BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<P><STRONG><a name="[d3]"></a>calib_check</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_check)) +<BR><BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[d2]"></a>calib_chip</STRONG> (Thumb, 428 bytes, Stack size 16 bytes, mk_calib.o(.text.calib_chip)) +<P><STRONG><a name="[db]"></a>calib_chip</STRONG> (Thumb, 428 bytes, Stack size 16 bytes, mk_calib.o(.text.calib_chip)) <BR><BR>[Stack]<UL><LI>Max Depth = 756<LI>Call Chain = calib_chip ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[c0]">>></a> clock_enable -<LI><a href="#[d3]">>></a> mk_chip_id +<LI><a href="#[c9]">>></a> clock_enable +<LI><a href="#[dc]">>></a> mk_chip_id </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[cb]"></a>calib_close</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_close)) +<P><STRONG><a name="[d4]"></a>calib_close</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = calib_close </UL> -<BR>[Calls]<UL><LI><a href="#[93]">>></a> clock_disable +<BR>[Calls]<UL><LI><a href="#[9c]">>></a> clock_disable </UL> -<BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[c8]"></a>calib_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_open)) +<P><STRONG><a name="[d1]"></a>calib_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_calib.o(.text.calib_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = calib_open </UL> -<BR>[Calls]<UL><LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[c0]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[c9]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[c9]"></a>calib_start</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_start)) -<BR><BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<P><STRONG><a name="[d2]"></a>calib_start</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_calib.o(.text.calib_start)) +<BR><BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[d4]"></a>charge_red_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_off)) +<P><STRONG><a name="[dd]"></a>charge_red_off</STRONG> (Thumb, 68 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_off)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = charge_red_off ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[2e]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[d5]"></a>charge_red_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_on)) +<P><STRONG><a name="[de]"></a>charge_red_on</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, sn74hc595.o(.text.charge_red_on)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = charge_red_on ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[2e]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[d6]"></a>charge_state_change</STRONG> (Thumb, 288 bytes, Stack size 24 bytes, sn74hc595.o(.text.charge_state_change)) +<P><STRONG><a name="[df]"></a>charge_state_change</STRONG> (Thumb, 288 bytes, Stack size 24 bytes, sn74hc595.o(.text.charge_state_change)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = charge_state_change ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[79]">>></a> gpio_pin_get_val -<LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[2e]">>></a> sleep_timer_callback </UL> -<P><STRONG><a name="[c7]"></a>clock_attach</STRONG> (Thumb, 240 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_attach)) +<P><STRONG><a name="[d0]"></a>clock_attach</STRONG> (Thumb, 240 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_attach)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = clock_attach </UL> -<BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[93]"></a>clock_disable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_disable)) -<BR><BR>[Called By]<UL><LI><a href="#[cb]">>></a> calib_close -<LI><a href="#[dc]">>></a> flash_close -<LI><a href="#[a4]">>></a> uart_close +<P><STRONG><a name="[9c]"></a>clock_disable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_disable)) +<BR><BR>[Called By]<UL><LI><a href="#[d4]">>></a> calib_close +<LI><a href="#[e5]">>></a> flash_close +<LI><a href="#[ad]">>></a> uart_close <LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[e5]">>></a> wdt_close +<LI><a href="#[ee]">>></a> wdt_close </UL> -<P><STRONG><a name="[c0]"></a>clock_enable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_enable)) -<BR><BR>[Called By]<UL><LI><a href="#[bd]">>></a> dma_open -<LI><a href="#[bf]">>></a> adc_open -<LI><a href="#[d7]">>></a> dual_timer_open -<LI><a href="#[c8]">>></a> calib_open -<LI><a href="#[d2]">>></a> calib_chip -<LI><a href="#[dd]">>></a> gpio_open -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[f9]">>></a> uart_open -<LI><a href="#[e7]">>></a> sleep_timer_open +<P><STRONG><a name="[c9]"></a>clock_enable</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_enable)) +<BR><BR>[Called By]<UL><LI><a href="#[c6]">>></a> dma_open +<LI><a href="#[c8]">>></a> adc_open +<LI><a href="#[e0]">>></a> dual_timer_open +<LI><a href="#[d1]">>></a> calib_open +<LI><a href="#[db]">>></a> calib_chip +<LI><a href="#[e6]">>></a> gpio_open +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[102]">>></a> uart_open +<LI><a href="#[f0]">>></a> sleep_timer_open </UL> -<P><STRONG><a name="[8f]"></a>clock_get_frequency</STRONG> (Thumb, 272 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_get_frequency)) +<P><STRONG><a name="[98]"></a>clock_get_frequency</STRONG> (Thumb, 272 bytes, Stack size 8 bytes, mk_clock.o(.text.clock_get_frequency)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = clock_get_frequency </UL> -<BR>[Called By]<UL><LI><a href="#[ce]">>></a> sys_timer_open +<BR>[Called By]<UL><LI><a href="#[d7]">>></a> sys_timer_open <LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler </UL> -<P><STRONG><a name="[cc]"></a>clock_set_divider</STRONG> (Thumb, 100 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_set_divider)) -<BR><BR>[Called By]<UL><LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[f9]">>></a> uart_open -<LI><a href="#[c6]">>></a> board_clock_run +<P><STRONG><a name="[d5]"></a>clock_set_divider</STRONG> (Thumb, 100 bytes, Stack size 0 bytes, mk_clock.o(.text.clock_set_divider)) +<BR><BR>[Called By]<UL><LI><a href="#[93]">>></a> flash_open +<LI><a href="#[102]">>></a> uart_open +<LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[b7]"></a>crc16</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, crc.o(.text.crc16)) +<P><STRONG><a name="[c0]"></a>crc16</STRONG> (Thumb, 44 bytes, Stack size 16 bytes, crc.o(.text.crc16)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = crc16 </UL> -<BR>[Called By]<UL><LI><a href="#[b4]">>></a> WsfNvmInit +<BR>[Called By]<UL><LI><a href="#[bd]">>></a> WsfNvmInit </UL> -<P><STRONG><a name="[76]"></a>delay_us</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_misc.o(.text.delay_us)) -<BR><BR>[Called By]<UL><LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[dc]">>></a> flash_close -<LI><a href="#[da]">>></a> flash_wait_done +<P><STRONG><a name="[6e]"></a>delay_us</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_misc.o(.text.delay_us)) +<BR><BR>[Called By]<UL><LI><a href="#[93]">>></a> flash_open +<LI><a href="#[e5]">>></a> flash_close +<LI><a href="#[e3]">>></a> flash_wait_done <LI><a href="#[2d]">>></a> flash_dma_write_nbytes_callback -<LI><a href="#[f9]">>></a> uart_open -<LI><a href="#[7a]">>></a> IIC_Write_Pca9555 -<LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[73]">>></a> IIC2_Send_pca_Byte -<LI><a href="#[b1]">>></a> blink_led -<LI><a href="#[c6]">>></a> board_clock_run -<LI><a href="#[a8]">>></a> UpdateProcess +<LI><a href="#[102]">>></a> uart_open +<LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 +<LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[81]">>></a> IIC2_Send_pca_Byte +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +<LI><a href="#[ba]">>></a> blink_led +<LI><a href="#[cf]">>></a> board_clock_run +<LI><a href="#[b1]">>></a> UpdateProcess +<LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[80]">>></a> IIC2_Send_Byte +<LI><a href="#[7b]">>></a> IIC2_Read_Byte +<LI><a href="#[6b]">>></a> Accelerometer_Init </UL> -<P><STRONG><a name="[bd]"></a>dma_open</STRONG> (Thumb, 224 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_open)) +<P><STRONG><a name="[c6]"></a>dma_open</STRONG> (Thumb, 224 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = dma_open </UL> -<BR>[Calls]<UL><LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[c0]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[c9]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[bc]">>></a> adc_get -<LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[98]">>></a> uart_send -<LI><a href="#[a6]">>></a> uart_receive +<BR>[Called By]<UL><LI><a href="#[c5]">>></a> adc_get +<LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[a1]">>></a> uart_send +<LI><a href="#[af]">>></a> uart_receive </UL> -<P><STRONG><a name="[be]"></a>dma_transfer</STRONG> (Thumb, 168 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_transfer)) +<P><STRONG><a name="[c7]"></a>dma_transfer</STRONG> (Thumb, 168 bytes, Stack size 24 bytes, mk_dma.o(.text.dma_transfer)) <BR><BR>[Stack]<UL><LI>Max Depth = 324<LI>Call Chain = dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[bc]">>></a> adc_get -<LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[8c]">>></a> flash_read +<BR>[Called By]<UL><LI><a href="#[c5]">>></a> adc_get +<LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[95]">>></a> flash_read <LI><a href="#[2d]">>></a> flash_dma_write_nbytes_callback <LI><a href="#[2c]">>></a> flash_dma_callback -<LI><a href="#[98]">>></a> uart_send -<LI><a href="#[a6]">>></a> uart_receive +<LI><a href="#[a1]">>></a> uart_send +<LI><a href="#[af]">>></a> uart_receive </UL> -<P><STRONG><a name="[f1]"></a>dual_timer_get</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_get)) -<BR><BR>[Called By]<UL><LI><a href="#[80]">>></a> sys_timer_get +<P><STRONG><a name="[fa]"></a>dual_timer_get</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_get)) +<BR><BR>[Called By]<UL><LI><a href="#[8b]">>></a> sys_timer_get </UL> -<P><STRONG><a name="[d7]"></a>dual_timer_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_dual_timer.o(.text.dual_timer_open)) +<P><STRONG><a name="[e0]"></a>dual_timer_open</STRONG> (Thumb, 308 bytes, Stack size 24 bytes, mk_dual_timer.o(.text.dual_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 324<LI>Call Chain = dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[c0]">>></a> clock_enable +<LI><a href="#[c9]">>></a> clock_enable </UL> -<BR>[Called By]<UL><LI><a href="#[ce]">>></a> sys_timer_open +<BR>[Called By]<UL><LI><a href="#[d7]">>></a> sys_timer_open </UL> -<P><STRONG><a name="[f2]"></a>dual_timer_start</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_start)) -<BR><BR>[Called By]<UL><LI><a href="#[ce]">>></a> sys_timer_open +<P><STRONG><a name="[fb]"></a>dual_timer_start</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_start)) +<BR><BR>[Called By]<UL><LI><a href="#[d7]">>></a> sys_timer_open </UL> -<P><STRONG><a name="[e0]"></a>dual_timer_stop</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_stop)) -<BR><BR>[Called By]<UL><LI><a href="#[7f]">>></a> mac_timer_stop +<P><STRONG><a name="[e9]"></a>dual_timer_stop</STRONG> (Thumb, 20 bytes, Stack size 0 bytes, mk_dual_timer.o(.text.dual_timer_stop)) +<BR><BR>[Called By]<UL><LI><a href="#[8a]">>></a> mac_timer_stop </UL> -<P><STRONG><a name="[7e]"></a>exit_debug_mode</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.exit_debug_mode)) +<P><STRONG><a name="[89]"></a>exit_debug_mode</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, mk_phy.o(.text.exit_debug_mode)) <BR><BR>[Called By]<UL><LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[7c]"></a>fira_vendor_oui_process</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_mac.o(.text.fira_vendor_oui_process)) +<P><STRONG><a name="[87]"></a>fira_vendor_oui_process</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, mk_mac.o(.text.fira_vendor_oui_process)) <BR><BR>[Called By]<UL><LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[d8]"></a>flash_block_erase</STRONG> (Thumb, 400 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_block_erase)) +<P><STRONG><a name="[e1]"></a>flash_block_erase</STRONG> (Thumb, 400 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_block_erase)) <BR><BR>[Stack]<UL><LI>Max Depth = 332<LI>Call Chain = flash_block_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[da]">>></a> flash_wait_done -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[e3]">>></a> flash_wait_done +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[a9]">>></a> flash_erase +<BR>[Called By]<UL><LI><a href="#[b2]">>></a> flash_erase </UL> -<P><STRONG><a name="[db]"></a>flash_check_busy</STRONG> (Thumb, 244 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_check_busy)) +<P><STRONG><a name="[e4]"></a>flash_check_busy</STRONG> (Thumb, 244 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_check_busy)) <BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = flash_check_busy ⇒ flash_write_cmd ⇒ sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd +<BR>[Calls]<UL><LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd </UL> -<BR>[Called By]<UL><LI><a href="#[a9]">>></a> flash_erase +<BR>[Called By]<UL><LI><a href="#[b2]">>></a> flash_erase </UL> -<P><STRONG><a name="[dc]"></a>flash_close</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, mk_flash.o(.text.flash_close)) +<P><STRONG><a name="[e5]"></a>flash_close</STRONG> (Thumb, 56 bytes, Stack size 16 bytes, mk_flash.o(.text.flash_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 64<LI>Call Chain = flash_close ⇒ flash_write_cmd ⇒ sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[93]">>></a> clock_disable -<LI><a href="#[d9]">>></a> flash_write_cmd +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[9c]">>></a> clock_disable +<LI><a href="#[e2]">>></a> flash_write_cmd </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[a9]"></a>flash_erase</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_flash.o(.text.flash_erase)) +<P><STRONG><a name="[b2]"></a>flash_erase</STRONG> (Thumb, 332 bytes, Stack size 48 bytes, mk_flash.o(.text.flash_erase)) <BR><BR>[Stack]<UL><LI>Max Depth = 380<LI>Call Chain = flash_erase ⇒ flash_sector_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[db]">>></a> flash_check_busy -<LI><a href="#[d8]">>></a> flash_block_erase +<BR>[Calls]<UL><LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[e4]">>></a> flash_check_busy +<LI><a href="#[e1]">>></a> flash_block_erase <LI><a href="#[3a]">>></a> __aeabi_uidivmod -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[ab]">>></a> save_com_map_to_flash -<LI><a href="#[a8]">>></a> UpdateProcess -<LI><a href="#[8e]">>></a> parameter_init_anchor +<BR>[Called By]<UL><LI><a href="#[b4]">>></a> save_com_map_to_flash +<LI><a href="#[b1]">>></a> UpdateProcess +<LI><a href="#[97]">>></a> parameter_init_anchor </UL> -<P><STRONG><a name="[8a]"></a>flash_open</STRONG> (Thumb, 704 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_open)) +<P><STRONG><a name="[93]"></a>flash_open</STRONG> (Thumb, 704 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 780<LI>Call Chain = flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[76]">>></a> delay_us -<LI><a href="#[c0]">>></a> clock_enable -<LI><a href="#[cc]">>></a> clock_set_divider -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[da]">>></a> flash_wait_done -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[c9]">>></a> clock_enable +<LI><a href="#[d5]">>></a> clock_set_divider +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[e3]">>></a> flash_wait_done +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[ab]">>></a> save_com_map_to_flash -<LI><a href="#[a8]">>></a> UpdateProcess -<LI><a href="#[8e]">>></a> parameter_init_anchor -<LI><a href="#[89]">>></a> PalFlashInit +<BR>[Called By]<UL><LI><a href="#[b4]">>></a> save_com_map_to_flash +<LI><a href="#[b1]">>></a> UpdateProcess +<LI><a href="#[97]">>></a> parameter_init_anchor +<LI><a href="#[92]">>></a> PalFlashInit </UL> -<P><STRONG><a name="[8c]"></a>flash_read</STRONG> (Thumb, 688 bytes, Stack size 96 bytes, mk_flash.o(.text.flash_read)) +<P><STRONG><a name="[95]"></a>flash_read</STRONG> (Thumb, 688 bytes, Stack size 96 bytes, mk_flash.o(.text.flash_read)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = flash_read ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[bd]">>></a> dma_open -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[c6]">>></a> dma_open +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[8e]">>></a> parameter_init_anchor -<LI><a href="#[8b]">>></a> PalFlashRead +<BR>[Called By]<UL><LI><a href="#[97]">>></a> parameter_init_anchor +<LI><a href="#[94]">>></a> PalFlashRead </UL> -<P><STRONG><a name="[88]"></a>flash_sector_erase</STRONG> (Thumb, 408 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_sector_erase)) +<P><STRONG><a name="[91]"></a>flash_sector_erase</STRONG> (Thumb, 408 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_sector_erase)) <BR><BR>[Stack]<UL><LI>Max Depth = 332<LI>Call Chain = flash_sector_erase ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[da]">>></a> flash_wait_done -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[e3]">>></a> flash_wait_done +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[a9]">>></a> flash_erase -<LI><a href="#[87]">>></a> PalFlashEraseSector +<BR>[Called By]<UL><LI><a href="#[b2]">>></a> flash_erase +<LI><a href="#[90]">>></a> PalFlashEraseSector </UL> -<P><STRONG><a name="[aa]"></a>flash_write_nbytes</STRONG> (Thumb, 1980 bytes, Stack size 136 bytes, mk_flash.o(.text.flash_write_nbytes)) +<P><STRONG><a name="[b3]"></a>flash_write_nbytes</STRONG> (Thumb, 1980 bytes, Stack size 136 bytes, mk_flash.o(.text.flash_write_nbytes)) <BR><BR>[Stack]<UL><LI>Max Depth = 460<LI>Call Chain = flash_write_nbytes ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[bd]">>></a> dma_open -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[da]">>></a> flash_wait_done -<LI><a href="#[92]">>></a> __aeabi_uidiv +<BR>[Calls]<UL><LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[c6]">>></a> dma_open +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[e3]">>></a> flash_wait_done +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[ab]">>></a> save_com_map_to_flash -<LI><a href="#[a8]">>></a> UpdateProcess -<LI><a href="#[8e]">>></a> parameter_init_anchor +<BR>[Called By]<UL><LI><a href="#[b4]">>></a> save_com_map_to_flash +<LI><a href="#[b1]">>></a> UpdateProcess +<LI><a href="#[97]">>></a> parameter_init_anchor </UL> -<P><STRONG><a name="[9e]"></a>get_uart1_dma_cndtr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_dma.o(.text.get_uart1_dma_cndtr)) -<BR><BR>[Called By]<UL><LI><a href="#[9d]">>></a> UART_CheckReceive +<P><STRONG><a name="[a7]"></a>get_uart1_dma_cndtr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_dma.o(.text.get_uart1_dma_cndtr)) +<BR><BR>[Called By]<UL><LI><a href="#[a6]">>></a> UART_CheckReceive </UL> -<P><STRONG><a name="[c3]"></a>gpio_enable_irq</STRONG> (Thumb, 204 bytes, Stack size 20 bytes, mk_gpio.o(.text.gpio_enable_irq)) +<P><STRONG><a name="[cc]"></a>gpio_enable_irq</STRONG> (Thumb, 204 bytes, Stack size 20 bytes, mk_gpio.o(.text.gpio_enable_irq)) <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = gpio_enable_irq </UL> -<BR>[Called By]<UL><LI><a href="#[c5]">>></a> board_acceleration_detection_init -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init +<BR>[Called By]<UL><LI><a href="#[ce]">>></a> board_acceleration_detection_init +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init </UL> -<P><STRONG><a name="[dd]"></a>gpio_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_gpio.o(.text.gpio_open)) +<P><STRONG><a name="[e6]"></a>gpio_open</STRONG> (Thumb, 20 bytes, Stack size 8 bytes, mk_gpio.o(.text.gpio_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = gpio_open </UL> -<BR>[Calls]<UL><LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[c0]">>></a> clock_enable +<BR>[Calls]<UL><LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[c9]">>></a> clock_enable </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[74]"></a>gpio_pin_clr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_clr)) -<BR><BR>[Called By]<UL><LI><a href="#[7a]">>></a> IIC_Write_Pca9555 -<LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[73]">>></a> IIC2_Send_pca_Byte -<LI><a href="#[7b]">>></a> IO_LED_control_change +<P><STRONG><a name="[7c]"></a>gpio_pin_clr</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_clr)) +<BR><BR>[Called By]<UL><LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 +<LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[81]">>></a> IIC2_Send_pca_Byte +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +<LI><a href="#[86]">>></a> IO_LED_control_change <LI><a href="#[24]">>></a> main +<LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[80]">>></a> IIC2_Send_Byte +<LI><a href="#[7b]">>></a> IIC2_Read_Byte </UL> -<P><STRONG><a name="[79]"></a>gpio_pin_get_val</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_get_val)) -<BR><BR>[Called By]<UL><LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[d6]">>></a> charge_state_change +<P><STRONG><a name="[7e]"></a>gpio_pin_get_val</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_get_val)) +<BR><BR>[Called By]<UL><LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +<LI><a href="#[df]">>></a> charge_state_change <LI><a href="#[24]">>></a> main +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[7b]">>></a> IIC2_Read_Byte </UL> -<P><STRONG><a name="[75]"></a>gpio_pin_set</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set)) -<BR><BR>[Called By]<UL><LI><a href="#[7a]">>></a> IIC_Write_Pca9555 -<LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[73]">>></a> IIC2_Send_pca_Byte -<LI><a href="#[7b]">>></a> IO_LED_control_change +<P><STRONG><a name="[7d]"></a>gpio_pin_set</STRONG> (Thumb, 16 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set)) +<BR><BR>[Called By]<UL><LI><a href="#[85]">>></a> IIC_Write_Pca9555 +<LI><a href="#[84]">>></a> IIC_Read_Pca9555 +<LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[81]">>></a> IIC2_Send_pca_Byte +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +<LI><a href="#[86]">>></a> IO_LED_control_change <LI><a href="#[2f]">>></a> adc_callback +<LI><a href="#[6d]">>></a> LIS3DH_WriteOneByte +<LI><a href="#[6c]">>></a> LIS3DH_ReadOneByte +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[80]">>></a> IIC2_Send_Byte +<LI><a href="#[7b]">>></a> IIC2_Read_Byte </UL> -<P><STRONG><a name="[78]"></a>gpio_pin_set_dir</STRONG> (Thumb, 80 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set_dir)) -<BR><BR>[Called By]<UL><LI><a href="#[84]">>></a> PCA9555_init -<LI><a href="#[77]">>></a> IIC2_Wait_pca_Ack -<LI><a href="#[d1]">>></a> board_pins_config -<LI><a href="#[d0]">>></a> board_output_init -<LI><a href="#[c5]">>></a> board_acceleration_detection_init -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init +<P><STRONG><a name="[79]"></a>gpio_pin_set_dir</STRONG> (Thumb, 80 bytes, Stack size 0 bytes, mk_gpio.o(.text.gpio_pin_set_dir)) +<BR><BR>[Called By]<UL><LI><a href="#[83]">>></a> IIC2_Wait_pca_Ack +<LI><a href="#[7f]">>></a> IIC2_Read_pca_Byte +<LI><a href="#[da]">>></a> board_pins_config +<LI><a href="#[d9]">>></a> board_output_init +<LI><a href="#[ce]">>></a> board_acceleration_detection_init +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init +<LI><a href="#[82]">>></a> IIC2_Wait_Ack +<LI><a href="#[77]">>></a> IIC2_Init </UL> -<P><STRONG><a name="[bb]"></a>gps_air780_power_change</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.gps_air780_power_change)) +<P><STRONG><a name="[c4]"></a>gps_air780_power_change</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.gps_air780_power_change)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = gps_air780_power_change ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[2f]">>></a> adc_callback </UL> -<P><STRONG><a name="[de]"></a>in_table_log</STRONG> (Thumb, 124 bytes, Stack size 224 bytes, uwb_app.o(.text.in_table_log)) +<P><STRONG><a name="[e7]"></a>in_table_log</STRONG> (Thumb, 124 bytes, Stack size 224 bytes, uwb_app.o(.text.in_table_log)) <BR><BR>[Stack]<UL><LI>Max Depth = 964<LI>Call Chain = in_table_log ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[df]">>></a> __2sprintf -<LI><a href="#[a1]">>></a> __2snprintf +<LI><a href="#[e8]">>></a> __2sprintf +<LI><a href="#[aa]">>></a> __2snprintf </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[85]"></a>io_pin_mux_set</STRONG> (Thumb, 80 bytes, Stack size 0 bytes, mk_io.o(.text.io_pin_mux_set)) -<BR><BR>[Called By]<UL><LI><a href="#[84]">>></a> PCA9555_init -<LI><a href="#[24]">>></a> main -<LI><a href="#[d1]">>></a> board_pins_config -<LI><a href="#[d0]">>></a> board_output_init -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init -<LI><a href="#[a3]">>></a> Uart1GpsRecDebugSend +<P><STRONG><a name="[78]"></a>io_pin_mux_set</STRONG> (Thumb, 80 bytes, Stack size 0 bytes, mk_io.o(.text.io_pin_mux_set)) +<BR><BR>[Called By]<UL><LI><a href="#[24]">>></a> main +<LI><a href="#[da]">>></a> board_pins_config +<LI><a href="#[d9]">>></a> board_output_init +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init +<LI><a href="#[ac]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[77]">>></a> IIC2_Init </UL> -<P><STRONG><a name="[86]"></a>io_pull_set</STRONG> (Thumb, 76 bytes, Stack size 20 bytes, mk_io.o(.text.io_pull_set)) +<P><STRONG><a name="[7a]"></a>io_pull_set</STRONG> (Thumb, 76 bytes, Stack size 20 bytes, mk_io.o(.text.io_pull_set)) <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = io_pull_set </UL> -<BR>[Called By]<UL><LI><a href="#[84]">>></a> PCA9555_init -<LI><a href="#[d1]">>></a> board_pins_config -<LI><a href="#[d0]">>></a> board_output_init -<LI><a href="#[c5]">>></a> board_acceleration_detection_init -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init +<BR>[Called By]<UL><LI><a href="#[da]">>></a> board_pins_config +<LI><a href="#[d9]">>></a> board_output_init +<LI><a href="#[ce]">>></a> board_acceleration_detection_init +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init +<LI><a href="#[77]">>></a> IIC2_Init </UL> -<P><STRONG><a name="[7f]"></a>mac_timer_stop</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_misc.o(.text.mac_timer_stop)) +<P><STRONG><a name="[8a]"></a>mac_timer_stop</STRONG> (Thumb, 10 bytes, Stack size 8 bytes, mk_misc.o(.text.mac_timer_stop)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = mac_timer_stop </UL> -<BR>[Calls]<UL><LI><a href="#[e0]">>></a> dual_timer_stop +<BR>[Calls]<UL><LI><a href="#[e9]">>></a> dual_timer_stop </UL> <BR>[Called By]<UL><LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[24]"></a>main</STRONG> (Thumb, 444 bytes, Stack size 8 bytes, main.o(.text.main)) +<P><STRONG><a name="[24]"></a>main</STRONG> (Thumb, 452 bytes, Stack size 8 bytes, main.o(.text.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 972<LI>Call Chain = main ⇒ in_table_log ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[bf]">>></a> adc_open -<LI><a href="#[bc]">>></a> adc_get +<LI><a href="#[c8]">>></a> adc_open +<LI><a href="#[c5]">>></a> adc_get <LI><a href="#[52]">>></a> __aeabi_i2f -<LI><a href="#[83]">>></a> __aeabi_fmul +<LI><a href="#[8e]">>></a> __aeabi_fmul <LI><a href="#[43]">>></a> __aeabi_fadd -<LI><a href="#[d2]">>></a> calib_chip -<LI><a href="#[85]">>></a> io_pin_mux_set -<LI><a href="#[79]">>></a> gpio_pin_get_val -<LI><a href="#[74]">>></a> gpio_pin_clr -<LI><a href="#[dd]">>></a> gpio_open -<LI><a href="#[dc]">>></a> flash_close -<LI><a href="#[e1]">>></a> reset_cause_get -<LI><a href="#[e2]">>></a> reset_cause_clear -<LI><a href="#[e9]">>></a> sleep_timer_start -<LI><a href="#[e6]">>></a> power_init +<LI><a href="#[db]">>></a> calib_chip +<LI><a href="#[78]">>></a> io_pin_mux_set +<LI><a href="#[7e]">>></a> gpio_pin_get_val +<LI><a href="#[7c]">>></a> gpio_pin_clr +<LI><a href="#[e6]">>></a> gpio_open +<LI><a href="#[e5]">>></a> flash_close +<LI><a href="#[ea]">>></a> reset_cause_get +<LI><a href="#[eb]">>></a> reset_cause_clear +<LI><a href="#[f2]">>></a> sleep_timer_start +<LI><a href="#[ef]">>></a> power_init <LI><a href="#[53]">>></a> __aeabi_ui2f <LI><a href="#[48]">>></a> __aeabi_fdiv -<LI><a href="#[e8]">>></a> __aeabi_f2uiz -<LI><a href="#[a4]">>></a> uart_close -<LI><a href="#[e7]">>></a> sleep_timer_open -<LI><a href="#[9d]">>></a> UART_CheckReceive -<LI><a href="#[84]">>></a> PCA9555_init -<LI><a href="#[e5]">>></a> wdt_close -<LI><a href="#[a6]">>></a> uart_receive -<LI><a href="#[de]">>></a> in_table_log -<LI><a href="#[b4]">>></a> WsfNvmInit -<LI><a href="#[a7]">>></a> Uart_Register -<LI><a href="#[ea]">>></a> TagListUpdate_person_num_car -<LI><a href="#[8d]">>></a> Program_Init -<LI><a href="#[eb]">>></a> HIDO_TimerTick -<LI><a href="#[d1]">>></a> board_pins_config -<LI><a href="#[d0]">>></a> board_output_init -<LI><a href="#[a5]">>></a> board_debug_console_open -<LI><a href="#[c6]">>></a> board_clock_run -<LI><a href="#[e4]">>></a> board_calibration_params_load -<LI><a href="#[e3]">>></a> board_calibration_params_default -<LI><a href="#[c5]">>></a> board_acceleration_detection_init -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init -<LI><a href="#[ec]">>></a> __aeabi_fcmpgt +<LI><a href="#[f1]">>></a> __aeabi_f2uiz +<LI><a href="#[ad]">>></a> uart_close +<LI><a href="#[f0]">>></a> sleep_timer_open +<LI><a href="#[a6]">>></a> UART_CheckReceive +<LI><a href="#[8f]">>></a> PCA9555_init +<LI><a href="#[ee]">>></a> wdt_close +<LI><a href="#[af]">>></a> uart_receive +<LI><a href="#[e7]">>></a> in_table_log +<LI><a href="#[bd]">>></a> WsfNvmInit +<LI><a href="#[b0]">>></a> Uart_Register +<LI><a href="#[f3]">>></a> TagListUpdate_person_num_car +<LI><a href="#[96]">>></a> Program_Init +<LI><a href="#[f4]">>></a> HIDO_TimerTick +<LI><a href="#[da]">>></a> board_pins_config +<LI><a href="#[d9]">>></a> board_output_init +<LI><a href="#[ae]">>></a> board_debug_console_open +<LI><a href="#[cf]">>></a> board_clock_run +<LI><a href="#[ed]">>></a> board_calibration_params_load +<LI><a href="#[ec]">>></a> board_calibration_params_default +<LI><a href="#[ce]">>></a> board_acceleration_detection_init +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init +<LI><a href="#[f5]">>></a> __aeabi_fcmpgt +<LI><a href="#[77]">>></a> IIC2_Init +<LI><a href="#[6b]">>></a> Accelerometer_Init </UL> <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) </UL> -<P><STRONG><a name="[d3]"></a>mk_chip_id</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_misc.o(.text.mk_chip_id)) -<BR><BR>[Called By]<UL><LI><a href="#[d2]">>></a> calib_chip +<P><STRONG><a name="[dc]"></a>mk_chip_id</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_misc.o(.text.mk_chip_id)) +<BR><BR>[Called By]<UL><LI><a href="#[db]">>></a> calib_chip </UL> -<P><STRONG><a name="[ed]"></a>mk_snprintf</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_trace.o(.text.mk_snprintf)) +<P><STRONG><a name="[f6]"></a>mk_snprintf</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_trace.o(.text.mk_snprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 188<LI>Call Chain = mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[ee]">>></a> trace_format +<BR>[Calls]<UL><LI><a href="#[f7]">>></a> trace_format </UL> <BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[72]">>></a> trace_exception_handler -<LI><a href="#[f5]">>></a> trace_print_backtrace +<LI><a href="#[76]">>></a> trace_exception_handler +<LI><a href="#[fe]">>></a> trace_print_backtrace </UL> -<P><STRONG><a name="[8e]"></a>parameter_init_anchor</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, global_param.o(.text.parameter_init_anchor)) +<P><STRONG><a name="[97]"></a>parameter_init_anchor</STRONG> (Thumb, 192 bytes, Stack size 24 bytes, global_param.o(.text.parameter_init_anchor)) <BR><BR>[Stack]<UL><LI>Max Depth = 804<LI>Call Chain = parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[a9]">>></a> flash_erase +<BR>[Calls]<UL><LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[b2]">>></a> flash_erase </UL> -<BR>[Called By]<UL><LI><a href="#[8d]">>></a> Program_Init +<BR>[Called By]<UL><LI><a href="#[96]">>></a> Program_Init </UL> -<P><STRONG><a name="[7d]"></a>phy_dump_mode</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_dump_mode)) +<P><STRONG><a name="[88]"></a>phy_dump_mode</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_phy.o(.text.phy_dump_mode)) <BR><BR>[Called By]<UL><LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[e6]"></a>power_init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_power.o(.text.power_init)) +<P><STRONG><a name="[ef]"></a>power_init</STRONG> (Thumb, 72 bytes, Stack size 8 bytes, mk_power.o(.text.power_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = power_init </UL> -<BR>[Calls]<UL><LI><a href="#[ef]">>></a> bor_close +<BR>[Calls]<UL><LI><a href="#[f8]">>></a> bor_close </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[c4]"></a>power_wakeup_enable</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_power.o(.text.power_wakeup_enable)) -<BR><BR>[Called By]<UL><LI><a href="#[e7]">>></a> sleep_timer_open -<LI><a href="#[c2]">>></a> board_4GUsart_detection_init +<P><STRONG><a name="[cd]"></a>power_wakeup_enable</STRONG> (Thumb, 60 bytes, Stack size 0 bytes, mk_power.o(.text.power_wakeup_enable)) +<BR><BR>[Called By]<UL><LI><a href="#[f0]">>></a> sleep_timer_open +<LI><a href="#[cb]">>></a> board_4GUsart_detection_init </UL> -<P><STRONG><a name="[81]"></a>ranging_rssi_get</STRONG> (Thumb, 88 bytes, Stack size 56 bytes, lib_ranging.o(.text.ranging_rssi_get)) +<P><STRONG><a name="[8c]"></a>ranging_rssi_get</STRONG> (Thumb, 88 bytes, Stack size 56 bytes, lib_ranging.o(.text.ranging_rssi_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 172<LI>Call Chain = ranging_rssi_get ⇒ MK8000_read_rssi ⇒ __aeabi_fadd ⇒ _float_epilogue </UL> -<BR>[Calls]<UL><LI><a href="#[f0]">>></a> __aeabi_f2iz -<LI><a href="#[82]">>></a> MK8000_read_rssi +<BR>[Calls]<UL><LI><a href="#[f9]">>></a> __aeabi_f2iz +<LI><a href="#[8d]">>></a> MK8000_read_rssi </UL> <BR>[Called By]<UL><LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[e2]"></a>reset_cause_clear</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_cause_clear)) +<P><STRONG><a name="[eb]"></a>reset_cause_clear</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_cause_clear)) <BR><BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[e1]"></a>reset_cause_get</STRONG> (Thumb, 256 bytes, Stack size 8 bytes, mk_reset.o(.text.reset_cause_get)) +<P><STRONG><a name="[ea]"></a>reset_cause_get</STRONG> (Thumb, 256 bytes, Stack size 8 bytes, mk_reset.o(.text.reset_cause_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 748<LI>Call Chain = reset_cause_get ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf @@ -1632,187 +1766,187 @@ <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[c1]"></a>reset_module</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_module)) -<BR><BR>[Called By]<UL><LI><a href="#[bd]">>></a> dma_open -<LI><a href="#[bf]">>></a> adc_open -<LI><a href="#[c8]">>></a> calib_open -<LI><a href="#[dd]">>></a> gpio_open -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[f9]">>></a> uart_open -<LI><a href="#[f6]">>></a> trace_end +<P><STRONG><a name="[ca]"></a>reset_module</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, mk_reset.o(.text.reset_module)) +<BR><BR>[Called By]<UL><LI><a href="#[c6]">>></a> dma_open +<LI><a href="#[c8]">>></a> adc_open +<LI><a href="#[d1]">>></a> calib_open +<LI><a href="#[e6]">>></a> gpio_open +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[102]">>></a> uart_open +<LI><a href="#[ff]">>></a> trace_end </UL> -<P><STRONG><a name="[ab]"></a>save_com_map_to_flash</STRONG> (Thumb, 76 bytes, Stack size 24 bytes, global_param.o(.text.save_com_map_to_flash)) +<P><STRONG><a name="[b4]"></a>save_com_map_to_flash</STRONG> (Thumb, 76 bytes, Stack size 24 bytes, global_param.o(.text.save_com_map_to_flash)) <BR><BR>[Stack]<UL><LI>Max Depth = 804<LI>Call Chain = save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[a9]">>></a> flash_erase +<BR>[Calls]<UL><LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[b2]">>></a> flash_erase </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler -<LI><a href="#[a8]">>></a> UpdateProcess +<LI><a href="#[b1]">>></a> UpdateProcess </UL> -<P><STRONG><a name="[e7]"></a>sleep_timer_open</STRONG> (Thumb, 88 bytes, Stack size 16 bytes, mk_sleep_timer.o(.text.sleep_timer_open)) +<P><STRONG><a name="[f0]"></a>sleep_timer_open</STRONG> (Thumb, 88 bytes, Stack size 16 bytes, mk_sleep_timer.o(.text.sleep_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = sleep_timer_open </UL> -<BR>[Calls]<UL><LI><a href="#[c0]">>></a> clock_enable -<LI><a href="#[c4]">>></a> power_wakeup_enable +<BR>[Calls]<UL><LI><a href="#[c9]">>></a> clock_enable +<LI><a href="#[cd]">>></a> power_wakeup_enable </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[91]"></a>sleep_timer_ppm_set</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_sleep_timer.o(.text.sleep_timer_ppm_set)) +<P><STRONG><a name="[9a]"></a>sleep_timer_ppm_set</STRONG> (Thumb, 8 bytes, Stack size 0 bytes, mk_sleep_timer.o(.text.sleep_timer_ppm_set)) <BR><BR>[Called By]<UL><LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler </UL> -<P><STRONG><a name="[e9]"></a>sleep_timer_start</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.sleep_timer_start)) +<P><STRONG><a name="[f2]"></a>sleep_timer_start</STRONG> (Thumb, 60 bytes, Stack size 8 bytes, mk_sleep_timer.o(.text.sleep_timer_start)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = sleep_timer_start ⇒ __aeabi_idiv </UL> -<BR>[Calls]<UL><LI><a href="#[90]">>></a> __aeabi_idiv +<BR>[Calls]<UL><LI><a href="#[99]">>></a> __aeabi_idiv </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[96]"></a>start_main_asm</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, startup_mk800x.o(.text.start_main_asm)) +<P><STRONG><a name="[9f]"></a>start_main_asm</STRONG> (Thumb, 4 bytes, Stack size 0 bytes, startup_mk800x.o(.text.start_main_asm)) <BR><BR>[Called By]<UL><LI><a href="#[0]">>></a> Reset_Handler </UL> -<P><STRONG><a name="[cd]"></a>sys_tick_start</STRONG> (Thumb, 76 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_tick_start)) +<P><STRONG><a name="[d6]"></a>sys_tick_start</STRONG> (Thumb, 76 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_tick_start)) <BR><BR>[Stack]<UL><LI>Max Depth = 308<LI>Call Chain = sys_tick_start ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump </UL> -<BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> -<P><STRONG><a name="[f4]"></a>sys_tick_us</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_us)) +<P><STRONG><a name="[fd]"></a>sys_tick_us</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_misc.o(.text.sys_tick_us)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = sys_tick_us </UL> <BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[72]">>></a> trace_exception_handler +<LI><a href="#[76]">>></a> trace_exception_handler </UL> -<P><STRONG><a name="[80]"></a>sys_timer_get</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_timer_get)) +<P><STRONG><a name="[8b]"></a>sys_timer_get</STRONG> (Thumb, 12 bytes, Stack size 8 bytes, mk_misc.o(.text.sys_timer_get)) <BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[f1]">>></a> dual_timer_get +<BR>[Calls]<UL><LI><a href="#[fa]">>></a> dual_timer_get </UL> -<BR>[Called By]<UL><LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[db]">>></a> flash_check_busy -<LI><a href="#[d8]">>></a> flash_block_erase -<LI><a href="#[d9]">>></a> flash_write_cmd -<LI><a href="#[da]">>></a> flash_wait_done +<BR>[Called By]<UL><LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[e4]">>></a> flash_check_busy +<LI><a href="#[e1]">>></a> flash_block_erase +<LI><a href="#[e2]">>></a> flash_write_cmd +<LI><a href="#[e3]">>></a> flash_wait_done <LI><a href="#[2d]">>></a> flash_dma_write_nbytes_callback <LI><a href="#[2c]">>></a> flash_dma_callback <LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[ce]"></a>sys_timer_open</STRONG> (Thumb, 80 bytes, Stack size 40 bytes, mk_misc.o(.text.sys_timer_open)) +<P><STRONG><a name="[d7]"></a>sys_timer_open</STRONG> (Thumb, 80 bytes, Stack size 40 bytes, mk_misc.o(.text.sys_timer_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 364<LI>Call Chain = sys_timer_open ⇒ dual_timer_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[f2]">>></a> dual_timer_start -<LI><a href="#[d7]">>></a> dual_timer_open -<LI><a href="#[8f]">>></a> clock_get_frequency +<BR>[Calls]<UL><LI><a href="#[fb]">>></a> dual_timer_start +<LI><a href="#[e0]">>></a> dual_timer_open +<LI><a href="#[98]">>></a> clock_get_frequency </UL> -<BR>[Called By]<UL><LI><a href="#[c6]">>></a> board_clock_run +<BR>[Called By]<UL><LI><a href="#[cf]">>></a> board_clock_run </UL> <P><STRONG><a name="[69]"></a>trace_assert_dump</STRONG> (Thumb, 1008 bytes, Stack size 64 bytes, mk_trace.o(.text.trace_assert_dump)) <BR><BR>[Stack]<UL><LI>Max Depth = 300<LI>Call Chain = trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[f4]">>></a> sys_tick_us -<LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[f3]">>></a> trace_flush -<LI><a href="#[f6]">>></a> trace_end -<LI><a href="#[ed]">>></a> mk_snprintf -<LI><a href="#[f5]">>></a> trace_print_backtrace -<LI><a href="#[ad]">>></a> strlen +<BR>[Calls]<UL><LI><a href="#[fd]">>></a> sys_tick_us +<LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[fc]">>></a> trace_flush +<LI><a href="#[ff]">>></a> trace_end +<LI><a href="#[f6]">>></a> mk_snprintf +<LI><a href="#[fe]">>></a> trace_print_backtrace +<LI><a href="#[b6]">>></a> strlen </UL> -<BR>[Called By]<UL><LI><a href="#[be]">>></a> dma_transfer +<BR>[Called By]<UL><LI><a href="#[c7]">>></a> dma_transfer <LI><a href="#[f]">>></a> ADC_IRQHandler <LI><a href="#[2b]">>></a> adc_dma_callback -<LI><a href="#[d7]">>></a> dual_timer_open +<LI><a href="#[e0]">>></a> dual_timer_open <LI><a href="#[e]">>></a> AES_IRQHandler -<LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[d8]">>></a> flash_block_erase +<LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[e1]">>></a> flash_block_erase <LI><a href="#[2d]">>></a> flash_dma_write_nbytes_callback <LI><a href="#[2c]">>></a> flash_dma_callback -<LI><a href="#[cd]">>></a> sys_tick_start -<LI><a href="#[f9]">>></a> uart_open -<LI><a href="#[fa]">>></a> trace_output +<LI><a href="#[d6]">>></a> sys_tick_start +<LI><a href="#[102]">>></a> uart_open +<LI><a href="#[103]">>></a> trace_output <LI><a href="#[9]">>></a> SLEEP_TIMER_IRQHandler -<LI><a href="#[9c]">>></a> uart_irq_handler +<LI><a href="#[a5]">>></a> uart_irq_handler <LI><a href="#[34]">>></a> uart_dma_callback <LI><a href="#[23]">>></a> PHY_TIMER_IRQHandler </UL> -<P><STRONG><a name="[f6]"></a>trace_end</STRONG> (Thumb, 68 bytes, Stack size 0 bytes, mk_trace.o(.text.trace_end)) -<BR><BR>[Calls]<UL><LI><a href="#[c1]">>></a> reset_module +<P><STRONG><a name="[ff]"></a>trace_end</STRONG> (Thumb, 68 bytes, Stack size 0 bytes, mk_trace.o(.text.trace_end)) +<BR><BR>[Calls]<UL><LI><a href="#[ca]">>></a> reset_module </UL> <BR>[Called By]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[72]">>></a> trace_exception_handler +<LI><a href="#[76]">>></a> trace_exception_handler </UL> -<P><STRONG><a name="[72]"></a>trace_exception_handler</STRONG> (Thumb, 1152 bytes, Stack size 40 bytes, mk_trace.o(.text.trace_exception_handler)) +<P><STRONG><a name="[76]"></a>trace_exception_handler</STRONG> (Thumb, 1152 bytes, Stack size 40 bytes, mk_trace.o(.text.trace_exception_handler)) <BR><BR>[Stack]<UL><LI>Max Depth = 276<LI>Call Chain = trace_exception_handler ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[f4]">>></a> sys_tick_us -<LI><a href="#[f3]">>></a> trace_flush -<LI><a href="#[f6]">>></a> trace_end -<LI><a href="#[ed]">>></a> mk_snprintf -<LI><a href="#[f5]">>></a> trace_print_backtrace +<BR>[Calls]<UL><LI><a href="#[fd]">>></a> sys_tick_us +<LI><a href="#[fc]">>></a> trace_flush +<LI><a href="#[ff]">>></a> trace_end +<LI><a href="#[f6]">>></a> mk_snprintf +<LI><a href="#[fe]">>></a> trace_print_backtrace </UL> <BR>[Called By]<UL><LI><a href="#[2]">>></a> HardFault_Handler </UL> -<P><STRONG><a name="[f3]"></a>trace_flush</STRONG> (Thumb, 248 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_flush)) +<P><STRONG><a name="[fc]"></a>trace_flush</STRONG> (Thumb, 248 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_flush)) <BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = trace_flush </UL> -<BR>[Calls]<UL><LI><a href="#[f7]">>></a> uart_tx_in_progress +<BR>[Calls]<UL><LI><a href="#[100]">>></a> uart_tx_in_progress </UL> <BR>[Called By]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[72]">>></a> trace_exception_handler +<LI><a href="#[76]">>></a> trace_exception_handler </UL> -<P><STRONG><a name="[ee]"></a>trace_format</STRONG> (Thumb, 968 bytes, Stack size 72 bytes, mk_trace.o(.text.trace_format)) +<P><STRONG><a name="[f7]"></a>trace_format</STRONG> (Thumb, 968 bytes, Stack size 72 bytes, mk_trace.o(.text.trace_format)) <BR><BR>[Stack]<UL><LI>Max Depth = 172<LI>Call Chain = trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[83]">>></a> __aeabi_fmul -<LI><a href="#[f0]">>></a> __aeabi_f2iz +<BR>[Calls]<UL><LI><a href="#[8e]">>></a> __aeabi_fmul +<LI><a href="#[f9]">>></a> __aeabi_f2iz <LI><a href="#[54]">>></a> __aeabi_d2f -<LI><a href="#[f8]">>></a> __aeabi_fcmpge -<LI><a href="#[b9]">>></a> _PrintUnsigned -<LI><a href="#[b8]">>></a> _PrintInt +<LI><a href="#[101]">>></a> __aeabi_fcmpge +<LI><a href="#[c2]">>></a> _PrintUnsigned +<LI><a href="#[c1]">>></a> _PrintInt <LI><a href="#[3a]">>></a> __aeabi_uidivmod -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[ed]">>></a> mk_snprintf +<LI><a href="#[f6]">>></a> mk_snprintf </UL> -<P><STRONG><a name="[cf]"></a>trace_open</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_open)) +<P><STRONG><a name="[d8]"></a>trace_open</STRONG> (Thumb, 96 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 388<LI>Call Chain = trace_open ⇒ uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[f9]">>></a> uart_open +<BR>[Calls]<UL><LI><a href="#[102]">>></a> uart_open </UL> -<BR>[Called By]<UL><LI><a href="#[a5]">>></a> board_debug_console_open +<BR>[Called By]<UL><LI><a href="#[ae]">>></a> board_debug_console_open </UL> -<P><STRONG><a name="[fa]"></a>trace_output</STRONG> (Thumb, 504 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_output)) +<P><STRONG><a name="[103]"></a>trace_output</STRONG> (Thumb, 504 bytes, Stack size 32 bytes, mk_trace.o(.text.trace_output)) <BR><BR>[Stack]<UL><LI>Max Depth = 444 + In Cycle <LI>Call Chain = trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf <LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[98]">>></a> uart_send -<LI><a href="#[9a]">>></a> __aeabi_memcpy +<LI><a href="#[a1]">>></a> uart_send +<LI><a href="#[a3]">>></a> __aeabi_memcpy </UL> <BR>[Called By]<UL><LI><a href="#[6a]">>></a> trace_printf </UL> @@ -1820,38 +1954,38 @@ <P><STRONG><a name="[6a]"></a>trace_printf</STRONG> (Thumb, 300 bytes, Stack size 296 bytes, mk_trace.o(.text.trace_printf)) <BR><BR>[Stack]<UL><LI>Max Depth = 740<LI>Call Chain = trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> -<BR>[Calls]<UL><LI><a href="#[f4]">>></a> sys_tick_us -<LI><a href="#[fa]">>></a> trace_output -<LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[ed]">>></a> mk_snprintf -<LI><a href="#[ad]">>></a> strlen -<LI><a href="#[b3]">>></a> __aeabi_memclr4 +<BR>[Calls]<UL><LI><a href="#[fd]">>></a> sys_tick_us +<LI><a href="#[103]">>></a> trace_output +<LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[f6]">>></a> mk_snprintf +<LI><a href="#[b6]">>></a> strlen +<LI><a href="#[bc]">>></a> __aeabi_memclr4 </UL> -<BR>[Called By]<UL><LI><a href="#[d2]">>></a> calib_chip +<BR>[Called By]<UL><LI><a href="#[db]">>></a> calib_chip <LI><a href="#[e]">>></a> AES_IRQHandler -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[e1]">>></a> reset_cause_get -<LI><a href="#[fa]">>></a> trace_output +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[ea]">>></a> reset_cause_get +<LI><a href="#[103]">>></a> trace_output <LI><a href="#[33]">>></a> trace_sending_continue <LI><a href="#[21]">>></a> RCO32K_CAL_IRQHandler -<LI><a href="#[e5]">>></a> wdt_close +<LI><a href="#[ee]">>></a> wdt_close <LI><a href="#[24]">>></a> main -<LI><a href="#[de]">>></a> in_table_log -<LI><a href="#[8d]">>></a> Program_Init +<LI><a href="#[e7]">>></a> in_table_log +<LI><a href="#[96]">>></a> Program_Init <LI><a href="#[2f]">>></a> adc_callback <LI><a href="#[a]">>></a> MAC_IRQHandler </UL> -<P><STRONG><a name="[a4]"></a>uart_close</STRONG> (Thumb, 128 bytes, Stack size 16 bytes, mk_uart.o(.text.uart_close)) +<P><STRONG><a name="[ad]"></a>uart_close</STRONG> (Thumb, 128 bytes, Stack size 16 bytes, mk_uart.o(.text.uart_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 16<LI>Call Chain = uart_close </UL> -<BR>[Calls]<UL><LI><a href="#[93]">>></a> clock_disable +<BR>[Calls]<UL><LI><a href="#[9c]">>></a> clock_disable </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main -<LI><a href="#[a3]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[ac]">>></a> Uart1GpsRecDebugSend </UL> -<P><STRONG><a name="[9c]"></a>uart_irq_handler</STRONG> (Thumb, 612 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_irq_handler)) +<P><STRONG><a name="[a5]"></a>uart_irq_handler</STRONG> (Thumb, 612 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_irq_handler)) <BR><BR>[Stack]<UL><LI>Max Depth = 340<LI>Call Chain = uart_irq_handler ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump @@ -1860,104 +1994,104 @@ <LI><a href="#[1e]">>></a> UART0_IRQHandler </UL> -<P><STRONG><a name="[f9]"></a>uart_open</STRONG> (Thumb, 424 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_open)) +<P><STRONG><a name="[102]"></a>uart_open</STRONG> (Thumb, 424 bytes, Stack size 40 bytes, mk_uart.o(.text.uart_open)) <BR><BR>[Stack]<UL><LI>Max Depth = 340<LI>Call Chain = uart_open ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[c1]">>></a> reset_module -<LI><a href="#[76]">>></a> delay_us -<LI><a href="#[c0]">>></a> clock_enable -<LI><a href="#[cc]">>></a> clock_set_divider +<LI><a href="#[ca]">>></a> reset_module +<LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[c9]">>></a> clock_enable +<LI><a href="#[d5]">>></a> clock_set_divider </UL> -<BR>[Called By]<UL><LI><a href="#[cf]">>></a> trace_open +<BR>[Called By]<UL><LI><a href="#[d8]">>></a> trace_open </UL> -<P><STRONG><a name="[a6]"></a>uart_receive</STRONG> (Thumb, 564 bytes, Stack size 80 bytes, mk_uart.o(.text.uart_receive)) +<P><STRONG><a name="[af]"></a>uart_receive</STRONG> (Thumb, 564 bytes, Stack size 80 bytes, mk_uart.o(.text.uart_receive)) <BR><BR>[Stack]<UL><LI>Max Depth = 404<LI>Call Chain = uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[bd]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[c6]">>></a> dma_open </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main <LI><a href="#[2a]">>></a> uart_receive_callback -<LI><a href="#[a3]">>></a> Uart1GpsRecDebugSend +<LI><a href="#[ac]">>></a> Uart1GpsRecDebugSend </UL> <P><STRONG><a name="[2a]"></a>uart_receive_callback</STRONG> (Thumb, 24 bytes, Stack size 8 bytes, main.o(.text.uart_receive_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = uart_receive_callback ⇒ uart_receive ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[a6]">>></a> uart_receive +<BR>[Calls]<UL><LI><a href="#[af]">>></a> uart_receive </UL> <BR>[Address Reference Count : 3]<UL><LI> main.o(.text.uart_receive_callback) <LI> main.o(.text.main) <LI> pin_config.o(.text.Uart1GpsRecDebugSend) </UL> -<P><STRONG><a name="[98]"></a>uart_send</STRONG> (Thumb, 716 bytes, Stack size 88 bytes, mk_uart.o(.text.uart_send)) +<P><STRONG><a name="[a1]"></a>uart_send</STRONG> (Thumb, 716 bytes, Stack size 88 bytes, mk_uart.o(.text.uart_send)) <BR><BR>[Stack]<UL><LI>Max Depth = 412<LI>Call Chain = uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[bd]">>></a> dma_open +<BR>[Calls]<UL><LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[c6]">>></a> dma_open </UL> -<BR>[Called By]<UL><LI><a href="#[fa]">>></a> trace_output +<BR>[Called By]<UL><LI><a href="#[103]">>></a> trace_output <LI><a href="#[33]">>></a> trace_sending_continue -<LI><a href="#[97]">>></a> Serial0_PutString +<LI><a href="#[a0]">>></a> Serial0_PutString <LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[f7]"></a>uart_tx_in_progress</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, mk_uart.o(.text.uart_tx_in_progress)) -<BR><BR>[Called By]<UL><LI><a href="#[f3]">>></a> trace_flush +<P><STRONG><a name="[100]"></a>uart_tx_in_progress</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, mk_uart.o(.text.uart_tx_in_progress)) +<BR><BR>[Called By]<UL><LI><a href="#[fc]">>></a> trace_flush </UL> -<P><STRONG><a name="[b2]"></a>update_led_power_state</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.update_led_power_state)) +<P><STRONG><a name="[bb]"></a>update_led_power_state</STRONG> (Thumb, 104 bytes, Stack size 8 bytes, sn74hc595.o(.text.update_led_power_state)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = update_led_power_state ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[7b]">>></a> IO_LED_control_change +<BR>[Calls]<UL><LI><a href="#[86]">>></a> IO_LED_control_change </UL> <BR>[Called By]<UL><LI><a href="#[29]">>></a> UsartParseDataHandler </UL> -<P><STRONG><a name="[e5]"></a>wdt_close</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_wdt.o(.text.wdt_close)) +<P><STRONG><a name="[ee]"></a>wdt_close</STRONG> (Thumb, 104 bytes, Stack size 16 bytes, mk_wdt.o(.text.wdt_close)) <BR><BR>[Stack]<UL><LI>Max Depth = 756<LI>Call Chain = wdt_close ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[93]">>></a> clock_disable +<LI><a href="#[9c]">>></a> clock_disable </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main </UL> -<P><STRONG><a name="[fb]"></a>__0snprintf</STRONG> (Thumb, 50 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[fc]">>></a> _printf_core +<P><STRONG><a name="[104]"></a>__0snprintf</STRONG> (Thumb, 50 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<BR><BR>[Calls]<UL><LI><a href="#[105]">>></a> _printf_core </UL> -<P><STRONG><a name="[115]"></a>__1snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[11e]"></a>__1snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[a1]"></a>__2snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf)) +<P><STRONG><a name="[aa]"></a>__2snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = __2snprintf </UL> -<BR>[Called By]<UL><LI><a href="#[de]">>></a> in_table_log -<LI><a href="#[9f]">>></a> UDPClient_UploadGPS +<BR>[Called By]<UL><LI><a href="#[e7]">>></a> in_table_log +<LI><a href="#[a8]">>></a> UDPClient_UploadGPS </UL> -<P><STRONG><a name="[116]"></a>__c89snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[11f]"></a>__c89snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[117]"></a>snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) +<P><STRONG><a name="[120]"></a>snprintf</STRONG> (Thumb, 0 bytes, Stack size 40 bytes, printfa.o(i.__0snprintf), UNUSED) -<P><STRONG><a name="[fd]"></a>__0sprintf</STRONG> (Thumb, 36 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) +<P><STRONG><a name="[106]"></a>__0sprintf</STRONG> (Thumb, 36 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[36]">>></a> _sputc -<LI><a href="#[fc]">>></a> _printf_core +<LI><a href="#[105]">>></a> _printf_core </UL> -<P><STRONG><a name="[118]"></a>__1sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) +<P><STRONG><a name="[121]"></a>__1sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) -<P><STRONG><a name="[df]"></a>__2sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf)) +<P><STRONG><a name="[e8]"></a>__2sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf)) <BR><BR>[Stack]<UL><LI>Max Depth = 24<LI>Call Chain = __2sprintf </UL> -<BR>[Called By]<UL><LI><a href="#[de]">>></a> in_table_log +<BR>[Called By]<UL><LI><a href="#[e7]">>></a> in_table_log </UL> -<P><STRONG><a name="[119]"></a>__c89sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) +<P><STRONG><a name="[122]"></a>__c89sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) -<P><STRONG><a name="[11a]"></a>sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) +<P><STRONG><a name="[123]"></a>sprintf</STRONG> (Thumb, 0 bytes, Stack size 24 bytes, printfa.o(i.__0sprintf), UNUSED) <P><STRONG><a name="[5d]"></a>__ARM_clz</STRONG> (Thumb, 46 bytes, Stack size 0 bytes, depilogue.o(i.__ARM_clz), UNUSED) <BR><BR>[Called By]<UL><LI><a href="#[4c]">>></a> _double_epilogue @@ -1969,19 +2103,19 @@ <LI><a href="#[42]">>></a> strtol </UL> -<P><STRONG><a name="[11b]"></a>__rt_errno_addr</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, errno.o(i.__aeabi_errno_addr), UNUSED) +<P><STRONG><a name="[124]"></a>__rt_errno_addr</STRONG> (Thumb, 0 bytes, Stack size 0 bytes, errno.o(i.__aeabi_errno_addr), UNUSED) -<P><STRONG><a name="[11c]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) +<P><STRONG><a name="[125]"></a>__scatterload_copy</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_copy), UNUSED) -<P><STRONG><a name="[11d]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) +<P><STRONG><a name="[126]"></a>__scatterload_null</STRONG> (Thumb, 2 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_null), UNUSED) -<P><STRONG><a name="[11e]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) +<P><STRONG><a name="[127]"></a>__scatterload_zeroinit</STRONG> (Thumb, 14 bytes, Stack size unknown bytes, handlers.o(i.__scatterload_zeroinit), UNUSED) <P><STRONG><a name="[67]"></a>_is_digit</STRONG> (Thumb, 14 bytes, Stack size 0 bytes, scanf_fp.o(i._is_digit), UNUSED) <BR><BR>[Called By]<UL><LI><a href="#[66]">>></a> _scanf_really_real </UL> -<P><STRONG><a name="[af]"></a>strtod</STRONG> (Thumb, 30 bytes, Stack size 16 bytes, strtod.o(i.strtod)) +<P><STRONG><a name="[b8]"></a>strtod</STRONG> (Thumb, 30 bytes, Stack size 16 bytes, strtod.o(i.strtod)) <BR><BR>[Stack]<UL><LI>Max Depth = 216<LI>Call Chain = strtod ⇒ __strtod_int ⇒ _local_sscanf ⇒ _scanf_real </UL> <BR>[Calls]<UL><LI><a href="#[5a]">>></a> __strtod_int @@ -2003,9 +2137,9 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = flash_dma_callback ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd +<LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_flash.o(.text.flash_dma_callback) <LI> mk_flash.o(.text.flash_read) @@ -2014,87 +2148,87 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 348<LI>Call Chain = flash_dma_write_nbytes_callback ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[be]">>></a> dma_transfer -<LI><a href="#[76]">>></a> delay_us -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd +<LI><a href="#[c7]">>></a> dma_transfer +<LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_flash.o(.text.flash_write_nbytes) <LI> mk_flash.o(.text.flash_dma_write_nbytes_callback) </UL> -<P><STRONG><a name="[da]"></a>flash_wait_done</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_wait_done)) +<P><STRONG><a name="[e3]"></a>flash_wait_done</STRONG> (Thumb, 92 bytes, Stack size 32 bytes, mk_flash.o(.text.flash_wait_done)) <BR><BR>[Stack]<UL><LI>Max Depth = 80<LI>Call Chain = flash_wait_done ⇒ flash_write_cmd ⇒ sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[76]">>></a> delay_us -<LI><a href="#[80]">>></a> sys_timer_get -<LI><a href="#[d9]">>></a> flash_write_cmd +<BR>[Calls]<UL><LI><a href="#[6e]">>></a> delay_us +<LI><a href="#[8b]">>></a> sys_timer_get +<LI><a href="#[e2]">>></a> flash_write_cmd </UL> -<BR>[Called By]<UL><LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[d8]">>></a> flash_block_erase +<BR>[Called By]<UL><LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[e1]">>></a> flash_block_erase </UL> -<P><STRONG><a name="[d9]"></a>flash_write_cmd</STRONG> (Thumb, 268 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_write_cmd)) +<P><STRONG><a name="[e2]"></a>flash_write_cmd</STRONG> (Thumb, 268 bytes, Stack size 40 bytes, mk_flash.o(.text.flash_write_cmd)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = flash_write_cmd ⇒ sys_timer_get </UL> -<BR>[Calls]<UL><LI><a href="#[80]">>></a> sys_timer_get +<BR>[Calls]<UL><LI><a href="#[8b]">>></a> sys_timer_get </UL> -<BR>[Called By]<UL><LI><a href="#[aa]">>></a> flash_write_nbytes -<LI><a href="#[88]">>></a> flash_sector_erase -<LI><a href="#[8c]">>></a> flash_read -<LI><a href="#[8a]">>></a> flash_open -<LI><a href="#[dc]">>></a> flash_close -<LI><a href="#[db]">>></a> flash_check_busy -<LI><a href="#[d8]">>></a> flash_block_erase -<LI><a href="#[da]">>></a> flash_wait_done +<BR>[Called By]<UL><LI><a href="#[b3]">>></a> flash_write_nbytes +<LI><a href="#[91]">>></a> flash_sector_erase +<LI><a href="#[95]">>></a> flash_read +<LI><a href="#[93]">>></a> flash_open +<LI><a href="#[e5]">>></a> flash_close +<LI><a href="#[e4]">>></a> flash_check_busy +<LI><a href="#[e1]">>></a> flash_block_erase +<LI><a href="#[e3]">>></a> flash_wait_done <LI><a href="#[2d]">>></a> flash_dma_write_nbytes_callback <LI><a href="#[2c]">>></a> flash_dma_callback </UL> -<P><STRONG><a name="[94]"></a>rtc_second_to_time</STRONG> (Thumb, 668 bytes, Stack size 32 bytes, mk_rtc.o(.text.rtc_second_to_time)) +<P><STRONG><a name="[9d]"></a>rtc_second_to_time</STRONG> (Thumb, 668 bytes, Stack size 32 bytes, mk_rtc.o(.text.rtc_second_to_time)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = rtc_second_to_time ⇒ __aeabi_idiv </UL> -<BR>[Calls]<UL><LI><a href="#[90]">>></a> __aeabi_idiv +<BR>[Calls]<UL><LI><a href="#[99]">>></a> __aeabi_idiv <LI><a href="#[3a]">>></a> __aeabi_uidivmod -<LI><a href="#[92]">>></a> __aeabi_uidiv +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> <BR>[Called By]<UL><LI><a href="#[15]">>></a> RTC_TICK_IRQHandler <LI><a href="#[14]">>></a> RTC_ALARM_IRQHandler </UL> -<P><STRONG><a name="[b8]"></a>_PrintInt</STRONG> (Thumb, 314 bytes, Stack size 40 bytes, mk_trace.o(.text._PrintInt)) +<P><STRONG><a name="[c1]"></a>_PrintInt</STRONG> (Thumb, 314 bytes, Stack size 40 bytes, mk_trace.o(.text._PrintInt)) <BR><BR>[Stack]<UL><LI>Max Depth = 100<LI>Call Chain = _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[b9]">>></a> _PrintUnsigned -<LI><a href="#[92]">>></a> __aeabi_uidiv +<BR>[Calls]<UL><LI><a href="#[c2]">>></a> _PrintUnsigned +<LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format +<BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format </UL> -<P><STRONG><a name="[b9]"></a>_PrintUnsigned</STRONG> (Thumb, 336 bytes, Stack size 48 bytes, mk_trace.o(.text._PrintUnsigned)) +<P><STRONG><a name="[c2]"></a>_PrintUnsigned</STRONG> (Thumb, 336 bytes, Stack size 48 bytes, mk_trace.o(.text._PrintUnsigned)) <BR><BR>[Stack]<UL><LI>Max Depth = 60<LI>Call Chain = _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[92]">>></a> __aeabi_uidiv +<BR>[Calls]<UL><LI><a href="#[9b]">>></a> __aeabi_uidiv </UL> -<BR>[Called By]<UL><LI><a href="#[ee]">>></a> trace_format -<LI><a href="#[b8]">>></a> _PrintInt +<BR>[Called By]<UL><LI><a href="#[f7]">>></a> trace_format +<LI><a href="#[c1]">>></a> _PrintInt </UL> -<P><STRONG><a name="[f5]"></a>trace_print_backtrace</STRONG> (Thumb, 236 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_print_backtrace)) +<P><STRONG><a name="[fe]"></a>trace_print_backtrace</STRONG> (Thumb, 236 bytes, Stack size 48 bytes, mk_trace.o(.text.trace_print_backtrace)) <BR><BR>[Stack]<UL><LI>Max Depth = 236<LI>Call Chain = trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> -<BR>[Calls]<UL><LI><a href="#[ed]">>></a> mk_snprintf +<BR>[Calls]<UL><LI><a href="#[f6]">>></a> mk_snprintf </UL> <BR>[Called By]<UL><LI><a href="#[69]">>></a> trace_assert_dump -<LI><a href="#[72]">>></a> trace_exception_handler +<LI><a href="#[76]">>></a> trace_exception_handler </UL> <P><STRONG><a name="[33]"></a>trace_sending_continue</STRONG> (Thumb, 228 bytes, Stack size 24 bytes, mk_trace.o(.text.trace_sending_continue)) <BR><BR>[Stack]<UL><LI>Max Depth = 764<LI>Call Chain = trace_sending_continue ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[98]">>></a> uart_send +<LI><a href="#[a1]">>></a> uart_send </UL> <BR>[Address Reference Count : 2]<UL><LI> mk_trace.o(.text.trace_output) <LI> mk_trace.o(.text.trace_sending_continue) @@ -2110,9 +2244,9 @@ <BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = adc_callback ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[6a]">>></a> trace_printf -<LI><a href="#[ba]">>></a> adc_code_to_mv -<LI><a href="#[75]">>></a> gpio_pin_set -<LI><a href="#[bb]">>></a> gps_air780_power_change +<LI><a href="#[c3]">>></a> adc_code_to_mv +<LI><a href="#[7d]">>></a> gpio_pin_set +<LI><a href="#[c4]">>></a> gps_air780_power_change </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> @@ -2122,47 +2256,47 @@ <P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 64 bytes, Stack size 8 bytes, main.o(.text.sleep_timer_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 48<LI>Call Chain = sleep_timer_callback ⇒ charge_state_change ⇒ IO_LED_control_change </UL> -<BR>[Calls]<UL><LI><a href="#[d6]">>></a> charge_state_change -<LI><a href="#[d5]">>></a> charge_red_on -<LI><a href="#[d4]">>></a> charge_red_off +<BR>[Calls]<UL><LI><a href="#[df]">>></a> charge_state_change +<LI><a href="#[de]">>></a> charge_red_on +<LI><a href="#[dd]">>></a> charge_red_off </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -<P><STRONG><a name="[fe]"></a>_fp_digits</STRONG> (Thumb, 344 bytes, Stack size 64 bytes, printfa.o(i._fp_digits), UNUSED) +<P><STRONG><a name="[107]"></a>_fp_digits</STRONG> (Thumb, 344 bytes, Stack size 64 bytes, printfa.o(i._fp_digits), UNUSED) <BR><BR>[Calls]<UL><LI><a href="#[50]">>></a> __aeabi_dmul <LI><a href="#[49]">>></a> __aeabi_dadd <LI><a href="#[51]">>></a> __aeabi_ddiv -<LI><a href="#[ff]">>></a> __aeabi_cdrcmple -<LI><a href="#[55]">>></a> __aeabi_uldivmod +<LI><a href="#[108]">>></a> __aeabi_cdrcmple <LI><a href="#[5e]">>></a> __aeabi_d2ulz +<LI><a href="#[55]">>></a> __aeabi_uldivmod </UL> -<BR>[Called By]<UL><LI><a href="#[fc]">>></a> _printf_core +<BR>[Called By]<UL><LI><a href="#[105]">>></a> _printf_core </UL> -<P><STRONG><a name="[fc]"></a>_printf_core</STRONG> (Thumb, 1754 bytes, Stack size 128 bytes, printfa.o(i._printf_core), UNUSED) -<BR><BR>[Calls]<UL><LI><a href="#[55]">>></a> __aeabi_uldivmod -<LI><a href="#[100]">>></a> _printf_pre_padding -<LI><a href="#[101]">>></a> _printf_post_padding -<LI><a href="#[fe]">>></a> _fp_digits +<P><STRONG><a name="[105]"></a>_printf_core</STRONG> (Thumb, 1754 bytes, Stack size 128 bytes, printfa.o(i._printf_core), UNUSED) +<BR><BR>[Calls]<UL><LI><a href="#[109]">>></a> _printf_pre_padding +<LI><a href="#[10a]">>></a> _printf_post_padding +<LI><a href="#[107]">>></a> _fp_digits <LI><a href="#[3a]">>></a> __aeabi_uidivmod +<LI><a href="#[55]">>></a> __aeabi_uldivmod </UL> -<BR>[Called By]<UL><LI><a href="#[fd]">>></a> __0sprintf -<LI><a href="#[fb]">>></a> __0snprintf +<BR>[Called By]<UL><LI><a href="#[106]">>></a> __0sprintf +<LI><a href="#[104]">>></a> __0snprintf </UL> -<P><STRONG><a name="[101]"></a>_printf_post_padding</STRONG> (Thumb, 32 bytes, Stack size 24 bytes, printfa.o(i._printf_post_padding), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[fc]">>></a> _printf_core +<P><STRONG><a name="[10a]"></a>_printf_post_padding</STRONG> (Thumb, 32 bytes, Stack size 24 bytes, printfa.o(i._printf_post_padding), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[105]">>></a> _printf_core </UL> -<P><STRONG><a name="[100]"></a>_printf_pre_padding</STRONG> (Thumb, 44 bytes, Stack size 40 bytes, printfa.o(i._printf_pre_padding), UNUSED) -<BR><BR>[Called By]<UL><LI><a href="#[fc]">>></a> _printf_core +<P><STRONG><a name="[109]"></a>_printf_pre_padding</STRONG> (Thumb, 44 bytes, Stack size 40 bytes, printfa.o(i._printf_pre_padding), UNUSED) +<BR><BR>[Called By]<UL><LI><a href="#[105]">>></a> _printf_core </UL> <P><STRONG><a name="[35]"></a>_snputc</STRONG> (Thumb, 22 bytes, Stack size 0 bytes, printfa.o(i._snputc)) <BR>[Address Reference Count : 1]<UL><LI> printfa.o(i.__0snprintf) </UL> <P><STRONG><a name="[36]"></a>_sputc</STRONG> (Thumb, 10 bytes, Stack size 0 bytes, printfa.o(i._sputc)) -<BR><BR>[Called By]<UL><LI><a href="#[fd]">>></a> __0sprintf +<BR><BR>[Called By]<UL><LI><a href="#[106]">>></a> __0sprintf </UL> <BR>[Address Reference Count : 1]<UL><LI> printfa.o(i.__0sprintf) </UL> diff --git a/keil/Objects/uwb_simple_example_MK8000 Release.dep b/keil/Objects/uwb_simple_example_MK8000 Release.dep index 283dc06..c834c56 100644 --- a/keil/Objects/uwb_simple_example_MK8000 Release.dep +++ b/keil/Objects/uwb_simple_example_MK8000 Release.dep @@ -1,1197 +1,1197 @@ Dependencies for Project 'uwb_simple_example', Target 'MK8000 Release': (DO NOT MODIFY !) CompilerVersion: 6140000::V6.14::ARMCLANG -F (.\include\components\algo\src\steering_vector\cmp_svec.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/algo/inc -I ./include/components/algo/lib -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/cmp_svec.o -MD) +F (.\include\components\algo\src\steering_vector\cmp_svec.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/algo/inc -I ./include/components/algo/lib -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/cmp_svec.o -MD) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\components\algo\inc\lib_aoa.h)(0x67219693) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\algo\inc\lib_aoa.h)(0x66E4E464) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\components\algo\src\steering_vector\cmp_svec_hex_ch5.txt)(0x67219693) -I (include\components\algo\src\steering_vector\cmp_svec_hex_ch9.txt)(0x67219693) -F (.\include\components\algo\lib\lib_aoa.lib)(0x67219693)() -F (.\include\components\algo\lib\lib_ranging.lib)(0x67219693)() -F (.\include\devices\MK800X\Source\startup_MK800X.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/devices/MK800X/Source -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/startup_mk800x.o -MD) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\components\algo\src\steering_vector\cmp_svec_hex_ch5.txt)(0x66E4E464) +I (include\components\algo\src\steering_vector\cmp_svec_hex_ch9.txt)(0x66E4E464) +F (.\include\components\algo\lib\lib_aoa.lib)(0x66E4E464)() +F (.\include\components\algo\lib\lib_ranging.lib)(0x66E4E464)() +F (.\include\devices\MK800X\Source\startup_MK800X.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/devices/MK800X/Source -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/startup_mk800x.o -MD) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -F (.\include\devices\MK800X\Source\system_MK800X.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/devices/MK800X/Source -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/system_mk800x.o -MD) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +F (.\include\devices\MK800X\Source\system_MK800X.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/devices/MK800X/Source -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/system_mk800x.o -MD) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -F (.\include\drivers\lib\lib_lsp.lib)(0x67219693)() -F (.\include\drivers\lib\lib_mac_phy.lib)(0x67219693)() -F (.\include\drivers\mk_adc.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_adc.o -MD) -I (include\drivers\mk_adc.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +F (.\include\drivers\lib\lib_lsp.lib)(0x66E4E464)() +F (.\include\drivers\lib\lib_mac_phy.lib)(0x66E4E464)() +F (.\include\drivers\mk_adc.c)(0x6729822C)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_adc.o -MD) +I (include\drivers\mk_adc.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_misc.h)(0x67219694) -F (.\include\drivers\mk_aes.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_aes.o -MD) -I (include\drivers\mk_aes.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_misc.h)(0x66E4E464) +F (.\include\drivers\mk_aes.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_aes.o -MD) +I (include\drivers\mk_aes.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_calib.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_calib.o -MD) -I (include\drivers\mk_calib.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_calib.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_calib.o -MD) +I (include\drivers\mk_calib.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_rtc.h)(0x67219694) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\include\drivers\mk_dma.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_dma.o -MD) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_rtc.h)(0x66E4E464) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\include\drivers\mk_dma.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_dma.o -MD) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_clock.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_clock.o -MD) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_clock.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_clock.o -MD) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\drivers\mk_dual_timer.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_dual_timer.o -MD) -I (include\drivers\mk_dual_timer.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\drivers\mk_dual_timer.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_dual_timer.o -MD) +I (include\drivers\mk_dual_timer.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_flash.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_flash.o -MD) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_flash.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_flash.o -MD) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_gpio.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_gpio.o -MD) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_gpio.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_gpio.o -MD) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_io.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_io.o -MD) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_io.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_io.o -MD) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\drivers\mk_misc.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_misc.o -MD) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\drivers\mk_misc.c)(0x6721E2D8)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_misc.o -MD) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dual_timer.h)(0x67219693) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dual_timer.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -I (include\drivers\mk_reset.h)(0x67219694) -F (.\include\drivers\mk_power.c)(0x6737173E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_power.o -MD) -I (include\drivers\mk_power.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +F (.\include\drivers\mk_power.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_power.o -MD) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -F (.\include\drivers\mk_reset.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_reset.o -MD) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +F (.\include\drivers\mk_reset.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_reset.o -MD) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\include\drivers\mk_rtc.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_rtc.o -MD) -I (include\drivers\mk_rtc.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_rtc.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_rtc.o -MD) +I (include\drivers\mk_rtc.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -F (.\include\drivers\mk_sleep_timer.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_sleep_timer.o -MD) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +F (.\include\drivers\mk_sleep_timer.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_sleep_timer.o -MD) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_power.h)(0x67219694) -F (.\include\drivers\mk_trace.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_trace.o -MD) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +F (.\include\drivers\mk_trace.c)(0x671AFF47)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_trace.o -MD) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_misc.h)(0x67219694) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -F (.\include\drivers\mk_uart.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_uart.o -MD) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +F (.\include\drivers\mk_uart.c)(0x6724703E)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_uart.o -MD) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_trace.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_misc.h)(0x67219694) -F (.\include\drivers\mk_uwb.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_uwb.o -MD) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +F (.\include\drivers\mk_uwb.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_uwb.o -MD) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_aes.h)(0x67219693) -I (include\drivers\mk_lsp.h)(0x67219694) -I (include\drivers\mk_power.h)(0x67219694) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\include\drivers\mk_wdt.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_wdt.o -MD) -I (include\drivers\mk_wdt.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_aes.h)(0x66E4E464) +I (include\drivers\mk_lsp.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\include\drivers\mk_wdt.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_wdt.o -MD) +I (include\drivers\mk_wdt.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_reset.h)(0x67219694) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_reset.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -F (.\sn74hc595.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/sn74hc595.o -MD) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +F (.\sn74hc595.c)(0x67231984)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/sn74hc595.o -MD) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\sn74hc595.h)(0x673D52E0)() -F (.\mk_4G.h)(0x67219694)() -F (.\include\drivers\PCA9555.c)(0x674D81A0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pca9555.o -MD) -I (include\drivers\PCA9555.h)(0x674D6A85) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\sn74hc595.h)(0x67218D11)() +F (.\mk_4G.h)(0x671706C1)() +F (.\include\drivers\PCA9555.c)(0x6758FB31)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pca9555.o -MD) +I (include\drivers\PCA9555.h)(0x6752BAFB) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\include\drivers\PCA9555.h)(0x674D6A85)() -F (.\include\drivers\Usart1.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/usart1.o -MD) -I (include\drivers\Usart.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\include\drivers\PCA9555.h)(0x6752BAFB)() +F (.\include\drivers\Usart1.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/usart1.o -MD) +I (include\drivers\Usart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\drivers\Usart1.h)(0x67219693) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\Usart1.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) -F (.\include\drivers\Usart.c)(0x6748406D)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/usart.o -MD) -I (include\drivers\Usart.h)(0x67219693) +F (.\include\drivers\Usart.c)(0x67527293)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/usart.o -MD) +I (include\drivers\Usart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -F (.\mk_4G.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_4g.o -MD) -I (..\keil\mk_4G.h)(0x67219694) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +F (.\mk_4G.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/mk_4g.o -MD) +I (..\keil\mk_4G.h)(0x671706C1) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\global_param.h)(0x67454355) -I (..\keil\sn74hc595.h)(0x673D52E0) -F (.\include\drivers\lis3dh_driver.c)(0x67499811)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/lis3dh_driver.o -MD) -I (include\drivers\lis3dh_driver.h)(0x673D52E0) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) +I (..\keil\sn74hc595.h)(0x67218D11) +F (.\include\drivers\lis3dh_driver.c)(0x6758F3F4)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/lis3dh_driver.o -MD) +I (include\drivers\lis3dh_driver.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (..\user_config.h)(0x67492C8A) +I (..\user_config.h)(0x67527293) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\global_param.h)(0x67454355) -F (.\dw_tag.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/dw_tag.o -MD) -I (..\keil\dw_tag.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) +F (.\dw_tag.c)(0x670A2240)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/dw_tag.o -MD) +I (..\keil\dw_tag.h)(0x66E4F3D8) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_trace.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\global_param.h)(0x67454355) -F (.\dw_app_anchor.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/dw_app_anchor.o -MD) -I (..\keil\dw_app_anchor.h)(0x67219693) +I (include\drivers\global_param.h)(0x67527293) +F (.\dw_app_anchor.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/dw_app_anchor.o -MD) +I (..\keil\dw_app_anchor.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -F (.\include\drivers\global_param.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/global_param.o -MD) -I (include\drivers\global_param.h)(0x67454355) +F (.\include\drivers\global_param.c)(0x66F3C130)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/global_param.o -MD) +I (include\drivers\global_param.h)(0x67527293) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -F (.\include\drivers\serial_at_cmd_app.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/serial_at_cmd_app.o -MD) -I (include\drivers\serial_at_cmd_app.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +F (.\include\drivers\serial_at_cmd_app.c)(0x6736ACDD)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/drivers -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/serial_at_cmd_app.o -MD) +I (include\drivers\serial_at_cmd_app.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\drivers\global_param.h)(0x67454355) +I (include\drivers\global_param.h)(0x67527293) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) -I (include\drivers\Usart.h)(0x67219693) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\Usart.h)(0x66E4E464) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\include\board\board.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/board.o -MD) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\include\board\board.c)(0x673C1409)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/board.o -MD) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_power.h)(0x67219694) -I (include\drivers\mk_clock.h)(0x67219693) -I (include\drivers\mk_calib.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -F (..\pin_config.c)(0x6746FA58)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pin_config.o -MD) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\drivers\mk_clock.h)(0x66E4E464) +I (include\drivers\mk_calib.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +F (..\pin_config.c)(0x6729E2B4)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pin_config.o -MD) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\Usart.h)(0x67219693) -F (.\include\main\main.c)(0x674D86E6)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/main.o -MD) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\Usart.h)(0x66E4E464) +F (.\include\main\main.c)(0x6756B5E4)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/main.o -MD) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_wdt.h)(0x67219694) -I (include\drivers\mk_calib.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\components\libc\libc_rom.h)(0x67219693) +I (include\drivers\mk_wdt.h)(0x66E4E464) +I (include\drivers\mk_calib.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\components\libc\libc_rom.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) I (d:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5DDFFD6C) -I (include\drivers\serial_at_cmd_app.h)(0x67219694) -I (include\drivers\global_param.h)(0x67454355) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\wsf\include\wsf_nvm.h)(0x67219693) -I (include\components\wsf\include\wsf_types.h)(0x67219693) -I (include\drivers\mk_power.h)(0x67219694) -I (include\drivers\Usart.h)(0x67219693) -I (include\drivers\mk_adc.h)(0x67219693) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -I (include\drivers\lis3dh_driver.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (..\keil\mk_4G.h)(0x67219694) -I (include\components\hal\UART.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\internet\inc\Internet.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\src\TCPClient.h)(0x67219694) -F (.\include\src\TCPClient.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/tcpclient.o -MD) -I (include\src\TCPClient.h)(0x67219694) -I (include\components\hido\Include\HIDO_TYpeDef.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\internet\inc\Internet.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) +I (include\drivers\serial_at_cmd_app.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\wsf\include\wsf_nvm.h)(0x66E4E464) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\drivers\Usart.h)(0x66E4E464) +I (include\drivers\mk_adc.h)(0x66E4E464) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +I (include\drivers\lis3dh_driver.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (..\keil\mk_4G.h)(0x671706C1) +I (include\components\hal\UART.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\internet\inc\Internet.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\src\TCPClient.h)(0x66E4E464) +F (.\include\src\TCPClient.c)(0x67527293)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/tcpclient.o -MD) +I (include\src\TCPClient.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TYpeDef.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\internet\inc\Internet.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\drivers\global_param.h)(0x67454355) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) -I (include\components\hal\Uart.h)(0x673D52E0) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\hal\Uart.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) -I (..\keil\mk_4G.h)(0x67219694) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_trace.h)(0x67219694) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (..\keil\mk_4G.h)(0x671706C1) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (..\keil\dw_app_anchor.h)(0x67219693) -F (.\include\src\gps.c)(0x674D311A)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/gps.o -MD) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (..\keil\dw_app_anchor.h)(0x66E4E464) +F (.\include\src\gps.c)(0x67527293)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/gps.o -MD) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\drivers\global_param.h)(0x67454355) -F (.\uwb_app.c)(0x67496501)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uwb_app.o -MD) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) +F (.\uwb_app.c)(0x67527293)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uwb_app.o -MD) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_power.h)(0x67219694) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -I (include\components\algo\inc\lib_ranging.h)(0x67219693) -I (include\components\algo\inc\lib_aoa.h)(0x67219693) -I (..\keil\dw_app_anchor.h)(0x67219693) -I (include\drivers\global_param.h)(0x67454355) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -F (.\uwb_tag.c)(0x67219694)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uwb_tag.o -MD) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +I (include\components\algo\inc\lib_ranging.h)(0x66E4E464) +I (include\components\algo\inc\lib_aoa.h)(0x66E4E464) +I (..\keil\dw_app_anchor.h)(0x66E4E464) +I (include\drivers\global_param.h)(0x67527293) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +F (.\uwb_tag.c)(0x6711F632)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/board -I ../keil -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uwb_tag.o -MD) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_uwb.h)(0x67219694) -I (include\drivers\mk_mac.h)(0x67219694) -I (include\drivers\mk_phy.h)(0x67219694) -I (include\drivers\mk_misc.h)(0x67219694) -I (include\drivers\mk_power.h)(0x67219694) -I (include\drivers\mk_sleep_timer.h)(0x67219694) -I (include\components\algo\inc\lib_ranging.h)(0x67219693) -I (..\keil\dw_tag.h)(0x67219693) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\drivers\mk_calib.h)(0x67219693) -F (.\include\components\wsf\sources\port\baremetal\wsf_assert.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/wsf/include/platform -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_assert.o -MD) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\drivers\mk_uwb.h)(0x66E4E464) +I (include\drivers\mk_mac.h)(0x66E4E464) +I (include\drivers\mk_phy.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +I (include\drivers\mk_power.h)(0x66E4E464) +I (include\drivers\mk_sleep_timer.h)(0x66E4E464) +I (include\components\algo\inc\lib_ranging.h)(0x66E4E464) +I (..\keil\dw_tag.h)(0x66E4F3D8) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\drivers\mk_calib.h)(0x66E4E464) +F (.\include\components\wsf\sources\port\baremetal\wsf_assert.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/wsf/include/platform -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_assert.o -MD) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\components\wsf\sources\port\baremetal\wsf_buf.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_buf.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\components\wsf\sources\port\baremetal\wsf_buf.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_buf.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_buf.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_buf.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\wsf\include\wsf_heap.h)(0x67219693) -I (include\components\wsf\include\wsf_math.h)(0x67219693) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -F (.\include\components\wsf\sources\port\baremetal\wsf_bufio.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_bufio.o -MD) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\wsf\include\wsf_heap.h)(0x66E4E464) +I (include\components\wsf\include\wsf_math.h)(0x66E4E464) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +F (.\include\components\wsf\sources\port\baremetal\wsf_bufio.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_bufio.o -MD) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_bufio.h)(0x67219693) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_bufio.h)(0x66E4E464) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\platform\pal_uart.h)(0x67219693) -F (.\include\components\wsf\sources\port\baremetal\wsf_heap.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_heap.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_uart.h)(0x66E4E464) +F (.\include\components\wsf\sources\port\baremetal\wsf_heap.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_heap.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\wsf\include\wsf_buf.h)(0x67219693) -I (include\components\wsf\include\wsf_math.h)(0x67219693) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\wsf_heap.h)(0x67219693) -F (.\include\components\wsf\sources\port\baremetal\wsf_msg.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_msg.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\wsf\include\wsf_buf.h)(0x66E4E464) +I (include\components\wsf\include\wsf_math.h)(0x66E4E464) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\wsf_heap.h)(0x66E4E464) +F (.\include\components\wsf\sources\port\baremetal\wsf_msg.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_msg.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_msg.h)(0x67219693) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_msg.h)(0x66E4E464) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_buf.h)(0x67219693) -F (.\include\components\wsf\sources\port\baremetal\wsf_nvm.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_nvm.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\components\wsf\include\wsf_buf.h)(0x66E4E464) +F (.\include\components\wsf\sources\port\baremetal\wsf_nvm.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_nvm.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_nvm.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_nvm.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\platform\pal_flash.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\platform\pal_flash.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\crc\crc.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\crc\crc.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -F (.\include\components\wsf\sources\port\baremetal\wsf_os.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_os.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +F (.\include\components\wsf\sources\port\baremetal\wsf_os.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_os.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_timer.h)(0x67219693) -I (include\components\wsf\include\wsf_buf.h)(0x67219693) -I (include\components\wsf\include\wsf_msg.h)(0x67219693) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_timer.h)(0x66E4E464) +I (include\components\wsf\include\wsf_buf.h)(0x66E4E464) +I (include\components\wsf\include\wsf_msg.h)(0x66E4E464) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\components\wsf\sources\port\baremetal\wsf_queue.c)(0x6743E349)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_queue.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\components\wsf\sources\port\baremetal\wsf_queue.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_queue.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\components\wsf\sources\port\baremetal\wsf_timer.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_timer.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\components\wsf\sources\port\baremetal\wsf_timer.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_timer.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_queue.h)(0x67219693) -I (include\components\wsf\include\wsf_timer.h)(0x67219693) -I (include\components\wsf\include\wsf_os.h)(0x67219693) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_queue.h)(0x66E4E464) +I (include\components\wsf\include\wsf_timer.h)(0x66E4E464) +I (include\components\wsf\include\wsf_os.h)(0x66E4E464) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\components\wsf\sources\port\baremetal\wsf_trace.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_trace.o -MD) -I (include\components\wsf\include\wsf_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\components\wsf\sources\port\baremetal\wsf_trace.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/wsf_trace.o -MD) +I (include\components\wsf\include\wsf_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\wsf_trace.h)(0x67219693) +I (include\components\wsf\include\wsf_trace.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\wsf\include\wsf_bufio.h)(0x67219693) -I (include\components\wsf\include\wsf_buf.h)(0x67219693) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\wsf\include\wsf_bufio.h)(0x66E4E464) +I (include\components\wsf\include\wsf_buf.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\wsf\include\wsf_assert.h)(0x67219693) -I (include\components\wsf\include\wsf_cs.h)(0x67219693) -F (.\include\components\wsf\sources\platform\pal_flash.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/wsf/sources/platform -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_flash.o -MD) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\wsf\include\wsf_assert.h)(0x66E4E464) +I (include\components\wsf\include\wsf_cs.h)(0x66E4E464) +F (.\include\components\wsf\sources\platform\pal_flash.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/wsf/sources/platform -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_flash.o -MD) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\wsf\include\platform\pal_flash.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) +I (include\components\wsf\include\platform\pal_flash.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_flash.h)(0x67219693) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -F (.\include\components\wsf\sources\platform\pal_sys.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_sys.o -MD) -I (include\components\wsf\include\platform\pal_sys.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_flash.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +F (.\include\components\wsf\sources\platform\pal_sys.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_sys.o -MD) +I (include\components\wsf\include\platform\pal_sys.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\components\wsf\include\platform\pal_uart.h)(0x67219693) -I (include\drivers\mk_misc.h)(0x67219694) -F (.\include\components\wsf\sources\platform\pal_uart.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_uart.o -MD) -I (include\components\wsf\include\platform\pal_uart.h)(0x67219693) -I (include\components\wsf\include\platform\pal_types.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\components\wsf\include\platform\pal_uart.h)(0x66E4E464) +I (include\drivers\mk_misc.h)(0x66E4E464) +F (.\include\components\wsf\sources\platform\pal_uart.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/pal_uart.o -MD) +I (include\components\wsf\include\platform\pal_uart.h)(0x66E4E464) +I (include\components\wsf\include\platform\pal_types.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -F (.\include\components\crc\crc.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/crc -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/crc.o -MD) -I (include\components\crc\crc.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +F (.\include\components\crc\crc.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/crc -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/crc.o -MD) +I (include\components\crc\crc.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -F (.\include\components\libc\libc.c)(0x67219693)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/libc -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/libc.o -MD) -I (include\components\libc\libc_rom.h)(0x67219693) +F (.\include\components\libc\libc.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I ./include/components/libc -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/libc.o -MD) +I (include\components\libc\libc_rom.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) @@ -1199,230 +1199,230 @@ I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) I (d:\Keil_v5\ARM\ARMCLANG\include\math.h)(0x5DDFFD6C) -F (.\include\components\hido\hido.lib)(0x673D52E0)() -F (.\include\components\internet\src\AIR780ECSQ.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780ecsq.o -MD) -I (include\components\internet\inc\AIR780ECSQ.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) +F (.\include\components\hido\hido.lib)(0x66E4E464)() +F (.\include\components\internet\src\AIR780ECSQ.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780ecsq.o -MD) +I (include\components\internet\inc\AIR780ECSQ.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -I (include\components\internet\inc\Module.h)(0x673D52E0) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\internet\inc\Module.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\internet\inc\AIR780EFSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\internet\inc\ATConfig.h)(0x673D52E0) -F (.\include\components\internet\src\AIR780EDriver.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780edriver.o -MD) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EFSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\internet\inc\ATConfig.h)(0x66E4E464) +F (.\include\components\internet\src\AIR780EDriver.c)(0x67078437)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780edriver.o -MD) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\internet\inc\AIR780EFSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) -I (include\components\hal\UART.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Log.h)(0x673D52E0) -F (.\include\components\internet\src\AIR780EFSM.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780efsm.o -MD) -I (include\components\internet\inc\AIR780EFSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EFSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) +I (include\components\hal\UART.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Log.h)(0x66E4E464) +F (.\include\components\internet\src\AIR780EFSM.c)(0x6710871A)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780efsm.o -MD) +I (include\components\internet\inc\AIR780EFSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\internet\inc\Module.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\internet\inc\AIR780ECSQ.h)(0x673D52E0) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\internet\inc\Module.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\internet\inc\AIR780ECSQ.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\internet\inc\AIR780ESocket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\internet\inc\ATConfig.h)(0x673D52E0) -I (include\components\hal\UART.h)(0x673D52E0) -F (.\include\components\internet\src\AIR780ESocket.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780esocket.o -MD) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\internet\inc\AIR780ESocket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\internet\inc\ATConfig.h)(0x66E4E464) +I (include\components\hal\UART.h)(0x66E4E464) +F (.\include\components\internet\src\AIR780ESocket.c)(0x66F54FA8)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/air780esocket.o -MD) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdlib.h)(0x5DDFFD6A) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\internet\inc\AIR780EFSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Timer.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\internet\inc\Module.h)(0x673D52E0) -I (include\components\internet\inc\ATConfig.h)(0x673D52E0) -F (.\include\components\internet\src\Internet.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/internet.o -MD) -I (include\components\internet\inc\Internet.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) -I (include\components\internet\inc\AIR780EDriver.h)(0x673D52E0) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (..\keil\sn74hc595.h)(0x673D52E0) -I (include\board\board.h)(0x673D52E0) -I (include\drivers\mk_common.h)(0x67219693) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EFSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Timer.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\internet\inc\Module.h)(0x66E4E464) +I (include\components\internet\inc\ATConfig.h)(0x66E4E464) +F (.\include\components\internet\src\Internet.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/internet.o -MD) +I (include\components\internet\inc\Internet.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EDriver.h)(0x66E4E464) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (..\keil\sn74hc595.h)(0x67218D11) +I (include\board\board.h)(0x6718CC44) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_trace.h)(0x67219694) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_trace.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_dma.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\drivers\mk_gpio.h)(0x67219694) -I (include\drivers\mk_io.h)(0x67219694) -I (include\components\internet\inc\AIR780EFSM.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) -F (.\include\components\internet\src\Module.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/module.o -MD) -I (include\components\internet\inc\Module.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) +I (include\drivers\mk_gpio.h)(0x66E4E464) +I (include\drivers\mk_io.h)(0x66E4E464) +I (include\components\internet\inc\AIR780EFSM.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) +F (.\include\components\internet\src\Module.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/module.o -MD) +I (include\components\internet\inc\Module.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -F (.\include\components\internet\src\Socket.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/socket.o -MD) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +F (.\include\components\internet\src\Socket.c)(0x66F529A1)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/socket.o -MD) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) -I (include\components\internet\inc\Socket.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Debug.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) -F (.\include\components\hal\UART.c)(0x673D52E0)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uart.o -MD) +I (include\components\internet\inc\Socket.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Debug.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) +F (.\include\components\hal\UART.c)(0x66E4E464)(-xc -std=c99 --target=arm-arm-none-eabi -mcpu=cortex-m0 -c -fno-rtti -funsigned-char -D__MICROLIB -gdwarf-3 -O3 -ffunction-sections -w -I .. -I ./include/board -I ./include/CMSIS/Include -I ./include/components/algo/inc -I ./include/components/crc -I ./include/components/libc -I ./include/components/wsf/include -I ./include/components/wsf/include/platform -I ./include/devices/MK800X/Include -I ./include/drivers -I ./include/components/hido/Include -I ./include/components/internet/inc -I ./include/components/hal -I ../keil -I ./include/src -Wno-declaration-after-statement -Wno-double-promotion -Wno-extra-semi-stmt -Wno-gnu-zero-variadic-macro-arguments -Wno-padded -Wno-unused-parameter -I./RTE/_MK8000_Release -Id:/Users/xookk/AppData/Local/Arm/Packs/MKSEMI/MK800X_DFP/1.0.3/Device/Include -Id:/Keil_v5/ARM/CMSIS/Include -D__UVISION_VERSION="530" -D_RTE_ -DUWB_EN -DSTD_LIBC -o ./objects/uart.o -MD) I (d:\Keil_v5\ARM\ARMCLANG\include\string.h)(0x5DDFFD6C) I (d:\Keil_v5\ARM\ARMCLANG\include\stdio.h)(0x5DDFFD72) -I (include\components\hido\Include\HIDO_Util.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_TypeDef.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_VLQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_BaseQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_Lock.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_ATLite.h)(0x673D52E0) -I (include\components\hido\Include\HIDO_FSM.h)(0x673D52E0) +I (include\components\hido\Include\HIDO_Util.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_TypeDef.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_VLQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_BaseQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ArraryQueue.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_Lock.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_ATLite.h)(0x66E4E464) +I (include\components\hido\Include\HIDO_FSM.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stdarg.h)(0x5DDFFD72) -I (include\components\hal\UART.h)(0x673D52E0) -I (include\drivers\mk_uart.h)(0x67219694) -I (include\drivers\mk_common.h)(0x67219693) +I (include\components\hal\UART.h)(0x66E4E464) +I (include\drivers\mk_uart.h)(0x66E4E464) +I (include\drivers\mk_common.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\stddef.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdint.h)(0x5DDFFD72) I (d:\Keil_v5\ARM\ARMCLANG\include\stdbool.h)(0x5DDFFD72) -I (include\devices\MK800X\Include\MK800X.h)(0x67219693) -I (include\CMSIS\Include\core_cm0.h)(0x67219693) -I (include\CMSIS\Include\cmsis_version.h)(0x67219693) -I (include\CMSIS\Include\cmsis_compiler.h)(0x67219693) -I (include\CMSIS\Include\cmsis_armclang.h)(0x67219693) +I (include\devices\MK800X\Include\MK800X.h)(0x66E4E464) +I (include\CMSIS\Include\core_cm0.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_version.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_compiler.h)(0x66E4E464) +I (include\CMSIS\Include\cmsis_armclang.h)(0x66E4E464) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_compat.h)(0x5E0CC2EC) I (d:\Keil_v5\ARM\ARMCLANG\include\arm_acle.h)(0x5E0CC318) -I (include\devices\MK800X\Include\system_MK800X.h)(0x67219693) -I (..\user_config.h)(0x67492C8A) -I (include\drivers\mk_dma.h)(0x67219693) +I (include\devices\MK800X\Include\system_MK800X.h)(0x66E4E464) +I (..\user_config.h)(0x67527293) +I (include\drivers\mk_dma.h)(0x66E4E464) diff --git a/keil/include/drivers/PCA9555.c b/keil/include/drivers/PCA9555.c index a1fb3c7..5b82a5e 100644 --- a/keil/include/drivers/PCA9555.c +++ b/keil/include/drivers/PCA9555.c @@ -1,14 +1,17 @@ #include "PCA9555.h" - +uint8_t gps_led_output_state,tts_enbale_output_state,wake_up_output_state,air780e_enable_output_state,sos_enable_output_state,gps_backup_output_state,gps_power_output_state,main_ri_output_state;//1组output IO口从左到右1.0~1.7 +uint8_t mcu_a_output_state,chg_g_output_state,lora_irq_output_state,lora_nrst_output_state,adc_minius_output_state,input_5v_output_state,pwr_on_output_state,pwr_enable_output_state;//2组output IO口从左到右0.0~0.7 uint8_t pca9555writedata_config[10];//暂存寄存器所有配置的数组 -uint8_t pca9555writedata_output[10]; +uint8_t pca9555writedata_output[10];//暂存输出高低电平配置的数组 +uint8_t pca9555writedata_input[10];//暂存输入寄存器所有配置的数组 +uint8_t pca9555writedata_polarity[10];//暂存输入极性反转寄存器所有配置的数组 void IIC_gpio_pca_init(void) { io_pin_mux_set(SDA_PIN, IO_FUNC0); io_pin_mux_set(SCL_PIN, IO_FUNC0); gpio_pin_set_dir(SDA_PIN , GPIO_DIR_OUT, 1); -// io_open_drain_set(SDA_PIN, 1); + //io_open_drain_set(SDA_PIN, 1); io_pull_set(SDA_PIN , IO_PULL_UP, IO_PULL_UP_LEVEL2);//输出高阻态 gpio_pin_set_dir(SCL_PIN , GPIO_DIR_OUT, 1); @@ -18,13 +21,22 @@ void IIC2_pca_Start(void) { -// IIC2_SDA_OUT(); //sda线输出 +//// IIC2_SDA_OUT(); //sda线输出 +// SDA_1; +// delay_us(10); +// SCL_1; +// delay_us(10); +// SDA_0;//START:when CLK is high,DATA change form high to low +// delay_us(10); + + // IIC2_SDA_OUT(); //sda线输出 SDA_1; - delay_us(10); +// delay_us(10); SCL_1; - delay_us(10); +// delay_us(10); SDA_0;//START:when CLK is high,DATA change form high to low delay_us(10); + SCL_0;//钳住I2C总线,准备发送或接收数据 } void IIC_pca_Ready(void) { @@ -38,13 +50,21 @@ void IIC2_pca_Stop(void) { - SDA_0;//STOP:when CLK is high DATA change form low to high +// SDA_0;//STOP:when CLK is high DATA change form low to high +// +// delay_us(10); +// SCL_1; +// delay_us(10); +// SDA_1;//发送I2C总线结束信号 +// delay_us(10); - delay_us(10); - SCL_1; - delay_us(10); - SDA_1;//发送I2C总线结束信号 - delay_us(10); + SCL_0; + SDA_0;//sToP:when ClK is high DATA change form low to high + delay_us(10); + SCL_1; + //delay_us(10); + SDA_1;//7发送I2C总线结束信号 + delay_us(10); } //等待应答信号到来 //返回值:1,接收应答失败 @@ -52,12 +72,16 @@ uint8_t IIC2_Wait_pca_Ack(void) { uint8_t ucErrTime=0; -// IIC2_SDA_IN(); - gpio_pin_set_dir(SDA_PIN , GPIO_DIR_IN, 1); //SDA设置为输入等待接收端的应答信号 - SDA_1; - delay_us(6); - SCL_1; - delay_us(6); +// IIC2_SDA_IN(); + + gpio_pin_set_dir(SDA_PIN,GPIO_DIR_IN,1); //SDA设置为输入等待接收端的应答信号 + SDA_1; + delay_us(6); + SCL_1; + delay_us(6); +// SDA_1; +// delay_us(6); + while(IIC2_READ_SDA) { @@ -65,10 +89,11 @@ if(ucErrTime>250) { IIC2_pca_Stop(); + gpio_pin_set_dir(SDA_PIN , GPIO_DIR_OUT, 1); return 1; } } - gpio_pin_set_dir(SDA_PIN , GPIO_DIR_OUT, 1); + gpio_pin_set_dir(SDA_PIN , GPIO_DIR_OUT, 0); SCL_0;//时钟输出0 return 0; @@ -76,30 +101,34 @@ //产生ACK应答 void IIC2_pca_send_Ack(void) { - SDA_0; - delay_us(10); - SCL_1;//读取SDA电平为低则有应答 - delay_us(10); SCL_0; + SDA_0;//读取SDA电平为低则有应答 + delay_us(10); + SCL_1; + delay_us(10); + SCL_0; } //不产生ACK应答 void IIC2_pca_send_NAck(void) { - SDA_1; - delay_us(10); - SCL_1;//读取SDA电平为高则无应答信号 - delay_us(10); SCL_0; + SDA_1;//读取SDA电平为高则无应答信号 + delay_us(10); + SCL_1; + delay_us(10); + SCL_0; } //IIC发送一个字节,WRITE //返回从机有无应答 //1,有应答 //0,无应答 +uint8_t statistic_num; void IIC2_Send_pca_Byte(uint8_t txd) { uint8_t t; // IIC2_SDA_OUT(); SCL_0;//拉低时钟开始数据传输 +// delay_us(10); for(t=0; t<8; t++) { if((txd&0x80)>>7) @@ -117,28 +146,38 @@ SCL_0; delay_us(10); } - SDA_1;//新增sda拉高 - delay_us(10); +// statistic_num=txd; +// SDA_1;//新增sda拉高 +// delay_us(10); } //读1个字节,ack=1时,发送ACK,ack=0,发送nACK,不是一样的 uint8_t IIC2_Read_pca_Byte(unsigned char ack) { unsigned char i,receive=0; -// IIC2_SDA_IN();//SDA设置为输入 + gpio_pin_set_dir(SDA_PIN,GPIO_DIR_IN,0); //设置为输入读取电平 +// io_pull_set(SDA_PIN , IO_HIGH_Z, IO_PULL_UP_NONE); for(i=0; i<8; i++ ) { SCL_0; - delay_us(10); + delay_us(6);//修改时间 SCL_1; receive<<=1; if(IIC2_READ_SDA)receive++; delay_us(5); } - if (!ack) - IIC2_pca_send_NAck();//发送nACK - else - IIC2_pca_send_Ack(); //发送ACK + SCL_0; + if(ack==2){ + gpio_pin_set_dir(SDA_PIN,GPIO_DIR_OUT,0); //设置为输出恢复ACK + }else{ + gpio_pin_set_dir(SDA_PIN,GPIO_DIR_OUT,1); //设置为输出恢复ACK + } + +// io_pull_set(SDA_PIN , IO_PULL_UP, IO_PULL_UP_LEVEL2);//输出高阻态 +// if (!ack) +// IIC2_pca_send_NAck();//发送nACK +// else +// IIC2_pca_send_Ack(); //发送ACK return receive; } @@ -150,46 +189,95 @@ high_byte 写入芯片的前后位数据 *********************************************************/ //写pca9555第一层,最底层驱动 +int temp_ack3,temp_ack4,temp_ack5,temp_ack6; void IIC_Write_Pca9555(unsigned char addr,unsigned char reg_addr,unsigned char low_byte,unsigned char high_byte) { IIC2_pca_Start(); IIC2_Send_pca_Byte(addr & 0xfe); - IIC2_Wait_pca_Ack(); + temp_ack3=IIC2_Wait_pca_Ack(); IIC2_Send_pca_Byte(reg_addr); - IIC2_Wait_pca_Ack(); + temp_ack4=IIC2_Wait_pca_Ack(); IIC2_Send_pca_Byte(low_byte); - IIC2_Wait_pca_Ack(); + temp_ack5=IIC2_Wait_pca_Ack(); IIC2_Send_pca_Byte(high_byte); - IIC2_Wait_pca_Ack(); + temp_ack6=IIC2_Wait_pca_Ack(); IIC2_pca_Stop(); -} + +// IIC2_Start(); +// IIC2_Send_Byte(addr & 0xfe); //发送写命令 +// temp_ack3=IIC2_Wait_pca_Ack(); +// IIC2_Send_Byte(reg_addr); //发送地址 +// temp_ack4=IIC2_Wait_pca_Ack(); +// IIC2_Send_Byte(low_byte); //发送字节 +// temp_ack5=IIC2_Wait_pca_Ack(); +// IIC2_Send_Byte(high_byte); //发送字节 +// temp_ack6=IIC2_Wait_pca_Ack(); +// IIC2_Stop();//产生一个停止条件 +} +/* + // IIC2_Start(); +// IIC2_Send_Byte(addr & 0xfe); //发送写命令 +// temp_ack3=IIC2_Wait_Ack(); +// IIC2_Send_Byte(reg_addr); //发送地址 +// temp_ack4=IIC2_Wait_Ack(); +// IIC2_Send_Byte(low_byte); //发送字节 +// temp_ack5=IIC2_Wait_Ack(); +// IIC2_Send_Byte(high_byte); //发送字节 +// temp_ack6=IIC2_Wait_Ack(); +// IIC2_Stop();//产生一个停止条件 +*/ +int temp_ack,temp_ack1,temp_ack2; + uint8_t temp=0; void IIC_Read_Pca9555(uint8_t addr,uint8_t reg_addr,uint8_t* pBuffer,uint16_t num) { IIC2_pca_Start(); IIC2_Send_pca_Byte(addr & 0xfe); - IIC2_Wait_pca_Ack(); + temp_ack=IIC2_Wait_pca_Ack(); IIC2_Send_pca_Byte(reg_addr); - IIC2_Wait_pca_Ack(); + temp_ack1=IIC2_Wait_pca_Ack(); IIC2_pca_Start(); IIC2_Send_pca_Byte(addr | 0x01); - IIC2_Wait_pca_Ack(); + temp_ack2=IIC2_Wait_pca_Ack(); + +// if(num==2){ +// pBuffer[0]=IIC2_Read_Byte(1); +// pBuffer[1]=IIC2_Read_Byte(0); +// }else{ +// pBuffer[0]=IIC2_Read_Byte(0); +// } + while (num) { - *pBuffer = IIC2_Read_pca_Byte(1); + *pBuffer = IIC2_Read_pca_Byte(num); if (num == 1) { IIC2_pca_send_NAck(); + //IIC2_NAck(); } else { IIC2_pca_send_Ack(); + //IIC2_Ack(); } pBuffer++; num--; } IIC2_pca_Stop(); + + +// IIC2_Start(); +// IIC2_Send_Byte(addr & 0xfe); //发送写命令 +// IIC2_Wait_pca_Ack(); +// IIC2_Send_Byte(reg_addr); //发送读地址 +// IIC2_Wait_pca_Ack(); +// IIC2_Start(); +// IIC2_Send_Byte(0x41); //发送读命令,进入接收模式 +// IIC2_Wait_pca_Ack(); +// temp=IIC2_Read_Byte(0); +// IIC2_Stop(); //产生一个停止条件 + } /*写pca9555第二层驱动,可辅助逻辑不破坏最底层驱动,该函数默认配置输出寄存器 @@ -201,7 +289,7 @@ { IIC_Write_Pca9555(addr,PCA9555_REG_OUT0,data_L,data_H);// PCA9555_REG_OUT0 输出寄存器0地址 pca9555writedata_output[0]= data_L;//保存该次设置数据 - pca9555writedata_output[0]= data_H; + pca9555writedata_output[1]= data_H; } /*写pca9555第二层驱动,可辅助逻辑不破坏最底层驱动,该函数默认配置输出寄存器 @@ -213,16 +301,51 @@ { IIC_Write_Pca9555(addr,PCA9555_REG_CFG0,data_L,data_H);// PCA9555_REG_OUT0 输出寄存器0地址 pca9555writedata_config[0]= data_L;//保存该次设置数据 - pca9555writedata_config[0]= data_H; + pca9555writedata_config[1]= data_H; +} +/*写pca9555第二层驱动,可辅助逻辑不破坏最底层驱动,该函数默认配置输入极性翻转寄存器 1翻转 2不变 + addr 芯片地址,0x40表示第一个芯片地址 + data_L 写入芯片的前八位数据 + data_H 写入芯片的前后位数据 +*/ +void PCA9555_write_polarity_port_data(unsigned char addr,unsigned char data_L,unsigned char data_H) +{ + IIC_Write_Pca9555(addr,PCA9555_REG_POL0,data_L,data_H);// PCA9555_REG_OUT0 输出寄存器0地址 + pca9555writedata_polarity[0]= data_L;//保存该次设置数据 + pca9555writedata_polarity[1]= data_H; } /*读pca9555第二层驱动,可辅助逻辑不破坏最底层驱动 addr 芯片地址,0x40表示第一个芯片地址 - pBuffer 读出芯片的数据 2个寄存器的gpio电平 + pBuffer 读出芯片的数据 2个输入寄存器的值仅限输入模式使用 */ void PCA9555_readdata(unsigned char addr,unsigned char* pBuffer) { IIC_Read_Pca9555(addr,PCA9555_REG_IN0,pBuffer,2);//2为读出芯片数据组数,9555为2组,全部读出 +} +/*读pca9555第二层驱动,可辅助逻辑不破坏最底层驱动 + addr 芯片地址,0x40表示第一个芯片地址 + pBuffer 读出芯片的数据 2个寄存器的值仅限输出模式,此模式下仅回复输入输出的控制模式的值,而非电平值 +*/ +void PCA9555_readdata_from_output_register(unsigned char addr,unsigned char* pBuffer) +{ + IIC_Read_Pca9555(addr,PCA9555_REG_OUT0,pBuffer,2);//2为读出芯片数据组数,9555为2组,全部读出 +} +/*读pca9555第二层驱动,可辅助逻辑不破坏最底层驱动 + addr 芯片地址,0x40表示第一个芯片地址 + pBuffer 读出芯片的数据 2个寄存器的值仅限输出模式,此模式下仅回复输入输出的控制模式的值,而非电平值 +*/ +void PCA9555_readdata_from_polarity_register(unsigned char addr,unsigned char* pBuffer) +{ + IIC_Read_Pca9555(addr,PCA9555_REG_POL0,pBuffer,2);//2为读出芯片数据组数,9555为2组,全部读出 +} +/*读pca9555第二层驱动,可辅助逻辑不破坏最底层驱动 + addr 芯片地址,0x40表示第一个芯片地址 + pBuffer 读出芯片的数据 配置2个寄存器的数值 +*/ +void PCA9555_readdata_from_config_register(unsigned char addr,unsigned char* pBuffer) +{ + IIC_Read_Pca9555(addr,PCA9555_REG_CFG0,pBuffer,2);//2为读出芯片数据组数,9555为2组,全部读出 } ///*配置芯片的对应管脚输入输出功能 // addr 芯片地址,0x40表示第一个芯片地址 @@ -289,7 +412,7 @@ } /*设置第一个芯片某一通道IO输入或输出 num 控制的IO序号 1~17 - value 控制的IO输出状态 0:低电平 1:高电平 + value 控制的IO输出状态 0:输出 1:输入 */ void PCA9555_Set_One_Value_Config(unsigned char num,unsigned char value) { @@ -310,9 +433,27 @@ } void PCA9555_init() { -IIC_gpio_pca_init();//配置IIC管脚 -PCA9555_write_config_port_data(PCA9555_DEVICE_ADDR,0x00,0x00);//全配置为输出 +//IIC_gpio_pca_init();//配置IIC管脚 + + PCA9555_write_config_port_data(PCA9555_DEVICE_ADDR,PCA_OUTPUT_CONFIG_MASK,PCA_OUTPUT_CONFIG_MASK);//全配置为输出 + + //PCA9555_write_config_port_data(PCA9555_DEVICE_ADDR,PCA_INPUT_CONFIG_MASK,PCA_INPUT_CONFIG_MASK);//全配置为输入 + //PCA9555_write_polarity_port_data(PCA9555_DEVICE_ADDR,0x00,0x00);//翻转 + PCA9555_Set_One_Value_Config(WAKE_UP,1); + //PCA9555_Set_All_Output(1); + + //PCA9555_readdata_from_output_register(PCA9555_DEVICE_ADDR,pca9555writedata_input); + //PCA9555_Set_One_Value_Output(AIR780E_ENBALE,0); + //PCA9555_Set_One_Value_Output(PWR_ON,0); +// PCA9555_Set_All_Output(0); + //PCA9555_readdata_from_polarity_register(PCA9555_DEVICE_ADDR,pca9555writedata_input); + PCA9555_readdata(PCA9555_DEVICE_ADDR,pca9555writedata_input);//读输入寄存器的值 + PCA9555_readdata_from_config_register(PCA9555_DEVICE_ADDR,pca9555writedata_config); +// PCA9555_Set_All_Output(0);//全部拉低 + //测试 -PCA9555_Set_All_Output(1);//全部拉高 +//PCA9555_Set_All_Output(1);//全部拉高 +//PCA9555_Set_All_Output(0);//全部拉低 + } diff --git a/keil/include/drivers/PCA9555.h b/keil/include/drivers/PCA9555.h index 2205304..440ff18 100644 --- a/keil/include/drivers/PCA9555.h +++ b/keil/include/drivers/PCA9555.h @@ -13,8 +13,30 @@ #define PCA9555_REG_CFG0 0x06 // 定义方向配置寄存器0地址 #define PCA9555_REG_CFG1 0x07 // 定义方向配置寄存器1地址 #define PCA9555_DEVICE_ADDR 0x40 // 定义PCA9555地址 -#define SDA_0 gpio_pin_clr(SDA_PIN) -#define SCL_0 gpio_pin_clr(SCL_PIN) +#define PCA_OUTPUT_CONFIG_MASK 0x00 +#define PCA_INPUT_CONFIG_MASK 0xff +#define SDA_0 gpio_pin_clr(SDA_PIN) +#define SCL_0 gpio_pin_clr(SCL_PIN) +//0组 +#define MCU_A 0x01 +#define CHG_G 0x02 +#define LORA_IRQ 0x03 +#define LORA_NRST 0x04 +#define ADC_MINIUS 0x05 +#define INPUT_5V 0x06 +#define PWR_ON 0x07 +#define PWR_ENABLE 0x08 +//1组 +#define GPS_LED 0x09 +#define TTS_ENABLE 0x0A +#define WAKE_UP 0x0B +#define AIR780E_ENBALE 0x0C +#define SOS_ENBALE 0x0D +#define GPS_BACKUP 0x0E +#define GPS_POWER 0x0F +#define MAIN_RI 0x10 +//uint8_t gps_led_output_state,tts_enbale_output_state,wake_up_output_state,air780e_enable_output_state,sos_enable_output_state,gps_backup_output_state,gps_power_output_state,main_ri_output_state;//1组output IO口从左到右1.0~1.7 +//uint8_t mcu_a_output_state,chg_g_output_state,lora_irq_output_state,lora_nrst_output_state,adc_minius_output_state,input_5v_output_state,pwr_on_output_state,pwr_enable_output_state;//2组output IO口从左到右0.0~0.7 void IIC_gpio_pca_init(void); void IIC2_pca_Start(void); void IIC_pca_Ready(void); diff --git a/keil/include/drivers/lis3dh_driver.c b/keil/include/drivers/lis3dh_driver.c index 0d2639b..b22121f 100644 --- a/keil/include/drivers/lis3dh_driver.c +++ b/keil/include/drivers/lis3dh_driver.c @@ -198,7 +198,7 @@ io_pin_mux_set(SCL_PIN, IO_FUNC0); gpio_pin_set_dir(SDA_PIN , GPIO_DIR_OUT, 1); -// io_open_drain_set(SDA_PIN, 1); + //io_open_drain_set(SDA_PIN, 1); io_pull_set(SDA_PIN , IO_PULL_UP, IO_PULL_UP_LEVEL2);//输出高阻态 gpio_pin_set_dir(SCL_PIN , GPIO_DIR_OUT, 1); diff --git a/keil/include/main/main.c b/keil/include/main/main.c index e071e15..c8809d6 100644 --- a/keil/include/main/main.c +++ b/keil/include/main/main.c @@ -572,8 +572,8 @@ // battery_monitor_close(); adc_open(&usr_adc_cfg); -// IIC2_Init(); -// Accelerometer_Init(); + IIC2_Init(); + Accelerometer_Init(); PCA9555_init(); //IO_control_init(); // io_pin_mux_set(SCL_PIN, IO_FUNC0);//测试测距波形 @@ -585,7 +585,6 @@ Program_Init(); //uart_open(UART_ID1, &test_uart_cfg); - // uart1_change_from_gps_to_debug(); //Uart1GpsRecDebugSend(); uart_receive(UART_ID1,m_EUART_DMA_RXBuf,EUART_RX_BUF_SIZE,uart_receive_callback); diff --git a/keil/uwb_simple_example.uvguix.xookk b/keil/uwb_simple_example.uvguix.xookk index 49b119c..68b788e 100644 --- a/keil/uwb_simple_example.uvguix.xookk +++ b/keil/uwb_simple_example.uvguix.xookk @@ -70,7 +70,7 @@ <WinId>466</WinId> <ViewName>Source Browser</ViewName> <UserString>500</UserString> - <TableColWidths>166</TableColWidths> + <TableColWidths>300</TableColWidths> </View> </TreeListPane> @@ -101,17 +101,17 @@ <yPos>-1</yPos> </MaxPosition> <NormalPosition> - <Top>367</Top> - <Left>2342</Left> - <Right>3638</Right> - <Bottom>1273</Bottom> + <Top>327</Top> + <Left>2221</Left> + <Right>3517</Right> + <Bottom>1233</Bottom> </NormalPosition> </WindowPosition> <MDIClientArea> <RegID>0</RegID> <MDITabState> - <Len>8994</Len> - <Data>010000000400000001000000010000000100000001000000000000000200000000000000010000000100000000000000280000002800000001000000530000000D000000010000003B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C757365725F636F6E6669672E68000000000D757365725F636F6E6669672E6800000000C5D4F200FFFFFFFF6A443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C636F6D706F6E656E74735C616C676F5C696E635C6C69625F616F612E6800000000096C69625F616F612E6800000000FFDC7800FFFFFFFF3A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C70696E5F636F6E6669672E63000000000C70696E5F636F6E6669672E6300000000BECEA100FFFFFFFF56643A5C55736572735C786F6F6B6B5C417070446174615C4C6F63616C5C41726D5C5061636B735C4D4B53454D495C4D4B383030585F4446505C312E302E335C4465766963655C496E636C7564655C4D4B383030582E6800000000084D4B383030582E6800000000F0A0A100FFFFFFFF2C643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C61726D5F636F6D7061742E68000000000C61726D5F636F6D7061742E6800000000BCA8E100FFFFFFFF28643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C737464696E742E680000000008737464696E742E68000000009CC1B600FFFFFFFF5D643A5C55736572735C786F6F6B6B5C417070446174615C4C6F63616C5C41726D5C5061636B735C4D4B53454D495C4D4B383030585F4446505C312E302E335C4465766963655C496E636C7564655C73797374656D5F4D4B383030582E68000000000F73797374656D5F4D4B383030582E6800000000F7B88600FFFFFFFF5D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C647269766572735C5573617274312E6800000000085573617274312E6800000000D9ADC200FFFFFFFF63443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C647269766572735C676C6F62616C5F706172616D2E68000000000E676C6F62616C5F706172616D2E6800000000A5C2D700FFFFFFFF42443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C64775F6170705F616E63686F722E63000000000F64775F6170705F616E63686F722E6300000000B3A6BE00FFFFFFFF42443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C64775F6170705F616E63686F722E68000000000F64775F6170705F616E63686F722E6800000000EAD6A300FFFFFFFF6C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C7773665C736F75726365735C706F72745C626172656D6574616C5C7773665F71756575652E63000000000B7773665F71756575652E6300000000F6FA7D00FFFFFFFF48443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C626F6172645C626F6172642E630000000007626F6172642E6300000000B5E99D00FFFFFFFF46443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C6D61696E5C6D61696E2E6300000000066D61696E2E63000000005FC3CF00FFFFFFFF56443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C73657269616C5F61745F636D645F6170702E63000000001373657269616C5F61745F636D645F6170702E6300000000C1838300FFFFFFFF4D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F74726163652E68000000000A6D6B5F74726163652E6800000000CACAD500FFFFFFFF56443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C73657269616C5F61745F636D645F6170702E68000000001373657269616C5F61745F636D645F6170702E6800000000C5D4F200FFFFFFFF51443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C676C6F62616C5F706172616D2E63000000000E676C6F62616C5F706172616D2E6300000000FFDC7800FFFFFFFF51443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C676C6F62616C5F706172616D2E68000000000E676C6F62616C5F706172616D2E6800000000BECEA100FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C55736172742E63000000000755736172742E6300000000F0A0A100FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F756172742E6800000000096D6B5F756172742E6800000000BCA8E100FFFFFFFF4D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F706F7765722E63000000000A6D6B5F706F7765722E63000000009CC1B600FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6770696F2E6300000000096D6B5F6770696F2E6300000000F7B88600FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7577622E6300000000086D6B5F7577622E6300000000D9ADC200FFFFFFFF61443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C646576696365735C4D4B383030585C536F757263655C737461727475705F4D4B383030582E630000000010737461727475705F4D4B383030582E6300000000A5C2D700FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7577622E6800000000086D6B5F7577622E6800000000B3A6BE00FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7068792E6800000000086D6B5F7068792E6800000000EAD6A300FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F756172742E6300000000096D6B5F756172742E6300000000F6FA7D00FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6D6973632E6300000000096D6B5F6D6973632E6300000000B5E99D00FFFFFFFF48443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C626F6172645C626F6172642E680000000007626F6172642E68000000005FC3CF00FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6770696F2E6800000000096D6B5F6770696F2E6800000000C1838300FFFFFFFF52443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6C69733364685F6472697665722E63000000000F6C69733364685F6472697665722E6300000000CACAD500FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C5573617274312E6300000000085573617274312E6300000000C5D4F200FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F696F2E6800000000076D6B5F696F2E6800000000FFDC7800FFFFFFFF52443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6C69733364685F6472697665722E68000000000F6C69733364685F6472697665722E6800000000BECEA100FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F696F2E6300000000076D6B5F696F2E6300000000F0A0A100FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F646D612E6300000000086D6B5F646D612E6300000000BCA8E100FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C55736172742E68000000000755736172742E68000000009CC1B600FFFFFFFF4D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F72657365742E63000000000A6D6B5F72657365742E6300000000F7B88600FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7764742E6300000000086D6B5F7764742E6300000000D9ADC200FFFFFFFF4D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F74726163652E63000000000A6D6B5F74726163652E6300000000A5C2D700FFFFFFFF5A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C646576696365735C4D4B383030585C496E636C7564655C4D4B383030582E6800000000084D4B383030582E6800000000B3A6BE00FFFFFFFF4D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F706F7765722E68000000000A6D6B5F706F7765722E6800000000EAD6A300FFFFFFFF53443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F736C6565705F74696D65722E6300000000106D6B5F736C6565705F74696D65722E6300000000F6FA7D00FFFFFFFF28643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C7374646465662E6800000000087374646465662E6800000000B5E99D00FFFFFFFF51443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6C6962635C6C6962632E6300000000066C6962632E63000000005FC3CF00FFFFFFFF3E443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C736E373468633539352E63000000000B736E373468633539352E6300000000C1838300FFFFFFFF3E443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C736E373468633539352E68000000000B736E373468633539352E6800000000CACAD500FFFFFFFF3A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C6D6B5F34472E6300000000076D6B5F34472E6300000000C5D4F200FFFFFFFF3A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C6D6B5F34472E6800000000076D6B5F34472E6800000000FFDC7800FFFFFFFF50443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C68616C5C554152542E680000000006554152542E6800000000BECEA100FFFFFFFF5F443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C4149523738304546534D2E63000000000C4149523738304546534D2E6300000000F0A0A100FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C544350436C69656E742E63000000000B544350436C69656E742E6300000000BCA8E100FFFFFFFF5F443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F54696D65722E68000000000C4849444F5F54696D65722E68000000009CC1B600FFFFFFFF5D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C496E7465726E65742E63000000000A496E7465726E65742E6300000000F7B88600FFFFFFFF62443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C414952373830454472697665722E63000000000F414952373830454472697665722E6300000000D9ADC200FFFFFFFF62443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C696E635C414952373830454472697665722E68000000000F414952373830454472697665722E6800000000A5C2D700FFFFFFFF50443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C68616C5C554152542E630000000006554152542E6300000000B3A6BE00FFFFFFFF62443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C41495237383045536F636B65742E63000000000F41495237383045536F636B65742E6300000000EAD6A300FFFFFFFF3C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C7577625F6170702E6300000000097577625F6170702E6300000000F6FA7D00FFFFFFFF44443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C6770732E6300000000056770732E6300000000B5E99D00FFFFFFFF4A443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C544350436C69656E742E68000000000B544350436C69656E742E68000000005FC3CF00FFFFFFFF5E443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F5574696C2E68000000000B4849444F5F5574696C2E6800000000C1838300FFFFFFFF3C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C7577625F7461672E6300000000097577625F7461672E6300000000CACAD500FFFFFFFF3B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C64775F7461672E63000000000864775F7461672E6300000000C5D4F200FFFFFFFF3B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C64775F7461672E68000000000864775F7461672E6800000000FFDC7800FFFFFFFF5B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C536F636B65742E630000000008536F636B65742E6300000000BECEA100FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6164632E6300000000086D6B5F6164632E6300000000F0A0A100FFFFFFFF5B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C4D6F64756C652E6300000000084D6F64756C652E6300000000BCA8E100FFFFFFFF4E443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F636F6D6D6F6E2E68000000000B6D6B5F636F6D6D6F6E2E68000000009CC1B600FFFFFFFF5B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C696E635C536F636B65742E680000000008536F636B65742E6800000000F7B88600FFFFFFFF5D443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F46534D2E68000000000A4849444F5F46534D2E6800000000D9ADC200FFFFFFFF60443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F41544C6974652E68000000000D4849444F5F41544C6974652E6800000000A5C2D700FFFFFFFF53443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C434D5349535C496E636C7564655C636F72655F636D302E68000000000A636F72655F636D302E6800000000B3A6BE00FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7764742E6800000000086D6B5F7764742E6800000000EAD6A300FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F646D612E6800000000086D6B5F646D612E6800000000F6FA7D00FFFFFFFF61443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F545970654465662E68000000000E4849444F5F545970654465662E6800000000B5E99D00FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6D6973632E6800000000096D6B5F6D6973632E68000000005FC3CF00FFFFFFFF4B443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6164632E6800000000086D6B5F6164632E6800000000C1838300FFFFFFFF5C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C616C676F5C696E635C6C69625F72616E67696E672E68000000000D6C69625F72616E67696E672E6800000000CACAD500FFFFFFFF58443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C616C676F5C696E635C6C69625F616F612E6800000000096C69625F616F612E6800000000C5D4F200FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C504341393535352E630000000009504341393535352E6300000000FFDC7800FFFFFFFF4C443A5C70726F6A656374206368656E5C616E62616E675F416E63686F725C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C504341393535352E680000000009504341393535352E6800000000BECEA100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000006C08000074010000000F000040040000</Data> + <Len>9969</Len> + <Data>01000000040000000100000001000000010000000100000000000000020000000000000001000000010000000000000028000000280000000100000053000000510000000100000048443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C757365725F636F6E6669672E68000000000D757365725F636F6E6669672E6800000000C5D4F200FFFFFFFF6A443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C636F6D706F6E656E74735C616C676F5C696E635C6C69625F616F612E6800000000096C69625F616F612E6800000000FFDC7800FFFFFFFF47443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C70696E5F636F6E6669672E63000000000C70696E5F636F6E6669672E6300000000BECEA100FFFFFFFF56643A5C55736572735C786F6F6B6B5C417070446174615C4C6F63616C5C41726D5C5061636B735C4D4B53454D495C4D4B383030585F4446505C312E302E335C4465766963655C496E636C7564655C4D4B383030582E6800000000084D4B383030582E6800000000F0A0A100FFFFFFFF2C643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C61726D5F636F6D7061742E68000000000C61726D5F636F6D7061742E6800000000BCA8E100FFFFFFFF28643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C737464696E742E680000000008737464696E742E68000000009CC1B600FFFFFFFF5D643A5C55736572735C786F6F6B6B5C417070446174615C4C6F63616C5C41726D5C5061636B735C4D4B53454D495C4D4B383030585F4446505C312E302E335C4465766963655C496E636C7564655C73797374656D5F4D4B383030582E68000000000F73797374656D5F4D4B383030582E6800000000F7B88600FFFFFFFF5D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C647269766572735C5573617274312E6800000000085573617274312E6800000000D9ADC200FFFFFFFF63443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E362E325C6D6B383030302073646B5C73646B5F76302E362E325F72345C647269766572735C676C6F62616C5F706172616D2E68000000000E676C6F62616C5F706172616D2E6800000000A5C2D700FFFFFFFF4F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C64775F6170705F616E63686F722E63000000000F64775F6170705F616E63686F722E6300000000B3A6BE00FFFFFFFF4F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C64775F6170705F616E63686F722E68000000000F64775F6170705F616E63686F722E6800000000EAD6A300FFFFFFFF79443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C7773665C736F75726365735C706F72745C626172656D6574616C5C7773665F71756575652E63000000000B7773665F71756575652E6300000000F6FA7D00FFFFFFFF55443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C626F6172645C626F6172642E630000000007626F6172642E6300000000B5E99D00FFFFFFFF53443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C6D61696E5C6D61696E2E6300000000066D61696E2E63000000005FC3CF00FFFFFFFF63443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C73657269616C5F61745F636D645F6170702E63000000001373657269616C5F61745F636D645F6170702E6300000000C1838300FFFFFFFF5A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F74726163652E68000000000A6D6B5F74726163652E6800000000CACAD500FFFFFFFF63443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C73657269616C5F61745F636D645F6170702E68000000001373657269616C5F61745F636D645F6170702E6800000000C5D4F200FFFFFFFF5E443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C676C6F62616C5F706172616D2E63000000000E676C6F62616C5F706172616D2E6300000000FFDC7800FFFFFFFF5E443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C676C6F62616C5F706172616D2E68000000000E676C6F62616C5F706172616D2E6800000000BECEA100FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C55736172742E63000000000755736172742E6300000000F0A0A100FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F756172742E6800000000096D6B5F756172742E6800000000BCA8E100FFFFFFFF5A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F706F7765722E63000000000A6D6B5F706F7765722E63000000009CC1B600FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6770696F2E6300000000096D6B5F6770696F2E6300000000F7B88600FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7577622E6300000000086D6B5F7577622E6300000000D9ADC200FFFFFFFF6E443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C646576696365735C4D4B383030585C536F757263655C737461727475705F4D4B383030582E630000000010737461727475705F4D4B383030582E6300000000A5C2D700FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7577622E6800000000086D6B5F7577622E6800000000B3A6BE00FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7068792E6800000000086D6B5F7068792E6800000000EAD6A300FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F756172742E6300000000096D6B5F756172742E6300000000F6FA7D00FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6D6973632E6300000000096D6B5F6D6973632E6300000000B5E99D00FFFFFFFF55443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C626F6172645C626F6172642E680000000007626F6172642E68000000005FC3CF00FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6770696F2E6800000000096D6B5F6770696F2E6800000000C1838300FFFFFFFF5F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6C69733364685F6472697665722E63000000000F6C69733364685F6472697665722E6300000000CACAD500FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C5573617274312E6300000000085573617274312E6300000000C5D4F200FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F696F2E6800000000076D6B5F696F2E6800000000FFDC7800FFFFFFFF5F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6C69733364685F6472697665722E68000000000F6C69733364685F6472697665722E6800000000BECEA100FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F696F2E6300000000076D6B5F696F2E6300000000F0A0A100FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F646D612E6300000000086D6B5F646D612E6300000000BCA8E100FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C55736172742E68000000000755736172742E68000000009CC1B600FFFFFFFF5A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F72657365742E63000000000A6D6B5F72657365742E6300000000F7B88600FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7764742E6300000000086D6B5F7764742E6300000000D9ADC200FFFFFFFF5A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F74726163652E63000000000A6D6B5F74726163652E6300000000A5C2D700FFFFFFFF67443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C646576696365735C4D4B383030585C496E636C7564655C4D4B383030582E6800000000084D4B383030582E6800000000B3A6BE00FFFFFFFF5A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F706F7765722E68000000000A6D6B5F706F7765722E6800000000EAD6A300FFFFFFFF60443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F736C6565705F74696D65722E6300000000106D6B5F736C6565705F74696D65722E6300000000F6FA7D00FFFFFFFF28643A5C4B65696C5F76355C41524D5C41524D434C414E475C696E636C7564655C7374646465662E6800000000087374646465662E6800000000B5E99D00FFFFFFFF5E443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6C6962635C6C6962632E6300000000066C6962632E63000000005FC3CF00FFFFFFFF4B443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C736E373468633539352E63000000000B736E373468633539352E6300000000C1838300FFFFFFFF4B443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C736E373468633539352E68000000000B736E373468633539352E6800000000CACAD500FFFFFFFF47443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C6D6B5F34472E6300000000076D6B5F34472E6300000000C5D4F200FFFFFFFF47443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C6D6B5F34472E6800000000076D6B5F34472E6800000000FFDC7800FFFFFFFF5D443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C68616C5C554152542E680000000006554152542E6800000000BECEA100FFFFFFFF6C443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C4149523738304546534D2E63000000000C4149523738304546534D2E6300000000F0A0A100FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C544350436C69656E742E63000000000B544350436C69656E742E6300000000BCA8E100FFFFFFFF6C443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F54696D65722E68000000000C4849444F5F54696D65722E68000000009CC1B600FFFFFFFF6A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C496E7465726E65742E63000000000A496E7465726E65742E6300000000F7B88600FFFFFFFF6F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C414952373830454472697665722E63000000000F414952373830454472697665722E6300000000D9ADC200FFFFFFFF6F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C696E635C414952373830454472697665722E68000000000F414952373830454472697665722E6800000000A5C2D700FFFFFFFF5D443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C68616C5C554152542E630000000006554152542E6300000000B3A6BE00FFFFFFFF6F443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C41495237383045536F636B65742E63000000000F41495237383045536F636B65742E6300000000EAD6A300FFFFFFFF49443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C7577625F6170702E6300000000097577625F6170702E6300000000F6FA7D00FFFFFFFF51443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C6770732E6300000000056770732E6300000000B5E99D00FFFFFFFF57443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C7372635C544350436C69656E742E68000000000B544350436C69656E742E68000000005FC3CF00FFFFFFFF6B443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F5574696C2E68000000000B4849444F5F5574696C2E6800000000C1838300FFFFFFFF49443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C7577625F7461672E6300000000097577625F7461672E6300000000CACAD500FFFFFFFF48443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C64775F7461672E63000000000864775F7461672E6300000000C5D4F200FFFFFFFF48443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C64775F7461672E68000000000864775F7461672E6800000000FFDC7800FFFFFFFF68443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C536F636B65742E630000000008536F636B65742E6300000000BECEA100FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6164632E6300000000086D6B5F6164632E6300000000F0A0A100FFFFFFFF68443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C7372635C4D6F64756C652E6300000000084D6F64756C652E6300000000BCA8E100FFFFFFFF5B443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F636F6D6D6F6E2E68000000000B6D6B5F636F6D6D6F6E2E68000000009CC1B600FFFFFFFF68443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C696E7465726E65745C696E635C536F636B65742E680000000008536F636B65742E6800000000F7B88600FFFFFFFF6A443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F46534D2E68000000000A4849444F5F46534D2E6800000000D9ADC200FFFFFFFF6D443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F41544C6974652E68000000000D4849444F5F41544C6974652E6800000000A5C2D700FFFFFFFF60443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C434D5349535C496E636C7564655C636F72655F636D302E68000000000A636F72655F636D302E6800000000B3A6BE00FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F7764742E6800000000086D6B5F7764742E6800000000EAD6A300FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F646D612E6800000000086D6B5F646D612E6800000000F6FA7D00FFFFFFFF6E443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C6869646F5C496E636C7564655C4849444F5F545970654465662E68000000000E4849444F5F545970654465662E6800000000B5E99D00FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6D6973632E6800000000096D6B5F6D6973632E68000000005FC3CF00FFFFFFFF58443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C6D6B5F6164632E6800000000086D6B5F6164632E6800000000C1838300FFFFFFFF69443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C616C676F5C696E635C6C69625F72616E67696E672E68000000000D6C69625F72616E67696E672E6800000000CACAD500FFFFFFFF65443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C636F6D706F6E656E74735C616C676F5C696E635C6C69625F616F612E6800000000096C69625F616F612E6800000000C5D4F200FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C504341393535352E630000000009504341393535352E6300000000FFDC7800FFFFFFFF59443A5C70726F6A656374206368656E5C4368696E6155574250726F6A6563745F555254206E6F205557425C4368696E6155574250726F6A6563745C6B65696C5C696E636C7564655C647269766572735C504341393535352E680000000009504341393535352E6800000000BECEA100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD5000100000000000000020000007408000074010000000F000071040000</Data> </MDITabState> </MDIClientArea> <ViewEx> @@ -120,7 +120,7 @@ <Window> <RegID>-1</RegID> <PaneID>-1</PaneID> - <IsVisible>1</IsVisible> + <IsVisible>0</IsVisible> <IsFloating>0</IsFloating> <IsTabbed>0</IsTabbed> <IsActivated>0</IsActivated> @@ -130,11 +130,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>000000004F000000E80000001B030000</Data> + <Data>F40000004F00000090050000DD000000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>80070000740100006808000040040000</Data> + <Data>7408000074010000100D000002020000</Data> </RectRecentFloat> </Window> <Window> @@ -150,11 +150,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000E500000002030000</Data> + <Data>0300000066000000ED00000033030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>A20200003A0200009203000006050000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -170,11 +170,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000E500000002030000</Data> + <Data>0300000066000000ED00000033030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>A20200003A0200009203000006050000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -194,7 +194,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -214,7 +214,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -234,7 +234,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -254,7 +254,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -274,7 +274,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -294,7 +294,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -314,7 +314,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -334,7 +334,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -354,7 +354,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -374,7 +374,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -394,7 +394,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -414,7 +414,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -434,7 +434,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -450,11 +450,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000E500000002030000</Data> + <Data>0300000066000000ED00000033030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>A20200003A0200009203000006050000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -470,11 +470,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000E500000002030000</Data> + <Data>0300000066000000ED00000033030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>A20200003A0200009203000006050000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -490,11 +490,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -514,7 +514,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -526,15 +526,15 @@ <IsActivated>0</IsActivated> <MRUWidth>32767</MRUWidth> <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> + <RecentFrameAlignment>4096</RecentFrameAlignment> <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -554,7 +554,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -574,7 +574,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -614,7 +614,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -634,7 +634,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -654,7 +654,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -674,7 +674,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -694,7 +694,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -714,7 +714,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -734,7 +734,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -754,7 +754,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -774,7 +774,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -794,7 +794,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -814,7 +814,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -834,7 +834,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -854,7 +854,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -874,7 +874,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -894,7 +894,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -914,7 +914,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -934,7 +934,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -954,7 +954,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -974,7 +974,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -994,7 +994,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1014,7 +1014,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1034,7 +1034,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1054,7 +1054,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1074,7 +1074,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1094,7 +1094,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1114,7 +1114,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1134,7 +1134,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1150,11 +1150,11 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000E500000002030000</Data> + <Data>0300000066000000ED00000033030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>A20200003A0200009203000006050000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -1166,15 +1166,15 @@ <IsActivated>0</IsActivated> <MRUWidth>32767</MRUWidth> <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> + <RecentFrameAlignment>4096</RecentFrameAlignment> <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -1186,15 +1186,15 @@ <IsActivated>0</IsActivated> <MRUWidth>32767</MRUWidth> <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> + <RecentFrameAlignment>4096</RecentFrameAlignment> <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F2000000090100000E02000045030000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -1214,7 +1214,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1234,7 +1234,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1246,15 +1246,15 @@ <IsActivated>0</IsActivated> <MRUWidth>32767</MRUWidth> <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> + <RecentFrameAlignment>4096</RecentFrameAlignment> <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F2000000090100000E02000045030000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -1266,15 +1266,15 @@ <IsActivated>0</IsActivated> <MRUWidth>32767</MRUWidth> <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> + <RecentFrameAlignment>4096</RecentFrameAlignment> <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>03000000360300007D070000C5030000</Data> + <Data>03000000670300007D070000C5030000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F2000000090100000E02000045030000</Data> + <Data>8A000000A1000000A6010000DD020000</Data> </RectRecentFloat> </Window> <Window> @@ -1294,7 +1294,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000BA03000097010000</Data> + <Data>8A000000A1000000520300002F010000</Data> </RectRecentFloat> </Window> <Window> @@ -1314,7 +1314,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1334,7 +1334,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1354,7 +1354,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1374,7 +1374,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1394,7 +1394,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1414,7 +1414,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1434,7 +1434,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1454,7 +1454,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1474,7 +1474,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1494,7 +1494,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1514,7 +1514,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1534,7 +1534,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1554,7 +1554,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1574,7 +1574,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1594,7 +1594,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1614,7 +1614,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1634,7 +1634,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1654,7 +1654,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1674,7 +1674,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1694,7 +1694,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <Window> @@ -1747,14 +1747,14 @@ <MRUWidth>476</MRUWidth> <PinState>0</PinState> <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>2</RecentRowIndex> + <RecentRowIndex>1</RecentRowIndex> <RectRecentDocked> <Len>16</Len> <Data>000000001C000000E701000038000000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>0A0000000A000000EE01000042000000</Data> + <Data>0A0000000A0000006E0000006E000000</Data> </RectRecentFloat> </Window> <Window> @@ -1767,10 +1767,10 @@ <MRUWidth>612</MRUWidth> <PinState>0</PinState> <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>1</RecentRowIndex> + <RecentRowIndex>2</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>000000001C0000006F02000038000000</Data> + <Data>00000000380000006F02000054000000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -1794,19 +1794,19 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>F200000009010000E2010000D2010000</Data> + <Data>8A000000A10000007A0100006A010000</Data> </RectRecentFloat> </Window> <DockMan> - <Len>3332</Len> - <Data>000000000B000000000000000010000001000000FFFFFFFFFFFFFFFFE80000004F000000EC0000001B03000001000000020000100400000001000000000000000000000000000000000000000000000001000000FFFFFFFF05000000ED0300006D000000C3000000C400000073940000FFFF02000B004354616262656450616E65001000000100000080070000740100006808000040040000000000004F000000E80000001B0300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000020000000000000FFFFFFFFFFFFFFFFF4000000DD00000090050000E1000000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000018000200000000000007408000074010000100D000002020000F40000004F00000090050000DD0000000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF9C0400004F000000A004000025020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000200C000074010000100D00004A030000A00400004F000000900500002502000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000080000000000000FFFFFFFFFFFFFFFF0000000011020000900500001502000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000800700003A030000100D0000DC030000000000001502000090050000B702000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFC802000015020000CC020000B702000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000001B030000800700001F03000001000000010000100400000001000000AEFDFFFF8C000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000008007000044040000000F000003050000000000001F03000080070000DE0300000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000</Data> + <Len>3312</Len> + <Data>000000000B000000000000000020000000000000FFFFFFFFFFFFFFFFF4000000DD00000090050000E1000000000000000100000004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000000000007408000074010000100D000002020000F40000004F00000090050000DD0000000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF9C0400004F000000A004000025020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000200C000074010000100D00004A030000A00400004F000000900500002502000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFF00000004F000000F40000004C030000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C4000000739400000180001000000100000080070000740100007008000071040000000000004F000000F00000004C0300000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF0000000011020000900500001502000000000000010000000400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800080000000000000800700003A030000100D0000DC030000000000001502000090050000B702000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFC802000015020000CC020000B702000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF000000004C0300008007000050030000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000008007000075040000000F000003050000000000005003000080070000DE0300000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000</Data> </DockMan> <ToolBar> <RegID>59392</RegID> <Name>File</Name> <Buttons> - <Len>2912</Len> - <Data>00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE80300000000000000000000000000000000000000000000000100000001000000960000000200205000000000114949435F6770696F5F7063615F696E697496000000000000001400114949435F6770696F5F7063615F696E69740BC5E4D6C3494943B9DCBDC50F494F5F636F6E74726F6C5F696E69740016504341393535355F5365745F416C6C5F4F757470757413504341393535355F4445564943455F4144445210706361393535357772697465646174610D4949435F526561645F427974650E494943325F526561645F427974650C53455155454E43455F4944580A5441475F49445F4944580C47524F55505F49445F4944580B6D61696E626173655F69640B73656E645F6275666665720E43616C63756C617465446973747304B2E2CAD40B667265715F6F66667365740E536574414E4354696D65737461700F7265635F6E65617262617365706F7311675F73746172745F73656E645F666C61670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000</Data> + <Len>2637</Len> + <Data>00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE80300000000000000000000000000000000000000000000000100000001000000960000000200205000000000065057525F4F4E96000000000000000600065057525F4F4E04B2E2CAD412416363656C65726F6D657465725F496E69740012494943325F53656E645F7063615F4279746512494943325F526561645F7063615F42797465000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000</Data> </Buttons> <OriginalItems> <Len>1423</Len> @@ -1822,7 +1822,7 @@ <Name>Build</Name> <Buttons> <Len>988</Len> - <Data>00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050000000000E4D4B383030302052656C65617365960000000000000001000E4D4B383030302052656C65617365000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000400240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000</Data> + <Data>00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000002001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0000000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050000000000E4D4B383030302052656C65617365960000000000000001000E4D4B383030302052656C65617365000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000400240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000</Data> </Buttons> <OriginalItems> <Len>583</Len> @@ -1838,7 +1838,7 @@ <Name>Debug</Name> <Buttons> <Len>2373</Len> - <Data>00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72010000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000</Data> + <Data>00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7200000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72000000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000</Data> </Buttons> <OriginalItems> <Len>898</Len> @@ -1891,7 +1891,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000ED0000002A020000</Data> + <Data>0300000066000000ED00000061020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -1911,7 +1911,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000ED0000002A020000</Data> + <Data>0300000066000000ED00000061020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -2191,7 +2191,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000ED0000002A020000</Data> + <Data>0300000066000000ED00000061020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -2211,7 +2211,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000ED0000002A020000</Data> + <Data>0300000066000000ED00000061020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -2251,7 +2251,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>000000004702000025060000EE020000</Data> + <Data>000000007E02000025060000EE020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -2891,7 +2891,7 @@ <RecentRowIndex>0</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>0300000066000000ED0000002A020000</Data> + <Data>0300000066000000ED00000061020000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -3135,7 +3135,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>BC07000061010000AC0800002A020000</Data> + <Data>0A0000000A0000006E0000006E000000</Data> </RectRecentFloat> </Window> <Window> @@ -3335,7 +3335,7 @@ </RectRecentDocked> <RectRecentFloat> <Len>16</Len> - <Data>BC07000061010000AC0800002A020000</Data> + <Data>0A0000000A0000006E0000006E000000</Data> </RectRecentFloat> </Window> <Window> @@ -3511,7 +3511,7 @@ <RecentRowIndex>2</RecentRowIndex> <RectRecentDocked> <Len>16</Len> - <Data>000000001C0000006F02000038000000</Data> + <Data>010000001C0000007002000038000000</Data> </RectRecentDocked> <RectRecentFloat> <Len>16</Len> @@ -3540,14 +3540,14 @@ </Window> <DockMan> <Len>3415</Len> - <Data>000000000C000000000000000020000001000000FFFFFFFFFFFFFFFFF4000000DF00000025060000E30000000100000001000010040000000100000073FFFFFFEC000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000010000007408000074010000A50D000004020000F40000004F00000025060000DF0000000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF9C0400004F000000A004000025020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000200C000074010000100D00004A030000A00400004F000000900500002502000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFF00000004F000000F400000043020000010000000200001004000000010000000000000000000000FFFFFFFF05000000ED0300006D000000C3000000C4000000739400000180001000000100000080070000740100007008000068030000000000004F000000F0000000430200000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF00000000430200002506000047020000010000000100001004000000010000005FFEFFFF0000000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFFC0030000A8020000C40300004F030000000000000200000004000000000000005DFDFFFF0103000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF00000000EE02000025060000F20200000100000001000010040000000100000099FDFFFF89000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000008007000017040000A50D00000305000000000000F202000025060000DE0300000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365010000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000040000001000000FFFFFFFFFFFFFFFF250600004F00000029060000DE0300000100000002000010040000000100000068FDFFFF8701000000000000000000000000000001000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800040000001000000A90D000074010000000F000003050000290600004F00000080070000DE03000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73010000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032010000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203101000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203201000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF0500000000000000000000000000000000000000000000000000000001000000FFFFFFFF8F07000001000000FFFFFFFF8F070000000000000000000000000000</Data> + <Data>000000000C000000000000000020000001000000FFFFFFFFFFFFFFFFF4000000DF00000025060000E30000000100000001000010040000000100000073FFFFFFEC000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E6500200000010000007408000074010000A50D000004020000F40000004F00000025060000DF0000000000000040280056080000000B446973617373656D626C7901000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF9C0400004F000000A004000025020000000000000200000004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C3000001800040000000000000200C000074010000100D00004A030000A00400004F000000900500002502000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFFF00000004F000000F40000007A0200000100000002000010040000000100000012FFFFFF2C050000FFFFFFFF05000000ED0300006D000000C3000000C400000073940000018000100000010000008007000074010000700800009F030000000000004F000000F00000007A0200000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73000000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7300000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657300000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273010000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000001000000FFFFFFFFFFFFFFFF000000007A020000250600007E02000001000000010000100400000001000000A5FEFFFF4200000000000000000000000000000001000000C60000000000000001000000000000000000000001000000FFFFFFFFC0030000A8020000C40300004F030000000000000200000004000000000000005DFDFFFF0103000000000000000000000000000001000000C600000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF00000000EE02000025060000F20200000100000001000010040000000100000099FDFFFF89000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF01000077940000018000800000010000008007000017040000A50D00000305000000000000F202000025060000DE0300000000000040820056060000000C4275696C64204F757470757400000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0642726F777365010000007794000001000000FFFFFFFFFFFFFFFF01000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000040000001000000FFFFFFFFFFFFFFFF250600004F00000029060000DE0300000100000002000010040000000100000068FDFFFF8701000000000000000000000000000001000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB09000001800040000001000000A90D000074010000000F000003050000290600004F00000080070000DE03000000000000404100560F0000001343616C6C20537461636B202B204C6F63616C73010000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031010000009007000001000000FFFFFFFFFFFFFFFF0757617463682032010000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203101000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203201000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFF0500000000000000000000000000000000000000000000000000000001000000FFFFFFFF8F07000001000000FFFFFFFF8F070000000000000000000000000000</Data> </DockMan> <ToolBar> <RegID>59392</RegID> <Name>File</Name> <Buttons> - <Len>2912</Len> - <Data>00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE80300000000000000000000000000000000000000000000000100000001000000960000000200205000000000114949435F6770696F5F7063615F696E697496000000000000001400114949435F6770696F5F7063615F696E69740BC5E4D6C3494943B9DCBDC50F494F5F636F6E74726F6C5F696E69740016504341393535355F5365745F416C6C5F4F757470757413504341393535355F4445564943455F4144445210706361393535357772697465646174610D4949435F526561645F427974650E494943325F526561645F427974650C53455155454E43455F4944580A5441475F49445F4944580C47524F55505F49445F4944580B6D61696E626173655F69640B73656E645F6275666665720E43616C63756C617465446973747304B2E2CAD40B667265715F6F66667365740E536574414E4354696D65737461700F7265635F6E65617262617365706F7311675F73746172745F73656E645F666C61670000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000300150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000</Data> + <Len>2637</Len> + <Data>00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE80300000000000000000000000000000000000000000000000100000001000000960000000200205000000000065057525F4F4E96000000000000000600065057525F4F4E04B2E2CAD412416363656C65726F6D657465725F496E69740012494943325F53656E645F7063615F4279746512494943325F526561645F7063615F42797465000000000000000000000000000000000000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000300150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000400160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000001000000000000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65C6030000</Data> </Buttons> <OriginalItems> <Len>1423</Len> @@ -3563,7 +3563,7 @@ <Name>Build</Name> <Buttons> <Len>955</Len> - <Data>00200000000000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0000000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000000002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050FFFFFFFF00960000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000</Data> + <Data>00200000000000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000010000000000000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000000002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050FFFFFFFF00960000000000000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64DC010000</Data> </Buttons> <OriginalItems> <Len>583</Len> @@ -3579,7 +3579,7 @@ <Name>Debug</Name> <Buttons> <Len>2362</Len> - <Data>00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000004002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200010030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720000000000000000010000000000000001000000000000000000000001000000000013800F0100000200010032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7200000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720000000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720000000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730000000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72000000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000</Data> + <Data>00200000010000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000004002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000020001002D0000000000000000000000000000000001000000010000000180F07F0000020001002E0000000000000000000000000000000001000000010000000180E8880000020000003700000000000000000000000000000000010000000100000001803B010000020001002F0000000000000000000000000000000001000000010000000180BB8A00000200010030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000002000100310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000010000000000000001000000000000000000000001000000000013800F0100000200010032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000002000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000100000000000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000010000000000000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000010000000000000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000002000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000010000000000000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000010000000000000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F72010000000000000001000000000000000100000000000000000000000100000000000000000005446562756764020000</Data> </Buttons> <OriginalItems> <Len>898</Len> @@ -3603,7 +3603,7 @@ <ActiveMDIGroup>0</ActiveMDIGroup> <MDIGroup> <Size>100</Size> - <ActiveTab>13</ActiveTab> + <ActiveTab>81</ActiveTab> <Doc> <Name>..\user_config.h</Name> <ColumnNumber>27</ColumnNumber> @@ -3624,9 +3624,9 @@ </Doc> <Doc> <Name>..\pin_config.c</Name> - <ColumnNumber>0</ColumnNumber> - <TopLine>54</TopLine> - <CurrentLine>58</CurrentLine> + <ColumnNumber>4</ColumnNumber> + <TopLine>45</TopLine> + <CurrentLine>74</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3670,7 +3670,7 @@ <Doc> <Name>D:\project chen\UWB Double Line\new\SDKs\SDK_V0.6.2\mk8000 sdk\sdk_v0.6.2_r4\drivers\Usart1.h</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>8</TopLine> + <TopLine>5</TopLine> <CurrentLine>46</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -3679,7 +3679,7 @@ <Doc> <Name>D:\project chen\UWB Double Line\new\SDKs\SDK_V0.6.2\mk8000 sdk\sdk_v0.6.2_r4\drivers\global_param.h</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>27</TopLine> + <TopLine>24</TopLine> <CurrentLine>64</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -3706,7 +3706,7 @@ <Doc> <Name>.\include\components\wsf\sources\port\baremetal\wsf_queue.c</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>312</TopLine> + <TopLine>311</TopLine> <CurrentLine>342</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -3714,18 +3714,18 @@ </Doc> <Doc> <Name>.\include\board\board.c</Name> - <ColumnNumber>30</ColumnNumber> - <TopLine>458</TopLine> - <CurrentLine>490</CurrentLine> + <ColumnNumber>14</ColumnNumber> + <TopLine>403</TopLine> + <CurrentLine>425</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> </Doc> <Doc> <Name>.\include\main\main.c</Name> - <ColumnNumber>5</ColumnNumber> - <TopLine>519</TopLine> - <CurrentLine>547</CurrentLine> + <ColumnNumber>0</ColumnNumber> + <TopLine>570</TopLine> + <CurrentLine>577</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3741,9 +3741,9 @@ </Doc> <Doc> <Name>include\drivers\mk_trace.h</Name> - <ColumnNumber>64</ColumnNumber> + <ColumnNumber>0</ColumnNumber> <TopLine>1</TopLine> - <CurrentLine>13</CurrentLine> + <CurrentLine>2</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3769,7 +3769,7 @@ <Doc> <Name>include\drivers\global_param.h</Name> <ColumnNumber>35</ColumnNumber> - <TopLine>31</TopLine> + <TopLine>13</TopLine> <CurrentLine>33</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -3777,9 +3777,9 @@ </Doc> <Doc> <Name>.\include\drivers\Usart.c</Name> - <ColumnNumber>9</ColumnNumber> - <TopLine>65</TopLine> - <CurrentLine>66</CurrentLine> + <ColumnNumber>27</ColumnNumber> + <TopLine>9</TopLine> + <CurrentLine>46</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3804,9 +3804,9 @@ </Doc> <Doc> <Name>.\include\drivers\mk_gpio.c</Name> - <ColumnNumber>0</ColumnNumber> - <TopLine>99</TopLine> - <CurrentLine>104</CurrentLine> + <ColumnNumber>5</ColumnNumber> + <TopLine>97</TopLine> + <CurrentLine>108</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3822,9 +3822,9 @@ </Doc> <Doc> <Name>.\include\devices\MK800X\Source\startup_MK800X.c</Name> - <ColumnNumber>0</ColumnNumber> + <ColumnNumber>37</ColumnNumber> <TopLine>227</TopLine> - <CurrentLine>246</CurrentLine> + <CurrentLine>232</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3876,18 +3876,18 @@ </Doc> <Doc> <Name>include\drivers\mk_gpio.h</Name> - <ColumnNumber>15</ColumnNumber> - <TopLine>62</TopLine> - <CurrentLine>75</CurrentLine> + <ColumnNumber>0</ColumnNumber> + <TopLine>63</TopLine> + <CurrentLine>92</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> </Doc> <Doc> <Name>.\include\drivers\lis3dh_driver.c</Name> - <ColumnNumber>16</ColumnNumber> - <TopLine>239</TopLine> - <CurrentLine>278</CurrentLine> + <ColumnNumber>20</ColumnNumber> + <TopLine>610</TopLine> + <CurrentLine>231</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3903,9 +3903,9 @@ </Doc> <Doc> <Name>include\drivers\mk_io.h</Name> - <ColumnNumber>4</ColumnNumber> - <TopLine>89</TopLine> - <CurrentLine>111</CurrentLine> + <ColumnNumber>32</ColumnNumber> + <TopLine>95</TopLine> + <CurrentLine>115</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3913,8 +3913,8 @@ <Doc> <Name>include\drivers\lis3dh_driver.h</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>41</TopLine> - <CurrentLine>49</CurrentLine> + <TopLine>60</TopLine> + <CurrentLine>61</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3930,9 +3930,9 @@ </Doc> <Doc> <Name>.\include\drivers\mk_dma.c</Name> - <ColumnNumber>35</ColumnNumber> - <TopLine>98</TopLine> - <CurrentLine>114</CurrentLine> + <ColumnNumber>0</ColumnNumber> + <TopLine>101</TopLine> + <CurrentLine>106</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -3958,7 +3958,7 @@ <Doc> <Name>.\include\drivers\mk_wdt.c</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>173</TopLine> + <TopLine>170</TopLine> <CurrentLine>203</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4020,9 +4020,9 @@ </Doc> <Doc> <Name>.\sn74hc595.c</Name> - <ColumnNumber>44</ColumnNumber> + <ColumnNumber>0</ColumnNumber> <TopLine>7</TopLine> - <CurrentLine>8</CurrentLine> + <CurrentLine>16</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -4039,7 +4039,7 @@ <Doc> <Name>.\mk_4G.c</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>11</TopLine> + <TopLine>8</TopLine> <CurrentLine>46</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4048,7 +4048,7 @@ <Doc> <Name>.\mk_4G.h</Name> <ColumnNumber>9</ColumnNumber> - <TopLine>11</TopLine> + <TopLine>8</TopLine> <CurrentLine>43</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4057,7 +4057,7 @@ <Doc> <Name>include\components\hal\UART.h</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>39</TopLine> + <TopLine>36</TopLine> <CurrentLine>69</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4129,7 +4129,7 @@ <Doc> <Name>.\include\components\internet\src\AIR780ESocket.c</Name> <ColumnNumber>0</ColumnNumber> - <TopLine>470</TopLine> + <TopLine>469</TopLine> <CurrentLine>500</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4147,7 +4147,7 @@ <Doc> <Name>.\include\src\gps.c</Name> <ColumnNumber>35</ColumnNumber> - <TopLine>66</TopLine> + <TopLine>15</TopLine> <CurrentLine>16</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4255,7 +4255,7 @@ <Doc> <Name>include\components\hido\Include\HIDO_ATLite.h</Name> <ColumnNumber>10</ColumnNumber> - <TopLine>69</TopLine> + <TopLine>66</TopLine> <CurrentLine>102</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> @@ -4335,18 +4335,18 @@ </Doc> <Doc> <Name>.\include\drivers\PCA9555.c</Name> - <ColumnNumber>0</ColumnNumber> - <TopLine>4</TopLine> - <CurrentLine>14</CurrentLine> + <ColumnNumber>85</ColumnNumber> + <TopLine>417</TopLine> + <CurrentLine>451</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> </Doc> <Doc> <Name>.\include\drivers\PCA9555.h</Name> - <ColumnNumber>0</ColumnNumber> - <TopLine>1</TopLine> - <CurrentLine>18</CurrentLine> + <ColumnNumber>15</ColumnNumber> + <TopLine>12</TopLine> + <CurrentLine>32</CurrentLine> <Folding>1</Folding> <ContractedFolders></ContractedFolders> <PaneID>0</PaneID> @@ -4422,6 +4422,8 @@ <ListItem>.\uwb_app.c 962</ListItem> <ListItem>.\uwb_app.c 44</ListItem> <ListItem>.\uwb_app.c 328</ListItem> + <ListItem>.\include\drivers\lis3dh_driver.c 207</ListItem> + <ListItem>.\include\drivers\lis3dh_driver.c 225</ListItem> </Bookmarks> </ProjectGui> diff --git a/keil/uwb_simple_example.uvmpw.uvgui.xookk b/keil/uwb_simple_example.uvmpw.uvgui.xookk deleted file mode 100644 index dbc580e..0000000 --- a/keil/uwb_simple_example.uvmpw.uvgui.xookk +++ /dev/null @@ -1,1968 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no" ?> -<ProjectGui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_gui.xsd"> - - <SchemaVersion>-6.1</SchemaVersion> - - <Header>### uVision Project, (C) Keil Software</Header> - - <WinLayoutEx> - <sActiveDebugView></sActiveDebugView> - <WindowPosition> - <length>44</length> - <flags>0</flags> - <showCmd>1</showCmd> - <MinPosition> - <xPos>-32000</xPos> - <yPos>-32000</yPos> - </MinPosition> - <MaxPosition> - <xPos>-1</xPos> - <yPos>-1</yPos> - </MaxPosition> - <NormalPosition> - <Top>54</Top> - <Left>232</Left> - <Right>1757</Right> - <Bottom>1022</Bottom> - </NormalPosition> - </WindowPosition> - <MDIClientArea> - <RegID>0</RegID> - <MDITabState> - <Len>3145</Len> - <Data>010000000400000001000000010000000100000001000000000000000200000000000000010000000100000000000000280000002800000001000000140000000E000000010000007E443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C6D61696E2E6300000000066D61696E2E6300000000C5D4F200FFFFFFFF8D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F74785C73696D706C655F74782E63000000000B73696D706C655F74782E6300000000FFDC7800FFFFFFFF5D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F7577622E6300000000086D6B5F7577622E6300000000BECEA100FFFFFFFF5F443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F706F7765722E63000000000A6D6B5F706F7765722E6300000000F0A0A100FFFFFFFF60443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F636F6D6D6F6E2E68000000000B6D6B5F636F6D6D6F6E2E6800000000BCA8E100FFFFFFFF6E443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C636F6D706F6E656E74735C616C676F5C696E635C6C69625F72616E67696E672E68000000000D6C69625F72616E67696E672E68000000009CC1B600FFFFFFFF66443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C6D6B383030305F65766B5C626F6172642E630000000007626F6172642E6300000000F7B88600FFFFFFFF66443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C6D6B383030305F65766B5C626F6172642E680000000007626F6172642E6800000000D9ADC200FFFFFFFF5D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F7068792E6800000000086D6B5F7068792E6800000000A5C2D700FFFFFFFF5D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F6D61632E6800000000086D6B5F6D61632E6800000000B3A6BE00FFFFFFFF5E443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F6D6973632E6300000000096D6B5F6D6973632E6300000000EAD6A300FFFFFFFF5F443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F63616C69622E63000000000A6D6B5F63616C69622E6300000000F6FA7D00FFFFFFFF5F443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C647269766572735C6D6B5F706F7765722E68000000000A6D6B5F706F7765722E6800000000B5E99D00FFFFFFFF9F443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F64735F7477725F696E69745C73696D706C655F64735F7477725F696E69742E63000000001473696D706C655F64735F7477725F696E69742E63000000005FC3CF00FFFFFFFFA7443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F64735F7477725F726573705F7374735C73696D706C655F64735F7477725F726573705F7374732E63000000001873696D706C655F64735F7477725F726573705F7374732E6300000000C1838300FFFFFFFF8D443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F72785C73696D706C655F72782E63000000000B73696D706C655F72782E6300000000CACAD500FFFFFFFF8C443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C6D6B383030305F65766B5C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C757365725F636F6E6669672E68000000000D757365725F636F6E6669672E6800000000C5D4F200FFFFFFFFA7443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F64735F7477725F696E69745F7374735C73696D706C655F64735F7477725F696E69745F7374732E63000000001873696D706C655F64735F7477725F696E69745F7374732E6300000000FFDC7800FFFFFFFF9F443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C626F617264735C7372635C7577625F6578616D706C65735C7577625F73696D706C655F6578616D706C655C73696D706C655F64735F7477725F726573705C73696D706C655F64735F7477725F726573702E63000000001473696D706C655F64735F7477725F726573702E6300000000BECEA100FFFFFFFF6A443A5C70726F6A656374206368656E5C55574220446F75626C65204C696E655C6E65775C53444B735C53444B5F56302E352E385C6D6B383030302073646B5C73646B5F76302E352E385F72325C636F6D706F6E656E74735C616C676F5C696E635C6C69625F616F612E6800000000096C69625F616F612E6800000000F0A0A100FFFFFFFF0100000010000000C5D4F200FFDC7800BECEA100F0A0A100BCA8E1009CC1B600F7B88600D9ADC200A5C2D700B3A6BE00EAD6A300F6FA7D00B5E99D005FC3CF00C1838300CACAD50001000000000000000200000036020000A4000000D506000051030000</Data> - </MDITabState> - </MDIClientArea> - <ViewEx> - <ViewType>0</ViewType> - <ViewName>Build</ViewName> - <Window> - <RegID>-1</RegID> - <PaneID>-1</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F40000004F00000090050000DD000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1005</RegID> - <PaneID>1005</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000660000003F010000E3020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>109</RegID> - <PaneID>109</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000660000003F010000E3020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1465</RegID> - <PaneID>1465</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>000000002902000090050000B7020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1466</RegID> - <PaneID>1466</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1467</RegID> - <PaneID>1467</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1468</RegID> - <PaneID>1468</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1506</RegID> - <PaneID>1506</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>16384</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D050000FF000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1913</RegID> - <PaneID>1913</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1935</RegID> - <PaneID>1935</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500009E020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1936</RegID> - <PaneID>1936</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1937</RegID> - <PaneID>1937</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1939</RegID> - <PaneID>1939</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1940</RegID> - <PaneID>1940</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1941</RegID> - <PaneID>1941</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>1942</RegID> - <PaneID>1942</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>195</RegID> - <PaneID>195</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000660000003F010000E3020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>196</RegID> - <PaneID>196</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000660000003F010000E3020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>197</RegID> - <PaneID>197</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>0300000017030000E205000075030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>198</RegID> - <PaneID>198</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>32768</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>000000001502000090050000B7020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>199</RegID> - <PaneID>199</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>0300000017030000E205000075030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>203</RegID> - <PaneID>203</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F40000006300000090050000DD000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>204</RegID> - <PaneID>204</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>221</RegID> - <PaneID>221</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>00000000000000000000000000000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>0A0000000A0000006E0000006E000000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>2506</RegID> - <PaneID>2506</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A0040000630000009005000025020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>2507</RegID> - <PaneID>2507</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>000000002902000090050000A3020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>343</RegID> - <PaneID>343</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>346</RegID> - <PaneID>346</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35141</RegID> - <PaneID>35141</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F40000006300000090050000DD000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35824</RegID> - <PaneID>35824</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35885</RegID> - <PaneID>35885</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35886</RegID> - <PaneID>35886</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35887</RegID> - <PaneID>35887</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35888</RegID> - <PaneID>35888</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35889</RegID> - <PaneID>35889</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35890</RegID> - <PaneID>35890</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35891</RegID> - <PaneID>35891</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35892</RegID> - <PaneID>35892</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35893</RegID> - <PaneID>35893</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35894</RegID> - <PaneID>35894</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35895</RegID> - <PaneID>35895</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35896</RegID> - <PaneID>35896</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35897</RegID> - <PaneID>35897</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35898</RegID> - <PaneID>35898</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35899</RegID> - <PaneID>35899</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35900</RegID> - <PaneID>35900</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35901</RegID> - <PaneID>35901</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35902</RegID> - <PaneID>35902</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35903</RegID> - <PaneID>35903</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35904</RegID> - <PaneID>35904</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>35905</RegID> - <PaneID>35905</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>38003</RegID> - <PaneID>38003</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>0300000066000000ED0000009E020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>38007</RegID> - <PaneID>38007</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>0000000014030000900500008E030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>436</RegID> - <PaneID>436</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000170300008D05000075030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>437</RegID> - <PaneID>437</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>440</RegID> - <PaneID>440</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>463</RegID> - <PaneID>463</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000170300008D05000075030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>466</RegID> - <PaneID>466</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>03000000170300008D05000075030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000008C010000C3020000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>470</RegID> - <PaneID>470</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>F7000000660000008D050000C4000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000003803000015010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50000</RegID> - <PaneID>50000</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50001</RegID> - <PaneID>50001</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50002</RegID> - <PaneID>50002</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50003</RegID> - <PaneID>50003</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50004</RegID> - <PaneID>50004</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50005</RegID> - <PaneID>50005</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50006</RegID> - <PaneID>50006</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50007</RegID> - <PaneID>50007</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50008</RegID> - <PaneID>50008</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50009</RegID> - <PaneID>50009</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50010</RegID> - <PaneID>50010</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50011</RegID> - <PaneID>50011</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50012</RegID> - <PaneID>50012</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50013</RegID> - <PaneID>50013</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50014</RegID> - <PaneID>50014</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50015</RegID> - <PaneID>50015</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50016</RegID> - <PaneID>50016</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50017</RegID> - <PaneID>50017</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50018</RegID> - <PaneID>50018</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>50019</RegID> - <PaneID>50019</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>A3040000660000008D0500007A010000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>59392</RegID> - <PaneID>59392</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>0000000000000000D10300001C000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>0A0000000A0000006E0000006E000000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>59393</RegID> - <PaneID>0</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>000000008E030000E5050000A1030000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>0A0000000A0000006E0000006E000000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>59399</RegID> - <PaneID>59399</PaneID> - <IsVisible>1</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>1</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>000000001C000000E701000038000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>0A0000000A0000006E0000006E000000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>59400</RegID> - <PaneID>59400</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>8192</RecentFrameAlignment> - <RecentRowIndex>2</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>00000000380000006F02000054000000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>0A0000000A0000006E0000006E000000</Data> - </RectRecentFloat> - </Window> - <Window> - <RegID>824</RegID> - <PaneID>824</PaneID> - <IsVisible>0</IsVisible> - <IsFloating>0</IsFloating> - <IsTabbed>0</IsTabbed> - <IsActivated>0</IsActivated> - <MRUWidth>32767</MRUWidth> - <PinState>0</PinState> - <RecentFrameAlignment>4096</RecentFrameAlignment> - <RecentRowIndex>0</RecentRowIndex> - <RectRecentDocked> - <Len>16</Len> - <Data>030000002C0200008D0500008A020000</Data> - </RectRecentDocked> - <RectRecentFloat> - <Len>16</Len> - <Data>70000000870000006001000050010000</Data> - </RectRecentFloat> - </Window> - <DockMan> - <Len>3312</Len> - <Data>000000000B000000000000000020000000000000FFFFFFFFFFFFFFFFF4000000DD00000090050000E1000000000000000100001004000000010000000000000000000000FFFFFFFF08000000CB00000057010000CC000000F08B00005A01000079070000D601000045890000FFFF02000B004354616262656450616E65002000000000000070000000870000003803000015010000F40000004F00000090050000DD0000000000000040280046080000000B446973617373656D626C7900000000CB00000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A6572000000005701000001000000FFFFFFFFFFFFFFFF14506572666F726D616E636520416E616C797A657200000000CC00000001000000FFFFFFFFFFFFFFFF0E4C6F67696320416E616C797A657200000000F08B000001000000FFFFFFFFFFFFFFFF0D436F646520436F766572616765000000005A01000001000000FFFFFFFFFFFFFFFF11496E737472756374696F6E205472616365000000007907000001000000FFFFFFFFFFFFFFFF0F53797374656D20416E616C797A657200000000D601000001000000FFFFFFFFFFFFFFFF104576656E742053746174697374696373000000004589000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFCB00000001000000FFFFFFFFCB000000000000000040000000000000FFFFFFFFFFFFFFFF9C0400004F000000A004000025020000000000000200001004000000010000000000000000000000FFFFFFFF2B000000E2050000CA0900002D8C00002E8C00002F8C0000308C0000318C0000328C0000338C0000348C0000358C0000368C0000378C0000388C0000398C00003A8C00003B8C00003C8C00003D8C00003E8C00003F8C0000408C0000418C000050C3000051C3000052C3000053C3000054C3000055C3000056C3000057C3000058C3000059C300005AC300005BC300005CC300005DC300005EC300005FC3000060C3000061C3000062C3000063C300000180004000000000000070000000870000006001000050010000A00400004F000000900500002502000000000000404100462B0000000753796D626F6C7300000000E205000001000000FFFFFFFFFFFFFFFF0A5472616365204461746100000000CA09000001000000FFFFFFFFFFFFFFFF00000000002D8C000001000000FFFFFFFFFFFFFFFF00000000002E8C000001000000FFFFFFFFFFFFFFFF00000000002F8C000001000000FFFFFFFFFFFFFFFF0000000000308C000001000000FFFFFFFFFFFFFFFF0000000000318C000001000000FFFFFFFFFFFFFFFF0000000000328C000001000000FFFFFFFFFFFFFFFF0000000000338C000001000000FFFFFFFFFFFFFFFF0000000000348C000001000000FFFFFFFFFFFFFFFF0000000000358C000001000000FFFFFFFFFFFFFFFF0000000000368C000001000000FFFFFFFFFFFFFFFF0000000000378C000001000000FFFFFFFFFFFFFFFF0000000000388C000001000000FFFFFFFFFFFFFFFF0000000000398C000001000000FFFFFFFFFFFFFFFF00000000003A8C000001000000FFFFFFFFFFFFFFFF00000000003B8C000001000000FFFFFFFFFFFFFFFF00000000003C8C000001000000FFFFFFFFFFFFFFFF00000000003D8C000001000000FFFFFFFFFFFFFFFF00000000003E8C000001000000FFFFFFFFFFFFFFFF00000000003F8C000001000000FFFFFFFFFFFFFFFF0000000000408C000001000000FFFFFFFFFFFFFFFF0000000000418C000001000000FFFFFFFFFFFFFFFF000000000050C3000001000000FFFFFFFFFFFFFFFF000000000051C3000001000000FFFFFFFFFFFFFFFF000000000052C3000001000000FFFFFFFFFFFFFFFF000000000053C3000001000000FFFFFFFFFFFFFFFF000000000054C3000001000000FFFFFFFFFFFFFFFF000000000055C3000001000000FFFFFFFFFFFFFFFF000000000056C3000001000000FFFFFFFFFFFFFFFF000000000057C3000001000000FFFFFFFFFFFFFFFF000000000058C3000001000000FFFFFFFFFFFFFFFF000000000059C3000001000000FFFFFFFFFFFFFFFF00000000005AC3000001000000FFFFFFFFFFFFFFFF00000000005BC3000001000000FFFFFFFFFFFFFFFF00000000005CC3000001000000FFFFFFFFFFFFFFFF00000000005DC3000001000000FFFFFFFFFFFFFFFF00000000005EC3000001000000FFFFFFFFFFFFFFFF00000000005FC3000001000000FFFFFFFFFFFFFFFF000000000060C3000001000000FFFFFFFFFFFFFFFF000000000061C3000001000000FFFFFFFFFFFFFFFF000000000062C3000001000000FFFFFFFFFFFFFFFF000000000063C3000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFFE205000001000000FFFFFFFFE2050000000000000010000001000000FFFFFFFFFFFFFFFF420100004F00000046010000FC0200000100000002000010040000000100000012FFFFFFEC040000FFFFFFFF05000000ED0300006D000000C3000000C4000000739400000180001000000100000070000000870000006001000050010000000000004F00000042010000FC0200000000000040410056050000000750726F6A65637401000000ED03000001000000FFFFFFFFFFFFFFFF05426F6F6B73010000006D00000001000000FFFFFFFFFFFFFFFF0946756E6374696F6E7301000000C300000001000000FFFFFFFFFFFFFFFF0954656D706C6174657301000000C400000001000000FFFFFFFFFFFFFFFF09526567697374657273000000007394000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFED03000001000000FFFFFFFFED030000000000000080000000000000FFFFFFFFFFFFFFFF0000000011020000900500001502000000000000010000100400000001000000000000000000000000000000000000000000000001000000C6000000FFFFFFFF0F0000008F070000930700009407000095070000960700009007000091070000B5010000B801000038030000B9050000BA050000BB050000BC050000CB0900000180008000000000000070000000870000006001000050010000000000001502000090050000B702000000000000404100460F0000001343616C6C20537461636B202B204C6F63616C73000000008F07000001000000FFFFFFFFFFFFFFFF0755415254202331000000009307000001000000FFFFFFFFFFFFFFFF0755415254202332000000009407000001000000FFFFFFFFFFFFFFFF0755415254202333000000009507000001000000FFFFFFFFFFFFFFFF15446562756720287072696E74662920566965776572000000009607000001000000FFFFFFFFFFFFFFFF0757617463682031000000009007000001000000FFFFFFFFFFFFFFFF0757617463682032000000009107000001000000FFFFFFFFFFFFFFFF10547261636520457863657074696F6E7300000000B501000001000000FFFFFFFFFFFFFFFF0E4576656E7420436F756E7465727300000000B801000001000000FFFFFFFFFFFFFFFF09554C494E4B706C7573000000003803000001000000FFFFFFFFFFFFFFFF084D656D6F7279203100000000B905000001000000FFFFFFFFFFFFFFFF084D656D6F7279203200000000BA05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203300000000BB05000001000000FFFFFFFFFFFFFFFF084D656D6F7279203400000000BC05000001000000FFFFFFFFFFFFFFFF105472616365204E617669676174696F6E00000000CB09000001000000FFFFFFFFFFFFFFFFFFFFFFFF0000000001000000000000000000000001000000FFFFFFFFC802000015020000CC020000B702000000000000020000000400000000000000000000000000000000000000000000000000000002000000C6000000FFFFFFFF8F07000001000000FFFFFFFF8F07000001000000C6000000000000000080000001000000FFFFFFFFFFFFFFFF00000000FC020000E505000000030000010000000100001004000000010000000000000000000000FFFFFFFF06000000C5000000C7000000B4010000D2010000CF0100007794000001800080000001000000700000008700000038030000150100000000000000030000E50500008E0300000000000040820056060000000C4275696C64204F757470757401000000C500000001000000FFFFFFFFFFFFFFFF0D46696E6420496E2046696C657301000000C700000001000000FFFFFFFFFFFFFFFF0A4572726F72204C69737400000000B401000001000000FFFFFFFFFFFFFFFF0E536F757263652042726F7773657200000000D201000001000000FFFFFFFFFFFFFFFF0E416C6C205265666572656E63657300000000CF01000001000000FFFFFFFFFFFFFFFF0742726F77736572000000007794000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFFC500000001000000FFFFFFFFC5000000000000000000000000000000</Data> - </DockMan> - <ToolBar> - <RegID>59392</RegID> - <Name>File</Name> - <Buttons> - <Len>2595</Len> - <Data>00200000010000002800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000040004000000000000000000000000000000000100000001000000018022E100000000040005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000004000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000004000C0000000000000000000000000000000001000000010000000180F4B00000000004000D000000000000000000000000000000000100000001000000018036B10000000004000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF88000000000400460000000000000000000000000000000001000000010000000180FE880000000004004500000000000000000000000000000000010000000100000001800B810000000004001300000000000000000000000000000000010000000100000001800C810000000004001400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F0880000020000000F000000000000000000000000000000000100000001000000FFFF0100120043555646696E64436F6D626F427574746F6EE803000000000000000000000000000000000000000000000001000000010000009600000002002050000000000F72616E67696E675F72785F74696D6596000000000000000200124D4B5F44535F5457525F494E49545F5354530F72616E67696E675F72785F74696D650000000000000000018024E10000000000001100000000000000000000000000000000010000000100000001800A810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E2280000002000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B46350000000000000000000000000100000001000000000000000000000001000000020021802280000000000000150000002153746172742F53746F70202644656275672053657373696F6E094374726C2B4635000000000000000000000000010000000100000000000000000000000100000000002180E0010000000000007500000021456E65726779204D6561737572656D656E742026776974686F75742044656275670000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000160000000000000000000000000000000001000000010000000180C988000000000400180000000000000000000000000000000001000000010000000180C788000000000000190000000000000000000000000000000001000000010000002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000003002180C8880000000000001700000027264B696C6C20416C6C20427265616B706F696E747320696E2043757272656E7420546172676574000000000000000000000000010000000100000000000000000000000100000000002180E50100000000000078000000264B696C6C20416C6C20427265616B706F696E747320696E204163746976652050726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180E601000000000000790000002F4B696C6C20416C6C20427265616B706F696E747320696E204D756C74692D50726F6A65637420576F726B73706163650000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000021804C010000020001001A0000000F2650726F6A6563742057696E646F77000000000000000000000000010000000100000000000000000000000100000008002180DD880000000000001A0000000750726F6A656374000000000000000000000000010000000100000000000000000000000100000000002180DC8B0000000000003A00000005426F6F6B73000000000000000000000000010000000100000000000000000000000100000000002180E18B0000000000003B0000000946756E6374696F6E73000000000000000000000000010000000100000000000000000000000100000000002180E28B000000000000400000000954656D706C6174657300000000000000000000000001000000010000000000000000000000010000000000218018890000000000003D0000000E536F757263652042726F777365720000000000000000000000000100000001000000000000000000000001000000000021800000000000000400FFFFFFFF00000000000000000000000000010000000100000000000000000000000100000000002180D988000000000000390000000C4275696C64204F7574707574000000000000000000000000010000000100000000000000000000000100000000002180E38B000000000000410000000B46696E64204F75747075740000000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001B000000000000000000000000000000000100000001000000000000000446696C65FF7F0000</Data> - </Buttons> - <OriginalItems> - <Len>1423</Len> - <Data>2800FFFF01001100434D4643546F6F6C426172427574746F6E00E1000000000000FFFFFFFF000100000000000000010000000000000001000000018001E1000000000000FFFFFFFF000100000000000000010000000000000001000000018003E1000000000000FFFFFFFF0001000000000000000100000000000000010000000180CD7F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF000000000000000000010000000000000001000000018023E1000000000000FFFFFFFF000100000000000000010000000000000001000000018022E1000000000000FFFFFFFF000100000000000000010000000000000001000000018025E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802BE1000000000000FFFFFFFF00010000000000000001000000000000000100000001802CE1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001807A8A000000000000FFFFFFFF00010000000000000001000000000000000100000001807B8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180D3B0000000000000FFFFFFFF000100000000000000010000000000000001000000018015B1000000000000FFFFFFFF0001000000000000000100000000000000010000000180F4B0000000000000FFFFFFFF000100000000000000010000000000000001000000018036B1000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FF88000000000000FFFFFFFF0001000000000000000100000000000000010000000180FE88000000000000FFFFFFFF00010000000000000001000000000000000100000001800B81000000000000FFFFFFFF00010000000000000001000000000000000100000001800C81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180F088000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE7F000000000000FFFFFFFF000100000000000000010000000000000001000000018024E1000000000000FFFFFFFF00010000000000000001000000000000000100000001800A81000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001802280000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C488000000000000FFFFFFFF0001000000000000000100000000000000010000000180C988000000000000FFFFFFFF0001000000000000000100000000000000010000000180C788000000000000FFFFFFFF0001000000000000000100000000000000010000000180C888000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180DD88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180FB7F000000000000FFFFFFFF000100000000000000010000000000000001000000</Data> - </OriginalItems> - <OrigResetItems> - <Len>1423</Len> - <Data>2800FFFF01001100434D4643546F6F6C426172427574746F6E00E100000000000000000000000000000000000000000000000100000001000000018001E100000000000001000000000000000000000000000000000100000001000000018003E1000000000000020000000000000000000000000000000001000000010000000180CD7F0000000000000300000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018023E100000000000004000000000000000000000000000000000100000001000000018022E100000000000005000000000000000000000000000000000100000001000000018025E10000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001802BE10000000000000700000000000000000000000000000000010000000100000001802CE10000000000000800000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001807A8A0000000000000900000000000000000000000000000000010000000100000001807B8A0000000000000A00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180D3B00000000000000B000000000000000000000000000000000100000001000000018015B10000000000000C0000000000000000000000000000000001000000010000000180F4B00000000000000D000000000000000000000000000000000100000001000000018036B10000000000000E00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FF880000000000000F0000000000000000000000000000000001000000010000000180FE880000000000001000000000000000000000000000000000010000000100000001800B810000000000001100000000000000000000000000000000010000000100000001800C810000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180F088000000000000130000000000000000000000000000000001000000010000000180EE7F00000000000014000000000000000000000000000000000100000001000000018024E10000000000001500000000000000000000000000000000010000000100000001800A810000000000001600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018022800000000000001700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C488000000000000180000000000000000000000000000000001000000010000000180C988000000000000190000000000000000000000000000000001000000010000000180C7880000000000001A0000000000000000000000000000000001000000010000000180C8880000000000001B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180DD880000000000001C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180FB7F0000000000001D000000000000000000000000000000000100000001000000</Data> - </OrigResetItems> - </ToolBar> - <ToolBar> - <RegID>59399</RegID> - <Name>Build</Name> - <Buttons> - <Len>988</Len> - <Data>00200000010000001000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F0000000000001C0000000000000000000000000000000001000000010000000180D07F0000000000001D000000000000000000000000000000000100000001000000018030800000000000001E000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6EC7040000000000006A0000000C4261746368204275696C2664000000000000000000000000010000000100000000000000000000000100000004000580C7040000000000006A0000000C4261746368204275696C266400000000000000000000000001000000010000000000000000000000010000000000058046070000000000006B0000000D42617463682052656275696C640000000000000000000000000100000001000000000000000000000001000000000005804707000000000000FFFFFFFF0B426174636820436C65616E0100000000000000000000000100000001000000000000000000000001000000000005809E8A0000000000001F0000000F4261746326682053657475702E2E2E000000000000000000000000010000000100000000000000000000000100000000000180D17F0000000004002000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000002100000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6EBA00000000000000000000000000000000000000000000000001000000010000009600000003002050000000000E4D4B383030302052656C65617365960000000000000001000E4D4B383030302052656C65617365000000000180EB880000000000002200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000230000000000000000000000000000000001000000010000000180B08A000000000000240000000000000000000000000000000001000000010000000180A8010000000000004E00000000000000000000000000000000010000000100000001807202000000000000530000000000000000000000000000000001000000010000000180BE010000000000005000000000000000000000000000000000010000000100000000000000054275696C64FF7F0000</Data> - </Buttons> - <OriginalItems> - <Len>583</Len> - <Data>1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000FFFFFFFF0001000000000000000100000000000000010000000180D07F000000000000FFFFFFFF00010000000000000001000000000000000100000001803080000000000000FFFFFFFF00010000000000000001000000000000000100000001809E8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D17F000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001804C8A000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001806680000000000000FFFFFFFF0001000000000000000100000000000000010000000180EB88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180C07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180B08A000000000000FFFFFFFF0001000000000000000100000000000000010000000180A801000000000000FFFFFFFF00010000000000000001000000000000000100000001807202000000000000FFFFFFFF0001000000000000000100000000000000010000000180BE01000000000000FFFFFFFF000100000000000000010000000000000001000000</Data> - </OriginalItems> - <OrigResetItems> - <Len>583</Len> - <Data>1000FFFF01001100434D4643546F6F6C426172427574746F6ECF7F000000000000000000000000000000000000000000000001000000010000000180D07F00000000000001000000000000000000000000000000000100000001000000018030800000000000000200000000000000000000000000000000010000000100000001809E8A000000000000030000000000000000000000000000000001000000010000000180D17F0000000000000400000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001804C8A0000000000000500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001806680000000000000060000000000000000000000000000000001000000010000000180EB880000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180C07F000000000000080000000000000000000000000000000001000000010000000180B08A000000000000090000000000000000000000000000000001000000010000000180A8010000000000000A000000000000000000000000000000000100000001000000018072020000000000000B0000000000000000000000000000000001000000010000000180BE010000000000000C000000000000000000000000000000000100000001000000</Data> - </OrigResetItems> - </ToolBar> - <ToolBar> - <RegID>59400</RegID> - <Name>Debug</Name> - <Buttons> - <Len>2373</Len> - <Data>00200000000000001900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000002500000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000002600000000000000000000000000000000010000000100000001801D800000000000002700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000002800000000000000000000000000000000010000000100000001801B80000000000000290000000000000000000000000000000001000000010000000180E57F0000000000002A00000000000000000000000000000000010000000100000001801C800000000000002B00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000002C00000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B0000000000002D0000000000000000000000000000000001000000010000000180F07F0000000000002E0000000000000000000000000000000001000000010000000180E8880000000000003700000000000000000000000000000000010000000100000001803B010000000000002F0000000000000000000000000000000001000000010000000180BB8A00000000000030000000000000000000000000000000000100000001000000FFFF01001500434D4643546F6F6C4261724D656E75427574746F6E0E01000000000000310000000D57617463682057696E646F7773000000000000000000000000010000000100000000000000000000000100000003001380D88B00000000000031000000085761746368202631000000000000000000000000010000000100000000000000000000000100000000001380D98B00000000000031000000085761746368202632000000000000000000000000010000000100000000000000000000000100000000001380CE01000000000000FFFFFFFF0C576174636820416E63686F720100000000000000000000000100000001000000000000000000000001000000000013800F01000000000000320000000E4D656D6F72792057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380D28B00000000000032000000094D656D6F7279202631000000000000000000000000010000000100000000000000000000000100000000001380D38B00000000000032000000094D656D6F7279202632000000000000000000000000010000000100000000000000000000000100000000001380D48B00000000000032000000094D656D6F7279202633000000000000000000000000010000000100000000000000000000000100000000001380D58B00000000000032000000094D656D6F72792026340000000000000000000000000100000001000000000000000000000001000000000013801001000000000000330000000E53657269616C2057696E646F77730000000000000000000000000100000001000000000000000000000001000000040013809307000000000000330000000855415254202326310000000000000000000000000100000001000000000000000000000001000000000013809407000000000000330000000855415254202326320000000000000000000000000100000001000000000000000000000001000000000013809507000000000000330000000855415254202326330000000000000000000000000100000001000000000000000000000001000000000013809607000000000000330000001626446562756720287072696E746629205669657765720000000000000000000000000100000001000000000000000000000001000000000013803C010000000000007200000010416E616C797369732057696E646F7773000000000000000000000000010000000100000000000000000000000100000004001380658A000000000000340000000F264C6F67696320416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380DC7F0000000000003E0000001526506572666F726D616E636520416E616C797A6572000000000000000000000000010000000100000000000000000000000100000000001380E788000000000000380000000E26436F646520436F766572616765000000000000000000000000010000000100000000000000000000000100000000001380CD01000000000000FFFFFFFF0F416E616C7973697320416E63686F7201000000000000000000000001000000010000000000000000000000010000000000138053010000000000003F0000000D54726163652057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013805401000000000000FFFFFFFF115472616365204D656E7520416E63686F720100000000000000000000000100000001000000000000000000000001000000000013802901000000000000350000001553797374656D205669657765722057696E646F77730000000000000000000000000100000001000000000000000000000001000000010013804B01000000000000FFFFFFFF1453797374656D2056696577657220416E63686F720100000000000000000000000100000001000000000000000000000001000000000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000013800189000000000000360000000F26546F6F6C626F782057696E646F7700000000000000000000000001000000010000000000000000000000010000000300138044C5000000000000FFFFFFFF0E5570646174652057696E646F77730100000000000000000000000100000001000000000000000000000001000000000013800000000000000400FFFFFFFF000000000000000000000000000100000001000000000000000000000001000000000013805B01000000000000FFFFFFFF12546F6F6C626F78204D656E75416E63686F720100000000000000000000000100000001000000000000000000000001000000000000000000054465627567FF7F0000</Data> - </Buttons> - <OriginalItems> - <Len>898</Len> - <Data>1900FFFF01001100434D4643546F6F6C426172427574746F6ECC88000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801780000000000000FFFFFFFF00010000000000000001000000000000000100000001801D80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001801A80000000000000FFFFFFFF00010000000000000001000000000000000100000001801B80000000000000FFFFFFFF0001000000000000000100000000000000010000000180E57F000000000000FFFFFFFF00010000000000000001000000000000000100000001801C80000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800089000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF0000000000000000000100000000000000010000000180E48B000000000000FFFFFFFF0001000000000000000100000000000000010000000180F07F000000000000FFFFFFFF0001000000000000000100000000000000010000000180E888000000000000FFFFFFFF00010000000000000001000000000000000100000001803B01000000000000FFFFFFFF0001000000000000000100000000000000010000000180BB8A000000000000FFFFFFFF0001000000000000000100000000000000010000000180D88B000000000000FFFFFFFF0001000000000000000100000000000000010000000180D28B000000000000FFFFFFFF00010000000000000001000000000000000100000001809307000000000000FFFFFFFF0001000000000000000100000000000000010000000180658A000000000000FFFFFFFF0001000000000000000100000000000000010000000180C18A000000000000FFFFFFFF0001000000000000000100000000000000010000000180EE8B000000000000FFFFFFFF00010000000000000001000000000000000100000001800000000000000000FFFFFFFF00000000000000000001000000000000000100000001800189000000000000FFFFFFFF000100000000000000010000000000000001000000</Data> - </OriginalItems> - <OrigResetItems> - <Len>898</Len> - <Data>1900FFFF01001100434D4643546F6F6C426172427574746F6ECC880000000000000000000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018017800000000000000100000000000000000000000000000000010000000100000001801D800000000000000200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF00000000000000000000000000010000000100000001801A800000000000000300000000000000000000000000000000010000000100000001801B80000000000000040000000000000000000000000000000001000000010000000180E57F0000000000000500000000000000000000000000000000010000000100000001801C800000000000000600000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF000000000000000000000000000100000001000000018000890000000000000700000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180E48B000000000000080000000000000000000000000000000001000000010000000180F07F000000000000090000000000000000000000000000000001000000010000000180E8880000000000000A00000000000000000000000000000000010000000100000001803B010000000000000B0000000000000000000000000000000001000000010000000180BB8A0000000000000C0000000000000000000000000000000001000000010000000180D88B0000000000000D0000000000000000000000000000000001000000010000000180D28B0000000000000E000000000000000000000000000000000100000001000000018093070000000000000F0000000000000000000000000000000001000000010000000180658A000000000000100000000000000000000000000000000001000000010000000180C18A000000000000110000000000000000000000000000000001000000010000000180EE8B0000000000001200000000000000000000000000000000010000000100000001800000000001000000FFFFFFFF0000000000000000000000000001000000010000000180018900000000000013000000000000000000000000000000000100000001000000</Data> - </OrigResetItems> - </ToolBar> - <ControlBarsSummary> - <Bars>0</Bars> - <ScreenCX>1920</ScreenCX> - <ScreenCY>1080</ScreenCY> - </ControlBarsSummary> - </ViewEx> - </WinLayoutEx> - - <MDIGroups> - <Orientation>1</Orientation> - <ActiveMDIGroup>0</ActiveMDIGroup> - <MDIGroup> - <Size>100</Size> - <ActiveTab>14</ActiveTab> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\main.c</Name> - <ColumnNumber>1</ColumnNumber> - <TopLine>55</TopLine> - <CurrentLine>54</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_tx\simple_tx.c</Name> - <ColumnNumber>0</ColumnNumber> - <TopLine>46</TopLine> - <CurrentLine>47</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_uwb.c</Name> - <ColumnNumber>83</ColumnNumber> - <TopLine>381</TopLine> - <CurrentLine>388</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_power.c</Name> - <ColumnNumber>25</ColumnNumber> - <TopLine>167</TopLine> - <CurrentLine>184</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_common.h</Name> - <ColumnNumber>8</ColumnNumber> - <TopLine>50</TopLine> - <CurrentLine>78</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\components\algo\inc\lib_ranging.h</Name> - <ColumnNumber>5</ColumnNumber> - <TopLine>77</TopLine> - <CurrentLine>87</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\board.c</Name> - <ColumnNumber>1</ColumnNumber> - <TopLine>68</TopLine> - <CurrentLine>69</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\board.h</Name> - <ColumnNumber>12</ColumnNumber> - <TopLine>71</TopLine> - <CurrentLine>92</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_phy.h</Name> - <ColumnNumber>5</ColumnNumber> - <TopLine>414</TopLine> - <CurrentLine>445</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_mac.h</Name> - <ColumnNumber>16</ColumnNumber> - <TopLine>191</TopLine> - <CurrentLine>135</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_misc.c</Name> - <ColumnNumber>8</ColumnNumber> - <TopLine>470</TopLine> - <CurrentLine>495</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_calib.c</Name> - <ColumnNumber>1</ColumnNumber> - <TopLine>77</TopLine> - <CurrentLine>78</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\drivers\mk_power.h</Name> - <ColumnNumber>3</ColumnNumber> - <TopLine>108</TopLine> - <CurrentLine>126</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_ds_twr_init\simple_ds_twr_init.c</Name> - <ColumnNumber>9</ColumnNumber> - <TopLine>326</TopLine> - <CurrentLine>350</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_ds_twr_resp_sts\simple_ds_twr_resp_sts.c</Name> - <ColumnNumber>86</ColumnNumber> - <TopLine>440</TopLine> - <CurrentLine>461</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_rx\simple_rx.c</Name> - <ColumnNumber>14</ColumnNumber> - <TopLine>106</TopLine> - <CurrentLine>123</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\user_config.h</Name> - <ColumnNumber>25</ColumnNumber> - <TopLine>138</TopLine> - <CurrentLine>163</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_ds_twr_init_sts\simple_ds_twr_init_sts.c</Name> - <ColumnNumber>39</ColumnNumber> - <TopLine>278</TopLine> - <CurrentLine>302</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\src\uwb_examples\uwb_simple_example\simple_ds_twr_resp\simple_ds_twr_resp.c</Name> - <ColumnNumber>13</ColumnNumber> - <TopLine>321</TopLine> - <CurrentLine>384</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - <Doc> - <Name><1>..\..\..\..\..\components\algo\inc\lib_aoa.h</Name> - <ColumnNumber>9</ColumnNumber> - <TopLine>62</TopLine> - <CurrentLine>90</CurrentLine> - <Folding>1</Folding> - <ContractedFolders></ContractedFolders> - <PaneID>0</PaneID> - </Doc> - </MDIGroup> - </MDIGroups> - -</ProjectGui> diff --git a/keil/uwb_simple_example.uvoptx b/keil/uwb_simple_example.uvoptx index 1283714..85103d0 100644 --- a/keil/uwb_simple_example.uvoptx +++ b/keil/uwb_simple_example.uvoptx @@ -259,6 +259,41 @@ <WinNumber>1</WinNumber> <ItemText>temp_internal,0x0A</ItemText> </Ww> + <Ww> + <count>22</count> + <WinNumber>1</WinNumber> + <ItemText>nomove_count</ItemText> + </Ww> + <Ww> + <count>23</count> + <WinNumber>1</WinNumber> + <ItemText>pca9555writedata_output[0]</ItemText> + </Ww> + <Ww> + <count>24</count> + <WinNumber>1</WinNumber> + <ItemText>pca9555writedata_config</ItemText> + </Ww> + <Ww> + <count>25</count> + <WinNumber>1</WinNumber> + <ItemText>pca9555writedata_output[1],0x10</ItemText> + </Ww> + <Ww> + <count>26</count> + <WinNumber>1</WinNumber> + <ItemText>temp_ack2</ItemText> + </Ww> + <Ww> + <count>27</count> + <WinNumber>1</WinNumber> + <ItemText>statistic_num</ItemText> + </Ww> + <Ww> + <count>28</count> + <WinNumber>1</WinNumber> + <ItemText>pca9555writedata_input,0x10</ItemText> + </Ww> </WatchWindow1> <WatchWindow2> <Ww> @@ -819,7 +854,7 @@ <GroupNumber>4</GroupNumber> <FileNumber>36</FileNumber> <FileType>1</FileType> - <tvExp>1</tvExp> + <tvExp>0</tvExp> <tvExpOptDlg>0</tvExpOptDlg> <bDave2>0</bDave2> <PathWithFileName>.\dw_app_anchor.c</PathWithFileName> -- Gitblit v1.9.3