From 964b00f1aadcc426a99c6a5cceb78f6c211feebc Mon Sep 17 00:00:00 2001 From: Dimas Date: Tue, 18 Nov 2025 10:48:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=20=D0=B4=D0=B8=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=B5=D1=82=D0=BD=D1=8B=D1=85=20=D1=81=D0=B8=D0=B3?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Inc/package.h | 42 +- Core/Src/main.c | 62 +- Core/Src/message.c | 4 +- MDK-ARM/JLinkLog.txt | 44547 +++++++++------- MDK-ARM/uksvep_2_2_v1/main.o | Bin 26980 -> 27448 bytes MDK-ARM/uksvep_2_2_v1/message.o | Bin 8504 -> 8512 bytes MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.axf | Bin 223916 -> 224296 bytes .../uksvep_2_2_v1/uksvep_2_2_v1.build_log.htm | 6 +- MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.hex | 1464 +- MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.htm | 20 +- MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.map | 476 +- .../uksvep_2_2_v1_uksvep_2_2_v1.dep | 10 +- 12 files changed, 26259 insertions(+), 20372 deletions(-) diff --git a/Core/Inc/package.h b/Core/Inc/package.h index 31b2754..b71b7e1 100644 --- a/Core/Inc/package.h +++ b/Core/Inc/package.h @@ -6,8 +6,6 @@ #define m_FAST 0 #define m_SLOW 1 - - #define keys 0x0 // адрес повтораемой посылки «keys» #define Inputs Modbus[0x0] @@ -41,37 +39,25 @@ #define CanCycle (modbus+0x78) // счетчик циклов CAN #define CanRound (modbus+0x7A) // счетчик еще более полных циклов CAN +#define komanda modbus[124] #define Protokol modbus[125] #define LastMode modbus[126] #define Commands modbus[127] -#define command params[128] -#define bit_command Params[128] +#define bit_kom Modbus[124] -#define cTestLamp bit_command.bit.bit0 -#define cDefParam bit_command.bit.bit1 -#define cSaveParam bit_command.bit.bit2 -#define cLoadParam bit_command.bit.bit3 -#define cTermoCal bit_command.bit.bit4 -#define cKoefCalc bit_command.bit.bit5 -#define cSecretBt bit_command.bit.bit6 -#define cCanReset bit_command.bit.bit7 -#define cRawMeat bit_command.bit.bit8 -#define cCanReset bit_command.bit.bit7 -#define cReset bit_command.bit.bitF +#define cTestLamp bit_kom.bit.bit0 +#define cDefParam bit_kom.bit.bit1 +#define cSaveParam bit_kom.bit.bit2 +#define cLoadParam bit_kom.bit.bit3 +#define cTermoCal bit_kom.bit.bit4 +#define cKoefCalc bit_kom.bit.bit5 +#define cSecretBt bit_kom.bit.bit6 +#define cCanReset bit_kom.bit.bit7 +#define cRawMeat bit_kom.bit.bit8 +#define cTestOut bit_kom.bit.bit9 +//... +#define cReset bit_kom.bit.bitF -/* -#define cTestLamp Modbus[127].bit.bit0 -#define cDefParam Modbus[127].bit.bit1 -#define cSaveParam Modbus[127].bit.bit2 -#define cLoadParam Modbus[127].bit.bit3 -#define cTermoCal Modbus[127].bit.bit4 -#define cKoefCalc Modbus[127].bit.bit5 -#define cSecretBt Modbus[127].bit.bit6 -#define cCanReset Modbus[127].bit.bit7 -#define cRawMeat Modbus[127].bit.bit8 -#define cCanReset Modbus[127].bit.bit7 -#define cReset Modbus[127].bit.bitF -*/ #endif //PACKAGE diff --git a/Core/Src/main.c b/Core/Src/main.c index d5bab0e..8e5f0c4 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -131,8 +131,6 @@ int main(void) LastMode = Mode; Protokol = PROTOKOL; - command=0; - for(i=0;i<0x80;i++) county[i]=1; for(i=0;i<8;i++) @@ -142,8 +140,6 @@ int main(void) CanCycle[i]=0; timGo=1; - - /* USER CODE END 2 */ @@ -302,25 +298,28 @@ int main(void) ReadEnteres(); // Функция чтения дискретных входов //=== УПРАВЛЕНИЕ ВЫХОДНЫМИ СИГНАЛАМИ ===// - if (Errors.all | Alarms.all) - Pvt4_OFF; // Выключение сигнала "Система ВЭП в норме" - else - Pvt4_ON; // Включение сигнала "Система ВЭП в норме" + if(!cTestOut) + { + if (Errors.all | Alarms.all) + Pvt4_OFF; // Выключение сигнала "Система ВЭП в норме" + else + Pvt4_ON; // Включение сигнала "Система ВЭП в норме" - if (Errors.all) - Pvt3_ON; // Включение сигнала "Авария системы ВЭП" - else - Pvt3_OFF; // Выключение сигнала "Авария системы ВЭП" + if (Errors.all) + Pvt3_ON; // Включение сигнала "Авария системы ВЭП" + else + Pvt3_OFF; // Выключение сигнала "Авария системы ВЭП" - if (Falling_asleep) - Pvt2_ON; // Включение сигнала управления - else - Pvt2_OFF; // Выключение сигнала управления + if (Falling_asleep) + Pvt2_ON; // Включение сигнала управления + else + Pvt2_OFF; // Выключение сигнала управления + } //=== ОБРАБОТКА КОМАНД ===// if (Commands != precom) // Если команды изменились { - command = (~precom | command) & Commands; // Обновление активных команд + komanda = Commands & (~precom|komanda); // Обновление активных команд } precom = Commands; // Сохранение текущих команд для следующей итерации @@ -329,6 +328,7 @@ int main(void) { cDefParam = 0; Default_params(); // Вызов функции сброса параметров + Commands=precom; } if (cSaveParam) // Команда сохранения параметров @@ -341,6 +341,7 @@ int main(void) { cLoadParam = 0; Load_params(); // Вызов функции загрузки параметров + Commands=precom; } if (cCanReset) // Команда сброса CAN-системы @@ -362,8 +363,6 @@ int main(void) for(i = 0; i < 8; i++) masca[i] = 0; // Сброс масок } - - /* USER CODE END WHILE */ @@ -470,7 +469,7 @@ void Millisecond() work_diod, // Состояние рабочего светодиода norm_diod; // Состояние нормального светодиода static int preTest; // Предыдущее состояние теста - int TST; // Текущее состояние теста + int TST,JMP; // Текущее состояние теста // Константы времени #define CANPOWSE 10 // 10 msec - период обновления CAN @@ -485,7 +484,7 @@ void Millisecond() //=== ЧТЕНИЕ ПЕРЕКЛЮЧАТЕЛЕЙ И КНОПОК ===// Jumpers.byt.byte_1 = ReadJumpers(); // Чтение состояния переключателей - Jumpers.bit.bit0 = Buttons.bit.bit0 = TestJumper(); // Чтение состояния кнопки + JMP = Jumpers.bit.bit0 = Buttons.bit.bit0 = TestJumper(); // Чтение состояния кнопки //=== УПРАВЛЕНИЕ CAN-ШИНОЙ ===// if(++CanPowse >= CANPOWSE) @@ -503,7 +502,7 @@ void Millisecond() Falling_asleep = 1000L * Sleep_time; // Установка времени до "сна" //=== ОБРАБОТКА ТЕСТОВОГО РЕЖИМА ===// - TST = TestJumper() | cTestLamp; // Текущее состояние теста (кнопка или команда) + TST = JMP | cTestLamp; // Текущее состояние теста (кнопка или команда) if(TST & !preTest) // Обнаружение фронта нажатия кнопки { @@ -581,6 +580,25 @@ void Millisecond() if(norm_diod) LED_3_ON; // Включение нормального светодиода else LED_3_OFF; // Выключение нормального светодиода + + // Тест дискретных сигналов + if(cTestOut && JMP) + { + if (blink_over) + Pvt4_OFF; // Выключение сигнала "Система ВЭП в норме" + else + Pvt4_ON; // Включение сигнала "Система ВЭП в норме" + + if (blink_over) + Pvt3_ON; // Включение сигнала "Авария системы ВЭП" + else + Pvt3_OFF; // Выключение сигнала "Авария системы ВЭП" + + if (blink_over) + Pvt2_ON; // Включение сигнала управления + else + Pvt2_OFF; // Выключение сигнала управления + } } diff --git a/Core/Src/message.c b/Core/Src/message.c index d71f503..74289ed 100644 --- a/Core/Src/message.c +++ b/Core/Src/message.c @@ -123,7 +123,9 @@ void Init_packMask() Maska[m_SLOW][6]|= 0x05FF; // Яркость лампы и периоды посылок Maska[m_FAST][7]|= 0x0100; // Счетчик посылок Maska[m_SLOW][7]|= 0x0E00; // Счетчик посылок - Maska[m_SLOW][7]|= 0xE000; // Протокол, адрес, команды + Maska[m_SLOW][7]|= 0x6000; // Протокол, адрес + Maska[m_FAST][7]|= 0x9000; // Команды + } diff --git a/MDK-ARM/JLinkLog.txt b/MDK-ARM/JLinkLog.txt index c71e3d5..90dfb41 100644 --- a/MDK-ARM/JLinkLog.txt +++ b/MDK-ARM/JLinkLog.txt @@ -1,19341 +1,25206 @@ -T250C 000:017.621 SEGGER J-Link V7.82 Log File -T250C 000:017.891 DLL Compiled: Oct 13 2022 13:32:51 -T250C 000:017.910 Logging started @ 2025-11-13 08:14 -T250C 000:017.927 - 17.936ms -T250C 000:017.957 JLINK_SetWarnOutHandler(...) -T250C 000:017.977 - 0.029ms -T250C 000:017.996 JLINK_OpenEx(...) -T250C 000:020.676 Firmware: J-Link Ultra Rev.1 compiled Dec 3 2013 14:27:53 -T250C 000:021.169 Firmware: J-Link Ultra Rev.1 compiled Dec 3 2013 14:27:53 -T250C 000:021.514 Decompressing FW timestamp took 277 us -T250C 000:024.166 Hardware: V1.00 -T250C 000:024.199 S/N: 281104224 -T250C 000:024.224 OEM: SEGGER -T250C 000:024.249 Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB -T250C 000:025.643 TELNET listener socket opened on port 19021 -T250C 000:026.086 WEBSRV WEBSRV_Init(): Starting webserver thread(s) -T250C 000:026.287 WEBSRV Webserver running on local port 19080 -T250C 000:051.601 - 33.631ms returns "O.K." -T250C 000:051.686 JLINK_GetEmuCaps() -T250C 000:051.704 - 0.026ms returns 0xB9FF7BBF -T250C 000:051.731 JLINK_TIF_GetAvailable(...) -T250C 000:052.692 - 0.971ms -T250C 000:052.718 JLINK_SetErrorOutHandler(...) -T250C 000:052.735 - 0.025ms -T250C 000:052.794 JLINK_ExecCommand("ProjectFile = "D:\ProjectSTM32\GIT\UKSVEP_23550.2\MDK-ARM\JLinkSettings.ini"", ...). -T250C 000:070.164 Ref file found at: D:\Keil\ARM\Segger\JLinkDevices.ref -T250C 000:070.590 XML referenced by ref file: d:\Program Files\SEGGER\JLink\JLinkDevices.xml -T250C 000:072.170 d:\Program Files\SEGGER\JLink\JLinkDevices.xml evaluated successfully. -T250C 000:072.194 Device entry modified: Cyclone V -T250C 000:072.250 FlashBankInfo: -T250C 000:072.278 Name: QSPI Flash -T250C 000:072.603 LoaderInfo: -T250C 000:072.632 Name: QSPI Flash -T250C 000:072.658 MaxSize: 0x02000000 -T250C 000:072.685 Loader: d:\Program Files\SEGGER\JLink\Devices\Altera\Cyclone_V\Altera_Cyclone_V_QSPI.elf -T250C 000:072.731 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:072.761 Device entry modified: ATSAMA5D27C-CN -T250C 000:072.796 FlashBankInfo: -T250C 000:072.823 Name: QSPI Flash -T250C 000:072.850 BaseAddr: 0xD0000000 -T250C 000:073.166 LoaderInfo: -T250C 000:073.195 Name: QSPI Flash -T250C 000:073.222 MaxSize: 0x02000000 -T250C 000:073.256 Loader: d:\Program Files\SEGGER\JLink\Devices\ATMEL\SAMA5D2\SAMA5D2XPLAINED_QSPI.elf -T250C 000:073.283 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:073.312 Device entry modified: ATSAMB11G18A-MU-T -T250C 000:073.332 FlashBankInfo: -T250C 000:073.358 Name: QSPI Flash -T250C 000:073.384 BaseAddr: 0x60000000 -T250C 000:073.695 LoaderInfo: -T250C 000:073.724 Name: QSPI Flash -T250C 000:073.750 MaxSize: 0x00040000 -T250C 000:073.777 Loader: d:\Program Files\SEGGER\JLink\Devices\ATMEL\SAMB11\Atmel_ATSAMB11.elf -T250C 000:073.803 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:073.831 Device entry modified: BCM43907 -T250C 000:074.007 ChipInfo: -T250C 000:074.036 Script: d:\Program Files\SEGGER\JLink\Devices\Broadcom\BCM43907.JLinkScript -T250C 000:074.070 Device entry modified: CR600 -T250C 000:074.228 ChipInfo: -T250C 000:074.257 Script: d:\Program Files\SEGGER\JLink\Devices\ClouderSemi\CR600\CR600.JLinkScript -T250C 000:074.284 FlashBankInfo: -T250C 000:074.310 Name: QSPI flash -T250C 000:074.336 BaseAddr: 0x20000000 -T250C 000:074.642 LoaderInfo: -T250C 000:074.670 Name: QSPI flash -T250C 000:074.697 MaxSize: 0x00800000 -T250C 000:074.723 Loader: d:\Program Files\SEGGER\JLink\Devices\ClouderSemi\CR600\CR600.FLM -T250C 000:074.749 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:074.778 Device entry modified: CY8C5666xxxLP -T250C 000:074.886 ChipInfo: -T250C 000:074.917 WorkRAMAddr: 0x20000000 -T250C 000:074.944 WorkRAMSize: 0x00008000 -T250C 000:074.970 FlashBankInfo: -T250C 000:074.996 Name: EEPROM -T250C 000:075.022 BaseAddr: 0x90200000 -T250C 000:075.341 LoaderInfo: -T250C 000:075.370 Name: EEPROM -T250C 000:075.396 MaxSize: 0x00000800 -T250C 000:075.423 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC5\Cypress_PSoc5_EEPROM.elf -T250C 000:075.449 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:075.478 Device entry modified: CY8C5868xxxLP -T250C 000:075.497 ChipInfo: -T250C 000:075.523 WorkRAMAddr: 0x20000000 -T250C 000:075.549 WorkRAMSize: 0x00008000 -T250C 000:075.575 FlashBankInfo: -T250C 000:075.601 Name: EEPROM -T250C 000:075.627 BaseAddr: 0x90200000 -T250C 000:075.931 LoaderInfo: -T250C 000:075.959 Name: EEPROM -T250C 000:075.985 MaxSize: 0x00000800 -T250C 000:076.012 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC5\Cypress_PSoc5_EEPROM.elf -T250C 000:076.040 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:076.073 Device entry modified: CYW43907 -T250C 000:076.249 ChipInfo: -T250C 000:076.277 Script: d:\Program Files\SEGGER\JLink\Devices\Broadcom\BCM43907.JLinkScript -T250C 000:076.304 FlashBankInfo: -T250C 000:076.330 Name: QSPI Flash -T250C 000:076.357 BaseAddr: 0x14000000 -T250C 000:076.660 LoaderInfo: -T250C 000:076.689 Name: QSPI Flash -T250C 000:076.715 MaxSize: 0x00800000 -T250C 000:076.742 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\CYW43907\CYW4390x_QSPI.elf -T250C 000:076.770 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:076.798 Device entry modified: CEC1702 -T250C 000:076.832 FlashBankInfo: -T250C 000:076.859 Name: SPI Flash -T250C 000:076.892 BaseAddr: 0x60000000 -T250C 000:077.284 LoaderInfo: -T250C 000:077.321 Name: SPI Flash -T250C 000:077.354 MaxSize: 0x00200000 -T250C 000:077.386 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\CEC1702\Microchip_CEC1702_Clicker_QSPI_ES.elf -T250C 000:077.418 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:077.454 Device entry modified: DEC1501 -T250C 000:077.483 FlashBankInfo: -T250C 000:077.517 Name: External QSPI (via SPI) -T250C 000:077.554 BaseAddr: 0x60000000 -T250C 000:077.950 LoaderInfo: -T250C 000:077.980 Name: External QSPI (via SPI) -T250C 000:078.007 MaxSize: 0x01000000 -T250C 000:078.033 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:078.062 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:078.091 Alias entry created: -T250C 000:078.110 ChipInfo: -T250C 000:078.135 Alias of: DEC1501 -T250C 000:078.160 Name: DEC1501H_B0_Z2 -T250C 000:078.248 Device entry modified: DEC1515 -T250C 000:078.272 FlashBankInfo: -T250C 000:078.298 Name: External QSPI (via SPI) -T250C 000:078.324 BaseAddr: 0x60000000 -T250C 000:078.633 LoaderInfo: -T250C 000:078.663 Name: External QSPI (via SPI) -T250C 000:078.690 MaxSize: 0x01000000 -T250C 000:078.717 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:078.743 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:078.772 Alias entry created: -T250C 000:078.799 ChipInfo: -T250C 000:078.820 Alias of: DEC1515 -T250C 000:078.848 Name: DEC1515H_D0_Z2 -T250C 000:078.877 Device entry modified: MEC1501 -T250C 000:078.896 FlashBankInfo: -T250C 000:078.918 Name: External QSPI (via SPI) -T250C 000:078.941 BaseAddr: 0x60000000 -T250C 000:079.253 LoaderInfo: -T250C 000:079.281 Name: External QSPI (via SPI) -T250C 000:079.308 MaxSize: 0x01000000 -T250C 000:079.334 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:079.360 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:079.389 Alias entry created: -T250C 000:079.407 ChipInfo: -T250C 000:079.432 Alias of: MEC1501 -T250C 000:079.458 Name: MEC1501H_B0_SZ -T250C 000:079.490 Alias entry created: -T250C 000:079.509 ChipInfo: -T250C 000:079.534 Alias of: MEC1501 -T250C 000:079.559 Name: MEC1501H_B0_TF -T250C 000:079.592 Alias entry created: -T250C 000:079.610 ChipInfo: -T250C 000:079.635 Alias of: MEC1501 -T250C 000:079.661 Name: MEC1501H_B0_Z2 -T250C 000:079.694 Device entry modified: MEC1503 -T250C 000:079.716 FlashBankInfo: -T250C 000:079.742 Name: External QSPI (via SPI) -T250C 000:079.768 BaseAddr: 0x60000000 -T250C 000:080.085 LoaderInfo: -T250C 000:080.142 Name: External QSPI (via SPI) -T250C 000:080.169 MaxSize: 0x01000000 -T250C 000:080.195 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:080.222 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:080.251 Alias entry created: -T250C 000:080.268 ChipInfo: -T250C 000:080.294 Alias of: MEC1503 -T250C 000:080.319 Name: MEC1503H_L1_3Y -T250C 000:080.353 Alias entry created: -T250C 000:080.370 ChipInfo: -T250C 000:080.395 Alias of: MEC1503 -T250C 000:080.421 Name: MEC1503H_L1_SZ -T250C 000:080.453 Device entry modified: MEC1507 -T250C 000:080.476 FlashBankInfo: -T250C 000:080.502 Name: External QSPI (via SPI) -T250C 000:080.528 BaseAddr: 0x60000000 -T250C 000:080.838 LoaderInfo: -T250C 000:080.862 Name: External QSPI (via SPI) -T250C 000:080.885 MaxSize: 0x01000000 -T250C 000:080.907 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:080.930 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:080.955 Alias entry created: -T250C 000:080.970 ChipInfo: -T250C 000:080.991 Alias of: MEC1507 -T250C 000:081.013 Name: MEC1507H_B0_SZ -T250C 000:081.051 Alias entry created: -T250C 000:081.067 ChipInfo: -T250C 000:081.090 Alias of: MEC1507 -T250C 000:081.130 Name: MEC1507H_B0_TF -T250C 000:081.163 Device entry modified: MEC1515 -T250C 000:081.185 FlashBankInfo: -T250C 000:081.213 Name: External QSPI (via SPI) -T250C 000:081.239 BaseAddr: 0x60000000 -T250C 000:081.547 LoaderInfo: -T250C 000:081.575 Name: External QSPI (via SPI) -T250C 000:081.602 MaxSize: 0x01000000 -T250C 000:081.628 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf -T250C 000:081.655 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:081.684 Alias entry created: -T250C 000:081.702 ChipInfo: -T250C 000:081.727 Alias of: MEC1515 -T250C 000:081.753 Name: MEC1515H_D0_NB -T250C 000:081.786 Device entry modified: MEC170x -T250C 000:081.808 FlashBankInfo: -T250C 000:081.834 Name: External QSPI (via SPI) -T250C 000:081.866 BaseAddr: 0x60000000 -T250C 000:082.186 LoaderInfo: -T250C 000:082.214 Name: External QSPI (via SPI) -T250C 000:082.241 MaxSize: 0x01000000 -T250C 000:082.267 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1705\Microchip_MEC1705_EvergladesEVB_QSPI_ES.elf -T250C 000:082.293 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:082.321 Alias entry created: -T250C 000:082.339 ChipInfo: -T250C 000:082.365 Alias of: MEC170x -T250C 000:082.390 Name: MEC1701 -T250C 000:082.422 Alias entry created: -T250C 000:082.440 ChipInfo: -T250C 000:082.465 Alias of: MEC170x -T250C 000:082.490 Name: MEC1703 -T250C 000:082.521 Alias entry created: -T250C 000:082.539 ChipInfo: -T250C 000:082.564 Alias of: MEC170x -T250C 000:082.591 Name: MEC1704 -T250C 000:082.622 Alias entry created: -T250C 000:082.640 ChipInfo: -T250C 000:082.665 Alias of: MEC170x -T250C 000:082.690 Name: MEC1705 -T250C 000:082.730 Device entry modified: PIC32CX0525SG12 -T250C 000:082.749 FlashBankInfo: -T250C 000:082.771 Name: External QSPI (via SPI) -T250C 000:082.793 BaseAddr: 0x60000000 -T250C 000:083.087 LoaderInfo: -T250C 000:083.129 Name: External QSPI (via SPI) -T250C 000:083.156 MaxSize: 0x00080000 -T250C 000:083.182 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\PIC32CX\Microchip_PIC32CX0525SG12xxx_EvergladesEVB_QSPI_ES.elf -T250C 000:083.208 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:083.238 Alias entry created: -T250C 000:083.256 ChipInfo: -T250C 000:083.281 Alias of: PIC32CX0525SG12 -T250C 000:083.307 Name: PIC32CX0525SG12084 -T250C 000:083.340 Alias entry created: -T250C 000:083.358 ChipInfo: -T250C 000:083.384 Alias of: PIC32CX0525SG12 -T250C 000:083.410 Name: PIC32CX0525SG12144 -T250C 000:083.443 Device entry modified: M2351CIAAE -T250C 000:083.465 FlashBankInfo: -T250C 000:083.491 Name: internal Flash Bank0 -T250C 000:083.798 LoaderInfo: -T250C 000:083.826 Name: internal Flash Bank0 -T250C 000:083.853 MaxSize: 0x00040000 -T250C 000:083.879 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:083.905 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:083.931 FlashBankInfo: -T250C 000:083.957 Name: internal Flash Bank1 -T250C 000:083.983 BaseAddr: 0x00040000 -T250C 000:084.293 LoaderInfo: -T250C 000:084.322 Name: internal Flash Bank1 -T250C 000:084.349 MaxSize: 0x00040000 -T250C 000:084.375 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:084.401 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:084.429 Device entry modified: M2351KIAAE -T250C 000:084.448 FlashBankInfo: -T250C 000:084.474 Name: internal Flash Bank0 -T250C 000:084.778 LoaderInfo: -T250C 000:084.802 Name: internal Flash Bank0 -T250C 000:084.824 MaxSize: 0x00040000 -T250C 000:084.847 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:084.869 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:084.891 FlashBankInfo: -T250C 000:084.913 Name: internal Flash Bank1 -T250C 000:084.935 BaseAddr: 0x00040000 -T250C 000:085.244 LoaderInfo: -T250C 000:085.273 Name: internal Flash Bank1 -T250C 000:085.299 MaxSize: 0x00040000 -T250C 000:085.325 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:085.416 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:085.445 Device entry modified: M2351SIAAE -T250C 000:085.465 FlashBankInfo: -T250C 000:085.491 Name: internal Flash Bank0 -T250C 000:085.798 LoaderInfo: -T250C 000:085.826 Name: internal Flash Bank0 -T250C 000:085.853 MaxSize: 0x00040000 -T250C 000:085.879 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:085.905 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:085.931 FlashBankInfo: -T250C 000:085.957 Name: internal Flash Bank1 -T250C 000:085.982 BaseAddr: 0x00040000 -T250C 000:086.368 LoaderInfo: -T250C 000:086.398 Name: internal Flash Bank1 -T250C 000:086.425 MaxSize: 0x00040000 -T250C 000:086.452 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:086.478 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:086.506 Device entry modified: M2351ZIAAE -T250C 000:086.527 FlashBankInfo: -T250C 000:086.554 Name: internal Flash Bank0 -T250C 000:086.858 LoaderInfo: -T250C 000:086.887 Name: internal Flash Bank0 -T250C 000:086.913 MaxSize: 0x00040000 -T250C 000:086.939 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:086.965 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:086.992 FlashBankInfo: -T250C 000:087.018 Name: internal Flash Bank1 -T250C 000:087.045 BaseAddr: 0x00040000 -T250C 000:087.348 LoaderInfo: -T250C 000:087.377 Name: internal Flash Bank1 -T250C 000:087.403 MaxSize: 0x00040000 -T250C 000:087.429 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf -T250C 000:087.455 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:087.484 Device entry modified: MCIMX6X1_A9 -T250C 000:087.660 ChipInfo: -T250C 000:087.689 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript -T250C 000:087.716 FlashBankInfo: -T250C 000:087.743 Name: QSPI Flash -T250C 000:087.769 BaseAddr: 0x70000000 -T250C 000:088.083 LoaderInfo: -T250C 000:088.111 Name: QSPI Flash -T250C 000:088.138 MaxSize: 0x02000000 -T250C 000:088.164 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf -T250C 000:088.191 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:088.219 Device entry modified: MCIMX6X1_M4 -T250C 000:088.380 ChipInfo: -T250C 000:088.409 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript -T250C 000:088.438 Device entry modified: MCIMX6X2_A9 -T250C 000:088.598 ChipInfo: -T250C 000:088.627 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript -T250C 000:088.655 FlashBankInfo: -T250C 000:088.681 Name: QSPI Flash -T250C 000:088.708 BaseAddr: 0x70000000 -T250C 000:089.010 LoaderInfo: -T250C 000:089.038 Name: QSPI Flash -T250C 000:089.065 MaxSize: 0x02000000 -T250C 000:089.091 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf -T250C 000:089.123 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:089.152 Device entry modified: MCIMX6X2_M4 -T250C 000:089.313 ChipInfo: -T250C 000:089.341 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript -T250C 000:089.371 Device entry modified: MCIMX6X3_A9 -T250C 000:089.529 ChipInfo: -T250C 000:089.563 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript -T250C 000:089.591 FlashBankInfo: -T250C 000:089.617 Name: QSPI Flash -T250C 000:089.644 BaseAddr: 0x70000000 -T250C 000:089.948 LoaderInfo: -T250C 000:089.976 Name: QSPI Flash -T250C 000:090.002 MaxSize: 0x02000000 -T250C 000:090.029 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf -T250C 000:090.057 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:090.085 Device entry modified: MCIMX6X3_M4 -T250C 000:090.261 ChipInfo: -T250C 000:090.290 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript -T250C 000:090.320 Device entry modified: MCIMX6X4_A9 -T250C 000:090.478 ChipInfo: -T250C 000:090.506 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript -T250C 000:090.533 FlashBankInfo: -T250C 000:090.559 Name: QSPI Flash -T250C 000:090.585 BaseAddr: 0x70000000 -T250C 000:090.888 LoaderInfo: -T250C 000:090.916 Name: QSPI Flash -T250C 000:090.943 MaxSize: 0x02000000 -T250C 000:090.969 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf -T250C 000:090.995 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:091.024 Device entry modified: MCIMX6X4_M4 -T250C 000:091.196 ChipInfo: -T250C 000:091.225 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript -T250C 000:091.254 Device entry modified: MCIMX6G0 -T250C 000:091.412 ChipInfo: -T250C 000:091.440 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:091.468 FlashBankInfo: -T250C 000:091.493 Name: QSPI flash -T250C 000:091.520 BaseAddr: 0x60000000 -T250C 000:091.825 LoaderInfo: -T250C 000:091.853 Name: QSPI flash -T250C 000:091.880 MaxSize: 0x02000000 -T250C 000:091.907 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:091.933 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:091.961 Device entry modified: MCIMX6G1 -T250C 000:092.132 ChipInfo: -T250C 000:092.161 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:092.188 FlashBankInfo: -T250C 000:092.215 Name: QSPI flash -T250C 000:092.242 BaseAddr: 0x60000000 -T250C 000:092.545 LoaderInfo: -T250C 000:092.573 Name: QSPI flash -T250C 000:092.600 MaxSize: 0x02000000 -T250C 000:092.627 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:092.653 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:092.681 Device entry modified: MCIMX6G2 -T250C 000:092.841 ChipInfo: -T250C 000:092.869 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:092.896 FlashBankInfo: -T250C 000:092.923 Name: QSPI flash -T250C 000:092.949 BaseAddr: 0x60000000 -T250C 000:093.258 LoaderInfo: -T250C 000:093.287 Name: QSPI flash -T250C 000:093.313 MaxSize: 0x02000000 -T250C 000:093.339 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:093.366 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:093.394 Device entry modified: MCIMX6G3 -T250C 000:093.554 ChipInfo: -T250C 000:093.582 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:093.609 FlashBankInfo: -T250C 000:093.639 Name: QSPI flash -T250C 000:093.668 BaseAddr: 0x60000000 -T250C 000:094.067 LoaderInfo: -T250C 000:094.104 Name: QSPI flash -T250C 000:094.138 MaxSize: 0x02000000 -T250C 000:094.173 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:094.207 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:094.244 Device entry modified: MCIMX6Y0 -T250C 000:094.436 ChipInfo: -T250C 000:094.465 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:094.493 FlashBankInfo: -T250C 000:094.519 Name: QSPI flash -T250C 000:094.546 BaseAddr: 0x60000000 -T250C 000:094.852 LoaderInfo: -T250C 000:094.881 Name: QSPI flash -T250C 000:094.907 MaxSize: 0x02000000 -T250C 000:094.934 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:094.960 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:094.989 Device entry modified: MCIMX6Y1 -T250C 000:095.152 ChipInfo: -T250C 000:095.180 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:095.207 FlashBankInfo: -T250C 000:095.233 Name: QSPI flash -T250C 000:095.260 BaseAddr: 0x60000000 -T250C 000:095.563 LoaderInfo: -T250C 000:095.591 Name: QSPI flash -T250C 000:095.618 MaxSize: 0x02000000 -T250C 000:095.644 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:095.671 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:095.699 Device entry modified: MCIMX6Y2 -T250C 000:095.859 ChipInfo: -T250C 000:095.888 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:095.915 FlashBankInfo: -T250C 000:095.941 Name: QSPI flash -T250C 000:095.967 BaseAddr: 0x60000000 -T250C 000:096.301 LoaderInfo: -T250C 000:096.329 Name: QSPI flash -T250C 000:096.356 MaxSize: 0x02000000 -T250C 000:096.382 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:096.409 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:096.437 Device entry modified: MCIMX6Y7 -T250C 000:096.598 ChipInfo: -T250C 000:096.627 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript -T250C 000:096.654 FlashBankInfo: -T250C 000:096.680 Name: QSPI flash -T250C 000:096.707 BaseAddr: 0x60000000 -T250C 000:097.011 LoaderInfo: -T250C 000:097.040 Name: QSPI flash -T250C 000:097.066 MaxSize: 0x02000000 -T250C 000:097.098 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf -T250C 000:097.125 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:097.154 Device entry modified: MCIMX7U3_M4 -T250C 000:097.334 ChipInfo: -T250C 000:097.363 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexM4.JLinkScript -T250C 000:097.390 FlashBankInfo: -T250C 000:097.416 Name: QSPI Flash -T250C 000:097.442 BaseAddr: 0x04000000 -T250C 000:097.747 LoaderInfo: -T250C 000:097.771 Name: QSPI Flash -T250C 000:097.793 MaxSize: 0x08000000 -T250C 000:097.816 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_M4_QSPI.elf -T250C 000:097.838 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:097.863 Device entry modified: MCIMX7U3_A7 -T250C 000:097.998 ChipInfo: -T250C 000:098.022 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexA7.JLinkScript -T250C 000:098.063 FlashBankInfo: -T250C 000:098.087 Name: QSPI Flash -T250C 000:098.122 BaseAddr: 0xC0000000 -T250C 000:098.428 LoaderInfo: -T250C 000:098.457 Name: QSPI Flash -T250C 000:098.483 MaxSize: 0x10000000 -T250C 000:098.510 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_A7_QSPI.elf -T250C 000:098.536 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:098.565 Device entry modified: MCIMX7U5_M4 -T250C 000:098.727 ChipInfo: -T250C 000:098.755 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexM4.JLinkScript -T250C 000:098.782 FlashBankInfo: -T250C 000:098.809 Name: QSPI Flash -T250C 000:098.835 BaseAddr: 0x04000000 -T250C 000:099.153 LoaderInfo: -T250C 000:099.182 Name: QSPI Flash -T250C 000:099.208 MaxSize: 0x08000000 -T250C 000:099.235 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_M4_QSPI.elf -T250C 000:099.261 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:099.290 Device entry modified: MCIMX7U5_A7 -T250C 000:099.449 ChipInfo: -T250C 000:099.477 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexA7.JLinkScript -T250C 000:099.504 FlashBankInfo: -T250C 000:099.530 Name: QSPI Flash -T250C 000:099.557 BaseAddr: 0xC0000000 -T250C 000:099.842 LoaderInfo: -T250C 000:099.866 Name: QSPI Flash -T250C 000:099.889 MaxSize: 0x10000000 -T250C 000:099.911 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_A7_QSPI.elf -T250C 000:099.934 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:099.959 Device entry modified: MIMX8QM5_M4_0 -T250C 000:100.109 ChipInfo: -T250C 000:100.168 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_0.JLinkScript -T250C 000:100.205 Device entry modified: MIMX8QM5_M4_1 -T250C 000:100.385 ChipInfo: -T250C 000:100.414 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_1.JLinkScript -T250C 000:100.444 Device entry modified: MIMX8QM6_M4_0 -T250C 000:100.606 ChipInfo: -T250C 000:100.634 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_0.JLinkScript -T250C 000:100.663 Device entry modified: MIMX8QM6_M4_1 -T250C 000:100.823 ChipInfo: -T250C 000:100.852 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_1.JLinkScript -T250C 000:100.881 Device entry modified: MIMX8DL1_M4 -T250C 000:101.040 ChipInfo: -T250C 000:101.069 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8DXL\NXP_iMX8DXL_Connect_CortexM4.JLinkScript -T250C 000:101.111 Device entry modified: MIMX8SL1_M4 -T250C 000:101.272 ChipInfo: -T250C 000:101.300 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8DXL\NXP_iMX8DXL_Connect_CortexM4.JLinkScript -T250C 000:101.330 Device entry modified: MIMX8QX1_M4 -T250C 000:101.489 ChipInfo: -T250C 000:101.518 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:101.547 Device entry modified: MIMX8QX2_M4 -T250C 000:101.708 ChipInfo: -T250C 000:101.742 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:101.767 Device entry modified: MIMX8QX3_M4 -T250C 000:101.903 ChipInfo: -T250C 000:101.926 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:101.952 Device entry modified: MIMX8QX4_M4 -T250C 000:102.097 ChipInfo: -T250C 000:102.241 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:102.282 Device entry modified: MIMX8QX5_M4 -T250C 000:102.453 ChipInfo: -T250C 000:102.481 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:102.510 Device entry modified: MIMX8QX6_M4 -T250C 000:102.670 ChipInfo: -T250C 000:102.698 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:102.728 Device entry modified: MIMX8DX1_M4 -T250C 000:102.888 ChipInfo: -T250C 000:102.917 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:102.946 Device entry modified: MIMX8DX2_M4 -T250C 000:103.110 ChipInfo: -T250C 000:103.139 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:103.167 Device entry modified: MIMX8DX3_M4 -T250C 000:103.327 ChipInfo: -T250C 000:103.355 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:103.385 Device entry modified: MIMX8DX4_M4 -T250C 000:103.545 ChipInfo: -T250C 000:103.574 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:103.603 Device entry modified: MIMX8DX5_M4 -T250C 000:103.762 ChipInfo: -T250C 000:103.791 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:103.820 Device entry modified: MIMX8DX6_M4 -T250C 000:103.979 ChipInfo: -T250C 000:104.007 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:104.036 Device entry modified: MIMX8UX5_M4 -T250C 000:104.202 ChipInfo: -T250C 000:104.230 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:104.260 Device entry modified: MIMX8UX6_M4 -T250C 000:104.419 ChipInfo: -T250C 000:104.448 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript -T250C 000:104.477 Device entry modified: MIMX8MN1_M7 -T250C 000:104.636 ChipInfo: -T250C 000:104.665 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:104.694 Device entry modified: MIMX8MN2_M7 -T250C 000:104.855 ChipInfo: -T250C 000:104.883 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:104.911 Device entry modified: MIMX8MN3_M7 -T250C 000:105.077 ChipInfo: -T250C 000:105.106 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:105.135 Device entry modified: MIMX8MN4_M7 -T250C 000:105.295 ChipInfo: -T250C 000:105.324 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:105.353 Device entry modified: MIMX8MN5_M7 -T250C 000:105.514 ChipInfo: -T250C 000:105.543 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:105.572 Device entry modified: MIMX8MN6_M7 -T250C 000:105.732 ChipInfo: -T250C 000:105.760 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:105.789 Device entry modified: MIMX8ML3_M7 -T250C 000:105.949 ChipInfo: -T250C 000:105.977 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:106.006 Device entry modified: MIMX8ML4_M7 -T250C 000:106.171 ChipInfo: -T250C 000:106.199 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:106.289 Device entry modified: MIMX8ML6_M7 -T250C 000:106.454 ChipInfo: -T250C 000:106.483 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:106.511 Device entry modified: MIMX8ML8_M7 -T250C 000:106.671 ChipInfo: -T250C 000:106.700 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript -T250C 000:106.729 Device entry modified: MIMXRT1051xxxxA -T250C 000:106.766 FlashBankInfo: -T250C 000:106.793 Name: HyperFlash -T250C 000:106.819 BaseAddr: 0x60000000 -T250C 000:107.131 LoaderInfo: -T250C 000:107.160 Name: HyperFlash -T250C 000:107.186 MaxSize: 0x04000000 -T250C 000:107.213 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:107.239 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:107.269 Alias entry created: -T250C 000:107.287 ChipInfo: -T250C 000:107.313 Alias of: MIMXRT1051xxxxA -T250C 000:107.339 Name: MCIMXRT1051 -T250C 000:107.373 Alias entry created: -T250C 000:107.391 ChipInfo: -T250C 000:107.417 Alias of: MIMXRT1051xxxxA -T250C 000:107.443 Name: MIMXRT1051xxx5A -T250C 000:107.477 Alias entry created: -T250C 000:107.495 ChipInfo: -T250C 000:107.520 Alias of: MIMXRT1051xxxxA -T250C 000:107.546 Name: MIMXRT1051CVL5A -T250C 000:107.617 Alias entry created: -T250C 000:107.635 ChipInfo: -T250C 000:107.660 Alias of: MIMXRT1051xxxxA -T250C 000:107.686 Name: MIMXRT1051xxx6A -T250C 000:107.719 Alias entry created: -T250C 000:107.737 ChipInfo: -T250C 000:107.762 Alias of: MIMXRT1051xxxxA -T250C 000:107.788 Name: MIMXRT1051DVL6A -T250C 000:107.836 Device entry modified: MIMXRT1051xxxxB -T250C 000:107.859 FlashBankInfo: -T250C 000:107.885 Name: HyperFlash -T250C 000:107.911 BaseAddr: 0x60000000 -T250C 000:108.219 LoaderInfo: -T250C 000:108.248 Name: HyperFlash -T250C 000:108.274 MaxSize: 0x04000000 -T250C 000:108.301 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:108.327 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:108.356 Alias entry created: -T250C 000:108.374 ChipInfo: -T250C 000:108.400 Alias of: MIMXRT1051xxxxB -T250C 000:108.426 Name: MIMXRT1051xxx5B -T250C 000:108.459 Alias entry created: -T250C 000:108.476 ChipInfo: -T250C 000:108.502 Alias of: MIMXRT1051xxxxB -T250C 000:108.528 Name: MIMXRT1051CVL5B -T250C 000:108.575 Alias entry created: -T250C 000:108.593 ChipInfo: -T250C 000:108.619 Alias of: MIMXRT1051xxxxB -T250C 000:108.645 Name: MIMXRT1051xxx6B -T250C 000:108.678 Alias entry created: -T250C 000:108.696 ChipInfo: -T250C 000:108.721 Alias of: MIMXRT1051xxxxB -T250C 000:108.747 Name: MIMXRT1051DVL6B -T250C 000:108.796 Device entry modified: MIMXRT1052xxxxA -T250C 000:108.818 FlashBankInfo: -T250C 000:108.844 Name: HyperFlash -T250C 000:108.870 BaseAddr: 0x60000000 -T250C 000:109.180 LoaderInfo: -T250C 000:109.208 Name: HyperFlash -T250C 000:109.235 MaxSize: 0x04000000 -T250C 000:109.262 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:109.288 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:109.317 Alias entry created: -T250C 000:109.335 ChipInfo: -T250C 000:109.361 Alias of: MIMXRT1052xxxxA -T250C 000:109.392 Name: MCIMXRT1052 -T250C 000:109.441 Alias entry created: -T250C 000:109.459 ChipInfo: -T250C 000:109.485 Alias of: MIMXRT1052xxxxA -T250C 000:109.511 Name: MIMXRT1052xxx5A -T250C 000:109.544 Alias entry created: -T250C 000:109.562 ChipInfo: -T250C 000:109.588 Alias of: MIMXRT1052xxxxA -T250C 000:109.614 Name: MIMXRT1052CVL5A -T250C 000:109.662 Alias entry created: -T250C 000:109.680 ChipInfo: -T250C 000:109.706 Alias of: MIMXRT1052xxxxA -T250C 000:109.732 Name: MIMXRT1052xxx6A -T250C 000:109.765 Alias entry created: -T250C 000:109.783 ChipInfo: -T250C 000:109.808 Alias of: MIMXRT1052xxxxA -T250C 000:109.834 Name: MIMXRT1052DVL6A -T250C 000:109.882 Device entry modified: MIMXRT1052xxxxB -T250C 000:109.904 FlashBankInfo: -T250C 000:109.930 Name: HyperFlash -T250C 000:109.956 BaseAddr: 0x60000000 -T250C 000:110.276 LoaderInfo: -T250C 000:110.305 Name: HyperFlash -T250C 000:110.331 MaxSize: 0x04000000 -T250C 000:110.386 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:110.421 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:110.459 Alias entry created: -T250C 000:110.481 ChipInfo: -T250C 000:110.511 Alias of: MIMXRT1052xxxxB -T250C 000:110.542 Name: MIMXRT1052xxx5B -T250C 000:110.581 Alias entry created: -T250C 000:110.602 ChipInfo: -T250C 000:110.636 Alias of: MIMXRT1052xxxxB -T250C 000:110.671 Name: MIMXRT1052CVL5B -T250C 000:110.724 Alias entry created: -T250C 000:110.742 ChipInfo: -T250C 000:110.768 Alias of: MIMXRT1052xxxxB -T250C 000:110.794 Name: MIMXRT1052xxx6B -T250C 000:110.827 Alias entry created: -T250C 000:110.845 ChipInfo: -T250C 000:110.870 Alias of: MIMXRT1052xxxxB -T250C 000:110.896 Name: MIMXRT1052DVL6B -T250C 000:110.945 Device entry modified: MIMXRT106A-ALEXA -T250C 000:111.166 ChipInfo: -T250C 000:111.195 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:111.223 FlashBankInfo: -T250C 000:111.249 Name: HyperFlash -T250C 000:111.275 BaseAddr: 0x60000000 -T250C 000:111.587 LoaderInfo: -T250C 000:111.615 Name: HyperFlash -T250C 000:111.642 MaxSize: 0x04000000 -T250C 000:111.668 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:111.694 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:111.723 Device entry modified: MIMXRT106ADVL6A -T250C 000:111.885 ChipInfo: -T250C 000:111.914 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:111.941 FlashBankInfo: -T250C 000:111.968 Name: HyperFlash -T250C 000:111.994 BaseAddr: 0x60000000 -T250C 000:112.302 LoaderInfo: -T250C 000:112.331 Name: HyperFlash -T250C 000:112.358 MaxSize: 0x04000000 -T250C 000:112.385 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:112.411 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:112.440 Device entry modified: MIMXRT106CDVL6A -T250C 000:112.604 ChipInfo: -T250C 000:112.633 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:112.664 FlashBankInfo: -T250C 000:112.691 Name: HyperFlash -T250C 000:112.717 BaseAddr: 0x60000000 -T250C 000:112.990 LoaderInfo: -T250C 000:113.014 Name: HyperFlash -T250C 000:113.055 MaxSize: 0x04000000 -T250C 000:113.079 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:113.124 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:113.153 Device entry modified: MIMXRT106FDVL6A -T250C 000:113.318 ChipInfo: -T250C 000:113.346 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:113.373 FlashBankInfo: -T250C 000:113.400 Name: HyperFlash -T250C 000:113.426 BaseAddr: 0x60000000 -T250C 000:113.729 LoaderInfo: -T250C 000:113.757 Name: HyperFlash -T250C 000:113.784 MaxSize: 0x04000000 -T250C 000:113.810 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:113.837 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:113.866 Device entry modified: MIMXRT106LDVL6A -T250C 000:114.027 ChipInfo: -T250C 000:114.063 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:114.090 FlashBankInfo: -T250C 000:114.122 Name: HyperFlash -T250C 000:114.149 BaseAddr: 0x60000000 -T250C 000:114.450 LoaderInfo: -T250C 000:114.479 Name: HyperFlash -T250C 000:114.505 MaxSize: 0x04000000 -T250C 000:114.532 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:114.558 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:114.590 Alias entry created: -T250C 000:114.608 ChipInfo: -T250C 000:114.634 Alias of: MIMXRT106LDVL6A -T250C 000:114.660 Name: SLN-LOCAL-IOT -T250C 000:114.823 Device entry modified: MIMXRT106SDVL6A -T250C 000:114.961 ChipInfo: -T250C 000:114.985 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex -T250C 000:115.009 FlashBankInfo: -T250C 000:115.031 Name: HyperFlash -T250C 000:115.058 BaseAddr: 0x60000000 -T250C 000:115.375 LoaderInfo: -T250C 000:115.403 Name: HyperFlash -T250C 000:115.430 MaxSize: 0x04000000 -T250C 000:115.456 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf -T250C 000:115.483 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:115.513 Alias entry created: -T250C 000:115.530 ChipInfo: -T250C 000:115.556 Alias of: MIMXRT106SDVL6A -T250C 000:115.582 Name: SLN-LOCAL2-IOT -T250C 000:115.759 Device entry created: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:115.779 ChipInfo: -T250C 000:115.804 Vendor: Renesas -T250C 000:115.831 Name: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:115.858 WorkRAMAddr: 0x80020000 -T250C 000:115.885 WorkRAMSize: 0x00060000 -T250C 000:115.912 Core: JLINK_CORE_CORTEX_A9 -T250C 000:115.939 FlashBankInfo: -T250C 000:115.965 Name: HyperFlash -T250C 000:115.992 BaseAddr: 0x30000000 -T250C 000:116.306 LoaderInfo: -T250C 000:116.334 Name: HyperFlash -T250C 000:116.361 MaxSize: 0x04000000 -T250C 000:116.387 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:116.414 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:116.440 FlashBankInfo: -T250C 000:116.466 Name: OctaFlash -T250C 000:116.493 BaseAddr: 0x50000000 -T250C 000:116.796 LoaderInfo: -T250C 000:116.820 Name: OctaFlash -T250C 000:116.843 MaxSize: 0x04000000 -T250C 000:116.866 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:116.893 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:116.922 Alias entry created: -T250C 000:116.937 ChipInfo: -T250C 000:116.959 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:116.981 Name: R7S921041VCBG_SPIBSC_SerialFlash -T250C 000:117.012 Alias entry created: -T250C 000:117.027 ChipInfo: -T250C 000:117.050 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.072 Name: R7S921042VCBG_SPIBSC_SerialFlash -T250C 000:117.120 Alias entry created: -T250C 000:117.138 ChipInfo: -T250C 000:117.164 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.190 Name: R7S921043VCBG_SPIBSC_SerialFlash -T250C 000:117.225 Alias entry created: -T250C 000:117.243 ChipInfo: -T250C 000:117.268 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.294 Name: R7S921045VCBG_SPIBSC_SerialFlash -T250C 000:117.329 Alias entry created: -T250C 000:117.347 ChipInfo: -T250C 000:117.373 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.399 Name: R7S921046VCBG_SPIBSC_SerialFlash -T250C 000:117.433 Alias entry created: -T250C 000:117.451 ChipInfo: -T250C 000:117.477 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.503 Name: R7S921047VCBG_SPIBSC_SerialFlash -T250C 000:117.538 Alias entry created: -T250C 000:117.555 ChipInfo: -T250C 000:117.581 Alias of: R7S921040VCBG_SPIBSC_SerialFlash -T250C 000:117.607 Name: R7S921048VCBG_SPIBSC_SerialFlash -T250C 000:117.645 Device entry created: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:117.663 ChipInfo: -T250C 000:117.688 Vendor: Renesas -T250C 000:117.714 Name: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:117.741 WorkRAMAddr: 0x80020000 -T250C 000:117.767 WorkRAMSize: 0x00060000 -T250C 000:117.795 Core: JLINK_CORE_CORTEX_A9 -T250C 000:117.822 FlashBankInfo: -T250C 000:117.847 Name: HyperFlash -T250C 000:117.874 BaseAddr: 0x30000000 -T250C 000:118.239 LoaderInfo: -T250C 000:118.269 Name: HyperFlash -T250C 000:118.296 MaxSize: 0x04000000 -T250C 000:118.323 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:118.349 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:118.375 FlashBankInfo: -T250C 000:118.401 Name: OctaFlash -T250C 000:118.427 BaseAddr: 0x50000000 -T250C 000:118.740 LoaderInfo: -T250C 000:118.768 Name: OctaFlash -T250C 000:118.795 MaxSize: 0x04000000 -T250C 000:118.821 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:118.848 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:118.882 Alias entry created: -T250C 000:118.900 ChipInfo: -T250C 000:118.926 Alias of: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:118.954 Name: R7S921052VCBG_SPIBSC_SerialFlash -T250C 000:118.989 Alias entry created: -T250C 000:119.007 ChipInfo: -T250C 000:119.033 Alias of: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:119.059 Name: R7S921053VCBG_SPIBSC_SerialFlash -T250C 000:119.097 Alias entry created: -T250C 000:119.120 ChipInfo: -T250C 000:119.146 Alias of: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:119.172 Name: R7S921056VCBG_SPIBSC_SerialFlash -T250C 000:119.206 Alias entry created: -T250C 000:119.224 ChipInfo: -T250C 000:119.250 Alias of: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:119.275 Name: R7S921057VCBG_SPIBSC_SerialFlash -T250C 000:119.310 Alias entry created: -T250C 000:119.331 ChipInfo: -T250C 000:119.360 Alias of: R7S921051VCBG_SPIBSC_SerialFlash -T250C 000:119.386 Name: R7S921058VCBG_SPIBSC_SerialFlash -T250C 000:119.421 Device entry created: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:119.439 ChipInfo: -T250C 000:119.464 Vendor: Renesas -T250C 000:119.490 Name: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:119.516 WorkRAMAddr: 0x80020000 -T250C 000:119.543 WorkRAMSize: 0x00060000 -T250C 000:119.570 Core: JLINK_CORE_CORTEX_A9 -T250C 000:119.597 FlashBankInfo: -T250C 000:119.622 Name: Hyperflash_QSPI -T250C 000:119.648 BaseAddr: 0x20000000 -T250C 000:119.957 LoaderInfo: -T250C 000:119.986 Name: Hyperflash_QSPI -T250C 000:120.013 MaxSize: 0x04000000 -T250C 000:120.046 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_QSPI_HyperFlash.elf -T250C 000:120.073 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:120.105 FlashBankInfo: -T250C 000:120.139 Name: HyperFlash -T250C 000:120.165 BaseAddr: 0x30000000 -T250C 000:120.467 LoaderInfo: -T250C 000:120.496 Name: HyperFlash -T250C 000:120.522 MaxSize: 0x04000000 -T250C 000:120.549 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:120.575 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:120.602 FlashBankInfo: -T250C 000:120.628 Name: OctaFlash -T250C 000:120.654 BaseAddr: 0x50000000 -T250C 000:120.942 LoaderInfo: -T250C 000:120.967 Name: OctaFlash -T250C 000:120.989 MaxSize: 0x04000000 -T250C 000:121.012 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:121.035 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:121.087 Alias entry created: -T250C 000:121.119 ChipInfo: -T250C 000:121.156 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.182 Name: R7S921041VCBG_SPIBSC_HyperFlash -T250C 000:121.218 Alias entry created: -T250C 000:121.236 ChipInfo: -T250C 000:121.262 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.288 Name: R7S921042VCBG_SPIBSC_HyperFlash -T250C 000:121.323 Alias entry created: -T250C 000:121.341 ChipInfo: -T250C 000:121.367 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.393 Name: R7S921043VCBG_SPIBSC_HyperFlash -T250C 000:121.428 Alias entry created: -T250C 000:121.446 ChipInfo: -T250C 000:121.471 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.497 Name: R7S921045VCBG_SPIBSC_HyperFlash -T250C 000:121.531 Alias entry created: -T250C 000:121.549 ChipInfo: -T250C 000:121.575 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.601 Name: R7S921046VCBG_SPIBSC_HyperFlash -T250C 000:121.635 Alias entry created: -T250C 000:121.653 ChipInfo: -T250C 000:121.681 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.707 Name: R7S921047VCBG_SPIBSC_HyperFlash -T250C 000:121.741 Alias entry created: -T250C 000:121.759 ChipInfo: -T250C 000:121.785 Alias of: R7S921040VCBG_SPIBSC_HyperFlash -T250C 000:121.811 Name: R7S921048VCBG_SPIBSC_HyperFlash -T250C 000:121.845 Device entry created: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:121.863 ChipInfo: -T250C 000:121.889 Vendor: Renesas -T250C 000:121.914 Name: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:121.941 WorkRAMAddr: 0x80020000 -T250C 000:121.967 WorkRAMSize: 0x00060000 -T250C 000:121.994 Core: JLINK_CORE_CORTEX_A9 -T250C 000:122.026 FlashBankInfo: -T250C 000:122.053 Name: Hyperflash_QSPI -T250C 000:122.079 BaseAddr: 0x20000000 -T250C 000:122.391 LoaderInfo: -T250C 000:122.419 Name: Hyperflash_QSPI -T250C 000:122.446 MaxSize: 0x04000000 -T250C 000:122.472 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_QSPI_HyperFlash.elf -T250C 000:122.499 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:122.525 FlashBankInfo: -T250C 000:122.551 Name: HyperFlash -T250C 000:122.583 BaseAddr: 0x30000000 -T250C 000:122.865 LoaderInfo: -T250C 000:122.890 Name: HyperFlash -T250C 000:122.912 MaxSize: 0x04000000 -T250C 000:122.935 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:122.957 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:122.980 FlashBankInfo: -T250C 000:123.002 Name: OctaFlash -T250C 000:123.024 BaseAddr: 0x50000000 -T250C 000:123.339 LoaderInfo: -T250C 000:123.367 Name: OctaFlash -T250C 000:123.394 MaxSize: 0x04000000 -T250C 000:123.421 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:123.447 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:123.480 Alias entry created: -T250C 000:123.498 ChipInfo: -T250C 000:123.524 Alias of: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:123.550 Name: R7S921052VCBG_SPIBSC_HyperFlash -T250C 000:123.585 Alias entry created: -T250C 000:123.603 ChipInfo: -T250C 000:123.629 Alias of: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:123.655 Name: R7S921053VCBG_SPIBSC_HyperFlash -T250C 000:123.689 Alias entry created: -T250C 000:123.707 ChipInfo: -T250C 000:123.732 Alias of: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:123.758 Name: R7S921056VCBG_SPIBSC_HyperFlash -T250C 000:123.792 Alias entry created: -T250C 000:123.811 ChipInfo: -T250C 000:123.836 Alias of: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:123.862 Name: R7S921057VCBG_SPIBSC_HyperFlash -T250C 000:123.897 Alias entry created: -T250C 000:123.915 ChipInfo: -T250C 000:123.940 Alias of: R7S921051VCBG_SPIBSC_HyperFlash -T250C 000:123.966 Name: R7S921058VCBG_SPIBSC_HyperFlash -T250C 000:124.000 Device entry created: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:124.018 ChipInfo: -T250C 000:124.052 Vendor: Renesas -T250C 000:124.078 Name: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:124.110 WorkRAMAddr: 0x80020000 -T250C 000:124.137 WorkRAMSize: 0x00060000 -T250C 000:124.164 Core: JLINK_CORE_CORTEX_A9 -T250C 000:124.191 FlashBankInfo: -T250C 000:124.217 Name: HyperFlash -T250C 000:124.243 BaseAddr: 0x30000000 -T250C 000:124.546 LoaderInfo: -T250C 000:124.576 Name: HyperFlash -T250C 000:124.603 MaxSize: 0x04000000 -T250C 000:124.629 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:124.655 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:124.682 FlashBankInfo: -T250C 000:124.714 Name: OctaFlash -T250C 000:124.736 BaseAddr: 0x50000000 -T250C 000:124.992 LoaderInfo: -T250C 000:125.016 Name: OctaFlash -T250C 000:125.039 MaxSize: 0x04000000 -T250C 000:125.063 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:125.087 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:125.169 Alias entry created: -T250C 000:125.188 ChipInfo: -T250C 000:125.213 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.239 Name: R7S921041VCBG_SPIBSC_OctaFlash -T250C 000:125.274 Alias entry created: -T250C 000:125.292 ChipInfo: -T250C 000:125.318 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.344 Name: R7S921042VCBG_SPIBSC_OctaFlash -T250C 000:125.378 Alias entry created: -T250C 000:125.396 ChipInfo: -T250C 000:125.421 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.447 Name: R7S921043VCBG_SPIBSC_OctaFlash -T250C 000:125.481 Alias entry created: -T250C 000:125.499 ChipInfo: -T250C 000:125.524 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.550 Name: R7S921045VCBG_SPIBSC_OctaFlash -T250C 000:125.584 Alias entry created: -T250C 000:125.602 ChipInfo: -T250C 000:125.627 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.653 Name: R7S921046VCBG_SPIBSC_OctaFlash -T250C 000:125.687 Alias entry created: -T250C 000:125.704 ChipInfo: -T250C 000:125.730 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.756 Name: R7S921047VCBG_SPIBSC_OctaFlash -T250C 000:125.789 Alias entry created: -T250C 000:125.807 ChipInfo: -T250C 000:125.833 Alias of: R7S921040VCBG_SPIBSC_OctaFlash -T250C 000:125.858 Name: R7S921048VCBG_SPIBSC_OctaFlash -T250C 000:125.893 Device entry created: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:125.911 ChipInfo: -T250C 000:125.936 Vendor: Renesas -T250C 000:125.961 Name: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:125.988 WorkRAMAddr: 0x80020000 -T250C 000:126.014 WorkRAMSize: 0x00060000 -T250C 000:126.041 Core: JLINK_CORE_CORTEX_A9 -T250C 000:126.068 FlashBankInfo: -T250C 000:126.093 Name: HyperFlash -T250C 000:126.125 BaseAddr: 0x30000000 -T250C 000:126.430 LoaderInfo: -T250C 000:126.459 Name: HyperFlash -T250C 000:126.485 MaxSize: 0x04000000 -T250C 000:126.512 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf -T250C 000:126.541 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:126.572 FlashBankInfo: -T250C 000:126.598 Name: OctaFlash -T250C 000:126.624 BaseAddr: 0x50000000 -T250C 000:126.899 LoaderInfo: -T250C 000:126.923 Name: OctaFlash -T250C 000:126.946 MaxSize: 0x04000000 -T250C 000:126.977 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf -T250C 000:126.999 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:127.044 Alias entry created: -T250C 000:127.068 ChipInfo: -T250C 000:127.094 Alias of: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:127.120 Name: R7S921052VCBG_SPIBSC_OctaFlash -T250C 000:127.165 Alias entry created: -T250C 000:127.183 ChipInfo: -T250C 000:127.208 Alias of: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:127.234 Name: R7S921053VCBG_SPIBSC_OctaFlash -T250C 000:127.268 Alias entry created: -T250C 000:127.286 ChipInfo: -T250C 000:127.312 Alias of: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:127.337 Name: R7S921056VCBG_SPIBSC_OctaFlash -T250C 000:127.372 Alias entry created: -T250C 000:127.389 ChipInfo: -T250C 000:127.415 Alias of: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:127.441 Name: R7S921057VCBG_SPIBSC_OctaFlash -T250C 000:127.475 Alias entry created: -T250C 000:127.493 ChipInfo: -T250C 000:127.518 Alias of: R7S921051VCBG_SPIBSC_OctaFlash -T250C 000:127.544 Name: R7S921058VCBG_SPIBSC_OctaFlash -T250C 000:127.582 Device entry modified: TLE9842 -T250C 000:127.627 FlashBankInfo: -T250C 000:127.654 Name: NACNAD -T250C 000:127.680 BaseAddr: 0x10FFFFFC -T250C 000:127.994 AlwaysPresent: 1 -T250C 000:128.022 LoaderInfo: -T250C 000:128.053 Name: NACNAD -T250C 000:128.079 MaxSize: 0x00000004 -T250C 000:128.106 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:128.132 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:128.159 FlashBankInfo: -T250C 000:128.185 Name: Data Flash -T250C 000:128.211 BaseAddr: 0x11008000 -T250C 000:128.518 AlwaysPresent: 1 -T250C 000:128.546 LoaderInfo: -T250C 000:128.572 Name: Data Flash -T250C 000:128.599 MaxSize: 0x00001000 -T250C 000:128.625 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9842_EEP.FLM -T250C 000:128.651 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:128.682 Device entry modified: TLE9842-2 -T250C 000:128.702 FlashBankInfo: -T250C 000:128.728 Name: NACNAD -T250C 000:128.754 BaseAddr: 0x10FFFFFC -T250C 000:129.024 AlwaysPresent: 1 -T250C 000:129.052 LoaderInfo: -T250C 000:129.074 Name: NACNAD -T250C 000:129.114 MaxSize: 0x00000004 -T250C 000:129.141 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:129.167 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:129.193 FlashBankInfo: -T250C 000:129.218 Name: Data Flash -T250C 000:129.244 BaseAddr: 0x11009000 -T250C 000:129.549 AlwaysPresent: 1 -T250C 000:129.578 LoaderInfo: -T250C 000:129.604 Name: Data Flash -T250C 000:129.633 MaxSize: 0x00001000 -T250C 000:129.659 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9842_2_EEP.FLM -T250C 000:129.685 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:129.714 Device entry modified: TLE9843 -T250C 000:129.734 FlashBankInfo: -T250C 000:129.759 Name: NACNAD -T250C 000:129.785 BaseAddr: 0x10FFFFFC -T250C 000:130.087 AlwaysPresent: 1 -T250C 000:130.121 LoaderInfo: -T250C 000:130.147 Name: NACNAD -T250C 000:130.173 MaxSize: 0x00000004 -T250C 000:130.200 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:130.226 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:130.252 FlashBankInfo: -T250C 000:130.277 Name: Data Flash -T250C 000:130.303 BaseAddr: 0x1100B000 -T250C 000:130.606 AlwaysPresent: 1 -T250C 000:130.634 LoaderInfo: -T250C 000:130.662 Name: Data Flash -T250C 000:130.689 MaxSize: 0x00001000 -T250C 000:130.715 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9843_EEP.FLM -T250C 000:130.741 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:130.778 Device entry modified: TLE9843-2 -T250C 000:130.796 FlashBankInfo: -T250C 000:130.817 Name: NACNAD -T250C 000:130.839 BaseAddr: 0x10FFFFFC -T250C 000:131.133 AlwaysPresent: 1 -T250C 000:131.161 LoaderInfo: -T250C 000:131.187 Name: NACNAD -T250C 000:131.213 MaxSize: 0x00000004 -T250C 000:131.240 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:131.266 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:131.292 FlashBankInfo: -T250C 000:131.318 Name: Data Flash -T250C 000:131.345 BaseAddr: 0x1100C000 -T250C 000:131.656 AlwaysPresent: 1 -T250C 000:131.685 LoaderInfo: -T250C 000:131.711 Name: Data Flash -T250C 000:131.738 MaxSize: 0x00001000 -T250C 000:131.764 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9843_2_EEP.FLM -T250C 000:131.791 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:131.819 Device entry modified: TLE9844 -T250C 000:131.839 FlashBankInfo: -T250C 000:131.864 Name: NACNAD -T250C 000:131.890 BaseAddr: 0x10FFFFFC -T250C 000:132.199 AlwaysPresent: 1 -T250C 000:132.227 LoaderInfo: -T250C 000:132.253 Name: NACNAD -T250C 000:132.279 MaxSize: 0x00000004 -T250C 000:132.305 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:132.331 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:132.358 FlashBankInfo: -T250C 000:132.383 Name: Data Flash -T250C 000:132.409 BaseAddr: 0x1100F000 -T250C 000:132.725 AlwaysPresent: 1 -T250C 000:132.748 LoaderInfo: -T250C 000:132.771 Name: Data Flash -T250C 000:132.793 MaxSize: 0x00001000 -T250C 000:132.816 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9844_EEP.FLM -T250C 000:132.838 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:132.862 Device entry modified: TLE9845 -T250C 000:132.879 FlashBankInfo: -T250C 000:132.900 Name: NACNAD -T250C 000:132.922 BaseAddr: 0x10FFFFFC -T250C 000:133.214 AlwaysPresent: 1 -T250C 000:133.242 LoaderInfo: -T250C 000:133.268 Name: NACNAD -T250C 000:133.294 MaxSize: 0x00000004 -T250C 000:133.321 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM -T250C 000:133.347 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:133.373 FlashBankInfo: -T250C 000:133.399 Name: Data Flash -T250C 000:133.425 BaseAddr: 0x1100B000 -T250C 000:133.728 AlwaysPresent: 1 -T250C 000:133.756 LoaderInfo: -T250C 000:133.783 Name: Data Flash -T250C 000:133.809 MaxSize: 0x00001000 -T250C 000:133.835 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9845_EEP.FLM -T250C 000:133.861 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:133.890 Device entry modified: TLE9850QX -T250C 000:134.048 ChipInfo: -T250C 000:134.077 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:134.121 FlashBankInfo: -T250C 000:134.179 Name: NACNAD -T250C 000:134.213 BaseAddr: 0x10FFFFFC -T250C 000:134.554 AlwaysPresent: 1 -T250C 000:134.583 LoaderInfo: -T250C 000:134.609 Name: NACNAD -T250C 000:134.636 MaxSize: 0x00000004 -T250C 000:134.662 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:134.688 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:134.715 FlashBankInfo: -T250C 000:134.741 Name: Code Flash -T250C 000:134.767 BaseAddr: 0x11000000 -T250C 000:135.078 AlwaysPresent: 1 -T250C 000:135.107 LoaderInfo: -T250C 000:135.133 Name: Code Flash -T250C 000:135.159 MaxSize: 0x0000B000 -T250C 000:135.185 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9850.FLM -T250C 000:135.211 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:135.238 FlashBankInfo: -T250C 000:135.263 Name: Data Flash -T250C 000:135.290 BaseAddr: 0x1100F000 -T250C 000:135.594 AlwaysPresent: 1 -T250C 000:135.628 LoaderInfo: -T250C 000:135.655 Name: Data Flash -T250C 000:135.681 MaxSize: 0x00001000 -T250C 000:135.707 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9850_EEP.FLM -T250C 000:135.734 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:135.762 Device entry modified: TLE9851QXW -T250C 000:135.923 ChipInfo: -T250C 000:135.952 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:135.979 FlashBankInfo: -T250C 000:136.005 Name: NACNAD -T250C 000:136.031 BaseAddr: 0x10FFFFFC -T250C 000:136.347 AlwaysPresent: 1 -T250C 000:136.376 LoaderInfo: -T250C 000:136.401 Name: NACNAD -T250C 000:136.427 MaxSize: 0x00000004 -T250C 000:136.454 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:136.480 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:136.506 FlashBankInfo: -T250C 000:136.532 Name: Code Flash -T250C 000:136.558 BaseAddr: 0x11000000 -T250C 000:136.864 AlwaysPresent: 1 -T250C 000:136.892 LoaderInfo: -T250C 000:136.918 Name: Code Flash -T250C 000:136.944 MaxSize: 0x0000F000 -T250C 000:136.971 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9851.FLM -T250C 000:136.997 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:137.023 FlashBankInfo: -T250C 000:137.049 Name: Data Flash -T250C 000:137.075 BaseAddr: 0x1100F000 -T250C 000:137.385 AlwaysPresent: 1 -T250C 000:137.413 LoaderInfo: -T250C 000:137.439 Name: Data Flash -T250C 000:137.465 MaxSize: 0x00001000 -T250C 000:137.492 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9851_EEP.FLM -T250C 000:137.518 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:137.546 Device entry modified: TLE9852QX -T250C 000:137.705 ChipInfo: -T250C 000:137.734 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:137.761 FlashBankInfo: -T250C 000:137.787 Name: NACNAD -T250C 000:137.813 BaseAddr: 0x10FFFFFC -T250C 000:138.123 AlwaysPresent: 1 -T250C 000:138.151 LoaderInfo: -T250C 000:138.177 Name: NACNAD -T250C 000:138.203 MaxSize: 0x00000004 -T250C 000:138.230 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:138.256 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:138.282 FlashBankInfo: -T250C 000:138.308 Name: Code Flash -T250C 000:138.334 BaseAddr: 0x11000000 -T250C 000:138.638 AlwaysPresent: 1 -T250C 000:138.666 LoaderInfo: -T250C 000:138.692 Name: Code Flash -T250C 000:138.718 MaxSize: 0x0000B000 -T250C 000:138.744 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9852.FLM -T250C 000:138.771 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:138.797 FlashBankInfo: -T250C 000:138.822 Name: Data Flash -T250C 000:138.848 BaseAddr: 0x1100F000 -T250C 000:139.158 AlwaysPresent: 1 -T250C 000:139.186 LoaderInfo: -T250C 000:139.212 Name: Data Flash -T250C 000:139.239 MaxSize: 0x00001000 -T250C 000:139.265 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9852_EEP.FLM -T250C 000:139.292 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:139.320 Device entry modified: TLE9853QX -T250C 000:139.479 ChipInfo: -T250C 000:139.508 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:139.542 FlashBankInfo: -T250C 000:139.569 Name: NACNAD -T250C 000:139.596 BaseAddr: 0x10FFFFFC -T250C 000:139.900 AlwaysPresent: 1 -T250C 000:139.928 LoaderInfo: -T250C 000:139.954 Name: NACNAD -T250C 000:139.980 MaxSize: 0x00000004 -T250C 000:140.007 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:140.033 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:140.060 FlashBankInfo: -T250C 000:140.085 Name: Code Flash -T250C 000:140.121 BaseAddr: 0x11000000 -T250C 000:140.426 AlwaysPresent: 1 -T250C 000:140.454 LoaderInfo: -T250C 000:140.480 Name: Code Flash -T250C 000:140.507 MaxSize: 0x0000B000 -T250C 000:140.533 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9853.FLM -T250C 000:140.559 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:140.586 FlashBankInfo: -T250C 000:140.611 Name: Data Flash -T250C 000:140.638 BaseAddr: 0x1100B000 -T250C 000:140.941 AlwaysPresent: 1 -T250C 000:140.969 LoaderInfo: -T250C 000:140.996 Name: Data Flash -T250C 000:141.022 MaxSize: 0x00001000 -T250C 000:141.049 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9853_EEP.FLM -T250C 000:141.075 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:141.110 Device entry modified: TLE9854QX -T250C 000:141.270 ChipInfo: -T250C 000:141.299 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:141.326 FlashBankInfo: -T250C 000:141.353 Name: NACNAD -T250C 000:141.379 BaseAddr: 0x10FFFFFC -T250C 000:141.683 AlwaysPresent: 1 -T250C 000:141.711 LoaderInfo: -T250C 000:141.737 Name: NACNAD -T250C 000:141.763 MaxSize: 0x00000004 -T250C 000:141.789 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:141.815 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:141.842 FlashBankInfo: -T250C 000:141.868 Name: Code Flash -T250C 000:141.894 BaseAddr: 0x11000000 -T250C 000:142.204 AlwaysPresent: 1 -T250C 000:142.233 LoaderInfo: -T250C 000:142.260 Name: Code Flash -T250C 000:142.286 MaxSize: 0x0000F000 -T250C 000:142.313 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9854.FLM -T250C 000:142.339 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:142.366 FlashBankInfo: -T250C 000:142.391 Name: Data Flash -T250C 000:142.418 BaseAddr: 0x1100F000 -T250C 000:142.721 AlwaysPresent: 1 -T250C 000:142.749 LoaderInfo: -T250C 000:142.775 Name: Data Flash -T250C 000:142.802 MaxSize: 0x00001000 -T250C 000:142.828 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9854_EEP.FLM -T250C 000:142.855 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:142.884 Alias entry created: -T250C 000:142.902 ChipInfo: -T250C 000:142.928 Alias of: TLE9854QX -T250C 000:142.954 Name: TLE9854QXW -T250C 000:143.177 Device entry modified: TLE9855QX -T250C 000:143.337 ChipInfo: -T250C 000:143.366 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex -T250C 000:143.393 FlashBankInfo: -T250C 000:143.419 Name: NACNAD -T250C 000:143.445 BaseAddr: 0x10FFFFFC -T250C 000:143.755 AlwaysPresent: 1 -T250C 000:143.814 LoaderInfo: -T250C 000:143.848 Name: NACNAD -T250C 000:143.889 MaxSize: 0x00000004 -T250C 000:143.917 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM -T250C 000:143.943 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:143.970 FlashBankInfo: -T250C 000:143.995 Name: Code Flash -T250C 000:144.022 BaseAddr: 0x11000000 -T250C 000:144.340 AlwaysPresent: 1 -T250C 000:144.368 LoaderInfo: -T250C 000:144.394 Name: Code Flash -T250C 000:144.420 MaxSize: 0x00017000 -T250C 000:144.447 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9855.FLM -T250C 000:144.473 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:144.499 FlashBankInfo: -T250C 000:144.525 Name: Data Flash -T250C 000:144.551 BaseAddr: 0x11017000 -T250C 000:144.858 AlwaysPresent: 1 -T250C 000:144.886 LoaderInfo: -T250C 000:144.912 Name: Data Flash -T250C 000:144.939 MaxSize: 0x00001000 -T250C 000:144.965 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9855_EEP.FLM -T250C 000:144.991 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:145.021 Device entry modified: CY8C6xx6_CM0p -T250C 000:145.195 ChipInfo: -T250C 000:145.224 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript -T250C 000:145.253 FlashBankInfo: -T250C 000:145.279 Name: FLASH (Main) -T250C 000:145.305 BaseAddr: 0x10000000 -T250C 000:145.614 AlwaysPresent: 1 -T250C 000:145.642 LoaderInfo: -T250C 000:145.668 Name: FLASH (Main) -T250C 000:145.694 MaxSize: 0x00080000 -T250C 000:145.721 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM -T250C 000:145.747 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:145.774 FlashBankInfo: -T250C 000:145.799 Name: WFLASH (Work) -T250C 000:145.826 BaseAddr: 0x14000000 -T250C 000:146.152 AlwaysPresent: 1 -T250C 000:146.180 LoaderInfo: -T250C 000:146.206 Name: WFLASH (Work) -T250C 000:146.233 MaxSize: 0x00008000 -T250C 000:146.259 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:146.285 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:146.312 FlashBankInfo: -T250C 000:146.337 Name: SFLASH: User Data -T250C 000:146.363 BaseAddr: 0x16000800 -T250C 000:146.671 AlwaysPresent: 1 -T250C 000:146.700 LoaderInfo: -T250C 000:146.726 Name: SFLASH: User Data -T250C 000:146.752 MaxSize: 0x00000800 -T250C 000:146.779 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:146.805 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:146.832 FlashBankInfo: -T250C 000:146.858 Name: SFLASH: NAR -T250C 000:146.884 BaseAddr: 0x16001A00 -T250C 000:147.200 AlwaysPresent: 1 -T250C 000:147.229 LoaderInfo: -T250C 000:147.255 Name: SFLASH: NAR -T250C 000:147.282 MaxSize: 0x00000200 -T250C 000:147.308 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:147.334 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:147.361 FlashBankInfo: -T250C 000:147.387 Name: SFLASH: Public Key -T250C 000:147.413 BaseAddr: 0x16005A00 -T250C 000:147.722 AlwaysPresent: 1 -T250C 000:147.750 LoaderInfo: -T250C 000:147.777 Name: SFLASH: Public Key -T250C 000:147.803 MaxSize: 0x00000C00 -T250C 000:147.829 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:147.861 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:147.888 FlashBankInfo: -T250C 000:147.914 Name: SFLASH: TOC2 -T250C 000:147.940 BaseAddr: 0x16007C00 -T250C 000:148.253 AlwaysPresent: 1 -T250C 000:148.282 LoaderInfo: -T250C 000:148.308 Name: SFLASH: TOC2 -T250C 000:148.334 MaxSize: 0x00000400 -T250C 000:148.360 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:148.386 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:148.413 FlashBankInfo: -T250C 000:148.438 Name: SMIF -T250C 000:148.464 BaseAddr: 0x18000000 -T250C 000:148.771 LoaderInfo: -T250C 000:148.799 Name: SMIF -T250C 000:148.826 MaxSize: 0x08000000 -T250C 000:148.852 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:148.878 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:148.909 Device entry modified: CY8C6xx6_CM0p_sect256KB -T250C 000:149.077 ChipInfo: -T250C 000:149.112 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript -T250C 000:149.140 FlashBankInfo: -T250C 000:149.167 Name: FLASH (Main) -T250C 000:149.193 BaseAddr: 0x10000000 -T250C 000:149.499 AlwaysPresent: 1 -T250C 000:149.527 LoaderInfo: -T250C 000:149.553 Name: FLASH (Main) -T250C 000:149.580 MaxSize: 0x00080000 -T250C 000:149.606 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM -T250C 000:149.632 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:149.659 FlashBankInfo: -T250C 000:149.684 Name: WFLASH (Work) -T250C 000:149.710 BaseAddr: 0x14000000 -T250C 000:150.015 AlwaysPresent: 1 -T250C 000:150.045 LoaderInfo: -T250C 000:150.072 Name: WFLASH (Work) -T250C 000:150.104 MaxSize: 0x00008000 -T250C 000:150.184 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:150.245 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:150.273 FlashBankInfo: -T250C 000:150.299 Name: SFLASH: User Data -T250C 000:150.325 BaseAddr: 0x16000800 -T250C 000:150.640 AlwaysPresent: 1 -T250C 000:150.669 LoaderInfo: -T250C 000:150.695 Name: SFLASH: User Data -T250C 000:150.721 MaxSize: 0x00000800 -T250C 000:150.748 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:150.774 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:150.801 FlashBankInfo: -T250C 000:150.827 Name: SFLASH: NAR -T250C 000:150.853 BaseAddr: 0x16001A00 -T250C 000:151.175 AlwaysPresent: 1 -T250C 000:151.204 LoaderInfo: -T250C 000:151.230 Name: SFLASH: NAR -T250C 000:151.256 MaxSize: 0x00000200 -T250C 000:151.283 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:151.309 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:151.347 FlashBankInfo: -T250C 000:151.373 Name: SFLASH: Public Key -T250C 000:151.399 BaseAddr: 0x16005A00 -T250C 000:151.710 AlwaysPresent: 1 -T250C 000:151.749 LoaderInfo: -T250C 000:151.775 Name: SFLASH: Public Key -T250C 000:151.802 MaxSize: 0x00000C00 -T250C 000:151.828 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:151.854 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:151.887 FlashBankInfo: -T250C 000:151.912 Name: SFLASH: TOC2 -T250C 000:151.942 BaseAddr: 0x16007C00 -T250C 000:152.251 AlwaysPresent: 1 -T250C 000:152.280 LoaderInfo: -T250C 000:152.306 Name: SFLASH: TOC2 -T250C 000:152.333 MaxSize: 0x00000400 -T250C 000:152.359 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:152.386 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:152.413 FlashBankInfo: -T250C 000:152.441 Name: SMIF -T250C 000:152.467 BaseAddr: 0x18000000 -T250C 000:152.775 LoaderInfo: -T250C 000:152.803 Name: SMIF -T250C 000:152.830 MaxSize: 0x08000000 -T250C 000:152.857 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:152.883 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:152.913 Device entry modified: CY8C6xx6_CM0p_tm -T250C 000:153.072 ChipInfo: -T250C 000:153.101 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript -T250C 000:153.130 FlashBankInfo: -T250C 000:153.156 Name: FLASH (Main) -T250C 000:153.183 BaseAddr: 0x10000000 -T250C 000:153.486 AlwaysPresent: 1 -T250C 000:153.514 LoaderInfo: -T250C 000:153.542 Name: FLASH (Main) -T250C 000:153.568 MaxSize: 0x00080000 -T250C 000:153.595 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM -T250C 000:153.623 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:153.649 FlashBankInfo: -T250C 000:153.675 Name: WFLASH (Work) -T250C 000:153.701 BaseAddr: 0x14000000 -T250C 000:153.967 AlwaysPresent: 1 -T250C 000:153.991 LoaderInfo: -T250C 000:154.013 Name: WFLASH (Work) -T250C 000:154.036 MaxSize: 0x00008000 -T250C 000:154.059 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:154.081 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:154.105 FlashBankInfo: -T250C 000:154.127 Name: SFLASH: User Data -T250C 000:154.150 BaseAddr: 0x16000800 -T250C 000:154.409 AlwaysPresent: 1 -T250C 000:154.432 LoaderInfo: -T250C 000:154.455 Name: SFLASH: User Data -T250C 000:154.477 MaxSize: 0x00000800 -T250C 000:154.500 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:154.522 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:154.544 FlashBankInfo: -T250C 000:154.566 Name: SFLASH: NAR -T250C 000:154.589 BaseAddr: 0x16001A00 -T250C 000:154.846 AlwaysPresent: 1 -T250C 000:154.870 LoaderInfo: -T250C 000:154.893 Name: SFLASH: NAR -T250C 000:154.915 MaxSize: 0x00000200 -T250C 000:154.938 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:154.960 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:154.983 FlashBankInfo: -T250C 000:155.005 Name: SFLASH: Public Key -T250C 000:155.027 BaseAddr: 0x16005A00 -T250C 000:155.308 AlwaysPresent: 1 -T250C 000:155.332 LoaderInfo: -T250C 000:155.355 Name: SFLASH: Public Key -T250C 000:155.377 MaxSize: 0x00000C00 -T250C 000:155.399 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:155.421 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:155.444 FlashBankInfo: -T250C 000:155.466 Name: SFLASH: TOC2 -T250C 000:155.493 BaseAddr: 0x16007C00 -T250C 000:155.753 AlwaysPresent: 1 -T250C 000:155.777 LoaderInfo: -T250C 000:155.799 Name: SFLASH: TOC2 -T250C 000:155.821 MaxSize: 0x00000400 -T250C 000:155.844 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:155.867 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:155.889 FlashBankInfo: -T250C 000:155.911 Name: SMIF -T250C 000:155.933 BaseAddr: 0x18000000 -T250C 000:156.194 LoaderInfo: -T250C 000:156.218 Name: SMIF -T250C 000:156.240 MaxSize: 0x08000000 -T250C 000:156.263 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:156.286 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:156.312 Device entry modified: CY8C6xx6_CM0p_sect256KB_tm -T250C 000:156.446 ChipInfo: -T250C 000:156.470 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript -T250C 000:156.494 FlashBankInfo: -T250C 000:156.517 Name: FLASH (Main) -T250C 000:156.539 BaseAddr: 0x10000000 -T250C 000:156.797 AlwaysPresent: 1 -T250C 000:156.821 LoaderInfo: -T250C 000:156.844 Name: FLASH (Main) -T250C 000:156.867 MaxSize: 0x00080000 -T250C 000:156.889 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM -T250C 000:156.911 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:156.934 FlashBankInfo: -T250C 000:156.955 Name: WFLASH (Work) -T250C 000:156.977 BaseAddr: 0x14000000 -T250C 000:157.246 AlwaysPresent: 1 -T250C 000:157.270 LoaderInfo: -T250C 000:157.293 Name: WFLASH (Work) -T250C 000:157.315 MaxSize: 0x00008000 -T250C 000:157.337 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:157.360 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:157.382 FlashBankInfo: -T250C 000:157.404 Name: SFLASH: User Data -T250C 000:157.427 BaseAddr: 0x16000800 -T250C 000:157.686 AlwaysPresent: 1 -T250C 000:157.710 LoaderInfo: -T250C 000:157.732 Name: SFLASH: User Data -T250C 000:157.755 MaxSize: 0x00000800 -T250C 000:157.777 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:157.799 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:157.822 FlashBankInfo: -T250C 000:157.844 Name: SFLASH: NAR -T250C 000:157.867 BaseAddr: 0x16001A00 -T250C 000:158.127 AlwaysPresent: 1 -T250C 000:158.151 LoaderInfo: -T250C 000:158.173 Name: SFLASH: NAR -T250C 000:158.195 MaxSize: 0x00000200 -T250C 000:158.218 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:158.240 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:158.263 FlashBankInfo: -T250C 000:158.285 Name: SFLASH: Public Key -T250C 000:158.307 BaseAddr: 0x16005A00 -T250C 000:158.566 AlwaysPresent: 1 -T250C 000:158.590 LoaderInfo: -T250C 000:158.612 Name: SFLASH: Public Key -T250C 000:158.635 MaxSize: 0x00000C00 -T250C 000:158.657 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:158.679 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:158.702 FlashBankInfo: -T250C 000:158.723 Name: SFLASH: TOC2 -T250C 000:158.746 BaseAddr: 0x16007C00 -T250C 000:159.004 AlwaysPresent: 1 -T250C 000:159.032 LoaderInfo: -T250C 000:159.055 Name: SFLASH: TOC2 -T250C 000:159.077 MaxSize: 0x00000400 -T250C 000:159.101 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:159.124 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:159.146 FlashBankInfo: -T250C 000:159.168 Name: SMIF -T250C 000:159.190 BaseAddr: 0x18000000 -T250C 000:159.450 LoaderInfo: -T250C 000:159.473 Name: SMIF -T250C 000:159.496 MaxSize: 0x08000000 -T250C 000:159.521 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:159.544 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:159.568 Device entry modified: CY8C6xx6_CM4 -T250C 000:159.703 ChipInfo: -T250C 000:159.727 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript -T250C 000:159.753 FlashBankInfo: -T250C 000:159.776 Name: FLASH (Main) -T250C 000:159.798 BaseAddr: 0x10000000 -T250C 000:160.058 AlwaysPresent: 1 -T250C 000:160.082 LoaderInfo: -T250C 000:160.118 Name: FLASH (Main) -T250C 000:160.141 MaxSize: 0x00080000 -T250C 000:160.173 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM -T250C 000:160.200 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:160.226 FlashBankInfo: -T250C 000:160.252 Name: WFLASH (Work) -T250C 000:160.280 BaseAddr: 0x14000000 -T250C 000:160.585 AlwaysPresent: 1 -T250C 000:160.613 LoaderInfo: -T250C 000:160.640 Name: WFLASH (Work) -T250C 000:160.666 MaxSize: 0x00008000 -T250C 000:160.693 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:160.719 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:160.746 FlashBankInfo: -T250C 000:160.771 Name: SFLASH: User Data -T250C 000:160.798 BaseAddr: 0x16000800 -T250C 000:161.107 AlwaysPresent: 1 -T250C 000:161.136 LoaderInfo: -T250C 000:161.162 Name: SFLASH: User Data -T250C 000:161.188 MaxSize: 0x00000800 -T250C 000:161.214 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:161.241 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:161.267 FlashBankInfo: -T250C 000:161.293 Name: SFLASH: NAR -T250C 000:161.319 BaseAddr: 0x16001A00 -T250C 000:161.627 AlwaysPresent: 1 -T250C 000:161.655 LoaderInfo: -T250C 000:161.681 Name: SFLASH: NAR -T250C 000:161.710 MaxSize: 0x00000200 -T250C 000:161.732 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:161.754 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:161.777 FlashBankInfo: -T250C 000:161.799 Name: SFLASH: Public Key -T250C 000:161.821 BaseAddr: 0x16005A00 -T250C 000:162.081 AlwaysPresent: 1 -T250C 000:162.105 LoaderInfo: -T250C 000:162.128 Name: SFLASH: Public Key -T250C 000:162.150 MaxSize: 0x00000C00 -T250C 000:162.173 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:162.195 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:162.217 FlashBankInfo: -T250C 000:162.239 Name: SFLASH: TOC2 -T250C 000:162.262 BaseAddr: 0x16007C00 -T250C 000:162.524 AlwaysPresent: 1 -T250C 000:162.548 LoaderInfo: -T250C 000:162.571 Name: SFLASH: TOC2 -T250C 000:162.593 MaxSize: 0x00000400 -T250C 000:162.621 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:162.643 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:162.666 FlashBankInfo: -T250C 000:162.687 Name: SMIF -T250C 000:162.709 BaseAddr: 0x18000000 -T250C 000:162.969 LoaderInfo: -T250C 000:162.993 Name: SMIF -T250C 000:163.016 MaxSize: 0x08000000 -T250C 000:163.039 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:163.063 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:163.089 Device entry modified: CY8C6xx6_CM4_sect256KB -T250C 000:163.268 ChipInfo: -T250C 000:163.297 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript -T250C 000:163.328 FlashBankInfo: -T250C 000:163.355 Name: FLASH (Main) -T250C 000:163.381 BaseAddr: 0x10000000 -T250C 000:163.688 AlwaysPresent: 1 -T250C 000:163.716 LoaderInfo: -T250C 000:163.743 Name: FLASH (Main) -T250C 000:163.769 MaxSize: 0x00080000 -T250C 000:163.796 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM -T250C 000:163.823 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:163.850 FlashBankInfo: -T250C 000:163.876 Name: WFLASH (Work) -T250C 000:163.902 BaseAddr: 0x14000000 -T250C 000:164.217 AlwaysPresent: 1 -T250C 000:164.246 LoaderInfo: -T250C 000:164.272 Name: WFLASH (Work) -T250C 000:164.298 MaxSize: 0x00008000 -T250C 000:164.325 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:164.351 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:164.378 FlashBankInfo: -T250C 000:164.405 Name: SFLASH: User Data -T250C 000:164.432 BaseAddr: 0x16000800 -T250C 000:164.707 AlwaysPresent: 1 -T250C 000:164.731 LoaderInfo: -T250C 000:164.754 Name: SFLASH: User Data -T250C 000:164.776 MaxSize: 0x00000800 -T250C 000:164.798 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:164.821 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:164.843 FlashBankInfo: -T250C 000:164.865 Name: SFLASH: NAR -T250C 000:164.888 BaseAddr: 0x16001A00 -T250C 000:165.155 AlwaysPresent: 1 -T250C 000:165.178 LoaderInfo: -T250C 000:165.201 Name: SFLASH: NAR -T250C 000:165.223 MaxSize: 0x00000200 -T250C 000:165.246 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:165.268 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:165.290 FlashBankInfo: -T250C 000:165.312 Name: SFLASH: Public Key -T250C 000:165.335 BaseAddr: 0x16005A00 -T250C 000:165.626 AlwaysPresent: 1 -T250C 000:165.655 LoaderInfo: -T250C 000:165.681 Name: SFLASH: Public Key -T250C 000:165.707 MaxSize: 0x00000C00 -T250C 000:165.734 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:165.760 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:165.786 FlashBankInfo: -T250C 000:165.812 Name: SFLASH: TOC2 -T250C 000:165.838 BaseAddr: 0x16007C00 -T250C 000:166.185 AlwaysPresent: 1 -T250C 000:166.228 LoaderInfo: -T250C 000:166.260 Name: SFLASH: TOC2 -T250C 000:166.287 MaxSize: 0x00000400 -T250C 000:166.342 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:166.386 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:166.424 FlashBankInfo: -T250C 000:166.458 Name: SMIF -T250C 000:166.497 BaseAddr: 0x18000000 -T250C 000:166.875 LoaderInfo: -T250C 000:166.908 Name: SMIF -T250C 000:166.939 MaxSize: 0x08000000 -T250C 000:166.970 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:166.999 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:167.033 Device entry modified: CY8C6xx7_CM0p -T250C 000:167.220 ChipInfo: -T250C 000:167.252 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript -T250C 000:167.285 FlashBankInfo: -T250C 000:167.315 Name: FLASH (Main) -T250C 000:167.345 BaseAddr: 0x10000000 -T250C 000:167.679 AlwaysPresent: 1 -T250C 000:167.707 LoaderInfo: -T250C 000:167.734 Name: FLASH (Main) -T250C 000:167.760 MaxSize: 0x00100000 -T250C 000:167.787 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM -T250C 000:167.813 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:167.839 FlashBankInfo: -T250C 000:167.865 Name: WFLASH (Work) -T250C 000:167.892 BaseAddr: 0x14000000 -T250C 000:168.201 AlwaysPresent: 1 -T250C 000:168.225 LoaderInfo: -T250C 000:168.247 Name: WFLASH (Work) -T250C 000:168.270 MaxSize: 0x00008000 -T250C 000:168.292 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:168.314 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:168.337 FlashBankInfo: -T250C 000:168.358 Name: SFLASH: User Data -T250C 000:168.381 BaseAddr: 0x16000800 -T250C 000:168.642 AlwaysPresent: 1 -T250C 000:168.666 LoaderInfo: -T250C 000:168.688 Name: SFLASH: User Data -T250C 000:168.710 MaxSize: 0x00000800 -T250C 000:168.733 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:168.755 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:168.777 FlashBankInfo: -T250C 000:168.799 Name: SFLASH: NAR -T250C 000:168.821 BaseAddr: 0x16001A00 -T250C 000:169.086 AlwaysPresent: 1 -T250C 000:169.111 LoaderInfo: -T250C 000:169.134 Name: SFLASH: NAR -T250C 000:169.156 MaxSize: 0x00000200 -T250C 000:169.178 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:169.201 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:169.223 FlashBankInfo: -T250C 000:169.245 Name: SFLASH: Public Key -T250C 000:169.267 BaseAddr: 0x16005A00 -T250C 000:169.528 AlwaysPresent: 1 -T250C 000:169.552 LoaderInfo: -T250C 000:169.574 Name: SFLASH: Public Key -T250C 000:169.596 MaxSize: 0x00000C00 -T250C 000:169.619 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:169.641 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:169.663 FlashBankInfo: -T250C 000:169.685 Name: SFLASH: TOC2 -T250C 000:169.707 BaseAddr: 0x16007C00 -T250C 000:169.966 AlwaysPresent: 1 -T250C 000:169.990 LoaderInfo: -T250C 000:170.012 Name: SFLASH: TOC2 -T250C 000:170.035 MaxSize: 0x00000400 -T250C 000:170.062 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:170.084 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:170.130 FlashBankInfo: -T250C 000:170.176 Name: SMIF -T250C 000:170.202 BaseAddr: 0x18000000 -T250C 000:170.510 LoaderInfo: -T250C 000:170.538 Name: SMIF -T250C 000:170.565 MaxSize: 0x08000000 -T250C 000:170.592 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:170.618 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:170.650 Device entry modified: CY8C6xx7_CM0p_sect256KB -T250C 000:170.828 ChipInfo: -T250C 000:170.857 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript -T250C 000:170.886 FlashBankInfo: -T250C 000:170.912 Name: FLASH (Main) -T250C 000:170.939 BaseAddr: 0x10000000 -T250C 000:171.246 AlwaysPresent: 1 -T250C 000:171.274 LoaderInfo: -T250C 000:171.301 Name: FLASH (Main) -T250C 000:171.327 MaxSize: 0x00100000 -T250C 000:171.353 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM -T250C 000:171.379 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:171.408 FlashBankInfo: -T250C 000:171.433 Name: WFLASH (Work) -T250C 000:171.460 BaseAddr: 0x14000000 -T250C 000:171.731 AlwaysPresent: 1 -T250C 000:171.755 LoaderInfo: -T250C 000:171.777 Name: WFLASH (Work) -T250C 000:171.800 MaxSize: 0x00008000 -T250C 000:171.822 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:171.844 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:171.867 FlashBankInfo: -T250C 000:171.889 Name: SFLASH: User Data -T250C 000:171.911 BaseAddr: 0x16000800 -T250C 000:172.173 AlwaysPresent: 1 -T250C 000:172.198 LoaderInfo: -T250C 000:172.220 Name: SFLASH: User Data -T250C 000:172.242 MaxSize: 0x00000800 -T250C 000:172.264 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:172.286 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:172.309 FlashBankInfo: -T250C 000:172.331 Name: SFLASH: NAR -T250C 000:172.353 BaseAddr: 0x16001A00 -T250C 000:172.612 AlwaysPresent: 1 -T250C 000:172.636 LoaderInfo: -T250C 000:172.658 Name: SFLASH: NAR -T250C 000:172.680 MaxSize: 0x00000200 -T250C 000:172.703 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:172.725 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:172.747 FlashBankInfo: -T250C 000:172.769 Name: SFLASH: Public Key -T250C 000:172.791 BaseAddr: 0x16005A00 -T250C 000:173.051 AlwaysPresent: 1 -T250C 000:173.075 LoaderInfo: -T250C 000:173.099 Name: SFLASH: Public Key -T250C 000:173.121 MaxSize: 0x00000C00 -T250C 000:173.143 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:173.165 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:173.188 FlashBankInfo: -T250C 000:173.210 Name: SFLASH: TOC2 -T250C 000:173.232 BaseAddr: 0x16007C00 -T250C 000:173.491 AlwaysPresent: 1 -T250C 000:173.515 LoaderInfo: -T250C 000:173.538 Name: SFLASH: TOC2 -T250C 000:173.560 MaxSize: 0x00000400 -T250C 000:173.582 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:173.604 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:173.627 FlashBankInfo: -T250C 000:173.648 Name: SMIF -T250C 000:173.670 BaseAddr: 0x18000000 -T250C 000:173.937 LoaderInfo: -T250C 000:173.961 Name: SMIF -T250C 000:173.983 MaxSize: 0x08000000 -T250C 000:174.006 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:174.028 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:174.055 Device entry modified: CY8C6xx7_CM0p_tm -T250C 000:174.212 ChipInfo: -T250C 000:174.241 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript -T250C 000:174.269 FlashBankInfo: -T250C 000:174.296 Name: FLASH (Main) -T250C 000:174.322 BaseAddr: 0x10000000 -T250C 000:174.625 AlwaysPresent: 1 -T250C 000:174.653 LoaderInfo: -T250C 000:174.679 Name: FLASH (Main) -T250C 000:174.705 MaxSize: 0x00100000 -T250C 000:174.732 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM -T250C 000:174.758 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:174.784 FlashBankInfo: -T250C 000:174.810 Name: WFLASH (Work) -T250C 000:174.836 BaseAddr: 0x14000000 -T250C 000:175.155 AlwaysPresent: 1 -T250C 000:175.183 LoaderInfo: -T250C 000:175.209 Name: WFLASH (Work) -T250C 000:175.236 MaxSize: 0x00008000 -T250C 000:175.262 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:175.289 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:175.316 FlashBankInfo: -T250C 000:175.342 Name: SFLASH: User Data -T250C 000:175.368 BaseAddr: 0x16000800 -T250C 000:175.656 AlwaysPresent: 1 -T250C 000:175.680 LoaderInfo: -T250C 000:175.702 Name: SFLASH: User Data -T250C 000:175.725 MaxSize: 0x00000800 -T250C 000:175.747 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:175.769 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:175.792 FlashBankInfo: -T250C 000:175.813 Name: SFLASH: NAR -T250C 000:175.836 BaseAddr: 0x16001A00 -T250C 000:176.107 AlwaysPresent: 1 -T250C 000:176.132 LoaderInfo: -T250C 000:176.154 Name: SFLASH: NAR -T250C 000:176.176 MaxSize: 0x00000200 -T250C 000:176.199 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:176.221 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:176.244 FlashBankInfo: -T250C 000:176.266 Name: SFLASH: Public Key -T250C 000:176.288 BaseAddr: 0x16005A00 -T250C 000:176.548 AlwaysPresent: 1 -T250C 000:176.572 LoaderInfo: -T250C 000:176.594 Name: SFLASH: Public Key -T250C 000:176.617 MaxSize: 0x00000C00 -T250C 000:176.640 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:176.662 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:176.685 FlashBankInfo: -T250C 000:176.707 Name: SFLASH: TOC2 -T250C 000:176.729 BaseAddr: 0x16007C00 -T250C 000:176.988 AlwaysPresent: 1 -T250C 000:177.019 LoaderInfo: -T250C 000:177.041 Name: SFLASH: TOC2 -T250C 000:177.065 MaxSize: 0x00000400 -T250C 000:177.087 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:177.109 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:177.141 FlashBankInfo: -T250C 000:177.168 Name: SMIF -T250C 000:177.192 BaseAddr: 0x18000000 -T250C 000:177.506 LoaderInfo: -T250C 000:177.534 Name: SMIF -T250C 000:177.560 MaxSize: 0x08000000 -T250C 000:177.592 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:177.619 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:177.650 Device entry modified: CY8C6xx7_CM0p_sect256KB_tm -T250C 000:177.811 ChipInfo: -T250C 000:177.840 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript -T250C 000:177.869 FlashBankInfo: -T250C 000:177.895 Name: FLASH (Main) -T250C 000:177.921 BaseAddr: 0x10000000 -T250C 000:178.227 AlwaysPresent: 1 -T250C 000:178.256 LoaderInfo: -T250C 000:178.282 Name: FLASH (Main) -T250C 000:178.308 MaxSize: 0x00100000 -T250C 000:178.335 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM -T250C 000:178.361 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:178.388 FlashBankInfo: -T250C 000:178.413 Name: WFLASH (Work) -T250C 000:178.441 BaseAddr: 0x14000000 -T250C 000:178.723 AlwaysPresent: 1 -T250C 000:178.747 LoaderInfo: -T250C 000:178.769 Name: WFLASH (Work) -T250C 000:178.792 MaxSize: 0x00008000 -T250C 000:178.814 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:178.836 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:178.858 FlashBankInfo: -T250C 000:178.880 Name: SFLASH: User Data -T250C 000:178.903 BaseAddr: 0x16000800 -T250C 000:179.168 AlwaysPresent: 1 -T250C 000:179.192 LoaderInfo: -T250C 000:179.215 Name: SFLASH: User Data -T250C 000:179.237 MaxSize: 0x00000800 -T250C 000:179.259 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:179.282 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:179.304 FlashBankInfo: -T250C 000:179.326 Name: SFLASH: NAR -T250C 000:179.349 BaseAddr: 0x16001A00 -T250C 000:179.609 AlwaysPresent: 1 -T250C 000:179.633 LoaderInfo: -T250C 000:179.655 Name: SFLASH: NAR -T250C 000:179.678 MaxSize: 0x00000200 -T250C 000:179.700 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:179.723 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:179.746 FlashBankInfo: -T250C 000:179.768 Name: SFLASH: Public Key -T250C 000:179.790 BaseAddr: 0x16005A00 -T250C 000:180.059 AlwaysPresent: 1 -T250C 000:180.084 LoaderInfo: -T250C 000:180.118 Name: SFLASH: Public Key -T250C 000:180.140 MaxSize: 0x00000C00 -T250C 000:180.173 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:180.199 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:180.225 FlashBankInfo: -T250C 000:180.251 Name: SFLASH: TOC2 -T250C 000:180.280 BaseAddr: 0x16007C00 -T250C 000:180.585 AlwaysPresent: 1 -T250C 000:180.613 LoaderInfo: -T250C 000:180.639 Name: SFLASH: TOC2 -T250C 000:180.666 MaxSize: 0x00000400 -T250C 000:180.693 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:180.719 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:180.746 FlashBankInfo: -T250C 000:180.771 Name: SMIF -T250C 000:180.797 BaseAddr: 0x18000000 -T250C 000:181.102 LoaderInfo: -T250C 000:181.130 Name: SMIF -T250C 000:181.156 MaxSize: 0x08000000 -T250C 000:181.183 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:181.215 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:181.245 Device entry modified: CY8C6xx7_CM4 -T250C 000:181.407 ChipInfo: -T250C 000:181.436 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript -T250C 000:181.466 FlashBankInfo: -T250C 000:181.493 Name: FLASH (Main) -T250C 000:181.522 BaseAddr: 0x10000000 -T250C 000:181.778 AlwaysPresent: 1 -T250C 000:181.802 LoaderInfo: -T250C 000:181.824 Name: FLASH (Main) -T250C 000:181.847 MaxSize: 0x00100000 -T250C 000:181.869 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM -T250C 000:181.891 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:181.914 FlashBankInfo: -T250C 000:181.936 Name: WFLASH (Work) -T250C 000:181.958 BaseAddr: 0x14000000 -T250C 000:182.340 AlwaysPresent: 1 -T250C 000:182.381 LoaderInfo: -T250C 000:182.408 Name: WFLASH (Work) -T250C 000:182.435 MaxSize: 0x00008000 -T250C 000:182.462 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:182.488 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:182.515 FlashBankInfo: -T250C 000:182.541 Name: SFLASH: User Data -T250C 000:182.568 BaseAddr: 0x16000800 -T250C 000:182.887 AlwaysPresent: 1 -T250C 000:182.915 LoaderInfo: -T250C 000:182.941 Name: SFLASH: User Data -T250C 000:182.968 MaxSize: 0x00000800 -T250C 000:182.994 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:183.020 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:183.049 FlashBankInfo: -T250C 000:183.075 Name: SFLASH: NAR -T250C 000:183.101 BaseAddr: 0x16001A00 -T250C 000:183.410 AlwaysPresent: 1 -T250C 000:183.439 LoaderInfo: -T250C 000:183.465 Name: SFLASH: NAR -T250C 000:183.491 MaxSize: 0x00000200 -T250C 000:183.518 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:183.544 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:183.570 FlashBankInfo: -T250C 000:183.596 Name: SFLASH: Public Key -T250C 000:183.622 BaseAddr: 0x16005A00 -T250C 000:183.929 AlwaysPresent: 1 -T250C 000:183.957 LoaderInfo: -T250C 000:183.984 Name: SFLASH: Public Key -T250C 000:184.009 MaxSize: 0x00000C00 -T250C 000:184.036 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:184.064 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:184.091 FlashBankInfo: -T250C 000:184.117 Name: SFLASH: TOC2 -T250C 000:184.144 BaseAddr: 0x16007C00 -T250C 000:184.454 AlwaysPresent: 1 -T250C 000:184.482 LoaderInfo: -T250C 000:184.509 Name: SFLASH: TOC2 -T250C 000:184.535 MaxSize: 0x00000400 -T250C 000:184.562 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:184.588 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:184.614 FlashBankInfo: -T250C 000:184.640 Name: SMIF -T250C 000:184.666 BaseAddr: 0x18000000 -T250C 000:184.973 LoaderInfo: -T250C 000:185.001 Name: SMIF -T250C 000:185.028 MaxSize: 0x08000000 -T250C 000:185.056 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:185.091 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:185.123 Device entry modified: CY8C6xx7_CM4_sect256KB -T250C 000:185.288 ChipInfo: -T250C 000:185.319 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript -T250C 000:185.351 FlashBankInfo: -T250C 000:185.377 Name: FLASH (Main) -T250C 000:185.404 BaseAddr: 0x10000000 -T250C 000:185.710 AlwaysPresent: 1 -T250C 000:185.738 LoaderInfo: -T250C 000:185.765 Name: FLASH (Main) -T250C 000:185.791 MaxSize: 0x00100000 -T250C 000:185.817 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM -T250C 000:185.843 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:185.870 FlashBankInfo: -T250C 000:185.896 Name: WFLASH (Work) -T250C 000:185.922 BaseAddr: 0x14000000 -T250C 000:186.242 AlwaysPresent: 1 -T250C 000:186.270 LoaderInfo: -T250C 000:186.297 Name: WFLASH (Work) -T250C 000:186.323 MaxSize: 0x00008000 -T250C 000:186.350 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:186.376 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:186.403 FlashBankInfo: -T250C 000:186.429 Name: SFLASH: User Data -T250C 000:186.455 BaseAddr: 0x16000800 -T250C 000:186.775 AlwaysPresent: 1 -T250C 000:186.804 LoaderInfo: -T250C 000:186.830 Name: SFLASH: User Data -T250C 000:186.857 MaxSize: 0x00000800 -T250C 000:186.884 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM -T250C 000:186.912 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:186.939 FlashBankInfo: -T250C 000:186.965 Name: SFLASH: NAR -T250C 000:186.991 BaseAddr: 0x16001A00 -T250C 000:187.262 AlwaysPresent: 1 -T250C 000:187.286 LoaderInfo: -T250C 000:187.308 Name: SFLASH: NAR -T250C 000:187.331 MaxSize: 0x00000200 -T250C 000:187.353 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM -T250C 000:187.375 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:187.398 FlashBankInfo: -T250C 000:187.420 Name: SFLASH: Public Key -T250C 000:187.442 BaseAddr: 0x16005A00 -T250C 000:187.701 AlwaysPresent: 1 -T250C 000:187.725 LoaderInfo: -T250C 000:187.748 Name: SFLASH: Public Key -T250C 000:187.770 MaxSize: 0x00000C00 -T250C 000:187.793 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM -T250C 000:187.815 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:187.837 FlashBankInfo: -T250C 000:187.859 Name: SFLASH: TOC2 -T250C 000:187.881 BaseAddr: 0x16007C00 -T250C 000:188.142 AlwaysPresent: 1 -T250C 000:188.166 LoaderInfo: -T250C 000:188.188 Name: SFLASH: TOC2 -T250C 000:188.211 MaxSize: 0x00000400 -T250C 000:188.233 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM -T250C 000:188.255 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:188.278 FlashBankInfo: -T250C 000:188.300 Name: SMIF -T250C 000:188.322 BaseAddr: 0x18000000 -T250C 000:188.580 LoaderInfo: -T250C 000:188.603 Name: SMIF -T250C 000:188.626 MaxSize: 0x08000000 -T250C 000:188.648 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM -T250C 000:188.671 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:188.696 Device entry modified: CY8C6xxA_CM0p -T250C 000:188.830 ChipInfo: -T250C 000:188.854 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:188.943 FlashBankInfo: -T250C 000:188.966 Name: FLASH (Main) -T250C 000:188.989 BaseAddr: 0x10000000 -T250C 000:189.311 AlwaysPresent: 1 -T250C 000:189.335 LoaderInfo: -T250C 000:189.358 Name: FLASH (Main) -T250C 000:189.380 MaxSize: 0x00200000 -T250C 000:189.403 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM -T250C 000:189.425 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:189.447 FlashBankInfo: -T250C 000:189.469 Name: WFLASH (Work) -T250C 000:189.492 BaseAddr: 0x14000000 -T250C 000:189.751 AlwaysPresent: 1 -T250C 000:189.775 LoaderInfo: -T250C 000:189.797 Name: WFLASH (Work) -T250C 000:189.820 MaxSize: 0x00008000 -T250C 000:189.842 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:189.865 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:189.887 FlashBankInfo: -T250C 000:189.909 Name: SFLASH: User Data -T250C 000:189.932 BaseAddr: 0x16000800 -T250C 000:190.210 AlwaysPresent: 1 -T250C 000:190.238 LoaderInfo: -T250C 000:190.265 Name: SFLASH: User Data -T250C 000:190.291 MaxSize: 0x00000800 -T250C 000:190.318 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:190.344 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:190.370 FlashBankInfo: -T250C 000:190.396 Name: SFLASH: NAR -T250C 000:190.422 BaseAddr: 0x16001A00 -T250C 000:190.731 AlwaysPresent: 1 -T250C 000:190.759 LoaderInfo: -T250C 000:190.785 Name: SFLASH: NAR -T250C 000:190.812 MaxSize: 0x00000200 -T250C 000:190.838 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:190.864 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:190.891 FlashBankInfo: -T250C 000:190.917 Name: SFLASH: Public Key -T250C 000:190.943 BaseAddr: 0x16005A00 -T250C 000:191.263 AlwaysPresent: 1 -T250C 000:191.291 LoaderInfo: -T250C 000:191.318 Name: SFLASH: Public Key -T250C 000:191.354 MaxSize: 0x00000C00 -T250C 000:191.380 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:191.406 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:191.433 FlashBankInfo: -T250C 000:191.459 Name: SFLASH: TOC2 -T250C 000:191.486 BaseAddr: 0x16007C00 -T250C 000:191.792 AlwaysPresent: 1 -T250C 000:191.820 LoaderInfo: -T250C 000:191.846 Name: SFLASH: TOC2 -T250C 000:191.872 MaxSize: 0x00000400 -T250C 000:191.901 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:191.927 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:191.953 FlashBankInfo: -T250C 000:191.978 Name: SMIF -T250C 000:192.004 BaseAddr: 0x18000000 -T250C 000:192.273 LoaderInfo: -T250C 000:192.297 Name: SMIF -T250C 000:192.319 MaxSize: 0x08000000 -T250C 000:192.342 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:192.364 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:192.390 Device entry modified: CY8C6xxA_CM0p_sect256KB -T250C 000:192.524 ChipInfo: -T250C 000:192.548 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:192.573 FlashBankInfo: -T250C 000:192.595 Name: FLASH (Main) -T250C 000:192.663 BaseAddr: 0x10000000 -T250C 000:192.927 AlwaysPresent: 1 -T250C 000:192.951 LoaderInfo: -T250C 000:192.973 Name: FLASH (Main) -T250C 000:192.996 MaxSize: 0x00200000 -T250C 000:193.018 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM -T250C 000:193.040 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:193.063 FlashBankInfo: -T250C 000:193.085 Name: WFLASH (Work) -T250C 000:193.108 BaseAddr: 0x14000000 -T250C 000:193.368 AlwaysPresent: 1 -T250C 000:193.392 LoaderInfo: -T250C 000:193.414 Name: WFLASH (Work) -T250C 000:193.437 MaxSize: 0x00008000 -T250C 000:193.459 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:193.481 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:193.504 FlashBankInfo: -T250C 000:193.526 Name: SFLASH: User Data -T250C 000:193.548 BaseAddr: 0x16000800 -T250C 000:193.811 AlwaysPresent: 1 -T250C 000:193.851 LoaderInfo: -T250C 000:193.874 Name: SFLASH: User Data -T250C 000:193.905 MaxSize: 0x00000800 -T250C 000:193.932 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:193.958 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:193.984 FlashBankInfo: -T250C 000:194.010 Name: SFLASH: NAR -T250C 000:194.036 BaseAddr: 0x16001A00 -T250C 000:194.345 AlwaysPresent: 1 -T250C 000:194.373 LoaderInfo: -T250C 000:194.400 Name: SFLASH: NAR -T250C 000:194.426 MaxSize: 0x00000200 -T250C 000:194.453 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:194.479 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:194.506 FlashBankInfo: -T250C 000:194.532 Name: SFLASH: Public Key -T250C 000:194.558 BaseAddr: 0x16005A00 -T250C 000:194.866 AlwaysPresent: 1 -T250C 000:194.894 LoaderInfo: -T250C 000:194.921 Name: SFLASH: Public Key -T250C 000:194.946 MaxSize: 0x00000C00 -T250C 000:194.973 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:194.999 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:195.026 FlashBankInfo: -T250C 000:195.053 Name: SFLASH: TOC2 -T250C 000:195.079 BaseAddr: 0x16007C00 -T250C 000:195.386 AlwaysPresent: 1 -T250C 000:195.414 LoaderInfo: -T250C 000:195.440 Name: SFLASH: TOC2 -T250C 000:195.466 MaxSize: 0x00000400 -T250C 000:195.493 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:195.519 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:195.545 FlashBankInfo: -T250C 000:195.571 Name: SMIF -T250C 000:195.597 BaseAddr: 0x18000000 -T250C 000:195.898 LoaderInfo: -T250C 000:195.922 Name: SMIF -T250C 000:195.945 MaxSize: 0x08000000 -T250C 000:195.967 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:195.990 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:196.015 Device entry modified: CY8C6xxA_CM0p_tm -T250C 000:196.151 ChipInfo: -T250C 000:196.175 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:196.199 FlashBankInfo: -T250C 000:196.222 Name: FLASH (Main) -T250C 000:196.244 BaseAddr: 0x10000000 -T250C 000:196.502 AlwaysPresent: 1 -T250C 000:196.570 LoaderInfo: -T250C 000:196.593 Name: FLASH (Main) -T250C 000:196.616 MaxSize: 0x00200000 -T250C 000:196.638 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM -T250C 000:196.661 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:196.683 FlashBankInfo: -T250C 000:196.705 Name: WFLASH (Work) -T250C 000:196.728 BaseAddr: 0x14000000 -T250C 000:196.990 AlwaysPresent: 1 -T250C 000:197.014 LoaderInfo: -T250C 000:197.036 Name: WFLASH (Work) -T250C 000:197.059 MaxSize: 0x00008000 -T250C 000:197.081 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:197.105 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:197.127 FlashBankInfo: -T250C 000:197.149 Name: SFLASH: User Data -T250C 000:197.172 BaseAddr: 0x16000800 -T250C 000:197.430 AlwaysPresent: 1 -T250C 000:197.454 LoaderInfo: -T250C 000:197.477 Name: SFLASH: User Data -T250C 000:197.499 MaxSize: 0x00000800 -T250C 000:197.522 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:197.544 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:197.567 FlashBankInfo: -T250C 000:197.589 Name: SFLASH: NAR -T250C 000:197.611 BaseAddr: 0x16001A00 -T250C 000:197.869 AlwaysPresent: 1 -T250C 000:197.893 LoaderInfo: -T250C 000:197.916 Name: SFLASH: NAR -T250C 000:197.938 MaxSize: 0x00000200 -T250C 000:197.960 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:197.982 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:198.005 FlashBankInfo: -T250C 000:198.027 Name: SFLASH: Public Key -T250C 000:198.049 BaseAddr: 0x16005A00 -T250C 000:198.403 AlwaysPresent: 1 -T250C 000:198.433 LoaderInfo: -T250C 000:198.459 Name: SFLASH: Public Key -T250C 000:198.486 MaxSize: 0x00000C00 -T250C 000:198.512 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:198.539 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:198.566 FlashBankInfo: -T250C 000:198.592 Name: SFLASH: TOC2 -T250C 000:198.618 BaseAddr: 0x16007C00 -T250C 000:198.927 AlwaysPresent: 1 -T250C 000:198.956 LoaderInfo: -T250C 000:198.982 Name: SFLASH: TOC2 -T250C 000:199.009 MaxSize: 0x00000400 -T250C 000:199.035 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:199.061 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:199.088 FlashBankInfo: -T250C 000:199.115 Name: SMIF -T250C 000:199.142 BaseAddr: 0x18000000 -T250C 000:199.448 LoaderInfo: -T250C 000:199.476 Name: SMIF -T250C 000:199.502 MaxSize: 0x08000000 -T250C 000:199.531 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:199.554 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:199.580 Device entry modified: CY8C6xxA_CM0p_sect256KB_tm -T250C 000:199.714 ChipInfo: -T250C 000:199.738 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:199.762 FlashBankInfo: -T250C 000:199.785 Name: FLASH (Main) -T250C 000:199.808 BaseAddr: 0x10000000 -T250C 000:200.070 AlwaysPresent: 1 -T250C 000:200.095 LoaderInfo: -T250C 000:200.135 Name: FLASH (Main) -T250C 000:200.223 MaxSize: 0x00200000 -T250C 000:200.250 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM -T250C 000:200.277 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:200.303 FlashBankInfo: -T250C 000:200.329 Name: WFLASH (Work) -T250C 000:200.355 BaseAddr: 0x14000000 -T250C 000:200.665 AlwaysPresent: 1 -T250C 000:200.697 LoaderInfo: -T250C 000:200.723 Name: WFLASH (Work) -T250C 000:200.749 MaxSize: 0x00008000 -T250C 000:200.776 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:200.802 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:200.828 FlashBankInfo: -T250C 000:200.853 Name: SFLASH: User Data -T250C 000:200.880 BaseAddr: 0x16000800 -T250C 000:201.187 AlwaysPresent: 1 -T250C 000:201.215 LoaderInfo: -T250C 000:201.241 Name: SFLASH: User Data -T250C 000:201.268 MaxSize: 0x00000800 -T250C 000:201.294 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:201.320 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:201.347 FlashBankInfo: -T250C 000:201.372 Name: SFLASH: NAR -T250C 000:201.400 BaseAddr: 0x16001A00 -T250C 000:201.683 AlwaysPresent: 1 -T250C 000:201.707 LoaderInfo: -T250C 000:201.729 Name: SFLASH: NAR -T250C 000:201.751 MaxSize: 0x00000200 -T250C 000:201.774 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:201.796 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:201.818 FlashBankInfo: -T250C 000:201.840 Name: SFLASH: Public Key -T250C 000:201.863 BaseAddr: 0x16005A00 -T250C 000:202.126 AlwaysPresent: 1 -T250C 000:202.151 LoaderInfo: -T250C 000:202.173 Name: SFLASH: Public Key -T250C 000:202.195 MaxSize: 0x00000C00 -T250C 000:202.217 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:202.239 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:202.262 FlashBankInfo: -T250C 000:202.284 Name: SFLASH: TOC2 -T250C 000:202.306 BaseAddr: 0x16007C00 -T250C 000:202.566 AlwaysPresent: 1 -T250C 000:202.590 LoaderInfo: -T250C 000:202.612 Name: SFLASH: TOC2 -T250C 000:202.634 MaxSize: 0x00000400 -T250C 000:202.657 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:202.679 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:202.702 FlashBankInfo: -T250C 000:202.723 Name: SMIF -T250C 000:202.745 BaseAddr: 0x18000000 -T250C 000:203.004 LoaderInfo: -T250C 000:203.028 Name: SMIF -T250C 000:203.050 MaxSize: 0x08000000 -T250C 000:203.073 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:203.097 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:203.122 Device entry modified: CY8C6xxA_CM4 -T250C 000:203.256 ChipInfo: -T250C 000:203.280 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:203.306 FlashBankInfo: -T250C 000:203.329 Name: FLASH (Main) -T250C 000:203.351 BaseAddr: 0x10000000 -T250C 000:203.609 AlwaysPresent: 1 -T250C 000:203.633 LoaderInfo: -T250C 000:203.656 Name: FLASH (Main) -T250C 000:203.678 MaxSize: 0x00200000 -T250C 000:203.701 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM -T250C 000:203.768 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:203.791 FlashBankInfo: -T250C 000:203.814 Name: WFLASH (Work) -T250C 000:203.836 BaseAddr: 0x14000000 -T250C 000:204.100 AlwaysPresent: 1 -T250C 000:204.124 LoaderInfo: -T250C 000:204.147 Name: WFLASH (Work) -T250C 000:204.169 MaxSize: 0x00008000 -T250C 000:204.191 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:204.213 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:204.236 FlashBankInfo: -T250C 000:204.258 Name: SFLASH: User Data -T250C 000:204.280 BaseAddr: 0x16000800 -T250C 000:204.540 AlwaysPresent: 1 -T250C 000:204.564 LoaderInfo: -T250C 000:204.586 Name: SFLASH: User Data -T250C 000:204.609 MaxSize: 0x00000800 -T250C 000:204.631 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:204.654 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:204.676 FlashBankInfo: -T250C 000:204.698 Name: SFLASH: NAR -T250C 000:204.720 BaseAddr: 0x16001A00 -T250C 000:204.980 AlwaysPresent: 1 -T250C 000:205.004 LoaderInfo: -T250C 000:205.027 Name: SFLASH: NAR -T250C 000:205.055 MaxSize: 0x00000200 -T250C 000:205.077 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:205.101 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:205.132 FlashBankInfo: -T250C 000:205.156 Name: SFLASH: Public Key -T250C 000:205.188 BaseAddr: 0x16005A00 -T250C 000:205.494 AlwaysPresent: 1 -T250C 000:205.522 LoaderInfo: -T250C 000:205.549 Name: SFLASH: Public Key -T250C 000:205.575 MaxSize: 0x00000C00 -T250C 000:205.602 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:205.628 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:205.654 FlashBankInfo: -T250C 000:205.680 Name: SFLASH: TOC2 -T250C 000:205.707 BaseAddr: 0x16007C00 -T250C 000:206.013 AlwaysPresent: 1 -T250C 000:206.046 LoaderInfo: -T250C 000:206.072 Name: SFLASH: TOC2 -T250C 000:206.100 MaxSize: 0x00000400 -T250C 000:206.126 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:206.152 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:206.178 FlashBankInfo: -T250C 000:206.204 Name: SMIF -T250C 000:206.230 BaseAddr: 0x18000000 -T250C 000:206.536 LoaderInfo: -T250C 000:206.560 Name: SMIF -T250C 000:206.582 MaxSize: 0x08000000 -T250C 000:206.605 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:206.627 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:206.654 Device entry modified: CY8C6xxA_CM4_sect256KB -T250C 000:206.787 ChipInfo: -T250C 000:206.811 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:206.838 FlashBankInfo: -T250C 000:206.860 Name: FLASH (Main) -T250C 000:206.882 BaseAddr: 0x10000000 -T250C 000:207.143 AlwaysPresent: 1 -T250C 000:207.167 LoaderInfo: -T250C 000:207.190 Name: FLASH (Main) -T250C 000:207.212 MaxSize: 0x00200000 -T250C 000:207.234 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM -T250C 000:207.257 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:207.325 FlashBankInfo: -T250C 000:207.350 Name: WFLASH (Work) -T250C 000:207.372 BaseAddr: 0x14000000 -T250C 000:207.634 AlwaysPresent: 1 -T250C 000:207.658 LoaderInfo: -T250C 000:207.681 Name: WFLASH (Work) -T250C 000:207.703 MaxSize: 0x00008000 -T250C 000:207.725 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:207.748 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:207.770 FlashBankInfo: -T250C 000:207.792 Name: SFLASH: User Data -T250C 000:207.815 BaseAddr: 0x16000800 -T250C 000:208.074 AlwaysPresent: 1 -T250C 000:208.100 LoaderInfo: -T250C 000:208.122 Name: SFLASH: User Data -T250C 000:208.145 MaxSize: 0x00000800 -T250C 000:208.167 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:208.189 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:208.212 FlashBankInfo: -T250C 000:208.234 Name: SFLASH: NAR -T250C 000:208.256 BaseAddr: 0x16001A00 -T250C 000:208.517 AlwaysPresent: 1 -T250C 000:208.541 LoaderInfo: -T250C 000:208.563 Name: SFLASH: NAR -T250C 000:208.585 MaxSize: 0x00000200 -T250C 000:208.608 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:208.630 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:208.652 FlashBankInfo: -T250C 000:208.674 Name: SFLASH: Public Key -T250C 000:208.697 BaseAddr: 0x16005A00 -T250C 000:208.956 AlwaysPresent: 1 -T250C 000:208.980 LoaderInfo: -T250C 000:209.003 Name: SFLASH: Public Key -T250C 000:209.025 MaxSize: 0x00000C00 -T250C 000:209.055 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:209.077 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:209.101 FlashBankInfo: -T250C 000:209.123 Name: SFLASH: TOC2 -T250C 000:209.145 BaseAddr: 0x16007C00 -T250C 000:209.404 AlwaysPresent: 1 -T250C 000:209.428 LoaderInfo: -T250C 000:209.450 Name: SFLASH: TOC2 -T250C 000:209.472 MaxSize: 0x00000400 -T250C 000:209.495 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:209.517 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:209.540 FlashBankInfo: -T250C 000:209.561 Name: SMIF -T250C 000:209.583 BaseAddr: 0x18000000 -T250C 000:209.842 LoaderInfo: -T250C 000:209.866 Name: SMIF -T250C 000:209.888 MaxSize: 0x08000000 -T250C 000:209.911 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:209.933 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:209.958 Device entry modified: CY8C6xx8_CM0p -T250C 000:210.096 ChipInfo: -T250C 000:210.132 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:210.165 FlashBankInfo: -T250C 000:210.192 Name: FLASH (Main) -T250C 000:210.218 BaseAddr: 0x10000000 -T250C 000:210.524 AlwaysPresent: 1 -T250C 000:210.552 LoaderInfo: -T250C 000:210.579 Name: FLASH (Main) -T250C 000:210.605 MaxSize: 0x00100000 -T250C 000:210.632 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM -T250C 000:210.658 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:210.684 FlashBankInfo: -T250C 000:210.709 Name: WFLASH (Work) -T250C 000:210.736 BaseAddr: 0x14000000 -T250C 000:211.055 AlwaysPresent: 1 -T250C 000:211.083 LoaderInfo: -T250C 000:211.109 Name: WFLASH (Work) -T250C 000:211.136 MaxSize: 0x00008000 -T250C 000:211.162 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:211.188 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:211.215 FlashBankInfo: -T250C 000:211.241 Name: SFLASH: User Data -T250C 000:211.267 BaseAddr: 0x16000800 -T250C 000:211.574 AlwaysPresent: 1 -T250C 000:211.603 LoaderInfo: -T250C 000:211.629 Name: SFLASH: User Data -T250C 000:211.656 MaxSize: 0x00000800 -T250C 000:211.684 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:211.706 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:211.729 FlashBankInfo: -T250C 000:211.751 Name: SFLASH: NAR -T250C 000:211.773 BaseAddr: 0x16001A00 -T250C 000:212.032 AlwaysPresent: 1 -T250C 000:212.056 LoaderInfo: -T250C 000:212.078 Name: SFLASH: NAR -T250C 000:212.102 MaxSize: 0x00000200 -T250C 000:212.125 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:212.147 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:212.169 FlashBankInfo: -T250C 000:212.191 Name: SFLASH: Public Key -T250C 000:212.214 BaseAddr: 0x16005A00 -T250C 000:212.474 AlwaysPresent: 1 -T250C 000:212.498 LoaderInfo: -T250C 000:212.520 Name: SFLASH: Public Key -T250C 000:212.543 MaxSize: 0x00000C00 -T250C 000:212.565 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:212.587 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:212.610 FlashBankInfo: -T250C 000:212.632 Name: SFLASH: TOC2 -T250C 000:212.654 BaseAddr: 0x16007C00 -T250C 000:212.914 AlwaysPresent: 1 -T250C 000:212.938 LoaderInfo: -T250C 000:212.960 Name: SFLASH: TOC2 -T250C 000:212.983 MaxSize: 0x00000400 -T250C 000:213.005 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:213.027 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:213.049 FlashBankInfo: -T250C 000:213.071 Name: SMIF -T250C 000:213.095 BaseAddr: 0x18000000 -T250C 000:213.354 LoaderInfo: -T250C 000:213.378 Name: SMIF -T250C 000:213.400 MaxSize: 0x08000000 -T250C 000:213.423 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:213.445 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:213.470 Device entry modified: CY8C6xx8_CM0p_sect256KB -T250C 000:213.604 ChipInfo: -T250C 000:213.628 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:213.653 FlashBankInfo: -T250C 000:213.675 Name: FLASH (Main) -T250C 000:213.697 BaseAddr: 0x10000000 -T250C 000:213.958 AlwaysPresent: 1 -T250C 000:213.982 LoaderInfo: -T250C 000:214.004 Name: FLASH (Main) -T250C 000:214.027 MaxSize: 0x00100000 -T250C 000:214.055 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM -T250C 000:214.077 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:214.101 FlashBankInfo: -T250C 000:214.125 Name: WFLASH (Work) -T250C 000:214.183 BaseAddr: 0x14000000 -T250C 000:214.531 AlwaysPresent: 1 -T250C 000:214.560 LoaderInfo: -T250C 000:214.586 Name: WFLASH (Work) -T250C 000:214.619 MaxSize: 0x00008000 -T250C 000:214.645 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:214.672 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:214.698 FlashBankInfo: -T250C 000:214.724 Name: SFLASH: User Data -T250C 000:214.751 BaseAddr: 0x16000800 -T250C 000:215.061 AlwaysPresent: 1 -T250C 000:215.105 LoaderInfo: -T250C 000:215.131 Name: SFLASH: User Data -T250C 000:215.157 MaxSize: 0x00000800 -T250C 000:215.184 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:215.210 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:215.236 FlashBankInfo: -T250C 000:215.262 Name: SFLASH: NAR -T250C 000:215.288 BaseAddr: 0x16001A00 -T250C 000:215.590 AlwaysPresent: 1 -T250C 000:215.613 LoaderInfo: -T250C 000:215.636 Name: SFLASH: NAR -T250C 000:215.658 MaxSize: 0x00000200 -T250C 000:215.680 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:215.702 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:215.725 FlashBankInfo: -T250C 000:215.747 Name: SFLASH: Public Key -T250C 000:215.769 BaseAddr: 0x16005A00 -T250C 000:216.031 AlwaysPresent: 1 -T250C 000:216.059 LoaderInfo: -T250C 000:216.082 Name: SFLASH: Public Key -T250C 000:216.105 MaxSize: 0x00000C00 -T250C 000:216.132 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:216.156 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:216.189 FlashBankInfo: -T250C 000:216.215 Name: SFLASH: TOC2 -T250C 000:216.241 BaseAddr: 0x16007C00 -T250C 000:216.547 AlwaysPresent: 1 -T250C 000:216.576 LoaderInfo: -T250C 000:216.602 Name: SFLASH: TOC2 -T250C 000:216.629 MaxSize: 0x00000400 -T250C 000:216.655 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:216.681 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:216.707 FlashBankInfo: -T250C 000:216.733 Name: SMIF -T250C 000:216.759 BaseAddr: 0x18000000 -T250C 000:217.068 LoaderInfo: -T250C 000:217.096 Name: SMIF -T250C 000:217.122 MaxSize: 0x08000000 -T250C 000:217.149 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:217.175 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:217.205 Device entry modified: CY8C6xx8_CM0p_tm -T250C 000:217.363 ChipInfo: -T250C 000:217.391 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:217.420 FlashBankInfo: -T250C 000:217.447 Name: FLASH (Main) -T250C 000:217.474 BaseAddr: 0x10000000 -T250C 000:217.780 AlwaysPresent: 1 -T250C 000:217.812 LoaderInfo: -T250C 000:217.834 Name: FLASH (Main) -T250C 000:217.857 MaxSize: 0x00100000 -T250C 000:217.879 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM -T250C 000:217.901 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:217.923 FlashBankInfo: -T250C 000:217.945 Name: WFLASH (Work) -T250C 000:217.968 BaseAddr: 0x14000000 -T250C 000:218.266 AlwaysPresent: 1 -T250C 000:218.295 LoaderInfo: -T250C 000:218.321 Name: WFLASH (Work) -T250C 000:218.348 MaxSize: 0x00008000 -T250C 000:218.375 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:218.408 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:218.436 FlashBankInfo: -T250C 000:218.463 Name: SFLASH: User Data -T250C 000:218.545 BaseAddr: 0x16000800 -T250C 000:218.855 AlwaysPresent: 1 -T250C 000:218.884 LoaderInfo: -T250C 000:218.911 Name: SFLASH: User Data -T250C 000:218.937 MaxSize: 0x00000800 -T250C 000:218.963 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:218.989 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:219.016 FlashBankInfo: -T250C 000:219.043 Name: SFLASH: NAR -T250C 000:219.070 BaseAddr: 0x16001A00 -T250C 000:219.376 AlwaysPresent: 1 -T250C 000:219.404 LoaderInfo: -T250C 000:219.430 Name: SFLASH: NAR -T250C 000:219.456 MaxSize: 0x00000200 -T250C 000:219.483 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:219.509 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:219.535 FlashBankInfo: -T250C 000:219.563 Name: SFLASH: Public Key -T250C 000:219.589 BaseAddr: 0x16005A00 -T250C 000:219.868 AlwaysPresent: 1 -T250C 000:219.892 LoaderInfo: -T250C 000:219.914 Name: SFLASH: Public Key -T250C 000:219.936 MaxSize: 0x00000C00 -T250C 000:219.959 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:219.981 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:220.004 FlashBankInfo: -T250C 000:220.025 Name: SFLASH: TOC2 -T250C 000:220.055 BaseAddr: 0x16007C00 -T250C 000:220.359 AlwaysPresent: 1 -T250C 000:220.387 LoaderInfo: -T250C 000:220.413 Name: SFLASH: TOC2 -T250C 000:220.439 MaxSize: 0x00000400 -T250C 000:220.465 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:220.491 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:220.518 FlashBankInfo: -T250C 000:220.543 Name: SMIF -T250C 000:220.569 BaseAddr: 0x18000000 -T250C 000:220.880 LoaderInfo: -T250C 000:220.908 Name: SMIF -T250C 000:220.934 MaxSize: 0x08000000 -T250C 000:220.961 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:220.987 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:221.018 Device entry modified: CY8C6xx8_CM0p_sect256KB_tm -T250C 000:221.188 ChipInfo: -T250C 000:221.216 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:221.245 FlashBankInfo: -T250C 000:221.271 Name: FLASH (Main) -T250C 000:221.297 BaseAddr: 0x10000000 -T250C 000:221.594 AlwaysPresent: 1 -T250C 000:221.617 LoaderInfo: -T250C 000:221.640 Name: FLASH (Main) -T250C 000:221.662 MaxSize: 0x00100000 -T250C 000:221.684 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM -T250C 000:221.706 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:221.738 FlashBankInfo: -T250C 000:221.760 Name: WFLASH (Work) -T250C 000:221.782 BaseAddr: 0x14000000 -T250C 000:222.045 AlwaysPresent: 1 -T250C 000:222.069 LoaderInfo: -T250C 000:222.095 Name: WFLASH (Work) -T250C 000:222.118 MaxSize: 0x00008000 -T250C 000:222.140 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:222.163 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:222.190 FlashBankInfo: -T250C 000:222.212 Name: SFLASH: User Data -T250C 000:222.235 BaseAddr: 0x16000800 -T250C 000:222.521 AlwaysPresent: 1 -T250C 000:222.549 LoaderInfo: -T250C 000:222.575 Name: SFLASH: User Data -T250C 000:222.602 MaxSize: 0x00000800 -T250C 000:222.628 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:222.655 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:222.681 FlashBankInfo: -T250C 000:222.707 Name: SFLASH: NAR -T250C 000:222.734 BaseAddr: 0x16001A00 -T250C 000:223.044 AlwaysPresent: 1 -T250C 000:223.073 LoaderInfo: -T250C 000:223.099 Name: SFLASH: NAR -T250C 000:223.125 MaxSize: 0x00000200 -T250C 000:223.152 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:223.178 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:223.204 FlashBankInfo: -T250C 000:223.230 Name: SFLASH: Public Key -T250C 000:223.256 BaseAddr: 0x16005A00 -T250C 000:223.566 AlwaysPresent: 1 -T250C 000:223.594 LoaderInfo: -T250C 000:223.620 Name: SFLASH: Public Key -T250C 000:223.648 MaxSize: 0x00000C00 -T250C 000:223.675 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:223.701 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:223.727 FlashBankInfo: -T250C 000:223.759 Name: SFLASH: TOC2 -T250C 000:223.781 BaseAddr: 0x16007C00 -T250C 000:224.050 AlwaysPresent: 1 -T250C 000:224.074 LoaderInfo: -T250C 000:224.098 Name: SFLASH: TOC2 -T250C 000:224.120 MaxSize: 0x00000400 -T250C 000:224.143 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:224.165 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:224.187 FlashBankInfo: -T250C 000:224.209 Name: SMIF -T250C 000:224.231 BaseAddr: 0x18000000 -T250C 000:224.493 LoaderInfo: -T250C 000:224.516 Name: SMIF -T250C 000:224.538 MaxSize: 0x08000000 -T250C 000:224.561 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:224.583 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:224.608 Device entry modified: CY8C6xx8_CM4 -T250C 000:224.741 ChipInfo: -T250C 000:224.766 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:224.792 FlashBankInfo: -T250C 000:224.814 Name: FLASH (Main) -T250C 000:224.836 BaseAddr: 0x10000000 -T250C 000:225.096 AlwaysPresent: 1 -T250C 000:225.120 LoaderInfo: -T250C 000:225.142 Name: FLASH (Main) -T250C 000:225.165 MaxSize: 0x00100000 -T250C 000:225.187 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM -T250C 000:225.209 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:225.231 FlashBankInfo: -T250C 000:225.253 Name: WFLASH (Work) -T250C 000:225.276 BaseAddr: 0x14000000 -T250C 000:225.535 AlwaysPresent: 1 -T250C 000:225.559 LoaderInfo: -T250C 000:225.581 Name: WFLASH (Work) -T250C 000:225.604 MaxSize: 0x00008000 -T250C 000:225.626 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:225.648 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:225.670 FlashBankInfo: -T250C 000:225.692 Name: SFLASH: User Data -T250C 000:225.722 BaseAddr: 0x16000800 -T250C 000:225.983 AlwaysPresent: 1 -T250C 000:226.007 LoaderInfo: -T250C 000:226.030 Name: SFLASH: User Data -T250C 000:226.055 MaxSize: 0x00000800 -T250C 000:226.077 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:226.101 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:226.123 FlashBankInfo: -T250C 000:226.145 Name: SFLASH: NAR -T250C 000:226.167 BaseAddr: 0x16001A00 -T250C 000:226.428 AlwaysPresent: 1 -T250C 000:226.456 LoaderInfo: -T250C 000:226.487 Name: SFLASH: NAR -T250C 000:226.513 MaxSize: 0x00000200 -T250C 000:226.540 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:226.566 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:226.593 FlashBankInfo: -T250C 000:226.619 Name: SFLASH: Public Key -T250C 000:226.645 BaseAddr: 0x16005A00 -T250C 000:226.951 AlwaysPresent: 1 -T250C 000:226.979 LoaderInfo: -T250C 000:227.005 Name: SFLASH: Public Key -T250C 000:227.031 MaxSize: 0x00000C00 -T250C 000:227.057 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:227.083 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:227.111 FlashBankInfo: -T250C 000:227.137 Name: SFLASH: TOC2 -T250C 000:227.163 BaseAddr: 0x16007C00 -T250C 000:227.545 AlwaysPresent: 1 -T250C 000:227.575 LoaderInfo: -T250C 000:227.602 Name: SFLASH: TOC2 -T250C 000:227.628 MaxSize: 0x00000400 -T250C 000:227.654 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:227.681 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:227.707 FlashBankInfo: -T250C 000:227.732 Name: SMIF -T250C 000:227.760 BaseAddr: 0x18000000 -T250C 000:228.040 LoaderInfo: -T250C 000:228.065 Name: SMIF -T250C 000:228.088 MaxSize: 0x08000000 -T250C 000:228.110 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:228.133 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:228.159 Device entry modified: CY8C6xx8_CM4_sect256KB -T250C 000:228.294 ChipInfo: -T250C 000:228.318 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:228.344 FlashBankInfo: -T250C 000:228.366 Name: FLASH (Main) -T250C 000:228.389 BaseAddr: 0x10000000 -T250C 000:228.649 AlwaysPresent: 1 -T250C 000:228.673 LoaderInfo: -T250C 000:228.696 Name: FLASH (Main) -T250C 000:228.718 MaxSize: 0x00100000 -T250C 000:228.741 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM -T250C 000:228.763 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:228.785 FlashBankInfo: -T250C 000:228.807 Name: WFLASH (Work) -T250C 000:228.829 BaseAddr: 0x14000000 -T250C 000:229.097 AlwaysPresent: 1 -T250C 000:229.121 LoaderInfo: -T250C 000:229.144 Name: WFLASH (Work) -T250C 000:229.166 MaxSize: 0x00008000 -T250C 000:229.188 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:229.211 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:229.233 FlashBankInfo: -T250C 000:229.255 Name: SFLASH: User Data -T250C 000:229.277 BaseAddr: 0x16000800 -T250C 000:229.536 AlwaysPresent: 1 -T250C 000:229.569 LoaderInfo: -T250C 000:229.592 Name: SFLASH: User Data -T250C 000:229.614 MaxSize: 0x00000800 -T250C 000:229.637 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:229.659 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:229.682 FlashBankInfo: -T250C 000:229.704 Name: SFLASH: NAR -T250C 000:229.726 BaseAddr: 0x16001A00 -T250C 000:229.986 AlwaysPresent: 1 -T250C 000:230.010 LoaderInfo: -T250C 000:230.032 Name: SFLASH: NAR -T250C 000:230.055 MaxSize: 0x00000200 -T250C 000:230.077 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:230.112 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:230.135 FlashBankInfo: -T250C 000:230.202 Name: SFLASH: Public Key -T250C 000:230.244 BaseAddr: 0x16005A00 -T250C 000:230.585 AlwaysPresent: 1 -T250C 000:230.613 LoaderInfo: -T250C 000:230.640 Name: SFLASH: Public Key -T250C 000:230.666 MaxSize: 0x00000C00 -T250C 000:230.692 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:230.719 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:230.745 FlashBankInfo: -T250C 000:230.771 Name: SFLASH: TOC2 -T250C 000:230.797 BaseAddr: 0x16007C00 -T250C 000:231.107 AlwaysPresent: 1 -T250C 000:231.135 LoaderInfo: -T250C 000:231.161 Name: SFLASH: TOC2 -T250C 000:231.188 MaxSize: 0x00000400 -T250C 000:231.214 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:231.240 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:231.267 FlashBankInfo: -T250C 000:231.292 Name: SMIF -T250C 000:231.318 BaseAddr: 0x18000000 -T250C 000:231.612 LoaderInfo: -T250C 000:231.636 Name: SMIF -T250C 000:231.659 MaxSize: 0x08000000 -T250C 000:231.682 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:231.704 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:231.730 Device entry modified: CY8C6xx5_CM0p -T250C 000:231.864 ChipInfo: -T250C 000:231.889 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:231.913 FlashBankInfo: -T250C 000:231.935 Name: FLASH (Main) -T250C 000:231.958 BaseAddr: 0x10000000 -T250C 000:232.220 AlwaysPresent: 1 -T250C 000:232.244 LoaderInfo: -T250C 000:232.267 Name: FLASH (Main) -T250C 000:232.289 MaxSize: 0x00080000 -T250C 000:232.311 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM -T250C 000:232.333 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:232.356 FlashBankInfo: -T250C 000:232.378 Name: WFLASH (Work) -T250C 000:232.400 BaseAddr: 0x14000000 -T250C 000:232.659 AlwaysPresent: 1 -T250C 000:232.683 LoaderInfo: -T250C 000:232.706 Name: WFLASH (Work) -T250C 000:232.729 MaxSize: 0x00008000 -T250C 000:232.751 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:232.774 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:232.796 FlashBankInfo: -T250C 000:232.818 Name: SFLASH: User Data -T250C 000:232.841 BaseAddr: 0x16000800 -T250C 000:233.106 AlwaysPresent: 1 -T250C 000:233.131 LoaderInfo: -T250C 000:233.153 Name: SFLASH: User Data -T250C 000:233.175 MaxSize: 0x00000800 -T250C 000:233.203 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:233.226 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:233.249 FlashBankInfo: -T250C 000:233.272 Name: SFLASH: NAR -T250C 000:233.294 BaseAddr: 0x16001A00 -T250C 000:233.555 AlwaysPresent: 1 -T250C 000:233.579 LoaderInfo: -T250C 000:233.602 Name: SFLASH: NAR -T250C 000:233.624 MaxSize: 0x00000200 -T250C 000:233.647 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:233.669 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:233.692 FlashBankInfo: -T250C 000:233.714 Name: SFLASH: Public Key -T250C 000:233.736 BaseAddr: 0x16005A00 -T250C 000:233.996 AlwaysPresent: 1 -T250C 000:234.020 LoaderInfo: -T250C 000:234.043 Name: SFLASH: Public Key -T250C 000:234.066 MaxSize: 0x00000C00 -T250C 000:234.089 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:234.111 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:234.134 FlashBankInfo: -T250C 000:234.156 Name: SFLASH: TOC2 -T250C 000:234.178 BaseAddr: 0x16007C00 -T250C 000:234.440 AlwaysPresent: 1 -T250C 000:234.464 LoaderInfo: -T250C 000:234.487 Name: SFLASH: TOC2 -T250C 000:234.509 MaxSize: 0x00000400 -T250C 000:234.531 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:234.553 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:234.576 FlashBankInfo: -T250C 000:234.597 Name: SMIF -T250C 000:234.619 BaseAddr: 0x18000000 -T250C 000:234.878 LoaderInfo: -T250C 000:234.902 Name: SMIF -T250C 000:234.924 MaxSize: 0x08000000 -T250C 000:234.946 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:234.969 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:234.994 Device entry modified: CY8C6xx5_CM0p_sect256KB -T250C 000:235.130 ChipInfo: -T250C 000:235.154 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:235.178 FlashBankInfo: -T250C 000:235.201 Name: FLASH (Main) -T250C 000:235.223 BaseAddr: 0x10000000 -T250C 000:235.482 AlwaysPresent: 1 -T250C 000:235.506 LoaderInfo: -T250C 000:235.528 Name: FLASH (Main) -T250C 000:235.551 MaxSize: 0x00080000 -T250C 000:235.573 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM -T250C 000:235.595 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:235.617 FlashBankInfo: -T250C 000:235.639 Name: WFLASH (Work) -T250C 000:235.662 BaseAddr: 0x14000000 -T250C 000:235.920 AlwaysPresent: 1 -T250C 000:235.944 LoaderInfo: -T250C 000:235.966 Name: WFLASH (Work) -T250C 000:235.988 MaxSize: 0x00008000 -T250C 000:236.010 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:236.033 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:236.064 FlashBankInfo: -T250C 000:236.086 Name: SFLASH: User Data -T250C 000:236.108 BaseAddr: 0x16000800 -T250C 000:236.369 AlwaysPresent: 1 -T250C 000:236.393 LoaderInfo: -T250C 000:236.415 Name: SFLASH: User Data -T250C 000:236.437 MaxSize: 0x00000800 -T250C 000:236.460 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:236.486 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:236.509 FlashBankInfo: -T250C 000:236.531 Name: SFLASH: NAR -T250C 000:236.554 BaseAddr: 0x16001A00 -T250C 000:236.815 AlwaysPresent: 1 -T250C 000:236.839 LoaderInfo: -T250C 000:236.862 Name: SFLASH: NAR -T250C 000:236.884 MaxSize: 0x00000200 -T250C 000:236.906 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:236.929 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:236.951 FlashBankInfo: -T250C 000:236.973 Name: SFLASH: Public Key -T250C 000:236.995 BaseAddr: 0x16005A00 -T250C 000:237.257 AlwaysPresent: 1 -T250C 000:237.281 LoaderInfo: -T250C 000:237.303 Name: SFLASH: Public Key -T250C 000:237.326 MaxSize: 0x00000C00 -T250C 000:237.348 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:237.370 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:237.393 FlashBankInfo: -T250C 000:237.415 Name: SFLASH: TOC2 -T250C 000:237.437 BaseAddr: 0x16007C00 -T250C 000:237.695 AlwaysPresent: 1 -T250C 000:237.719 LoaderInfo: -T250C 000:237.742 Name: SFLASH: TOC2 -T250C 000:237.764 MaxSize: 0x00000400 -T250C 000:237.786 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:237.808 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:237.831 FlashBankInfo: -T250C 000:237.852 Name: SMIF -T250C 000:237.874 BaseAddr: 0x18000000 -T250C 000:238.155 LoaderInfo: -T250C 000:238.189 Name: SMIF -T250C 000:238.216 MaxSize: 0x08000000 -T250C 000:238.243 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:238.269 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:238.299 Device entry modified: CY8C6xx5_CM0p_tm -T250C 000:238.457 ChipInfo: -T250C 000:238.486 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:238.515 FlashBankInfo: -T250C 000:238.541 Name: FLASH (Main) -T250C 000:238.567 BaseAddr: 0x10000000 -T250C 000:238.870 AlwaysPresent: 1 -T250C 000:238.898 LoaderInfo: -T250C 000:238.924 Name: FLASH (Main) -T250C 000:238.950 MaxSize: 0x00080000 -T250C 000:238.977 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM -T250C 000:239.003 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:239.029 FlashBankInfo: -T250C 000:239.056 Name: WFLASH (Work) -T250C 000:239.082 BaseAddr: 0x14000000 -T250C 000:239.390 AlwaysPresent: 1 -T250C 000:239.420 LoaderInfo: -T250C 000:239.446 Name: WFLASH (Work) -T250C 000:239.472 MaxSize: 0x00008000 -T250C 000:239.498 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:239.527 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:239.550 FlashBankInfo: -T250C 000:239.572 Name: SFLASH: User Data -T250C 000:239.594 BaseAddr: 0x16000800 -T250C 000:239.852 AlwaysPresent: 1 -T250C 000:239.876 LoaderInfo: -T250C 000:239.898 Name: SFLASH: User Data -T250C 000:239.920 MaxSize: 0x00000800 -T250C 000:239.943 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:239.965 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:239.987 FlashBankInfo: -T250C 000:240.014 Name: SFLASH: NAR -T250C 000:240.045 BaseAddr: 0x16001A00 -T250C 000:240.346 AlwaysPresent: 1 -T250C 000:240.374 LoaderInfo: -T250C 000:240.401 Name: SFLASH: NAR -T250C 000:240.427 MaxSize: 0x00000200 -T250C 000:240.453 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:240.479 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:240.506 FlashBankInfo: -T250C 000:240.532 Name: SFLASH: Public Key -T250C 000:240.558 BaseAddr: 0x16005A00 -T250C 000:240.864 AlwaysPresent: 1 -T250C 000:240.892 LoaderInfo: -T250C 000:240.919 Name: SFLASH: Public Key -T250C 000:240.945 MaxSize: 0x00000C00 -T250C 000:240.972 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:240.998 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:241.024 FlashBankInfo: -T250C 000:241.050 Name: SFLASH: TOC2 -T250C 000:241.076 BaseAddr: 0x16007C00 -T250C 000:241.396 AlwaysPresent: 1 -T250C 000:241.425 LoaderInfo: -T250C 000:241.451 Name: SFLASH: TOC2 -T250C 000:241.477 MaxSize: 0x00000400 -T250C 000:241.504 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:241.530 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:241.557 FlashBankInfo: -T250C 000:241.582 Name: SMIF -T250C 000:241.608 BaseAddr: 0x18000000 -T250C 000:241.902 LoaderInfo: -T250C 000:241.925 Name: SMIF -T250C 000:241.948 MaxSize: 0x08000000 -T250C 000:241.970 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:241.992 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:242.018 Device entry modified: CY8C6xx5_CM0p_sect256KB_tm -T250C 000:242.154 ChipInfo: -T250C 000:242.179 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:242.203 FlashBankInfo: -T250C 000:242.225 Name: FLASH (Main) -T250C 000:242.248 BaseAddr: 0x10000000 -T250C 000:242.506 AlwaysPresent: 1 -T250C 000:242.530 LoaderInfo: -T250C 000:242.553 Name: FLASH (Main) -T250C 000:242.575 MaxSize: 0x00080000 -T250C 000:242.598 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM -T250C 000:242.620 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:242.642 FlashBankInfo: -T250C 000:242.664 Name: WFLASH (Work) -T250C 000:242.687 BaseAddr: 0x14000000 -T250C 000:242.947 AlwaysPresent: 1 -T250C 000:242.971 LoaderInfo: -T250C 000:242.993 Name: WFLASH (Work) -T250C 000:243.016 MaxSize: 0x00008000 -T250C 000:243.038 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:243.062 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:243.084 FlashBankInfo: -T250C 000:243.108 Name: SFLASH: User Data -T250C 000:243.130 BaseAddr: 0x16000800 -T250C 000:243.392 AlwaysPresent: 1 -T250C 000:243.416 LoaderInfo: -T250C 000:243.438 Name: SFLASH: User Data -T250C 000:243.461 MaxSize: 0x00000800 -T250C 000:243.483 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:243.505 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:243.528 FlashBankInfo: -T250C 000:243.550 Name: SFLASH: NAR -T250C 000:243.572 BaseAddr: 0x16001A00 -T250C 000:243.836 AlwaysPresent: 1 -T250C 000:243.866 LoaderInfo: -T250C 000:243.897 Name: SFLASH: NAR -T250C 000:243.923 MaxSize: 0x00000200 -T250C 000:243.950 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:243.976 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:244.008 FlashBankInfo: -T250C 000:244.034 Name: SFLASH: Public Key -T250C 000:244.065 BaseAddr: 0x16005A00 -T250C 000:244.372 AlwaysPresent: 1 -T250C 000:244.400 LoaderInfo: -T250C 000:244.427 Name: SFLASH: Public Key -T250C 000:244.453 MaxSize: 0x00000C00 -T250C 000:244.480 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:244.506 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:244.533 FlashBankInfo: -T250C 000:244.559 Name: SFLASH: TOC2 -T250C 000:244.585 BaseAddr: 0x16007C00 -T250C 000:244.891 AlwaysPresent: 1 -T250C 000:244.919 LoaderInfo: -T250C 000:244.945 Name: SFLASH: TOC2 -T250C 000:244.971 MaxSize: 0x00000400 -T250C 000:244.999 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:245.025 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:245.053 FlashBankInfo: -T250C 000:245.091 Name: SMIF -T250C 000:245.117 BaseAddr: 0x18000000 -T250C 000:245.402 LoaderInfo: -T250C 000:245.425 Name: SMIF -T250C 000:245.448 MaxSize: 0x08000000 -T250C 000:245.470 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:245.493 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:245.518 Device entry modified: CY8C6xx5_CM4 -T250C 000:245.652 ChipInfo: -T250C 000:245.677 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:245.702 FlashBankInfo: -T250C 000:245.725 Name: FLASH (Main) -T250C 000:245.747 BaseAddr: 0x10000000 -T250C 000:246.005 AlwaysPresent: 1 -T250C 000:246.029 LoaderInfo: -T250C 000:246.057 Name: FLASH (Main) -T250C 000:246.080 MaxSize: 0x00080000 -T250C 000:246.103 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM -T250C 000:246.130 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:246.191 FlashBankInfo: -T250C 000:246.232 Name: WFLASH (Work) -T250C 000:246.264 BaseAddr: 0x14000000 -T250C 000:246.597 AlwaysPresent: 1 -T250C 000:246.626 LoaderInfo: -T250C 000:246.653 Name: WFLASH (Work) -T250C 000:246.680 MaxSize: 0x00008000 -T250C 000:246.708 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:246.735 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:246.761 FlashBankInfo: -T250C 000:246.787 Name: SFLASH: User Data -T250C 000:246.815 BaseAddr: 0x16000800 -T250C 000:247.125 AlwaysPresent: 1 -T250C 000:247.154 LoaderInfo: -T250C 000:247.180 Name: SFLASH: User Data -T250C 000:247.209 MaxSize: 0x00000800 -T250C 000:247.236 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:247.266 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:247.293 FlashBankInfo: -T250C 000:247.319 Name: SFLASH: NAR -T250C 000:247.345 BaseAddr: 0x16001A00 -T250C 000:247.657 AlwaysPresent: 1 -T250C 000:247.685 LoaderInfo: -T250C 000:247.712 Name: SFLASH: NAR -T250C 000:247.744 MaxSize: 0x00000200 -T250C 000:247.771 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:247.798 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:247.879 FlashBankInfo: -T250C 000:247.904 Name: SFLASH: Public Key -T250C 000:247.931 BaseAddr: 0x16005A00 -T250C 000:248.246 AlwaysPresent: 1 -T250C 000:248.275 LoaderInfo: -T250C 000:248.301 Name: SFLASH: Public Key -T250C 000:248.328 MaxSize: 0x00000C00 -T250C 000:248.355 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:248.381 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:248.407 FlashBankInfo: -T250C 000:248.433 Name: SFLASH: TOC2 -T250C 000:248.460 BaseAddr: 0x16007C00 -T250C 000:248.768 AlwaysPresent: 1 -T250C 000:248.796 LoaderInfo: -T250C 000:248.823 Name: SFLASH: TOC2 -T250C 000:248.850 MaxSize: 0x00000400 -T250C 000:248.876 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:248.905 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:248.931 FlashBankInfo: -T250C 000:248.957 Name: SMIF -T250C 000:248.983 BaseAddr: 0x18000000 -T250C 000:249.306 LoaderInfo: -T250C 000:249.334 Name: SMIF -T250C 000:249.361 MaxSize: 0x08000000 -T250C 000:249.388 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:249.414 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:249.445 Device entry modified: CY8C6xx5_CM4_sect256KB -T250C 000:249.605 ChipInfo: -T250C 000:249.635 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:249.666 FlashBankInfo: -T250C 000:249.694 Name: FLASH (Main) -T250C 000:249.722 BaseAddr: 0x10000000 -T250C 000:250.038 AlwaysPresent: 1 -T250C 000:250.069 LoaderInfo: -T250C 000:250.095 Name: FLASH (Main) -T250C 000:250.122 MaxSize: 0x00080000 -T250C 000:250.149 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM -T250C 000:250.175 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:250.202 FlashBankInfo: -T250C 000:250.228 Name: WFLASH (Work) -T250C 000:250.255 BaseAddr: 0x14000000 -T250C 000:250.565 AlwaysPresent: 1 -T250C 000:250.593 LoaderInfo: -T250C 000:250.619 Name: WFLASH (Work) -T250C 000:250.646 MaxSize: 0x00008000 -T250C 000:250.672 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:250.700 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:250.727 FlashBankInfo: -T250C 000:250.753 Name: SFLASH: User Data -T250C 000:250.780 BaseAddr: 0x16000800 -T250C 000:251.050 AlwaysPresent: 1 -T250C 000:251.074 LoaderInfo: -T250C 000:251.110 Name: SFLASH: User Data -T250C 000:251.137 MaxSize: 0x00000800 -T250C 000:251.163 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:251.190 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:251.220 FlashBankInfo: -T250C 000:251.245 Name: SFLASH: NAR -T250C 000:251.272 BaseAddr: 0x16001A00 -T250C 000:251.578 AlwaysPresent: 1 -T250C 000:251.607 LoaderInfo: -T250C 000:251.633 Name: SFLASH: NAR -T250C 000:251.660 MaxSize: 0x00000200 -T250C 000:251.686 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:251.718 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:251.745 FlashBankInfo: -T250C 000:251.772 Name: SFLASH: Public Key -T250C 000:251.798 BaseAddr: 0x16005A00 -T250C 000:252.118 AlwaysPresent: 1 -T250C 000:252.148 LoaderInfo: -T250C 000:252.174 Name: SFLASH: Public Key -T250C 000:252.201 MaxSize: 0x00000C00 -T250C 000:252.228 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:252.254 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:252.281 FlashBankInfo: -T250C 000:252.307 Name: SFLASH: TOC2 -T250C 000:252.333 BaseAddr: 0x16007C00 -T250C 000:252.644 AlwaysPresent: 1 -T250C 000:252.673 LoaderInfo: -T250C 000:252.700 Name: SFLASH: TOC2 -T250C 000:252.731 MaxSize: 0x00000400 -T250C 000:252.755 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:252.777 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:252.800 FlashBankInfo: -T250C 000:252.822 Name: SMIF -T250C 000:252.845 BaseAddr: 0x18000000 -T250C 000:253.111 LoaderInfo: -T250C 000:253.147 Name: SMIF -T250C 000:253.173 MaxSize: 0x08000000 -T250C 000:253.200 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:253.226 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:253.255 Device entry modified: CY8C6xx4_CM0p -T250C 000:253.414 ChipInfo: -T250C 000:253.442 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:253.471 FlashBankInfo: -T250C 000:253.497 Name: FLASH (Main) -T250C 000:253.524 BaseAddr: 0x10000000 -T250C 000:253.832 AlwaysPresent: 1 -T250C 000:253.860 LoaderInfo: -T250C 000:253.887 Name: FLASH (Main) -T250C 000:253.914 MaxSize: 0x00040000 -T250C 000:253.941 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM -T250C 000:253.967 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:253.994 FlashBankInfo: -T250C 000:254.019 Name: SFLASH: User Data -T250C 000:254.046 BaseAddr: 0x16000800 -T250C 000:254.357 AlwaysPresent: 1 -T250C 000:254.386 LoaderInfo: -T250C 000:254.412 Name: SFLASH: User Data -T250C 000:254.439 MaxSize: 0x00000800 -T250C 000:254.465 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:254.491 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:254.519 FlashBankInfo: -T250C 000:254.545 Name: SFLASH: NAR -T250C 000:254.571 BaseAddr: 0x16001A00 -T250C 000:254.862 AlwaysPresent: 1 -T250C 000:254.886 LoaderInfo: -T250C 000:254.910 Name: SFLASH: NAR -T250C 000:254.932 MaxSize: 0x00000200 -T250C 000:254.954 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:254.977 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:255.000 FlashBankInfo: -T250C 000:255.022 Name: SFLASH: Public Key -T250C 000:255.046 BaseAddr: 0x16005A00 -T250C 000:255.362 AlwaysPresent: 1 -T250C 000:255.390 LoaderInfo: -T250C 000:255.416 Name: SFLASH: Public Key -T250C 000:255.443 MaxSize: 0x00000C00 -T250C 000:255.469 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:255.495 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:255.530 FlashBankInfo: -T250C 000:255.557 Name: SFLASH: TOC2 -T250C 000:255.584 BaseAddr: 0x16007C00 -T250C 000:255.896 AlwaysPresent: 1 -T250C 000:255.925 LoaderInfo: -T250C 000:255.951 Name: SFLASH: TOC2 -T250C 000:255.977 MaxSize: 0x00000400 -T250C 000:256.004 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:256.031 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:256.068 FlashBankInfo: -T250C 000:256.099 Name: SMIF -T250C 000:256.126 BaseAddr: 0x18000000 -T250C 000:256.433 LoaderInfo: -T250C 000:256.461 Name: SMIF -T250C 000:256.488 MaxSize: 0x08000000 -T250C 000:256.517 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:256.543 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:256.574 Device entry modified: CY8C6xx4_CM0p_sect128KB -T250C 000:256.736 ChipInfo: -T250C 000:256.761 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript -T250C 000:256.786 FlashBankInfo: -T250C 000:256.808 Name: FLASH (Main) -T250C 000:256.831 BaseAddr: 0x10000000 -T250C 000:257.117 AlwaysPresent: 1 -T250C 000:257.146 LoaderInfo: -T250C 000:257.173 Name: FLASH (Main) -T250C 000:257.200 MaxSize: 0x00040000 -T250C 000:257.227 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM -T250C 000:257.254 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:257.291 FlashBankInfo: -T250C 000:257.317 Name: SFLASH: User Data -T250C 000:257.344 BaseAddr: 0x16000800 -T250C 000:257.655 AlwaysPresent: 1 -T250C 000:257.683 LoaderInfo: -T250C 000:257.709 Name: SFLASH: User Data -T250C 000:257.736 MaxSize: 0x00000800 -T250C 000:257.763 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:257.789 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:257.816 FlashBankInfo: -T250C 000:257.841 Name: SFLASH: NAR -T250C 000:257.867 BaseAddr: 0x16001A00 -T250C 000:258.192 AlwaysPresent: 1 -T250C 000:258.220 LoaderInfo: -T250C 000:258.247 Name: SFLASH: NAR -T250C 000:258.273 MaxSize: 0x00000200 -T250C 000:258.299 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:258.326 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:258.352 FlashBankInfo: -T250C 000:258.378 Name: SFLASH: Public Key -T250C 000:258.404 BaseAddr: 0x16005A00 -T250C 000:258.719 AlwaysPresent: 1 -T250C 000:258.744 LoaderInfo: -T250C 000:258.767 Name: SFLASH: Public Key -T250C 000:258.789 MaxSize: 0x00000C00 -T250C 000:258.812 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:258.835 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:258.858 FlashBankInfo: -T250C 000:258.880 Name: SFLASH: TOC2 -T250C 000:258.903 BaseAddr: 0x16007C00 -T250C 000:259.199 AlwaysPresent: 1 -T250C 000:259.231 LoaderInfo: -T250C 000:259.258 Name: SFLASH: TOC2 -T250C 000:259.285 MaxSize: 0x00000400 -T250C 000:259.312 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:259.338 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:259.365 FlashBankInfo: -T250C 000:259.390 Name: SMIF -T250C 000:259.422 BaseAddr: 0x18000000 -T250C 000:259.738 LoaderInfo: -T250C 000:259.766 Name: SMIF -T250C 000:259.793 MaxSize: 0x08000000 -T250C 000:259.820 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:259.846 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:259.877 Device entry modified: CY8C6xx4_CM0p_tm -T250C 000:260.036 ChipInfo: -T250C 000:260.072 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:260.111 FlashBankInfo: -T250C 000:260.149 Name: FLASH (Main) -T250C 000:260.176 BaseAddr: 0x10000000 -T250C 000:260.509 AlwaysPresent: 1 -T250C 000:260.546 LoaderInfo: -T250C 000:260.579 Name: FLASH (Main) -T250C 000:260.612 MaxSize: 0x00040000 -T250C 000:260.646 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM -T250C 000:260.680 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:260.712 FlashBankInfo: -T250C 000:260.743 Name: SFLASH: User Data -T250C 000:260.774 BaseAddr: 0x16000800 -T250C 000:261.217 AlwaysPresent: 1 -T250C 000:261.255 LoaderInfo: -T250C 000:261.294 Name: SFLASH: User Data -T250C 000:261.328 MaxSize: 0x00000800 -T250C 000:261.366 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:261.403 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:261.431 FlashBankInfo: -T250C 000:261.457 Name: SFLASH: NAR -T250C 000:261.484 BaseAddr: 0x16001A00 -T250C 000:261.815 AlwaysPresent: 1 -T250C 000:261.844 LoaderInfo: -T250C 000:261.870 Name: SFLASH: NAR -T250C 000:261.897 MaxSize: 0x00000200 -T250C 000:261.923 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:261.950 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:261.976 FlashBankInfo: -T250C 000:262.003 Name: SFLASH: Public Key -T250C 000:262.029 BaseAddr: 0x16005A00 -T250C 000:262.403 AlwaysPresent: 1 -T250C 000:262.432 LoaderInfo: -T250C 000:262.459 Name: SFLASH: Public Key -T250C 000:262.486 MaxSize: 0x00000C00 -T250C 000:262.512 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:262.539 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:262.566 FlashBankInfo: -T250C 000:262.592 Name: SFLASH: TOC2 -T250C 000:262.618 BaseAddr: 0x16007C00 -T250C 000:262.928 AlwaysPresent: 1 -T250C 000:262.956 LoaderInfo: -T250C 000:262.983 Name: SFLASH: TOC2 -T250C 000:263.009 MaxSize: 0x00000400 -T250C 000:263.036 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:263.064 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:263.091 FlashBankInfo: -T250C 000:263.116 Name: SMIF -T250C 000:263.142 BaseAddr: 0x18000000 -T250C 000:263.451 LoaderInfo: -T250C 000:263.479 Name: SMIF -T250C 000:263.506 MaxSize: 0x08000000 -T250C 000:263.533 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:263.559 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:263.590 Device entry modified: CY8C6xx4_CM0p_sect128KB_tm -T250C 000:263.752 ChipInfo: -T250C 000:263.781 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript -T250C 000:263.809 FlashBankInfo: -T250C 000:263.848 Name: FLASH (Main) -T250C 000:263.872 BaseAddr: 0x10000000 -T250C 000:264.164 AlwaysPresent: 1 -T250C 000:264.192 LoaderInfo: -T250C 000:264.219 Name: FLASH (Main) -T250C 000:264.245 MaxSize: 0x00040000 -T250C 000:264.272 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM -T250C 000:264.298 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:264.325 FlashBankInfo: -T250C 000:264.351 Name: SFLASH: User Data -T250C 000:264.378 BaseAddr: 0x16000800 -T250C 000:264.687 AlwaysPresent: 1 -T250C 000:264.716 LoaderInfo: -T250C 000:264.742 Name: SFLASH: User Data -T250C 000:264.768 MaxSize: 0x00000800 -T250C 000:264.795 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:264.821 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:264.848 FlashBankInfo: -T250C 000:264.874 Name: SFLASH: NAR -T250C 000:264.901 BaseAddr: 0x16001A00 -T250C 000:265.211 AlwaysPresent: 1 -T250C 000:265.240 LoaderInfo: -T250C 000:265.266 Name: SFLASH: NAR -T250C 000:265.292 MaxSize: 0x00000200 -T250C 000:265.319 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:265.346 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:265.372 FlashBankInfo: -T250C 000:265.398 Name: SFLASH: Public Key -T250C 000:265.425 BaseAddr: 0x16005A00 -T250C 000:265.732 AlwaysPresent: 1 -T250C 000:265.761 LoaderInfo: -T250C 000:265.788 Name: SFLASH: Public Key -T250C 000:265.814 MaxSize: 0x00000C00 -T250C 000:265.841 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:265.869 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:265.895 FlashBankInfo: -T250C 000:265.920 Name: SFLASH: TOC2 -T250C 000:265.947 BaseAddr: 0x16007C00 -T250C 000:266.264 AlwaysPresent: 1 -T250C 000:266.293 LoaderInfo: -T250C 000:266.319 Name: SFLASH: TOC2 -T250C 000:266.345 MaxSize: 0x00000400 -T250C 000:266.372 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:266.398 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:266.425 FlashBankInfo: -T250C 000:266.450 Name: SMIF -T250C 000:266.476 BaseAddr: 0x18000000 -T250C 000:266.784 LoaderInfo: -T250C 000:266.813 Name: SMIF -T250C 000:266.839 MaxSize: 0x08000000 -T250C 000:266.866 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:266.892 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:266.922 Device entry modified: CY8C6xx4_CM4 -T250C 000:267.081 ChipInfo: -T250C 000:267.112 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:267.143 FlashBankInfo: -T250C 000:267.170 Name: FLASH (Main) -T250C 000:267.197 BaseAddr: 0x10000000 -T250C 000:267.508 AlwaysPresent: 1 -T250C 000:267.536 LoaderInfo: -T250C 000:267.563 Name: FLASH (Main) -T250C 000:267.591 MaxSize: 0x00040000 -T250C 000:267.618 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM -T250C 000:267.644 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:267.671 FlashBankInfo: -T250C 000:267.703 Name: SFLASH: User Data -T250C 000:267.725 BaseAddr: 0x16000800 -T250C 000:267.986 AlwaysPresent: 1 -T250C 000:268.015 LoaderInfo: -T250C 000:268.038 Name: SFLASH: User Data -T250C 000:268.065 MaxSize: 0x00000800 -T250C 000:268.096 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:268.124 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:268.151 FlashBankInfo: -T250C 000:268.177 Name: SFLASH: NAR -T250C 000:268.204 BaseAddr: 0x16001A00 -T250C 000:268.515 AlwaysPresent: 1 -T250C 000:268.543 LoaderInfo: -T250C 000:268.570 Name: SFLASH: NAR -T250C 000:268.596 MaxSize: 0x00000200 -T250C 000:268.626 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:268.652 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:268.679 FlashBankInfo: -T250C 000:268.704 Name: SFLASH: Public Key -T250C 000:268.731 BaseAddr: 0x16005A00 -T250C 000:269.049 AlwaysPresent: 1 -T250C 000:269.077 LoaderInfo: -T250C 000:269.108 Name: SFLASH: Public Key -T250C 000:269.134 MaxSize: 0x00000C00 -T250C 000:269.161 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:269.187 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:269.214 FlashBankInfo: -T250C 000:269.241 Name: SFLASH: TOC2 -T250C 000:269.267 BaseAddr: 0x16007C00 -T250C 000:269.573 AlwaysPresent: 1 -T250C 000:269.603 LoaderInfo: -T250C 000:269.630 Name: SFLASH: TOC2 -T250C 000:269.656 MaxSize: 0x00000400 -T250C 000:269.682 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:269.715 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:269.738 FlashBankInfo: -T250C 000:269.759 Name: SMIF -T250C 000:269.782 BaseAddr: 0x18000000 -T250C 000:270.050 LoaderInfo: -T250C 000:270.074 Name: SMIF -T250C 000:270.111 MaxSize: 0x08000000 -T250C 000:270.147 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:270.174 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:270.207 Device entry modified: CY8C6xx4_CM4_sect128KB -T250C 000:270.369 ChipInfo: -T250C 000:270.398 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript -T250C 000:270.429 FlashBankInfo: -T250C 000:270.456 Name: FLASH (Main) -T250C 000:270.483 BaseAddr: 0x10000000 -T250C 000:270.789 AlwaysPresent: 1 -T250C 000:270.818 LoaderInfo: -T250C 000:270.845 Name: FLASH (Main) -T250C 000:270.871 MaxSize: 0x00040000 -T250C 000:270.897 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM -T250C 000:270.924 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:270.950 FlashBankInfo: -T250C 000:270.976 Name: SFLASH: User Data -T250C 000:271.002 BaseAddr: 0x16000800 -T250C 000:271.315 AlwaysPresent: 1 -T250C 000:271.343 LoaderInfo: -T250C 000:271.370 Name: SFLASH: User Data -T250C 000:271.396 MaxSize: 0x00000800 -T250C 000:271.422 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM -T250C 000:271.448 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:271.475 FlashBankInfo: -T250C 000:271.501 Name: SFLASH: NAR -T250C 000:271.527 BaseAddr: 0x16001A00 -T250C 000:271.821 AlwaysPresent: 1 -T250C 000:271.845 LoaderInfo: -T250C 000:271.867 Name: SFLASH: NAR -T250C 000:271.895 MaxSize: 0x00000200 -T250C 000:271.918 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM -T250C 000:271.940 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:271.963 FlashBankInfo: -T250C 000:271.985 Name: SFLASH: Public Key -T250C 000:272.008 BaseAddr: 0x16005A00 -T250C 000:272.331 AlwaysPresent: 1 -T250C 000:272.359 LoaderInfo: -T250C 000:272.385 Name: SFLASH: Public Key -T250C 000:272.412 MaxSize: 0x00000C00 -T250C 000:272.438 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM -T250C 000:272.465 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:272.491 FlashBankInfo: -T250C 000:272.517 Name: SFLASH: TOC2 -T250C 000:272.544 BaseAddr: 0x16007C00 -T250C 000:272.855 AlwaysPresent: 1 -T250C 000:272.884 LoaderInfo: -T250C 000:272.910 Name: SFLASH: TOC2 -T250C 000:272.937 MaxSize: 0x00000400 -T250C 000:272.963 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM -T250C 000:272.990 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:273.016 FlashBankInfo: -T250C 000:273.051 Name: SMIF -T250C 000:273.077 BaseAddr: 0x18000000 -T250C 000:273.391 LoaderInfo: -T250C 000:273.420 Name: SMIF -T250C 000:273.447 MaxSize: 0x08000000 -T250C 000:273.473 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM -T250C 000:273.500 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:273.529 Device entry modified: CYB06xxA_CM0p -T250C 000:273.700 ChipInfo: -T250C 000:273.725 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript -T250C 000:273.749 FlashBankInfo: -T250C 000:273.772 Name: FLASH (Main) -T250C 000:273.795 BaseAddr: 0x10000000 -T250C 000:274.069 AlwaysPresent: 1 -T250C 000:274.101 LoaderInfo: -T250C 000:274.129 Name: FLASH (Main) -T250C 000:274.155 MaxSize: 0x00200000 -T250C 000:274.182 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:274.208 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:274.234 FlashBankInfo: -T250C 000:274.260 Name: WFLASH (Work) -T250C 000:274.286 BaseAddr: 0x14000000 -T250C 000:274.593 AlwaysPresent: 1 -T250C 000:274.622 LoaderInfo: -T250C 000:274.648 Name: WFLASH (Work) -T250C 000:274.674 MaxSize: 0x00008000 -T250C 000:274.701 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:274.727 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:274.754 FlashBankInfo: -T250C 000:274.779 Name: SMIF -T250C 000:274.805 BaseAddr: 0x18000000 -T250C 000:275.138 LoaderInfo: -T250C 000:275.166 Name: SMIF -T250C 000:275.192 MaxSize: 0x08000000 -T250C 000:275.219 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:275.245 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:275.275 Device entry modified: CYB06xxA_CM0p_tm -T250C 000:275.440 ChipInfo: -T250C 000:275.465 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript -T250C 000:275.489 FlashBankInfo: -T250C 000:275.511 Name: FLASH (Main) -T250C 000:275.534 BaseAddr: 0x10000000 -T250C 000:275.792 AlwaysPresent: 1 -T250C 000:275.816 LoaderInfo: -T250C 000:275.838 Name: FLASH (Main) -T250C 000:275.867 MaxSize: 0x00200000 -T250C 000:275.890 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:275.912 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:275.935 FlashBankInfo: -T250C 000:275.957 Name: WFLASH (Work) -T250C 000:275.979 BaseAddr: 0x14000000 -T250C 000:276.244 AlwaysPresent: 1 -T250C 000:276.268 LoaderInfo: -T250C 000:276.291 Name: WFLASH (Work) -T250C 000:276.313 MaxSize: 0x00008000 -T250C 000:276.335 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:276.357 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:276.379 FlashBankInfo: -T250C 000:276.401 Name: SMIF -T250C 000:276.423 BaseAddr: 0x18000000 -T250C 000:276.682 LoaderInfo: -T250C 000:276.706 Name: SMIF -T250C 000:276.729 MaxSize: 0x08000000 -T250C 000:276.751 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:276.774 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:276.799 Device entry modified: CYB06xxA_CM4 -T250C 000:276.932 ChipInfo: -T250C 000:276.957 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript -T250C 000:276.983 FlashBankInfo: -T250C 000:277.005 Name: FLASH (Main) -T250C 000:277.027 BaseAddr: 0x10000000 -T250C 000:277.328 AlwaysPresent: 1 -T250C 000:277.360 LoaderInfo: -T250C 000:277.386 Name: FLASH (Main) -T250C 000:277.413 MaxSize: 0x00200000 -T250C 000:277.439 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:277.465 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:277.492 FlashBankInfo: -T250C 000:277.517 Name: WFLASH (Work) -T250C 000:277.544 BaseAddr: 0x14000000 -T250C 000:277.852 AlwaysPresent: 1 -T250C 000:277.880 LoaderInfo: -T250C 000:277.907 Name: WFLASH (Work) -T250C 000:277.933 MaxSize: 0x00008000 -T250C 000:277.959 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:277.985 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:278.012 FlashBankInfo: -T250C 000:278.037 Name: SMIF -T250C 000:278.063 BaseAddr: 0x18000000 -T250C 000:278.452 LoaderInfo: -T250C 000:278.481 Name: SMIF -T250C 000:278.507 MaxSize: 0x08000000 -T250C 000:278.534 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:278.560 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:278.590 Device entry modified: CYB06xxA_CM4_tm -T250C 000:278.748 ChipInfo: -T250C 000:278.777 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript -T250C 000:278.808 FlashBankInfo: -T250C 000:278.835 Name: FLASH (Main) -T250C 000:278.863 BaseAddr: 0x10000000 -T250C 000:279.155 AlwaysPresent: 1 -T250C 000:279.178 LoaderInfo: -T250C 000:279.201 Name: FLASH (Main) -T250C 000:279.223 MaxSize: 0x00200000 -T250C 000:279.245 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:279.267 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:279.290 FlashBankInfo: -T250C 000:279.312 Name: WFLASH (Work) -T250C 000:279.334 BaseAddr: 0x14000000 -T250C 000:279.592 AlwaysPresent: 1 -T250C 000:279.616 LoaderInfo: -T250C 000:279.639 Name: WFLASH (Work) -T250C 000:279.666 MaxSize: 0x00008000 -T250C 000:279.689 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:279.711 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:279.734 FlashBankInfo: -T250C 000:279.810 Name: SMIF -T250C 000:279.832 BaseAddr: 0x18000000 -T250C 000:280.093 LoaderInfo: -T250C 000:280.126 Name: SMIF -T250C 000:280.150 MaxSize: 0x08000000 -T250C 000:280.183 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:280.209 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:280.238 Device entry modified: CYS06xxA_CM0p -T250C 000:280.397 ChipInfo: -T250C 000:280.425 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript -T250C 000:280.454 FlashBankInfo: -T250C 000:280.480 Name: FLASH (Main) -T250C 000:280.507 BaseAddr: 0x10000000 -T250C 000:280.812 AlwaysPresent: 1 -T250C 000:280.841 LoaderInfo: -T250C 000:280.867 Name: FLASH (Main) -T250C 000:280.893 MaxSize: 0x00200000 -T250C 000:280.920 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:280.946 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:280.972 FlashBankInfo: -T250C 000:280.998 Name: WFLASH (Work) -T250C 000:281.024 BaseAddr: 0x14000000 -T250C 000:281.342 AlwaysPresent: 1 -T250C 000:281.370 LoaderInfo: -T250C 000:281.396 Name: WFLASH (Work) -T250C 000:281.422 MaxSize: 0x00008000 -T250C 000:281.449 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:281.475 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:281.502 FlashBankInfo: -T250C 000:281.527 Name: SMIF -T250C 000:281.553 BaseAddr: 0x18000000 -T250C 000:281.855 LoaderInfo: -T250C 000:281.879 Name: SMIF -T250C 000:281.901 MaxSize: 0x08000000 -T250C 000:281.924 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:281.946 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:281.972 Device entry modified: CYS06xxA_CM0p_tm -T250C 000:282.107 ChipInfo: -T250C 000:282.131 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript -T250C 000:282.155 FlashBankInfo: -T250C 000:282.178 Name: FLASH (Main) -T250C 000:282.200 BaseAddr: 0x10000000 -T250C 000:282.460 AlwaysPresent: 1 -T250C 000:282.484 LoaderInfo: -T250C 000:282.506 Name: FLASH (Main) -T250C 000:282.528 MaxSize: 0x00200000 -T250C 000:282.550 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:282.573 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:282.595 FlashBankInfo: -T250C 000:282.617 Name: WFLASH (Work) -T250C 000:282.639 BaseAddr: 0x14000000 -T250C 000:282.899 AlwaysPresent: 1 -T250C 000:282.923 LoaderInfo: -T250C 000:282.945 Name: WFLASH (Work) -T250C 000:282.967 MaxSize: 0x00008000 -T250C 000:282.990 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:283.012 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:283.035 FlashBankInfo: -T250C 000:283.056 Name: SMIF -T250C 000:283.078 BaseAddr: 0x18000000 -T250C 000:283.340 LoaderInfo: -T250C 000:283.364 Name: SMIF -T250C 000:283.386 MaxSize: 0x08000000 -T250C 000:283.413 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:283.436 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:283.461 Device entry modified: CYS06xxA_CM4 -T250C 000:283.596 ChipInfo: -T250C 000:283.620 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript -T250C 000:283.646 FlashBankInfo: -T250C 000:283.669 Name: FLASH (Main) -T250C 000:283.691 BaseAddr: 0x10000000 -T250C 000:283.949 AlwaysPresent: 1 -T250C 000:283.973 LoaderInfo: -T250C 000:283.996 Name: FLASH (Main) -T250C 000:284.018 MaxSize: 0x00200000 -T250C 000:284.040 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:284.063 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:284.085 FlashBankInfo: -T250C 000:284.109 Name: WFLASH (Work) -T250C 000:284.131 BaseAddr: 0x14000000 -T250C 000:284.390 AlwaysPresent: 1 -T250C 000:284.414 LoaderInfo: -T250C 000:284.437 Name: WFLASH (Work) -T250C 000:284.459 MaxSize: 0x00008000 -T250C 000:284.482 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:284.504 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:284.526 FlashBankInfo: -T250C 000:284.548 Name: SMIF -T250C 000:284.570 BaseAddr: 0x18000000 -T250C 000:284.831 LoaderInfo: -T250C 000:284.855 Name: SMIF -T250C 000:284.877 MaxSize: 0x08000000 -T250C 000:284.900 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:284.922 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:284.947 Device entry modified: CYS06xxA_CM4_tm -T250C 000:285.084 ChipInfo: -T250C 000:285.110 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript -T250C 000:285.136 FlashBankInfo: -T250C 000:285.159 Name: FLASH (Main) -T250C 000:285.181 BaseAddr: 0x10000000 -T250C 000:285.441 AlwaysPresent: 1 -T250C 000:285.465 LoaderInfo: -T250C 000:285.487 Name: FLASH (Main) -T250C 000:285.510 MaxSize: 0x00200000 -T250C 000:285.532 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM -T250C 000:285.555 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:285.577 FlashBankInfo: -T250C 000:285.599 Name: WFLASH (Work) -T250C 000:285.621 BaseAddr: 0x14000000 -T250C 000:285.880 AlwaysPresent: 1 -T250C 000:285.903 LoaderInfo: -T250C 000:285.926 Name: WFLASH (Work) -T250C 000:285.948 MaxSize: 0x00008000 -T250C 000:285.971 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM -T250C 000:285.993 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:286.016 FlashBankInfo: -T250C 000:286.037 Name: SMIF -T250C 000:286.059 BaseAddr: 0x18000000 -T250C 000:286.323 LoaderInfo: -T250C 000:286.347 Name: SMIF -T250C 000:286.369 MaxSize: 0x08000000 -T250C 000:286.392 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM -T250C 000:286.414 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:286.439 Device entry modified: CYB06xx7_CM0p -T250C 000:286.592 ChipInfo: -T250C 000:286.621 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript -T250C 000:286.649 FlashBankInfo: -T250C 000:286.676 Name: FLASH (Main) -T250C 000:286.708 BaseAddr: 0x10000000 -T250C 000:287.016 AlwaysPresent: 1 -T250C 000:287.048 LoaderInfo: -T250C 000:287.079 Name: FLASH (Main) -T250C 000:287.106 MaxSize: 0x00100000 -T250C 000:287.133 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM -T250C 000:287.159 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:287.186 FlashBankInfo: -T250C 000:287.211 Name: WFLASH (Work) -T250C 000:287.238 BaseAddr: 0x14000000 -T250C 000:287.544 AlwaysPresent: 1 -T250C 000:287.572 LoaderInfo: -T250C 000:287.598 Name: WFLASH (Work) -T250C 000:287.625 MaxSize: 0x00008000 -T250C 000:287.651 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:287.677 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:287.703 FlashBankInfo: -T250C 000:287.729 Name: SMIF -T250C 000:287.755 BaseAddr: 0x18000000 -T250C 000:288.045 LoaderInfo: -T250C 000:288.069 Name: SMIF -T250C 000:288.096 MaxSize: 0x08000000 -T250C 000:288.118 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM -T250C 000:288.141 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:288.166 Device entry modified: CYB06xx7_CM0p_tm -T250C 000:288.299 ChipInfo: -T250C 000:288.324 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript -T250C 000:288.348 FlashBankInfo: -T250C 000:288.371 Name: FLASH (Main) -T250C 000:288.393 BaseAddr: 0x10000000 -T250C 000:288.653 AlwaysPresent: 1 -T250C 000:288.677 LoaderInfo: -T250C 000:288.700 Name: FLASH (Main) -T250C 000:288.722 MaxSize: 0x00100000 -T250C 000:288.744 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM -T250C 000:288.766 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:288.789 FlashBankInfo: -T250C 000:288.810 Name: WFLASH (Work) -T250C 000:288.833 BaseAddr: 0x14000000 -T250C 000:289.098 AlwaysPresent: 1 -T250C 000:289.122 LoaderInfo: -T250C 000:289.144 Name: WFLASH (Work) -T250C 000:289.167 MaxSize: 0x00008000 -T250C 000:289.189 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:289.211 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:289.234 FlashBankInfo: -T250C 000:289.256 Name: SMIF -T250C 000:289.278 BaseAddr: 0x18000000 -T250C 000:289.538 LoaderInfo: -T250C 000:289.561 Name: SMIF -T250C 000:289.584 MaxSize: 0x08000000 -T250C 000:289.606 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM -T250C 000:289.629 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:289.654 Device entry modified: CYB06xx7_CM4 -T250C 000:289.787 ChipInfo: -T250C 000:289.811 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript -T250C 000:289.837 FlashBankInfo: -T250C 000:289.859 Name: FLASH (Main) -T250C 000:289.882 BaseAddr: 0x10000000 -T250C 000:290.171 AlwaysPresent: 1 -T250C 000:290.200 LoaderInfo: -T250C 000:290.226 Name: FLASH (Main) -T250C 000:290.252 MaxSize: 0x00100000 -T250C 000:290.278 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM -T250C 000:290.304 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:290.330 FlashBankInfo: -T250C 000:290.356 Name: WFLASH (Work) -T250C 000:290.387 BaseAddr: 0x14000000 -T250C 000:290.696 AlwaysPresent: 1 -T250C 000:290.725 LoaderInfo: -T250C 000:290.751 Name: WFLASH (Work) -T250C 000:290.777 MaxSize: 0x00008000 -T250C 000:290.804 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:290.830 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:290.856 FlashBankInfo: -T250C 000:290.882 Name: SMIF -T250C 000:290.908 BaseAddr: 0x18000000 -T250C 000:291.218 LoaderInfo: -T250C 000:291.246 Name: SMIF -T250C 000:291.272 MaxSize: 0x08000000 -T250C 000:291.299 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM -T250C 000:291.325 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:291.354 Device entry modified: CYB06xx7_CM4_tm -T250C 000:291.511 ChipInfo: -T250C 000:291.539 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript -T250C 000:291.570 FlashBankInfo: -T250C 000:291.596 Name: FLASH (Main) -T250C 000:291.623 BaseAddr: 0x10000000 -T250C 000:291.911 AlwaysPresent: 1 -T250C 000:291.935 LoaderInfo: -T250C 000:291.957 Name: FLASH (Main) -T250C 000:291.980 MaxSize: 0x00100000 -T250C 000:292.002 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM -T250C 000:292.024 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:292.047 FlashBankInfo: -T250C 000:292.069 Name: WFLASH (Work) -T250C 000:292.096 BaseAddr: 0x14000000 -T250C 000:292.355 AlwaysPresent: 1 -T250C 000:292.379 LoaderInfo: -T250C 000:292.401 Name: WFLASH (Work) -T250C 000:292.424 MaxSize: 0x00008000 -T250C 000:292.446 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM -T250C 000:292.468 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:292.490 FlashBankInfo: -T250C 000:292.512 Name: SMIF -T250C 000:292.534 BaseAddr: 0x18000000 -T250C 000:292.796 LoaderInfo: -T250C 000:292.819 Name: SMIF -T250C 000:292.841 MaxSize: 0x08000000 -T250C 000:292.864 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM -T250C 000:292.886 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:292.910 Device entry modified: CYB06xx5_CM0p -T250C 000:293.044 ChipInfo: -T250C 000:293.068 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript -T250C 000:293.096 FlashBankInfo: -T250C 000:293.119 Name: FLASH (Main) -T250C 000:293.141 BaseAddr: 0x10000000 -T250C 000:293.401 AlwaysPresent: 1 -T250C 000:293.425 LoaderInfo: -T250C 000:293.447 Name: FLASH (Main) -T250C 000:293.470 MaxSize: 0x00080000 -T250C 000:293.493 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM -T250C 000:293.515 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:293.537 FlashBankInfo: -T250C 000:293.558 Name: SMIF -T250C 000:293.580 BaseAddr: 0x18000000 -T250C 000:293.841 LoaderInfo: -T250C 000:293.864 Name: SMIF -T250C 000:293.888 MaxSize: 0x08000000 -T250C 000:293.911 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM -T250C 000:293.942 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:293.972 Device entry modified: CYB06xx5_CM0p_tm -T250C 000:294.176 ChipInfo: -T250C 000:294.211 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript -T250C 000:294.252 FlashBankInfo: -T250C 000:294.284 Name: FLASH (Main) -T250C 000:294.341 BaseAddr: 0x10000000 -T250C 000:294.669 AlwaysPresent: 1 -T250C 000:294.697 LoaderInfo: -T250C 000:294.724 Name: FLASH (Main) -T250C 000:294.750 MaxSize: 0x00080000 -T250C 000:294.776 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM -T250C 000:294.803 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:294.829 FlashBankInfo: -T250C 000:294.855 Name: SMIF -T250C 000:294.882 BaseAddr: 0x18000000 -T250C 000:295.195 LoaderInfo: -T250C 000:295.223 Name: SMIF -T250C 000:295.251 MaxSize: 0x08000000 -T250C 000:295.279 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM -T250C 000:295.305 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:295.334 Device entry modified: CYB06xx5_CM4 -T250C 000:295.494 ChipInfo: -T250C 000:295.523 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript -T250C 000:295.554 FlashBankInfo: -T250C 000:295.580 Name: FLASH (Main) -T250C 000:295.607 BaseAddr: 0x10000000 -T250C 000:295.916 AlwaysPresent: 1 -T250C 000:295.944 LoaderInfo: -T250C 000:295.970 Name: FLASH (Main) -T250C 000:295.997 MaxSize: 0x00080000 -T250C 000:296.024 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM -T250C 000:296.052 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:296.079 FlashBankInfo: -T250C 000:296.104 Name: SMIF -T250C 000:296.130 BaseAddr: 0x18000000 -T250C 000:296.450 LoaderInfo: -T250C 000:296.478 Name: SMIF -T250C 000:296.505 MaxSize: 0x08000000 -T250C 000:296.532 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM -T250C 000:296.558 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:296.587 Device entry modified: CYB06xx5_CM4_tm -T250C 000:296.760 ChipInfo: -T250C 000:296.788 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript -T250C 000:296.819 FlashBankInfo: -T250C 000:296.845 Name: FLASH (Main) -T250C 000:296.871 BaseAddr: 0x10000000 -T250C 000:297.182 AlwaysPresent: 1 -T250C 000:297.211 LoaderInfo: -T250C 000:297.237 Name: FLASH (Main) -T250C 000:297.263 MaxSize: 0x00080000 -T250C 000:297.290 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM -T250C 000:297.319 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:297.346 FlashBankInfo: -T250C 000:297.371 Name: SMIF -T250C 000:297.398 BaseAddr: 0x18000000 -T250C 000:297.706 LoaderInfo: -T250C 000:297.734 Name: SMIF -T250C 000:297.760 MaxSize: 0x08000000 -T250C 000:297.787 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM -T250C 000:297.813 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:297.843 Device entry modified: STM32F412CE -T250C 000:297.896 FlashBankInfo: -T250C 000:297.923 Name: QSPI Flash -T250C 000:297.950 BaseAddr: 0x90000000 -T250C 000:298.267 LoaderInfo: -T250C 000:298.296 Name: QSPI Flash -T250C 000:298.322 MaxSize: 0x01000000 -T250C 000:298.349 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:298.375 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:298.410 Device entry modified: STM32F412RE -T250C 000:298.433 FlashBankInfo: -T250C 000:298.459 Name: QSPI Flash -T250C 000:298.486 BaseAddr: 0x90000000 -T250C 000:298.794 LoaderInfo: -T250C 000:298.822 Name: QSPI Flash -T250C 000:298.849 MaxSize: 0x01000000 -T250C 000:298.875 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:298.902 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:298.931 Device entry modified: STM32F412ZG -T250C 000:298.953 FlashBankInfo: -T250C 000:298.979 Name: QSPI Flash -T250C 000:299.005 BaseAddr: 0x90000000 -T250C 000:299.328 LoaderInfo: -T250C 000:299.357 Name: QSPI Flash -T250C 000:299.389 MaxSize: 0x01000000 -T250C 000:299.416 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:299.443 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:299.472 Device entry modified: STM32F412RG -T250C 000:299.494 FlashBankInfo: -T250C 000:299.520 Name: QSPI Flash -T250C 000:299.546 BaseAddr: 0x90000000 -T250C 000:299.855 LoaderInfo: -T250C 000:299.884 Name: QSPI Flash -T250C 000:299.911 MaxSize: 0x01000000 -T250C 000:299.937 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:299.964 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:299.993 Device entry modified: STM32F412VE -T250C 000:300.015 FlashBankInfo: -T250C 000:300.041 Name: QSPI Flash -T250C 000:300.069 BaseAddr: 0x90000000 -T250C 000:300.378 LoaderInfo: -T250C 000:300.407 Name: QSPI Flash -T250C 000:300.434 MaxSize: 0x01000000 -T250C 000:300.461 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:300.488 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:300.517 Device entry modified: STM32F412VG -T250C 000:300.539 FlashBankInfo: -T250C 000:300.565 Name: QSPI Flash -T250C 000:300.592 BaseAddr: 0x90000000 -T250C 000:300.904 LoaderInfo: -T250C 000:300.933 Name: QSPI Flash -T250C 000:300.960 MaxSize: 0x01000000 -T250C 000:300.986 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:301.013 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:301.044 Device entry modified: STM32F412CG -T250C 000:301.066 FlashBankInfo: -T250C 000:301.092 Name: QSPI Flash -T250C 000:301.119 BaseAddr: 0x90000000 -T250C 000:301.441 LoaderInfo: -T250C 000:301.470 Name: QSPI Flash -T250C 000:301.497 MaxSize: 0x01000000 -T250C 000:301.524 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:301.550 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:301.579 Device entry modified: STM32F412ZE -T250C 000:301.601 FlashBankInfo: -T250C 000:301.627 Name: QSPI Flash -T250C 000:301.653 BaseAddr: 0x90000000 -T250C 000:301.971 LoaderInfo: -T250C 000:302.000 Name: QSPI Flash -T250C 000:302.027 MaxSize: 0x01000000 -T250C 000:302.062 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf -T250C 000:302.088 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:302.117 Device entry modified: STM32F413CG -T250C 000:302.139 FlashBankInfo: -T250C 000:302.165 Name: QSPI Flash -T250C 000:302.191 BaseAddr: 0x90000000 -T250C 000:302.514 LoaderInfo: -T250C 000:302.545 Name: QSPI Flash -T250C 000:302.571 MaxSize: 0x01000000 -T250C 000:302.598 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:302.625 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:302.654 Device entry modified: STM32F413CH -T250C 000:302.676 FlashBankInfo: -T250C 000:302.702 Name: QSPI Flash -T250C 000:302.729 BaseAddr: 0x90000000 -T250C 000:303.036 LoaderInfo: -T250C 000:303.067 Name: QSPI Flash -T250C 000:303.093 MaxSize: 0x01000000 -T250C 000:303.120 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:303.147 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:303.175 Device entry modified: STM32F413MG -T250C 000:303.197 FlashBankInfo: -T250C 000:303.222 Name: QSPI Flash -T250C 000:303.249 BaseAddr: 0x90000000 -T250C 000:303.561 LoaderInfo: -T250C 000:303.590 Name: QSPI Flash -T250C 000:303.617 MaxSize: 0x01000000 -T250C 000:303.643 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:303.670 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:303.699 Device entry modified: STM32F413MH -T250C 000:303.721 FlashBankInfo: -T250C 000:303.747 Name: QSPI Flash -T250C 000:303.774 BaseAddr: 0x90000000 -T250C 000:304.087 LoaderInfo: -T250C 000:304.116 Name: QSPI Flash -T250C 000:304.142 MaxSize: 0x01000000 -T250C 000:304.169 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:304.195 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:304.223 Device entry modified: STM32F413RG -T250C 000:304.245 FlashBankInfo: -T250C 000:304.271 Name: QSPI Flash -T250C 000:304.297 BaseAddr: 0x90000000 -T250C 000:304.614 LoaderInfo: -T250C 000:304.642 Name: QSPI Flash -T250C 000:304.669 MaxSize: 0x01000000 -T250C 000:304.695 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:304.722 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:304.751 Device entry modified: STM32F413RH -T250C 000:304.772 FlashBankInfo: -T250C 000:304.799 Name: QSPI Flash -T250C 000:304.826 BaseAddr: 0x90000000 -T250C 000:305.134 LoaderInfo: -T250C 000:305.163 Name: QSPI Flash -T250C 000:305.190 MaxSize: 0x01000000 -T250C 000:305.217 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:305.244 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:305.272 Device entry modified: STM32F413VG -T250C 000:305.293 FlashBankInfo: -T250C 000:305.319 Name: QSPI Flash -T250C 000:305.346 BaseAddr: 0x90000000 -T250C 000:305.650 LoaderInfo: -T250C 000:305.679 Name: QSPI Flash -T250C 000:305.706 MaxSize: 0x01000000 -T250C 000:305.733 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:305.759 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:305.788 Device entry modified: STM32F413VH -T250C 000:305.810 FlashBankInfo: -T250C 000:305.835 Name: QSPI Flash -T250C 000:305.862 BaseAddr: 0x90000000 -T250C 000:306.188 LoaderInfo: -T250C 000:306.217 Name: QSPI Flash -T250C 000:306.244 MaxSize: 0x01000000 -T250C 000:306.270 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:306.303 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:306.331 Device entry modified: STM32F413ZG -T250C 000:306.353 FlashBankInfo: -T250C 000:306.379 Name: QSPI Flash -T250C 000:306.406 BaseAddr: 0x90000000 -T250C 000:306.712 LoaderInfo: -T250C 000:306.741 Name: QSPI Flash -T250C 000:306.768 MaxSize: 0x01000000 -T250C 000:306.794 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:306.820 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:306.849 Device entry modified: STM32F413ZH -T250C 000:306.870 FlashBankInfo: -T250C 000:306.897 Name: QSPI Flash -T250C 000:306.923 BaseAddr: 0x90000000 -T250C 000:307.247 LoaderInfo: -T250C 000:307.276 Name: QSPI Flash -T250C 000:307.302 MaxSize: 0x01000000 -T250C 000:307.328 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf -T250C 000:307.355 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:307.384 Device entry modified: STM32F469AE -T250C 000:307.408 FlashBankInfo: -T250C 000:307.433 Name: QSPI Flash -T250C 000:307.460 BaseAddr: 0x90000000 -T250C 000:307.773 LoaderInfo: -T250C 000:307.802 Name: QSPI Flash -T250C 000:307.828 MaxSize: 0x01000000 -T250C 000:307.855 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:307.881 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:307.910 Device entry modified: STM32F469AG -T250C 000:307.931 FlashBankInfo: -T250C 000:307.957 Name: QSPI Flash -T250C 000:307.983 BaseAddr: 0x90000000 -T250C 000:308.296 LoaderInfo: -T250C 000:308.324 Name: QSPI Flash -T250C 000:308.351 MaxSize: 0x01000000 -T250C 000:308.377 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:308.404 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:308.433 Device entry modified: STM32F469AI -T250C 000:308.455 FlashBankInfo: -T250C 000:308.481 Name: QSPI Flash -T250C 000:308.508 BaseAddr: 0x90000000 -T250C 000:308.819 LoaderInfo: -T250C 000:308.848 Name: QSPI Flash -T250C 000:308.874 MaxSize: 0x01000000 -T250C 000:308.901 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:308.927 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:308.956 Device entry modified: STM32F469BE -T250C 000:308.978 FlashBankInfo: -T250C 000:309.004 Name: QSPI Flash -T250C 000:309.031 BaseAddr: 0x90000000 -T250C 000:309.426 LoaderInfo: -T250C 000:309.457 Name: QSPI Flash -T250C 000:309.483 MaxSize: 0x01000000 -T250C 000:309.511 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:309.537 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:309.566 Device entry modified: STM32F469BG -T250C 000:309.588 FlashBankInfo: -T250C 000:309.615 Name: QSPI Flash -T250C 000:309.641 BaseAddr: 0x90000000 -T250C 000:309.964 LoaderInfo: -T250C 000:309.992 Name: QSPI Flash -T250C 000:310.019 MaxSize: 0x01000000 -T250C 000:310.046 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:310.074 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:310.103 Device entry modified: STM32F469BI -T250C 000:310.124 FlashBankInfo: -T250C 000:310.150 Name: QSPI Flash -T250C 000:310.299 BaseAddr: 0x90000000 -T250C 000:310.672 LoaderInfo: -T250C 000:310.710 Name: QSPI Flash -T250C 000:310.742 MaxSize: 0x01000000 -T250C 000:310.775 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:310.866 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:310.902 Device entry modified: STM32F469IE -T250C 000:310.929 FlashBankInfo: -T250C 000:310.963 Name: QSPI Flash -T250C 000:311.000 BaseAddr: 0x90000000 -T250C 000:311.373 LoaderInfo: -T250C 000:311.403 Name: QSPI Flash -T250C 000:311.430 MaxSize: 0x01000000 -T250C 000:311.457 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:311.483 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:311.512 Device entry modified: STM32F469IG -T250C 000:311.534 FlashBankInfo: -T250C 000:311.560 Name: QSPI Flash -T250C 000:311.587 BaseAddr: 0x90000000 -T250C 000:311.905 LoaderInfo: -T250C 000:311.934 Name: QSPI Flash -T250C 000:311.961 MaxSize: 0x01000000 -T250C 000:311.987 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:312.014 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:312.045 Device entry modified: STM32F469II -T250C 000:312.067 FlashBankInfo: -T250C 000:312.093 Name: QSPI Flash -T250C 000:312.119 BaseAddr: 0x90000000 -T250C 000:312.425 LoaderInfo: -T250C 000:312.454 Name: QSPI Flash -T250C 000:312.481 MaxSize: 0x01000000 -T250C 000:312.508 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:312.534 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:312.563 Device entry modified: STM32F469NE -T250C 000:312.585 FlashBankInfo: -T250C 000:312.611 Name: QSPI Flash -T250C 000:312.637 BaseAddr: 0x90000000 -T250C 000:312.961 LoaderInfo: -T250C 000:312.990 Name: QSPI Flash -T250C 000:313.017 MaxSize: 0x01000000 -T250C 000:313.044 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:313.070 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:313.102 Device entry modified: STM32F469NG -T250C 000:313.124 FlashBankInfo: -T250C 000:313.150 Name: QSPI Flash -T250C 000:313.176 BaseAddr: 0x90000000 -T250C 000:313.489 LoaderInfo: -T250C 000:313.518 Name: QSPI Flash -T250C 000:313.545 MaxSize: 0x01000000 -T250C 000:313.572 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:313.598 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:313.627 Device entry modified: STM32F469NI -T250C 000:313.649 FlashBankInfo: -T250C 000:313.675 Name: QSPI Flash -T250C 000:313.701 BaseAddr: 0x90000000 -T250C 000:314.012 LoaderInfo: -T250C 000:314.051 Name: QSPI Flash -T250C 000:314.078 MaxSize: 0x01000000 -T250C 000:314.109 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:314.135 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:314.164 Device entry modified: STM32F469VE -T250C 000:314.186 FlashBankInfo: -T250C 000:314.212 Name: QSPI Flash -T250C 000:314.239 BaseAddr: 0x90000000 -T250C 000:314.554 LoaderInfo: -T250C 000:314.582 Name: QSPI Flash -T250C 000:314.609 MaxSize: 0x01000000 -T250C 000:314.635 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:314.730 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:314.759 Device entry modified: STM32F469VG -T250C 000:314.781 FlashBankInfo: -T250C 000:314.807 Name: QSPI Flash -T250C 000:314.834 BaseAddr: 0x90000000 -T250C 000:315.162 LoaderInfo: -T250C 000:315.191 Name: QSPI Flash -T250C 000:315.217 MaxSize: 0x01000000 -T250C 000:315.244 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:315.271 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:315.300 Device entry modified: STM32F469VI -T250C 000:315.321 FlashBankInfo: -T250C 000:315.348 Name: QSPI Flash -T250C 000:315.374 BaseAddr: 0x90000000 -T250C 000:315.702 LoaderInfo: -T250C 000:315.730 Name: QSPI Flash -T250C 000:315.757 MaxSize: 0x01000000 -T250C 000:315.783 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:315.810 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:315.838 Device entry modified: STM32F469ZE -T250C 000:315.860 FlashBankInfo: -T250C 000:315.886 Name: QSPI Flash -T250C 000:315.913 BaseAddr: 0x90000000 -T250C 000:316.233 LoaderInfo: -T250C 000:316.262 Name: QSPI Flash -T250C 000:316.289 MaxSize: 0x01000000 -T250C 000:316.316 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:316.342 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:316.371 Device entry modified: STM32F469ZG -T250C 000:316.392 FlashBankInfo: -T250C 000:316.418 Name: QSPI Flash -T250C 000:316.444 BaseAddr: 0x90000000 -T250C 000:316.758 LoaderInfo: -T250C 000:316.787 Name: QSPI Flash -T250C 000:316.814 MaxSize: 0x01000000 -T250C 000:316.841 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:316.867 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:316.896 Device entry modified: STM32F469ZI -T250C 000:316.918 FlashBankInfo: -T250C 000:316.945 Name: QSPI Flash -T250C 000:316.971 BaseAddr: 0x90000000 -T250C 000:317.287 LoaderInfo: -T250C 000:317.315 Name: QSPI Flash -T250C 000:317.342 MaxSize: 0x01000000 -T250C 000:317.368 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf -T250C 000:317.394 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:317.424 Device entry modified: STM32H743BI -T250C 000:317.465 FlashBankInfo: -T250C 000:317.492 Name: QSPI Flash -T250C 000:317.521 BaseAddr: 0x90000000 -T250C 000:317.838 LoaderInfo: -T250C 000:317.866 Name: QSPI Flash -T250C 000:317.893 MaxSize: 0x08000000 -T250C 000:317.920 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:317.946 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:317.976 Device entry modified: STM32H743II -T250C 000:317.998 FlashBankInfo: -T250C 000:318.024 Name: QSPI Flash -T250C 000:318.050 BaseAddr: 0x90000000 -T250C 000:318.373 LoaderInfo: -T250C 000:318.403 Name: QSPI Flash -T250C 000:318.429 MaxSize: 0x08000000 -T250C 000:318.456 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:318.482 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:318.511 Device entry modified: STM32H743VI -T250C 000:318.532 FlashBankInfo: -T250C 000:318.562 Name: QSPI Flash -T250C 000:318.588 BaseAddr: 0x90000000 -T250C 000:318.900 LoaderInfo: -T250C 000:318.929 Name: QSPI Flash -T250C 000:318.955 MaxSize: 0x08000000 -T250C 000:318.982 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:319.008 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:319.047 Device entry modified: STM32H743XI -T250C 000:319.068 FlashBankInfo: -T250C 000:319.097 Name: QSPI Flash -T250C 000:319.124 BaseAddr: 0x90000000 -T250C 000:319.431 LoaderInfo: -T250C 000:319.460 Name: QSPI Flash -T250C 000:319.487 MaxSize: 0x08000000 -T250C 000:319.514 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:319.540 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:319.568 Device entry modified: STM32H743ZI -T250C 000:319.590 FlashBankInfo: -T250C 000:319.616 Name: QSPI Flash -T250C 000:319.643 BaseAddr: 0x90000000 -T250C 000:319.946 LoaderInfo: -T250C 000:319.976 Name: QSPI Flash -T250C 000:320.003 MaxSize: 0x08000000 -T250C 000:320.029 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:320.057 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:320.087 Device entry modified: STM32H745ZG_M7 -T250C 000:320.125 FlashBankInfo: -T250C 000:320.151 Name: QSPI Flash -T250C 000:320.178 BaseAddr: 0x90000000 -T250C 000:320.490 LoaderInfo: -T250C 000:320.518 Name: QSPI Flash -T250C 000:320.546 MaxSize: 0x08000000 -T250C 000:320.573 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:320.599 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:320.628 Device entry modified: STM32H745IG_M7 -T250C 000:320.650 FlashBankInfo: -T250C 000:320.676 Name: QSPI Flash -T250C 000:320.702 BaseAddr: 0x90000000 -T250C 000:321.007 LoaderInfo: -T250C 000:321.035 Name: QSPI Flash -T250C 000:321.062 MaxSize: 0x08000000 -T250C 000:321.088 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:321.117 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:321.147 Device entry modified: STM32H745BG_M7 -T250C 000:321.169 FlashBankInfo: -T250C 000:321.195 Name: QSPI Flash -T250C 000:321.221 BaseAddr: 0x90000000 -T250C 000:321.543 LoaderInfo: -T250C 000:321.572 Name: QSPI Flash -T250C 000:321.599 MaxSize: 0x08000000 -T250C 000:321.625 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:321.652 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:321.681 Device entry modified: STM32H745XG_M7 -T250C 000:321.705 FlashBankInfo: -T250C 000:321.731 Name: QSPI Flash -T250C 000:321.757 BaseAddr: 0x90000000 -T250C 000:322.072 LoaderInfo: -T250C 000:322.102 Name: QSPI Flash -T250C 000:322.129 MaxSize: 0x08000000 -T250C 000:322.156 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:322.182 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:322.211 Device entry modified: STM32H745ZI_M7 -T250C 000:322.233 FlashBankInfo: -T250C 000:322.259 Name: QSPI Flash -T250C 000:322.285 BaseAddr: 0x90000000 -T250C 000:322.597 LoaderInfo: -T250C 000:322.626 Name: QSPI Flash -T250C 000:322.655 MaxSize: 0x08000000 -T250C 000:322.682 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:322.709 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:322.739 Device entry modified: STM32H745II_M7 -T250C 000:322.761 FlashBankInfo: -T250C 000:322.787 Name: QSPI Flash -T250C 000:322.813 BaseAddr: 0x90000000 -T250C 000:323.130 LoaderInfo: -T250C 000:323.158 Name: QSPI Flash -T250C 000:323.185 MaxSize: 0x08000000 -T250C 000:323.212 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:323.239 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:323.267 Device entry modified: STM32H745BI_M7 -T250C 000:323.289 FlashBankInfo: -T250C 000:323.315 Name: QSPI Flash -T250C 000:323.341 BaseAddr: 0x90000000 -T250C 000:323.661 LoaderInfo: -T250C 000:323.690 Name: QSPI Flash -T250C 000:323.716 MaxSize: 0x08000000 -T250C 000:323.742 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:323.769 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:323.798 Device entry modified: STM32H745XI_M7 -T250C 000:323.820 FlashBankInfo: -T250C 000:323.846 Name: QSPI Flash -T250C 000:323.872 BaseAddr: 0x90000000 -T250C 000:324.193 LoaderInfo: -T250C 000:324.221 Name: QSPI Flash -T250C 000:324.248 MaxSize: 0x08000000 -T250C 000:324.275 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:324.302 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:324.331 Device entry modified: STM32H750IB -T250C 000:324.353 FlashBankInfo: -T250C 000:324.379 Name: QSPI Flash -T250C 000:324.405 BaseAddr: 0x90000000 -T250C 000:324.715 LoaderInfo: -T250C 000:324.744 Name: QSPI Flash -T250C 000:324.771 MaxSize: 0x08000000 -T250C 000:324.797 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:324.824 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:324.853 Device entry modified: STM32H750VB -T250C 000:324.875 FlashBankInfo: -T250C 000:324.902 Name: QSPI Flash -T250C 000:324.928 BaseAddr: 0x90000000 -T250C 000:325.379 LoaderInfo: -T250C 000:325.413 Name: QSPI Flash -T250C 000:325.440 MaxSize: 0x08000000 -T250C 000:325.468 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:325.494 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:325.525 Device entry modified: STM32H750XB -T250C 000:325.547 FlashBankInfo: -T250C 000:325.574 Name: QSPI Flash -T250C 000:325.601 BaseAddr: 0x90000000 -T250C 000:325.956 LoaderInfo: -T250C 000:325.985 Name: QSPI Flash -T250C 000:326.012 MaxSize: 0x08000000 -T250C 000:326.046 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf -T250C 000:326.074 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:326.102 Device entry modified: STM32H753BI -T250C 000:326.124 FlashBankInfo: -T250C 000:326.152 Name: QSPI Flash -T250C 000:326.178 BaseAddr: 0x90000000 -T250C 000:326.525 LoaderInfo: -T250C 000:326.554 Name: QSPI Flash -T250C 000:326.581 MaxSize: 0x08000000 -T250C 000:326.608 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:326.634 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:326.667 Device entry modified: STM32H753II -T250C 000:326.689 FlashBankInfo: -T250C 000:326.715 Name: QSPI Flash -T250C 000:326.742 BaseAddr: 0x90000000 -T250C 000:327.101 LoaderInfo: -T250C 000:327.130 Name: QSPI Flash -T250C 000:327.157 MaxSize: 0x08000000 -T250C 000:327.188 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:327.216 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:327.275 Device entry modified: STM32H753VI -T250C 000:327.305 FlashBankInfo: -T250C 000:327.338 Name: QSPI Flash -T250C 000:327.371 BaseAddr: 0x90000000 -T250C 000:327.740 LoaderInfo: -T250C 000:327.770 Name: QSPI Flash -T250C 000:327.804 MaxSize: 0x08000000 -T250C 000:327.842 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:327.877 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:327.917 Device entry modified: STM32H753XI -T250C 000:327.943 FlashBankInfo: -T250C 000:327.978 Name: QSPI Flash -T250C 000:328.014 BaseAddr: 0x90000000 -T250C 000:328.361 LoaderInfo: -T250C 000:328.391 Name: QSPI Flash -T250C 000:328.417 MaxSize: 0x08000000 -T250C 000:328.444 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:328.471 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:328.500 Device entry modified: STM32H753ZI -T250C 000:328.521 FlashBankInfo: -T250C 000:328.548 Name: QSPI Flash -T250C 000:328.574 BaseAddr: 0x90000000 -T250C 000:328.886 LoaderInfo: -T250C 000:328.915 Name: QSPI Flash -T250C 000:328.942 MaxSize: 0x08000000 -T250C 000:328.969 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf -T250C 000:328.995 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:329.025 Device entry modified: Z32F0642 -T250C 000:329.050 FlashBankInfo: -T250C 000:329.076 Name: Internal Flash -T250C 000:329.415 AlwaysPresent: 1 -T250C 000:329.446 LoaderInfo: -T250C 000:329.475 Name: Internal Flash -T250C 000:329.503 MaxSize: 0x00010000 -T250C 000:329.532 Loader: d:\Program Files\SEGGER\JLink\Devices\Zilog\Z32F0642\Z32F0642.FLM -T250C 000:329.561 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:329.593 Device entry modified: ADSP-CM411CBCZ-AF_M4 -T250C 000:329.766 ChipInfo: -T250C 000:329.797 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:329.831 FlashBankInfo: -T250C 000:329.859 Name: Flash Block A -T250C 000:329.888 BaseAddr: 0x11000000 -T250C 000:330.235 AlwaysPresent: 1 -T250C 000:330.266 LoaderInfo: -T250C 000:330.295 Name: Flash Block A -T250C 000:330.324 MaxSize: 0x00020000 -T250C 000:330.353 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:330.382 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:330.410 FlashBankInfo: -T250C 000:330.439 Name: Flash Block B -T250C 000:330.468 BaseAddr: 0x11080000 -T250C 000:330.802 AlwaysPresent: 1 -T250C 000:330.833 LoaderInfo: -T250C 000:330.862 Name: Flash Block B -T250C 000:330.891 MaxSize: 0x00020000 -T250C 000:330.920 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:330.948 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:330.981 Device entry modified: ADSP-CM411CBCZ-BF_M4 -T250C 000:331.161 ChipInfo: -T250C 000:331.193 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:331.226 FlashBankInfo: -T250C 000:331.254 Name: Flash Block A -T250C 000:331.285 BaseAddr: 0x11000000 -T250C 000:331.609 AlwaysPresent: 1 -T250C 000:331.637 LoaderInfo: -T250C 000:331.663 Name: Flash Block A -T250C 000:331.690 MaxSize: 0x00020000 -T250C 000:331.717 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:331.744 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:331.771 FlashBankInfo: -T250C 000:331.796 Name: Flash Block B -T250C 000:331.828 BaseAddr: 0x11080000 -T250C 000:332.140 AlwaysPresent: 1 -T250C 000:332.169 LoaderInfo: -T250C 000:332.195 Name: Flash Block B -T250C 000:332.222 MaxSize: 0x00020000 -T250C 000:332.248 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:332.275 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:332.305 Device entry modified: ADSP-CM412CSWZ-AF_M4 -T250C 000:332.464 ChipInfo: -T250C 000:332.493 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:332.524 FlashBankInfo: -T250C 000:332.550 Name: Flash Block A -T250C 000:332.577 BaseAddr: 0x11000000 -T250C 000:332.884 AlwaysPresent: 1 -T250C 000:332.913 LoaderInfo: -T250C 000:332.939 Name: Flash Block A -T250C 000:332.966 MaxSize: 0x00020000 -T250C 000:332.993 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:333.020 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:333.049 FlashBankInfo: -T250C 000:333.075 Name: Flash Block B -T250C 000:333.101 BaseAddr: 0x11080000 -T250C 000:333.409 AlwaysPresent: 1 -T250C 000:333.438 LoaderInfo: -T250C 000:333.464 Name: Flash Block B -T250C 000:333.491 MaxSize: 0x00020000 -T250C 000:333.518 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:333.548 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:333.579 Device entry modified: ADSP-CM412CBCZ-BF_M4 -T250C 000:333.741 ChipInfo: -T250C 000:333.770 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:333.801 FlashBankInfo: -T250C 000:333.828 Name: Flash Block A -T250C 000:333.855 BaseAddr: 0x11000000 -T250C 000:334.204 AlwaysPresent: 1 -T250C 000:334.234 LoaderInfo: -T250C 000:334.261 Name: Flash Block A -T250C 000:334.288 MaxSize: 0x00020000 -T250C 000:334.315 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:334.342 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:334.369 FlashBankInfo: -T250C 000:334.395 Name: Flash Block B -T250C 000:334.422 BaseAddr: 0x11080000 -T250C 000:334.733 AlwaysPresent: 1 -T250C 000:334.761 LoaderInfo: -T250C 000:334.788 Name: Flash Block B -T250C 000:334.815 MaxSize: 0x00020000 -T250C 000:334.842 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:334.868 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:334.899 Device entry modified: ADSP-CM413CSWZ-BF_M4 -T250C 000:335.062 ChipInfo: -T250C 000:335.091 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:335.126 FlashBankInfo: -T250C 000:335.152 Name: Flash Block A -T250C 000:335.179 BaseAddr: 0x11000000 -T250C 000:335.492 AlwaysPresent: 1 -T250C 000:335.521 LoaderInfo: -T250C 000:335.547 Name: Flash Block A -T250C 000:335.574 MaxSize: 0x00020000 -T250C 000:335.601 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:335.627 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:335.654 FlashBankInfo: -T250C 000:335.680 Name: Flash Block B -T250C 000:335.707 BaseAddr: 0x11080000 -T250C 000:336.016 AlwaysPresent: 1 -T250C 000:336.047 LoaderInfo: -T250C 000:336.089 Name: Flash Block B -T250C 000:336.116 MaxSize: 0x00020000 -T250C 000:336.142 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:336.169 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:336.199 Device entry modified: ADSP-CM413CSWZ-CF_M4 -T250C 000:336.361 ChipInfo: -T250C 000:336.391 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:336.422 FlashBankInfo: -T250C 000:336.449 Name: Flash Block A -T250C 000:336.475 BaseAddr: 0x11000000 -T250C 000:336.787 AlwaysPresent: 1 -T250C 000:336.815 LoaderInfo: -T250C 000:336.842 Name: Flash Block A -T250C 000:336.868 MaxSize: 0x00040000 -T250C 000:336.895 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM -T250C 000:336.922 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:336.948 FlashBankInfo: -T250C 000:336.974 Name: Flash Block B -T250C 000:337.001 BaseAddr: 0x11080000 -T250C 000:337.338 AlwaysPresent: 1 -T250C 000:337.368 LoaderInfo: -T250C 000:337.397 Name: Flash Block B -T250C 000:337.426 MaxSize: 0x00040000 -T250C 000:337.455 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM -T250C 000:337.484 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:337.521 Device entry modified: ADSP-CM416CSWZ-BF_M4 -T250C 000:337.696 ChipInfo: -T250C 000:337.727 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:337.760 FlashBankInfo: -T250C 000:337.788 Name: Flash Block A -T250C 000:337.817 BaseAddr: 0x11000000 -T250C 000:338.151 AlwaysPresent: 1 -T250C 000:338.182 LoaderInfo: -T250C 000:338.210 Name: Flash Block A -T250C 000:338.239 MaxSize: 0x00020000 -T250C 000:338.268 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:338.296 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:338.325 FlashBankInfo: -T250C 000:338.353 Name: Flash Block B -T250C 000:338.381 BaseAddr: 0x11080000 -T250C 000:338.714 AlwaysPresent: 1 -T250C 000:338.745 LoaderInfo: -T250C 000:338.774 Name: Flash Block B -T250C 000:338.802 MaxSize: 0x00020000 -T250C 000:338.831 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:338.860 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:338.892 Device entry modified: ADSP-CM416CSWZ-CF_M4 -T250C 000:339.072 ChipInfo: -T250C 000:339.106 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:339.140 FlashBankInfo: -T250C 000:339.172 Name: Flash Block A -T250C 000:339.202 BaseAddr: 0x11000000 -T250C 000:339.531 AlwaysPresent: 1 -T250C 000:339.559 LoaderInfo: -T250C 000:339.585 Name: Flash Block A -T250C 000:339.612 MaxSize: 0x00040000 -T250C 000:339.638 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM -T250C 000:339.665 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:339.692 FlashBankInfo: -T250C 000:339.718 Name: Flash Block B -T250C 000:339.744 BaseAddr: 0x11080000 -T250C 000:340.065 AlwaysPresent: 1 -T250C 000:340.094 LoaderInfo: -T250C 000:340.120 Name: Flash Block B -T250C 000:340.147 MaxSize: 0x00040000 -T250C 000:340.173 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM -T250C 000:340.200 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:340.230 Device entry modified: ADSP-CM417CSWZ-CF_M4 -T250C 000:340.388 ChipInfo: -T250C 000:340.417 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:340.448 FlashBankInfo: -T250C 000:340.474 Name: Flash Block A -T250C 000:340.500 BaseAddr: 0x11000000 -T250C 000:340.806 AlwaysPresent: 1 -T250C 000:340.835 LoaderInfo: -T250C 000:340.861 Name: Flash Block A -T250C 000:340.887 MaxSize: 0x00040000 -T250C 000:340.914 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM -T250C 000:340.940 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:340.967 FlashBankInfo: -T250C 000:340.993 Name: Flash Block B -T250C 000:341.019 BaseAddr: 0x11080000 -T250C 000:341.427 AlwaysPresent: 1 -T250C 000:341.456 LoaderInfo: -T250C 000:341.483 Name: Flash Block B -T250C 000:341.511 MaxSize: 0x00040000 -T250C 000:341.538 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM -T250C 000:341.564 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:341.594 Device entry modified: ADSP-CM417CSWZ-DF_M4 -T250C 000:341.756 ChipInfo: -T250C 000:341.785 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:341.816 FlashBankInfo: -T250C 000:341.843 Name: Flash Block A -T250C 000:341.869 BaseAddr: 0x11000000 -T250C 000:342.179 AlwaysPresent: 1 -T250C 000:342.208 LoaderInfo: -T250C 000:342.234 Name: Flash Block A -T250C 000:342.260 MaxSize: 0x00080000 -T250C 000:342.287 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_512.FLM -T250C 000:342.313 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:342.340 FlashBankInfo: -T250C 000:342.365 Name: Flash Block B -T250C 000:342.392 BaseAddr: 0x11080000 -T250C 000:342.704 AlwaysPresent: 1 -T250C 000:342.732 LoaderInfo: -T250C 000:342.758 Name: Flash Block B -T250C 000:342.785 MaxSize: 0x00080000 -T250C 000:342.811 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_512.FLM -T250C 000:342.838 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:342.867 Device entry modified: ADSP-CM418CBCZ-BF_M4 -T250C 000:343.029 ChipInfo: -T250C 000:343.060 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:343.090 FlashBankInfo: -T250C 000:343.117 Name: Flash Block A -T250C 000:343.143 BaseAddr: 0x11000000 -T250C 000:343.463 AlwaysPresent: 1 -T250C 000:343.491 LoaderInfo: -T250C 000:343.518 Name: Flash Block A -T250C 000:343.544 MaxSize: 0x00020000 -T250C 000:343.571 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM -T250C 000:343.654 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:343.681 FlashBankInfo: -T250C 000:343.709 Name: Flash Block B -T250C 000:343.735 BaseAddr: 0x11080000 -T250C 000:344.140 AlwaysPresent: 1 -T250C 000:344.175 LoaderInfo: -T250C 000:344.208 Name: Flash Block B -T250C 000:344.239 MaxSize: 0x00020000 -T250C 000:344.273 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM -T250C 000:344.306 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:344.343 Device entry modified: ADSP-CM418CBCZ-CF_M4 -T250C 000:344.561 ChipInfo: -T250C 000:344.592 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:344.623 FlashBankInfo: -T250C 000:344.649 Name: Flash Block A -T250C 000:344.675 BaseAddr: 0x11000000 -T250C 000:345.009 AlwaysPresent: 1 -T250C 000:345.037 LoaderInfo: -T250C 000:345.066 Name: Flash Block A -T250C 000:345.092 MaxSize: 0x00040000 -T250C 000:345.119 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM -T250C 000:345.145 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:345.172 FlashBankInfo: -T250C 000:345.198 Name: Flash Block B -T250C 000:345.224 BaseAddr: 0x11080000 -T250C 000:345.535 AlwaysPresent: 1 -T250C 000:345.563 LoaderInfo: -T250C 000:345.590 Name: Flash Block B -T250C 000:345.616 MaxSize: 0x00040000 -T250C 000:345.643 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM -T250C 000:345.669 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:345.699 Device entry modified: ADSP-CM419CBCZ-CF_M4 -T250C 000:345.863 ChipInfo: -T250C 000:345.892 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:345.923 FlashBankInfo: -T250C 000:345.950 Name: Flash Block A -T250C 000:345.977 BaseAddr: 0x11000000 -T250C 000:346.287 AlwaysPresent: 1 -T250C 000:346.315 LoaderInfo: -T250C 000:346.342 Name: Flash Block A -T250C 000:346.368 MaxSize: 0x00040000 -T250C 000:346.394 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM -T250C 000:346.421 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:346.447 FlashBankInfo: -T250C 000:346.473 Name: Flash Block B -T250C 000:346.499 BaseAddr: 0x11080000 -T250C 000:346.806 AlwaysPresent: 1 -T250C 000:346.834 LoaderInfo: -T250C 000:346.861 Name: Flash Block B -T250C 000:346.887 MaxSize: 0x00040000 -T250C 000:346.914 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM -T250C 000:346.940 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:346.970 Device entry modified: ADSP-CM419CBCZ-DF_M4 -T250C 000:347.130 ChipInfo: -T250C 000:347.159 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex -T250C 000:347.189 FlashBankInfo: -T250C 000:347.216 Name: Flash Block A -T250C 000:347.242 BaseAddr: 0x11000000 -T250C 000:347.548 AlwaysPresent: 1 -T250C 000:347.577 LoaderInfo: -T250C 000:347.614 Name: Flash Block A -T250C 000:347.641 MaxSize: 0x00080000 -T250C 000:347.667 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_512.FLM -T250C 000:347.694 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:347.720 FlashBankInfo: -T250C 000:347.746 Name: Flash Block B -T250C 000:347.772 BaseAddr: 0x11080000 -T250C 000:348.080 AlwaysPresent: 1 -T250C 000:348.108 LoaderInfo: -T250C 000:348.135 Name: Flash Block B -T250C 000:348.161 MaxSize: 0x00080000 -T250C 000:348.188 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_512.FLM -T250C 000:348.214 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:348.243 Device entry modified: ADuCM4050 -T250C 000:348.267 FlashBankInfo: -T250C 000:348.292 Name: Flash Block -T250C 000:348.594 AlwaysPresent: 1 -T250C 000:348.618 LoaderInfo: -T250C 000:348.641 Name: Flash Block -T250C 000:348.663 MaxSize: 0x00080000 -T250C 000:348.686 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADUCM4x50\ADuCM4x50.axf -T250C 000:348.708 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:348.733 Device entry modified: MAX32600 -T250C 000:348.751 FlashBankInfo: -T250C 000:348.773 Name: Internal Flash -T250C 000:349.034 AlwaysPresent: 1 -T250C 000:349.059 LoaderInfo: -T250C 000:349.095 Name: Internal Flash -T250C 000:349.118 MaxSize: 0x00040000 -T250C 000:349.151 Loader: d:\Program Files\SEGGER\JLink\Devices\Maxim\MAX32600\MAX32600.FLM -T250C 000:349.177 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:349.206 Device entry modified: ARTIK05X -T250C 000:349.397 ChipInfo: -T250C 000:349.425 Script: d:\Program Files\SEGGER\JLink\Devices\Samsung\ARTIK05X.JLinkScript -T250C 000:349.455 Device entry modified: OZ93506F80LN -T250C 000:349.487 FlashBankInfo: -T250C 000:349.514 Name: QSPI Flash -T250C 000:349.540 BaseAddr: 0x60000000 -T250C 000:349.851 LoaderInfo: -T250C 000:349.879 Name: QSPI Flash -T250C 000:349.906 MaxSize: 0x00010000 -T250C 000:349.933 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93506F80LN_QSPI.elf -T250C 000:349.959 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:349.988 Device entry modified: OZ93506F144LN -T250C 000:350.007 FlashBankInfo: -T250C 000:350.033 Name: QSPI Flash -T250C 000:350.061 BaseAddr: 0x60000000 -T250C 000:350.371 LoaderInfo: -T250C 000:350.400 Name: QSPI Flash -T250C 000:350.426 MaxSize: 0x00020000 -T250C 000:350.452 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93506F144LN_QSPI.elf -T250C 000:350.478 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:350.508 Device entry modified: OZ93510F96LN -T250C 000:350.539 FlashBankInfo: -T250C 000:350.565 Name: QSPI Flash -T250C 000:350.592 BaseAddr: 0x60000000 -T250C 000:350.881 LoaderInfo: -T250C 000:350.905 Name: QSPI Flash -T250C 000:350.928 MaxSize: 0x00010000 -T250C 000:350.950 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93510F96LN_QSPI.elf -T250C 000:350.973 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:350.997 Device entry modified: OZ93510F160LN -T250C 000:351.013 FlashBankInfo: -T250C 000:351.035 Name: QSPI Flash -T250C 000:351.074 BaseAddr: 0x60000000 -T250C 000:351.337 LoaderInfo: -T250C 000:351.361 Name: QSPI Flash -T250C 000:351.388 MaxSize: 0x00020000 -T250C 000:351.411 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93510F160LN_QSPI.elf -T250C 000:351.433 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:351.459 Device entry modified: HPM6750xVMx -T250C 000:351.477 FlashBankInfo: -T250C 000:351.499 Name: QSPI Flash -T250C 000:351.521 BaseAddr: 0x80000000 -T250C 000:351.783 LoaderInfo: -T250C 000:351.807 Name: QSPI Flash -T250C 000:351.829 MaxSize: 0x00800000 -T250C 000:351.852 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:351.874 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:351.899 Device entry modified: HPM6754xVMx -T250C 000:351.917 FlashBankInfo: -T250C 000:351.939 Name: QSPI Flash -T250C 000:351.961 BaseAddr: 0x80000000 -T250C 000:352.220 LoaderInfo: -T250C 000:352.244 Name: QSPI Flash -T250C 000:352.267 MaxSize: 0x00800000 -T250C 000:352.289 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:352.312 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:352.336 Device entry modified: HPM6758xVMx -T250C 000:352.354 FlashBankInfo: -T250C 000:352.390 Name: QSPI Flash -T250C 000:352.413 BaseAddr: 0x80000000 -T250C 000:352.733 LoaderInfo: -T250C 000:352.761 Name: QSPI Flash -T250C 000:352.788 MaxSize: 0x00800000 -T250C 000:352.815 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:352.841 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:352.870 Device entry modified: HPM6730xVMx -T250C 000:352.892 FlashBankInfo: -T250C 000:352.917 Name: QSPI Flash -T250C 000:352.944 BaseAddr: 0x80000000 -T250C 000:353.258 LoaderInfo: -T250C 000:353.286 Name: QSPI Flash -T250C 000:353.312 MaxSize: 0x00800000 -T250C 000:353.339 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:353.365 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:353.394 Device entry modified: HPM6450xVMx -T250C 000:353.415 FlashBankInfo: -T250C 000:353.441 Name: QSPI Flash -T250C 000:353.468 BaseAddr: 0x80000000 -T250C 000:353.778 LoaderInfo: -T250C 000:353.802 Name: QSPI Flash -T250C 000:353.825 MaxSize: 0x00800000 -T250C 000:353.848 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:353.870 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:353.895 Device entry modified: HPM6430xVMx -T250C 000:353.914 FlashBankInfo: -T250C 000:353.936 Name: QSPI Flash -T250C 000:353.958 BaseAddr: 0x80000000 -T250C 000:354.218 LoaderInfo: -T250C 000:354.243 Name: QSPI Flash -T250C 000:354.265 MaxSize: 0x00800000 -T250C 000:354.288 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:354.310 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:354.335 Device entry modified: HPM6120xVMx -T250C 000:354.355 FlashBankInfo: -T250C 000:354.377 Name: QSPI Flash -T250C 000:354.400 BaseAddr: 0x80000000 -T250C 000:354.659 LoaderInfo: -T250C 000:354.683 Name: QSPI Flash -T250C 000:354.705 MaxSize: 0x00800000 -T250C 000:354.728 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:354.750 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:354.780 Device entry modified: HPM6110xVMx -T250C 000:354.799 FlashBankInfo: -T250C 000:354.821 Name: QSPI Flash -T250C 000:354.844 BaseAddr: 0x80000000 -T250C 000:355.131 LoaderInfo: -T250C 000:355.160 Name: QSPI Flash -T250C 000:355.187 MaxSize: 0x00800000 -T250C 000:355.213 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf -T250C 000:355.241 LoaderType: FLASH_ALGO_TYPE_OPEN -T250C 000:355.823 - 303.040ms returns 0x00 -T250C 000:355.979 JLINK_ExecCommand("Device = STM32F103RC", ...). -T250C 000:356.800 Device "STM32F103RC" selected. -T250C 000:357.554 - 1.564ms returns 0x00 -T250C 000:357.581 JLINK_ExecCommand("DisableConnectionTimeout", ...). -T250C 000:357.604 - 0.012ms returns 0x01 -T250C 000:357.625 JLINK_GetHardwareVersion() -T250C 000:357.643 - 0.026ms returns 10000 -T250C 000:357.668 JLINK_GetDLLVersion() -T250C 000:357.685 - 0.025ms returns 78200 -T250C 000:357.705 JLINK_GetOEMString(...) -T250C 000:357.725 JLINK_GetFirmwareString(...) -T250C 000:357.742 - 0.026ms -T250C 000:357.858 JLINK_GetDLLVersion() -T250C 000:357.876 - 0.026ms returns 78200 -T250C 000:357.895 JLINK_GetCompileDateTime() -T250C 000:357.912 - 0.028ms -T250C 000:357.965 JLINK_GetFirmwareString(...) -T250C 000:357.983 - 0.027ms -T250C 000:358.032 JLINK_GetHardwareVersion() -T250C 000:358.051 - 0.028ms returns 10000 -T250C 000:358.100 JLINK_GetSN() -T250C 000:358.118 - 0.026ms returns 281104224 -T250C 000:358.167 JLINK_GetOEMString(...) -T250C 000:358.245 JLINK_TIF_Select(JLINKARM_TIF_JTAG) -T250C 000:360.123 - 1.899ms returns 0x00 -T250C 000:360.158 JLINK_HasError() -T250C 000:360.205 JLINK_SetSpeed(5000) -T250C 000:360.371 - 0.176ms -T250C 000:360.393 JLINK_GetIdData(pIdData) -T250C 000:360.804 InitTarget() start -T250C 000:360.850 J-Link Script File: Executing InitTarget() -T250C 000:361.920 TotalIRLen = 9, IRPrint = 0x0011 -T250C 000:362.431 JTAG chain detection found 2 devices: -T250C 000:362.489 #0 Id: 0x3BA00477, IRLen: 04, CoreSight JTAG-DP -T250C 000:362.545 #1 Id: 0x06414041, IRLen: 05, STM32 Boundary Scan -T250C 000:378.453 InitTarget() end -T250C 000:379.177 TotalIRLen = 9, IRPrint = 0x0011 -T250C 000:379.676 JTAG chain detection found 2 devices: -T250C 000:379.745 #0 Id: 0x3BA00477, IRLen: 04, CoreSight JTAG-DP -T250C 000:379.800 #1 Id: 0x06414041, IRLen: 05, STM32 Boundary Scan -T250C 000:383.905 Old FW that does not support reading DPIDR via DAP jobs -T250C 000:387.543 DPv0 detected -T250C 000:387.608 CoreSight SoC-400 or earlier -T250C 000:387.664 Scanning AP map to find all available APs -T250C 000:390.820 AP[1]: Stopped AP scan as end of AP map has been reached -T250C 000:390.882 AP[0]: AHB-AP (IDR: 0x14770011) -T250C 000:390.938 Iterating through AP map to find AHB-AP to use -T250C 000:396.210 AP[0]: Core found -T250C 000:396.281 AP[0]: AHB-AP ROM base: 0xE00FF000 -T250C 000:398.848 CPUID register: 0x411FC231. Implementer code: 0x41 (ARM) -T250C 000:398.927 Found Cortex-M3 r1p1, Little endian. -T250C 000:399.381 -- Max. mem block: 0x0000A830 -T250C 000:399.629 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:401.164 CPU_ReadMem(4 bytes @ 0xE0002000) -T250C 000:401.667 FPUnit: 6 code (BP) slots and 2 literal slots -T250C 000:401.694 CPU_ReadMem(4 bytes @ 0xE000EDFC) -T250C 000:402.118 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:402.493 CPU_ReadMem(4 bytes @ 0xE0001000) -T250C 000:402.866 CPU_WriteMem(4 bytes @ 0xE0001000) -T250C 000:403.241 CPU_ReadMem(4 bytes @ 0xE000ED88) -T250C 000:403.616 CPU_WriteMem(4 bytes @ 0xE000ED88) -T250C 000:404.013 CPU_ReadMem(4 bytes @ 0xE000ED88) -T250C 000:404.366 CPU_WriteMem(4 bytes @ 0xE000ED88) -T250C 000:404.771 CoreSight components: -T250C 000:404.843 ROMTbl[0] @ E00FF000 -T250C 000:404.870 CPU_ReadMem(64 bytes @ 0xE00FF000) -T250C 000:405.496 CPU_ReadMem(32 bytes @ 0xE000EFE0) -T250C 000:406.030 [0][0]: E000E000 CID B105E00D PID 001BB000 SCS -T250C 000:406.072 CPU_ReadMem(32 bytes @ 0xE0001FE0) -T250C 000:406.655 [0][1]: E0001000 CID B105E00D PID 001BB002 DWT -T250C 000:406.678 CPU_ReadMem(32 bytes @ 0xE0002FE0) -T250C 000:407.264 [0][2]: E0002000 CID B105E00D PID 000BB003 FPB -T250C 000:407.288 CPU_ReadMem(32 bytes @ 0xE0000FE0) -T250C 000:407.763 [0][3]: E0000000 CID B105E00D PID 001BB001 ITM -T250C 000:407.786 CPU_ReadMem(32 bytes @ 0xE0040FE0) -T250C 000:408.282 [0][4]: E0040000 CID B105900D PID 001BB923 TPIU-Lite -T250C 000:408.309 CPU_ReadMem(32 bytes @ 0xE0041FE0) -T250C 000:408.903 [0][5]: E0041000 CID B105900D PID 101BB924 ETM-M3 -T250C 000:408.985 pIdData->ScanLen=9 -T250C 000:409.011 -T250C 000:409.027 pIdData->NumDevices=2 -T250C 000:409.051 -T250C 000:409.068 pIdData->aId[0]=0x3BA00477 -T250C 000:409.092 -T250C 000:409.109 pIdData->aIrRead[0]=0 -T250C 000:409.136 -T250C 000:409.153 pIdData->aScanLen[0]=0 -T250C 000:409.179 -T250C 000:409.196 pIdData->aScanRead[0]=0 -T250C 000:409.220 -T250C 000:409.236 - 48.851ms -T250C 000:409.280 JLINK_JTAG_GetDeviceID(DeviceIndex = 0) -T250C 000:409.301 - 0.029ms returns 1000342647 -T250C 000:409.373 JLINK_JTAG_GetDeviceInfo(DeviceIndex = 0) -T250C 000:409.391 - 0.026ms returns 0 -T250C 000:409.410 JLINK_JTAG_GetDeviceID(DeviceIndex = 1) -T250C 000:409.428 - 0.025ms returns 104939585 -T250C 000:409.447 JLINK_JTAG_GetDeviceInfo(DeviceIndex = 1) -T250C 000:409.464 - 0.025ms returns 0 -T250C 000:409.486 JLINK_GetDLLVersion() -T250C 000:409.502 - 0.025ms returns 78200 -T250C 000:409.522 JLINK_CORE_GetFound() -T250C 000:409.539 - 0.025ms returns 0x30000FF -T250C 000:409.559 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -T250C 000:409.585 Value=0xE00FF000 -T250C 000:409.610 - 0.059ms returns 0 -T250C 000:409.661 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -T250C 000:409.680 Value=0xE00FF000 -T250C 000:409.704 - 0.051ms returns 0 -T250C 000:409.724 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) -T250C 000:409.742 Value=0xE0041000 -T250C 000:409.766 - 0.050ms returns 0 -T250C 000:409.796 JLINK_ReadMemEx(0xE0041FD0, 0x20 Bytes, Flags = 0x02000004) -T250C 000:409.850 CPU_ReadMem(32 bytes @ 0xE0041FD0) -T250C 000:411.028 Data: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... -T250C 000:411.063 - 1.275ms returns 32 (0x20) -T250C 000:411.086 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) -T250C 000:411.105 Value=0x00000000 -T250C 000:411.129 - 0.051ms returns 0 -T250C 000:411.149 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) -T250C 000:411.167 Value=0xE0040000 -T250C 000:411.191 - 0.050ms returns 0 -T250C 000:411.210 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) -T250C 000:411.228 Value=0xE0000000 -T250C 000:411.252 - 0.050ms returns 0 -T250C 000:411.271 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) -T250C 000:411.289 Value=0xE0001000 -T250C 000:411.313 - 0.050ms returns 0 -T250C 000:411.333 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) -T250C 000:411.350 Value=0xE0002000 -T250C 000:411.374 - 0.050ms returns 0 -T250C 000:411.393 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) -T250C 000:411.411 Value=0xE000E000 -T250C 000:411.437 - 0.052ms returns 0 -T250C 000:411.457 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) -T250C 000:411.474 Value=0xE000EDF0 -T250C 000:411.499 - 0.050ms returns 0 -T250C 000:411.518 JLINK_GetDebugInfo(0x01 = Unknown) -T250C 000:411.551 Value=0x00000000 -T250C 000:411.589 - 0.079ms returns 0 -T250C 000:411.606 JLINK_ReadMemU32(0xE000ED00, 0x1 Items) -T250C 000:411.628 CPU_ReadMem(4 bytes @ 0xE000ED00) -T250C 000:412.721 Data: 31 C2 1F 41 -T250C 000:412.815 Debug reg: CPUID -T250C 000:412.876 - 1.292ms returns 1 (0x1) -T250C 000:412.913 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) -T250C 000:412.931 Value=0x00000000 -T250C 000:412.956 - 0.051ms returns 0 -T250C 000:412.975 JLINK_HasError() -T250C 000:412.996 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) -T250C 000:413.021 - 0.034ms returns JLINKARM_CM3_RESET_TYPE_NORMAL -T250C 000:413.041 JLINK_Reset() -T250C 000:413.085 CPU is running -T250C 000:413.112 CPU_WriteMem(4 bytes @ 0xE000EDF0) -T250C 000:414.209 CPU is running -T250C 000:414.305 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:414.794 Reset: Halt core after reset via DEMCR.VC_CORERESET. -T250C 000:414.852 Reset: Reset device via AIRCR.SYSRESETREQ. -T250C 000:414.879 CPU is running -T250C 000:414.905 CPU_WriteMem(4 bytes @ 0xE000ED0C) -T250C 000:465.989 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:467.107 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:467.490 CPU is running -T250C 000:467.530 CPU_WriteMem(4 bytes @ 0xE000EDF0) -T250C 000:467.862 CPU is running -T250C 000:467.887 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:474.060 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:477.704 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:478.121 CPU_WriteMem(4 bytes @ 0xE0001028) -T250C 000:478.478 CPU_WriteMem(4 bytes @ 0xE0001038) -T250C 000:478.853 CPU_WriteMem(4 bytes @ 0xE0001048) -T250C 000:479.228 CPU_WriteMem(4 bytes @ 0xE0001058) -T250C 000:479.604 CPU_WriteMem(4 bytes @ 0xE0002000) -T250C 000:479.978 CPU_ReadMem(4 bytes @ 0xE000EDFC) -T250C 000:480.362 CPU_ReadMem(4 bytes @ 0xE0001000) -T250C 000:480.753 - 67.722ms -T250C 000:480.793 JLINK_HasError() -T250C 000:480.814 JLINK_ReadReg(R15 (PC)) -T250C 000:480.849 - 0.044ms returns 0x080001CC -T250C 000:480.872 JLINK_ReadReg(XPSR) -T250C 000:480.890 - 0.027ms returns 0x01000000 -T250C 000:480.913 JLINK_Halt() -T250C 000:480.930 - 0.025ms returns 0x00 -T250C 000:480.952 JLINK_ReadMemU32(0xE000EDF0, 0x1 Items) -T250C 000:480.976 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:481.356 Data: 03 00 03 00 -T250C 000:481.383 Debug reg: DHCSR -T250C 000:481.408 - 0.464ms returns 1 (0x1) -T250C 000:481.444 JLINK_WriteU32_64(0xE000EDF0, 0xA05F0003) -T250C 000:481.463 Debug reg: DHCSR -T250C 000:481.881 CPU_WriteMem(4 bytes @ 0xE000EDF0) -T250C 000:482.869 - 1.434ms returns 0 (0x00000000) -T250C 000:482.903 JLINK_WriteU32_64(0xE000EDFC, 0x01000000) -T250C 000:482.921 Debug reg: DEMCR -T250C 000:482.951 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:483.359 - 0.465ms returns 0 (0x00000000) -T250C 000:483.525 JLINK_GetHWStatus(...) -T250C 000:483.876 - 0.377ms returns 0 -T250C 000:484.513 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) -T250C 000:484.536 - 0.032ms returns 0x06 -T250C 000:484.557 JLINK_GetNumBPUnits(Type = 0xF0) -T250C 000:484.574 - 0.026ms returns 0x2000 -T250C 000:484.594 JLINK_GetNumWPUnits() -T250C 000:484.611 - 0.025ms returns 4 -T250C 000:484.717 JLINK_GetSpeed() -T250C 000:484.735 - 0.026ms returns 5000 -T250C 000:484.811 JLINK_ReadMemU32(0xE000E004, 0x1 Items) -T250C 000:484.840 CPU_ReadMem(4 bytes @ 0xE000E004) -T250C 000:485.880 Data: 01 00 00 00 -T250C 000:485.927 - 1.124ms returns 1 (0x1) -T250C 000:485.950 JLINK_ReadMemU32(0xE000E004, 0x1 Items) -T250C 000:485.976 CPU_ReadMem(4 bytes @ 0xE000E004) -T250C 000:486.361 Data: 01 00 00 00 -T250C 000:486.387 - 0.445ms returns 1 (0x1) -T250C 000:486.408 JLINK_WriteMemEx(0xE0001000, 0x0000001C Bytes, Flags = 0x02000004) -T250C 000:486.427 Data: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... -T250C 000:486.461 CPU_WriteMem(28 bytes @ 0xE0001000) -T250C 000:486.860 - 0.460ms returns 0x1C -T250C 000:486.882 JLINK_HasError() -T250C 000:486.902 JLINK_ReadReg(R15 (PC)) -T250C 000:486.922 - 0.028ms returns 0x080001CC -T250C 000:486.942 JLINK_ReadReg(XPSR) -T250C 000:486.960 - 0.027ms returns 0x01000000 -T250C 000:493.255 JLINK_ReadMemEx(0xE0001004, 0x4 Bytes, Flags = 0x02000000) -T250C 000:493.283 Data: 00 00 00 00 -T250C 000:493.310 Debug reg: DWT_CYCCNT -T250C 000:493.335 - 0.087ms returns 4 (0x4) -T250C 000:590.866 JLINK_HasError() -T250C 000:590.912 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) -T250C 000:590.934 - 0.030ms returns JLINKARM_CM3_RESET_TYPE_NORMAL -T250C 000:590.957 JLINK_Reset() -T250C 000:590.992 CPU_WriteMem(4 bytes @ 0xE000EDF0) -T250C 000:592.099 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:592.745 Reset: Halt core after reset via DEMCR.VC_CORERESET. -T250C 000:592.953 Reset: Reset device via AIRCR.SYSRESETREQ. -T250C 000:593.010 CPU_WriteMem(4 bytes @ 0xE000ED0C) -T250C 000:644.852 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:645.977 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:646.459 CPU_WriteMem(4 bytes @ 0xE000EDF0) -T250C 000:646.836 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:652.886 CPU_ReadMem(4 bytes @ 0xE000EDF0) -T250C 000:656.395 CPU_WriteMem(4 bytes @ 0xE000EDFC) -T250C 000:656.852 CPU_WriteMem(4 bytes @ 0xE0001028) -T250C 000:657.334 CPU_WriteMem(4 bytes @ 0xE0001038) -T250C 000:657.712 CPU_WriteMem(4 bytes @ 0xE0001048) -T250C 000:658.078 CPU_WriteMem(4 bytes @ 0xE0001058) -T250C 000:658.454 CPU_WriteMem(4 bytes @ 0xE0002000) -T250C 000:658.831 CPU_ReadMem(4 bytes @ 0xE000EDFC) -T250C 000:659.203 CPU_ReadMem(4 bytes @ 0xE0001000) -T250C 000:659.579 - 68.630ms -T250C 000:659.769 JLINK_HasError() -T250C 000:659.791 JLINK_ReadReg(R15 (PC)) -T250C 000:659.840 - 0.058ms returns 0x080001CC -T250C 000:659.863 JLINK_ReadReg(XPSR) -T250C 000:659.881 - 0.027ms returns 0x01000000 -T250C 000:660.851 JLINK_ReadMemEx(0x08000130, 0x3C Bytes, Flags = 0x02000000) -T250C 000:660.883 CPU_ReadMem(128 bytes @ 0x08000100) -T250C 000:662.792 -- Updating C cache (128 bytes @ 0x08000100) -T250C 000:662.828 -- Read from C cache (60 bytes @ 0x08000130) -T250C 000:662.851 Data: 00 F0 02 F8 00 F0 3A F8 0A A0 90 E8 00 0C 82 44 ... -T250C 000:662.872 - 2.029ms returns 60 (0x3C) -T250C 000:662.891 JLINK_ReadMemEx(0x08000130, 0x2 Bytes, Flags = 0x02000000) -T250C 000:662.908 -- Read from C cache (2 bytes @ 0x08000130) -T250C 000:662.929 Data: 00 F0 -T250C 000:662.950 - 0.066ms returns 2 (0x2) -T250C 000:663.046 JLINK_ReadMemEx(0x08000132, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.062 -- Read from C cache (2 bytes @ 0x08000132) -T250C 000:663.083 Data: 02 F8 -T250C 000:663.104 - 0.065ms returns 2 (0x2) -T250C 000:663.127 JLINK_ReadMemEx(0x08000134, 0x3C Bytes, Flags = 0x02000000) -T250C 000:663.144 -- Read from C cache (60 bytes @ 0x08000134) -T250C 000:663.166 Data: 00 F0 3A F8 0A A0 90 E8 00 0C 82 44 83 44 AA F1 ... -T250C 000:663.187 - 0.066ms returns 60 (0x3C) -T250C 000:663.203 JLINK_ReadMemEx(0x08000134, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.219 -- Read from C cache (2 bytes @ 0x08000134) -T250C 000:663.240 Data: 00 F0 -T250C 000:663.261 - 0.065ms returns 2 (0x2) -T250C 000:663.278 JLINK_ReadMemEx(0x08000136, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.293 -- Read from C cache (2 bytes @ 0x08000136) -T250C 000:663.315 Data: 3A F8 -T250C 000:663.336 - 0.065ms returns 2 (0x2) -T250C 000:663.352 JLINK_ReadMemEx(0x08000138, 0x3C Bytes, Flags = 0x02000000) -T250C 000:663.368 -- Read from C cache (60 bytes @ 0x08000138) -T250C 000:663.390 Data: 0A A0 90 E8 00 0C 82 44 83 44 AA F1 01 07 DA 45 ... -T250C 000:663.411 - 0.066ms returns 60 (0x3C) -T250C 000:663.428 JLINK_ReadMemEx(0x08000138, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.443 -- Read from C cache (2 bytes @ 0x08000138) -T250C 000:663.465 Data: 0A A0 -T250C 000:663.486 - 0.065ms returns 2 (0x2) -T250C 000:663.502 JLINK_ReadMemEx(0x0800013A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.518 -- Read from C cache (2 bytes @ 0x0800013A) -T250C 000:663.539 Data: 90 E8 -T250C 000:663.560 - 0.064ms returns 2 (0x2) -T250C 000:663.577 JLINK_ReadMemEx(0x0800013A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.593 -- Read from C cache (2 bytes @ 0x0800013A) -T250C 000:663.614 Data: 90 E8 -T250C 000:663.635 - 0.064ms returns 2 (0x2) -T250C 000:663.652 JLINK_ReadMemEx(0x0800013C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:663.667 -- Read from C cache (60 bytes @ 0x0800013C) -T250C 000:663.689 Data: 00 0C 82 44 83 44 AA F1 01 07 DA 45 01 D1 00 F0 ... -T250C 000:663.710 - 0.065ms returns 60 (0x3C) -T250C 000:663.726 JLINK_ReadMemEx(0x0800013C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.747 -- Read from C cache (2 bytes @ 0x0800013C) -T250C 000:663.771 Data: 00 0C -T250C 000:663.792 - 0.079ms returns 2 (0x2) -T250C 000:663.816 JLINK_ReadMemEx(0x0800013E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.831 -- Read from C cache (2 bytes @ 0x0800013E) -T250C 000:663.853 Data: 82 44 -T250C 000:663.874 - 0.065ms returns 2 (0x2) -T250C 000:663.890 JLINK_ReadMemEx(0x08000140, 0x3C Bytes, Flags = 0x02000000) -T250C 000:663.906 -- Read from C cache (60 bytes @ 0x08000140) -T250C 000:663.928 Data: 83 44 AA F1 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 ... -T250C 000:663.949 - 0.065ms returns 60 (0x3C) -T250C 000:663.965 JLINK_ReadMemEx(0x08000140, 0x2 Bytes, Flags = 0x02000000) -T250C 000:663.981 -- Read from C cache (2 bytes @ 0x08000140) -T250C 000:664.002 Data: 83 44 -T250C 000:664.023 - 0.065ms returns 2 (0x2) -T250C 000:664.040 JLINK_ReadMemEx(0x08000140, 0x3C Bytes, Flags = 0x02000000) -T250C 000:664.055 -- Read from C cache (60 bytes @ 0x08000140) -T250C 000:664.077 Data: 83 44 AA F1 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 ... -T250C 000:664.098 - 0.065ms returns 60 (0x3C) -T250C 000:664.114 JLINK_ReadMemEx(0x08000140, 0x2 Bytes, Flags = 0x02000000) -T250C 000:664.130 -- Read from C cache (2 bytes @ 0x08000140) -T250C 000:664.151 Data: 83 44 -T250C 000:664.172 - 0.065ms returns 2 (0x2) -T250C 000:664.189 JLINK_ReadMemEx(0x08000142, 0x2 Bytes, Flags = 0x02000000) -T250C 000:664.204 -- Read from C cache (2 bytes @ 0x08000142) -T250C 000:664.226 Data: AA F1 -T250C 000:664.247 - 0.065ms returns 2 (0x2) -T250C 000:664.263 JLINK_ReadMemEx(0x08000142, 0x2 Bytes, Flags = 0x02000000) -T250C 000:664.279 -- Read from C cache (2 bytes @ 0x08000142) -T250C 000:664.300 Data: AA F1 -T250C 000:664.321 - 0.064ms returns 2 (0x2) -T250C 000:664.338 JLINK_ReadMemEx(0x08000144, 0x3C Bytes, Flags = 0x02000000) -T250C 000:664.353 -- Read from C cache (60 bytes @ 0x08000144) -T250C 000:664.375 Data: 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 ... -T250C 000:664.396 - 0.065ms returns 60 (0x3C) -T250C 000:664.413 JLINK_ReadMemEx(0x08000144, 0x2 Bytes, Flags = 0x02000000) -T250C 000:664.428 -- Read from C cache (2 bytes @ 0x08000144) -T250C 000:664.449 Data: 01 07 -T250C 000:664.470 - 0.064ms returns 2 (0x2) -T250C 000:664.487 JLINK_ReadMemEx(0x08000146, 0x2 Bytes, Flags = 0x02000000) -T250C 000:664.503 -- Read from C cache (2 bytes @ 0x08000146) -T250C 000:664.524 Data: DA 45 -T250C 000:664.545 - 0.065ms returns 2 (0x2) -T250C 000:664.562 JLINK_ReadMemEx(0x08000148, 0x3C Bytes, Flags = 0x02000000) -T250C 000:664.579 CPU_ReadMem(64 bytes @ 0x08000180) -T250C 000:666.117 -- Updating C cache (64 bytes @ 0x08000180) -T250C 000:666.149 -- Read from C cache (60 bytes @ 0x08000148) -T250C 000:666.176 Data: 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 ... -T250C 000:666.200 - 1.647ms returns 60 (0x3C) -T250C 000:666.222 JLINK_ReadMemEx(0x08000148, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.241 -- Read from C cache (2 bytes @ 0x08000148) -T250C 000:666.266 Data: 01 D1 -T250C 000:666.291 - 0.077ms returns 2 (0x2) -T250C 000:666.312 JLINK_ReadMemEx(0x08000148, 0x3C Bytes, Flags = 0x02000000) -T250C 000:666.330 -- Read from C cache (60 bytes @ 0x08000148) -T250C 000:666.356 Data: 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 ... -T250C 000:666.380 - 0.077ms returns 60 (0x3C) -T250C 000:666.399 JLINK_ReadMemEx(0x08000148, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.418 -- Read from C cache (2 bytes @ 0x08000148) -T250C 000:666.443 Data: 01 D1 -T250C 000:666.467 - 0.076ms returns 2 (0x2) -T250C 000:666.486 JLINK_ReadMemEx(0x0800014A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.504 -- Read from C cache (2 bytes @ 0x0800014A) -T250C 000:666.529 Data: 00 F0 -T250C 000:666.553 - 0.075ms returns 2 (0x2) -T250C 000:666.574 JLINK_ReadMemEx(0x0800014A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.592 -- Read from C cache (2 bytes @ 0x0800014A) -T250C 000:666.617 Data: 00 F0 -T250C 000:666.641 - 0.076ms returns 2 (0x2) -T250C 000:666.660 JLINK_ReadMemEx(0x0800014C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:666.685 -- Read from C cache (60 bytes @ 0x0800014C) -T250C 000:666.711 Data: 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 01 0F 18 BF ... -T250C 000:666.736 - 0.083ms returns 60 (0x3C) -T250C 000:666.755 JLINK_ReadMemEx(0x0800014C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.773 -- Read from C cache (2 bytes @ 0x0800014C) -T250C 000:666.863 Data: 2F F8 -T250C 000:666.888 - 0.141ms returns 2 (0x2) -T250C 000:666.908 JLINK_ReadMemEx(0x0800014E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:666.930 -- Read from C cache (2 bytes @ 0x0800014E) -T250C 000:666.952 Data: AF F2 -T250C 000:666.973 - 0.071ms returns 2 (0x2) -T250C 000:666.989 JLINK_ReadMemEx(0x08000150, 0x3C Bytes, Flags = 0x02000000) -T250C 000:667.005 -- Read from C cache (60 bytes @ 0x08000150) -T250C 000:667.027 Data: 09 0E BA E8 0F 00 13 F0 01 0F 18 BF FB 1A 43 F0 ... -T250C 000:667.048 - 0.065ms returns 60 (0x3C) -T250C 000:667.064 JLINK_ReadMemEx(0x08000150, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.080 -- Read from C cache (2 bytes @ 0x08000150) -T250C 000:667.101 Data: 09 0E -T250C 000:667.122 - 0.065ms returns 2 (0x2) -T250C 000:667.139 JLINK_ReadMemEx(0x08000152, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.155 -- Read from C cache (2 bytes @ 0x08000152) -T250C 000:667.176 Data: BA E8 -T250C 000:667.197 - 0.065ms returns 2 (0x2) -T250C 000:667.214 JLINK_ReadMemEx(0x08000154, 0x3C Bytes, Flags = 0x02000000) -T250C 000:667.229 -- Read from C cache (60 bytes @ 0x08000154) -T250C 000:667.251 Data: 0F 00 13 F0 01 0F 18 BF FB 1A 43 F0 01 03 18 47 ... -T250C 000:667.272 - 0.065ms returns 60 (0x3C) -T250C 000:667.289 JLINK_ReadMemEx(0x08000154, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.304 -- Read from C cache (2 bytes @ 0x08000154) -T250C 000:667.325 Data: 0F 00 -T250C 000:667.346 - 0.065ms returns 2 (0x2) -T250C 000:667.363 JLINK_ReadMemEx(0x08000156, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.379 -- Read from C cache (2 bytes @ 0x08000156) -T250C 000:667.400 Data: 13 F0 -T250C 000:667.421 - 0.065ms returns 2 (0x2) -T250C 000:667.438 JLINK_ReadMemEx(0x08000158, 0x3C Bytes, Flags = 0x02000000) -T250C 000:667.453 -- Read from C cache (60 bytes @ 0x08000158) -T250C 000:667.475 Data: 01 0F 18 BF FB 1A 43 F0 01 03 18 47 EC 65 00 00 ... -T250C 000:667.496 - 0.065ms returns 60 (0x3C) -T250C 000:667.513 JLINK_ReadMemEx(0x08000158, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.528 -- Read from C cache (2 bytes @ 0x08000158) -T250C 000:667.549 Data: 01 0F -T250C 000:667.570 - 0.064ms returns 2 (0x2) -T250C 000:667.587 JLINK_ReadMemEx(0x0800015A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.603 -- Read from C cache (2 bytes @ 0x0800015A) -T250C 000:667.624 Data: 18 BF -T250C 000:667.645 - 0.065ms returns 2 (0x2) -T250C 000:667.661 JLINK_ReadMemEx(0x0800015C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:667.677 -- Read from C cache (60 bytes @ 0x0800015C) -T250C 000:667.699 Data: FB 1A 43 F0 01 03 18 47 EC 65 00 00 0C 66 00 00 ... -T250C 000:667.720 - 0.065ms returns 60 (0x3C) -T250C 000:667.736 JLINK_ReadMemEx(0x0800015C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.752 -- Read from C cache (2 bytes @ 0x0800015C) -T250C 000:667.773 Data: FB 1A -T250C 000:667.794 - 0.071ms returns 2 (0x2) -T250C 000:667.817 JLINK_ReadMemEx(0x0800015C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:667.833 -- Read from C cache (60 bytes @ 0x0800015C) -T250C 000:667.854 Data: FB 1A 43 F0 01 03 18 47 EC 65 00 00 0C 66 00 00 ... -T250C 000:667.875 - 0.065ms returns 60 (0x3C) -T250C 000:667.892 JLINK_ReadMemEx(0x0800015C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.907 -- Read from C cache (2 bytes @ 0x0800015C) -T250C 000:667.928 Data: FB 1A -T250C 000:667.949 - 0.065ms returns 2 (0x2) -T250C 000:667.966 JLINK_ReadMemEx(0x0800015E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:667.982 -- Read from C cache (2 bytes @ 0x0800015E) -T250C 000:668.003 Data: 43 F0 -T250C 000:668.024 - 0.064ms returns 2 (0x2) -T250C 000:668.041 JLINK_ReadMemEx(0x0800015E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.060 -- Read from C cache (2 bytes @ 0x0800015E) -T250C 000:668.081 Data: 43 F0 -T250C 000:668.102 - 0.068ms returns 2 (0x2) -T250C 000:668.119 JLINK_ReadMemEx(0x08000160, 0x3C Bytes, Flags = 0x02000000) -T250C 000:668.134 -- Read from C cache (60 bytes @ 0x08000160) -T250C 000:668.156 Data: 01 03 18 47 EC 65 00 00 0C 66 00 00 10 3A 24 BF ... -T250C 000:668.177 - 0.065ms returns 60 (0x3C) -T250C 000:668.194 JLINK_ReadMemEx(0x08000160, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.209 -- Read from C cache (2 bytes @ 0x08000160) -T250C 000:668.231 Data: 01 03 -T250C 000:668.252 - 0.065ms returns 2 (0x2) -T250C 000:668.269 JLINK_ReadMemEx(0x08000162, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.284 -- Read from C cache (2 bytes @ 0x08000162) -T250C 000:668.305 Data: 18 47 -T250C 000:668.326 - 0.064ms returns 2 (0x2) -T250C 000:668.343 JLINK_ReadMemEx(0x08000164, 0x3C Bytes, Flags = 0x02000000) -T250C 000:668.358 -- Read from C cache (60 bytes @ 0x08000164) -T250C 000:668.380 Data: EC 65 00 00 0C 66 00 00 10 3A 24 BF 78 C8 78 C1 ... -T250C 000:668.401 - 0.065ms returns 60 (0x3C) -T250C 000:668.418 JLINK_ReadMemEx(0x08000164, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.433 -- Read from C cache (2 bytes @ 0x08000164) -T250C 000:668.454 Data: EC 65 -T250C 000:668.475 - 0.065ms returns 2 (0x2) -T250C 000:668.493 JLINK_ReadMemEx(0x0800016C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:668.508 -- Read from C cache (60 bytes @ 0x0800016C) -T250C 000:668.530 Data: 10 3A 24 BF 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 ... -T250C 000:668.551 - 0.065ms returns 60 (0x3C) -T250C 000:668.568 JLINK_ReadMemEx(0x0800016C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.583 -- Read from C cache (2 bytes @ 0x0800016C) -T250C 000:668.604 Data: 10 3A -T250C 000:668.625 - 0.065ms returns 2 (0x2) -T250C 000:668.642 JLINK_ReadMemEx(0x0800016E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.657 -- Read from C cache (2 bytes @ 0x0800016E) -T250C 000:668.678 Data: 24 BF -T250C 000:668.699 - 0.064ms returns 2 (0x2) -T250C 000:668.716 JLINK_ReadMemEx(0x0800016E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.732 -- Read from C cache (2 bytes @ 0x0800016E) -T250C 000:668.753 Data: 24 BF -T250C 000:668.774 - 0.064ms returns 2 (0x2) -T250C 000:668.790 JLINK_ReadMemEx(0x08000170, 0x3C Bytes, Flags = 0x02000000) -T250C 000:668.823 -- Read from C cache (60 bytes @ 0x08000170) -T250C 000:668.845 Data: 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 30 C1 44 BF ... -T250C 000:668.866 - 0.082ms returns 60 (0x3C) -T250C 000:668.882 JLINK_ReadMemEx(0x08000170, 0x2 Bytes, Flags = 0x02000000) -T250C 000:668.898 -- Read from C cache (2 bytes @ 0x08000170) -T250C 000:668.919 Data: 78 C8 -T250C 000:668.940 - 0.065ms returns 2 (0x2) -T250C 000:668.957 JLINK_ReadMemEx(0x08000170, 0x3C Bytes, Flags = 0x02000000) -T250C 000:668.972 -- Read from C cache (60 bytes @ 0x08000170) -T250C 000:668.994 Data: 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 30 C1 44 BF ... -T250C 000:669.015 - 0.065ms returns 60 (0x3C) -T250C 000:669.032 JLINK_ReadMemEx(0x08000170, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.047 -- Read from C cache (2 bytes @ 0x08000170) -T250C 000:669.068 Data: 78 C8 -T250C 000:669.089 - 0.064ms returns 2 (0x2) -T250C 000:669.106 JLINK_ReadMemEx(0x08000172, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.121 -- Read from C cache (2 bytes @ 0x08000172) -T250C 000:669.142 Data: 78 C1 -T250C 000:669.163 - 0.064ms returns 2 (0x2) -T250C 000:669.180 JLINK_ReadMemEx(0x08000172, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.195 -- Read from C cache (2 bytes @ 0x08000172) -T250C 000:669.217 Data: 78 C1 -T250C 000:669.237 - 0.064ms returns 2 (0x2) -T250C 000:669.254 JLINK_ReadMemEx(0x08000174, 0x3C Bytes, Flags = 0x02000000) -T250C 000:669.269 -- Read from C cache (60 bytes @ 0x08000174) -T250C 000:669.291 Data: FA D8 52 07 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 ... -T250C 000:669.312 - 0.065ms returns 60 (0x3C) -T250C 000:669.329 JLINK_ReadMemEx(0x08000174, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.348 -- Read from C cache (2 bytes @ 0x08000174) -T250C 000:669.369 Data: FA D8 -T250C 000:669.390 - 0.068ms returns 2 (0x2) -T250C 000:669.407 JLINK_ReadMemEx(0x08000174, 0x3C Bytes, Flags = 0x02000000) -T250C 000:669.423 -- Read from C cache (60 bytes @ 0x08000174) -T250C 000:669.445 Data: FA D8 52 07 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 ... -T250C 000:669.466 - 0.065ms returns 60 (0x3C) -T250C 000:669.482 JLINK_ReadMemEx(0x08000174, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.498 -- Read from C cache (2 bytes @ 0x08000174) -T250C 000:669.519 Data: FA D8 -T250C 000:669.540 - 0.065ms returns 2 (0x2) -T250C 000:669.556 JLINK_ReadMemEx(0x08000176, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.572 -- Read from C cache (2 bytes @ 0x08000176) -T250C 000:669.593 Data: 52 07 -T250C 000:669.614 - 0.064ms returns 2 (0x2) -T250C 000:669.631 JLINK_ReadMemEx(0x08000176, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.647 -- Read from C cache (2 bytes @ 0x08000176) -T250C 000:669.668 Data: 52 07 -T250C 000:669.688 - 0.065ms returns 2 (0x2) -T250C 000:669.705 JLINK_ReadMemEx(0x08000178, 0x3C Bytes, Flags = 0x02000000) -T250C 000:669.721 -- Read from C cache (60 bytes @ 0x08000178) -T250C 000:669.742 Data: 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 70 47 00 00 ... -T250C 000:669.763 - 0.065ms returns 60 (0x3C) -T250C 000:669.780 JLINK_ReadMemEx(0x08000178, 0x2 Bytes, Flags = 0x02000000) -T250C 000:669.795 -- Read from C cache (2 bytes @ 0x08000178) -T250C 000:669.863 Data: 24 BF -T250C 000:669.886 - 0.121ms returns 2 (0x2) -T250C 000:669.912 JLINK_ReadMemEx(0x08000178, 0x3C Bytes, Flags = 0x02000000) -T250C 000:669.931 -- Read from C cache (60 bytes @ 0x08000178) -T250C 000:669.957 Data: 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 70 47 00 00 ... -T250C 000:669.981 - 0.077ms returns 60 (0x3C) -T250C 000:670.001 JLINK_ReadMemEx(0x08000178, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.021 -- Read from C cache (2 bytes @ 0x08000178) -T250C 000:670.046 Data: 24 BF -T250C 000:670.070 - 0.078ms returns 2 (0x2) -T250C 000:670.090 JLINK_ReadMemEx(0x0800017A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.108 -- Read from C cache (2 bytes @ 0x0800017A) -T250C 000:670.133 Data: 30 C8 -T250C 000:670.158 - 0.076ms returns 2 (0x2) -T250C 000:670.178 JLINK_ReadMemEx(0x0800017A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.196 -- Read from C cache (2 bytes @ 0x0800017A) -T250C 000:670.221 Data: 30 C8 -T250C 000:670.245 - 0.076ms returns 2 (0x2) -T250C 000:670.265 JLINK_ReadMemEx(0x0800017C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:670.283 -- Read from C cache (60 bytes @ 0x0800017C) -T250C 000:670.309 Data: 30 C1 44 BF 04 68 0C 60 70 47 00 00 00 23 00 24 ... -T250C 000:670.334 - 0.077ms returns 60 (0x3C) -T250C 000:670.353 JLINK_ReadMemEx(0x0800017C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.371 -- Read from C cache (2 bytes @ 0x0800017C) -T250C 000:670.396 Data: 30 C1 -T250C 000:670.421 - 0.076ms returns 2 (0x2) -T250C 000:670.441 JLINK_ReadMemEx(0x0800017C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:670.460 -- Read from C cache (60 bytes @ 0x0800017C) -T250C 000:670.486 Data: 30 C1 44 BF 04 68 0C 60 70 47 00 00 00 23 00 24 ... -T250C 000:670.510 - 0.077ms returns 60 (0x3C) -T250C 000:670.530 JLINK_ReadMemEx(0x0800017C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.548 -- Read from C cache (2 bytes @ 0x0800017C) -T250C 000:670.573 Data: 30 C1 -T250C 000:670.597 - 0.076ms returns 2 (0x2) -T250C 000:670.617 JLINK_ReadMemEx(0x0800017E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.635 -- Read from C cache (2 bytes @ 0x0800017E) -T250C 000:670.660 Data: 44 BF -T250C 000:670.685 - 0.076ms returns 2 (0x2) -T250C 000:670.705 JLINK_ReadMemEx(0x0800017E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.723 -- Read from C cache (2 bytes @ 0x0800017E) -T250C 000:670.748 Data: 44 BF -T250C 000:670.772 - 0.076ms returns 2 (0x2) -T250C 000:670.792 JLINK_ReadMemEx(0x08000180, 0x3C Bytes, Flags = 0x02000000) -T250C 000:670.819 -- Read from C cache (60 bytes @ 0x08000180) -T250C 000:670.847 Data: 04 68 0C 60 70 47 00 00 00 23 00 24 00 25 00 26 ... -T250C 000:670.871 - 0.087ms returns 60 (0x3C) -T250C 000:670.891 JLINK_ReadMemEx(0x08000180, 0x2 Bytes, Flags = 0x02000000) -T250C 000:670.909 -- Read from C cache (2 bytes @ 0x08000180) -T250C 000:670.934 Data: 04 68 -T250C 000:670.959 - 0.076ms returns 2 (0x2) -T250C 000:670.979 JLINK_ReadMemEx(0x08000180, 0x3C Bytes, Flags = 0x02000000) -T250C 000:670.997 -- Read from C cache (60 bytes @ 0x08000180) -T250C 000:671.023 Data: 04 68 0C 60 70 47 00 00 00 23 00 24 00 25 00 26 ... -T250C 000:671.047 - 0.077ms returns 60 (0x3C) -T250C 000:671.067 JLINK_ReadMemEx(0x08000180, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.085 -- Read from C cache (2 bytes @ 0x08000180) -T250C 000:671.110 Data: 04 68 -T250C 000:671.136 - 0.078ms returns 2 (0x2) -T250C 000:671.156 JLINK_ReadMemEx(0x08000182, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.174 -- Read from C cache (2 bytes @ 0x08000182) -T250C 000:671.199 Data: 0C 60 -T250C 000:671.230 - 0.081ms returns 2 (0x2) -T250C 000:671.247 JLINK_ReadMemEx(0x08000182, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.263 -- Read from C cache (2 bytes @ 0x08000182) -T250C 000:671.284 Data: 0C 60 -T250C 000:671.305 - 0.065ms returns 2 (0x2) -T250C 000:671.322 JLINK_ReadMemEx(0x08000184, 0x3C Bytes, Flags = 0x02000000) -T250C 000:671.338 -- Read from C cache (60 bytes @ 0x08000184) -T250C 000:671.360 Data: 70 47 00 00 00 23 00 24 00 25 00 26 10 3A 28 BF ... -T250C 000:671.381 - 0.066ms returns 60 (0x3C) -T250C 000:671.397 JLINK_ReadMemEx(0x08000184, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.413 -- Read from C cache (2 bytes @ 0x08000184) -T250C 000:671.434 Data: 70 47 -T250C 000:671.455 - 0.065ms returns 2 (0x2) -T250C 000:671.472 JLINK_ReadMemEx(0x08000184, 0x3C Bytes, Flags = 0x02000000) -T250C 000:671.488 -- Read from C cache (60 bytes @ 0x08000184) -T250C 000:671.510 Data: 70 47 00 00 00 23 00 24 00 25 00 26 10 3A 28 BF ... -T250C 000:671.531 - 0.065ms returns 60 (0x3C) -T250C 000:671.547 JLINK_ReadMemEx(0x08000184, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.563 -- Read from C cache (2 bytes @ 0x08000184) -T250C 000:671.584 Data: 70 47 -T250C 000:671.605 - 0.065ms returns 2 (0x2) -T250C 000:671.622 JLINK_ReadMemEx(0x08000186, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.638 -- Read from C cache (2 bytes @ 0x08000186) -T250C 000:671.659 Data: 00 00 -T250C 000:671.680 - 0.065ms returns 2 (0x2) -T250C 000:671.697 JLINK_ReadMemEx(0x08000186, 0x2 Bytes, Flags = 0x02000000) -T250C 000:671.713 -- Read from C cache (2 bytes @ 0x08000186) -T250C 000:671.734 Data: 00 00 -T250C 000:671.755 - 0.065ms returns 2 (0x2) -T250C 000:671.772 JLINK_ReadMemEx(0x08000188, 0x3C Bytes, Flags = 0x02000000) -T250C 000:671.789 CPU_ReadMem(64 bytes @ 0x080001C0) -T250C 000:673.346 -- Updating C cache (64 bytes @ 0x080001C0) -T250C 000:673.383 -- Read from C cache (60 bytes @ 0x08000188) -T250C 000:673.414 Data: 00 23 00 24 00 25 00 26 10 3A 28 BF 78 C1 FB D8 ... -T250C 000:673.439 - 1.676ms returns 60 (0x3C) -T250C 000:673.462 JLINK_ReadMemEx(0x08000188, 0x2 Bytes, Flags = 0x02000000) -T250C 000:673.482 -- Read from C cache (2 bytes @ 0x08000188) -T250C 000:673.507 Data: 00 23 -T250C 000:673.532 - 0.079ms returns 2 (0x2) -T250C 000:673.554 JLINK_ReadMemEx(0x08000188, 0x3C Bytes, Flags = 0x02000000) -T250C 000:673.572 -- Read from C cache (60 bytes @ 0x08000188) -T250C 000:673.598 Data: 00 23 00 24 00 25 00 26 10 3A 28 BF 78 C1 FB D8 ... -T250C 000:673.623 - 0.078ms returns 60 (0x3C) -T250C 000:673.642 JLINK_ReadMemEx(0x08000188, 0x2 Bytes, Flags = 0x02000000) -T250C 000:673.661 -- Read from C cache (2 bytes @ 0x08000188) -T250C 000:673.686 Data: 00 23 -T250C 000:673.711 - 0.076ms returns 2 (0x2) -T250C 000:673.730 JLINK_ReadMemEx(0x0800018A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:673.749 -- Read from C cache (2 bytes @ 0x0800018A) -T250C 000:673.774 Data: 00 24 -T250C 000:673.805 - 0.087ms returns 2 (0x2) -T250C 000:673.833 JLINK_ReadMemEx(0x0800018A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:673.852 -- Read from C cache (2 bytes @ 0x0800018A) -T250C 000:673.877 Data: 00 24 -T250C 000:673.902 - 0.078ms returns 2 (0x2) -T250C 000:673.922 JLINK_ReadMemEx(0x0800018C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:673.940 -- Read from C cache (60 bytes @ 0x0800018C) -T250C 000:673.966 Data: 00 25 00 26 10 3A 28 BF 78 C1 FB D8 52 07 28 BF ... -T250C 000:673.991 - 0.077ms returns 60 (0x3C) -T250C 000:674.010 JLINK_ReadMemEx(0x0800018C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.029 -- Read from C cache (2 bytes @ 0x0800018C) -T250C 000:674.053 Data: 00 25 -T250C 000:674.078 - 0.076ms returns 2 (0x2) -T250C 000:674.098 JLINK_ReadMemEx(0x0800018C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:674.116 -- Read from C cache (60 bytes @ 0x0800018C) -T250C 000:674.144 Data: 00 25 00 26 10 3A 28 BF 78 C1 FB D8 52 07 28 BF ... -T250C 000:674.168 - 0.079ms returns 60 (0x3C) -T250C 000:674.188 JLINK_ReadMemEx(0x0800018C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.206 -- Read from C cache (2 bytes @ 0x0800018C) -T250C 000:674.231 Data: 00 25 -T250C 000:674.259 - 0.078ms returns 2 (0x2) -T250C 000:674.276 JLINK_ReadMemEx(0x0800018E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.292 -- Read from C cache (2 bytes @ 0x0800018E) -T250C 000:674.313 Data: 00 26 -T250C 000:674.334 - 0.064ms returns 2 (0x2) -T250C 000:674.351 JLINK_ReadMemEx(0x0800018E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.366 -- Read from C cache (2 bytes @ 0x0800018E) -T250C 000:674.387 Data: 00 26 -T250C 000:674.408 - 0.065ms returns 2 (0x2) -T250C 000:674.425 JLINK_ReadMemEx(0x08000190, 0x3C Bytes, Flags = 0x02000000) -T250C 000:674.441 -- Read from C cache (60 bytes @ 0x08000190) -T250C 000:674.463 Data: 10 3A 28 BF 78 C1 FB D8 52 07 28 BF 30 C1 48 BF ... -T250C 000:674.484 - 0.066ms returns 60 (0x3C) -T250C 000:674.501 JLINK_ReadMemEx(0x08000190, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.516 -- Read from C cache (2 bytes @ 0x08000190) -T250C 000:674.538 Data: 10 3A -T250C 000:674.559 - 0.065ms returns 2 (0x2) -T250C 000:674.576 JLINK_ReadMemEx(0x08000190, 0x3C Bytes, Flags = 0x02000000) -T250C 000:674.591 -- Read from C cache (60 bytes @ 0x08000190) -T250C 000:674.613 Data: 10 3A 28 BF 78 C1 FB D8 52 07 28 BF 30 C1 48 BF ... -T250C 000:674.634 - 0.065ms returns 60 (0x3C) -T250C 000:674.651 JLINK_ReadMemEx(0x08000190, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.666 -- Read from C cache (2 bytes @ 0x08000190) -T250C 000:674.688 Data: 10 3A -T250C 000:674.709 - 0.065ms returns 2 (0x2) -T250C 000:674.726 JLINK_ReadMemEx(0x08000192, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.741 -- Read from C cache (2 bytes @ 0x08000192) -T250C 000:674.763 Data: 28 BF -T250C 000:674.783 - 0.065ms returns 2 (0x2) -T250C 000:674.807 JLINK_ReadMemEx(0x08000192, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.822 -- Read from C cache (2 bytes @ 0x08000192) -T250C 000:674.844 Data: 28 BF -T250C 000:674.865 - 0.065ms returns 2 (0x2) -T250C 000:674.882 JLINK_ReadMemEx(0x08000194, 0x3C Bytes, Flags = 0x02000000) -T250C 000:674.897 -- Read from C cache (60 bytes @ 0x08000194) -T250C 000:674.919 Data: 78 C1 FB D8 52 07 28 BF 30 C1 48 BF 0B 60 70 47 ... -T250C 000:674.940 - 0.066ms returns 60 (0x3C) -T250C 000:674.957 JLINK_ReadMemEx(0x08000194, 0x2 Bytes, Flags = 0x02000000) -T250C 000:674.972 -- Read from C cache (2 bytes @ 0x08000194) -T250C 000:674.994 Data: 78 C1 -T250C 000:675.015 - 0.065ms returns 2 (0x2) -T250C 000:675.032 JLINK_ReadMemEx(0x08000194, 0x3C Bytes, Flags = 0x02000000) -T250C 000:675.048 -- Read from C cache (60 bytes @ 0x08000194) -T250C 000:675.070 Data: 78 C1 FB D8 52 07 28 BF 30 C1 48 BF 0B 60 70 47 ... -T250C 000:675.090 - 0.065ms returns 60 (0x3C) -T250C 000:675.107 JLINK_ReadMemEx(0x08000194, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.123 -- Read from C cache (2 bytes @ 0x08000194) -T250C 000:675.144 Data: 78 C1 -T250C 000:675.165 - 0.067ms returns 2 (0x2) -T250C 000:675.185 JLINK_ReadMemEx(0x08000196, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.200 -- Read from C cache (2 bytes @ 0x08000196) -T250C 000:675.222 Data: FB D8 -T250C 000:675.243 - 0.065ms returns 2 (0x2) -T250C 000:675.260 JLINK_ReadMemEx(0x08000196, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.276 -- Read from C cache (2 bytes @ 0x08000196) -T250C 000:675.297 Data: FB D8 -T250C 000:675.318 - 0.065ms returns 2 (0x2) -T250C 000:675.334 JLINK_ReadMemEx(0x08000198, 0x3C Bytes, Flags = 0x02000000) -T250C 000:675.350 -- Read from C cache (60 bytes @ 0x08000198) -T250C 000:675.372 Data: 52 07 28 BF 30 C1 48 BF 0B 60 70 47 1F B5 1F BD ... -T250C 000:675.393 - 0.065ms returns 60 (0x3C) -T250C 000:675.409 JLINK_ReadMemEx(0x08000198, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.425 -- Read from C cache (2 bytes @ 0x08000198) -T250C 000:675.446 Data: 52 07 -T250C 000:675.467 - 0.064ms returns 2 (0x2) -T250C 000:675.483 JLINK_ReadMemEx(0x08000198, 0x3C Bytes, Flags = 0x02000000) -T250C 000:675.499 -- Read from C cache (60 bytes @ 0x08000198) -T250C 000:675.521 Data: 52 07 28 BF 30 C1 48 BF 0B 60 70 47 1F B5 1F BD ... -T250C 000:675.542 - 0.065ms returns 60 (0x3C) -T250C 000:675.558 JLINK_ReadMemEx(0x08000198, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.574 -- Read from C cache (2 bytes @ 0x08000198) -T250C 000:675.595 Data: 52 07 -T250C 000:675.616 - 0.065ms returns 2 (0x2) -T250C 000:675.633 JLINK_ReadMemEx(0x0800019A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.648 -- Read from C cache (2 bytes @ 0x0800019A) -T250C 000:675.670 Data: 28 BF -T250C 000:675.691 - 0.065ms returns 2 (0x2) -T250C 000:675.707 JLINK_ReadMemEx(0x0800019A, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.723 -- Read from C cache (2 bytes @ 0x0800019A) -T250C 000:675.744 Data: 28 BF -T250C 000:675.765 - 0.064ms returns 2 (0x2) -T250C 000:675.781 JLINK_ReadMemEx(0x0800019C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:675.803 -- Read from C cache (60 bytes @ 0x0800019C) -T250C 000:675.825 Data: 30 C1 48 BF 0B 60 70 47 1F B5 1F BD 10 B5 10 BD ... -T250C 000:675.846 - 0.071ms returns 60 (0x3C) -T250C 000:675.862 JLINK_ReadMemEx(0x0800019C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:675.878 -- Read from C cache (2 bytes @ 0x0800019C) -T250C 000:675.899 Data: 30 C1 -T250C 000:675.920 - 0.065ms returns 2 (0x2) -T250C 000:675.937 JLINK_ReadMemEx(0x0800019C, 0x3C Bytes, Flags = 0x02000000) -T250C 000:675.953 -- Read from C cache (60 bytes @ 0x0800019C) -T250C 000:675.975 Data: 30 C1 48 BF 0B 60 70 47 1F B5 1F BD 10 B5 10 BD ... -T250C 000:675.995 - 0.065ms returns 60 (0x3C) -T250C 000:676.012 JLINK_ReadMemEx(0x0800019C, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.027 -- Read from C cache (2 bytes @ 0x0800019C) -T250C 000:676.048 Data: 30 C1 -T250C 000:676.069 - 0.064ms returns 2 (0x2) -T250C 000:676.086 JLINK_ReadMemEx(0x0800019E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.101 -- Read from C cache (2 bytes @ 0x0800019E) -T250C 000:676.123 Data: 48 BF -T250C 000:676.143 - 0.064ms returns 2 (0x2) -T250C 000:676.160 JLINK_ReadMemEx(0x0800019E, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.176 -- Read from C cache (2 bytes @ 0x0800019E) -T250C 000:676.197 Data: 48 BF -T250C 000:676.218 - 0.065ms returns 2 (0x2) -T250C 000:676.235 JLINK_ReadMemEx(0x080001A0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:676.250 -- Read from C cache (60 bytes @ 0x080001A0) -T250C 000:676.272 Data: 0B 60 70 47 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 ... -T250C 000:676.293 - 0.065ms returns 60 (0x3C) -T250C 000:676.310 JLINK_ReadMemEx(0x080001A0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.325 -- Read from C cache (2 bytes @ 0x080001A0) -T250C 000:676.346 Data: 0B 60 -T250C 000:676.367 - 0.064ms returns 2 (0x2) -T250C 000:676.384 JLINK_ReadMemEx(0x080001A0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:676.400 -- Read from C cache (60 bytes @ 0x080001A0) -T250C 000:676.422 Data: 0B 60 70 47 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 ... -T250C 000:676.442 - 0.067ms returns 60 (0x3C) -T250C 000:676.462 JLINK_ReadMemEx(0x080001A0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.478 -- Read from C cache (2 bytes @ 0x080001A0) -T250C 000:676.499 Data: 0B 60 -T250C 000:676.520 - 0.065ms returns 2 (0x2) -T250C 000:676.537 JLINK_ReadMemEx(0x080001A2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.553 -- Read from C cache (2 bytes @ 0x080001A2) -T250C 000:676.574 Data: 70 47 -T250C 000:676.595 - 0.065ms returns 2 (0x2) -T250C 000:676.612 JLINK_ReadMemEx(0x080001A2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.627 -- Read from C cache (2 bytes @ 0x080001A2) -T250C 000:676.649 Data: 70 47 -T250C 000:676.670 - 0.065ms returns 2 (0x2) -T250C 000:676.686 JLINK_ReadMemEx(0x080001A4, 0x3C Bytes, Flags = 0x02000000) -T250C 000:676.702 -- Read from C cache (60 bytes @ 0x080001A4) -T250C 000:676.724 Data: 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 ... -T250C 000:676.745 - 0.065ms returns 60 (0x3C) -T250C 000:676.761 JLINK_ReadMemEx(0x080001A4, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.776 -- Read from C cache (2 bytes @ 0x080001A4) -T250C 000:676.804 Data: 1F B5 -T250C 000:676.825 - 0.071ms returns 2 (0x2) -T250C 000:676.842 JLINK_ReadMemEx(0x080001A4, 0x3C Bytes, Flags = 0x02000000) -T250C 000:676.858 -- Read from C cache (60 bytes @ 0x080001A4) -T250C 000:676.880 Data: 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 ... -T250C 000:676.900 - 0.066ms returns 60 (0x3C) -T250C 000:676.917 JLINK_ReadMemEx(0x080001A4, 0x2 Bytes, Flags = 0x02000000) -T250C 000:676.933 -- Read from C cache (2 bytes @ 0x080001A4) -T250C 000:676.954 Data: 1F B5 -T250C 000:676.975 - 0.065ms returns 2 (0x2) -T250C 000:676.992 JLINK_ReadMemEx(0x080001A6, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.007 -- Read from C cache (2 bytes @ 0x080001A6) -T250C 000:677.029 Data: 1F BD -T250C 000:677.050 - 0.065ms returns 2 (0x2) -T250C 000:677.067 JLINK_ReadMemEx(0x080001A6, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.082 -- Read from C cache (2 bytes @ 0x080001A6) -T250C 000:677.104 Data: 1F BD -T250C 000:677.125 - 0.065ms returns 2 (0x2) -T250C 000:677.141 JLINK_ReadMemEx(0x080001A8, 0x3C Bytes, Flags = 0x02000000) -T250C 000:677.157 -- Read from C cache (60 bytes @ 0x080001A8) -T250C 000:677.179 Data: 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 ... -T250C 000:677.199 - 0.065ms returns 60 (0x3C) -T250C 000:677.216 JLINK_ReadMemEx(0x080001A8, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.232 -- Read from C cache (2 bytes @ 0x080001A8) -T250C 000:677.253 Data: 10 B5 -T250C 000:677.274 - 0.064ms returns 2 (0x2) -T250C 000:677.291 JLINK_ReadMemEx(0x080001A8, 0x3C Bytes, Flags = 0x02000000) -T250C 000:677.307 -- Read from C cache (60 bytes @ 0x080001A8) -T250C 000:677.329 Data: 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 ... -T250C 000:677.349 - 0.065ms returns 60 (0x3C) -T250C 000:677.366 JLINK_ReadMemEx(0x080001A8, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.381 -- Read from C cache (2 bytes @ 0x080001A8) -T250C 000:677.403 Data: 10 B5 -T250C 000:677.424 - 0.065ms returns 2 (0x2) -T250C 000:677.440 JLINK_ReadMemEx(0x080001AA, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.464 -- Read from C cache (2 bytes @ 0x080001AA) -T250C 000:677.485 Data: 10 BD -T250C 000:677.506 - 0.073ms returns 2 (0x2) -T250C 000:677.523 JLINK_ReadMemEx(0x080001AA, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.539 -- Read from C cache (2 bytes @ 0x080001AA) -T250C 000:677.571 Data: 10 BD -T250C 000:677.592 - 0.077ms returns 2 (0x2) -T250C 000:677.610 JLINK_ReadMemEx(0x080001AC, 0x3C Bytes, Flags = 0x02000000) -T250C 000:677.635 -- Read from C cache (60 bytes @ 0x080001AC) -T250C 000:677.660 Data: 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 51 F9 00 F0 ... -T250C 000:677.685 - 0.083ms returns 60 (0x3C) -T250C 000:677.704 JLINK_ReadMemEx(0x080001AC, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.723 -- Read from C cache (2 bytes @ 0x080001AC) -T250C 000:677.747 Data: 00 F0 -T250C 000:677.772 - 0.076ms returns 2 (0x2) -T250C 000:677.792 JLINK_ReadMemEx(0x080001AC, 0x3C Bytes, Flags = 0x02000000) -T250C 000:677.820 -- Read from C cache (60 bytes @ 0x080001AC) -T250C 000:677.848 Data: 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 51 F9 00 F0 ... -T250C 000:677.872 - 0.088ms returns 60 (0x3C) -T250C 000:677.892 JLINK_ReadMemEx(0x080001AC, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.910 -- Read from C cache (2 bytes @ 0x080001AC) -T250C 000:677.935 Data: 00 F0 -T250C 000:677.960 - 0.076ms returns 2 (0x2) -T250C 000:677.980 JLINK_ReadMemEx(0x080001AE, 0x2 Bytes, Flags = 0x02000000) -T250C 000:677.998 -- Read from C cache (2 bytes @ 0x080001AE) -T250C 000:678.023 Data: 58 F8 -T250C 000:678.048 - 0.076ms returns 2 (0x2) -T250C 000:678.068 JLINK_ReadMemEx(0x080001B0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:678.087 -- Read from C cache (60 bytes @ 0x080001B0) -T250C 000:678.113 Data: 11 46 FF F7 F7 FF 05 F0 51 F9 00 F0 76 F8 03 B4 ... -T250C 000:678.138 - 0.078ms returns 60 (0x3C) -T250C 000:678.157 JLINK_ReadMemEx(0x080001B0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.175 -- Read from C cache (2 bytes @ 0x080001B0) -T250C 000:678.200 Data: 11 46 -T250C 000:678.225 - 0.076ms returns 2 (0x2) -T250C 000:678.245 JLINK_ReadMemEx(0x080001B2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.269 -- Read from C cache (2 bytes @ 0x080001B2) -T250C 000:678.294 Data: FF F7 -T250C 000:678.319 - 0.083ms returns 2 (0x2) -T250C 000:678.339 JLINK_ReadMemEx(0x080001B2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.357 -- Read from C cache (2 bytes @ 0x080001B2) -T250C 000:678.383 Data: FF F7 -T250C 000:678.407 - 0.077ms returns 2 (0x2) -T250C 000:678.427 JLINK_ReadMemEx(0x080001B4, 0x3C Bytes, Flags = 0x02000000) -T250C 000:678.453 -- Read from C cache (60 bytes @ 0x080001B4) -T250C 000:678.480 Data: F7 FF 05 F0 51 F9 00 F0 76 F8 03 B4 FF F7 F2 FF ... -T250C 000:678.504 - 0.085ms returns 60 (0x3C) -T250C 000:678.524 JLINK_ReadMemEx(0x080001B4, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.542 -- Read from C cache (2 bytes @ 0x080001B4) -T250C 000:678.567 Data: F7 FF -T250C 000:678.592 - 0.077ms returns 2 (0x2) -T250C 000:678.612 JLINK_ReadMemEx(0x080001B6, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.630 -- Read from C cache (2 bytes @ 0x080001B6) -T250C 000:678.655 Data: 05 F0 -T250C 000:678.680 - 0.076ms returns 2 (0x2) -T250C 000:678.700 JLINK_ReadMemEx(0x080001B8, 0x3C Bytes, Flags = 0x02000000) -T250C 000:678.718 -- Read from C cache (60 bytes @ 0x080001B8) -T250C 000:678.744 Data: 51 F9 00 F0 76 F8 03 B4 FF F7 F2 FF 03 BC 00 F0 ... -T250C 000:678.769 - 0.077ms returns 60 (0x3C) -T250C 000:678.788 JLINK_ReadMemEx(0x080001B8, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.813 -- Read from C cache (2 bytes @ 0x080001B8) -T250C 000:678.838 Data: 51 F9 -T250C 000:678.863 - 0.083ms returns 2 (0x2) -T250C 000:678.883 JLINK_ReadMemEx(0x080001BA, 0x2 Bytes, Flags = 0x02000000) -T250C 000:678.902 -- Read from C cache (2 bytes @ 0x080001BA) -T250C 000:678.930 Data: 00 F0 -T250C 000:678.955 - 0.080ms returns 2 (0x2) -T250C 000:678.974 JLINK_ReadMemEx(0x080001BC, 0x3C Bytes, Flags = 0x02000000) -T250C 000:678.993 -- Read from C cache (60 bytes @ 0x080001BC) -T250C 000:679.019 Data: 76 F8 03 B4 FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 ... -T250C 000:679.043 - 0.077ms returns 60 (0x3C) -T250C 000:679.063 JLINK_ReadMemEx(0x080001BC, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.081 -- Read from C cache (2 bytes @ 0x080001BC) -T250C 000:679.106 Data: 76 F8 -T250C 000:679.131 - 0.076ms returns 2 (0x2) -T250C 000:679.153 JLINK_ReadMemEx(0x080001BE, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.171 -- Read from C cache (2 bytes @ 0x080001BE) -T250C 000:679.196 Data: 03 B4 -T250C 000:679.221 - 0.076ms returns 2 (0x2) -T250C 000:679.240 JLINK_ReadMemEx(0x080001C0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:679.259 -- Read from C cache (60 bytes @ 0x080001C0) -T250C 000:679.288 Data: FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 09 48 80 47 ... -T250C 000:679.309 - 0.076ms returns 60 (0x3C) -T250C 000:679.326 JLINK_ReadMemEx(0x080001C0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.344 -- Read from C cache (2 bytes @ 0x080001C0) -T250C 000:679.366 Data: FF F7 -T250C 000:679.387 - 0.069ms returns 2 (0x2) -T250C 000:679.405 JLINK_ReadMemEx(0x080001C0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:679.420 -- Read from C cache (60 bytes @ 0x080001C0) -T250C 000:679.442 Data: FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 09 48 80 47 ... -T250C 000:679.463 - 0.112ms returns 60 (0x3C) -T250C 000:679.526 JLINK_ReadMemEx(0x080001C0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.542 -- Read from C cache (2 bytes @ 0x080001C0) -T250C 000:679.563 Data: FF F7 -T250C 000:679.584 - 0.065ms returns 2 (0x2) -T250C 000:679.601 JLINK_ReadMemEx(0x080001C2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.616 -- Read from C cache (2 bytes @ 0x080001C2) -T250C 000:679.637 Data: F2 FF -T250C 000:679.658 - 0.065ms returns 2 (0x2) -T250C 000:679.675 JLINK_ReadMemEx(0x080001C4, 0x3C Bytes, Flags = 0x02000000) -T250C 000:679.691 -- Read from C cache (60 bytes @ 0x080001C4) -T250C 000:679.713 Data: 03 BC 00 F0 7D F8 00 00 09 48 80 47 09 48 00 47 ... -T250C 000:679.734 - 0.065ms returns 60 (0x3C) -T250C 000:679.750 JLINK_ReadMemEx(0x080001C4, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.766 -- Read from C cache (2 bytes @ 0x080001C4) -T250C 000:679.787 Data: 03 BC -T250C 000:679.819 - 0.076ms returns 2 (0x2) -T250C 000:679.836 JLINK_ReadMemEx(0x080001C6, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.851 -- Read from C cache (2 bytes @ 0x080001C6) -T250C 000:679.873 Data: 00 F0 -T250C 000:679.894 - 0.065ms returns 2 (0x2) -T250C 000:679.911 JLINK_ReadMemEx(0x080001C6, 0x2 Bytes, Flags = 0x02000000) -T250C 000:679.926 -- Read from C cache (2 bytes @ 0x080001C6) -T250C 000:679.948 Data: 00 F0 -T250C 000:679.969 - 0.065ms returns 2 (0x2) -T250C 000:679.985 JLINK_ReadMemEx(0x080001C8, 0x3C Bytes, Flags = 0x02000000) -T250C 000:680.003 CPU_ReadMem(64 bytes @ 0x08000200) -T250C 000:681.774 -- Updating C cache (64 bytes @ 0x08000200) -T250C 000:681.861 -- Read from C cache (60 bytes @ 0x080001C8) -T250C 000:681.904 Data: 7D F8 00 00 09 48 80 47 09 48 00 47 FE E7 FE E7 ... -T250C 000:681.926 - 1.947ms returns 60 (0x3C) -T250C 000:681.945 JLINK_ReadMemEx(0x080001C8, 0x2 Bytes, Flags = 0x02000000) -T250C 000:681.962 -- Read from C cache (2 bytes @ 0x080001C8) -T250C 000:681.983 Data: 7D F8 -T250C 000:682.004 - 0.067ms returns 2 (0x2) -T250C 000:682.023 JLINK_ReadMemEx(0x080001CA, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.039 -- Read from C cache (2 bytes @ 0x080001CA) -T250C 000:682.060 Data: 00 00 -T250C 000:682.081 - 0.065ms returns 2 (0x2) -T250C 000:682.098 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) -T250C 000:682.113 -- Read from C cache (60 bytes @ 0x080001CC) -T250C 000:682.135 Data: 09 48 80 47 09 48 00 47 FE E7 FE E7 FE E7 FE E7 ... -T250C 000:682.156 - 0.065ms returns 60 (0x3C) -T250C 000:682.172 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.188 -- Read from C cache (2 bytes @ 0x080001CC) -T250C 000:682.209 Data: 09 48 -T250C 000:682.230 - 0.064ms returns 2 (0x2) -T250C 000:682.290 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) -T250C 000:682.307 -- Read from C cache (60 bytes @ 0x080001CC) -T250C 000:682.329 Data: 09 48 80 47 09 48 00 47 FE E7 FE E7 FE E7 FE E7 ... -T250C 000:682.350 - 0.067ms returns 60 (0x3C) -T250C 000:682.366 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.382 -- Read from C cache (2 bytes @ 0x080001CC) -T250C 000:682.403 Data: 09 48 -T250C 000:682.424 - 0.065ms returns 2 (0x2) -T250C 000:682.441 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.457 -- Read from C cache (2 bytes @ 0x080001CE) -T250C 000:682.478 Data: 80 47 -T250C 000:682.499 - 0.064ms returns 2 (0x2) -T250C 000:682.520 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.535 -- Read from C cache (2 bytes @ 0x080001CE) -T250C 000:682.557 Data: 80 47 -T250C 000:682.578 - 0.069ms returns 2 (0x2) -T250C 000:682.601 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:682.617 -- Read from C cache (60 bytes @ 0x080001D0) -T250C 000:682.639 Data: 09 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ... -T250C 000:682.660 - 0.066ms returns 60 (0x3C) -T250C 000:682.676 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.692 -- Read from C cache (2 bytes @ 0x080001D0) -T250C 000:682.713 Data: 09 48 -T250C 000:682.740 - 0.071ms returns 2 (0x2) -T250C 000:682.761 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) -T250C 000:682.777 -- Read from C cache (60 bytes @ 0x080001D0) -T250C 000:682.799 Data: 09 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ... -T250C 000:682.820 - 0.066ms returns 60 (0x3C) -T250C 000:682.836 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.852 -- Read from C cache (2 bytes @ 0x080001D0) -T250C 000:682.873 Data: 09 48 -T250C 000:682.894 - 0.064ms returns 2 (0x2) -T250C 000:682.910 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) -T250C 000:682.926 -- Read from C cache (2 bytes @ 0x080001D2) -T250C 000:682.947 Data: 00 47 -T250C 000:682.968 - 0.065ms returns 2 (0x2) -T1A80 004:761.366 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) -T1A80 004:761.420 -- Read from C cache (2 bytes @ 0x080001CC) -T1A80 004:761.447 Data: 09 48 -T1A80 004:761.474 - 0.116ms returns 2 (0x2) -T1A80 004:761.495 JLINK_HasError() -T1A80 004:761.516 JLINK_SetBPEx(Addr = 0x0800545C, Type = 0xFFFFFFF2) -T1A80 004:761.562 - 0.057ms returns 0x00000001 -T1A80 004:761.590 JLINK_HasError() -T1A80 004:761.613 JLINK_HasError() -T1A80 004:761.633 JLINK_Go() -T1A80 004:762.696 CPU_ReadMem(4 bytes @ 0xE0001000) -T1A80 004:763.152 CPU_WriteMem(4 bytes @ 0xE0002008) -T1A80 004:763.183 CPU_WriteMem(4 bytes @ 0xE000200C) -T1A80 004:763.209 CPU_WriteMem(4 bytes @ 0xE0002010) -T1A80 004:763.235 CPU_WriteMem(4 bytes @ 0xE0002014) -T1A80 004:763.261 CPU_WriteMem(4 bytes @ 0xE0002018) -T1A80 004:763.287 CPU_WriteMem(4 bytes @ 0xE000201C) -T1A80 004:764.547 CPU_WriteMem(4 bytes @ 0xE0001004) -T1A80 004:765.431 - 3.827ms -T1A80 004:865.757 JLINK_HasError() -T1A80 004:865.813 JLINK_IsHalted() -T1A80 004:868.830 - 3.044ms returns TRUE -T1A80 004:868.872 JLINK_HasError() -T1A80 004:868.893 JLINK_Halt() -T1A80 004:868.910 - 0.026ms returns 0x00 -T1A80 004:868.930 JLINK_IsHalted() -T1A80 004:868.947 - 0.025ms returns TRUE -T1A80 004:868.967 JLINK_IsHalted() -T1A80 004:868.984 - 0.026ms returns TRUE -T1A80 004:869.004 JLINK_IsHalted() -T1A80 004:869.022 - 0.025ms returns TRUE -T1A80 004:869.042 JLINK_HasError() -T1A80 004:869.062 JLINK_ReadReg(R15 (PC)) -T1A80 004:869.085 - 0.031ms returns 0x0800545C -T1A80 004:869.105 JLINK_ReadReg(XPSR) -T1A80 004:869.123 - 0.027ms returns 0x21000000 -T1A80 004:869.148 JLINK_HasError() -T1A80 004:869.168 JLINK_ClrBPEx(BPHandle = 0x00000001) -T1A80 004:869.186 - 0.027ms returns 0x00 -T1A80 004:869.206 JLINK_HasError() -T1A80 004:869.226 JLINK_HasError() -T1A80 004:869.245 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) -T1A80 004:869.272 CPU_ReadMem(4 bytes @ 0xE000ED30) -T1A80 004:870.259 Data: 03 00 00 00 -T1A80 004:870.288 - 1.052ms returns 1 (0x1) -T1A80 004:870.310 JLINK_ReadMemU32(0xE0001028, 0x1 Items) -T1A80 004:870.333 CPU_ReadMem(4 bytes @ 0xE0001028) -T1A80 004:870.849 Data: 00 00 00 00 -T1A80 004:870.962 Debug reg: DWT_FUNC[0] -T1A80 004:871.053 - 0.758ms returns 1 (0x1) -T1A80 004:871.092 JLINK_ReadMemU32(0xE0001038, 0x1 Items) -T1A80 004:871.129 CPU_ReadMem(4 bytes @ 0xE0001038) -T1A80 004:872.267 Data: 00 02 00 00 -T1A80 004:872.314 Debug reg: DWT_FUNC[1] -T1A80 004:872.351 - 1.269ms returns 1 (0x1) -T1A80 004:872.377 JLINK_ReadMemU32(0xE0001048, 0x1 Items) -T1A80 004:872.410 CPU_ReadMem(4 bytes @ 0xE0001048) -T1A80 004:872.886 Data: 00 00 00 00 -T1A80 004:872.917 Debug reg: DWT_FUNC[2] -T1A80 004:872.944 - 0.576ms returns 1 (0x1) -T1A80 004:872.967 JLINK_ReadMemU32(0xE0001058, 0x1 Items) -T1A80 004:872.992 CPU_ReadMem(4 bytes @ 0xE0001058) -T1A80 004:873.403 Data: 00 00 00 00 -T1A80 004:873.430 Debug reg: DWT_FUNC[3] -T1A80 004:873.456 - 0.500ms returns 1 (0x1) -T1A80 004:873.560 JLINK_HasError() -T1A80 004:873.584 JLINK_ReadReg(R0) -T1A80 004:873.605 - 0.029ms returns 0x200007D8 -T1A80 004:873.626 JLINK_ReadReg(R1) -T1A80 004:873.644 - 0.027ms returns 0x20000BD8 -T1A80 004:873.664 JLINK_ReadReg(R2) -T1A80 004:873.682 - 0.026ms returns 0x20000BD8 -T1A80 004:873.702 JLINK_ReadReg(R3) -T1A80 004:873.723 - 0.030ms returns 0x20000BD8 -T1A80 004:873.743 JLINK_ReadReg(R4) -T1A80 004:873.761 - 0.026ms returns 0x00000000 -T1A80 004:873.781 JLINK_ReadReg(R5) -T1A80 004:873.799 - 0.026ms returns 0x20000018 -T1A80 004:873.819 JLINK_ReadReg(R6) -T1A80 004:873.837 - 0.026ms returns 0x00000000 -T1A80 004:873.857 JLINK_ReadReg(R7) -T1A80 004:873.875 - 0.026ms returns 0x00000000 -T1A80 004:873.895 JLINK_ReadReg(R8) -T1A80 004:873.932 - 0.046ms returns 0x00000000 -T1A80 004:873.953 JLINK_ReadReg(R9) -T1A80 004:873.971 - 0.027ms returns 0x20000160 -T1A80 004:873.991 JLINK_ReadReg(R10) -T1A80 004:874.009 - 0.027ms returns 0x08006770 -T1A80 004:874.029 JLINK_ReadReg(R11) -T1A80 004:874.049 - 0.030ms returns 0x00000000 -T1A80 004:874.072 JLINK_ReadReg(R12) -T1A80 004:874.090 - 0.027ms returns 0x20000058 -T1A80 004:874.111 JLINK_ReadReg(R13 (SP)) -T1A80 004:874.129 - 0.027ms returns 0x20000FD8 -T1A80 004:874.149 JLINK_ReadReg(R14) -T1A80 004:874.168 - 0.027ms returns 0x080001BB -T1A80 004:874.188 JLINK_ReadReg(R15 (PC)) -T1A80 004:874.206 - 0.027ms returns 0x0800545C -T1A80 004:874.226 JLINK_ReadReg(XPSR) -T1A80 004:874.244 - 0.026ms returns 0x21000000 -T1A80 004:874.264 JLINK_ReadReg(MSP) -T1A80 004:874.282 - 0.026ms returns 0x20000FD8 -T1A80 004:874.302 JLINK_ReadReg(PSP) -T1A80 004:874.320 - 0.026ms returns 0x20001000 -T1A80 004:874.340 JLINK_ReadReg(CFBP) -T1A80 004:874.358 - 0.026ms returns 0x00000000 -T250C 004:880.072 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) -T250C 004:880.113 CPU_ReadMem(64 bytes @ 0x20000500) -T250C 004:881.641 -- Updating C cache (64 bytes @ 0x20000500) -T250C 004:881.671 -- Read from C cache (4 bytes @ 0x20000524) -T250C 004:881.697 Data: 00 00 00 00 -T250C 004:881.730 - 1.672ms returns 4 (0x4) -T250C 004:881.857 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) -T250C 004:881.879 -- Read from C cache (4 bytes @ 0x20000528) -T250C 004:881.904 Data: 00 00 00 00 -T250C 004:881.929 - 0.080ms returns 4 (0x4) -T250C 004:881.949 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) -T250C 004:881.970 CPU_ReadMem(64 bytes @ 0x20000540) -T250C 004:883.603 -- Updating C cache (64 bytes @ 0x20000540) -T250C 004:883.641 -- Read from C cache (4 bytes @ 0x20000550) -T250C 004:883.667 Data: 00 00 00 00 -T250C 004:883.692 - 1.752ms returns 4 (0x4) -T250C 004:883.721 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) -T250C 004:883.744 -- Read from C cache (4 bytes @ 0x2000055C) -T250C 004:883.770 Data: 00 00 00 00 -T250C 004:883.794 - 0.082ms returns 4 (0x4) -T250C 004:883.815 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) -T250C 004:883.834 -- Read from C cache (4 bytes @ 0x2000054C) -T250C 004:883.859 Data: 00 00 00 00 -T250C 004:883.884 - 0.077ms returns 4 (0x4) -T250C 004:883.905 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) -T250C 004:883.924 -- Read from C cache (4 bytes @ 0x20000558) -T250C 004:883.950 Data: 00 00 00 00 -T250C 004:883.974 - 0.078ms returns 4 (0x4) -T250C 004:883.996 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) -T250C 004:884.015 -- Read from C cache (2 bytes @ 0x20000554) -T250C 004:884.040 Data: 00 00 -T250C 004:884.065 - 0.077ms returns 2 (0x2) -T250C 004:898.438 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.481 -- Read from C cache (4 bytes @ 0x20000524) -T250C 004:898.507 Data: 00 00 00 00 -T250C 004:898.532 - 0.103ms returns 4 (0x4) -T250C 004:898.554 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.573 -- Read from C cache (4 bytes @ 0x20000528) -T250C 004:898.610 Data: 00 00 00 00 -T250C 004:898.634 - 0.089ms returns 4 (0x4) -T250C 004:898.655 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.674 -- Read from C cache (4 bytes @ 0x20000550) -T250C 004:898.699 Data: 00 00 00 00 -T250C 004:898.726 - 0.079ms returns 4 (0x4) -T250C 004:898.746 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.765 -- Read from C cache (4 bytes @ 0x2000055C) -T250C 004:898.790 Data: 00 00 00 00 -T250C 004:898.814 - 0.076ms returns 4 (0x4) -T250C 004:898.835 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.853 -- Read from C cache (4 bytes @ 0x2000054C) -T250C 004:898.878 Data: 00 00 00 00 -T250C 004:898.903 - 0.076ms returns 4 (0x4) -T250C 004:898.923 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) -T250C 004:898.942 -- Read from C cache (4 bytes @ 0x20000558) -T250C 004:898.966 Data: 00 00 00 00 -T250C 004:898.991 - 0.076ms returns 4 (0x4) -T250C 004:899.011 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) -T250C 004:899.030 -- Read from C cache (2 bytes @ 0x20000554) -T250C 004:899.055 Data: 00 00 -T250C 004:899.079 - 0.076ms returns 2 (0x2) -T250C 004:899.154 JLINK_HasError() -T250C 004:899.175 JLINK_ReadMemU32(0xE0001004, 0x1 Items) -T250C 004:899.200 CPU_ReadMem(4 bytes @ 0xE0001004) -T250C 004:900.291 Data: 9A 08 00 00 -T250C 004:900.328 Debug reg: DWT_CYCCNT -T250C 004:900.352 - 1.185ms returns 1 (0x1) -T250C 004:904.526 JLINK_ReadMemEx(0x0800535C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:904.568 CPU_ReadMem(128 bytes @ 0x08005340) -T250C 004:906.400 -- Updating C cache (128 bytes @ 0x08005340) -T250C 004:906.439 -- Read from C cache (60 bytes @ 0x0800535C) -T250C 004:906.467 Data: FF E7 02 B0 70 47 00 00 83 B0 02 90 02 98 00 F0 ... -T250C 004:906.492 - 1.974ms returns 60 (0x3C) -T250C 004:906.515 JLINK_ReadMemEx(0x0800535C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:906.536 -- Read from C cache (2 bytes @ 0x0800535C) -T250C 004:906.561 Data: FF E7 -T250C 004:906.586 - 0.079ms returns 2 (0x2) -T250C 004:906.606 JLINK_ReadMemEx(0x0800535E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:906.625 -- Read from C cache (2 bytes @ 0x0800535E) -T250C 004:906.650 Data: 02 B0 -T250C 004:906.675 - 0.076ms returns 2 (0x2) -T250C 004:906.696 JLINK_ReadMemEx(0x0800535E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:906.714 -- Read from C cache (2 bytes @ 0x0800535E) -T250C 004:906.745 Data: 02 B0 -T250C 004:906.770 - 0.082ms returns 2 (0x2) -T250C 004:906.790 JLINK_ReadMemEx(0x08005360, 0x3C Bytes, Flags = 0x02000000) -T250C 004:906.808 -- Read from C cache (60 bytes @ 0x08005360) -T250C 004:906.834 Data: 70 47 00 00 83 B0 02 90 02 98 00 F0 07 00 00 90 ... -T250C 004:906.858 - 0.077ms returns 60 (0x3C) -T250C 004:906.878 JLINK_ReadMemEx(0x08005360, 0x2 Bytes, Flags = 0x02000000) -T250C 004:906.896 -- Read from C cache (2 bytes @ 0x08005360) -T250C 004:906.921 Data: 70 47 -T250C 004:906.946 - 0.076ms returns 2 (0x2) -T250C 004:906.966 JLINK_ReadMemEx(0x08005360, 0x3C Bytes, Flags = 0x02000000) -T250C 004:906.984 -- Read from C cache (60 bytes @ 0x08005360) -T250C 004:907.010 Data: 70 47 00 00 83 B0 02 90 02 98 00 F0 07 00 00 90 ... -T250C 004:907.035 - 0.077ms returns 60 (0x3C) -T250C 004:907.054 JLINK_ReadMemEx(0x08005360, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.072 -- Read from C cache (2 bytes @ 0x08005360) -T250C 004:907.097 Data: 70 47 -T250C 004:907.122 - 0.076ms returns 2 (0x2) -T250C 004:907.141 JLINK_ReadMemEx(0x08005362, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.159 -- Read from C cache (2 bytes @ 0x08005362) -T250C 004:907.184 Data: 00 00 -T250C 004:907.209 - 0.076ms returns 2 (0x2) -T250C 004:907.230 JLINK_ReadMemEx(0x08005362, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.248 -- Read from C cache (2 bytes @ 0x08005362) -T250C 004:907.273 Data: 00 00 -T250C 004:907.297 - 0.076ms returns 2 (0x2) -T250C 004:907.317 JLINK_ReadMemEx(0x08005364, 0x3C Bytes, Flags = 0x02000000) -T250C 004:907.342 -- Read from C cache (60 bytes @ 0x08005364) -T250C 004:907.372 Data: 83 B0 02 90 02 98 00 F0 07 00 00 90 4E F6 0C 51 ... -T250C 004:907.397 - 0.088ms returns 60 (0x3C) -T250C 004:907.416 JLINK_ReadMemEx(0x08005364, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.435 -- Read from C cache (2 bytes @ 0x08005364) -T250C 004:907.460 Data: 83 B0 -T250C 004:907.484 - 0.076ms returns 2 (0x2) -T250C 004:907.504 JLINK_ReadMemEx(0x08005364, 0x3C Bytes, Flags = 0x02000000) -T250C 004:907.523 -- Read from C cache (60 bytes @ 0x08005364) -T250C 004:907.549 Data: 83 B0 02 90 02 98 00 F0 07 00 00 90 4E F6 0C 51 ... -T250C 004:907.573 - 0.077ms returns 60 (0x3C) -T250C 004:907.593 JLINK_ReadMemEx(0x08005364, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.611 -- Read from C cache (2 bytes @ 0x08005364) -T250C 004:907.636 Data: 83 B0 -T250C 004:907.661 - 0.076ms returns 2 (0x2) -T250C 004:907.685 JLINK_ReadMemEx(0x08005366, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.703 -- Read from C cache (2 bytes @ 0x08005366) -T250C 004:907.733 Data: 02 90 -T250C 004:907.759 - 0.082ms returns 2 (0x2) -T250C 004:907.779 JLINK_ReadMemEx(0x08005366, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.797 -- Read from C cache (2 bytes @ 0x08005366) -T250C 004:907.822 Data: 02 90 -T250C 004:907.847 - 0.076ms returns 2 (0x2) -T250C 004:907.866 JLINK_ReadMemEx(0x08005368, 0x3C Bytes, Flags = 0x02000000) -T250C 004:907.885 -- Read from C cache (60 bytes @ 0x08005368) -T250C 004:907.911 Data: 02 98 00 F0 07 00 00 90 4E F6 0C 51 CE F2 00 01 ... -T250C 004:907.935 - 0.077ms returns 60 (0x3C) -T250C 004:907.955 JLINK_ReadMemEx(0x08005368, 0x2 Bytes, Flags = 0x02000000) -T250C 004:907.973 -- Read from C cache (2 bytes @ 0x08005368) -T250C 004:907.999 Data: 02 98 -T250C 004:908.023 - 0.077ms returns 2 (0x2) -T250C 004:908.043 JLINK_ReadMemEx(0x08005368, 0x3C Bytes, Flags = 0x02000000) -T250C 004:908.062 -- Read from C cache (60 bytes @ 0x08005368) -T250C 004:908.088 Data: 02 98 00 F0 07 00 00 90 4E F6 0C 51 CE F2 00 01 ... -T250C 004:908.112 - 0.077ms returns 60 (0x3C) -T250C 004:908.132 JLINK_ReadMemEx(0x08005368, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.150 -- Read from C cache (2 bytes @ 0x08005368) -T250C 004:908.175 Data: 02 98 -T250C 004:908.200 - 0.076ms returns 2 (0x2) -T250C 004:908.220 JLINK_ReadMemEx(0x0800536A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.238 -- Read from C cache (2 bytes @ 0x0800536A) -T250C 004:908.263 Data: 00 F0 -T250C 004:908.288 - 0.076ms returns 2 (0x2) -T250C 004:908.308 JLINK_ReadMemEx(0x0800536A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.326 -- Read from C cache (2 bytes @ 0x0800536A) -T250C 004:908.351 Data: 00 F0 -T250C 004:908.375 - 0.076ms returns 2 (0x2) -T250C 004:908.395 JLINK_ReadMemEx(0x0800536C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:908.413 -- Read from C cache (60 bytes @ 0x0800536C) -T250C 004:908.439 Data: 07 00 00 90 4E F6 0C 51 CE F2 00 01 08 68 01 90 ... -T250C 004:908.463 - 0.077ms returns 60 (0x3C) -T250C 004:908.483 JLINK_ReadMemEx(0x0800536C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.501 -- Read from C cache (2 bytes @ 0x0800536C) -T250C 004:908.526 Data: 07 00 -T250C 004:908.551 - 0.076ms returns 2 (0x2) -T250C 004:908.570 JLINK_ReadMemEx(0x0800536E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.589 -- Read from C cache (2 bytes @ 0x0800536E) -T250C 004:908.614 Data: 00 90 -T250C 004:908.639 - 0.076ms returns 2 (0x2) -T250C 004:908.659 JLINK_ReadMemEx(0x08005370, 0x3C Bytes, Flags = 0x02000000) -T250C 004:908.677 -- Read from C cache (60 bytes @ 0x08005370) -T250C 004:908.703 Data: 4E F6 0C 51 CE F2 00 01 08 68 01 90 01 98 4F F6 ... -T250C 004:908.729 - 0.078ms returns 60 (0x3C) -T250C 004:908.748 JLINK_ReadMemEx(0x08005370, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.767 -- Read from C cache (2 bytes @ 0x08005370) -T250C 004:908.792 Data: 4E F6 -T250C 004:908.816 - 0.076ms returns 2 (0x2) -T250C 004:908.836 JLINK_ReadMemEx(0x08005370, 0x3C Bytes, Flags = 0x02000000) -T250C 004:908.857 -- Read from C cache (60 bytes @ 0x08005370) -T250C 004:908.885 Data: 4E F6 0C 51 CE F2 00 01 08 68 01 90 01 98 4F F6 ... -T250C 004:908.909 - 0.081ms returns 60 (0x3C) -T250C 004:908.929 JLINK_ReadMemEx(0x08005370, 0x2 Bytes, Flags = 0x02000000) -T250C 004:908.947 -- Read from C cache (2 bytes @ 0x08005370) -T250C 004:908.972 Data: 4E F6 -T250C 004:908.997 - 0.077ms returns 2 (0x2) -T250C 004:909.017 JLINK_ReadMemEx(0x08005372, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.036 -- Read from C cache (2 bytes @ 0x08005372) -T250C 004:909.061 Data: 0C 51 -T250C 004:909.085 - 0.077ms returns 2 (0x2) -T250C 004:909.105 JLINK_ReadMemEx(0x08005374, 0x3C Bytes, Flags = 0x02000000) -T250C 004:909.124 -- Read from C cache (60 bytes @ 0x08005374) -T250C 004:909.150 Data: CE F2 00 01 08 68 01 90 01 98 4F F6 FF 02 10 40 ... -T250C 004:909.174 - 0.077ms returns 60 (0x3C) -T250C 004:909.194 JLINK_ReadMemEx(0x08005374, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.212 -- Read from C cache (2 bytes @ 0x08005374) -T250C 004:909.237 Data: CE F2 -T250C 004:909.261 - 0.076ms returns 2 (0x2) -T250C 004:909.281 JLINK_ReadMemEx(0x08005376, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.299 -- Read from C cache (2 bytes @ 0x08005376) -T250C 004:909.324 Data: 00 01 -T250C 004:909.348 - 0.076ms returns 2 (0x2) -T250C 004:909.368 JLINK_ReadMemEx(0x08005378, 0x3C Bytes, Flags = 0x02000000) -T250C 004:909.386 -- Read from C cache (60 bytes @ 0x08005378) -T250C 004:909.412 Data: 08 68 01 90 01 98 4F F6 FF 02 10 40 01 90 01 98 ... -T250C 004:909.437 - 0.077ms returns 60 (0x3C) -T250C 004:909.456 JLINK_ReadMemEx(0x08005378, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.474 -- Read from C cache (2 bytes @ 0x08005378) -T250C 004:909.499 Data: 08 68 -T250C 004:909.524 - 0.076ms returns 2 (0x2) -T250C 004:909.543 JLINK_ReadMemEx(0x0800537A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.562 -- Read from C cache (2 bytes @ 0x0800537A) -T250C 004:909.587 Data: 01 90 -T250C 004:909.611 - 0.076ms returns 2 (0x2) -T250C 004:909.631 JLINK_ReadMemEx(0x0800537A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.650 -- Read from C cache (2 bytes @ 0x0800537A) -T250C 004:909.675 Data: 01 90 -T250C 004:909.700 - 0.077ms returns 2 (0x2) -T250C 004:909.720 JLINK_ReadMemEx(0x0800537C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:909.738 -- Read from C cache (60 bytes @ 0x0800537C) -T250C 004:909.770 Data: 01 98 4F F6 FF 02 10 40 01 90 01 98 00 9A 40 EA ... -T250C 004:909.794 - 0.083ms returns 60 (0x3C) -T250C 004:909.814 JLINK_ReadMemEx(0x0800537C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:909.832 -- Read from C cache (2 bytes @ 0x0800537C) -T250C 004:909.857 Data: 01 98 -T250C 004:909.881 - 0.076ms returns 2 (0x2) -T250C 004:909.901 JLINK_ReadMemEx(0x0800537C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:909.920 -- Read from C cache (60 bytes @ 0x0800537C) -T250C 004:909.945 Data: 01 98 4F F6 FF 02 10 40 01 90 01 98 00 9A 40 EA ... -T250C 004:909.970 - 0.077ms returns 60 (0x3C) -T250C 004:909.989 JLINK_ReadMemEx(0x0800537C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.007 -- Read from C cache (2 bytes @ 0x0800537C) -T250C 004:910.032 Data: 01 98 -T250C 004:910.057 - 0.076ms returns 2 (0x2) -T250C 004:910.076 JLINK_ReadMemEx(0x0800537E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.095 -- Read from C cache (2 bytes @ 0x0800537E) -T250C 004:910.120 Data: 4F F6 -T250C 004:910.144 - 0.076ms returns 2 (0x2) -T250C 004:910.164 JLINK_ReadMemEx(0x0800537E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.182 -- Read from C cache (2 bytes @ 0x0800537E) -T250C 004:910.207 Data: 4F F6 -T250C 004:910.232 - 0.076ms returns 2 (0x2) -T250C 004:910.251 JLINK_ReadMemEx(0x08005380, 0x3C Bytes, Flags = 0x02000000) -T250C 004:910.269 -- Read from C cache (60 bytes @ 0x08005380) -T250C 004:910.295 Data: FF 02 10 40 01 90 01 98 00 9A 40 EA 02 20 00 22 ... -T250C 004:910.319 - 0.076ms returns 60 (0x3C) -T250C 004:910.339 JLINK_ReadMemEx(0x08005380, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.361 -- Read from C cache (2 bytes @ 0x08005380) -T250C 004:910.388 Data: FF 02 -T250C 004:910.412 - 0.082ms returns 2 (0x2) -T250C 004:910.432 JLINK_ReadMemEx(0x08005382, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.450 -- Read from C cache (2 bytes @ 0x08005382) -T250C 004:910.479 Data: 10 40 -T250C 004:910.500 - 0.075ms returns 2 (0x2) -T250C 004:910.516 JLINK_ReadMemEx(0x08005384, 0x3C Bytes, Flags = 0x02000000) -T250C 004:910.532 -- Read from C cache (60 bytes @ 0x08005384) -T250C 004:910.554 Data: 01 90 01 98 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 ... -T250C 004:910.575 - 0.065ms returns 60 (0x3C) -T250C 004:910.591 JLINK_ReadMemEx(0x08005384, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.607 -- Read from C cache (2 bytes @ 0x08005384) -T250C 004:910.628 Data: 01 90 -T250C 004:910.649 - 0.065ms returns 2 (0x2) -T250C 004:910.666 JLINK_ReadMemEx(0x08005384, 0x3C Bytes, Flags = 0x02000000) -T250C 004:910.681 -- Read from C cache (60 bytes @ 0x08005384) -T250C 004:910.703 Data: 01 90 01 98 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 ... -T250C 004:910.729 - 0.070ms returns 60 (0x3C) -T250C 004:910.745 JLINK_ReadMemEx(0x08005384, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.770 -- Read from C cache (2 bytes @ 0x08005384) -T250C 004:910.805 Data: 01 90 -T250C 004:910.850 - 0.112ms returns 2 (0x2) -T250C 004:910.939 JLINK_ReadMemEx(0x08005386, 0x2 Bytes, Flags = 0x02000000) -T250C 004:910.958 -- Read from C cache (2 bytes @ 0x08005386) -T250C 004:910.983 Data: 01 98 -T250C 004:911.008 - 0.077ms returns 2 (0x2) -T250C 004:911.028 JLINK_ReadMemEx(0x08005386, 0x2 Bytes, Flags = 0x02000000) -T250C 004:911.046 -- Read from C cache (2 bytes @ 0x08005386) -T250C 004:911.071 Data: 01 98 -T250C 004:911.096 - 0.076ms returns 2 (0x2) -T250C 004:911.115 JLINK_ReadMemEx(0x08005388, 0x3C Bytes, Flags = 0x02000000) -T250C 004:911.136 CPU_ReadMem(64 bytes @ 0x080053C0) -T250C 004:912.758 -- Updating C cache (64 bytes @ 0x080053C0) -T250C 004:912.789 -- Read from C cache (60 bytes @ 0x08005388) -T250C 004:912.816 Data: 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 10 43 01 90 ... -T250C 004:912.840 - 1.733ms returns 60 (0x3C) -T250C 004:912.862 JLINK_ReadMemEx(0x08005388, 0x2 Bytes, Flags = 0x02000000) -T250C 004:912.881 -- Read from C cache (2 bytes @ 0x08005388) -T250C 004:912.906 Data: 00 9A -T250C 004:912.931 - 0.077ms returns 2 (0x2) -T250C 004:912.952 JLINK_ReadMemEx(0x08005388, 0x3C Bytes, Flags = 0x02000000) -T250C 004:912.970 -- Read from C cache (60 bytes @ 0x08005388) -T250C 004:912.996 Data: 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 10 43 01 90 ... -T250C 004:913.020 - 0.076ms returns 60 (0x3C) -T250C 004:913.039 JLINK_ReadMemEx(0x08005388, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.058 -- Read from C cache (2 bytes @ 0x08005388) -T250C 004:913.082 Data: 00 9A -T250C 004:913.107 - 0.075ms returns 2 (0x2) -T250C 004:913.126 JLINK_ReadMemEx(0x0800538A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.144 -- Read from C cache (2 bytes @ 0x0800538A) -T250C 004:913.169 Data: 40 EA -T250C 004:913.193 - 0.075ms returns 2 (0x2) -T250C 004:913.213 JLINK_ReadMemEx(0x0800538A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.231 -- Read from C cache (2 bytes @ 0x0800538A) -T250C 004:913.256 Data: 40 EA -T250C 004:913.280 - 0.075ms returns 2 (0x2) -T250C 004:913.300 JLINK_ReadMemEx(0x0800538C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:913.318 -- Read from C cache (60 bytes @ 0x0800538C) -T250C 004:913.344 Data: 02 20 00 22 C0 F2 FA 52 10 43 01 90 01 98 08 60 ... -T250C 004:913.368 - 0.077ms returns 60 (0x3C) -T250C 004:913.387 JLINK_ReadMemEx(0x0800538C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.406 -- Read from C cache (2 bytes @ 0x0800538C) -T250C 004:913.430 Data: 02 20 -T250C 004:913.455 - 0.075ms returns 2 (0x2) -T250C 004:913.475 JLINK_ReadMemEx(0x0800538E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.493 -- Read from C cache (2 bytes @ 0x0800538E) -T250C 004:913.518 Data: 00 22 -T250C 004:913.542 - 0.076ms returns 2 (0x2) -T250C 004:913.566 JLINK_ReadMemEx(0x08005390, 0x3C Bytes, Flags = 0x02000000) -T250C 004:913.586 -- Read from C cache (60 bytes @ 0x08005390) -T250C 004:913.612 Data: C0 F2 FA 52 10 43 01 90 01 98 08 60 03 B0 70 47 ... -T250C 004:913.637 - 0.079ms returns 60 (0x3C) -T250C 004:913.656 JLINK_ReadMemEx(0x08005390, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.674 -- Read from C cache (2 bytes @ 0x08005390) -T250C 004:913.699 Data: C0 F2 -T250C 004:913.730 - 0.082ms returns 2 (0x2) -T250C 004:913.750 JLINK_ReadMemEx(0x08005390, 0x3C Bytes, Flags = 0x02000000) -T250C 004:913.776 -- Read from C cache (60 bytes @ 0x08005390) -T250C 004:913.802 Data: C0 F2 FA 52 10 43 01 90 01 98 08 60 03 B0 70 47 ... -T250C 004:913.827 - 0.084ms returns 60 (0x3C) -T250C 004:913.846 JLINK_ReadMemEx(0x08005390, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.864 -- Read from C cache (2 bytes @ 0x08005390) -T250C 004:913.889 Data: C0 F2 -T250C 004:913.913 - 0.075ms returns 2 (0x2) -T250C 004:913.932 JLINK_ReadMemEx(0x08005392, 0x2 Bytes, Flags = 0x02000000) -T250C 004:913.951 -- Read from C cache (2 bytes @ 0x08005392) -T250C 004:913.975 Data: FA 52 -T250C 004:914.000 - 0.076ms returns 2 (0x2) -T250C 004:914.020 JLINK_ReadMemEx(0x08005394, 0x3C Bytes, Flags = 0x02000000) -T250C 004:914.038 -- Read from C cache (60 bytes @ 0x08005394) -T250C 004:914.064 Data: 10 43 01 90 01 98 08 60 03 B0 70 47 85 B0 04 90 ... -T250C 004:914.088 - 0.076ms returns 60 (0x3C) -T250C 004:914.107 JLINK_ReadMemEx(0x08005394, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.125 -- Read from C cache (2 bytes @ 0x08005394) -T250C 004:914.150 Data: 10 43 -T250C 004:914.174 - 0.075ms returns 2 (0x2) -T250C 004:914.194 JLINK_ReadMemEx(0x08005396, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.212 -- Read from C cache (2 bytes @ 0x08005396) -T250C 004:914.237 Data: 01 90 -T250C 004:914.266 - 0.081ms returns 2 (0x2) -T250C 004:914.287 JLINK_ReadMemEx(0x08005396, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.305 -- Read from C cache (2 bytes @ 0x08005396) -T250C 004:914.330 Data: 01 90 -T250C 004:914.364 - 0.084ms returns 2 (0x2) -T250C 004:914.380 JLINK_ReadMemEx(0x08005398, 0x3C Bytes, Flags = 0x02000000) -T250C 004:914.396 -- Read from C cache (60 bytes @ 0x08005398) -T250C 004:914.418 Data: 01 98 08 60 03 B0 70 47 85 B0 04 90 03 91 4F F6 ... -T250C 004:914.438 - 0.065ms returns 60 (0x3C) -T250C 004:914.455 JLINK_ReadMemEx(0x08005398, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.470 -- Read from C cache (2 bytes @ 0x08005398) -T250C 004:914.491 Data: 01 98 -T250C 004:914.512 - 0.075ms returns 2 (0x2) -T250C 004:914.541 JLINK_ReadMemEx(0x08005398, 0x3C Bytes, Flags = 0x02000000) -T250C 004:914.556 -- Read from C cache (60 bytes @ 0x08005398) -T250C 004:914.593 Data: 01 98 08 60 03 B0 70 47 85 B0 04 90 03 91 4F F6 ... -T250C 004:914.618 - 0.085ms returns 60 (0x3C) -T250C 004:914.637 JLINK_ReadMemEx(0x08005398, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.655 -- Read from C cache (2 bytes @ 0x08005398) -T250C 004:914.680 Data: 01 98 -T250C 004:914.705 - 0.076ms returns 2 (0x2) -T250C 004:914.730 JLINK_ReadMemEx(0x0800539A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.748 -- Read from C cache (2 bytes @ 0x0800539A) -T250C 004:914.774 Data: 08 60 -T250C 004:914.798 - 0.077ms returns 2 (0x2) -T250C 004:914.818 JLINK_ReadMemEx(0x0800539A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:914.837 -- Read from C cache (2 bytes @ 0x0800539A) -T250C 004:914.862 Data: 08 60 -T250C 004:914.887 - 0.077ms returns 2 (0x2) -T250C 004:914.907 JLINK_ReadMemEx(0x0800539C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:914.925 -- Read from C cache (60 bytes @ 0x0800539C) -T250C 004:914.951 Data: 03 B0 70 47 85 B0 04 90 03 91 4F F6 FF 70 02 90 ... -T250C 004:914.975 - 0.077ms returns 60 (0x3C) -T250C 004:914.994 JLINK_ReadMemEx(0x0800539C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.013 -- Read from C cache (2 bytes @ 0x0800539C) -T250C 004:915.038 Data: 03 B0 -T250C 004:915.062 - 0.076ms returns 2 (0x2) -T250C 004:915.154 JLINK_ReadMemEx(0x0800539C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:915.175 -- Read from C cache (60 bytes @ 0x0800539C) -T250C 004:915.202 Data: 03 B0 70 47 85 B0 04 90 03 91 4F F6 FF 70 02 90 ... -T250C 004:915.226 - 0.080ms returns 60 (0x3C) -T250C 004:915.245 JLINK_ReadMemEx(0x0800539C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.264 -- Read from C cache (2 bytes @ 0x0800539C) -T250C 004:915.289 Data: 03 B0 -T250C 004:915.314 - 0.077ms returns 2 (0x2) -T250C 004:915.333 JLINK_ReadMemEx(0x0800539E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.415 -- Read from C cache (2 bytes @ 0x0800539E) -T250C 004:915.440 Data: 70 47 -T250C 004:915.465 - 0.139ms returns 2 (0x2) -T250C 004:915.485 JLINK_ReadMemEx(0x0800539E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.503 -- Read from C cache (2 bytes @ 0x0800539E) -T250C 004:915.528 Data: 70 47 -T250C 004:915.553 - 0.076ms returns 2 (0x2) -T250C 004:915.572 JLINK_ReadMemEx(0x080053A0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:915.591 -- Read from C cache (60 bytes @ 0x080053A0) -T250C 004:915.617 Data: 85 B0 04 90 03 91 4F F6 FF 70 02 90 00 20 01 90 ... -T250C 004:915.642 - 0.078ms returns 60 (0x3C) -T250C 004:915.661 JLINK_ReadMemEx(0x080053A0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.680 -- Read from C cache (2 bytes @ 0x080053A0) -T250C 004:915.704 Data: 85 B0 -T250C 004:915.729 - 0.076ms returns 2 (0x2) -T250C 004:915.749 JLINK_ReadMemEx(0x080053A0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:915.767 -- Read from C cache (60 bytes @ 0x080053A0) -T250C 004:915.795 Data: 85 B0 04 90 03 91 4F F6 FF 70 02 90 00 20 01 90 ... -T250C 004:915.819 - 0.078ms returns 60 (0x3C) -T250C 004:915.838 JLINK_ReadMemEx(0x080053A0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.856 -- Read from C cache (2 bytes @ 0x080053A0) -T250C 004:915.881 Data: 85 B0 -T250C 004:915.906 - 0.076ms returns 2 (0x2) -T250C 004:915.925 JLINK_ReadMemEx(0x080053A2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:915.944 -- Read from C cache (2 bytes @ 0x080053A2) -T250C 004:915.968 Data: 04 90 -T250C 004:915.993 - 0.076ms returns 2 (0x2) -T250C 004:916.013 JLINK_ReadMemEx(0x080053A2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.031 -- Read from C cache (2 bytes @ 0x080053A2) -T250C 004:916.056 Data: 04 90 -T250C 004:916.080 - 0.076ms returns 2 (0x2) -T250C 004:916.100 JLINK_ReadMemEx(0x080053A4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:916.118 -- Read from C cache (60 bytes @ 0x080053A4) -T250C 004:916.144 Data: 03 91 4F F6 FF 70 02 90 00 20 01 90 FF E7 01 98 ... -T250C 004:916.168 - 0.077ms returns 60 (0x3C) -T250C 004:916.188 JLINK_ReadMemEx(0x080053A4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.206 -- Read from C cache (2 bytes @ 0x080053A4) -T250C 004:916.231 Data: 03 91 -T250C 004:916.258 - 0.079ms returns 2 (0x2) -T250C 004:916.278 JLINK_ReadMemEx(0x080053A4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:916.296 -- Read from C cache (60 bytes @ 0x080053A4) -T250C 004:916.322 Data: 03 91 4F F6 FF 70 02 90 00 20 01 90 FF E7 01 98 ... -T250C 004:916.346 - 0.077ms returns 60 (0x3C) -T250C 004:916.371 JLINK_ReadMemEx(0x080053A4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.387 -- Read from C cache (2 bytes @ 0x080053A4) -T250C 004:916.408 Data: 03 91 -T250C 004:916.429 - 0.065ms returns 2 (0x2) -T250C 004:916.446 JLINK_ReadMemEx(0x080053A6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.461 -- Read from C cache (2 bytes @ 0x080053A6) -T250C 004:916.483 Data: 4F F6 -T250C 004:916.503 - 0.064ms returns 2 (0x2) -T250C 004:916.520 JLINK_ReadMemEx(0x080053A6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.536 -- Read from C cache (2 bytes @ 0x080053A6) -T250C 004:916.557 Data: 4F F6 -T250C 004:916.578 - 0.064ms returns 2 (0x2) -T250C 004:916.594 JLINK_ReadMemEx(0x080053A8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:916.610 -- Read from C cache (60 bytes @ 0x080053A8) -T250C 004:916.632 Data: FF 70 02 90 00 20 01 90 FF E7 01 98 03 99 88 42 ... -T250C 004:916.653 - 0.065ms returns 60 (0x3C) -T250C 004:916.669 JLINK_ReadMemEx(0x080053A8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.688 -- Read from C cache (2 bytes @ 0x080053A8) -T250C 004:916.709 Data: FF 70 -T250C 004:916.732 - 0.070ms returns 2 (0x2) -T250C 004:916.749 JLINK_ReadMemEx(0x080053AA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.777 -- Read from C cache (2 bytes @ 0x080053AA) -T250C 004:916.804 Data: 02 90 -T250C 004:916.829 - 0.088ms returns 2 (0x2) -T250C 004:916.848 JLINK_ReadMemEx(0x080053AC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:916.867 -- Read from C cache (60 bytes @ 0x080053AC) -T250C 004:916.893 Data: 00 20 01 90 FF E7 01 98 03 99 88 42 4C DA FF E7 ... -T250C 004:916.917 - 0.077ms returns 60 (0x3C) -T250C 004:916.937 JLINK_ReadMemEx(0x080053AC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:916.955 -- Read from C cache (2 bytes @ 0x080053AC) -T250C 004:916.980 Data: 00 20 -T250C 004:917.005 - 0.076ms returns 2 (0x2) -T250C 004:917.025 JLINK_ReadMemEx(0x080053AC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:917.043 -- Read from C cache (60 bytes @ 0x080053AC) -T250C 004:917.069 Data: 00 20 01 90 FF E7 01 98 03 99 88 42 4C DA FF E7 ... -T250C 004:917.093 - 0.077ms returns 60 (0x3C) -T250C 004:917.113 JLINK_ReadMemEx(0x080053AC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.131 -- Read from C cache (2 bytes @ 0x080053AC) -T250C 004:917.156 Data: 00 20 -T250C 004:917.180 - 0.076ms returns 2 (0x2) -T250C 004:917.200 JLINK_ReadMemEx(0x080053AE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.218 -- Read from C cache (2 bytes @ 0x080053AE) -T250C 004:917.243 Data: 01 90 -T250C 004:917.268 - 0.076ms returns 2 (0x2) -T250C 004:917.288 JLINK_ReadMemEx(0x080053AE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.309 -- Read from C cache (2 bytes @ 0x080053AE) -T250C 004:917.334 Data: 01 90 -T250C 004:917.358 - 0.079ms returns 2 (0x2) -T250C 004:917.378 JLINK_ReadMemEx(0x080053B0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:917.396 -- Read from C cache (60 bytes @ 0x080053B0) -T250C 004:917.422 Data: FF E7 01 98 03 99 88 42 4C DA FF E7 02 98 04 99 ... -T250C 004:917.446 - 0.077ms returns 60 (0x3C) -T250C 004:917.466 JLINK_ReadMemEx(0x080053B0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.484 -- Read from C cache (2 bytes @ 0x080053B0) -T250C 004:917.509 Data: FF E7 -T250C 004:917.534 - 0.076ms returns 2 (0x2) -T250C 004:917.554 JLINK_ReadMemEx(0x080053B0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:917.572 -- Read from C cache (60 bytes @ 0x080053B0) -T250C 004:917.598 Data: FF E7 01 98 03 99 88 42 4C DA FF E7 02 98 04 99 ... -T250C 004:917.622 - 0.077ms returns 60 (0x3C) -T250C 004:917.642 JLINK_ReadMemEx(0x080053B0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.660 -- Read from C cache (2 bytes @ 0x080053B0) -T250C 004:917.685 Data: FF E7 -T250C 004:917.709 - 0.076ms returns 2 (0x2) -T250C 004:917.729 JLINK_ReadMemEx(0x080053B2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.747 -- Read from C cache (2 bytes @ 0x080053B2) -T250C 004:917.777 Data: 01 98 -T250C 004:917.802 - 0.082ms returns 2 (0x2) -T250C 004:917.822 JLINK_ReadMemEx(0x080053B2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:917.841 -- Read from C cache (2 bytes @ 0x080053B2) -T250C 004:917.866 Data: 01 98 -T250C 004:917.890 - 0.076ms returns 2 (0x2) -T250C 004:917.910 JLINK_ReadMemEx(0x080053B4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:917.928 -- Read from C cache (60 bytes @ 0x080053B4) -T250C 004:917.954 Data: 03 99 88 42 4C DA FF E7 02 98 04 99 01 9A 11 F8 ... -T250C 004:917.978 - 0.077ms returns 60 (0x3C) -T250C 004:917.998 JLINK_ReadMemEx(0x080053B4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.016 -- Read from C cache (2 bytes @ 0x080053B4) -T250C 004:918.041 Data: 03 99 -T250C 004:918.065 - 0.076ms returns 2 (0x2) -T250C 004:918.085 JLINK_ReadMemEx(0x080053B4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:918.103 -- Read from C cache (60 bytes @ 0x080053B4) -T250C 004:918.129 Data: 03 99 88 42 4C DA FF E7 02 98 04 99 01 9A 11 F8 ... -T250C 004:918.153 - 0.077ms returns 60 (0x3C) -T250C 004:918.173 JLINK_ReadMemEx(0x080053B4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.195 -- Read from C cache (2 bytes @ 0x080053B4) -T250C 004:918.220 Data: 03 99 -T250C 004:918.245 - 0.080ms returns 2 (0x2) -T250C 004:918.265 JLINK_ReadMemEx(0x080053B6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.283 -- Read from C cache (2 bytes @ 0x080053B6) -T250C 004:918.308 Data: 88 42 -T250C 004:918.332 - 0.076ms returns 2 (0x2) -T250C 004:918.352 JLINK_ReadMemEx(0x080053B6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.370 -- Read from C cache (2 bytes @ 0x080053B6) -T250C 004:918.395 Data: 88 42 -T250C 004:918.420 - 0.076ms returns 2 (0x2) -T250C 004:918.439 JLINK_ReadMemEx(0x080053B8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:918.457 -- Read from C cache (60 bytes @ 0x080053B8) -T250C 004:918.483 Data: 4C DA FF E7 02 98 04 99 01 9A 11 F8 12 10 48 40 ... -T250C 004:918.507 - 0.076ms returns 60 (0x3C) -T250C 004:918.527 JLINK_ReadMemEx(0x080053B8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.545 -- Read from C cache (2 bytes @ 0x080053B8) -T250C 004:918.570 Data: 4C DA -T250C 004:918.594 - 0.076ms returns 2 (0x2) -T250C 004:918.614 JLINK_ReadMemEx(0x080053B8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:918.633 -- Read from C cache (60 bytes @ 0x080053B8) -T250C 004:918.658 Data: 4C DA FF E7 02 98 04 99 01 9A 11 F8 12 10 48 40 ... -T250C 004:918.683 - 0.076ms returns 60 (0x3C) -T250C 004:918.702 JLINK_ReadMemEx(0x080053B8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.723 -- Read from C cache (2 bytes @ 0x080053B8) -T250C 004:918.754 Data: 4C DA -T250C 004:918.788 - 0.101ms returns 2 (0x2) -T250C 004:918.821 JLINK_ReadMemEx(0x080053BA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.847 -- Read from C cache (2 bytes @ 0x080053BA) -T250C 004:918.873 Data: FF E7 -T250C 004:918.898 - 0.085ms returns 2 (0x2) -T250C 004:918.918 JLINK_ReadMemEx(0x080053BA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:918.937 -- Read from C cache (2 bytes @ 0x080053BA) -T250C 004:918.962 Data: FF E7 -T250C 004:918.987 - 0.077ms returns 2 (0x2) -T250C 004:919.006 JLINK_ReadMemEx(0x080053BC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:919.025 -- Read from C cache (60 bytes @ 0x080053BC) -T250C 004:919.051 Data: 02 98 04 99 01 9A 11 F8 12 10 48 40 02 90 00 20 ... -T250C 004:919.076 - 0.078ms returns 60 (0x3C) -T250C 004:919.095 JLINK_ReadMemEx(0x080053BC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.114 -- Read from C cache (2 bytes @ 0x080053BC) -T250C 004:919.139 Data: 02 98 -T250C 004:919.164 - 0.077ms returns 2 (0x2) -T250C 004:919.184 JLINK_ReadMemEx(0x080053BC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:919.202 -- Read from C cache (60 bytes @ 0x080053BC) -T250C 004:919.228 Data: 02 98 04 99 01 9A 11 F8 12 10 48 40 02 90 00 20 ... -T250C 004:919.252 - 0.077ms returns 60 (0x3C) -T250C 004:919.272 JLINK_ReadMemEx(0x080053BC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.290 -- Read from C cache (2 bytes @ 0x080053BC) -T250C 004:919.315 Data: 02 98 -T250C 004:919.340 - 0.076ms returns 2 (0x2) -T250C 004:919.359 JLINK_ReadMemEx(0x080053BE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.377 -- Read from C cache (2 bytes @ 0x080053BE) -T250C 004:919.403 Data: 04 99 -T250C 004:919.427 - 0.076ms returns 2 (0x2) -T250C 004:919.447 JLINK_ReadMemEx(0x080053BE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.465 -- Read from C cache (2 bytes @ 0x080053BE) -T250C 004:919.490 Data: 04 99 -T250C 004:919.515 - 0.076ms returns 2 (0x2) -T250C 004:919.534 JLINK_ReadMemEx(0x080053C0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:919.553 -- Read from C cache (60 bytes @ 0x080053C0) -T250C 004:919.579 Data: 01 9A 11 F8 12 10 48 40 02 90 00 20 00 90 FF E7 ... -T250C 004:919.603 - 0.077ms returns 60 (0x3C) -T250C 004:919.622 JLINK_ReadMemEx(0x080053C0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.641 -- Read from C cache (2 bytes @ 0x080053C0) -T250C 004:919.666 Data: 01 9A -T250C 004:919.690 - 0.076ms returns 2 (0x2) -T250C 004:919.710 JLINK_ReadMemEx(0x080053C0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:919.741 -- Read from C cache (60 bytes @ 0x080053C0) -T250C 004:919.769 Data: 01 9A 11 F8 12 10 48 40 02 90 00 20 00 90 FF E7 ... -T250C 004:919.794 - 0.092ms returns 60 (0x3C) -T250C 004:919.813 JLINK_ReadMemEx(0x080053C0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.832 -- Read from C cache (2 bytes @ 0x080053C0) -T250C 004:919.856 Data: 01 9A -T250C 004:919.881 - 0.076ms returns 2 (0x2) -T250C 004:919.901 JLINK_ReadMemEx(0x080053C2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:919.919 -- Read from C cache (2 bytes @ 0x080053C2) -T250C 004:919.944 Data: 11 F8 -T250C 004:919.969 - 0.076ms returns 2 (0x2) -T250C 004:919.988 JLINK_ReadMemEx(0x080053C2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:920.007 -- Read from C cache (2 bytes @ 0x080053C2) -T250C 004:920.032 Data: 11 F8 -T250C 004:920.056 - 0.076ms returns 2 (0x2) -T250C 004:920.076 JLINK_ReadMemEx(0x080053C4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:920.094 -- Read from C cache (60 bytes @ 0x080053C4) -T250C 004:920.120 Data: 12 10 48 40 02 90 00 20 00 90 FF E7 00 98 07 28 ... -T250C 004:920.145 - 0.077ms returns 60 (0x3C) -T250C 004:920.164 JLINK_ReadMemEx(0x080053C4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:920.182 -- Read from C cache (2 bytes @ 0x080053C4) -T250C 004:920.207 Data: 12 10 -T250C 004:920.232 - 0.076ms returns 2 (0x2) -T250C 004:920.252 JLINK_ReadMemEx(0x080053C6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:920.271 -- Read from C cache (2 bytes @ 0x080053C6) -T250C 004:920.296 Data: 48 40 -T250C 004:920.320 - 0.076ms returns 2 (0x2) -T250C 004:920.340 JLINK_ReadMemEx(0x080053C8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:920.366 CPU_ReadMem(64 bytes @ 0x08005400) -T250C 004:921.884 -- Updating C cache (64 bytes @ 0x08005400) -T250C 004:921.916 -- Read from C cache (60 bytes @ 0x080053C8) -T250C 004:921.942 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... -T250C 004:921.967 - 1.635ms returns 60 (0x3C) -T250C 004:921.988 JLINK_ReadMemEx(0x080053C8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.007 -- Read from C cache (2 bytes @ 0x080053C8) -T250C 004:922.033 Data: 02 90 -T250C 004:922.057 - 0.077ms returns 2 (0x2) -T250C 004:922.078 JLINK_ReadMemEx(0x080053C8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:922.097 -- Read from C cache (60 bytes @ 0x080053C8) -T250C 004:922.123 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... -T250C 004:922.147 - 0.077ms returns 60 (0x3C) -T250C 004:922.166 JLINK_ReadMemEx(0x080053C8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.185 -- Read from C cache (2 bytes @ 0x080053C8) -T250C 004:922.210 Data: 02 90 -T250C 004:922.234 - 0.076ms returns 2 (0x2) -T250C 004:922.254 JLINK_ReadMemEx(0x080053CA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.272 -- Read from C cache (2 bytes @ 0x080053CA) -T250C 004:922.297 Data: 00 20 -T250C 004:922.321 - 0.076ms returns 2 (0x2) -T250C 004:922.341 JLINK_ReadMemEx(0x080053CA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.361 -- Read from C cache (2 bytes @ 0x080053CA) -T250C 004:922.386 Data: 00 20 -T250C 004:922.411 - 0.078ms returns 2 (0x2) -T250C 004:922.430 JLINK_ReadMemEx(0x080053CC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:922.449 -- Read from C cache (60 bytes @ 0x080053CC) -T250C 004:922.479 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... -T250C 004:922.500 - 0.076ms returns 60 (0x3C) -T250C 004:922.516 JLINK_ReadMemEx(0x080053CC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.532 -- Read from C cache (2 bytes @ 0x080053CC) -T250C 004:922.553 Data: 00 90 -T250C 004:922.573 - 0.064ms returns 2 (0x2) -T250C 004:922.590 JLINK_ReadMemEx(0x080053CC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:922.606 -- Read from C cache (60 bytes @ 0x080053CC) -T250C 004:922.628 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... -T250C 004:922.648 - 0.065ms returns 60 (0x3C) -T250C 004:922.665 JLINK_ReadMemEx(0x080053CC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.680 -- Read from C cache (2 bytes @ 0x080053CC) -T250C 004:922.701 Data: 00 90 -T250C 004:922.738 - 0.080ms returns 2 (0x2) -T250C 004:922.755 JLINK_ReadMemEx(0x080053CE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.788 -- Read from C cache (2 bytes @ 0x080053CE) -T250C 004:922.813 Data: FF E7 -T250C 004:922.838 - 0.091ms returns 2 (0x2) -T250C 004:922.857 JLINK_ReadMemEx(0x080053CE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:922.876 -- Read from C cache (2 bytes @ 0x080053CE) -T250C 004:922.901 Data: FF E7 -T250C 004:922.925 - 0.076ms returns 2 (0x2) -T250C 004:922.945 JLINK_ReadMemEx(0x080053D0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:922.963 -- Read from C cache (60 bytes @ 0x080053D0) -T250C 004:922.989 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... -T250C 004:923.013 - 0.077ms returns 60 (0x3C) -T250C 004:923.032 JLINK_ReadMemEx(0x080053D0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.051 -- Read from C cache (2 bytes @ 0x080053D0) -T250C 004:923.075 Data: 00 98 -T250C 004:923.100 - 0.076ms returns 2 (0x2) -T250C 004:923.120 JLINK_ReadMemEx(0x080053D0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:923.138 -- Read from C cache (60 bytes @ 0x080053D0) -T250C 004:923.164 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... -T250C 004:923.188 - 0.076ms returns 60 (0x3C) -T250C 004:923.207 JLINK_ReadMemEx(0x080053D0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.226 -- Read from C cache (2 bytes @ 0x080053D0) -T250C 004:923.250 Data: 00 98 -T250C 004:923.275 - 0.076ms returns 2 (0x2) -T250C 004:923.295 JLINK_ReadMemEx(0x080053D2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.313 -- Read from C cache (2 bytes @ 0x080053D2) -T250C 004:923.338 Data: 07 28 -T250C 004:923.362 - 0.076ms returns 2 (0x2) -T250C 004:923.382 JLINK_ReadMemEx(0x080053D2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.400 -- Read from C cache (2 bytes @ 0x080053D2) -T250C 004:923.425 Data: 07 28 -T250C 004:923.450 - 0.076ms returns 2 (0x2) -T250C 004:923.469 JLINK_ReadMemEx(0x080053D4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:923.487 -- Read from C cache (60 bytes @ 0x080053D4) -T250C 004:923.513 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... -T250C 004:923.537 - 0.076ms returns 60 (0x3C) -T250C 004:923.557 JLINK_ReadMemEx(0x080053D4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.575 -- Read from C cache (2 bytes @ 0x080053D4) -T250C 004:923.600 Data: 15 DC -T250C 004:923.624 - 0.075ms returns 2 (0x2) -T250C 004:923.644 JLINK_ReadMemEx(0x080053D4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:923.662 -- Read from C cache (60 bytes @ 0x080053D4) -T250C 004:923.688 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... -T250C 004:923.712 - 0.076ms returns 60 (0x3C) -T250C 004:923.731 JLINK_ReadMemEx(0x080053D4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.749 -- Read from C cache (2 bytes @ 0x080053D4) -T250C 004:923.779 Data: 15 DC -T250C 004:923.804 - 0.081ms returns 2 (0x2) -T250C 004:923.824 JLINK_ReadMemEx(0x080053D6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.842 -- Read from C cache (2 bytes @ 0x080053D6) -T250C 004:923.867 Data: FF E7 -T250C 004:923.891 - 0.075ms returns 2 (0x2) -T250C 004:923.911 JLINK_ReadMemEx(0x080053D6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:923.929 -- Read from C cache (2 bytes @ 0x080053D6) -T250C 004:923.954 Data: FF E7 -T250C 004:923.978 - 0.075ms returns 2 (0x2) -T250C 004:923.998 JLINK_ReadMemEx(0x080053D8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:924.016 -- Read from C cache (60 bytes @ 0x080053D8) -T250C 004:924.042 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... -T250C 004:924.066 - 0.076ms returns 60 (0x3C) -T250C 004:924.085 JLINK_ReadMemEx(0x080053D8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.103 -- Read from C cache (2 bytes @ 0x080053D8) -T250C 004:924.128 Data: 9D F8 -T250C 004:924.153 - 0.076ms returns 2 (0x2) -T250C 004:924.173 JLINK_ReadMemEx(0x080053D8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:924.191 -- Read from C cache (60 bytes @ 0x080053D8) -T250C 004:924.216 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... -T250C 004:924.246 - 0.082ms returns 60 (0x3C) -T250C 004:924.266 JLINK_ReadMemEx(0x080053D8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.284 -- Read from C cache (2 bytes @ 0x080053D8) -T250C 004:924.309 Data: 9D F8 -T250C 004:924.334 - 0.076ms returns 2 (0x2) -T250C 004:924.359 JLINK_ReadMemEx(0x080053DA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.374 -- Read from C cache (2 bytes @ 0x080053DA) -T250C 004:924.395 Data: 08 00 -T250C 004:924.416 - 0.064ms returns 2 (0x2) -T250C 004:924.433 JLINK_ReadMemEx(0x080053DC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:924.449 -- Read from C cache (60 bytes @ 0x080053DC) -T250C 004:924.471 Data: C0 07 38 B1 FF E7 02 99 4A F2 01 00 80 EA 61 00 ... -T250C 004:924.491 - 0.065ms returns 60 (0x3C) -T250C 004:924.507 JLINK_ReadMemEx(0x080053DC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.523 -- Read from C cache (2 bytes @ 0x080053DC) -T250C 004:924.544 Data: C0 07 -T250C 004:924.565 - 0.064ms returns 2 (0x2) -T250C 004:924.581 JLINK_ReadMemEx(0x080053DE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.597 -- Read from C cache (2 bytes @ 0x080053DE) -T250C 004:924.618 Data: 38 B1 -T250C 004:924.639 - 0.064ms returns 2 (0x2) -T250C 004:924.655 JLINK_ReadMemEx(0x080053DE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.671 -- Read from C cache (2 bytes @ 0x080053DE) -T250C 004:924.692 Data: 38 B1 -T250C 004:924.713 - 0.067ms returns 2 (0x2) -T250C 004:924.732 JLINK_ReadMemEx(0x080053E0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:924.748 -- Read from C cache (60 bytes @ 0x080053E0) -T250C 004:924.782 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... -T250C 004:924.807 - 0.083ms returns 60 (0x3C) -T250C 004:924.826 JLINK_ReadMemEx(0x080053E0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:924.844 -- Read from C cache (2 bytes @ 0x080053E0) -T250C 004:924.869 Data: FF E7 -T250C 004:924.894 - 0.076ms returns 2 (0x2) -T250C 004:924.914 JLINK_ReadMemEx(0x080053E0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:924.932 -- Read from C cache (60 bytes @ 0x080053E0) -T250C 004:924.958 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... -T250C 004:924.982 - 0.076ms returns 60 (0x3C) -T250C 004:925.001 JLINK_ReadMemEx(0x080053E0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.019 -- Read from C cache (2 bytes @ 0x080053E0) -T250C 004:925.044 Data: FF E7 -T250C 004:925.069 - 0.076ms returns 2 (0x2) -T250C 004:925.088 JLINK_ReadMemEx(0x080053E2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.106 -- Read from C cache (2 bytes @ 0x080053E2) -T250C 004:925.131 Data: 02 99 -T250C 004:925.155 - 0.075ms returns 2 (0x2) -T250C 004:925.175 JLINK_ReadMemEx(0x080053E2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.194 -- Read from C cache (2 bytes @ 0x080053E2) -T250C 004:925.218 Data: 02 99 -T250C 004:925.243 - 0.075ms returns 2 (0x2) -T250C 004:925.262 JLINK_ReadMemEx(0x080053E4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:925.280 -- Read from C cache (60 bytes @ 0x080053E4) -T250C 004:925.306 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... -T250C 004:925.330 - 0.076ms returns 60 (0x3C) -T250C 004:925.350 JLINK_ReadMemEx(0x080053E4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.368 -- Read from C cache (2 bytes @ 0x080053E4) -T250C 004:925.392 Data: 4A F2 -T250C 004:925.417 - 0.075ms returns 2 (0x2) -T250C 004:925.437 JLINK_ReadMemEx(0x080053E4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:925.455 -- Read from C cache (60 bytes @ 0x080053E4) -T250C 004:925.480 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... -T250C 004:925.505 - 0.076ms returns 60 (0x3C) -T250C 004:925.524 JLINK_ReadMemEx(0x080053E4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.542 -- Read from C cache (2 bytes @ 0x080053E4) -T250C 004:925.567 Data: 4A F2 -T250C 004:925.591 - 0.075ms returns 2 (0x2) -T250C 004:925.611 JLINK_ReadMemEx(0x080053E6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.629 -- Read from C cache (2 bytes @ 0x080053E6) -T250C 004:925.654 Data: 01 00 -T250C 004:925.678 - 0.076ms returns 2 (0x2) -T250C 004:925.698 JLINK_ReadMemEx(0x080053E8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:925.724 -- Read from C cache (60 bytes @ 0x080053E8) -T250C 004:925.749 Data: 80 EA 61 00 02 90 03 E0 02 98 40 10 02 90 FF E7 ... -T250C 004:925.779 - 0.104ms returns 60 (0x3C) -T250C 004:925.813 JLINK_ReadMemEx(0x080053E8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.832 -- Read from C cache (2 bytes @ 0x080053E8) -T250C 004:925.856 Data: 80 EA -T250C 004:925.881 - 0.076ms returns 2 (0x2) -T250C 004:925.900 JLINK_ReadMemEx(0x080053EA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:925.918 -- Read from C cache (2 bytes @ 0x080053EA) -T250C 004:925.943 Data: 61 00 -T250C 004:925.968 - 0.076ms returns 2 (0x2) -T250C 004:925.987 JLINK_ReadMemEx(0x080053EC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:926.006 -- Read from C cache (60 bytes @ 0x080053EC) -T250C 004:926.032 Data: 02 90 03 E0 02 98 40 10 02 90 FF E7 FF E7 00 98 ... -T250C 004:926.056 - 0.076ms returns 60 (0x3C) -T250C 004:926.075 JLINK_ReadMemEx(0x080053EC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.093 -- Read from C cache (2 bytes @ 0x080053EC) -T250C 004:926.118 Data: 02 90 -T250C 004:926.143 - 0.075ms returns 2 (0x2) -T250C 004:926.162 JLINK_ReadMemEx(0x080053EE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.180 -- Read from C cache (2 bytes @ 0x080053EE) -T250C 004:926.205 Data: 03 E0 -T250C 004:926.229 - 0.075ms returns 2 (0x2) -T250C 004:926.252 JLINK_ReadMemEx(0x080053EE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.271 -- Read from C cache (2 bytes @ 0x080053EE) -T250C 004:926.295 Data: 03 E0 -T250C 004:926.320 - 0.075ms returns 2 (0x2) -T250C 004:926.339 JLINK_ReadMemEx(0x080053F0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:926.363 -- Read from C cache (60 bytes @ 0x080053F0) -T250C 004:926.385 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... -T250C 004:926.406 - 0.073ms returns 60 (0x3C) -T250C 004:926.422 JLINK_ReadMemEx(0x080053F0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.438 -- Read from C cache (2 bytes @ 0x080053F0) -T250C 004:926.459 Data: 02 98 -T250C 004:926.480 - 0.064ms returns 2 (0x2) -T250C 004:926.496 JLINK_ReadMemEx(0x080053F0, 0x3C Bytes, Flags = 0x02000000) -T250C 004:926.512 -- Read from C cache (60 bytes @ 0x080053F0) -T250C 004:926.534 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... -T250C 004:926.555 - 0.065ms returns 60 (0x3C) -T250C 004:926.571 JLINK_ReadMemEx(0x080053F0, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.587 -- Read from C cache (2 bytes @ 0x080053F0) -T250C 004:926.608 Data: 02 98 -T250C 004:926.629 - 0.064ms returns 2 (0x2) -T250C 004:926.645 JLINK_ReadMemEx(0x080053F2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.661 -- Read from C cache (2 bytes @ 0x080053F2) -T250C 004:926.682 Data: 40 10 -T250C 004:926.703 - 0.064ms returns 2 (0x2) -T250C 004:926.721 JLINK_ReadMemEx(0x080053F2, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.740 -- Read from C cache (2 bytes @ 0x080053F2) -T250C 004:926.762 Data: 40 10 -T250C 004:926.797 - 0.086ms returns 2 (0x2) -T250C 004:926.816 JLINK_ReadMemEx(0x080053F4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:926.835 -- Read from C cache (60 bytes @ 0x080053F4) -T250C 004:926.860 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 02 98 ... -T250C 004:926.885 - 0.076ms returns 60 (0x3C) -T250C 004:926.904 JLINK_ReadMemEx(0x080053F4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:926.922 -- Read from C cache (2 bytes @ 0x080053F4) -T250C 004:926.947 Data: 02 90 -T250C 004:926.971 - 0.075ms returns 2 (0x2) -T250C 004:926.991 JLINK_ReadMemEx(0x080053F4, 0x3C Bytes, Flags = 0x02000000) -T250C 004:927.010 -- Read from C cache (60 bytes @ 0x080053F4) -T250C 004:927.035 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 02 98 ... -T250C 004:927.060 - 0.077ms returns 60 (0x3C) -T250C 004:927.079 JLINK_ReadMemEx(0x080053F4, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.097 -- Read from C cache (2 bytes @ 0x080053F4) -T250C 004:927.122 Data: 02 90 -T250C 004:927.146 - 0.076ms returns 2 (0x2) -T250C 004:927.166 JLINK_ReadMemEx(0x080053F6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.188 -- Read from C cache (2 bytes @ 0x080053F6) -T250C 004:927.213 Data: FF E7 -T250C 004:927.238 - 0.080ms returns 2 (0x2) -T250C 004:927.257 JLINK_ReadMemEx(0x080053F6, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.276 -- Read from C cache (2 bytes @ 0x080053F6) -T250C 004:927.300 Data: FF E7 -T250C 004:927.325 - 0.075ms returns 2 (0x2) -T250C 004:927.344 JLINK_ReadMemEx(0x080053F8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:927.362 -- Read from C cache (60 bytes @ 0x080053F8) -T250C 004:927.388 Data: FF E7 00 98 01 30 00 90 E6 E7 02 98 04 99 01 9A ... -T250C 004:927.412 - 0.076ms returns 60 (0x3C) -T250C 004:927.432 JLINK_ReadMemEx(0x080053F8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.450 -- Read from C cache (2 bytes @ 0x080053F8) -T250C 004:927.474 Data: FF E7 -T250C 004:927.499 - 0.075ms returns 2 (0x2) -T250C 004:927.519 JLINK_ReadMemEx(0x080053F8, 0x3C Bytes, Flags = 0x02000000) -T250C 004:927.537 -- Read from C cache (60 bytes @ 0x080053F8) -T250C 004:927.563 Data: FF E7 00 98 01 30 00 90 E6 E7 02 98 04 99 01 9A ... -T250C 004:927.587 - 0.076ms returns 60 (0x3C) -T250C 004:927.606 JLINK_ReadMemEx(0x080053F8, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.624 -- Read from C cache (2 bytes @ 0x080053F8) -T250C 004:927.649 Data: FF E7 -T250C 004:927.674 - 0.076ms returns 2 (0x2) -T250C 004:927.693 JLINK_ReadMemEx(0x080053FA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.711 -- Read from C cache (2 bytes @ 0x080053FA) -T250C 004:927.736 Data: 00 98 -T250C 004:927.761 - 0.075ms returns 2 (0x2) -T250C 004:927.793 JLINK_ReadMemEx(0x080053FA, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.819 -- Read from C cache (2 bytes @ 0x080053FA) -T250C 004:927.845 Data: 00 98 -T250C 004:927.870 - 0.084ms returns 2 (0x2) -T250C 004:927.889 JLINK_ReadMemEx(0x080053FC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:927.907 -- Read from C cache (60 bytes @ 0x080053FC) -T250C 004:927.933 Data: 01 30 00 90 E6 E7 02 98 04 99 01 9A 01 EB 42 01 ... -T250C 004:927.957 - 0.076ms returns 60 (0x3C) -T250C 004:927.977 JLINK_ReadMemEx(0x080053FC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:927.995 -- Read from C cache (2 bytes @ 0x080053FC) -T250C 004:928.020 Data: 01 30 -T250C 004:928.044 - 0.076ms returns 2 (0x2) -T250C 004:928.064 JLINK_ReadMemEx(0x080053FC, 0x3C Bytes, Flags = 0x02000000) -T250C 004:928.083 -- Read from C cache (60 bytes @ 0x080053FC) -T250C 004:928.108 Data: 01 30 00 90 E6 E7 02 98 04 99 01 9A 01 EB 42 01 ... -T250C 004:928.133 - 0.076ms returns 60 (0x3C) -T250C 004:928.152 JLINK_ReadMemEx(0x080053FC, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.170 -- Read from C cache (2 bytes @ 0x080053FC) -T250C 004:928.195 Data: 01 30 -T250C 004:928.219 - 0.076ms returns 2 (0x2) -T250C 004:928.239 JLINK_ReadMemEx(0x080053FE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.257 -- Read from C cache (2 bytes @ 0x080053FE) -T250C 004:928.284 Data: 00 90 -T250C 004:928.308 - 0.077ms returns 2 (0x2) -T250C 004:928.328 JLINK_ReadMemEx(0x080053FE, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.346 -- Read from C cache (2 bytes @ 0x080053FE) -T250C 004:928.374 Data: 00 90 -T250C 004:928.399 - 0.079ms returns 2 (0x2) -T250C 004:928.418 JLINK_ReadMemEx(0x08005400, 0x3C Bytes, Flags = 0x02000000) -T250C 004:928.437 -- Read from C cache (60 bytes @ 0x08005400) -T250C 004:928.462 Data: E6 E7 02 98 04 99 01 9A 01 EB 42 01 49 78 48 40 ... -T250C 004:928.489 - 0.078ms returns 60 (0x3C) -T250C 004:928.506 JLINK_ReadMemEx(0x08005400, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.521 -- Read from C cache (2 bytes @ 0x08005400) -T250C 004:928.542 Data: E6 E7 -T250C 004:928.563 - 0.064ms returns 2 (0x2) -T250C 004:928.580 JLINK_ReadMemEx(0x08005400, 0x3C Bytes, Flags = 0x02000000) -T250C 004:928.595 -- Read from C cache (60 bytes @ 0x08005400) -T250C 004:928.617 Data: E6 E7 02 98 04 99 01 9A 01 EB 42 01 49 78 48 40 ... -T250C 004:928.638 - 0.065ms returns 60 (0x3C) -T250C 004:928.654 JLINK_ReadMemEx(0x08005400, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.673 -- Read from C cache (2 bytes @ 0x08005400) -T250C 004:928.694 Data: E6 E7 -T250C 004:928.715 - 0.069ms returns 2 (0x2) -T250C 004:928.733 JLINK_ReadMemEx(0x08005402, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.749 -- Read from C cache (2 bytes @ 0x08005402) -T250C 004:928.790 Data: 02 98 -T250C 004:928.814 - 0.089ms returns 2 (0x2) -T250C 004:928.834 JLINK_ReadMemEx(0x08005402, 0x2 Bytes, Flags = 0x02000000) -T250C 004:928.852 -- Read from C cache (2 bytes @ 0x08005402) -T250C 004:928.929 Data: 02 98 -T250C 004:928.954 - 0.128ms returns 2 (0x2) -T250C 004:928.973 JLINK_ReadMemEx(0x08005404, 0x3C Bytes, Flags = 0x02000000) -T250C 004:928.991 -- Read from C cache (60 bytes @ 0x08005404) -T250C 004:929.017 Data: 04 99 01 9A 01 EB 42 01 49 78 48 40 02 90 00 20 ... -T250C 004:929.042 - 0.076ms returns 60 (0x3C) -T250C 004:929.061 JLINK_ReadMemEx(0x08005404, 0x2 Bytes, Flags = 0x02000000) -T250C 004:929.079 -- Read from C cache (2 bytes @ 0x08005404) -T250C 004:929.104 Data: 04 99 -T250C 004:929.128 - 0.075ms returns 2 (0x2) -T250C 004:929.148 JLINK_ReadMemEx(0x08005404, 0x3C Bytes, Flags = 0x02000000) -T250C 004:929.166 -- Read from C cache (60 bytes @ 0x08005404) -T250C 004:929.192 Data: 04 99 01 9A 01 EB 42 01 49 78 48 40 02 90 00 20 ... -T250C 004:929.216 - 0.076ms returns 60 (0x3C) -T250C 004:929.235 JLINK_ReadMemEx(0x08005404, 0x2 Bytes, Flags = 0x02000000) -T250C 004:929.254 -- Read from C cache (2 bytes @ 0x08005404) -T250C 004:929.278 Data: 04 99 -T250C 004:929.305 - 0.078ms returns 2 (0x2) -T250C 004:929.324 JLINK_ReadMemEx(0x08005406, 0x2 Bytes, Flags = 0x02000000) -T250C 004:929.343 -- Read from C cache (2 bytes @ 0x08005406) -T250C 004:929.368 Data: 01 9A -T250C 004:929.392 - 0.076ms returns 2 (0x2) -T250C 004:929.412 JLINK_ReadMemEx(0x08005406, 0x2 Bytes, Flags = 0x02000000) -T250C 004:929.430 -- Read from C cache (2 bytes @ 0x08005406) -T250C 004:929.455 Data: 01 9A -T250C 004:929.479 - 0.076ms returns 2 (0x2) -T250C 004:929.499 JLINK_ReadMemEx(0x08005408, 0x3C Bytes, Flags = 0x02000000) -T250C 004:929.519 CPU_ReadMem(64 bytes @ 0x08005440) -T250C 004:931.002 -- Updating C cache (64 bytes @ 0x08005440) -T250C 004:931.034 -- Read from C cache (60 bytes @ 0x08005408) -T250C 004:931.060 Data: 01 EB 42 01 49 78 48 40 02 90 00 20 00 90 FF E7 ... -T250C 004:931.085 - 1.594ms returns 60 (0x3C) -T250C 004:931.106 JLINK_ReadMemEx(0x08005408, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.125 -- Read from C cache (2 bytes @ 0x08005408) -T250C 004:931.151 Data: 01 EB -T250C 004:931.176 - 0.078ms returns 2 (0x2) -T250C 004:931.197 JLINK_ReadMemEx(0x08005408, 0x3C Bytes, Flags = 0x02000000) -T250C 004:931.215 -- Read from C cache (60 bytes @ 0x08005408) -T250C 004:931.241 Data: 01 EB 42 01 49 78 48 40 02 90 00 20 00 90 FF E7 ... -T250C 004:931.266 - 0.078ms returns 60 (0x3C) -T250C 004:931.286 JLINK_ReadMemEx(0x08005408, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.304 -- Read from C cache (2 bytes @ 0x08005408) -T250C 004:931.329 Data: 01 EB -T250C 004:931.354 - 0.076ms returns 2 (0x2) -T250C 004:931.373 JLINK_ReadMemEx(0x0800540A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.392 -- Read from C cache (2 bytes @ 0x0800540A) -T250C 004:931.417 Data: 42 01 -T250C 004:931.441 - 0.076ms returns 2 (0x2) -T250C 004:931.462 JLINK_ReadMemEx(0x0800540C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:931.480 -- Read from C cache (60 bytes @ 0x0800540C) -T250C 004:931.506 Data: 49 78 48 40 02 90 00 20 00 90 FF E7 00 98 07 28 ... -T250C 004:931.531 - 0.077ms returns 60 (0x3C) -T250C 004:931.550 JLINK_ReadMemEx(0x0800540C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.569 -- Read from C cache (2 bytes @ 0x0800540C) -T250C 004:931.594 Data: 49 78 -T250C 004:931.618 - 0.076ms returns 2 (0x2) -T250C 004:931.638 JLINK_ReadMemEx(0x0800540E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.656 -- Read from C cache (2 bytes @ 0x0800540E) -T250C 004:931.681 Data: 48 40 -T250C 004:931.712 - 0.084ms returns 2 (0x2) -T250C 004:931.734 JLINK_ReadMemEx(0x0800540E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.753 -- Read from C cache (2 bytes @ 0x0800540E) -T250C 004:931.778 Data: 48 40 -T250C 004:931.803 - 0.077ms returns 2 (0x2) -T250C 004:931.823 JLINK_ReadMemEx(0x08005410, 0x3C Bytes, Flags = 0x02000000) -T250C 004:931.841 -- Read from C cache (60 bytes @ 0x08005410) -T250C 004:931.867 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... -T250C 004:931.892 - 0.077ms returns 60 (0x3C) -T250C 004:931.911 JLINK_ReadMemEx(0x08005410, 0x2 Bytes, Flags = 0x02000000) -T250C 004:931.930 -- Read from C cache (2 bytes @ 0x08005410) -T250C 004:931.955 Data: 02 90 -T250C 004:931.979 - 0.076ms returns 2 (0x2) -T250C 004:931.999 JLINK_ReadMemEx(0x08005410, 0x3C Bytes, Flags = 0x02000000) -T250C 004:932.018 -- Read from C cache (60 bytes @ 0x08005410) -T250C 004:932.043 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... -T250C 004:932.068 - 0.076ms returns 60 (0x3C) -T250C 004:932.087 JLINK_ReadMemEx(0x08005410, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.105 -- Read from C cache (2 bytes @ 0x08005410) -T250C 004:932.130 Data: 02 90 -T250C 004:932.155 - 0.076ms returns 2 (0x2) -T250C 004:932.174 JLINK_ReadMemEx(0x08005412, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.193 -- Read from C cache (2 bytes @ 0x08005412) -T250C 004:932.218 Data: 00 20 -T250C 004:932.242 - 0.076ms returns 2 (0x2) -T250C 004:932.262 JLINK_ReadMemEx(0x08005412, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.281 -- Read from C cache (2 bytes @ 0x08005412) -T250C 004:932.306 Data: 00 20 -T250C 004:932.330 - 0.076ms returns 2 (0x2) -T250C 004:932.350 JLINK_ReadMemEx(0x08005414, 0x3C Bytes, Flags = 0x02000000) -T250C 004:932.368 -- Read from C cache (60 bytes @ 0x08005414) -T250C 004:932.394 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... -T250C 004:932.419 - 0.077ms returns 60 (0x3C) -T250C 004:932.438 JLINK_ReadMemEx(0x08005414, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.456 -- Read from C cache (2 bytes @ 0x08005414) -T250C 004:932.481 Data: 00 90 -T250C 004:932.506 - 0.076ms returns 2 (0x2) -T250C 004:932.526 JLINK_ReadMemEx(0x08005414, 0x3C Bytes, Flags = 0x02000000) -T250C 004:932.544 -- Read from C cache (60 bytes @ 0x08005414) -T250C 004:932.570 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... -T250C 004:932.594 - 0.077ms returns 60 (0x3C) -T250C 004:932.614 JLINK_ReadMemEx(0x08005414, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.632 -- Read from C cache (2 bytes @ 0x08005414) -T250C 004:932.657 Data: 00 90 -T250C 004:932.682 - 0.076ms returns 2 (0x2) -T250C 004:932.701 JLINK_ReadMemEx(0x08005416, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.725 -- Read from C cache (2 bytes @ 0x08005416) -T250C 004:932.750 Data: FF E7 -T250C 004:932.775 - 0.082ms returns 2 (0x2) -T250C 004:932.795 JLINK_ReadMemEx(0x08005416, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.813 -- Read from C cache (2 bytes @ 0x08005416) -T250C 004:932.838 Data: FF E7 -T250C 004:932.863 - 0.076ms returns 2 (0x2) -T250C 004:932.882 JLINK_ReadMemEx(0x08005418, 0x3C Bytes, Flags = 0x02000000) -T250C 004:932.901 -- Read from C cache (60 bytes @ 0x08005418) -T250C 004:932.927 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... -T250C 004:932.951 - 0.077ms returns 60 (0x3C) -T250C 004:932.970 JLINK_ReadMemEx(0x08005418, 0x2 Bytes, Flags = 0x02000000) -T250C 004:932.988 -- Read from C cache (2 bytes @ 0x08005418) -T250C 004:933.014 Data: 00 98 -T250C 004:933.038 - 0.076ms returns 2 (0x2) -T250C 004:933.058 JLINK_ReadMemEx(0x08005418, 0x3C Bytes, Flags = 0x02000000) -T250C 004:933.077 -- Read from C cache (60 bytes @ 0x08005418) -T250C 004:933.103 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... -T250C 004:933.127 - 0.077ms returns 60 (0x3C) -T250C 004:933.146 JLINK_ReadMemEx(0x08005418, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.165 -- Read from C cache (2 bytes @ 0x08005418) -T250C 004:933.190 Data: 00 98 -T250C 004:933.218 - 0.080ms returns 2 (0x2) -T250C 004:933.238 JLINK_ReadMemEx(0x0800541A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.257 -- Read from C cache (2 bytes @ 0x0800541A) -T250C 004:933.282 Data: 07 28 -T250C 004:933.306 - 0.076ms returns 2 (0x2) -T250C 004:933.326 JLINK_ReadMemEx(0x0800541A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.345 -- Read from C cache (2 bytes @ 0x0800541A) -T250C 004:933.372 Data: 07 28 -T250C 004:933.396 - 0.078ms returns 2 (0x2) -T250C 004:933.416 JLINK_ReadMemEx(0x0800541C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:933.434 -- Read from C cache (60 bytes @ 0x0800541C) -T250C 004:933.460 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... -T250C 004:933.489 - 0.080ms returns 60 (0x3C) -T250C 004:933.505 JLINK_ReadMemEx(0x0800541C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.521 -- Read from C cache (2 bytes @ 0x0800541C) -T250C 004:933.542 Data: 15 DC -T250C 004:933.563 - 0.064ms returns 2 (0x2) -T250C 004:933.580 JLINK_ReadMemEx(0x0800541C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:933.595 -- Read from C cache (60 bytes @ 0x0800541C) -T250C 004:933.617 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... -T250C 004:933.637 - 0.065ms returns 60 (0x3C) -T250C 004:933.654 JLINK_ReadMemEx(0x0800541C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.669 -- Read from C cache (2 bytes @ 0x0800541C) -T250C 004:933.691 Data: 15 DC -T250C 004:933.711 - 0.064ms returns 2 (0x2) -T250C 004:933.730 JLINK_ReadMemEx(0x0800541E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.745 -- Read from C cache (2 bytes @ 0x0800541E) -T250C 004:933.778 Data: FF E7 -T250C 004:933.804 - 0.082ms returns 2 (0x2) -T250C 004:933.824 JLINK_ReadMemEx(0x0800541E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:933.842 -- Read from C cache (2 bytes @ 0x0800541E) -T250C 004:933.867 Data: FF E7 -T250C 004:933.891 - 0.076ms returns 2 (0x2) -T250C 004:933.911 JLINK_ReadMemEx(0x08005420, 0x3C Bytes, Flags = 0x02000000) -T250C 004:933.929 -- Read from C cache (60 bytes @ 0x08005420) -T250C 004:933.955 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... -T250C 004:933.979 - 0.076ms returns 60 (0x3C) -T250C 004:933.998 JLINK_ReadMemEx(0x08005420, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.016 -- Read from C cache (2 bytes @ 0x08005420) -T250C 004:934.041 Data: 9D F8 -T250C 004:934.066 - 0.075ms returns 2 (0x2) -T250C 004:934.085 JLINK_ReadMemEx(0x08005420, 0x3C Bytes, Flags = 0x02000000) -T250C 004:934.104 -- Read from C cache (60 bytes @ 0x08005420) -T250C 004:934.129 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... -T250C 004:934.154 - 0.076ms returns 60 (0x3C) -T250C 004:934.173 JLINK_ReadMemEx(0x08005420, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.191 -- Read from C cache (2 bytes @ 0x08005420) -T250C 004:934.216 Data: 9D F8 -T250C 004:934.241 - 0.076ms returns 2 (0x2) -T250C 004:934.260 JLINK_ReadMemEx(0x08005422, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.278 -- Read from C cache (2 bytes @ 0x08005422) -T250C 004:934.303 Data: 08 00 -T250C 004:934.328 - 0.076ms returns 2 (0x2) -T250C 004:934.347 JLINK_ReadMemEx(0x08005424, 0x3C Bytes, Flags = 0x02000000) -T250C 004:934.366 -- Read from C cache (60 bytes @ 0x08005424) -T250C 004:934.392 Data: C0 07 38 B1 FF E7 02 99 4A F2 01 00 80 EA 61 00 ... -T250C 004:934.416 - 0.076ms returns 60 (0x3C) -T250C 004:934.435 JLINK_ReadMemEx(0x08005424, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.453 -- Read from C cache (2 bytes @ 0x08005424) -T250C 004:934.478 Data: C0 07 -T250C 004:934.502 - 0.076ms returns 2 (0x2) -T250C 004:934.522 JLINK_ReadMemEx(0x08005426, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.540 -- Read from C cache (2 bytes @ 0x08005426) -T250C 004:934.565 Data: 38 B1 -T250C 004:934.590 - 0.076ms returns 2 (0x2) -T250C 004:934.609 JLINK_ReadMemEx(0x08005426, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.628 -- Read from C cache (2 bytes @ 0x08005426) -T250C 004:934.652 Data: 38 B1 -T250C 004:934.677 - 0.075ms returns 2 (0x2) -T250C 004:934.696 JLINK_ReadMemEx(0x08005428, 0x3C Bytes, Flags = 0x02000000) -T250C 004:934.724 -- Read from C cache (60 bytes @ 0x08005428) -T250C 004:934.750 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... -T250C 004:934.780 - 0.092ms returns 60 (0x3C) -T250C 004:934.803 JLINK_ReadMemEx(0x08005428, 0x2 Bytes, Flags = 0x02000000) -T250C 004:934.829 -- Read from C cache (2 bytes @ 0x08005428) -T250C 004:934.868 Data: FF E7 -T250C 004:934.893 - 0.099ms returns 2 (0x2) -T250C 004:934.913 JLINK_ReadMemEx(0x08005428, 0x3C Bytes, Flags = 0x02000000) -T250C 004:934.932 -- Read from C cache (60 bytes @ 0x08005428) -T250C 004:934.958 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... -T250C 004:934.983 - 0.078ms returns 60 (0x3C) -T250C 004:935.002 JLINK_ReadMemEx(0x08005428, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.021 -- Read from C cache (2 bytes @ 0x08005428) -T250C 004:935.046 Data: FF E7 -T250C 004:935.071 - 0.077ms returns 2 (0x2) -T250C 004:935.090 JLINK_ReadMemEx(0x0800542A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.109 -- Read from C cache (2 bytes @ 0x0800542A) -T250C 004:935.133 Data: 02 99 -T250C 004:935.158 - 0.076ms returns 2 (0x2) -T250C 004:935.178 JLINK_ReadMemEx(0x0800542A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.196 -- Read from C cache (2 bytes @ 0x0800542A) -T250C 004:935.221 Data: 02 99 -T250C 004:935.245 - 0.076ms returns 2 (0x2) -T250C 004:935.265 JLINK_ReadMemEx(0x0800542C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:935.283 -- Read from C cache (60 bytes @ 0x0800542C) -T250C 004:935.309 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... -T250C 004:935.333 - 0.077ms returns 60 (0x3C) -T250C 004:935.353 JLINK_ReadMemEx(0x0800542C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.371 -- Read from C cache (2 bytes @ 0x0800542C) -T250C 004:935.396 Data: 4A F2 -T250C 004:935.420 - 0.075ms returns 2 (0x2) -T250C 004:935.440 JLINK_ReadMemEx(0x0800542C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:935.458 -- Read from C cache (60 bytes @ 0x0800542C) -T250C 004:935.484 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... -T250C 004:935.508 - 0.076ms returns 60 (0x3C) -T250C 004:935.527 JLINK_ReadMemEx(0x0800542C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.545 -- Read from C cache (2 bytes @ 0x0800542C) -T250C 004:935.570 Data: 4A F2 -T250C 004:935.595 - 0.076ms returns 2 (0x2) -T250C 004:935.616 JLINK_ReadMemEx(0x0800542E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.634 -- Read from C cache (2 bytes @ 0x0800542E) -T250C 004:935.659 Data: 01 00 -T250C 004:935.684 - 0.075ms returns 2 (0x2) -T250C 004:935.703 JLINK_ReadMemEx(0x08005430, 0x3C Bytes, Flags = 0x02000000) -T250C 004:935.725 -- Read from C cache (60 bytes @ 0x08005430) -T250C 004:935.750 Data: 80 EA 61 00 02 90 03 E0 02 98 40 10 02 90 FF E7 ... -T250C 004:935.782 - 0.087ms returns 60 (0x3C) -T250C 004:935.802 JLINK_ReadMemEx(0x08005430, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.820 -- Read from C cache (2 bytes @ 0x08005430) -T250C 004:935.845 Data: 80 EA -T250C 004:935.869 - 0.075ms returns 2 (0x2) -T250C 004:935.888 JLINK_ReadMemEx(0x08005432, 0x2 Bytes, Flags = 0x02000000) -T250C 004:935.907 -- Read from C cache (2 bytes @ 0x08005432) -T250C 004:935.931 Data: 61 00 -T250C 004:935.956 - 0.076ms returns 2 (0x2) -T250C 004:935.976 JLINK_ReadMemEx(0x08005434, 0x3C Bytes, Flags = 0x02000000) -T250C 004:935.994 -- Read from C cache (60 bytes @ 0x08005434) -T250C 004:936.020 Data: 02 90 03 E0 02 98 40 10 02 90 FF E7 FF E7 00 98 ... -T250C 004:936.044 - 0.076ms returns 60 (0x3C) -T250C 004:936.063 JLINK_ReadMemEx(0x08005434, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.081 -- Read from C cache (2 bytes @ 0x08005434) -T250C 004:936.106 Data: 02 90 -T250C 004:936.131 - 0.076ms returns 2 (0x2) -T250C 004:936.150 JLINK_ReadMemEx(0x08005436, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.168 -- Read from C cache (2 bytes @ 0x08005436) -T250C 004:936.193 Data: 03 E0 -T250C 004:936.217 - 0.075ms returns 2 (0x2) -T250C 004:936.237 JLINK_ReadMemEx(0x08005436, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.259 -- Read from C cache (2 bytes @ 0x08005436) -T250C 004:936.284 Data: 03 E0 -T250C 004:936.309 - 0.080ms returns 2 (0x2) -T250C 004:936.328 JLINK_ReadMemEx(0x08005438, 0x3C Bytes, Flags = 0x02000000) -T250C 004:936.347 -- Read from C cache (60 bytes @ 0x08005438) -T250C 004:936.372 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... -T250C 004:936.396 - 0.076ms returns 60 (0x3C) -T250C 004:936.416 JLINK_ReadMemEx(0x08005438, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.434 -- Read from C cache (2 bytes @ 0x08005438) -T250C 004:936.459 Data: 02 98 -T250C 004:936.483 - 0.075ms returns 2 (0x2) -T250C 004:936.503 JLINK_ReadMemEx(0x08005438, 0x3C Bytes, Flags = 0x02000000) -T250C 004:936.521 -- Read from C cache (60 bytes @ 0x08005438) -T250C 004:936.547 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... -T250C 004:936.571 - 0.076ms returns 60 (0x3C) -T250C 004:936.590 JLINK_ReadMemEx(0x08005438, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.608 -- Read from C cache (2 bytes @ 0x08005438) -T250C 004:936.633 Data: 02 98 -T250C 004:936.657 - 0.075ms returns 2 (0x2) -T250C 004:936.677 JLINK_ReadMemEx(0x0800543A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.695 -- Read from C cache (2 bytes @ 0x0800543A) -T250C 004:936.720 Data: 40 10 -T250C 004:936.744 - 0.076ms returns 2 (0x2) -T250C 004:936.764 JLINK_ReadMemEx(0x0800543A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.792 -- Read from C cache (2 bytes @ 0x0800543A) -T250C 004:936.817 Data: 40 10 -T250C 004:936.841 - 0.085ms returns 2 (0x2) -T250C 004:936.864 JLINK_ReadMemEx(0x0800543C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:936.883 -- Read from C cache (60 bytes @ 0x0800543C) -T250C 004:936.909 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 FF E7 ... -T250C 004:936.933 - 0.077ms returns 60 (0x3C) -T250C 004:936.955 JLINK_ReadMemEx(0x0800543C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:936.973 -- Read from C cache (2 bytes @ 0x0800543C) -T250C 004:936.998 Data: 02 90 -T250C 004:937.022 - 0.076ms returns 2 (0x2) -T250C 004:937.045 JLINK_ReadMemEx(0x0800543C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:937.063 -- Read from C cache (60 bytes @ 0x0800543C) -T250C 004:937.089 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 FF E7 ... -T250C 004:937.114 - 0.077ms returns 60 (0x3C) -T250C 004:937.136 JLINK_ReadMemEx(0x0800543C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.154 -- Read from C cache (2 bytes @ 0x0800543C) -T250C 004:937.179 Data: 02 90 -T250C 004:937.203 - 0.076ms returns 2 (0x2) -T250C 004:937.226 JLINK_ReadMemEx(0x0800543E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.244 -- Read from C cache (2 bytes @ 0x0800543E) -T250C 004:937.269 Data: FF E7 -T250C 004:937.293 - 0.076ms returns 2 (0x2) -T250C 004:937.316 JLINK_ReadMemEx(0x0800543E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.334 -- Read from C cache (2 bytes @ 0x0800543E) -T250C 004:937.359 Data: FF E7 -T250C 004:937.384 - 0.076ms returns 2 (0x2) -T250C 004:937.406 JLINK_ReadMemEx(0x08005440, 0x3C Bytes, Flags = 0x02000000) -T250C 004:937.424 -- Read from C cache (60 bytes @ 0x08005440) -T250C 004:937.450 Data: FF E7 00 98 01 30 00 90 E6 E7 FF E7 01 98 01 30 ... -T250C 004:937.474 - 0.076ms returns 60 (0x3C) -T250C 004:937.496 JLINK_ReadMemEx(0x08005440, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.514 -- Read from C cache (2 bytes @ 0x08005440) -T250C 004:937.539 Data: FF E7 -T250C 004:937.563 - 0.076ms returns 2 (0x2) -T250C 004:937.586 JLINK_ReadMemEx(0x08005440, 0x3C Bytes, Flags = 0x02000000) -T250C 004:937.604 -- Read from C cache (60 bytes @ 0x08005440) -T250C 004:937.630 Data: FF E7 00 98 01 30 00 90 E6 E7 FF E7 01 98 01 30 ... -T250C 004:937.654 - 0.077ms returns 60 (0x3C) -T250C 004:937.685 JLINK_ReadMemEx(0x08005440, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.703 -- Read from C cache (2 bytes @ 0x08005440) -T250C 004:937.729 Data: FF E7 -T250C 004:937.754 - 0.077ms returns 2 (0x2) -T250C 004:937.777 JLINK_ReadMemEx(0x08005442, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.800 -- Read from C cache (2 bytes @ 0x08005442) -T250C 004:937.825 Data: 00 98 -T250C 004:937.849 - 0.080ms returns 2 (0x2) -T250C 004:937.872 JLINK_ReadMemEx(0x08005442, 0x2 Bytes, Flags = 0x02000000) -T250C 004:937.890 -- Read from C cache (2 bytes @ 0x08005442) -T250C 004:937.915 Data: 00 98 -T250C 004:937.942 - 0.079ms returns 2 (0x2) -T250C 004:937.964 JLINK_ReadMemEx(0x08005444, 0x3C Bytes, Flags = 0x02000000) -T250C 004:937.983 -- Read from C cache (60 bytes @ 0x08005444) -T250C 004:938.009 Data: 01 30 00 90 E6 E7 FF E7 01 98 01 30 01 90 AE E7 ... -T250C 004:938.034 - 0.077ms returns 60 (0x3C) -T250C 004:938.055 JLINK_ReadMemEx(0x08005444, 0x2 Bytes, Flags = 0x02000000) -T250C 004:938.074 -- Read from C cache (2 bytes @ 0x08005444) -T250C 004:938.099 Data: 01 30 -T250C 004:938.123 - 0.076ms returns 2 (0x2) -T250C 004:938.149 JLINK_ReadMemEx(0x08005444, 0x3C Bytes, Flags = 0x02000000) -T250C 004:938.167 -- Read from C cache (60 bytes @ 0x08005444) -T250C 004:938.193 Data: 01 30 00 90 E6 E7 FF E7 01 98 01 30 01 90 AE E7 ... -T250C 004:938.217 - 0.077ms returns 60 (0x3C) -T250C 004:938.239 JLINK_ReadMemEx(0x08005444, 0x2 Bytes, Flags = 0x02000000) -T250C 004:938.258 -- Read from C cache (2 bytes @ 0x08005444) -T250C 004:938.283 Data: 01 30 -T250C 004:938.307 - 0.076ms returns 2 (0x2) -T250C 004:938.329 JLINK_ReadMemEx(0x08005446, 0x2 Bytes, Flags = 0x02000000) -T250C 004:938.348 -- Read from C cache (2 bytes @ 0x08005446) -T250C 004:938.372 Data: 00 90 -T250C 004:938.397 - 0.076ms returns 2 (0x2) -T250C 004:938.419 JLINK_ReadMemEx(0x08005446, 0x2 Bytes, Flags = 0x02000000) -T250C 004:938.438 -- Read from C cache (2 bytes @ 0x08005446) -T250C 004:938.465 Data: 00 90 -T250C 004:938.489 - 0.078ms returns 2 (0x2) -T250C 004:938.511 JLINK_ReadMemEx(0x08005448, 0x3C Bytes, Flags = 0x02000000) -T250C 004:938.531 CPU_ReadMem(64 bytes @ 0x08005480) -T250C 004:940.127 -- Updating C cache (64 bytes @ 0x08005480) -T250C 004:940.159 -- Read from C cache (60 bytes @ 0x08005448) -T250C 004:940.186 Data: E6 E7 FF E7 01 98 01 30 01 90 AE E7 02 98 05 B0 ... -T250C 004:940.211 - 1.708ms returns 60 (0x3C) -T250C 004:940.235 JLINK_ReadMemEx(0x08005448, 0x2 Bytes, Flags = 0x02000000) -T250C 004:940.260 -- Read from C cache (2 bytes @ 0x08005448) -T250C 004:940.285 Data: E6 E7 -T250C 004:940.310 - 0.083ms returns 2 (0x2) -T250C 004:940.333 JLINK_ReadMemEx(0x08005448, 0x3C Bytes, Flags = 0x02000000) -T250C 004:940.352 -- Read from C cache (60 bytes @ 0x08005448) -T250C 004:940.378 Data: E6 E7 FF E7 01 98 01 30 01 90 AE E7 02 98 05 B0 ... -T250C 004:940.402 - 0.077ms returns 60 (0x3C) -T250C 004:940.424 JLINK_ReadMemEx(0x08005448, 0x2 Bytes, Flags = 0x02000000) -T250C 004:940.443 -- Read from C cache (2 bytes @ 0x08005448) -T250C 004:940.468 Data: E6 E7 -T250C 004:940.492 - 0.076ms returns 2 (0x2) -T250C 004:940.514 JLINK_ReadMemEx(0x0800544A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:940.533 -- Read from C cache (2 bytes @ 0x0800544A) -T250C 004:940.558 Data: FF E7 -T250C 004:940.582 - 0.076ms returns 2 (0x2) -T250C 004:940.607 JLINK_ReadMemEx(0x0800544A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:940.625 -- Read from C cache (2 bytes @ 0x0800544A) -T250C 004:940.650 Data: FF E7 -T250C 004:940.674 - 0.076ms returns 2 (0x2) -T250C 004:940.696 JLINK_ReadMemEx(0x0800544C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:940.724 -- Read from C cache (60 bytes @ 0x0800544C) -T250C 004:940.746 Data: 01 98 01 30 01 90 AE E7 02 98 05 B0 70 47 00 00 ... -T250C 004:940.776 - 0.090ms returns 60 (0x3C) -T250C 004:940.814 JLINK_ReadMemEx(0x0800544C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:940.833 -- Read from C cache (2 bytes @ 0x0800544C) -T250C 004:940.858 Data: 01 98 -T250C 004:940.883 - 0.077ms returns 2 (0x2) -T250C 004:940.905 JLINK_ReadMemEx(0x0800544C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:940.924 -- Read from C cache (60 bytes @ 0x0800544C) -T250C 004:940.950 Data: 01 98 01 30 01 90 AE E7 02 98 05 B0 70 47 00 00 ... -T250C 004:940.980 - 0.083ms returns 60 (0x3C) -T250C 004:941.003 JLINK_ReadMemEx(0x0800544C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.021 -- Read from C cache (2 bytes @ 0x0800544C) -T250C 004:941.046 Data: 01 98 -T250C 004:941.071 - 0.076ms returns 2 (0x2) -T250C 004:941.093 JLINK_ReadMemEx(0x0800544E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.111 -- Read from C cache (2 bytes @ 0x0800544E) -T250C 004:941.136 Data: 01 30 -T250C 004:941.161 - 0.076ms returns 2 (0x2) -T250C 004:941.183 JLINK_ReadMemEx(0x0800544E, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.202 -- Read from C cache (2 bytes @ 0x0800544E) -T250C 004:941.227 Data: 01 30 -T250C 004:941.251 - 0.076ms returns 2 (0x2) -T250C 004:941.273 JLINK_ReadMemEx(0x08005450, 0x3C Bytes, Flags = 0x02000000) -T250C 004:941.293 -- Read from C cache (60 bytes @ 0x08005450) -T250C 004:941.318 Data: 01 90 AE E7 02 98 05 B0 70 47 00 00 80 B5 90 B0 ... -T250C 004:941.343 - 0.078ms returns 60 (0x3C) -T250C 004:941.364 JLINK_ReadMemEx(0x08005450, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.383 -- Read from C cache (2 bytes @ 0x08005450) -T250C 004:941.408 Data: 01 90 -T250C 004:941.432 - 0.076ms returns 2 (0x2) -T250C 004:941.455 JLINK_ReadMemEx(0x08005450, 0x3C Bytes, Flags = 0x02000000) -T250C 004:941.473 -- Read from C cache (60 bytes @ 0x08005450) -T250C 004:941.499 Data: 01 90 AE E7 02 98 05 B0 70 47 00 00 80 B5 90 B0 ... -T250C 004:941.523 - 0.077ms returns 60 (0x3C) -T250C 004:941.545 JLINK_ReadMemEx(0x08005450, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.564 -- Read from C cache (2 bytes @ 0x08005450) -T250C 004:941.589 Data: 01 90 -T250C 004:941.613 - 0.076ms returns 2 (0x2) -T250C 004:941.635 JLINK_ReadMemEx(0x08005452, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.654 -- Read from C cache (2 bytes @ 0x08005452) -T250C 004:941.679 Data: AE E7 -T250C 004:941.703 - 0.076ms returns 2 (0x2) -T250C 004:941.726 JLINK_ReadMemEx(0x08005452, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.744 -- Read from C cache (2 bytes @ 0x08005452) -T250C 004:941.771 Data: AE E7 -T250C 004:941.796 - 0.078ms returns 2 (0x2) -T250C 004:941.818 JLINK_ReadMemEx(0x08005454, 0x3C Bytes, Flags = 0x02000000) -T250C 004:941.836 -- Read from C cache (60 bytes @ 0x08005454) -T250C 004:941.862 Data: 02 98 05 B0 70 47 00 00 80 B5 90 B0 00 20 0C 90 ... -T250C 004:941.886 - 0.076ms returns 60 (0x3C) -T250C 004:941.908 JLINK_ReadMemEx(0x08005454, 0x2 Bytes, Flags = 0x02000000) -T250C 004:941.926 -- Read from C cache (2 bytes @ 0x08005454) -T250C 004:941.951 Data: 02 98 -T250C 004:941.976 - 0.076ms returns 2 (0x2) -T250C 004:941.998 JLINK_ReadMemEx(0x08005454, 0x3C Bytes, Flags = 0x02000000) -T250C 004:942.016 -- Read from C cache (60 bytes @ 0x08005454) -T250C 004:942.042 Data: 02 98 05 B0 70 47 00 00 80 B5 90 B0 00 20 0C 90 ... -T250C 004:942.066 - 0.077ms returns 60 (0x3C) -T250C 004:942.088 JLINK_ReadMemEx(0x08005454, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.107 -- Read from C cache (2 bytes @ 0x08005454) -T250C 004:942.131 Data: 02 98 -T250C 004:942.156 - 0.076ms returns 2 (0x2) -T250C 004:942.178 JLINK_ReadMemEx(0x08005456, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.196 -- Read from C cache (2 bytes @ 0x08005456) -T250C 004:942.221 Data: 05 B0 -T250C 004:942.247 - 0.078ms returns 2 (0x2) -T250C 004:942.270 JLINK_ReadMemEx(0x08005456, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.288 -- Read from C cache (2 bytes @ 0x08005456) -T250C 004:942.313 Data: 05 B0 -T250C 004:942.338 - 0.082ms returns 2 (0x2) -T250C 004:942.364 JLINK_ReadMemEx(0x08005458, 0x3C Bytes, Flags = 0x02000000) -T250C 004:942.379 -- Read from C cache (60 bytes @ 0x08005458) -T250C 004:942.401 Data: 70 47 00 00 80 B5 90 B0 00 20 0C 90 0E 90 FC F7 ... -T250C 004:942.422 - 0.065ms returns 60 (0x3C) -T250C 004:942.441 JLINK_ReadMemEx(0x08005458, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.456 -- Read from C cache (2 bytes @ 0x08005458) -T250C 004:942.478 Data: 70 47 -T250C 004:942.498 - 0.067ms returns 2 (0x2) -T250C 004:942.521 JLINK_ReadMemEx(0x08005458, 0x3C Bytes, Flags = 0x02000000) -T250C 004:942.537 -- Read from C cache (60 bytes @ 0x08005458) -T250C 004:942.559 Data: 70 47 00 00 80 B5 90 B0 00 20 0C 90 0E 90 FC F7 ... -T250C 004:942.580 - 0.065ms returns 60 (0x3C) -T250C 004:942.598 JLINK_ReadMemEx(0x08005458, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.614 -- Read from C cache (2 bytes @ 0x08005458) -T250C 004:942.635 Data: 70 47 -T250C 004:942.656 - 0.064ms returns 2 (0x2) -T250C 004:942.675 JLINK_ReadMemEx(0x0800545A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.690 -- Read from C cache (2 bytes @ 0x0800545A) -T250C 004:942.712 Data: 00 00 -T250C 004:942.736 - 0.068ms returns 2 (0x2) -T250C 004:942.757 JLINK_ReadMemEx(0x0800545A, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.783 -- Read from C cache (2 bytes @ 0x0800545A) -T250C 004:942.808 Data: 00 00 -T250C 004:942.833 - 0.084ms returns 2 (0x2) -T250C 004:942.855 JLINK_ReadMemEx(0x0800545C, 0x3C Bytes, Flags = 0x02000000) -T250C 004:942.874 -- Read from C cache (60 bytes @ 0x0800545C) -T250C 004:942.899 Data: 80 B5 90 B0 00 20 0C 90 0E 90 FC F7 8F FF FF F7 ... -T250C 004:942.924 - 0.076ms returns 60 (0x3C) -T250C 004:942.945 JLINK_ReadMemEx(0x0800545C, 0x2 Bytes, Flags = 0x02000000) -T250C 004:942.964 -- Read from C cache (2 bytes @ 0x0800545C) -T250C 004:942.988 Data: 80 B5 -T250C 004:943.013 - 0.076ms returns 2 (0x2) -T1A80 011:051.845 JLINK_ReadMemEx(0x0800545C, 0x2 Bytes, Flags = 0x02000000) -T1A80 011:051.916 -- Read from C cache (2 bytes @ 0x0800545C) -T1A80 011:051.940 Data: 80 B5 -T1A80 011:051.962 - 0.124ms returns 2 (0x2) -T1A80 011:051.980 JLINK_HasError() -T1A80 011:051.999 JLINK_HasError() -T1A80 011:052.016 JLINK_Go() -T1A80 011:053.098 CPU_ReadMem(4 bytes @ 0xE0001000) -T1A80 011:053.542 CPU_WriteMem(4 bytes @ 0xE0002008) -T1A80 011:054.292 - 2.288ms -T1A80 011:154.682 JLINK_HasError() -T1A80 011:154.728 JLINK_IsHalted() -T1A80 011:155.793 - 1.080ms returns FALSE -T1A80 011:256.342 JLINK_HasError() -T1A80 011:256.435 JLINK_IsHalted() -T1A80 011:257.572 - 1.188ms returns FALSE -T1A80 011:358.374 JLINK_HasError() -T1A80 011:358.463 JLINK_IsHalted() -T1A80 011:359.552 - 1.112ms returns FALSE -T1A80 011:460.019 JLINK_HasError() -T1A80 011:460.099 JLINK_IsHalted() -T1A80 011:461.292 - 1.237ms returns FALSE -T1A80 011:562.181 JLINK_HasError() -T1A80 011:562.219 JLINK_IsHalted() -T1A80 011:563.265 - 1.067ms returns FALSE -T1A80 011:663.541 JLINK_HasError() -T1A80 011:663.591 JLINK_IsHalted() -T1A80 011:664.575 - 1.003ms returns FALSE -T1A80 011:764.855 JLINK_HasError() -T1A80 011:764.944 JLINK_IsHalted() -T1A80 011:765.946 - 1.020ms returns FALSE -T1A80 011:866.132 JLINK_HasError() -T1A80 011:866.226 JLINK_IsHalted() -T1A80 011:867.357 - 1.175ms returns FALSE -T1A80 011:968.159 JLINK_HasError() -T1A80 011:968.259 JLINK_IsHalted() -T1A80 011:969.368 - 1.136ms returns FALSE -T1A80 012:070.373 JLINK_HasError() -T1A80 012:070.463 JLINK_IsHalted() -T1A80 012:071.599 - 1.157ms returns FALSE -T1A80 012:172.487 JLINK_HasError() -T1A80 012:172.526 JLINK_IsHalted() -T1A80 012:173.557 - 1.059ms returns FALSE -T1A80 012:274.357 JLINK_HasError() -T1A80 012:274.400 JLINK_IsHalted() -T1A80 012:275.457 - 1.076ms returns FALSE -T1A80 012:375.796 JLINK_HasError() -T1A80 012:375.853 JLINK_IsHalted() -T1A80 012:377.010 - 1.189ms returns FALSE -T1A80 012:477.178 JLINK_HasError() -T1A80 012:477.270 JLINK_IsHalted() -T1A80 012:478.427 - 1.202ms returns FALSE -T1A80 012:578.789 JLINK_HasError() -T1A80 012:578.834 JLINK_IsHalted() -T1A80 012:579.818 - 1.005ms returns FALSE -T1A80 012:680.576 JLINK_HasError() -T1A80 012:680.624 JLINK_IsHalted() -T1A80 012:681.696 - 1.093ms returns FALSE -T1A80 012:782.390 JLINK_HasError() -T1A80 012:782.433 JLINK_IsHalted() -T1A80 012:783.487 - 1.103ms returns FALSE -T1A80 012:884.341 JLINK_HasError() -T1A80 012:884.397 JLINK_IsHalted() -T1A80 012:885.508 - 1.143ms returns FALSE -T1A80 012:986.108 JLINK_HasError() -T1A80 012:986.190 JLINK_IsHalted() -T1A80 012:987.367 - 1.373ms returns FALSE -T1A80 013:087.930 JLINK_HasError() -T1A80 013:087.971 JLINK_IsHalted() -T1A80 013:089.016 - 1.057ms returns FALSE -T1A80 013:189.643 JLINK_HasError() -T1A80 013:189.705 JLINK_IsHalted() -T1A80 013:190.769 - 1.118ms returns FALSE -T1A80 013:291.064 JLINK_HasError() -T1A80 013:291.156 JLINK_IsHalted() -T1A80 013:292.327 - 1.216ms returns FALSE -T1A80 013:392.806 JLINK_HasError() -T1A80 013:392.895 JLINK_IsHalted() -T1A80 013:394.053 - 1.202ms returns FALSE -T1A80 013:494.218 JLINK_HasError() -T1A80 013:494.266 JLINK_IsHalted() -T1A80 013:495.291 - 1.041ms returns FALSE -T1A80 013:595.651 JLINK_HasError() -T1A80 013:595.694 JLINK_IsHalted() -T1A80 013:596.699 - 1.025ms returns FALSE -T1A80 013:697.474 JLINK_HasError() -T1A80 013:697.562 JLINK_IsHalted() -T1A80 013:698.710 - 1.170ms returns FALSE -T1A80 013:799.754 JLINK_HasError() -T1A80 013:799.844 JLINK_IsHalted() -T1A80 013:800.870 - 1.045ms returns FALSE -T1A80 013:901.351 JLINK_HasError() -T1A80 013:901.400 JLINK_IsHalted() -T1A80 013:902.429 - 1.039ms returns FALSE -T1A80 014:003.113 JLINK_HasError() -T1A80 014:003.151 JLINK_IsHalted() -T1A80 014:004.297 - 1.190ms returns FALSE -T1A80 014:105.207 JLINK_HasError() -T1A80 014:105.290 JLINK_IsHalted() -T1A80 014:106.374 - 1.102ms returns FALSE -T1A80 014:206.738 JLINK_HasError() -T1A80 014:206.787 JLINK_IsHalted() -T1A80 014:207.903 - 1.127ms returns FALSE -T1A80 014:308.492 JLINK_HasError() -T1A80 014:308.539 JLINK_IsHalted() -T1A80 014:309.600 - 1.076ms returns FALSE -T1A80 014:410.352 JLINK_HasError() -T1A80 014:410.452 JLINK_IsHalted() -T1A80 014:411.477 - 1.045ms returns FALSE -T1A80 014:512.241 JLINK_HasError() -T1A80 014:512.288 JLINK_IsHalted() -T1A80 014:513.468 - 1.204ms returns FALSE -T1A80 014:614.070 JLINK_HasError() -T1A80 014:614.116 JLINK_IsHalted() -T1A80 014:615.193 - 1.096ms returns FALSE -T1A80 014:715.409 JLINK_HasError() -T1A80 014:715.501 JLINK_IsHalted() -T1A80 014:716.600 - 1.149ms returns FALSE -T1A80 014:817.051 JLINK_HasError() -T1A80 014:817.142 JLINK_IsHalted() -T1A80 014:818.360 - 1.262ms returns FALSE -T1A80 014:919.021 JLINK_HasError() -T1A80 014:919.108 JLINK_IsHalted() -T1A80 014:920.217 - 1.129ms returns FALSE -T1A80 015:020.972 JLINK_HasError() -T1A80 015:021.064 JLINK_IsHalted() -T1A80 015:022.176 - 1.133ms returns FALSE -T1A80 015:122.316 JLINK_HasError() -T1A80 015:122.358 JLINK_IsHalted() -T1A80 015:123.444 - 1.131ms returns FALSE -T1A80 015:224.209 JLINK_HasError() -T1A80 015:224.261 JLINK_IsHalted() -T1A80 015:225.348 - 1.102ms returns FALSE -T1A80 015:326.180 JLINK_HasError() -T1A80 015:326.239 JLINK_IsHalted() -T1A80 015:327.294 - 1.067ms returns FALSE -T1A80 015:428.196 JLINK_HasError() -T1A80 015:428.246 JLINK_IsHalted() -T1A80 015:429.327 - 1.114ms returns FALSE -T1A80 015:530.318 JLINK_HasError() -T1A80 015:530.412 JLINK_IsHalted() -T1A80 015:531.613 - 1.252ms returns FALSE -T1A80 015:631.891 JLINK_HasError() -T1A80 015:631.942 JLINK_IsHalted() -T1A80 015:633.042 - 1.113ms returns FALSE -T1A80 015:733.234 JLINK_HasError() -T1A80 015:733.281 JLINK_IsHalted() -T1A80 015:734.250 - 0.990ms returns FALSE -T1A80 015:835.329 JLINK_HasError() -T1A80 015:835.418 JLINK_IsHalted() -T1A80 015:836.521 - 1.124ms returns FALSE -T1A80 015:937.440 JLINK_HasError() -T1A80 015:937.530 JLINK_IsHalted() -T1A80 015:938.625 - 1.104ms returns FALSE -T1A80 016:039.211 JLINK_HasError() -T1A80 016:039.309 JLINK_IsHalted() -T1A80 016:040.362 - 1.072ms returns FALSE -T1A80 016:141.354 JLINK_HasError() -T1A80 016:141.442 JLINK_IsHalted() -T1A80 016:142.649 - 1.255ms returns FALSE -T1A80 016:242.948 JLINK_HasError() -T1A80 016:243.044 JLINK_IsHalted() -T1A80 016:244.269 - 1.269ms returns FALSE -T1A80 016:344.980 JLINK_HasError() -T1A80 016:345.073 JLINK_IsHalted() -T1A80 016:346.253 - 1.228ms returns FALSE -T1A80 016:446.531 JLINK_HasError() -T1A80 016:446.580 JLINK_IsHalted() -T1A80 016:447.703 - 1.158ms returns FALSE -T1A80 016:548.161 JLINK_HasError() -T1A80 016:548.218 JLINK_IsHalted() -T1A80 016:549.223 - 1.034ms returns FALSE -T1A80 016:649.805 JLINK_HasError() -T1A80 016:649.861 JLINK_IsHalted() -T1A80 016:650.904 - 1.064ms returns FALSE -T1A80 016:751.893 JLINK_HasError() -T1A80 016:751.945 JLINK_IsHalted() -T1A80 016:753.036 - 1.158ms returns FALSE -T1A80 016:853.842 JLINK_HasError() -T1A80 016:853.892 JLINK_IsHalted() -T1A80 016:855.023 - 1.143ms returns FALSE -T1A80 016:956.152 JLINK_HasError() -T1A80 016:956.245 JLINK_IsHalted() -T1A80 016:957.362 - 1.136ms returns FALSE -T1A80 017:058.211 JLINK_HasError() -T1A80 017:058.310 JLINK_IsHalted() -T1A80 017:059.352 - 1.066ms returns FALSE -T1A80 017:160.082 JLINK_HasError() -T1A80 017:160.133 JLINK_IsHalted() -T1A80 017:161.240 - 1.142ms returns FALSE -T1A80 017:262.189 JLINK_HasError() -T1A80 017:262.284 JLINK_IsHalted() -T1A80 017:263.332 - 1.085ms returns FALSE -T1A80 017:364.278 JLINK_HasError() -T1A80 017:364.331 JLINK_IsHalted() -T1A80 017:365.438 - 1.130ms returns FALSE -T1A80 017:465.794 JLINK_HasError() -T1A80 017:465.883 JLINK_IsHalted() -T1A80 017:467.044 - 1.180ms returns FALSE -T1A80 017:567.445 JLINK_HasError() -T1A80 017:567.487 JLINK_IsHalted() -T1A80 017:568.540 - 1.070ms returns FALSE -T1A80 017:669.203 JLINK_HasError() -T1A80 017:669.256 JLINK_IsHalted() -T1A80 017:670.264 - 1.024ms returns FALSE -T1A80 017:770.920 JLINK_HasError() -T1A80 017:770.970 JLINK_IsHalted() -T1A80 017:772.021 - 1.099ms returns FALSE -T1A80 017:873.057 JLINK_HasError() -T1A80 017:873.105 JLINK_IsHalted() -T1A80 017:874.158 - 1.082ms returns FALSE -T1A80 017:975.143 JLINK_HasError() -T1A80 017:975.182 JLINK_IsHalted() -T1A80 017:976.334 - 1.180ms returns FALSE -T1A80 018:077.385 JLINK_HasError() -T1A80 018:077.474 JLINK_IsHalted() -T1A80 018:078.658 - 1.231ms returns FALSE -T1A80 018:178.923 JLINK_HasError() -T1A80 018:179.014 JLINK_IsHalted() -T1A80 018:180.115 - 1.148ms returns FALSE -T1A80 018:281.271 JLINK_HasError() -T1A80 018:281.359 JLINK_IsHalted() -T1A80 018:282.489 - 1.175ms returns FALSE -T1A80 018:383.710 JLINK_HasError() -T1A80 018:383.798 JLINK_IsHalted() -T1A80 018:384.796 - 1.028ms returns FALSE -T1A80 018:485.564 JLINK_HasError() -T1A80 018:485.653 JLINK_IsHalted() -T1A80 018:486.661 - 1.039ms returns FALSE -T1A80 018:587.050 JLINK_HasError() -T1A80 018:587.098 JLINK_IsHalted() -T1A80 018:588.069 - 1.021ms returns FALSE -T1A80 018:688.801 JLINK_HasError() -T1A80 018:688.851 JLINK_IsHalted() -T1A80 018:689.910 - 1.075ms returns FALSE -T1A80 018:790.025 JLINK_HasError() -T1A80 018:790.077 JLINK_IsHalted() -T1A80 018:791.117 - 1.073ms returns FALSE -T1A80 018:892.078 JLINK_HasError() -T1A80 018:892.125 JLINK_IsHalted() -T1A80 018:893.289 - 1.185ms returns FALSE -T1A80 018:993.507 JLINK_HasError() -T1A80 018:993.601 JLINK_IsHalted() -T1A80 018:994.698 - 1.118ms returns FALSE -T1A80 019:095.308 JLINK_HasError() -T1A80 019:095.361 JLINK_IsHalted() -T1A80 019:096.719 - 1.381ms returns FALSE -T1A80 019:197.166 JLINK_HasError() -T1A80 019:197.230 JLINK_IsHalted() -T1A80 019:198.330 - 1.115ms returns FALSE -T1A80 019:298.988 JLINK_HasError() -T1A80 019:299.079 JLINK_IsHalted() -T1A80 019:300.178 - 1.143ms returns FALSE -T1A80 019:401.191 JLINK_HasError() -T1A80 019:401.240 JLINK_IsHalted() -T1A80 019:402.329 - 1.125ms returns FALSE -T1A80 019:503.117 JLINK_HasError() -T1A80 019:503.197 JLINK_IsHalted() -T1A80 019:504.321 - 1.171ms returns FALSE -T1A80 019:604.986 JLINK_HasError() -T1A80 019:605.073 JLINK_IsHalted() -T1A80 019:606.217 - 1.162ms returns FALSE -T1A80 019:706.973 JLINK_HasError() -T1A80 019:707.063 JLINK_IsHalted() -T1A80 019:708.113 - 1.068ms returns FALSE -T1A80 019:808.323 JLINK_HasError() -T1A80 019:808.373 JLINK_IsHalted() -T1A80 019:809.497 - 1.136ms returns FALSE -T1A80 019:909.651 JLINK_HasError() -T1A80 019:909.699 JLINK_IsHalted() -T1A80 019:910.715 - 1.031ms returns FALSE -T1A80 020:010.934 JLINK_HasError() -T1A80 020:011.025 JLINK_IsHalted() -T1A80 020:012.196 - 1.183ms returns FALSE -T1A80 020:112.873 JLINK_HasError() -T1A80 020:112.911 JLINK_IsHalted() -T1A80 020:113.974 - 1.107ms returns FALSE -T1A80 020:214.213 JLINK_HasError() -T1A80 020:214.291 JLINK_IsHalted() -T1A80 020:215.364 - 1.093ms returns FALSE -T1A80 020:315.578 JLINK_HasError() -T1A80 020:315.673 JLINK_IsHalted() -T1A80 020:316.836 - 1.213ms returns FALSE -T1A80 020:417.069 JLINK_HasError() -T1A80 020:417.149 JLINK_IsHalted() -T1A80 020:418.340 - 1.211ms returns FALSE -T1A80 020:519.093 JLINK_HasError() -T1A80 020:519.179 JLINK_IsHalted() -T1A80 020:520.255 - 1.096ms returns FALSE -T1A80 020:620.658 JLINK_HasError() -T1A80 020:620.753 JLINK_IsHalted() -T1A80 020:621.860 - 1.126ms returns FALSE -T1A80 020:722.428 JLINK_HasError() -T1A80 020:722.474 JLINK_IsHalted() -T1A80 020:723.561 - 1.124ms returns FALSE -T1A80 020:823.791 JLINK_HasError() -T1A80 020:823.884 JLINK_IsHalted() -T1A80 020:825.041 - 1.203ms returns FALSE -T1A80 020:925.227 JLINK_HasError() -T1A80 020:925.312 JLINK_IsHalted() -T1A80 020:926.502 - 1.235ms returns FALSE -T1A80 021:026.733 JLINK_HasError() -T1A80 021:026.824 JLINK_IsHalted() -T1A80 021:027.940 - 1.161ms returns FALSE -T1A80 021:128.172 JLINK_HasError() -T1A80 021:128.260 JLINK_IsHalted() -T1A80 021:129.293 - 1.053ms returns FALSE -T1A80 021:229.686 JLINK_HasError() -T1A80 021:229.741 JLINK_IsHalted() -T1A80 021:230.779 - 1.054ms returns FALSE -T1A80 021:331.472 JLINK_HasError() -T1A80 021:331.557 JLINK_IsHalted() -T1A80 021:332.695 - 1.157ms returns FALSE -T1A80 021:433.533 JLINK_HasError() -T1A80 021:433.617 JLINK_IsHalted() -T1A80 021:434.747 - 1.150ms returns FALSE -T1A80 021:535.435 JLINK_HasError() -T1A80 021:535.477 JLINK_IsHalted() -T1A80 021:536.578 - 1.134ms returns FALSE -T1A80 021:636.853 JLINK_HasError() -T1A80 021:636.896 JLINK_IsHalted() -T1A80 021:637.952 - 1.067ms returns FALSE -T1A80 021:738.276 JLINK_HasError() -T1A80 021:738.313 JLINK_IsHalted() -T1A80 021:739.337 - 1.044ms returns FALSE -T1A80 021:839.558 JLINK_HasError() -T1A80 021:839.623 JLINK_IsHalted() -T1A80 021:840.727 - 1.123ms returns FALSE -T1A80 021:941.549 JLINK_HasError() -T1A80 021:941.613 JLINK_IsHalted() -T1A80 021:942.760 - 1.166ms returns FALSE -T1A80 022:043.610 JLINK_HasError() -T1A80 022:043.662 JLINK_IsHalted() -T1A80 022:044.672 - 1.031ms returns FALSE -T1A80 022:145.228 JLINK_HasError() -T1A80 022:145.319 JLINK_IsHalted() -T1A80 022:146.585 - 1.314ms returns FALSE -T1A80 022:246.781 JLINK_HasError() -T1A80 022:246.867 JLINK_IsHalted() -T1A80 022:247.975 - 1.153ms returns FALSE -T1A80 022:348.745 JLINK_HasError() -T1A80 022:348.799 JLINK_IsHalted() -T1A80 022:349.854 - 1.077ms returns FALSE -T1A80 022:450.649 JLINK_HasError() -T1A80 022:450.710 JLINK_IsHalted() -T1A80 022:451.677 - 0.987ms returns FALSE -T1A80 022:552.727 JLINK_HasError() -T1A80 022:552.822 JLINK_IsHalted() -T1A80 022:553.858 - 1.061ms returns FALSE -T1A80 022:654.592 JLINK_HasError() -T1A80 022:654.641 JLINK_IsHalted() -T1A80 022:655.680 - 1.054ms returns FALSE -T1A80 022:755.874 JLINK_HasError() -T1A80 022:755.966 JLINK_IsHalted() -T1A80 022:757.163 - 1.242ms returns FALSE -T1A80 022:857.646 JLINK_HasError() -T1A80 022:857.746 JLINK_IsHalted() -T1A80 022:858.829 - 1.102ms returns FALSE -T1A80 022:959.403 JLINK_HasError() -T1A80 022:959.497 JLINK_IsHalted() -T1A80 022:960.543 - 1.066ms returns FALSE -T1A80 023:061.114 JLINK_HasError() -T1A80 023:061.162 JLINK_IsHalted() -T1A80 023:062.184 - 1.070ms returns FALSE -T1A80 023:163.155 JLINK_HasError() -T1A80 023:163.203 JLINK_IsHalted() -T1A80 023:164.265 - 1.077ms returns FALSE -T1A80 023:264.461 JLINK_HasError() -T1A80 023:264.558 JLINK_IsHalted() -T1A80 023:265.743 - 1.204ms returns FALSE -T1A80 023:365.841 JLINK_HasError() -T1A80 023:365.891 JLINK_IsHalted() -T1A80 023:367.030 - 1.164ms returns FALSE -T1A80 023:467.957 JLINK_HasError() -T1A80 023:468.003 JLINK_IsHalted() -T1A80 023:469.111 - 1.143ms returns FALSE -T1A80 023:570.316 JLINK_HasError() -T1A80 023:570.356 JLINK_IsHalted() -T1A80 023:571.459 - 1.122ms returns FALSE -T1A80 023:671.881 JLINK_HasError() -T1A80 023:671.924 JLINK_IsHalted() -T1A80 023:672.980 - 1.071ms returns FALSE -T1A80 023:773.191 JLINK_HasError() -T1A80 023:773.284 JLINK_IsHalted() -T1A80 023:774.488 - 1.253ms returns FALSE -T1A80 023:874.863 JLINK_HasError() -T1A80 023:874.956 JLINK_IsHalted() -T1A80 023:876.050 - 1.116ms returns FALSE -T1A80 023:976.808 JLINK_HasError() -T1A80 023:976.857 JLINK_IsHalted() -T1A80 023:977.910 - 1.071ms returns FALSE -T1A80 024:078.069 JLINK_HasError() -T1A80 024:078.161 JLINK_IsHalted() -T1A80 024:079.270 - 1.124ms returns FALSE -T1A80 024:180.196 JLINK_HasError() -T1A80 024:180.239 JLINK_IsHalted() -T1A80 024:181.181 - 0.961ms returns FALSE -T1A80 024:282.149 JLINK_HasError() -T1A80 024:282.238 JLINK_IsHalted() -T1A80 024:283.239 - 1.035ms returns FALSE -T1A80 024:384.270 JLINK_HasError() -T1A80 024:384.316 JLINK_IsHalted() -T1A80 024:385.409 - 1.112ms returns FALSE -T1A80 024:486.104 JLINK_HasError() -T1A80 024:486.139 JLINK_IsHalted() -T1A80 024:487.267 - 1.177ms returns FALSE -T1A80 024:587.775 JLINK_HasError() -T1A80 024:587.821 JLINK_IsHalted() -T1A80 024:588.821 - 1.019ms returns FALSE -T1A80 024:689.038 JLINK_HasError() -T1A80 024:689.127 JLINK_IsHalted() -T1A80 024:690.223 - 1.145ms returns FALSE -T1A80 024:790.780 JLINK_HasError() -T1A80 024:790.824 JLINK_IsHalted() -T1A80 024:791.999 - 1.195ms returns FALSE -T1A80 024:892.156 JLINK_HasError() -T1A80 024:892.246 JLINK_IsHalted() -T1A80 024:893.461 - 1.266ms returns FALSE -T1A80 024:993.617 JLINK_HasError() -T1A80 024:993.652 JLINK_IsHalted() -T1A80 024:994.669 - 1.062ms returns FALSE -T1A80 025:094.948 JLINK_HasError() -T1A80 025:095.046 JLINK_IsHalted() -T1A80 025:096.145 - 1.118ms returns FALSE -T1A80 025:197.157 JLINK_HasError() -T1A80 025:197.312 JLINK_IsHalted() -T1A80 025:198.408 - 1.145ms returns FALSE -T1A80 025:299.030 JLINK_HasError() -T1A80 025:299.080 JLINK_IsHalted() -T1A80 025:300.059 - 0.991ms returns FALSE -T1A80 025:400.782 JLINK_HasError() -T1A80 025:400.829 JLINK_IsHalted() -T1A80 025:401.872 - 1.089ms returns FALSE -T1A80 025:502.115 JLINK_HasError() -T1A80 025:502.195 JLINK_IsHalted() -T1A80 025:503.398 - 1.248ms returns FALSE -T1A80 025:603.620 JLINK_HasError() -T1A80 025:603.666 JLINK_IsHalted() -T1A80 025:604.689 - 1.055ms returns FALSE -T1A80 025:705.255 JLINK_HasError() -T1A80 025:705.343 JLINK_IsHalted() -T1A80 025:706.437 - 1.106ms returns FALSE -T1A80 025:806.624 JLINK_HasError() -T1A80 025:806.714 JLINK_IsHalted() -T1A80 025:807.789 - 1.120ms returns FALSE -T1A80 025:908.648 JLINK_HasError() -T1A80 025:908.690 JLINK_IsHalted() -T1A80 025:909.735 - 1.059ms returns FALSE -T1A80 026:010.338 JLINK_HasError() -T1A80 026:010.419 JLINK_IsHalted() -T1A80 026:011.551 - 1.181ms returns FALSE -T1A80 026:112.156 JLINK_HasError() -T1A80 026:112.196 JLINK_IsHalted() -T1A80 026:113.225 - 1.048ms returns FALSE -T1A80 026:213.921 JLINK_HasError() -T1A80 026:213.964 JLINK_IsHalted() -T1A80 026:215.020 - 1.102ms returns FALSE -T1A80 026:315.880 JLINK_HasError() -T1A80 026:315.927 JLINK_IsHalted() -T1A80 026:317.153 - 1.271ms returns FALSE -T1A80 026:417.455 JLINK_HasError() -T1A80 026:417.504 JLINK_IsHalted() -T1A80 026:418.615 - 1.127ms returns FALSE -T1A80 026:519.630 JLINK_HasError() -T1A80 026:519.714 JLINK_IsHalted() -T1A80 026:520.863 - 1.168ms returns FALSE -T1A80 026:621.263 JLINK_HasError() -T1A80 026:621.352 JLINK_IsHalted() -T1A80 026:622.448 - 1.114ms returns FALSE -T1A80 026:723.304 JLINK_HasError() -T1A80 026:723.363 JLINK_IsHalted() -T1A80 026:724.406 - 1.063ms returns FALSE -T1A80 026:824.629 JLINK_HasError() -T1A80 026:824.720 JLINK_IsHalted() -T1A80 026:825.899 - 1.198ms returns FALSE -T1A80 026:926.578 JLINK_HasError() -T1A80 026:926.620 JLINK_IsHalted() -T1A80 026:927.705 - 1.130ms returns FALSE -T1A80 027:028.439 JLINK_HasError() -T1A80 027:028.481 JLINK_IsHalted() -T1A80 027:029.679 - 1.221ms returns FALSE -T1A80 027:130.553 JLINK_HasError() -T1A80 027:130.633 JLINK_IsHalted() -T1A80 027:131.776 - 1.187ms returns FALSE -T1A80 027:232.969 JLINK_HasError() -T1A80 027:233.017 JLINK_IsHalted() -T1A80 027:234.085 - 1.088ms returns FALSE -T1A80 027:334.913 JLINK_HasError() -T1A80 027:334.964 JLINK_IsHalted() -T1A80 027:336.195 - 1.258ms returns FALSE -T1A80 027:437.169 JLINK_HasError() -T1A80 027:437.233 JLINK_IsHalted() -T1A80 027:438.260 - 1.046ms returns FALSE -T1A80 027:538.436 JLINK_HasError() -T1A80 027:538.555 JLINK_IsHalted() -T1A80 027:539.711 - 1.200ms returns FALSE -T1A80 027:639.867 JLINK_HasError() -T1A80 027:639.912 JLINK_IsHalted() -T1A80 027:640.898 - 1.013ms returns FALSE -T1A80 027:741.695 JLINK_HasError() -T1A80 027:741.775 JLINK_IsHalted() -T1A80 027:742.856 - 1.115ms returns FALSE -T1A80 027:843.214 JLINK_HasError() -T1A80 027:843.305 JLINK_IsHalted() -T1A80 027:844.476 - 1.190ms returns FALSE -T1A80 027:944.661 JLINK_HasError() -T1A80 027:944.747 JLINK_IsHalted() -T1A80 027:945.908 - 1.180ms returns FALSE -T1A80 028:046.050 JLINK_HasError() -T1A80 028:046.138 JLINK_IsHalted() -T1A80 028:047.195 - 1.076ms returns FALSE -T1A80 028:147.896 JLINK_HasError() -T1A80 028:147.932 JLINK_IsHalted() -T1A80 028:149.038 - 1.150ms returns FALSE -T1A80 028:249.295 JLINK_HasError() -T1A80 028:249.401 JLINK_IsHalted() -T1A80 028:250.628 - 1.247ms returns FALSE -T1A80 028:351.505 JLINK_HasError() -T1A80 028:351.550 JLINK_IsHalted() -T1A80 028:352.557 - 1.022ms returns FALSE -T1A80 028:453.669 JLINK_HasError() -T1A80 028:453.748 JLINK_IsHalted() -T1A80 028:454.791 - 1.052ms returns FALSE -T1A80 028:554.952 JLINK_HasError() -T1A80 028:554.988 JLINK_IsHalted() -T1A80 028:555.998 - 1.029ms returns FALSE -T1A80 028:656.734 JLINK_HasError() -T1A80 028:656.926 JLINK_IsHalted() -T1A80 028:658.045 - 1.130ms returns FALSE -T1A80 028:759.100 JLINK_HasError() -T1A80 028:759.143 JLINK_IsHalted() -T1A80 028:760.253 - 1.129ms returns FALSE -T1A80 028:860.398 JLINK_HasError() -T1A80 028:860.486 JLINK_IsHalted() -T1A80 028:861.668 - 1.232ms returns FALSE -T1A80 028:962.467 JLINK_HasError() -T1A80 028:962.545 JLINK_IsHalted() -T1A80 028:963.684 - 1.178ms returns FALSE -T1A80 029:063.856 JLINK_HasError() -T1A80 029:063.938 JLINK_IsHalted() -T1A80 029:065.177 - 1.284ms returns FALSE -T1A80 029:165.615 JLINK_HasError() -T1A80 029:165.705 JLINK_IsHalted() -T1A80 029:166.765 - 1.101ms returns FALSE -T1A80 029:267.599 JLINK_HasError() -T1A80 029:267.634 JLINK_IsHalted() -T1A80 029:268.754 - 1.164ms returns FALSE -T1A80 029:369.664 JLINK_HasError() -T1A80 029:369.731 JLINK_IsHalted() -T1A80 029:370.813 - 1.126ms returns FALSE -T1A80 029:471.705 JLINK_HasError() -T1A80 029:471.750 JLINK_IsHalted() -T1A80 029:472.836 - 1.137ms returns FALSE -T1A80 029:573.249 JLINK_HasError() -T1A80 029:573.293 JLINK_IsHalted() -T1A80 029:574.320 - 1.068ms returns FALSE -T1A80 029:675.026 JLINK_HasError() -T1A80 029:675.068 JLINK_IsHalted() -T1A80 029:676.180 - 1.133ms returns FALSE -T1A80 029:776.936 JLINK_HasError() -T1A80 029:777.026 JLINK_IsHalted() -T1A80 029:778.138 - 1.131ms returns FALSE -T1A80 029:878.890 JLINK_HasError() -T1A80 029:878.980 JLINK_IsHalted() -T1A80 029:880.026 - 1.098ms returns FALSE -T1A80 029:981.003 JLINK_HasError() -T1A80 029:981.105 JLINK_IsHalted() -T1A80 029:982.289 - 1.228ms returns FALSE -T1A80 030:082.528 JLINK_HasError() -T1A80 030:082.606 JLINK_IsHalted() -T1A80 030:083.740 - 1.173ms returns FALSE -T1A80 030:184.608 JLINK_HasError() -T1A80 030:184.650 JLINK_IsHalted() -T1A80 030:185.709 - 1.078ms returns FALSE -T1A80 030:286.483 JLINK_HasError() -T1A80 030:286.569 JLINK_IsHalted() -T1A80 030:287.666 - 1.116ms returns FALSE -T1A80 030:387.727 JLINK_HasError() -T1A80 030:387.764 JLINK_IsHalted() -T1A80 030:388.780 - 1.024ms returns FALSE -T1A80 030:489.634 JLINK_HasError() -T1A80 030:489.693 JLINK_IsHalted() -T1A80 030:490.764 - 1.086ms returns FALSE -T1A80 030:591.173 JLINK_HasError() -T1A80 030:591.219 JLINK_IsHalted() -T1A80 030:592.215 - 1.014ms returns FALSE -T1A80 030:692.599 JLINK_HasError() -T1A80 030:692.648 JLINK_IsHalted() -T1A80 030:693.773 - 1.146ms returns FALSE -T1A80 030:794.648 JLINK_HasError() -T1A80 030:794.737 JLINK_IsHalted() -T1A80 030:795.892 - 1.200ms returns FALSE -T1A80 030:896.488 JLINK_HasError() -T1A80 030:896.526 JLINK_IsHalted() -T1A80 030:897.620 - 1.114ms returns FALSE -T1A80 030:997.784 JLINK_HasError() -T1A80 030:997.872 JLINK_IsHalted() -T1A80 030:998.989 - 1.163ms returns FALSE -T1A80 031:099.757 JLINK_HasError() -T1A80 031:099.836 JLINK_IsHalted() -T1A80 031:100.986 - 1.209ms returns FALSE -T1A80 031:201.600 JLINK_HasError() -T1A80 031:201.678 JLINK_IsHalted() -T1A80 031:202.772 - 1.116ms returns FALSE -T1A80 031:302.989 JLINK_HasError() -T1A80 031:303.076 JLINK_IsHalted() -T1A80 031:304.242 - 1.211ms returns FALSE -T1A80 031:404.788 JLINK_HasError() -T1A80 031:404.875 JLINK_IsHalted() -T1A80 031:405.977 - 1.166ms returns FALSE -T1A80 031:506.967 JLINK_HasError() -T1A80 031:507.016 JLINK_IsHalted() -T1A80 031:508.072 - 1.087ms returns FALSE -T1A80 031:608.606 JLINK_HasError() -T1A80 031:608.653 JLINK_IsHalted() -T1A80 031:609.740 - 1.106ms returns FALSE -T1A80 031:710.359 JLINK_HasError() -T1A80 031:710.398 JLINK_IsHalted() -T1A80 031:711.511 - 1.132ms returns FALSE -T1A80 031:811.948 JLINK_HasError() -T1A80 031:812.042 JLINK_IsHalted() -T1A80 031:813.268 - 1.275ms returns FALSE -T1A80 031:914.315 JLINK_HasError() -T1A80 031:914.407 JLINK_IsHalted() -T1A80 031:915.534 - 1.162ms returns FALSE -T1A80 032:015.748 JLINK_HasError() -T1A80 032:015.836 JLINK_IsHalted() -T1A80 032:016.975 - 1.184ms returns FALSE -T1A80 032:117.203 JLINK_HasError() -T1A80 032:117.288 JLINK_IsHalted() -T1A80 032:118.443 - 1.200ms returns FALSE -T1A80 032:219.342 JLINK_HasError() -T1A80 032:219.423 JLINK_IsHalted() -T1A80 032:220.624 - 1.235ms returns FALSE -T1A80 032:321.235 JLINK_HasError() -T1A80 032:321.323 JLINK_IsHalted() -T1A80 032:322.439 - 1.159ms returns FALSE -T1A80 032:422.573 JLINK_HasError() -T1A80 032:422.614 JLINK_IsHalted() -T1A80 032:423.800 - 1.211ms returns FALSE -T1A80 032:524.440 JLINK_HasError() -T1A80 032:524.483 JLINK_IsHalted() -T1A80 032:525.659 - 1.220ms returns FALSE -T1A80 032:626.204 JLINK_HasError() -T1A80 032:626.250 JLINK_IsHalted() -T1A80 032:627.375 - 1.146ms returns FALSE -T1A80 032:728.237 JLINK_HasError() -T1A80 032:728.329 JLINK_IsHalted() -T1A80 032:729.434 - 1.158ms returns FALSE -T1A80 032:830.054 JLINK_HasError() -T1A80 032:830.113 JLINK_IsHalted() -T1A80 032:831.209 - 1.119ms returns FALSE -T1A80 032:932.132 JLINK_HasError() -T1A80 032:932.224 JLINK_IsHalted() -T1A80 032:933.324 - 1.146ms returns FALSE -T1A80 033:034.283 JLINK_HasError() -T1A80 033:034.370 JLINK_IsHalted() -T1A80 033:035.365 - 1.032ms returns FALSE -T1A80 033:135.580 JLINK_HasError() -T1A80 033:135.672 JLINK_IsHalted() -T1A80 033:136.924 - 1.297ms returns FALSE -T1A80 033:237.165 JLINK_HasError() -T1A80 033:237.385 JLINK_IsHalted() -T1A80 033:238.516 - 1.143ms returns FALSE -T1A80 033:339.224 JLINK_HasError() -T1A80 033:339.282 JLINK_IsHalted() -T1A80 033:340.366 - 1.103ms returns FALSE -T1A80 033:440.551 JLINK_HasError() -T1A80 033:440.645 JLINK_IsHalted() -T1A80 033:441.742 - 1.110ms returns FALSE -T1A80 033:542.079 JLINK_HasError() -T1A80 033:542.176 JLINK_IsHalted() -T1A80 033:543.314 - 1.172ms returns FALSE -T1A80 033:643.930 JLINK_HasError() -T1A80 033:643.987 JLINK_IsHalted() -T1A80 033:645.122 - 1.168ms returns FALSE -T1A80 033:745.826 JLINK_HasError() -T1A80 033:745.915 JLINK_IsHalted() -T1A80 033:746.956 - 1.062ms returns FALSE -T1A80 033:847.367 JLINK_HasError() -T1A80 033:847.455 JLINK_IsHalted() -T1A80 033:848.550 - 1.114ms returns FALSE -T1A80 033:949.272 JLINK_HasError() -T1A80 033:949.360 JLINK_IsHalted() -T1A80 033:950.496 - 1.178ms returns FALSE -T1A80 034:050.923 JLINK_HasError() -T1A80 034:051.011 JLINK_IsHalted() -T1A80 034:052.074 - 1.107ms returns FALSE -T1A80 034:152.332 JLINK_HasError() -T1A80 034:152.422 JLINK_IsHalted() -T1A80 034:153.659 - 1.289ms returns FALSE -T1A80 034:254.250 JLINK_HasError() -T1A80 034:254.326 JLINK_IsHalted() -T1A80 034:255.377 - 1.071ms returns FALSE -T1A80 034:355.747 JLINK_HasError() -T1A80 034:355.835 JLINK_IsHalted() -T1A80 034:356.859 - 1.043ms returns FALSE -T1A80 034:457.570 JLINK_HasError() -T1A80 034:457.646 JLINK_IsHalted() -T1A80 034:458.831 - 1.206ms returns FALSE -T1A80 034:559.087 JLINK_HasError() -T1A80 034:559.167 JLINK_IsHalted() -T1A80 034:560.292 - 1.144ms returns FALSE -T1A80 034:660.546 JLINK_HasError() -T1A80 034:660.590 JLINK_IsHalted() -T1A80 034:661.696 - 1.120ms returns FALSE -T1A80 034:762.815 JLINK_HasError() -T1A80 034:762.902 JLINK_IsHalted() -T1A80 034:763.931 - 1.048ms returns FALSE -T1A80 034:865.034 JLINK_HasError() -T1A80 034:865.126 JLINK_IsHalted() -T1A80 034:866.326 - 1.241ms returns FALSE -T1A80 034:967.349 JLINK_HasError() -T1A80 034:967.399 JLINK_IsHalted() -T1A80 034:968.373 - 0.989ms returns FALSE -T1A80 035:068.565 JLINK_HasError() -T1A80 035:068.648 JLINK_IsHalted() -T1A80 035:069.804 - 1.201ms returns FALSE -T1A80 035:170.085 JLINK_HasError() -T1A80 035:170.171 JLINK_IsHalted() -T1A80 035:171.268 - 1.116ms returns FALSE -T1A80 035:271.852 JLINK_HasError() -T1A80 035:271.900 JLINK_IsHalted() -T1A80 035:272.990 - 1.137ms returns FALSE -T1A80 035:373.616 JLINK_HasError() -T1A80 035:373.705 JLINK_IsHalted() -T1A80 035:375.132 - 1.473ms returns FALSE -T1A80 035:475.330 JLINK_HasError() -T1A80 035:475.378 JLINK_IsHalted() -T1A80 035:476.448 - 1.096ms returns FALSE -T1A80 035:576.809 JLINK_HasError() -T1A80 035:576.854 JLINK_IsHalted() -T1A80 035:577.897 - 1.068ms returns FALSE -T1A80 035:678.690 JLINK_HasError() -T1A80 035:678.779 JLINK_IsHalted() -T1A80 035:679.849 - 1.114ms returns FALSE -T1A80 035:780.416 JLINK_HasError() -T1A80 035:780.508 JLINK_IsHalted() -T1A80 035:781.722 - 1.262ms returns FALSE -T1A80 035:882.106 JLINK_HasError() -T1A80 035:882.149 JLINK_IsHalted() -T1A80 035:883.187 - 1.053ms returns FALSE -T1A80 035:983.400 JLINK_HasError() -T1A80 035:983.490 JLINK_IsHalted() -T1A80 035:984.698 - 1.257ms returns FALSE -T1A80 036:085.402 JLINK_HasError() -T1A80 036:085.451 JLINK_IsHalted() -T1A80 036:086.525 - 1.094ms returns FALSE -T1A80 036:186.732 JLINK_HasError() -T1A80 036:186.820 JLINK_IsHalted() -T1A80 036:187.992 - 1.192ms returns FALSE -T1A80 036:288.688 JLINK_HasError() -T1A80 036:288.728 JLINK_IsHalted() -T1A80 036:289.778 - 1.101ms returns FALSE -T1A80 036:390.520 JLINK_HasError() -T1A80 036:390.605 JLINK_IsHalted() -T1A80 036:391.765 - 1.210ms returns FALSE -T1A80 036:491.955 JLINK_HasError() -T1A80 036:492.035 JLINK_IsHalted() -T1A80 036:493.076 - 1.053ms returns FALSE -T1A80 036:593.902 JLINK_HasError() -T1A80 036:593.954 JLINK_IsHalted() -T1A80 036:595.055 - 1.131ms returns FALSE -T1A80 036:696.141 JLINK_HasError() -T1A80 036:696.225 JLINK_IsHalted() -T1A80 036:697.359 - 1.167ms returns FALSE -T1A80 036:798.171 JLINK_HasError() -T1A80 036:798.227 JLINK_IsHalted() -T1A80 036:799.351 - 1.162ms returns FALSE -T1A80 036:899.800 JLINK_HasError() -T1A80 036:899.851 JLINK_IsHalted() -T1A80 036:900.930 - 1.109ms returns FALSE -T1A80 037:001.086 JLINK_HasError() -T1A80 037:001.180 JLINK_IsHalted() -T1A80 037:002.329 - 1.197ms returns FALSE -T1A80 037:102.913 JLINK_HasError() -T1A80 037:102.963 JLINK_IsHalted() -T1A80 037:104.045 - 1.131ms returns FALSE -T1A80 037:204.294 JLINK_HasError() -T1A80 037:204.387 JLINK_IsHalted() -T1A80 037:205.555 - 1.213ms returns FALSE -T1A80 037:305.761 JLINK_HasError() -T1A80 037:305.848 JLINK_IsHalted() -T1A80 037:307.147 - 1.344ms returns FALSE -T1A80 037:407.315 JLINK_HasError() -T1A80 037:407.407 JLINK_IsHalted() -T1A80 037:408.650 - 1.288ms returns FALSE -T1A80 037:509.298 JLINK_HasError() -T1A80 037:509.384 JLINK_IsHalted() -T1A80 037:510.544 - 1.276ms returns FALSE -T1A80 037:611.493 JLINK_HasError() -T1A80 037:611.546 JLINK_IsHalted() -T1A80 037:612.702 - 1.187ms returns FALSE -T1A80 037:713.502 JLINK_HasError() -T1A80 037:713.549 JLINK_IsHalted() -T1A80 037:714.628 - 1.094ms returns FALSE -T1A80 037:815.247 JLINK_HasError() -T1A80 037:815.294 JLINK_IsHalted() -T1A80 037:816.433 - 1.158ms returns FALSE -T1A80 037:916.654 JLINK_HasError() -T1A80 037:916.746 JLINK_IsHalted() -T1A80 037:917.895 - 1.164ms returns FALSE -T1A80 038:018.146 JLINK_HasError() -T1A80 038:018.197 JLINK_IsHalted() -T1A80 038:019.233 - 1.053ms returns FALSE -T1A80 038:120.379 JLINK_HasError() -T1A80 038:120.466 JLINK_IsHalted() -T1A80 038:121.654 - 1.238ms returns FALSE -T1A80 038:221.958 JLINK_HasError() -T1A80 038:222.048 JLINK_IsHalted() -T1A80 038:223.008 - 0.980ms returns FALSE -T1A80 038:323.206 JLINK_HasError() -T1A80 038:323.298 JLINK_IsHalted() -T1A80 038:324.455 - 1.177ms returns FALSE -T1A80 038:424.999 JLINK_HasError() -T1A80 038:425.074 JLINK_IsHalted() -T1A80 038:426.117 - 1.054ms returns FALSE -T1A80 038:526.241 JLINK_HasError() -T1A80 038:526.359 JLINK_IsHalted() -T1A80 038:527.508 - 1.184ms returns FALSE -T1A80 038:627.809 JLINK_HasError() -T1A80 038:627.857 JLINK_IsHalted() -T1A80 038:628.889 - 1.061ms returns FALSE -T1A80 038:729.896 JLINK_HasError() -T1A80 038:729.960 JLINK_IsHalted() -T1A80 038:731.020 - 1.083ms returns FALSE -T1A80 038:831.172 JLINK_HasError() -T1A80 038:831.262 JLINK_IsHalted() -T1A80 038:832.520 - 1.302ms returns FALSE -T1A80 038:933.480 JLINK_HasError() -T1A80 038:933.581 JLINK_IsHalted() -T1A80 038:934.795 - 1.263ms returns FALSE -T1A80 039:035.238 JLINK_HasError() -T1A80 039:035.280 JLINK_IsHalted() -T1A80 039:036.398 - 1.169ms returns FALSE -T1A80 039:136.670 JLINK_HasError() -T1A80 039:136.762 JLINK_IsHalted() -T1A80 039:137.939 - 1.228ms returns FALSE -T1A80 039:238.946 JLINK_HasError() -T1A80 039:239.036 JLINK_IsHalted() -T1A80 039:240.195 - 1.169ms returns FALSE -T1A80 039:340.321 JLINK_HasError() -T1A80 039:340.413 JLINK_IsHalted() -T1A80 039:341.651 - 1.284ms returns FALSE -T1A80 039:442.487 JLINK_HasError() -T1A80 039:442.566 JLINK_IsHalted() -T1A80 039:443.773 - 1.229ms returns FALSE -T1A80 039:544.662 JLINK_HasError() -T1A80 039:544.718 JLINK_IsHalted() -T1A80 039:545.771 - 1.075ms returns FALSE -T1A80 039:646.633 JLINK_HasError() -T1A80 039:646.672 JLINK_IsHalted() -T1A80 039:647.761 - 1.103ms returns FALSE -T1A80 039:748.447 JLINK_HasError() -T1A80 039:748.491 JLINK_IsHalted() -T1A80 039:749.591 - 1.144ms returns FALSE -T1A80 039:850.436 JLINK_HasError() -T1A80 039:850.518 JLINK_IsHalted() -T1A80 039:851.720 - 1.226ms returns FALSE -T1A80 039:952.065 JLINK_HasError() -T1A80 039:952.118 JLINK_IsHalted() -T1A80 039:953.224 - 1.126ms returns FALSE -T1A80 040:054.117 JLINK_HasError() -T1A80 040:054.206 JLINK_IsHalted() -T1A80 040:055.359 - 1.162ms returns FALSE -T1A80 040:156.321 JLINK_HasError() -T1A80 040:156.369 JLINK_IsHalted() -T1A80 040:157.447 - 1.098ms returns FALSE -T1A80 040:258.044 JLINK_HasError() -T1A80 040:258.130 JLINK_IsHalted() -T1A80 040:259.218 - 1.133ms returns FALSE -T1A80 040:360.154 JLINK_HasError() -T1A80 040:360.246 JLINK_IsHalted() -T1A80 040:361.306 - 1.080ms returns FALSE -T1A80 040:461.530 JLINK_HasError() -T1A80 040:461.574 JLINK_IsHalted() -T1A80 040:462.624 - 1.060ms returns FALSE -T1A80 040:563.271 JLINK_HasError() -T1A80 040:563.311 JLINK_IsHalted() -T1A80 040:564.394 - 1.107ms returns FALSE -T1A80 040:664.944 JLINK_HasError() -T1A80 040:664.985 JLINK_IsHalted() -T1A80 040:666.078 - 1.114ms returns FALSE -T1A80 040:766.899 JLINK_HasError() -T1A80 040:766.988 JLINK_IsHalted() -T1A80 040:768.164 - 1.196ms returns FALSE -T1A80 040:869.362 JLINK_HasError() -T1A80 040:869.445 JLINK_IsHalted() -T1A80 040:870.567 - 1.169ms returns FALSE -T1A80 040:971.455 JLINK_HasError() -T1A80 040:971.501 JLINK_IsHalted() -T1A80 040:972.662 - 1.204ms returns FALSE -T1A80 041:072.887 JLINK_HasError() -T1A80 041:072.972 JLINK_IsHalted() -T1A80 041:074.114 - 1.186ms returns FALSE -T1A80 041:174.431 JLINK_HasError() -T1A80 041:174.509 JLINK_IsHalted() -T1A80 041:175.613 - 1.148ms returns FALSE -T1A80 041:276.133 JLINK_HasError() -T1A80 041:276.198 JLINK_IsHalted() -T1A80 041:277.302 - 1.123ms returns FALSE -T1A80 041:377.566 JLINK_HasError() -T1A80 041:377.655 JLINK_IsHalted() -T1A80 041:378.825 - 1.214ms returns FALSE -T1A80 041:479.161 JLINK_HasError() -T1A80 041:479.248 JLINK_IsHalted() -T1A80 041:480.321 - 1.094ms returns FALSE -T1A80 041:580.818 JLINK_HasError() -T1A80 041:580.907 JLINK_IsHalted() -T1A80 041:581.998 - 1.104ms returns FALSE -T1A80 041:682.549 JLINK_HasError() -T1A80 041:682.600 JLINK_IsHalted() -T1A80 041:683.615 - 1.029ms returns FALSE -T1A80 041:785.439 JLINK_HasError() -T1A80 041:785.497 JLINK_IsHalted() -T1A80 041:786.684 - 1.206ms returns FALSE -T1A80 041:886.877 JLINK_HasError() -T1A80 041:886.966 JLINK_IsHalted() -T1A80 041:888.224 - 1.279ms returns FALSE -T1A80 041:988.364 JLINK_HasError() -T1A80 041:988.443 JLINK_IsHalted() -T1A80 041:989.655 - 1.256ms returns FALSE -T1A80 042:090.531 JLINK_HasError() -T1A80 042:090.610 JLINK_IsHalted() -T1A80 042:091.736 - 1.178ms returns FALSE -T1A80 042:192.085 JLINK_HasError() -T1A80 042:192.138 JLINK_IsHalted() -T1A80 042:193.260 - 1.157ms returns FALSE -T1A80 042:293.707 JLINK_HasError() -T1A80 042:293.752 JLINK_IsHalted() -T1A80 042:294.802 - 1.063ms returns FALSE -T1A80 042:395.030 JLINK_HasError() -T1A80 042:395.124 JLINK_IsHalted() -T1A80 042:396.238 - 1.158ms returns FALSE -T1A80 042:496.526 JLINK_HasError() -T1A80 042:496.576 JLINK_IsHalted() -T1A80 042:497.677 - 1.130ms returns FALSE -T1A80 042:598.169 JLINK_HasError() -T1A80 042:598.219 JLINK_IsHalted() -T1A80 042:599.273 - 1.084ms returns FALSE -T1A80 042:700.019 JLINK_HasError() -T1A80 042:700.116 JLINK_IsHalted() -T1A80 042:701.138 - 1.046ms returns FALSE -T1A80 042:801.929 JLINK_HasError() -T1A80 042:802.007 JLINK_IsHalted() -T1A80 042:803.190 - 1.205ms returns FALSE -T1A80 042:903.933 JLINK_HasError() -T1A80 042:903.991 JLINK_IsHalted() -T1A80 042:905.031 - 1.073ms returns FALSE -T1A80 043:005.265 JLINK_HasError() -T1A80 043:005.361 JLINK_IsHalted() -T1A80 043:006.434 - 1.091ms returns FALSE -T1A80 043:106.572 JLINK_HasError() -T1A80 043:106.620 JLINK_IsHalted() -T1A80 043:107.674 - 1.088ms returns FALSE -T1A80 043:207.905 JLINK_HasError() -T1A80 043:207.996 JLINK_IsHalted() -T1A80 043:209.178 - 1.212ms returns FALSE -T1A80 043:310.147 JLINK_HasError() -T1A80 043:310.251 JLINK_IsHalted() -T1A80 043:311.441 - 1.238ms returns FALSE -T1A80 043:411.631 JLINK_HasError() -T1A80 043:411.723 JLINK_IsHalted() -T1A80 043:412.932 - 1.253ms returns FALSE -T1A80 043:514.124 JLINK_HasError() -T1A80 043:514.228 JLINK_IsHalted() -T1A80 043:515.238 - 1.030ms returns FALSE -T1A80 043:615.586 JLINK_HasError() -T1A80 043:615.640 JLINK_IsHalted() -T1A80 043:616.694 - 1.072ms returns FALSE -T1A80 043:717.733 JLINK_HasError() -T1A80 043:717.797 JLINK_IsHalted() -T1A80 043:718.804 - 1.027ms returns FALSE -T1A80 043:819.064 JLINK_HasError() -T1A80 043:819.156 JLINK_IsHalted() -T1A80 043:820.315 - 1.206ms returns FALSE -T1A80 043:921.512 JLINK_HasError() -T1A80 043:921.602 JLINK_IsHalted() -T1A80 043:922.798 - 1.253ms returns FALSE -T1A80 044:023.606 JLINK_HasError() -T1A80 044:023.687 JLINK_IsHalted() -T1A80 044:024.807 - 1.139ms returns FALSE -T1A80 044:125.009 JLINK_HasError() -T1A80 044:125.098 JLINK_IsHalted() -T1A80 044:126.211 - 1.157ms returns FALSE -T1A80 044:227.106 JLINK_HasError() -T1A80 044:227.150 JLINK_IsHalted() -T1A80 044:228.180 - 1.049ms returns FALSE -T1A80 044:328.371 JLINK_HasError() -T1A80 044:328.457 JLINK_IsHalted() -T1A80 044:329.526 - 1.088ms returns FALSE -T1A80 044:430.596 JLINK_HasError() -T1A80 044:430.642 JLINK_IsHalted() -T1A80 044:431.781 - 1.187ms returns FALSE -T1A80 044:531.974 JLINK_HasError() -T1A80 044:532.066 JLINK_IsHalted() -T1A80 044:533.167 - 1.120ms returns FALSE -T1A80 044:634.057 JLINK_HasError() -T1A80 044:634.105 JLINK_IsHalted() -T1A80 044:635.207 - 1.114ms returns FALSE -T1A80 044:736.358 JLINK_HasError() -T1A80 044:736.450 JLINK_IsHalted() -T1A80 044:737.626 - 1.221ms returns FALSE -T1A80 044:837.886 JLINK_HasError() -T1A80 044:837.978 JLINK_IsHalted() -T1A80 044:839.136 - 1.234ms returns FALSE -T1A80 044:940.037 JLINK_HasError() -T1A80 044:940.128 JLINK_IsHalted() -T1A80 044:941.402 - 1.296ms returns FALSE -T1A80 045:041.841 JLINK_HasError() -T1A80 045:041.913 JLINK_IsHalted() -T1A80 045:042.863 - 0.970ms returns FALSE -T1A80 045:143.647 JLINK_HasError() -T1A80 045:143.728 JLINK_IsHalted() -T1A80 045:144.856 - 1.163ms returns FALSE -T1A80 045:245.053 JLINK_HasError() -T1A80 045:245.082 JLINK_IsHalted() -T1A80 045:246.180 - 1.150ms returns FALSE -T1A80 045:346.381 JLINK_HasError() -T1A80 045:346.418 JLINK_IsHalted() -T1A80 045:347.503 - 1.102ms returns FALSE -T1A80 045:448.366 JLINK_HasError() -T1A80 045:448.403 JLINK_IsHalted() -T1A80 045:449.490 - 1.106ms returns FALSE -T1A80 045:549.925 JLINK_HasError() -T1A80 045:550.020 JLINK_IsHalted() -T1A80 045:551.090 - 1.103ms returns FALSE -T1A80 045:651.618 JLINK_HasError() -T1A80 045:651.680 JLINK_IsHalted() -T1A80 045:652.706 - 1.044ms returns FALSE -T1A80 045:753.473 JLINK_HasError() -T1A80 045:753.524 JLINK_IsHalted() -T1A80 045:754.595 - 1.086ms returns FALSE -T1A80 045:854.758 JLINK_HasError() -T1A80 045:854.807 JLINK_IsHalted() -T1A80 045:855.957 - 1.195ms returns FALSE -T1A80 045:956.261 JLINK_HasError() -T1A80 045:956.366 JLINK_IsHalted() -T1A80 045:957.538 - 1.184ms returns FALSE -T1A80 046:057.753 JLINK_HasError() -T1A80 046:057.845 JLINK_IsHalted() -T1A80 046:059.023 - 1.229ms returns FALSE -T1A80 046:159.232 JLINK_HasError() -T1A80 046:159.320 JLINK_IsHalted() -T1A80 046:160.446 - 1.170ms returns FALSE -T1A80 046:260.787 JLINK_HasError() -T1A80 046:260.837 JLINK_IsHalted() -T1A80 046:261.864 - 1.044ms returns FALSE -T1A80 046:362.069 JLINK_HasError() -T1A80 046:362.114 JLINK_IsHalted() -T1A80 046:363.147 - 1.078ms returns FALSE -T1A80 046:463.395 JLINK_HasError() -T1A80 046:463.484 JLINK_IsHalted() -T1A80 046:464.641 - 1.207ms returns FALSE -T1A80 046:564.747 JLINK_HasError() -T1A80 046:564.796 JLINK_IsHalted() -T1A80 046:565.835 - 1.058ms returns FALSE -T1A80 046:666.534 JLINK_HasError() -T1A80 046:666.579 JLINK_IsHalted() -T1A80 046:667.682 - 1.118ms returns FALSE -T1A80 046:768.244 JLINK_HasError() -T1A80 046:768.346 JLINK_IsHalted() -T1A80 046:769.431 - 1.107ms returns FALSE -T1A80 046:870.353 JLINK_HasError() -T1A80 046:870.444 JLINK_IsHalted() -T1A80 046:871.585 - 1.185ms returns FALSE -T1A80 046:972.501 JLINK_HasError() -T1A80 046:972.592 JLINK_IsHalted() -T1A80 046:973.697 - 1.152ms returns FALSE -T1A80 047:074.434 JLINK_HasError() -T1A80 047:074.468 JLINK_IsHalted() -T1A80 047:075.577 - 1.154ms returns FALSE -T1A80 047:175.958 JLINK_HasError() -T1A80 047:175.994 JLINK_IsHalted() -T1A80 047:177.043 - 1.068ms returns FALSE -T1A80 047:277.139 JLINK_HasError() -T1A80 047:277.230 JLINK_IsHalted() -T1A80 047:278.348 - 1.128ms returns FALSE -T1A80 047:379.017 JLINK_HasError() -T1A80 047:379.105 JLINK_IsHalted() -T1A80 047:380.287 - 1.200ms returns FALSE -T1A80 047:481.156 JLINK_HasError() -T1A80 047:481.244 JLINK_IsHalted() -T1A80 047:482.408 - 1.209ms returns FALSE -T1A80 047:583.078 JLINK_HasError() -T1A80 047:583.133 JLINK_IsHalted() -T1A80 047:584.192 - 1.078ms returns FALSE -T1A80 047:684.653 JLINK_HasError() -T1A80 047:684.711 JLINK_IsHalted() -T1A80 047:685.777 - 1.099ms returns FALSE -T1A80 047:786.451 JLINK_HasError() -T1A80 047:786.498 JLINK_IsHalted() -T1A80 047:787.631 - 1.178ms returns FALSE -T1A80 047:888.519 JLINK_HasError() -T1A80 047:888.583 JLINK_IsHalted() -T1A80 047:889.643 - 1.079ms returns FALSE -T1A80 047:990.023 JLINK_HasError() -T1A80 047:990.071 JLINK_IsHalted() -T1A80 047:991.145 - 1.120ms returns FALSE -T1A80 048:091.389 JLINK_HasError() -T1A80 048:091.475 JLINK_IsHalted() -T1A80 048:092.655 - 1.224ms returns FALSE -T1A80 048:193.308 JLINK_HasError() -T1A80 048:193.340 JLINK_IsHalted() -T1A80 048:194.341 - 1.020ms returns FALSE -T1A80 048:295.108 JLINK_HasError() -T1A80 048:295.196 JLINK_IsHalted() -T1A80 048:296.259 - 1.108ms returns FALSE -T1A80 048:396.757 JLINK_HasError() -T1A80 048:397.097 JLINK_IsHalted() -T1A80 048:398.284 - 1.231ms returns FALSE -T1A80 048:498.517 JLINK_HasError() -T1A80 048:498.562 JLINK_IsHalted() -T1A80 048:499.557 - 1.006ms returns FALSE -T1A80 048:600.546 JLINK_HasError() -T1A80 048:600.591 JLINK_IsHalted() -T1A80 048:601.605 - 1.034ms returns FALSE -T1A80 048:701.799 JLINK_HasError() -T1A80 048:701.885 JLINK_IsHalted() -T1A80 048:702.967 - 1.126ms returns FALSE -T1A80 048:803.548 JLINK_HasError() -T1A80 048:803.616 JLINK_IsHalted() -T1A80 048:804.604 - 1.008ms returns FALSE -T1A80 048:905.736 JLINK_HasError() -T1A80 048:905.819 JLINK_IsHalted() -T1A80 048:906.919 - 1.144ms returns FALSE -T1A80 049:007.632 JLINK_HasError() -T1A80 049:007.676 JLINK_IsHalted() -T1A80 049:008.773 - 1.112ms returns FALSE -T1A80 049:108.974 JLINK_HasError() -T1A80 049:109.065 JLINK_IsHalted() -T1A80 049:110.275 - 1.266ms returns FALSE -T1A80 049:210.589 JLINK_HasError() -T1A80 049:210.668 JLINK_IsHalted() -T1A80 049:211.764 - 1.141ms returns FALSE -T1A80 049:312.426 JLINK_HasError() -T1A80 049:312.481 JLINK_IsHalted() -T1A80 049:313.625 - 1.196ms returns FALSE -T1A80 049:414.119 JLINK_HasError() -T1A80 049:414.154 JLINK_IsHalted() -T1A80 049:415.177 - 1.042ms returns FALSE -T1A80 049:515.378 JLINK_HasError() -T1A80 049:515.459 JLINK_IsHalted() -T1A80 049:516.636 - 1.222ms returns FALSE -T1A80 049:617.608 JLINK_HasError() -T1A80 049:617.655 JLINK_IsHalted() -T1A80 049:618.668 - 1.044ms returns FALSE -T1A80 049:718.874 JLINK_HasError() -T1A80 049:718.958 JLINK_IsHalted() -T1A80 049:720.074 - 1.169ms returns FALSE -T1A80 049:820.350 JLINK_HasError() -T1A80 049:820.398 JLINK_IsHalted() -T1A80 049:821.477 - 1.116ms returns FALSE -T1A80 049:921.702 JLINK_HasError() -T1A80 049:921.760 JLINK_IsHalted() -T1A80 049:922.849 - 1.132ms returns FALSE -T1A80 050:023.196 JLINK_HasError() -T1A80 050:023.240 JLINK_IsHalted() -T1A80 050:024.351 - 1.135ms returns FALSE -T1A80 050:125.122 JLINK_HasError() -T1A80 050:125.207 JLINK_IsHalted() -T1A80 050:126.300 - 1.137ms returns FALSE -T1A80 050:226.528 JLINK_HasError() -T1A80 050:226.610 JLINK_IsHalted() -T1A80 050:227.801 - 1.243ms returns FALSE -T1A80 050:328.905 JLINK_HasError() -T1A80 050:328.990 JLINK_IsHalted() -T1A80 050:330.107 - 1.169ms returns FALSE -T1A80 050:430.888 JLINK_HasError() -T1A80 050:430.977 JLINK_IsHalted() -T1A80 050:432.218 - 1.263ms returns FALSE -T1A80 050:532.430 JLINK_HasError() -T1A80 050:532.515 JLINK_IsHalted() -T1A80 050:533.744 - 1.273ms returns FALSE -T1A80 050:634.105 JLINK_HasError() -T1A80 050:634.156 JLINK_IsHalted() -T1A80 050:635.239 - 1.117ms returns FALSE -T1A80 050:735.541 JLINK_HasError() -T1A80 050:735.629 JLINK_IsHalted() -T1A80 050:736.728 - 1.152ms returns FALSE -T1A80 050:836.923 JLINK_HasError() -T1A80 050:837.003 JLINK_IsHalted() -T1A80 050:838.340 - 1.361ms returns FALSE -T1A80 050:938.806 JLINK_HasError() -T1A80 050:938.857 JLINK_IsHalted() -T1A80 050:939.873 - 1.031ms returns FALSE -T1A80 051:040.275 JLINK_HasError() -T1A80 051:040.434 JLINK_IsHalted() -T1A80 051:041.634 - 1.212ms returns FALSE -T1A80 051:142.657 JLINK_HasError() -T1A80 051:142.699 JLINK_IsHalted() -T1A80 051:143.726 - 1.042ms returns FALSE -T1A80 051:243.883 JLINK_HasError() -T1A80 051:243.927 JLINK_IsHalted() -T1A80 051:244.945 - 1.054ms returns FALSE -T1A80 051:345.673 JLINK_HasError() -T1A80 051:345.724 JLINK_IsHalted() -T1A80 051:346.880 - 1.189ms returns FALSE -T1A80 051:447.281 JLINK_HasError() -T1A80 051:447.321 JLINK_IsHalted() -T1A80 051:448.400 - 1.098ms returns FALSE -T1A80 051:548.561 JLINK_HasError() -T1A80 051:548.648 JLINK_IsHalted() -T1A80 051:549.853 - 1.240ms returns FALSE -T1A80 051:650.794 JLINK_HasError() -T1A80 051:650.835 JLINK_IsHalted() -T1A80 051:651.903 - 1.082ms returns FALSE -T1A80 051:752.114 JLINK_HasError() -T1A80 051:752.205 JLINK_IsHalted() -T1A80 051:753.457 - 1.297ms returns FALSE -T1A80 051:853.779 JLINK_HasError() -T1A80 051:853.869 JLINK_IsHalted() -T1A80 051:855.068 - 1.243ms returns FALSE -T1A80 051:955.201 JLINK_HasError() -T1A80 051:955.252 JLINK_IsHalted() -T1A80 051:956.309 - 1.086ms returns FALSE -T1A80 052:057.106 JLINK_HasError() -T1A80 052:057.168 JLINK_IsHalted() -T1A80 052:058.198 - 1.050ms returns FALSE -T1A80 052:158.810 JLINK_HasError() -T1A80 052:158.847 JLINK_IsHalted() -T1A80 052:159.933 - 1.096ms returns FALSE -T1A80 052:260.979 JLINK_HasError() -T1A80 052:261.141 JLINK_IsHalted() -T1A80 052:262.228 - 1.119ms returns FALSE -T1A80 052:362.387 JLINK_HasError() -T1A80 052:362.465 JLINK_IsHalted() -T1A80 052:363.590 - 1.169ms returns FALSE -T1A80 052:464.257 JLINK_HasError() -T1A80 052:464.298 JLINK_IsHalted() -T1A80 052:465.481 - 1.217ms returns FALSE -T1A80 052:565.750 JLINK_HasError() -T1A80 052:565.846 JLINK_IsHalted() -T1A80 052:567.058 - 1.260ms returns FALSE -T1A80 052:667.277 JLINK_HasError() -T1A80 052:667.318 JLINK_IsHalted() -T1A80 052:668.365 - 1.065ms returns FALSE -T1A80 052:769.013 JLINK_HasError() -T1A80 052:769.102 JLINK_IsHalted() -T1A80 052:770.159 - 1.076ms returns FALSE -T1A80 052:871.098 JLINK_HasError() -T1A80 052:871.186 JLINK_IsHalted() -T1A80 052:872.391 - 1.260ms returns FALSE -T1A80 052:973.003 JLINK_HasError() -T1A80 052:973.089 JLINK_IsHalted() -T1A80 052:974.201 - 1.129ms returns FALSE -T1A80 053:074.848 JLINK_HasError() -T1A80 053:074.897 JLINK_IsHalted() -T1A80 053:075.944 - 1.071ms returns FALSE -T1A80 053:176.152 JLINK_HasError() -T1A80 053:176.232 JLINK_IsHalted() -T1A80 053:177.278 - 1.066ms returns FALSE -T1A80 053:278.100 JLINK_HasError() -T1A80 053:278.147 JLINK_IsHalted() -T1A80 053:279.236 - 1.114ms returns FALSE -T1A80 053:379.824 JLINK_HasError() -T1A80 053:379.879 JLINK_IsHalted() -T1A80 053:380.947 - 1.117ms returns FALSE -T1A80 053:481.411 JLINK_HasError() -T1A80 053:481.474 JLINK_IsHalted() -T1A80 053:482.537 - 1.100ms returns FALSE -T1A80 053:583.394 JLINK_HasError() -T1A80 053:583.433 JLINK_IsHalted() -T1A80 053:584.493 - 1.075ms returns FALSE -T1A80 053:684.983 JLINK_HasError() -T1A80 053:685.034 JLINK_IsHalted() -T1A80 053:686.106 - 1.088ms returns FALSE -T1A80 053:786.416 JLINK_HasError() -T1A80 053:786.463 JLINK_IsHalted() -T1A80 053:787.463 - 1.020ms returns FALSE -T1A80 053:888.397 JLINK_HasError() -T1A80 053:888.444 JLINK_IsHalted() -T1A80 053:889.470 - 1.047ms returns FALSE -T1A80 053:989.817 JLINK_HasError() -T1A80 053:989.866 JLINK_IsHalted() -T1A80 053:991.024 - 1.192ms returns FALSE -T1A80 054:091.977 JLINK_HasError() -T1A80 054:092.032 JLINK_IsHalted() -T1A80 054:093.086 - 1.092ms returns FALSE -T1A80 054:193.347 JLINK_HasError() -T1A80 054:193.435 JLINK_IsHalted() -T1A80 054:194.583 - 1.200ms returns FALSE -T1A80 054:295.291 JLINK_HasError() -T1A80 054:295.322 JLINK_IsHalted() -T1A80 054:296.600 - 1.330ms returns FALSE -T1A80 054:397.663 JLINK_HasError() -T1A80 054:397.755 JLINK_IsHalted() -T1A80 054:398.962 - 1.252ms returns FALSE -T1A80 054:499.106 JLINK_HasError() -T1A80 054:499.188 JLINK_IsHalted() -T1A80 054:500.229 - 1.076ms returns FALSE -T1A80 054:600.475 JLINK_HasError() -T1A80 054:600.521 JLINK_IsHalted() -T1A80 054:601.607 - 1.107ms returns FALSE -T1A80 054:701.868 JLINK_HasError() -T1A80 054:701.921 JLINK_IsHalted() -T1A80 054:702.919 - 1.019ms returns FALSE -T1A80 054:803.639 JLINK_HasError() -T1A80 054:803.683 JLINK_IsHalted() -T1A80 054:804.761 - 1.132ms returns FALSE -T1A80 054:905.517 JLINK_HasError() -T1A80 054:905.588 JLINK_IsHalted() -T1A80 054:906.853 - 1.288ms returns FALSE -T1A80 055:007.043 JLINK_HasError() -T1A80 055:007.125 JLINK_IsHalted() -T1A80 055:008.254 - 1.181ms returns FALSE -T1A80 055:108.513 JLINK_HasError() -T1A80 055:108.593 JLINK_IsHalted() -T1A80 055:109.634 - 1.062ms returns FALSE -T1A80 055:210.475 JLINK_HasError() -T1A80 055:210.523 JLINK_IsHalted() -T1A80 055:211.596 - 1.112ms returns FALSE -T1A80 055:312.386 JLINK_HasError() -T1A80 055:312.473 JLINK_IsHalted() -T1A80 055:313.624 - 1.173ms returns FALSE -T1A80 055:414.022 JLINK_HasError() -T1A80 055:414.070 JLINK_IsHalted() -T1A80 055:415.205 - 1.158ms returns FALSE -T1A80 055:515.904 JLINK_HasError() -T1A80 055:515.947 JLINK_IsHalted() -T1A80 055:517.030 - 1.133ms returns FALSE -T1A80 055:617.295 JLINK_HasError() -T1A80 055:617.357 JLINK_IsHalted() -T1A80 055:618.464 - 1.131ms returns FALSE -T1A80 055:719.245 JLINK_HasError() -T1A80 055:719.300 JLINK_IsHalted() -T1A80 055:720.349 - 1.064ms returns FALSE -T1A80 055:821.106 JLINK_HasError() -T1A80 055:821.145 JLINK_IsHalted() -T1A80 055:822.204 - 1.077ms returns FALSE -T1A80 055:922.336 JLINK_HasError() -T1A80 055:922.415 JLINK_IsHalted() -T1A80 055:923.643 - 1.272ms returns FALSE -T1A80 056:023.822 JLINK_HasError() -T1A80 056:023.908 JLINK_IsHalted() -T1A80 056:025.035 - 1.136ms returns FALSE -T1A80 056:126.197 JLINK_HasError() -T1A80 056:126.282 JLINK_IsHalted() -T1A80 056:127.392 - 1.120ms returns FALSE -T1A80 056:228.418 JLINK_HasError() -T1A80 056:228.457 JLINK_IsHalted() -T1A80 056:229.592 - 1.179ms returns FALSE -T1A80 056:329.900 JLINK_HasError() -T1A80 056:329.988 JLINK_IsHalted() -T1A80 056:331.080 - 1.125ms returns FALSE -T1A80 056:432.108 JLINK_HasError() -T1A80 056:432.192 JLINK_IsHalted() -T1A80 056:433.357 - 1.184ms returns FALSE -T1A80 056:534.183 JLINK_HasError() -T1A80 056:534.243 JLINK_IsHalted() -T1A80 056:535.336 - 1.114ms returns FALSE -T1A80 056:636.162 JLINK_HasError() -T1A80 056:636.209 JLINK_IsHalted() -T1A80 056:637.180 - 1.001ms returns FALSE -T1A80 056:737.393 JLINK_HasError() -T1A80 056:737.479 JLINK_IsHalted() -T1A80 056:738.559 - 1.099ms returns FALSE -T1A80 056:838.783 JLINK_HasError() -T1A80 056:838.881 JLINK_IsHalted() -T1A80 056:839.970 - 1.108ms returns FALSE -T1A80 056:940.445 JLINK_HasError() -T1A80 056:940.527 JLINK_IsHalted() -T1A80 056:941.672 - 1.164ms returns FALSE -T1A80 057:042.778 JLINK_HasError() -T1A80 057:042.858 JLINK_IsHalted() -T1A80 057:044.029 - 1.191ms returns FALSE -T1A80 057:144.742 JLINK_HasError() -T1A80 057:144.787 JLINK_IsHalted() -T1A80 057:145.956 - 1.212ms returns FALSE -T1A80 057:246.178 JLINK_HasError() -T1A80 057:246.262 JLINK_IsHalted() -T1A80 057:247.457 - 1.240ms returns FALSE -T1A80 057:348.048 JLINK_HasError() -T1A80 057:348.096 JLINK_IsHalted() -T1A80 057:349.101 - 1.026ms returns FALSE -T1A80 057:449.483 JLINK_HasError() -T1A80 057:449.575 JLINK_IsHalted() -T1A80 057:450.687 - 1.131ms returns FALSE -T1A80 057:550.966 JLINK_HasError() -T1A80 057:551.017 JLINK_IsHalted() -T1A80 057:552.072 - 1.078ms returns FALSE -T1A80 057:652.596 JLINK_HasError() -T1A80 057:652.643 JLINK_IsHalted() -T1A80 057:653.648 - 1.020ms returns FALSE -T1A80 057:754.968 JLINK_HasError() -T1A80 057:755.235 JLINK_IsHalted() -T1A80 057:756.343 - 1.155ms returns FALSE -T1A80 057:856.592 JLINK_HasError() -T1A80 057:856.676 JLINK_IsHalted() -T1A80 057:857.837 - 1.210ms returns FALSE -T1A80 057:958.062 JLINK_HasError() -T1A80 057:958.229 JLINK_IsHalted() -T1A80 057:959.392 - 1.179ms returns FALSE -T1A80 058:060.412 JLINK_HasError() -T1A80 058:060.449 JLINK_IsHalted() -T1A80 058:061.641 - 1.212ms returns FALSE -T1A80 058:162.327 JLINK_HasError() -T1A80 058:162.415 JLINK_IsHalted() -T1A80 058:163.505 - 1.109ms returns FALSE -T1A80 058:263.719 JLINK_HasError() -T1A80 058:263.799 JLINK_IsHalted() -T1A80 058:264.941 - 1.186ms returns FALSE -T1A80 058:366.072 JLINK_HasError() -T1A80 058:366.114 JLINK_IsHalted() -T1A80 058:367.242 - 1.136ms returns FALSE -T1A80 058:467.456 JLINK_HasError() -T1A80 058:467.503 JLINK_IsHalted() -T1A80 058:468.530 - 1.047ms returns FALSE -T1A80 058:569.245 JLINK_HasError() -T1A80 058:569.284 JLINK_IsHalted() -T1A80 058:570.309 - 1.039ms returns FALSE -T1A80 058:670.957 JLINK_HasError() -T1A80 058:671.003 JLINK_IsHalted() -T1A80 058:672.079 - 1.097ms returns FALSE -T1A80 058:772.423 JLINK_HasError() -T1A80 058:772.519 JLINK_IsHalted() -T1A80 058:773.747 - 1.274ms returns FALSE -T1A80 058:873.983 JLINK_HasError() -T1A80 058:874.061 JLINK_IsHalted() -T1A80 058:875.181 - 1.154ms returns FALSE -T1A80 058:975.336 JLINK_HasError() -T1A80 058:975.422 JLINK_IsHalted() -T1A80 058:976.634 - 1.264ms returns FALSE -T1A80 059:077.384 JLINK_HasError() -T1A80 059:077.419 JLINK_IsHalted() -T1A80 059:078.532 - 1.157ms returns FALSE -T1A80 059:179.310 JLINK_HasError() -T1A80 059:179.380 JLINK_IsHalted() -T1A80 059:180.572 - 1.224ms returns FALSE -T1A80 059:281.369 JLINK_HasError() -T1A80 059:281.449 JLINK_IsHalted() -T1A80 059:282.635 - 1.206ms returns FALSE -T1A80 059:383.378 JLINK_HasError() -T1A80 059:383.438 JLINK_IsHalted() -T1A80 059:384.448 - 1.030ms returns FALSE -T1A80 059:485.212 JLINK_HasError() -T1A80 059:485.258 JLINK_IsHalted() -T1A80 059:486.467 - 1.242ms returns FALSE -T1A80 059:586.991 JLINK_HasError() -T1A80 059:587.032 JLINK_IsHalted() -T1A80 059:588.046 - 1.028ms returns FALSE -T1A80 059:688.952 JLINK_HasError() -T1A80 059:689.000 JLINK_IsHalted() -T1A80 059:690.009 - 1.038ms returns FALSE -T1A80 059:790.195 JLINK_HasError() -T1A80 059:790.243 JLINK_IsHalted() -T1A80 059:791.363 - 1.165ms returns FALSE -T1A80 059:891.627 JLINK_HasError() -T1A80 059:891.707 JLINK_IsHalted() -T1A80 059:892.933 - 1.276ms returns FALSE -T1A80 059:993.170 JLINK_HasError() -T1A80 059:993.260 JLINK_IsHalted() -T1A80 059:994.421 - 1.210ms returns FALSE -T1A80 060:095.122 JLINK_HasError() -T1A80 060:095.201 JLINK_IsHalted() -T1A80 060:096.314 - 1.154ms returns FALSE -T1A80 060:197.135 JLINK_HasError() -T1A80 060:197.176 JLINK_IsHalted() -T1A80 060:198.212 - 1.056ms returns FALSE -T1A80 060:298.962 JLINK_HasError() -T1A80 060:299.120 JLINK_IsHalted() -T1A80 060:300.236 - 1.155ms returns FALSE -T1A80 060:400.968 JLINK_HasError() -T1A80 060:401.046 JLINK_IsHalted() -T1A80 060:402.058 - 1.021ms returns FALSE -T1A80 060:502.804 JLINK_HasError() -T1A80 060:502.860 JLINK_IsHalted() -T1A80 060:503.932 - 1.109ms returns FALSE -T1A80 060:604.741 JLINK_HasError() -T1A80 060:604.794 JLINK_IsHalted() -T1A80 060:605.783 - 1.002ms returns FALSE -T1A80 060:706.859 JLINK_HasError() -T1A80 060:706.925 JLINK_IsHalted() -T1A80 060:708.017 - 1.110ms returns FALSE -T1A80 060:808.740 JLINK_HasError() -T1A80 060:808.791 JLINK_IsHalted() -T1A80 060:809.882 - 1.110ms returns FALSE -T1A80 060:910.322 JLINK_HasError() -T1A80 060:910.406 JLINK_IsHalted() -T1A80 060:911.544 - 1.182ms returns FALSE -T1A80 061:012.296 JLINK_HasError() -T1A80 061:012.339 JLINK_IsHalted() -T1A80 061:013.370 - 1.075ms returns FALSE -T1A80 061:114.095 JLINK_HasError() -T1A80 061:114.142 JLINK_IsHalted() -T1A80 061:115.321 - 1.197ms returns FALSE -T1A80 061:217.045 JLINK_HasError() -T1A80 061:217.123 JLINK_IsHalted() -T1A80 061:218.286 - 1.198ms returns FALSE -T1A80 061:318.956 JLINK_HasError() -T1A80 061:319.001 JLINK_IsHalted() -T1A80 061:320.131 - 1.152ms returns FALSE -T1A80 061:420.933 JLINK_HasError() -T1A80 061:421.010 JLINK_IsHalted() -T1A80 061:422.048 - 1.055ms returns FALSE -T1A80 061:522.348 JLINK_HasError() -T1A80 061:522.387 JLINK_IsHalted() -T1A80 061:523.502 - 1.159ms returns FALSE -T1A80 061:624.018 JLINK_HasError() -T1A80 061:624.076 JLINK_IsHalted() -T1A80 061:625.142 - 1.085ms returns FALSE -T1A80 061:725.933 JLINK_HasError() -T1A80 061:725.978 JLINK_IsHalted() -T1A80 061:727.037 - 1.074ms returns FALSE -T1A80 061:828.087 JLINK_HasError() -T1A80 061:828.135 JLINK_IsHalted() -T1A80 061:829.199 - 1.084ms returns FALSE -T1A80 061:930.400 JLINK_HasError() -T1A80 061:930.492 JLINK_IsHalted() -T1A80 061:931.810 - 1.339ms returns FALSE -T1A80 062:032.392 JLINK_HasError() -T1A80 062:032.431 JLINK_IsHalted() -T1A80 062:033.537 - 1.152ms returns FALSE -T1A80 062:133.776 JLINK_HasError() -T1A80 062:133.860 JLINK_IsHalted() -T1A80 062:134.894 - 1.053ms returns FALSE -T1A80 062:235.870 JLINK_HasError() -T1A80 062:235.953 JLINK_IsHalted() -T1A80 062:237.059 - 1.125ms returns FALSE -T1A80 062:337.814 JLINK_HasError() -T1A80 062:337.903 JLINK_IsHalted() -T1A80 062:339.077 - 1.198ms returns FALSE -T1A80 062:440.177 JLINK_HasError() -T1A80 062:440.266 JLINK_IsHalted() -T1A80 062:441.460 - 1.244ms returns FALSE -T1A80 062:542.022 JLINK_HasError() -T1A80 062:542.080 JLINK_IsHalted() -T1A80 062:543.141 - 1.082ms returns FALSE -T1A80 062:644.063 JLINK_HasError() -T1A80 062:644.097 JLINK_IsHalted() -T1A80 062:645.132 - 1.054ms returns FALSE -T1A80 062:745.442 JLINK_HasError() -T1A80 062:745.489 JLINK_IsHalted() -T1A80 062:746.503 - 1.066ms returns FALSE -T1A80 062:846.864 JLINK_HasError() -T1A80 062:846.908 JLINK_IsHalted() -T1A80 062:847.979 - 1.091ms returns FALSE -T1A80 062:948.224 JLINK_HasError() -T1A80 062:948.312 JLINK_IsHalted() -T1A80 062:949.390 - 1.097ms returns FALSE -T1A80 063:049.611 JLINK_HasError() -T1A80 063:049.682 JLINK_IsHalted() -T1A80 063:050.793 - 1.156ms returns FALSE -T1A80 063:151.409 JLINK_HasError() -T1A80 063:151.466 JLINK_IsHalted() -T1A80 063:152.615 - 1.178ms returns FALSE -T1A80 063:253.443 JLINK_HasError() -T1A80 063:253.526 JLINK_IsHalted() -T1A80 063:254.548 - 1.044ms returns FALSE -T1A80 063:355.534 JLINK_HasError() -T1A80 063:355.622 JLINK_IsHalted() -T1A80 063:356.850 - 1.273ms returns FALSE -T1A80 063:457.631 JLINK_HasError() -T1A80 063:457.673 JLINK_IsHalted() -T1A80 063:458.765 - 1.103ms returns FALSE -T1A80 063:559.919 JLINK_HasError() -T1A80 063:560.012 JLINK_IsHalted() -T1A80 063:561.184 - 1.220ms returns FALSE -T1A80 063:661.402 JLINK_HasError() -T1A80 063:661.445 JLINK_IsHalted() -T1A80 063:662.513 - 1.113ms returns FALSE -T1A80 063:762.764 JLINK_HasError() -T1A80 063:762.856 JLINK_IsHalted() -T1A80 063:764.067 - 1.256ms returns FALSE -T1A80 063:865.023 JLINK_HasError() -T1A80 063:865.116 JLINK_IsHalted() -T1A80 063:866.260 - 1.192ms returns FALSE -T1A80 063:966.906 JLINK_HasError() -T1A80 063:966.960 JLINK_IsHalted() -T1A80 063:968.077 - 1.128ms returns FALSE -T1A80 064:069.082 JLINK_HasError() -T1A80 064:069.230 JLINK_IsHalted() -T1A80 064:070.311 - 1.095ms returns FALSE -T1A80 064:171.010 JLINK_HasError() -T1A80 064:171.098 JLINK_IsHalted() -T1A80 064:172.166 - 1.087ms returns FALSE -T1A80 064:273.003 JLINK_HasError() -T1A80 064:273.068 JLINK_IsHalted() -T1A80 064:274.167 - 1.118ms returns FALSE -T1A80 064:374.522 JLINK_HasError() -T1A80 064:374.570 JLINK_IsHalted() -T1A80 064:375.731 - 1.206ms returns FALSE -T1A80 064:475.968 JLINK_HasError() -T1A80 064:476.058 JLINK_IsHalted() -T1A80 064:477.271 - 1.264ms returns FALSE -T1A80 064:578.079 JLINK_HasError() -T1A80 064:578.141 JLINK_IsHalted() -T1A80 064:579.244 - 1.136ms returns FALSE -T1A80 064:679.398 JLINK_HasError() -T1A80 064:679.445 JLINK_IsHalted() -T1A80 064:680.421 - 0.991ms returns FALSE -T1A80 064:781.171 JLINK_HasError() -T1A80 064:781.259 JLINK_IsHalted() -T1A80 064:782.467 - 1.227ms returns FALSE -T1A80 064:883.441 JLINK_HasError() -T1A80 064:883.489 JLINK_IsHalted() -T1A80 064:884.590 - 1.145ms returns FALSE -T1A80 064:985.461 JLINK_HasError() -T1A80 064:985.509 JLINK_IsHalted() -T1A80 064:986.604 - 1.140ms returns FALSE -T1A80 065:087.519 JLINK_HasError() -T1A80 065:087.566 JLINK_IsHalted() -T1A80 065:088.731 - 1.184ms returns FALSE -T1A80 065:188.820 JLINK_HasError() -T1A80 065:188.871 JLINK_IsHalted() -T1A80 065:189.979 - 1.123ms returns FALSE -T1A80 065:291.004 JLINK_HasError() -T1A80 065:291.096 JLINK_IsHalted() -T1A80 065:292.196 - 1.151ms returns FALSE -T1A80 065:392.489 JLINK_HasError() -T1A80 065:392.583 JLINK_IsHalted() -T1A80 065:393.821 - 1.291ms returns FALSE -T1A80 065:494.949 JLINK_HasError() -T1A80 065:495.035 JLINK_IsHalted() -T1A80 065:496.113 - 1.097ms returns FALSE -T1A80 065:596.720 JLINK_HasError() -T1A80 065:596.770 JLINK_IsHalted() -T1A80 065:597.853 - 1.114ms returns FALSE -T1A80 065:698.084 JLINK_HasError() -T1A80 065:698.168 JLINK_IsHalted() -T1A80 065:699.237 - 1.113ms returns FALSE -T1A80 065:800.374 JLINK_HasError() -T1A80 065:800.465 JLINK_IsHalted() -T1A80 065:801.572 - 1.115ms returns FALSE -T1A80 065:901.939 JLINK_HasError() -T1A80 065:902.033 JLINK_IsHalted() -T1A80 065:903.025 - 1.014ms returns FALSE -T1A80 066:003.257 JLINK_HasError() -T1A80 066:003.308 JLINK_IsHalted() -T1A80 066:004.394 - 1.110ms returns FALSE -T1A80 066:105.228 JLINK_HasError() -T1A80 066:105.276 JLINK_IsHalted() -T1A80 066:106.288 - 1.032ms returns FALSE -T1A80 066:206.489 JLINK_HasError() -T1A80 066:206.586 JLINK_IsHalted() -T1A80 066:207.734 - 1.193ms returns FALSE -T1A80 066:307.874 JLINK_HasError() -T1A80 066:307.907 JLINK_IsHalted() -T1A80 066:308.954 - 1.067ms returns FALSE -T1A80 066:409.142 JLINK_HasError() -T1A80 066:409.231 JLINK_IsHalted() -T1A80 066:410.414 - 1.227ms returns FALSE -T1A80 066:510.871 JLINK_HasError() -T1A80 066:510.931 JLINK_IsHalted() -T1A80 066:511.969 - 1.058ms returns FALSE -T1A80 066:612.666 JLINK_HasError() -T1A80 066:612.716 JLINK_IsHalted() -T1A80 066:613.713 - 1.016ms returns FALSE -T1A80 066:713.890 JLINK_HasError() -T1A80 066:713.959 JLINK_IsHalted() -T1A80 066:715.100 - 1.153ms returns FALSE -T1A80 066:815.876 JLINK_HasError() -T1A80 066:815.954 JLINK_IsHalted() -T1A80 066:817.172 - 1.238ms returns FALSE -T1A80 066:917.909 JLINK_HasError() -T1A80 066:918.001 JLINK_IsHalted() -T1A80 066:919.256 - 1.274ms returns FALSE -T1A80 067:019.531 JLINK_HasError() -T1A80 067:019.585 JLINK_IsHalted() -T1A80 067:020.702 - 1.135ms returns FALSE -T1A80 067:121.635 JLINK_HasError() -T1A80 067:121.757 JLINK_IsHalted() -T1A80 067:122.942 - 1.233ms returns FALSE -T1A80 067:223.942 JLINK_HasError() -T1A80 067:224.008 JLINK_IsHalted() -T1A80 067:225.009 - 1.021ms returns FALSE -T1A80 067:325.732 JLINK_HasError() -T1A80 067:325.879 JLINK_IsHalted() -T1A80 067:326.924 - 1.078ms returns FALSE -T1A80 067:427.079 JLINK_HasError() -T1A80 067:427.178 JLINK_IsHalted() -T1A80 067:428.315 - 1.181ms returns FALSE -T1A80 067:528.992 JLINK_HasError() -T1A80 067:529.037 JLINK_IsHalted() -T1A80 067:530.143 - 1.129ms returns FALSE -T1A80 067:630.616 JLINK_HasError() -T1A80 067:630.661 JLINK_IsHalted() -T1A80 067:631.766 - 1.126ms returns FALSE -T1A80 067:731.970 JLINK_HasError() -T1A80 067:732.058 JLINK_IsHalted() -T1A80 067:733.214 - 1.175ms returns FALSE -T1A80 067:834.002 JLINK_HasError() -T1A80 067:834.096 JLINK_IsHalted() -T1A80 067:835.224 - 1.178ms returns FALSE -T1A80 067:936.022 JLINK_HasError() -T1A80 067:936.111 JLINK_IsHalted() -T1A80 067:937.267 - 1.177ms returns FALSE -T1A80 068:037.393 JLINK_HasError() -T1A80 068:037.442 JLINK_IsHalted() -T1A80 068:038.517 - 1.092ms returns FALSE -T1A80 068:138.606 JLINK_HasError() -T1A80 068:138.656 JLINK_IsHalted() -T1A80 068:139.790 - 1.167ms returns FALSE -T1A80 068:240.279 JLINK_HasError() -T1A80 068:240.371 JLINK_IsHalted() -T1A80 068:241.459 - 1.135ms returns FALSE -T1A80 068:341.830 JLINK_HasError() -T1A80 068:341.877 JLINK_IsHalted() -T1A80 068:342.999 - 1.136ms returns FALSE -T1A80 068:443.239 JLINK_HasError() -T1A80 068:443.287 JLINK_IsHalted() -T1A80 068:444.344 - 1.070ms returns FALSE -T1A80 068:545.108 JLINK_HasError() -T1A80 068:545.198 JLINK_IsHalted() -T1A80 068:546.402 - 1.245ms returns FALSE -T1A80 068:647.007 JLINK_HasError() -T1A80 068:647.054 JLINK_IsHalted() -T1A80 068:648.022 - 0.983ms returns FALSE -T1A80 068:748.772 JLINK_HasError() -T1A80 068:748.861 JLINK_IsHalted() -T1A80 068:749.992 - 1.151ms returns FALSE -T1A80 068:850.411 JLINK_HasError() -T1A80 068:850.546 JLINK_IsHalted() -T1A80 068:851.656 - 1.124ms returns FALSE -T1A80 068:952.154 JLINK_HasError() -T1A80 068:952.242 JLINK_IsHalted() -T1A80 068:953.207 - 0.984ms returns FALSE -T1A80 069:053.376 JLINK_HasError() -T1A80 069:053.473 JLINK_IsHalted() -T1A80 069:054.695 - 1.245ms returns FALSE -T1A80 069:155.469 JLINK_HasError() -T1A80 069:155.557 JLINK_IsHalted() -T1A80 069:156.740 - 1.203ms returns FALSE -T1A80 069:256.918 JLINK_HasError() -T1A80 069:256.974 JLINK_IsHalted() -T1A80 069:258.001 - 1.042ms returns FALSE -T1A80 069:358.428 JLINK_HasError() -T1A80 069:358.480 JLINK_IsHalted() -T1A80 069:359.537 - 1.093ms returns FALSE -T1A80 069:460.372 JLINK_HasError() -T1A80 069:460.465 JLINK_IsHalted() -T1A80 069:461.692 - 1.247ms returns FALSE -T1A80 069:561.900 JLINK_HasError() -T1A80 069:561.992 JLINK_IsHalted() -T1A80 069:563.142 - 1.171ms returns FALSE -T1A80 069:663.647 JLINK_HasError() -T1A80 069:663.743 JLINK_IsHalted() -T1A80 069:664.849 - 1.125ms returns FALSE -T1A80 069:764.989 JLINK_HasError() -T1A80 069:765.081 JLINK_IsHalted() -T1A80 069:766.197 - 1.161ms returns FALSE -T1A80 069:866.454 JLINK_HasError() -T1A80 069:866.544 JLINK_IsHalted() -T1A80 069:867.676 - 1.146ms returns FALSE -T1A80 069:968.749 JLINK_HasError() -T1A80 069:968.838 JLINK_IsHalted() -T1A80 069:970.008 - 1.202ms returns FALSE -T1A80 070:070.750 JLINK_HasError() -T1A80 070:070.842 JLINK_IsHalted() -T1A80 070:072.067 - 1.270ms returns FALSE -T1A80 070:173.078 JLINK_HasError() -T1A80 070:173.127 JLINK_IsHalted() -T1A80 070:174.306 - 1.225ms returns FALSE -T1A80 070:274.694 JLINK_HasError() -T1A80 070:274.748 JLINK_IsHalted() -T1A80 070:275.884 - 1.166ms returns FALSE -T1A80 070:376.105 JLINK_HasError() -T1A80 070:376.198 JLINK_IsHalted() -T1A80 070:377.364 - 1.182ms returns FALSE -T1A80 070:477.838 JLINK_HasError() -T1A80 070:477.897 JLINK_IsHalted() -T1A80 070:479.019 - 1.165ms returns FALSE -T1A80 070:580.223 JLINK_HasError() -T1A80 070:580.312 JLINK_IsHalted() -T1A80 070:581.528 - 1.238ms returns FALSE -T1A80 070:682.362 JLINK_HasError() -T1A80 070:682.442 JLINK_IsHalted() -T1A80 070:683.542 - 1.127ms returns FALSE -T1A80 070:784.316 JLINK_HasError() -T1A80 070:784.401 JLINK_IsHalted() -T1A80 070:785.446 - 1.102ms returns FALSE -T1A80 070:886.073 JLINK_HasError() -T1A80 070:886.112 JLINK_IsHalted() -T1A80 070:887.144 - 1.076ms returns FALSE -T1A80 070:987.905 JLINK_HasError() -T1A80 070:987.948 JLINK_IsHalted() -T1A80 070:989.166 - 1.238ms returns FALSE -T1A80 071:089.365 JLINK_HasError() -T1A80 071:089.403 JLINK_IsHalted() -T1A80 071:090.463 - 1.072ms returns FALSE -T1A80 071:191.410 JLINK_HasError() -T1A80 071:191.496 JLINK_IsHalted() -T1A80 071:192.629 - 1.177ms returns FALSE -T1A80 071:292.839 JLINK_HasError() -T1A80 071:292.916 JLINK_IsHalted() -T1A80 071:294.089 - 1.224ms returns FALSE -T1A80 071:394.431 JLINK_HasError() -T1A80 071:394.477 JLINK_IsHalted() -T1A80 071:395.554 - 1.090ms returns FALSE -T1A80 071:496.235 JLINK_HasError() -T1A80 071:496.301 JLINK_IsHalted() -T1A80 071:497.471 - 1.199ms returns FALSE -T1A80 071:598.251 JLINK_HasError() -T1A80 071:598.364 JLINK_IsHalted() -T1A80 071:599.408 - 1.065ms returns FALSE -T1A80 071:700.262 JLINK_HasError() -T1A80 071:700.316 JLINK_IsHalted() -T1A80 071:701.394 - 1.099ms returns FALSE -T1A80 071:802.164 JLINK_HasError() -T1A80 071:802.242 JLINK_IsHalted() -T1A80 071:803.303 - 1.107ms returns FALSE -T1A80 071:904.074 JLINK_HasError() -T1A80 071:904.126 JLINK_IsHalted() -T1A80 071:905.180 - 1.107ms returns FALSE -T1A80 072:005.432 JLINK_HasError() -T1A80 072:005.513 JLINK_IsHalted() -T1A80 072:006.644 - 1.175ms returns FALSE -T1A80 072:106.828 JLINK_HasError() -T1A80 072:106.909 JLINK_IsHalted() -T1A80 072:108.096 - 1.231ms returns FALSE -T1A80 072:208.558 JLINK_HasError() -T1A80 072:208.642 JLINK_IsHalted() -T1A80 072:209.718 - 1.121ms returns FALSE -T1A80 072:310.376 JLINK_HasError() -T1A80 072:310.455 JLINK_IsHalted() -T1A80 072:311.750 - 1.314ms returns FALSE -T1A80 072:412.261 JLINK_HasError() -T1A80 072:412.310 JLINK_IsHalted() -T1A80 072:413.424 - 1.134ms returns FALSE -T1A80 072:514.432 JLINK_HasError() -T1A80 072:514.525 JLINK_IsHalted() -T1A80 072:515.730 - 1.225ms returns FALSE -T1A80 072:615.801 JLINK_HasError() -T1A80 072:615.849 JLINK_IsHalted() -T1A80 072:616.842 - 1.011ms returns FALSE -T1A80 072:717.921 JLINK_HasError() -T1A80 072:718.017 JLINK_IsHalted() -T1A80 072:718.959 - 0.969ms returns FALSE -T1A80 072:819.165 JLINK_HasError() -T1A80 072:819.252 JLINK_IsHalted() -T1A80 072:820.364 - 1.131ms returns FALSE -T1A80 072:921.502 JLINK_HasError() -T1A80 072:921.580 JLINK_IsHalted() -T1A80 072:922.747 - 1.188ms returns FALSE -T1A80 073:023.429 JLINK_HasError() -T1A80 073:023.468 JLINK_IsHalted() -T1A80 073:024.503 - 1.079ms returns FALSE -T1A80 073:125.275 JLINK_HasError() -T1A80 073:125.344 JLINK_IsHalted() -T1A80 073:126.515 - 1.195ms returns FALSE -T1A80 073:227.242 JLINK_HasError() -T1A80 073:227.328 JLINK_IsHalted() -T1A80 073:228.488 - 1.204ms returns FALSE -T1A80 073:328.851 JLINK_HasError() -T1A80 073:328.939 JLINK_IsHalted() -T1A80 073:329.937 - 1.019ms returns FALSE -T1A80 073:430.670 JLINK_HasError() -T1A80 073:430.749 JLINK_IsHalted() -T1A80 073:431.778 - 1.037ms returns FALSE -T1A80 073:532.496 JLINK_HasError() -T1A80 073:532.575 JLINK_IsHalted() -T1A80 073:533.657 - 1.115ms returns FALSE -T1A80 073:633.907 JLINK_HasError() -T1A80 073:633.957 JLINK_IsHalted() -T1A80 073:635.003 - 1.062ms returns FALSE -T1A80 073:735.257 JLINK_HasError() -T1A80 073:735.348 JLINK_IsHalted() -T1A80 073:736.425 - 1.096ms returns FALSE -T1A80 073:836.892 JLINK_HasError() -T1A80 073:836.938 JLINK_IsHalted() -T1A80 073:838.023 - 1.130ms returns FALSE -T1A80 073:938.837 JLINK_HasError() -T1A80 073:938.923 JLINK_IsHalted() -T1A80 073:940.021 - 1.118ms returns FALSE -T1A80 074:040.424 JLINK_HasError() -T1A80 074:040.536 JLINK_IsHalted() -T1A80 074:041.843 - 1.360ms returns FALSE -T1A80 074:142.026 JLINK_HasError() -T1A80 074:142.063 JLINK_IsHalted() -T1A80 074:143.071 - 1.027ms returns FALSE -T1A80 074:243.571 JLINK_HasError() -T1A80 074:243.721 JLINK_IsHalted() -T1A80 074:244.885 - 1.203ms returns FALSE -T1A80 074:345.163 JLINK_HasError() -T1A80 074:345.254 JLINK_IsHalted() -T1A80 074:346.413 - 1.211ms returns FALSE -T1A80 074:446.560 JLINK_HasError() -T1A80 074:446.649 JLINK_IsHalted() -T1A80 074:447.978 - 1.378ms returns FALSE -T1A80 074:548.563 JLINK_HasError() -T1A80 074:548.611 JLINK_IsHalted() -T1A80 074:549.600 - 1.010ms returns FALSE -T1A80 074:650.374 JLINK_HasError() -T1A80 074:650.507 JLINK_IsHalted() -T1A80 074:651.597 - 1.105ms returns FALSE -T1A80 074:752.708 JLINK_HasError() -T1A80 074:752.802 JLINK_IsHalted() -T1A80 074:753.944 - 1.188ms returns FALSE -T1A80 074:854.570 JLINK_HasError() -T1A80 074:854.628 JLINK_IsHalted() -T1A80 074:855.833 - 1.226ms returns FALSE -T1A80 074:955.980 JLINK_HasError() -T1A80 074:956.066 JLINK_IsHalted() -T1A80 074:957.148 - 1.125ms returns FALSE -T1A80 075:058.280 JLINK_HasError() -T1A80 075:058.366 JLINK_IsHalted() -T1A80 075:059.432 - 1.085ms returns FALSE -T1A80 075:159.996 JLINK_HasError() -T1A80 075:160.097 JLINK_IsHalted() -T1A80 075:161.230 - 1.180ms returns FALSE -T1A80 075:262.134 JLINK_HasError() -T1A80 075:262.171 JLINK_IsHalted() -T1A80 075:263.178 - 1.061ms returns FALSE -T1A80 075:363.438 JLINK_HasError() -T1A80 075:363.532 JLINK_IsHalted() -T1A80 075:364.683 - 1.170ms returns FALSE -T1A80 075:464.774 JLINK_HasError() -T1A80 075:464.818 JLINK_IsHalted() -T1A80 075:465.941 - 1.143ms returns FALSE -T1A80 075:566.710 JLINK_HasError() -T1A80 075:566.788 JLINK_IsHalted() -T1A80 075:567.951 - 1.200ms returns FALSE -T1A80 075:668.651 JLINK_HasError() -T1A80 075:668.895 JLINK_IsHalted() -T1A80 075:670.085 - 1.207ms returns FALSE -T1A80 075:770.416 JLINK_HasError() -T1A80 075:770.466 JLINK_IsHalted() -T1A80 075:771.393 - 0.937ms returns FALSE -T1A80 075:871.772 JLINK_HasError() -T1A80 075:871.818 JLINK_IsHalted() -T1A80 075:872.845 - 1.050ms returns FALSE -T1A80 075:973.009 JLINK_HasError() -T1A80 075:973.099 JLINK_IsHalted() -T1A80 075:974.239 - 1.184ms returns FALSE -T1A80 076:075.068 JLINK_HasError() -T1A80 076:075.138 JLINK_IsHalted() -T1A80 076:076.179 - 1.062ms returns FALSE -T1A80 076:177.168 JLINK_HasError() -T1A80 076:177.217 JLINK_IsHalted() -T1A80 076:178.284 - 1.093ms returns FALSE -T1A80 076:279.143 JLINK_HasError() -T1A80 076:279.182 JLINK_IsHalted() -T1A80 076:280.272 - 1.109ms returns FALSE -T1A80 076:380.431 JLINK_HasError() -T1A80 076:380.510 JLINK_IsHalted() -T1A80 076:381.638 - 1.148ms returns FALSE -T1A80 076:481.896 JLINK_HasError() -T1A80 076:481.985 JLINK_IsHalted() -T1A80 076:482.989 - 1.023ms returns FALSE -T1A80 076:583.156 JLINK_HasError() -T1A80 076:583.194 JLINK_IsHalted() -T1A80 076:584.230 - 1.058ms returns FALSE -T1A80 076:685.219 JLINK_HasError() -T1A80 076:685.262 JLINK_IsHalted() -T1A80 076:686.404 - 1.161ms returns FALSE -T1A80 076:786.659 JLINK_HasError() -T1A80 076:786.751 JLINK_IsHalted() -T1A80 076:787.806 - 1.101ms returns FALSE -T1A80 076:888.154 JLINK_HasError() -T1A80 076:888.220 JLINK_IsHalted() -T1A80 076:889.336 - 1.136ms returns FALSE -T1A80 076:990.337 JLINK_HasError() -T1A80 076:990.428 JLINK_IsHalted() -T1A80 076:991.639 - 1.256ms returns FALSE -T1A80 077:092.165 JLINK_HasError() -T1A80 077:092.203 JLINK_IsHalted() -T1A80 077:093.221 - 1.037ms returns FALSE -T1A80 077:193.451 JLINK_HasError() -T1A80 077:193.534 JLINK_IsHalted() -T1A80 077:194.734 - 1.245ms returns FALSE -T1A80 077:295.030 JLINK_HasError() -T1A80 077:295.118 JLINK_IsHalted() -T1A80 077:296.301 - 1.201ms returns FALSE -T1A80 077:397.454 JLINK_HasError() -T1A80 077:397.535 JLINK_IsHalted() -T1A80 077:398.646 - 1.155ms returns FALSE -T1A80 077:498.877 JLINK_HasError() -T1A80 077:498.965 JLINK_IsHalted() -T1A80 077:500.145 - 1.224ms returns FALSE -T1A80 077:600.410 JLINK_HasError() -T1A80 077:600.456 JLINK_IsHalted() -T1A80 077:601.523 - 1.085ms returns FALSE -T1A80 077:702.075 JLINK_HasError() -T1A80 077:702.164 JLINK_IsHalted() -T1A80 077:703.283 - 1.163ms returns FALSE -T1A80 077:803.870 JLINK_HasError() -T1A80 077:803.921 JLINK_IsHalted() -T1A80 077:804.979 - 1.106ms returns FALSE -T1A80 077:905.376 JLINK_HasError() -T1A80 077:905.469 JLINK_IsHalted() -T1A80 077:906.601 - 1.176ms returns FALSE -T1A80 078:007.023 JLINK_HasError() -T1A80 078:007.072 JLINK_IsHalted() -T1A80 078:008.245 - 1.191ms returns FALSE -T1A80 078:108.445 JLINK_HasError() -T1A80 078:108.537 JLINK_IsHalted() -T1A80 078:109.690 - 1.197ms returns FALSE -T1A80 078:210.399 JLINK_HasError() -T1A80 078:210.483 JLINK_IsHalted() -T1A80 078:211.644 - 1.181ms returns FALSE -T1A80 078:311.793 JLINK_HasError() -T1A80 078:311.883 JLINK_IsHalted() -T1A80 078:312.988 - 1.125ms returns FALSE -T1A80 078:414.025 JLINK_HasError() -T1A80 078:414.107 JLINK_IsHalted() -T1A80 078:415.291 - 1.239ms returns FALSE -T1A80 078:516.084 JLINK_HasError() -T1A80 078:516.172 JLINK_IsHalted() -T1A80 078:517.254 - 1.127ms returns FALSE -T1A80 078:618.128 JLINK_HasError() -T1A80 078:618.183 JLINK_IsHalted() -T1A80 078:619.204 - 1.043ms returns FALSE -T1A80 078:720.507 JLINK_HasError() -T1A80 078:720.595 JLINK_IsHalted() -T1A80 078:721.682 - 1.095ms returns FALSE -T1A80 078:822.495 JLINK_HasError() -T1A80 078:822.568 JLINK_IsHalted() -T1A80 078:823.767 - 1.231ms returns FALSE -T1A80 078:923.919 JLINK_HasError() -T1A80 078:924.012 JLINK_IsHalted() -T1A80 078:925.249 - 1.282ms returns FALSE -T1A80 079:025.449 JLINK_HasError() -T1A80 079:025.495 JLINK_IsHalted() -T1A80 079:026.620 - 1.159ms returns FALSE -T1A80 079:127.435 JLINK_HasError() -T1A80 079:127.527 JLINK_IsHalted() -T1A80 079:128.708 - 1.228ms returns FALSE -T1A80 079:228.973 JLINK_HasError() -T1A80 079:229.131 JLINK_IsHalted() -T1A80 079:230.452 - 1.366ms returns FALSE -T1A80 079:331.286 JLINK_HasError() -T1A80 079:331.320 JLINK_IsHalted() -T1A80 079:332.387 - 1.112ms returns FALSE -T1A80 079:433.401 JLINK_HasError() -T1A80 079:433.447 JLINK_IsHalted() -T1A80 079:434.552 - 1.116ms returns FALSE -T1A80 079:534.763 JLINK_HasError() -T1A80 079:534.850 JLINK_IsHalted() -T1A80 079:536.002 - 1.197ms returns FALSE -T1A80 079:636.497 JLINK_HasError() -T1A80 079:636.558 JLINK_IsHalted() -T1A80 079:637.559 - 1.020ms returns FALSE -T1A80 079:737.777 JLINK_HasError() -T1A80 079:737.862 JLINK_IsHalted() -T1A80 079:738.996 - 1.179ms returns FALSE -T1A80 079:839.316 JLINK_HasError() -T1A80 079:839.355 JLINK_IsHalted() -T1A80 079:840.405 - 1.067ms returns FALSE -T1A80 079:941.209 JLINK_HasError() -T1A80 079:941.263 JLINK_IsHalted() -T1A80 079:942.272 - 1.040ms returns FALSE -T1A80 080:042.497 JLINK_HasError() -T1A80 080:042.587 JLINK_IsHalted() -T1A80 080:043.617 - 1.048ms returns FALSE -T1A80 080:143.850 JLINK_HasError() -T1A80 080:143.894 JLINK_IsHalted() -T1A80 080:145.046 - 1.202ms returns FALSE -T1A80 080:245.539 JLINK_HasError() -T1A80 080:245.580 JLINK_IsHalted() -T1A80 080:246.639 - 1.079ms returns FALSE -T1A80 080:347.245 JLINK_HasError() -T1A80 080:347.286 JLINK_IsHalted() -T1A80 080:348.337 - 1.066ms returns FALSE -T1A80 080:448.528 JLINK_HasError() -T1A80 080:448.605 JLINK_IsHalted() -T1A80 080:449.648 - 1.054ms returns FALSE -T1A80 080:549.911 JLINK_HasError() -T1A80 080:550.007 JLINK_IsHalted() -T1A80 080:551.138 - 1.181ms returns FALSE -T1A80 080:651.784 JLINK_HasError() -T1A80 080:651.821 JLINK_IsHalted() -T1A80 080:652.936 - 1.130ms returns FALSE -T1A80 080:753.704 JLINK_HasError() -T1A80 080:753.789 JLINK_IsHalted() -T1A80 080:754.961 - 1.217ms returns FALSE -T1A80 080:855.141 JLINK_HasError() -T1A80 080:855.217 JLINK_IsHalted() -T1A80 080:856.304 - 1.131ms returns FALSE -T1A80 080:957.362 JLINK_HasError() -T1A80 080:957.403 JLINK_IsHalted() -T1A80 080:958.506 - 1.114ms returns FALSE -T1A80 081:059.298 JLINK_HasError() -T1A80 081:059.348 JLINK_IsHalted() -T1A80 081:060.407 - 1.078ms returns FALSE -T1A80 081:161.372 JLINK_HasError() -T1A80 081:161.461 JLINK_IsHalted() -T1A80 081:162.474 - 1.034ms returns FALSE -T1A80 081:262.601 JLINK_HasError() -T1A80 081:262.648 JLINK_IsHalted() -T1A80 081:263.800 - 1.197ms returns FALSE -T1A80 081:364.311 JLINK_HasError() -T1A80 081:364.401 JLINK_IsHalted() -T1A80 081:365.700 - 1.344ms returns FALSE -T1A80 081:465.839 JLINK_HasError() -T1A80 081:465.918 JLINK_IsHalted() -T1A80 081:466.935 - 1.036ms returns FALSE -T1A80 081:567.200 JLINK_HasError() -T1A80 081:567.237 JLINK_IsHalted() -T1A80 081:568.337 - 1.146ms returns FALSE -T1A80 081:669.193 JLINK_HasError() -T1A80 081:669.234 JLINK_IsHalted() -T1A80 081:670.243 - 1.024ms returns FALSE -T1A80 081:770.771 JLINK_HasError() -T1A80 081:770.818 JLINK_IsHalted() -T1A80 081:771.976 - 1.202ms returns FALSE -T1A80 081:872.645 JLINK_HasError() -T1A80 081:872.730 JLINK_IsHalted() -T1A80 081:873.955 - 1.272ms returns FALSE -T1A80 081:974.293 JLINK_HasError() -T1A80 081:974.326 JLINK_IsHalted() -T1A80 081:975.325 - 1.017ms returns FALSE -T1A80 082:075.531 JLINK_HasError() -T1A80 082:075.614 JLINK_IsHalted() -T1A80 082:076.747 - 1.179ms returns FALSE -T1A80 082:177.781 JLINK_HasError() -T1A80 082:178.092 JLINK_IsHalted() -T1A80 082:179.169 - 1.096ms returns FALSE -T1A80 082:280.088 JLINK_HasError() -T1A80 082:280.187 JLINK_IsHalted() -T1A80 082:281.199 - 1.032ms returns FALSE -T1A80 082:381.517 JLINK_HasError() -T1A80 082:381.626 JLINK_IsHalted() -T1A80 082:382.681 - 1.074ms returns FALSE -T1A80 082:483.495 JLINK_HasError() -T1A80 082:483.535 JLINK_IsHalted() -T1A80 082:484.545 - 1.029ms returns FALSE -T1A80 082:585.309 JLINK_HasError() -T1A80 082:585.350 JLINK_IsHalted() -T1A80 082:586.454 - 1.125ms returns FALSE -T1A80 082:687.416 JLINK_HasError() -T1A80 082:687.498 JLINK_IsHalted() -T1A80 082:688.524 - 1.046ms returns FALSE -T1A80 082:789.445 JLINK_HasError() -T1A80 082:789.489 JLINK_IsHalted() -T1A80 082:790.591 - 1.123ms returns FALSE -T1A80 082:891.693 JLINK_HasError() -T1A80 082:891.780 JLINK_IsHalted() -T1A80 082:892.908 - 1.172ms returns FALSE -T1A80 082:993.160 JLINK_HasError() -T1A80 082:993.239 JLINK_IsHalted() -T1A80 082:994.403 - 1.210ms returns FALSE -T1A80 083:095.141 JLINK_HasError() -T1A80 083:095.182 JLINK_IsHalted() -T1A80 083:096.257 - 1.120ms returns FALSE -T1A80 083:197.156 JLINK_HasError() -T1A80 083:197.255 JLINK_IsHalted() -T1A80 083:198.322 - 1.088ms returns FALSE -T1A80 083:298.911 JLINK_HasError() -T1A80 083:298.959 JLINK_IsHalted() -T1A80 083:300.087 - 1.139ms returns FALSE -T1A80 083:400.868 JLINK_HasError() -T1A80 083:400.917 JLINK_IsHalted() -T1A80 083:401.988 - 1.090ms returns FALSE -T1A80 083:502.191 JLINK_HasError() -T1A80 083:502.280 JLINK_IsHalted() -T1A80 083:503.496 - 1.260ms returns FALSE -T1A80 083:604.143 JLINK_HasError() -T1A80 083:604.185 JLINK_IsHalted() -T1A80 083:605.267 - 1.110ms returns FALSE -T1A80 083:706.257 JLINK_HasError() -T1A80 083:706.349 JLINK_IsHalted() -T1A80 083:707.497 - 1.199ms returns FALSE -T1A80 083:808.464 JLINK_HasError() -T1A80 083:808.553 JLINK_IsHalted() -T1A80 083:809.700 - 1.194ms returns FALSE -T1A80 083:910.749 JLINK_HasError() -T1A80 083:910.838 JLINK_IsHalted() -T1A80 083:911.997 - 1.203ms returns FALSE -T1A80 084:012.358 JLINK_HasError() -T1A80 084:012.390 JLINK_IsHalted() -T1A80 084:013.453 - 1.083ms returns FALSE -T1A80 084:114.233 JLINK_HasError() -T1A80 084:114.264 JLINK_IsHalted() -T1A80 084:115.380 - 1.135ms returns FALSE -T1A80 084:216.449 JLINK_HasError() -T1A80 084:216.538 JLINK_IsHalted() -T1A80 084:217.557 - 1.028ms returns FALSE -T1A80 084:318.427 JLINK_HasError() -T1A80 084:318.476 JLINK_IsHalted() -T1A80 084:319.626 - 1.200ms returns FALSE -T1A80 084:419.840 JLINK_HasError() -T1A80 084:419.900 JLINK_IsHalted() -T1A80 084:420.926 - 1.041ms returns FALSE -T1A80 084:521.761 JLINK_HasError() -T1A80 084:521.849 JLINK_IsHalted() -T1A80 084:522.948 - 1.144ms returns FALSE -T1A80 084:623.732 JLINK_HasError() -T1A80 084:623.779 JLINK_IsHalted() -T1A80 084:624.883 - 1.129ms returns FALSE -T1A80 084:725.600 JLINK_HasError() -T1A80 084:725.643 JLINK_IsHalted() -T1A80 084:726.827 - 1.229ms returns FALSE -T1A80 084:827.649 JLINK_HasError() -T1A80 084:827.693 JLINK_IsHalted() -T1A80 084:828.802 - 1.153ms returns FALSE -T1A80 084:929.464 JLINK_HasError() -T1A80 084:929.554 JLINK_IsHalted() -T1A80 084:930.582 - 1.048ms returns FALSE -T1A80 085:030.788 JLINK_HasError() -T1A80 085:030.875 JLINK_IsHalted() -T1A80 085:032.002 - 1.178ms returns FALSE -T1A80 085:132.242 JLINK_HasError() -T1A80 085:132.329 JLINK_IsHalted() -T1A80 085:133.525 - 1.241ms returns FALSE -T1A80 085:233.788 JLINK_HasError() -T1A80 085:233.880 JLINK_IsHalted() -T1A80 085:235.013 - 1.177ms returns FALSE -T1A80 085:335.330 JLINK_HasError() -T1A80 085:335.379 JLINK_IsHalted() -T1A80 085:336.409 - 1.080ms returns FALSE -T1A80 085:437.221 JLINK_HasError() -T1A80 085:437.280 JLINK_IsHalted() -T1A80 085:438.266 - 0.996ms returns FALSE -T1A80 085:538.510 JLINK_HasError() -T1A80 085:538.565 JLINK_IsHalted() -T1A80 085:539.634 - 1.113ms returns FALSE -T1A80 085:640.381 JLINK_HasError() -T1A80 085:640.425 JLINK_IsHalted() -T1A80 085:641.496 - 1.097ms returns FALSE -T1A80 085:742.375 JLINK_HasError() -T1A80 085:742.416 JLINK_IsHalted() -T1A80 085:743.499 - 1.098ms returns FALSE -T1A80 085:843.713 JLINK_HasError() -T1A80 085:843.882 JLINK_IsHalted() -T1A80 085:844.967 - 1.130ms returns FALSE -T1A80 085:945.222 JLINK_HasError() -T1A80 085:945.300 JLINK_IsHalted() -T1A80 085:946.499 - 1.251ms returns FALSE -T1A80 086:047.491 JLINK_HasError() -T1A80 086:047.532 JLINK_IsHalted() -T1A80 086:048.576 - 1.063ms returns FALSE -T1A80 086:149.574 JLINK_HasError() -T1A80 086:149.638 JLINK_IsHalted() -T1A80 086:150.671 - 1.051ms returns FALSE -T1A80 086:251.522 JLINK_HasError() -T1A80 086:251.560 JLINK_IsHalted() -T1A80 086:252.611 - 1.071ms returns FALSE -T1A80 086:352.810 JLINK_HasError() -T1A80 086:352.898 JLINK_IsHalted() -T1A80 086:354.027 - 1.175ms returns FALSE -T1A80 086:454.828 JLINK_HasError() -T1A80 086:454.887 JLINK_IsHalted() -T1A80 086:455.855 - 0.988ms returns FALSE -T1A80 086:556.742 JLINK_HasError() -T1A80 086:556.791 JLINK_IsHalted() -T1A80 086:557.799 - 1.044ms returns FALSE -T1A80 086:658.733 JLINK_HasError() -T1A80 086:658.778 JLINK_IsHalted() -T1A80 086:659.859 - 1.100ms returns FALSE -T1A80 086:760.404 JLINK_HasError() -T1A80 086:760.486 JLINK_IsHalted() -T1A80 086:761.606 - 1.128ms returns FALSE -T1A80 086:861.812 JLINK_HasError() -T1A80 086:861.860 JLINK_IsHalted() -T1A80 086:862.948 - 1.115ms returns FALSE -T1A80 086:963.646 JLINK_HasError() -T1A80 086:963.676 JLINK_IsHalted() -T1A80 086:964.774 - 1.138ms returns FALSE -T1A80 087:065.437 JLINK_HasError() -T1A80 087:065.523 JLINK_IsHalted() -T1A80 087:066.544 - 1.040ms returns FALSE -T1A80 087:166.974 JLINK_HasError() -T1A80 087:167.061 JLINK_IsHalted() -T1A80 087:168.172 - 1.131ms returns FALSE -T1A80 087:268.373 JLINK_HasError() -T1A80 087:268.458 JLINK_IsHalted() -T1A80 087:269.567 - 1.147ms returns FALSE -T1A80 087:369.807 JLINK_HasError() -T1A80 087:369.899 JLINK_IsHalted() -T1A80 087:371.021 - 1.160ms returns FALSE -T1A80 087:471.223 JLINK_HasError() -T1A80 087:471.275 JLINK_IsHalted() -T1A80 087:472.315 - 1.059ms returns FALSE -T1A80 087:572.518 JLINK_HasError() -T1A80 087:572.610 JLINK_IsHalted() -T1A80 087:573.756 - 1.165ms returns FALSE -T1A80 087:674.202 JLINK_HasError() -T1A80 087:674.241 JLINK_IsHalted() -T1A80 087:675.297 - 1.071ms returns FALSE -T1A80 087:776.001 JLINK_HasError() -T1A80 087:776.099 JLINK_IsHalted() -T1A80 087:777.197 - 1.118ms returns FALSE -T1A80 087:877.887 JLINK_HasError() -T1A80 087:877.928 JLINK_IsHalted() -T1A80 087:878.934 - 1.024ms returns FALSE -T1A80 087:979.552 JLINK_HasError() -T1A80 087:979.635 JLINK_IsHalted() -T1A80 087:980.872 - 1.279ms returns FALSE -T1A80 088:081.749 JLINK_HasError() -T1A80 088:081.783 JLINK_IsHalted() -T1A80 088:082.860 - 1.116ms returns FALSE -T1A80 088:183.850 JLINK_HasError() -T1A80 088:183.934 JLINK_IsHalted() -T1A80 088:185.057 - 1.168ms returns FALSE -T1A80 088:285.443 JLINK_HasError() -T1A80 088:285.526 JLINK_IsHalted() -T1A80 088:286.682 - 1.207ms returns FALSE -T1A80 088:387.672 JLINK_HasError() -T1A80 088:387.754 JLINK_IsHalted() -T1A80 088:388.875 - 1.149ms returns FALSE -T1A80 088:489.606 JLINK_HasError() -T1A80 088:489.654 JLINK_IsHalted() -T1A80 088:490.804 - 1.189ms returns FALSE -T1A80 088:591.899 JLINK_HasError() -T1A80 088:591.987 JLINK_IsHalted() -T1A80 088:593.091 - 1.135ms returns FALSE -T1A80 088:693.612 JLINK_HasError() -T1A80 088:693.667 JLINK_IsHalted() -T1A80 088:694.697 - 1.045ms returns FALSE -T1A80 088:795.728 JLINK_HasError() -T1A80 088:795.782 JLINK_IsHalted() -T1A80 088:796.865 - 1.135ms returns FALSE -T1A80 088:897.231 JLINK_HasError() -T1A80 088:897.267 JLINK_IsHalted() -T1A80 088:898.326 - 1.103ms returns FALSE -T1A80 088:998.493 JLINK_HasError() -T1A80 088:998.577 JLINK_IsHalted() -T1A80 088:999.841 - 1.295ms returns FALSE -T1A80 089:100.482 JLINK_HasError() -T1A80 089:100.561 JLINK_IsHalted() -T1A80 089:101.660 - 1.162ms returns FALSE -T1A80 089:202.373 JLINK_HasError() -T1A80 089:202.461 JLINK_IsHalted() -T1A80 089:203.493 - 1.051ms returns FALSE -T1A80 089:304.246 JLINK_HasError() -T1A80 089:304.333 JLINK_IsHalted() -T1A80 089:305.445 - 1.132ms returns FALSE -T1A80 089:406.008 JLINK_HasError() -T1A80 089:406.097 JLINK_IsHalted() -T1A80 089:407.161 - 1.084ms returns FALSE -T1A80 089:508.394 JLINK_HasError() -T1A80 089:508.512 JLINK_IsHalted() -T1A80 089:509.590 - 1.109ms returns FALSE -T1A80 089:610.382 JLINK_HasError() -T1A80 089:610.492 JLINK_IsHalted() -T1A80 089:611.582 - 1.113ms returns FALSE -T1A80 089:712.368 JLINK_HasError() -T1A80 089:712.467 JLINK_IsHalted() -T1A80 089:713.560 - 1.112ms returns FALSE -T1A80 089:814.337 JLINK_HasError() -T1A80 089:814.488 JLINK_IsHalted() -T1A80 089:815.553 - 1.080ms returns FALSE -T1A80 089:916.315 JLINK_HasError() -T1A80 089:916.400 JLINK_IsHalted() -T1A80 089:917.471 - 1.109ms returns FALSE -T1A80 090:017.632 JLINK_HasError() -T1A80 090:017.721 JLINK_IsHalted() -T1A80 090:018.845 - 1.169ms returns FALSE -T1A80 090:119.681 JLINK_HasError() -T1A80 090:119.760 JLINK_IsHalted() -T1A80 090:120.975 - 1.261ms returns FALSE -T1A80 090:221.447 JLINK_HasError() -T1A80 090:221.487 JLINK_IsHalted() -T1A80 090:222.500 - 1.053ms returns FALSE -T1A80 090:323.288 JLINK_HasError() -T1A80 090:323.383 JLINK_IsHalted() -T1A80 090:324.580 - 1.216ms returns FALSE -T1A80 090:425.575 JLINK_HasError() -T1A80 090:425.657 JLINK_IsHalted() -T1A80 090:426.754 - 1.142ms returns FALSE -T1A80 090:526.998 JLINK_HasError() -T1A80 090:527.088 JLINK_IsHalted() -T1A80 090:528.374 - 1.305ms returns FALSE -T1A80 090:629.275 JLINK_HasError() -T1A80 090:629.326 JLINK_IsHalted() -T1A80 090:630.444 - 1.145ms returns FALSE -T1A80 090:731.268 JLINK_HasError() -T1A80 090:731.337 JLINK_IsHalted() -T1A80 090:732.429 - 1.108ms returns FALSE -T1A80 090:832.914 JLINK_HasError() -T1A80 090:832.966 JLINK_IsHalted() -T1A80 090:834.036 - 1.105ms returns FALSE -T1A80 090:934.830 JLINK_HasError() -T1A80 090:934.919 JLINK_IsHalted() -T1A80 090:936.043 - 1.143ms returns FALSE -T1A80 091:036.735 JLINK_HasError() -T1A80 091:036.769 JLINK_IsHalted() -T1A80 091:037.843 - 1.106ms returns FALSE -T1A80 091:138.537 JLINK_HasError() -T1A80 091:138.577 JLINK_IsHalted() -T1A80 091:139.678 - 1.147ms returns FALSE -T1A80 091:239.848 JLINK_HasError() -T1A80 091:239.935 JLINK_IsHalted() -T1A80 091:241.137 - 1.247ms returns FALSE -T1A80 091:341.312 JLINK_HasError() -T1A80 091:341.357 JLINK_IsHalted() -T1A80 091:342.477 - 1.135ms returns FALSE -T1A80 091:442.681 JLINK_HasError() -T1A80 091:442.766 JLINK_IsHalted() -T1A80 091:443.810 - 1.064ms returns FALSE -T1A80 091:544.338 JLINK_HasError() -T1A80 091:544.426 JLINK_IsHalted() -T1A80 091:545.530 - 1.149ms returns FALSE -T1A80 091:646.410 JLINK_HasError() -T1A80 091:646.454 JLINK_IsHalted() -T1A80 091:647.502 - 1.066ms returns FALSE -T1A80 091:747.724 JLINK_HasError() -T1A80 091:747.767 JLINK_IsHalted() -T1A80 091:748.791 - 1.042ms returns FALSE -T1A80 091:849.819 JLINK_HasError() -T1A80 091:849.878 JLINK_IsHalted() -T1A80 091:850.925 - 1.063ms returns FALSE -T1A80 091:951.260 JLINK_HasError() -T1A80 091:951.364 JLINK_IsHalted() -T1A80 091:952.368 - 1.037ms returns FALSE -T1A80 092:053.505 JLINK_HasError() -T1A80 092:053.587 JLINK_IsHalted() -T1A80 092:054.633 - 1.091ms returns FALSE -T1A80 092:155.461 JLINK_HasError() -T1A80 092:155.515 JLINK_IsHalted() -T1A80 092:156.711 - 1.216ms returns FALSE -T1A80 092:257.481 JLINK_HasError() -T1A80 092:257.557 JLINK_IsHalted() -T1A80 092:258.672 - 1.135ms returns FALSE -T1A80 092:359.831 JLINK_HasError() -T1A80 092:359.868 JLINK_IsHalted() -T1A80 092:361.003 - 1.154ms returns FALSE -T1A80 092:461.363 JLINK_HasError() -T1A80 092:461.453 JLINK_IsHalted() -T1A80 092:462.555 - 1.121ms returns FALSE -T1A80 092:562.639 JLINK_HasError() -T1A80 092:562.680 JLINK_IsHalted() -T1A80 092:563.729 - 1.068ms returns FALSE -T1A80 092:664.593 JLINK_HasError() -T1A80 092:664.646 JLINK_IsHalted() -T1A80 092:665.716 - 1.101ms returns FALSE -T1A80 092:765.922 JLINK_HasError() -T1A80 092:766.026 JLINK_IsHalted() -T1A80 092:767.187 - 1.180ms returns FALSE -T1A80 092:867.590 JLINK_HasError() -T1A80 092:867.636 JLINK_IsHalted() -T1A80 092:868.820 - 1.209ms returns FALSE -T1A80 092:969.239 JLINK_HasError() -T1A80 092:969.292 JLINK_IsHalted() -T1A80 092:970.427 - 1.194ms returns FALSE -T1A80 093:070.692 JLINK_HasError() -T1A80 093:070.783 JLINK_IsHalted() -T1A80 093:071.906 - 1.168ms returns FALSE -T1A80 093:172.604 JLINK_HasError() -T1A80 093:172.727 JLINK_IsHalted() -T1A80 093:173.755 - 1.053ms returns FALSE -T1A80 093:273.999 JLINK_HasError() -T1A80 093:274.051 JLINK_IsHalted() -T1A80 093:275.091 - 1.055ms returns FALSE -T1A80 093:375.846 JLINK_HasError() -T1A80 093:375.934 JLINK_IsHalted() -T1A80 093:377.090 - 1.225ms returns FALSE -T1A80 093:478.128 JLINK_HasError() -T1A80 093:478.217 JLINK_IsHalted() -T1A80 093:479.379 - 1.181ms returns FALSE -T1A80 093:580.263 JLINK_HasError() -T1A80 093:580.486 JLINK_IsHalted() -T1A80 093:581.525 - 1.056ms returns FALSE -T1A80 093:681.638 JLINK_HasError() -T1A80 093:681.689 JLINK_IsHalted() -T1A80 093:682.766 - 1.091ms returns FALSE -T1A80 093:782.916 JLINK_HasError() -T1A80 093:783.008 JLINK_IsHalted() -T1A80 093:784.231 - 1.267ms returns FALSE -T1A80 093:885.073 JLINK_HasError() -T1A80 093:885.160 JLINK_IsHalted() -T1A80 093:886.331 - 1.216ms returns FALSE -T1A80 093:986.934 JLINK_HasError() -T1A80 093:987.032 JLINK_IsHalted() -T1A80 093:988.096 - 1.083ms returns FALSE -T1A80 094:088.379 JLINK_HasError() -T1A80 094:088.432 JLINK_IsHalted() -T1A80 094:089.461 - 1.048ms returns FALSE -T1A80 094:189.807 JLINK_HasError() -T1A80 094:189.848 JLINK_IsHalted() -T1A80 094:191.051 - 1.225ms returns FALSE -T1A80 094:291.582 JLINK_HasError() -T1A80 094:291.669 JLINK_IsHalted() -T1A80 094:292.788 - 1.140ms returns FALSE -T1A80 094:393.053 JLINK_HasError() -T1A80 094:393.139 JLINK_IsHalted() -T1A80 094:394.168 - 1.048ms returns FALSE -T1A80 094:494.607 JLINK_HasError() -T1A80 094:494.648 JLINK_IsHalted() -T1A80 094:495.618 - 0.989ms returns FALSE -T1A80 094:596.016 JLINK_HasError() -T1A80 094:596.105 JLINK_IsHalted() -T1A80 094:597.290 - 1.205ms returns FALSE -T1A80 094:698.216 JLINK_HasError() -T1A80 094:698.258 JLINK_IsHalted() -T1A80 094:699.225 - 0.982ms returns FALSE -T1A80 094:800.411 JLINK_HasError() -T1A80 094:800.500 JLINK_IsHalted() -T1A80 094:801.706 - 1.250ms returns FALSE -T1A80 094:901.973 JLINK_HasError() -T1A80 094:902.056 JLINK_IsHalted() -T1A80 094:903.189 - 1.179ms returns FALSE -T1A80 095:003.471 JLINK_HasError() -T1A80 095:003.558 JLINK_IsHalted() -T1A80 095:004.513 - 0.975ms returns FALSE -T1A80 095:105.361 JLINK_HasError() -T1A80 095:105.409 JLINK_IsHalted() -T1A80 095:106.478 - 1.104ms returns FALSE -T1A80 095:207.086 JLINK_HasError() -T1A80 095:207.141 JLINK_IsHalted() -T1A80 095:208.183 - 1.062ms returns FALSE -T1A80 095:308.381 JLINK_HasError() -T1A80 095:308.471 JLINK_IsHalted() -T1A80 095:309.545 - 1.093ms returns FALSE -T1A80 095:409.674 JLINK_HasError() -T1A80 095:409.712 JLINK_IsHalted() -T1A80 095:410.780 - 1.088ms returns FALSE -T1A80 095:511.550 JLINK_HasError() -T1A80 095:511.638 JLINK_IsHalted() -T1A80 095:512.695 - 1.104ms returns FALSE -T1A80 095:613.109 JLINK_HasError() -T1A80 095:613.151 JLINK_IsHalted() -T1A80 095:614.316 - 1.185ms returns FALSE -T1A80 095:714.991 JLINK_HasError() -T1A80 095:715.030 JLINK_IsHalted() -T1A80 095:716.206 - 1.221ms returns FALSE -T1A80 095:816.926 JLINK_HasError() -T1A80 095:816.970 JLINK_IsHalted() -T1A80 095:817.955 - 1.014ms returns FALSE -T1A80 095:918.159 JLINK_HasError() -T1A80 095:918.244 JLINK_IsHalted() -T1A80 095:919.407 - 1.214ms returns FALSE -T1A80 096:020.363 JLINK_HasError() -T1A80 096:020.441 JLINK_IsHalted() -T1A80 096:021.647 - 1.251ms returns FALSE -T1A80 096:122.598 JLINK_HasError() -T1A80 096:122.637 JLINK_IsHalted() -T1A80 096:123.690 - 1.069ms returns FALSE -T1A80 096:224.239 JLINK_HasError() -T1A80 096:224.282 JLINK_IsHalted() -T1A80 096:225.233 - 0.969ms returns FALSE -T1A80 096:325.831 JLINK_HasError() -T1A80 096:325.918 JLINK_IsHalted() -T1A80 096:327.101 - 1.232ms returns FALSE -T1A80 096:427.728 JLINK_HasError() -T1A80 096:427.772 JLINK_IsHalted() -T1A80 096:428.865 - 1.142ms returns FALSE -T1A80 096:529.648 JLINK_HasError() -T1A80 096:529.705 JLINK_IsHalted() -T1A80 096:530.839 - 1.171ms returns FALSE -T1A80 096:631.148 JLINK_HasError() -T1A80 096:631.198 JLINK_IsHalted() -T1A80 096:632.249 - 1.082ms returns FALSE -T1A80 096:732.901 JLINK_HasError() -T1A80 096:732.989 JLINK_IsHalted() -T1A80 096:734.100 - 1.119ms returns FALSE -T1A80 096:834.581 JLINK_HasError() -T1A80 096:834.621 JLINK_IsHalted() -T1A80 096:835.634 - 1.036ms returns FALSE -T1A80 096:935.846 JLINK_HasError() -T1A80 096:935.931 JLINK_IsHalted() -T1A80 096:937.166 - 1.280ms returns FALSE -T1A80 097:038.066 JLINK_HasError() -T1A80 097:038.153 JLINK_IsHalted() -T1A80 097:039.311 - 1.209ms returns FALSE -T1A80 097:139.769 JLINK_HasError() -T1A80 097:139.864 JLINK_IsHalted() -T1A80 097:140.919 - 1.088ms returns FALSE -T1A80 097:241.938 JLINK_HasError() -T1A80 097:241.987 JLINK_IsHalted() -T1A80 097:243.041 - 1.073ms returns FALSE -T1A80 097:343.242 JLINK_HasError() -T1A80 097:343.335 JLINK_IsHalted() -T1A80 097:344.443 - 1.153ms returns FALSE -T1A80 097:444.682 JLINK_HasError() -T1A80 097:444.774 JLINK_IsHalted() -T1A80 097:446.031 - 1.283ms returns FALSE -T1A80 097:546.510 JLINK_HasError() -T1A80 097:546.596 JLINK_IsHalted() -T1A80 097:547.703 - 1.142ms returns FALSE -T1A80 097:647.837 JLINK_HasError() -T1A80 097:647.910 JLINK_IsHalted() -T1A80 097:649.332 - 1.446ms returns FALSE -T1A80 097:750.387 JLINK_HasError() -T1A80 097:750.480 JLINK_IsHalted() -T1A80 097:751.562 - 1.137ms returns FALSE -T1A80 097:852.296 JLINK_HasError() -T1A80 097:852.339 JLINK_IsHalted() -T1A80 097:853.320 - 0.991ms returns FALSE -T1A80 097:954.332 JLINK_HasError() -T1A80 097:954.369 JLINK_IsHalted() -T1A80 097:955.449 - 1.099ms returns FALSE -T1A80 098:055.877 JLINK_HasError() -T1A80 098:055.932 JLINK_IsHalted() -T1A80 098:056.973 - 1.060ms returns FALSE -T1A80 098:158.295 JLINK_HasError() -T1A80 098:158.326 JLINK_IsHalted() -T1A80 098:159.481 - 1.200ms returns FALSE -T1A80 098:259.904 JLINK_HasError() -T1A80 098:259.958 JLINK_IsHalted() -T1A80 098:260.977 - 1.045ms returns FALSE -T1A80 098:361.132 JLINK_HasError() -T1A80 098:361.183 JLINK_IsHalted() -T1A80 098:362.257 - 1.093ms returns FALSE -T1A80 098:462.477 JLINK_HasError() -T1A80 098:462.649 JLINK_IsHalted() -T1A80 098:463.799 - 1.199ms returns FALSE -T1A80 098:564.008 JLINK_HasError() -T1A80 098:564.091 JLINK_IsHalted() -T1A80 098:565.133 - 1.064ms returns FALSE -T1A80 098:666.226 JLINK_HasError() -T1A80 098:666.312 JLINK_IsHalted() -T1A80 098:667.338 - 1.046ms returns FALSE -T1A80 098:767.559 JLINK_HasError() -T1A80 098:767.651 JLINK_IsHalted() -T1A80 098:768.742 - 1.137ms returns FALSE -T1A80 098:869.584 JLINK_HasError() -T1A80 098:869.636 JLINK_IsHalted() -T1A80 098:870.778 - 1.189ms returns FALSE -T1A80 098:971.022 JLINK_HasError() -T1A80 098:971.100 JLINK_IsHalted() -T1A80 098:972.233 - 1.161ms returns FALSE -T1A80 099:072.390 JLINK_HasError() -T1A80 099:072.472 JLINK_IsHalted() -T1A80 099:073.657 - 1.239ms returns FALSE -T1A80 099:173.858 JLINK_HasError() -T1A80 099:173.936 JLINK_IsHalted() -T1A80 099:175.092 - 1.200ms returns FALSE -T1A80 099:275.800 JLINK_HasError() -T1A80 099:275.840 JLINK_IsHalted() -T1A80 099:276.843 - 1.022ms returns FALSE -T1A80 099:377.531 JLINK_HasError() -T1A80 099:377.575 JLINK_IsHalted() -T1A80 099:378.660 - 1.129ms returns FALSE -T1A80 099:479.457 JLINK_HasError() -T1A80 099:479.546 JLINK_IsHalted() -T1A80 099:480.688 - 1.163ms returns FALSE -T1A80 099:581.148 JLINK_HasError() -T1A80 099:581.190 JLINK_IsHalted() -T1A80 099:582.222 - 1.042ms returns FALSE -T1A80 099:682.970 JLINK_HasError() -T1A80 099:683.011 JLINK_IsHalted() -T1A80 099:684.069 - 1.075ms returns FALSE -T1A80 099:784.818 JLINK_HasError() -T1A80 099:784.906 JLINK_IsHalted() -T1A80 099:786.020 - 1.134ms returns FALSE -T1A80 099:886.222 JLINK_HasError() -T1A80 099:886.310 JLINK_IsHalted() -T1A80 099:887.507 - 1.242ms returns FALSE -T1A80 099:987.709 JLINK_HasError() -T1A80 099:987.786 JLINK_IsHalted() -T1A80 099:988.982 - 1.249ms returns FALSE -T1A80 100:090.027 JLINK_HasError() -T1A80 100:090.109 JLINK_IsHalted() -T1A80 100:091.302 - 1.240ms returns FALSE -T1A80 100:192.050 JLINK_HasError() -T1A80 100:192.084 JLINK_IsHalted() -T1A80 100:193.183 - 1.150ms returns FALSE -T1A80 100:293.933 JLINK_HasError() -T1A80 100:294.019 JLINK_IsHalted() -T1A80 100:295.203 - 1.219ms returns FALSE -T1A80 100:395.872 JLINK_HasError() -T1A80 100:395.918 JLINK_IsHalted() -T1A80 100:396.979 - 1.089ms returns FALSE -T1A80 100:497.226 JLINK_HasError() -T1A80 100:497.329 JLINK_IsHalted() -T1A80 100:498.382 - 1.073ms returns FALSE -T1A80 100:599.262 JLINK_HasError() -T1A80 100:599.375 JLINK_IsHalted() -T1A80 100:600.407 - 1.063ms returns FALSE -T1A80 100:701.288 JLINK_HasError() -T1A80 100:701.326 JLINK_IsHalted() -T1A80 100:702.457 - 1.146ms returns FALSE -T1A80 100:803.045 JLINK_HasError() -T1A80 100:803.130 JLINK_IsHalted() -T1A80 100:804.167 - 1.080ms returns FALSE -T1A80 100:904.419 JLINK_HasError() -T1A80 100:904.510 JLINK_IsHalted() -T1A80 100:905.746 - 1.281ms returns FALSE -T1A80 101:005.996 JLINK_HasError() -T1A80 101:006.075 JLINK_IsHalted() -T1A80 101:007.195 - 1.172ms returns FALSE -T1A80 101:107.385 JLINK_HasError() -T1A80 101:107.463 JLINK_IsHalted() -T1A80 101:108.661 - 1.243ms returns FALSE -T1A80 101:208.885 JLINK_HasError() -T1A80 101:208.971 JLINK_IsHalted() -T1A80 101:210.169 - 1.217ms returns FALSE -T1A80 101:310.380 JLINK_HasError() -T1A80 101:310.458 JLINK_IsHalted() -T1A80 101:311.613 - 1.181ms returns FALSE -T1A80 101:411.825 JLINK_HasError() -T1A80 101:411.908 JLINK_IsHalted() -T1A80 101:413.054 - 1.191ms returns FALSE -T1A80 101:513.331 JLINK_HasError() -T1A80 101:513.376 JLINK_IsHalted() -T1A80 101:514.794 - 1.439ms returns FALSE -T1A80 101:614.858 JLINK_HasError() -T1A80 101:614.900 JLINK_IsHalted() -T1A80 101:615.936 - 1.059ms returns FALSE -T1A80 101:716.199 JLINK_HasError() -T1A80 101:716.288 JLINK_IsHalted() -T1A80 101:717.421 - 1.146ms returns FALSE -T1A80 101:817.655 JLINK_HasError() -T1A80 101:817.738 JLINK_IsHalted() -T1A80 101:818.823 - 1.129ms returns FALSE -T1A80 101:919.084 JLINK_HasError() -T1A80 101:919.187 JLINK_IsHalted() -T1A80 101:920.448 - 1.281ms returns FALSE -T1A80 102:020.886 JLINK_HasError() -T1A80 102:020.972 JLINK_IsHalted() -T1A80 102:022.096 - 1.169ms returns FALSE -T1A80 102:122.298 JLINK_HasError() -T1A80 102:122.378 JLINK_IsHalted() -T1A80 102:123.610 - 1.278ms returns FALSE -T1A80 102:224.156 JLINK_HasError() -T1A80 102:224.242 JLINK_IsHalted() -T1A80 102:225.332 - 1.134ms returns FALSE -T1A80 102:326.081 JLINK_HasError() -T1A80 102:326.141 JLINK_IsHalted() -T1A80 102:327.244 - 1.148ms returns FALSE -T1A80 102:428.029 JLINK_HasError() -T1A80 102:428.109 JLINK_IsHalted() -T1A80 102:429.298 - 1.241ms returns FALSE -T1A80 102:529.824 JLINK_HasError() -T1A80 102:529.885 JLINK_IsHalted() -T1A80 102:530.932 - 1.067ms returns FALSE -T1A80 102:631.751 JLINK_HasError() -T1A80 102:631.806 JLINK_IsHalted() -T1A80 102:632.922 - 1.134ms returns FALSE -T1A80 102:733.030 JLINK_HasError() -T1A80 102:733.122 JLINK_IsHalted() -T1A80 102:734.526 - 1.423ms returns FALSE -T1A80 102:835.256 JLINK_HasError() -T1A80 102:835.348 JLINK_IsHalted() -T1A80 102:836.495 - 1.192ms returns FALSE -T1A80 102:937.028 JLINK_HasError() -T1A80 102:937.112 JLINK_IsHalted() -T1A80 102:938.179 - 1.075ms returns FALSE -T1A80 103:038.523 JLINK_HasError() -T1A80 103:038.576 JLINK_IsHalted() -T1A80 103:039.613 - 1.056ms returns FALSE -T1A80 103:140.709 JLINK_HasError() -T1A80 103:140.792 JLINK_IsHalted() -T1A80 103:141.836 - 1.088ms returns FALSE -T1A80 103:242.858 JLINK_HasError() -T1A80 103:242.892 JLINK_IsHalted() -T1A80 103:243.921 - 1.048ms returns FALSE -T1A80 103:344.324 JLINK_HasError() -T1A80 103:344.414 JLINK_IsHalted() -T1A80 103:345.443 - 1.037ms returns FALSE -T1A80 103:446.523 JLINK_HasError() -T1A80 103:446.613 JLINK_IsHalted() -T1A80 103:447.715 - 1.121ms returns FALSE -T1A80 103:548.133 JLINK_HasError() -T1A80 103:548.165 JLINK_IsHalted() -T1A80 103:549.165 - 1.019ms returns FALSE -T1A80 103:649.859 JLINK_HasError() -T1A80 103:649.917 JLINK_IsHalted() -T1A80 103:650.906 - 1.008ms returns FALSE -T1A80 103:751.504 JLINK_HasError() -T1A80 103:751.551 JLINK_IsHalted() -T1A80 103:752.667 - 1.135ms returns FALSE -T1A80 103:853.316 JLINK_HasError() -T1A80 103:853.361 JLINK_IsHalted() -T1A80 103:854.451 - 1.122ms returns FALSE -T1A80 103:954.726 JLINK_HasError() -T1A80 103:954.809 JLINK_IsHalted() -T1A80 103:955.915 - 1.150ms returns FALSE -T1A80 104:056.916 JLINK_HasError() -T1A80 104:056.952 JLINK_IsHalted() -T1A80 104:058.054 - 1.148ms returns FALSE -T1A80 104:158.290 JLINK_HasError() -T1A80 104:158.374 JLINK_IsHalted() -T1A80 104:159.507 - 1.176ms returns FALSE -T1A80 104:259.805 JLINK_HasError() -T1A80 104:259.850 JLINK_IsHalted() -T1A80 104:261.038 - 1.221ms returns FALSE -T1A80 104:362.014 JLINK_HasError() -T1A80 104:362.066 JLINK_IsHalted() -T1A80 104:363.059 - 1.013ms returns FALSE -T1A80 104:463.250 JLINK_HasError() -T1A80 104:463.340 JLINK_IsHalted() -T1A80 104:464.441 - 1.146ms returns FALSE -T1A80 104:565.250 JLINK_HasError() -T1A80 104:565.326 JLINK_IsHalted() -T1A80 104:566.491 - 1.198ms returns FALSE -T1A80 104:667.247 JLINK_HasError() -T1A80 104:667.295 JLINK_IsHalted() -T1A80 104:668.398 - 1.118ms returns FALSE -T1A80 104:768.805 JLINK_HasError() -T1A80 104:768.855 JLINK_IsHalted() -T1A80 104:769.898 - 1.098ms returns FALSE -T1A80 104:871.046 JLINK_HasError() -T1A80 104:871.144 JLINK_IsHalted() -T1A80 104:872.241 - 1.107ms returns FALSE -T1A80 104:972.382 JLINK_HasError() -T1A80 104:972.461 JLINK_IsHalted() -T1A80 104:973.567 - 1.138ms returns FALSE -T1A80 105:073.833 JLINK_HasError() -T1A80 105:073.912 JLINK_IsHalted() -T1A80 105:075.006 - 1.138ms returns FALSE -T1A80 105:175.852 JLINK_HasError() -T1A80 105:175.948 JLINK_IsHalted() -T1A80 105:177.103 - 1.174ms returns FALSE -T1A80 105:277.750 JLINK_HasError() -T1A80 105:277.840 JLINK_IsHalted() -T1A80 105:278.952 - 1.159ms returns FALSE -T1A80 105:379.777 JLINK_HasError() -T1A80 105:379.862 JLINK_IsHalted() -T1A80 105:381.007 - 1.181ms returns FALSE -T1A80 105:481.233 JLINK_HasError() -T1A80 105:481.328 JLINK_IsHalted() -T1A80 105:482.439 - 1.130ms returns FALSE -T1A80 105:583.166 JLINK_HasError() -T1A80 105:583.255 JLINK_IsHalted() -T1A80 105:584.296 - 1.097ms returns FALSE -T1A80 105:685.262 JLINK_HasError() -T1A80 105:685.306 JLINK_IsHalted() -T1A80 105:686.366 - 1.080ms returns FALSE -T1A80 105:786.917 JLINK_HasError() -T1A80 105:787.007 JLINK_IsHalted() -T1A80 105:788.117 - 1.130ms returns FALSE -T1A80 105:888.920 JLINK_HasError() -T1A80 105:889.024 JLINK_IsHalted() -T1A80 105:890.109 - 1.104ms returns FALSE -T1A80 105:990.431 JLINK_HasError() -T1A80 105:990.519 JLINK_IsHalted() -T1A80 105:991.643 - 1.173ms returns FALSE -T1A80 106:092.824 JLINK_HasError() -T1A80 106:092.968 JLINK_IsHalted() -T1A80 106:094.121 - 1.201ms returns FALSE -T1A80 106:194.657 JLINK_HasError() -T1A80 106:194.736 JLINK_IsHalted() -T1A80 106:195.828 - 1.136ms returns FALSE -T1A80 106:296.712 JLINK_HasError() -T1A80 106:296.803 JLINK_IsHalted() -T1A80 106:297.976 - 1.222ms returns FALSE -T1A80 106:398.115 JLINK_HasError() -T1A80 106:398.155 JLINK_IsHalted() -T1A80 106:399.232 - 1.121ms returns FALSE -T1A80 106:499.993 JLINK_HasError() -T1A80 106:500.090 JLINK_IsHalted() -T1A80 106:501.199 - 1.157ms returns FALSE -T1A80 106:601.329 JLINK_HasError() -T1A80 106:601.410 JLINK_IsHalted() -T1A80 106:602.590 - 1.225ms returns FALSE -T1A80 106:703.229 JLINK_HasError() -T1A80 106:703.314 JLINK_IsHalted() -T1A80 106:704.374 - 1.093ms returns FALSE -T1A80 106:805.291 JLINK_HasError() -T1A80 106:805.340 JLINK_IsHalted() -T1A80 106:806.344 - 1.027ms returns FALSE -T1A80 106:906.556 JLINK_HasError() -T1A80 106:906.603 JLINK_IsHalted() -T1A80 106:907.761 - 1.184ms returns FALSE -T1A80 107:007.999 JLINK_HasError() -T1A80 107:008.099 JLINK_IsHalted() -T1A80 107:009.198 - 1.118ms returns FALSE -T1A80 107:110.383 JLINK_HasError() -T1A80 107:110.472 JLINK_IsHalted() -T1A80 107:111.646 - 1.194ms returns FALSE -T1A80 107:212.598 JLINK_HasError() -T1A80 107:212.690 JLINK_IsHalted() -T1A80 107:213.764 - 1.139ms returns FALSE -T1A80 107:314.160 JLINK_HasError() -T1A80 107:314.206 JLINK_IsHalted() -T1A80 107:315.279 - 1.082ms returns FALSE -T1A80 107:415.452 JLINK_HasError() -T1A80 107:415.538 JLINK_IsHalted() -T1A80 107:416.697 - 1.191ms returns FALSE -T1A80 107:516.947 JLINK_HasError() -T1A80 107:517.039 JLINK_IsHalted() -T1A80 107:518.152 - 1.147ms returns FALSE -T1A80 107:618.536 JLINK_HasError() -T1A80 107:618.576 JLINK_IsHalted() -T1A80 107:619.621 - 1.064ms returns FALSE -T1A80 107:720.390 JLINK_HasError() -T1A80 107:720.477 JLINK_IsHalted() -T1A80 107:721.627 - 1.170ms returns FALSE -T1A80 107:822.117 JLINK_HasError() -T1A80 107:822.212 JLINK_IsHalted() -T1A80 107:823.211 - 1.009ms returns FALSE -T1A80 107:924.187 JLINK_HasError() -T1A80 107:924.232 JLINK_IsHalted() -T1A80 107:925.300 - 1.088ms returns FALSE -T1A80 108:026.187 JLINK_HasError() -T1A80 108:026.241 JLINK_IsHalted() -T1A80 108:027.293 - 1.069ms returns FALSE -T1A80 108:128.083 JLINK_HasError() -T1A80 108:128.174 JLINK_IsHalted() -T1A80 108:129.349 - 1.208ms returns FALSE -T1A80 108:229.813 JLINK_HasError() -T1A80 108:229.853 JLINK_IsHalted() -T1A80 108:230.982 - 1.177ms returns FALSE -T1A80 108:331.960 JLINK_HasError() -T1A80 108:332.049 JLINK_IsHalted() -T1A80 108:333.200 - 1.170ms returns FALSE -T1A80 108:433.968 JLINK_HasError() -T1A80 108:434.057 JLINK_IsHalted() -T1A80 108:435.157 - 1.120ms returns FALSE -T1A80 108:535.349 JLINK_HasError() -T1A80 108:535.432 JLINK_IsHalted() -T1A80 108:536.525 - 1.137ms returns FALSE -T1A80 108:637.601 JLINK_HasError() -T1A80 108:637.650 JLINK_IsHalted() -T1A80 108:638.734 - 1.117ms returns FALSE -T1A80 108:739.096 JLINK_HasError() -T1A80 108:739.163 JLINK_IsHalted() -T1A80 108:740.216 - 1.065ms returns FALSE -T1A80 108:840.324 JLINK_HasError() -T1A80 108:840.359 JLINK_IsHalted() -T1A80 108:841.442 - 1.099ms returns FALSE -T1A80 108:942.194 JLINK_HasError() -T1A80 108:942.282 JLINK_IsHalted() -T1A80 108:943.308 - 1.047ms returns FALSE -T1A80 109:043.489 JLINK_HasError() -T1A80 109:043.543 JLINK_IsHalted() -T1A80 109:044.614 - 1.129ms returns FALSE -T1A80 109:145.314 JLINK_HasError() -T1A80 109:145.471 JLINK_IsHalted() -T1A80 109:146.621 - 1.196ms returns FALSE -T1A80 109:246.890 JLINK_HasError() -T1A80 109:246.972 JLINK_IsHalted() -T1A80 109:248.074 - 1.150ms returns FALSE -T1A80 109:348.685 JLINK_HasError() -T1A80 109:348.764 JLINK_IsHalted() -T1A80 109:350.009 - 1.289ms returns FALSE -T1A80 109:450.451 JLINK_HasError() -T1A80 109:450.540 JLINK_IsHalted() -T1A80 109:451.674 - 1.178ms returns FALSE -T1A80 109:552.561 JLINK_HasError() -T1A80 109:552.595 JLINK_IsHalted() -T1A80 109:553.597 - 1.021ms returns FALSE -T1A80 109:654.041 JLINK_HasError() -T1A80 109:654.127 JLINK_IsHalted() -T1A80 109:655.212 - 1.104ms returns FALSE -T1A80 109:755.414 JLINK_HasError() -T1A80 109:755.500 JLINK_IsHalted() -T1A80 109:756.663 - 1.207ms returns FALSE -T1A80 109:857.762 JLINK_HasError() -T1A80 109:857.838 JLINK_IsHalted() -T1A80 109:859.009 - 1.210ms returns FALSE -T1A80 109:959.355 JLINK_HasError() -T1A80 109:959.443 JLINK_IsHalted() -T1A80 109:960.534 - 1.140ms returns FALSE -T1A80 110:061.546 JLINK_HasError() -T1A80 110:061.596 JLINK_IsHalted() -T1A80 110:062.694 - 1.118ms returns FALSE -T1A80 110:163.375 JLINK_HasError() -T1A80 110:163.424 JLINK_IsHalted() -T1A80 110:164.594 - 1.216ms returns FALSE -T1A80 110:264.892 JLINK_HasError() -T1A80 110:264.981 JLINK_IsHalted() -T1A80 110:266.026 - 1.076ms returns FALSE -T1A80 110:366.813 JLINK_HasError() -T1A80 110:366.849 JLINK_IsHalted() -T1A80 110:367.864 - 1.032ms returns FALSE -T1A80 110:468.925 JLINK_HasError() -T1A80 110:468.963 JLINK_IsHalted() -T1A80 110:469.984 - 1.040ms returns FALSE -T1A80 110:570.394 JLINK_HasError() -T1A80 110:570.481 JLINK_IsHalted() -T1A80 110:571.630 - 1.194ms returns FALSE -T1A80 110:671.913 JLINK_HasError() -T1A80 110:671.953 JLINK_IsHalted() -T1A80 110:672.973 - 1.035ms returns FALSE -T1A80 110:774.025 JLINK_HasError() -T1A80 110:774.116 JLINK_IsHalted() -T1A80 110:775.212 - 1.105ms returns FALSE -T1A80 110:875.320 JLINK_HasError() -T1A80 110:875.355 JLINK_IsHalted() -T1A80 110:876.512 - 1.201ms returns FALSE -T1A80 110:976.754 JLINK_HasError() -T1A80 110:976.836 JLINK_IsHalted() -T1A80 110:977.954 - 1.166ms returns FALSE -T1A80 111:078.645 JLINK_HasError() -T1A80 111:078.734 JLINK_IsHalted() -T1A80 111:079.708 - 0.986ms returns FALSE -T1A80 111:180.308 JLINK_HasError() -T1A80 111:180.355 JLINK_IsHalted() -T1A80 111:181.437 - 1.103ms returns FALSE -T1A80 111:282.136 JLINK_HasError() -T1A80 111:282.180 JLINK_IsHalted() -T1A80 111:283.296 - 1.164ms returns FALSE -T1A80 111:384.014 JLINK_HasError() -T1A80 111:384.053 JLINK_IsHalted() -T1A80 111:385.195 - 1.187ms returns FALSE -T1A80 111:486.093 JLINK_HasError() -T1A80 111:486.157 JLINK_IsHalted() -T1A80 111:487.299 - 1.178ms returns FALSE -T1A80 111:588.229 JLINK_HasError() -T1A80 111:588.327 JLINK_IsHalted() -T1A80 111:589.469 - 1.176ms returns FALSE -T1A80 111:690.347 JLINK_HasError() -T1A80 111:690.390 JLINK_IsHalted() -T1A80 111:691.439 - 1.064ms returns FALSE -T1A80 111:791.895 JLINK_HasError() -T1A80 111:791.940 JLINK_IsHalted() -T1A80 111:792.986 - 1.093ms returns FALSE -T1A80 111:893.847 JLINK_HasError() -T1A80 111:893.923 JLINK_IsHalted() -T1A80 111:895.118 - 1.248ms returns FALSE -T1A80 111:996.098 JLINK_HasError() -T1A80 111:996.163 JLINK_IsHalted() -T1A80 111:997.322 - 1.178ms returns FALSE -T1A80 112:097.811 JLINK_HasError() -T1A80 112:097.907 JLINK_IsHalted() -T1A80 112:099.027 - 1.139ms returns FALSE -T1A80 112:200.137 JLINK_HasError() -T1A80 112:200.234 JLINK_IsHalted() -T1A80 112:201.274 - 1.060ms returns FALSE -T1A80 112:301.941 JLINK_HasError() -T1A80 112:301.992 JLINK_IsHalted() -T1A80 112:303.116 - 1.143ms returns FALSE -T1A80 112:403.979 JLINK_HasError() -T1A80 112:404.068 JLINK_IsHalted() -T1A80 112:405.097 - 1.048ms returns FALSE -T1A80 112:505.315 JLINK_HasError() -T1A80 112:505.402 JLINK_IsHalted() -T1A80 112:506.504 - 1.150ms returns FALSE -T1A80 112:607.441 JLINK_HasError() -T1A80 112:607.477 JLINK_IsHalted() -T1A80 112:608.558 - 1.100ms returns FALSE -T1A80 112:709.683 JLINK_HasError() -T1A80 112:709.726 JLINK_IsHalted() -T1A80 112:710.891 - 1.209ms returns FALSE -T1A80 112:812.087 JLINK_HasError() -T1A80 112:812.171 JLINK_IsHalted() -T1A80 112:813.280 - 1.120ms returns FALSE -T1A80 112:913.487 JLINK_HasError() -T1A80 112:913.586 JLINK_IsHalted() -T1A80 112:914.752 - 1.212ms returns FALSE -T1A80 113:014.996 JLINK_HasError() -T1A80 113:015.082 JLINK_IsHalted() -T1A80 113:016.128 - 1.066ms returns FALSE -T1A80 113:116.986 JLINK_HasError() -T1A80 113:117.023 JLINK_IsHalted() -T1A80 113:118.121 - 1.124ms returns FALSE -T1A80 113:218.329 JLINK_HasError() -T1A80 113:218.414 JLINK_IsHalted() -T1A80 113:219.517 - 1.148ms returns FALSE -T1A80 113:319.745 JLINK_HasError() -T1A80 113:319.794 JLINK_IsHalted() -T1A80 113:320.925 - 1.176ms returns FALSE -T1A80 113:421.870 JLINK_HasError() -T1A80 113:421.915 JLINK_IsHalted() -T1A80 113:422.937 - 1.041ms returns FALSE -T1A80 113:523.155 JLINK_HasError() -T1A80 113:523.245 JLINK_IsHalted() -T1A80 113:524.407 - 1.206ms returns FALSE -T1A80 113:625.240 JLINK_HasError() -T1A80 113:625.283 JLINK_IsHalted() -T1A80 113:626.296 - 1.032ms returns FALSE -T1A80 113:727.276 JLINK_HasError() -T1A80 113:727.337 JLINK_IsHalted() -T1A80 113:728.406 - 1.088ms returns FALSE -T1A80 113:828.544 JLINK_HasError() -T1A80 113:828.632 JLINK_IsHalted() -T1A80 113:829.780 - 1.192ms returns FALSE -T1A80 113:929.905 JLINK_HasError() -T1A80 113:929.944 JLINK_IsHalted() -T1A80 113:930.919 - 0.984ms returns FALSE -T1A80 114:031.118 JLINK_HasError() -T1A80 114:031.204 JLINK_IsHalted() -T1A80 114:032.415 - 1.265ms returns FALSE -T1A80 114:133.050 JLINK_HasError() -T1A80 114:133.134 JLINK_IsHalted() -T1A80 114:134.247 - 1.121ms returns FALSE -T1A80 114:234.437 JLINK_HasError() -T1A80 114:234.524 JLINK_IsHalted() -T1A80 114:235.679 - 1.208ms returns FALSE -T1A80 114:335.940 JLINK_HasError() -T1A80 114:336.028 JLINK_IsHalted() -T1A80 114:337.069 - 1.063ms returns FALSE -T1A80 114:437.876 JLINK_HasError() -T1A80 114:437.925 JLINK_IsHalted() -T1A80 114:439.046 - 1.176ms returns FALSE -T1A80 114:539.323 JLINK_HasError() -T1A80 114:539.425 JLINK_IsHalted() -T1A80 114:540.595 - 1.218ms returns FALSE -T1A80 114:641.048 JLINK_HasError() -T1A80 114:641.108 JLINK_IsHalted() -T1A80 114:642.157 - 1.068ms returns FALSE -T1A80 114:742.700 JLINK_HasError() -T1A80 114:742.752 JLINK_IsHalted() -T1A80 114:743.776 - 1.044ms returns FALSE -T1A80 114:844.531 JLINK_HasError() -T1A80 114:844.617 JLINK_IsHalted() -T1A80 114:845.582 - 0.985ms returns FALSE -T1A80 114:945.784 JLINK_HasError() -T1A80 114:945.858 JLINK_IsHalted() -T1A80 114:946.949 - 1.126ms returns FALSE -T1A80 115:047.750 JLINK_HasError() -T1A80 115:047.830 JLINK_IsHalted() -T1A80 115:048.941 - 1.144ms returns FALSE -T1A80 115:149.939 JLINK_HasError() -T1A80 115:150.020 JLINK_IsHalted() -T1A80 115:151.110 - 1.109ms returns FALSE -T1A80 115:251.875 JLINK_HasError() -T1A80 115:251.918 JLINK_IsHalted() -T1A80 115:253.010 - 1.111ms returns FALSE -T1A80 115:353.238 JLINK_HasError() -T1A80 115:353.327 JLINK_IsHalted() -T1A80 115:354.492 - 1.216ms returns FALSE -T1A80 115:454.723 JLINK_HasError() -T1A80 115:454.816 JLINK_IsHalted() -T1A80 115:455.975 - 1.204ms returns FALSE -T1A80 115:556.288 JLINK_HasError() -T1A80 115:556.337 JLINK_IsHalted() -T1A80 115:557.474 - 1.171ms returns FALSE -T1A80 115:658.172 JLINK_HasError() -T1A80 115:658.262 JLINK_IsHalted() -T1A80 115:659.269 - 1.026ms returns FALSE -T1A80 115:759.950 JLINK_HasError() -T1A80 115:759.999 JLINK_IsHalted() -T1A80 115:761.125 - 1.145ms returns FALSE -T1A80 115:861.893 JLINK_HasError() -T1A80 115:861.932 JLINK_IsHalted() -T1A80 115:863.019 - 1.102ms returns FALSE -T1A80 115:963.196 JLINK_HasError() -T1A80 115:963.284 JLINK_IsHalted() -T1A80 115:964.458 - 1.194ms returns FALSE -T1A80 116:064.891 JLINK_HasError() -T1A80 116:064.927 JLINK_IsHalted() -T1A80 116:065.972 - 1.065ms returns FALSE -T1A80 116:166.168 JLINK_HasError() -T1A80 116:166.254 JLINK_IsHalted() -T1A80 116:167.323 - 1.088ms returns FALSE -T1A80 116:268.028 JLINK_HasError() -T1A80 116:268.066 JLINK_IsHalted() -T1A80 116:269.133 - 1.113ms returns FALSE -T1A80 116:369.331 JLINK_HasError() -T1A80 116:369.420 JLINK_IsHalted() -T1A80 116:370.600 - 1.227ms returns FALSE -T1A80 116:471.245 JLINK_HasError() -T1A80 116:471.292 JLINK_IsHalted() -T1A80 116:472.305 - 1.033ms returns FALSE -T1A80 116:573.017 JLINK_HasError() -T1A80 116:573.059 JLINK_IsHalted() -T1A80 116:574.317 - 1.309ms returns FALSE -T1A80 116:674.916 JLINK_HasError() -T1A80 116:675.005 JLINK_IsHalted() -T1A80 116:675.962 - 0.977ms returns FALSE -T1A80 116:776.174 JLINK_HasError() -T1A80 116:776.266 JLINK_IsHalted() -T1A80 116:777.463 - 1.242ms returns FALSE -T1A80 116:878.649 JLINK_HasError() -T1A80 116:878.733 JLINK_IsHalted() -T1A80 116:879.886 - 1.198ms returns FALSE -T1A80 116:980.104 JLINK_HasError() -T1A80 116:980.196 JLINK_IsHalted() -T1A80 116:981.315 - 1.144ms returns FALSE -T1A80 117:083.017 JLINK_HasError() -T1A80 117:083.070 JLINK_IsHalted() -T1A80 117:084.160 - 1.128ms returns FALSE -T1A80 117:184.271 JLINK_HasError() -T1A80 117:184.332 JLINK_IsHalted() -T1A80 117:185.437 - 1.117ms returns FALSE -T1A80 117:286.457 JLINK_HasError() -T1A80 117:286.544 JLINK_IsHalted() -T1A80 117:287.728 - 1.233ms returns FALSE -T1A80 117:387.885 JLINK_HasError() -T1A80 117:387.935 JLINK_IsHalted() -T1A80 117:389.030 - 1.114ms returns FALSE -T1A80 117:489.352 JLINK_HasError() -T1A80 117:489.441 JLINK_IsHalted() -T1A80 117:490.609 - 1.214ms returns FALSE -T1A80 117:590.874 JLINK_HasError() -T1A80 117:590.923 JLINK_IsHalted() -T1A80 117:592.071 - 1.168ms returns FALSE -T1A80 117:692.889 JLINK_HasError() -T1A80 117:692.937 JLINK_IsHalted() -T1A80 117:693.989 - 1.067ms returns FALSE -T1A80 117:794.415 JLINK_HasError() -T1A80 117:794.507 JLINK_IsHalted() -T1A80 117:795.749 - 1.294ms returns FALSE -T1A80 117:896.306 JLINK_HasError() -T1A80 117:896.338 JLINK_IsHalted() -T1A80 117:897.320 - 1.004ms returns FALSE -T1A80 117:997.952 JLINK_HasError() -T1A80 117:997.992 JLINK_IsHalted() -T1A80 117:999.257 - 1.318ms returns FALSE -T1A80 118:100.278 JLINK_HasError() -T1A80 118:100.355 JLINK_IsHalted() -T1A80 118:101.521 - 1.219ms returns FALSE -T1A80 118:202.033 JLINK_HasError() -T1A80 118:202.119 JLINK_IsHalted() -T1A80 118:203.341 - 1.274ms returns FALSE -T1A80 118:304.143 JLINK_HasError() -T1A80 118:304.230 JLINK_IsHalted() -T1A80 118:305.358 - 1.147ms returns FALSE -T1A80 118:406.055 JLINK_HasError() -T1A80 118:406.095 JLINK_IsHalted() -T1A80 118:407.325 - 1.253ms returns FALSE -T1A80 118:507.472 JLINK_HasError() -T1A80 118:507.563 JLINK_IsHalted() -T1A80 118:508.796 - 1.278ms returns FALSE -T1A80 118:609.011 JLINK_HasError() -T1A80 118:609.049 JLINK_IsHalted() -T1A80 118:610.129 - 1.096ms returns FALSE -T1A80 118:711.017 JLINK_HasError() -T1A80 118:711.068 JLINK_IsHalted() -T1A80 118:712.096 - 1.036ms returns FALSE -T1A80 118:812.656 JLINK_HasError() -T1A80 118:812.702 JLINK_IsHalted() -T1A80 118:813.749 - 1.062ms returns FALSE -T1A80 118:913.935 JLINK_HasError() -T1A80 118:914.018 JLINK_IsHalted() -T1A80 118:915.112 - 1.114ms returns FALSE -T1A80 119:015.810 JLINK_HasError() -T1A80 119:015.852 JLINK_IsHalted() -T1A80 119:017.030 - 1.223ms returns FALSE -T1A80 119:117.274 JLINK_HasError() -T1A80 119:117.353 JLINK_IsHalted() -T1A80 119:118.471 - 1.162ms returns FALSE -T1A80 119:218.854 JLINK_HasError() -T1A80 119:218.940 JLINK_IsHalted() -T1A80 119:220.030 - 1.109ms returns FALSE -T1A80 119:320.548 JLINK_HasError() -T1A80 119:320.637 JLINK_IsHalted() -T1A80 119:321.870 - 1.284ms returns FALSE -T1A80 119:422.111 JLINK_HasError() -T1A80 119:422.198 JLINK_IsHalted() -T1A80 119:423.339 - 1.191ms returns FALSE -T1A80 119:524.519 JLINK_HasError() -T1A80 119:524.607 JLINK_IsHalted() -T1A80 119:525.827 - 1.265ms returns FALSE -T1A80 119:626.926 JLINK_HasError() -T1A80 119:626.973 JLINK_IsHalted() -T1A80 119:627.985 - 1.039ms returns FALSE -T1A80 119:728.857 JLINK_HasError() -T1A80 119:728.901 JLINK_IsHalted() -T1A80 119:729.983 - 1.097ms returns FALSE -T1A80 119:830.718 JLINK_HasError() -T1A80 119:830.780 JLINK_IsHalted() -T1A80 119:831.854 - 1.108ms returns FALSE -T1A80 119:932.566 JLINK_HasError() -T1A80 119:932.609 JLINK_IsHalted() -T1A80 119:933.781 - 1.224ms returns FALSE -T1A80 120:034.320 JLINK_HasError() -T1A80 120:034.352 JLINK_IsHalted() -T1A80 120:035.473 - 1.165ms returns FALSE -T1A80 120:135.723 JLINK_HasError() -T1A80 120:135.810 JLINK_IsHalted() -T1A80 120:136.986 - 1.221ms returns FALSE -T1A80 120:237.221 JLINK_HasError() -T1A80 120:237.299 JLINK_IsHalted() -T1A80 120:238.711 - 1.435ms returns FALSE -T1A80 120:339.738 JLINK_HasError() -T1A80 120:339.786 JLINK_IsHalted() -T1A80 120:340.929 - 1.163ms returns FALSE -T1A80 120:441.623 JLINK_HasError() -T1A80 120:441.665 JLINK_IsHalted() -T1A80 120:442.845 - 1.193ms returns FALSE -T1A80 120:543.040 JLINK_HasError() -T1A80 120:543.120 JLINK_IsHalted() -T1A80 120:544.280 - 1.210ms returns FALSE -T1A80 120:644.379 JLINK_HasError() -T1A80 120:644.420 JLINK_IsHalted() -T1A80 120:645.535 - 1.141ms returns FALSE -T1A80 120:745.753 JLINK_HasError() -T1A80 120:745.845 JLINK_IsHalted() -T1A80 120:747.040 - 1.240ms returns FALSE -T1A80 120:847.835 JLINK_HasError() -T1A80 120:847.905 JLINK_IsHalted() -T1A80 120:849.013 - 1.147ms returns FALSE -T1A80 120:949.328 JLINK_HasError() -T1A80 120:949.418 JLINK_IsHalted() -T1A80 120:950.516 - 1.117ms returns FALSE -T1A80 121:050.939 JLINK_HasError() -T1A80 121:050.975 JLINK_IsHalted() -T1A80 121:052.024 - 1.058ms returns FALSE -T1A80 121:152.221 JLINK_HasError() -T1A80 121:152.309 JLINK_IsHalted() -T1A80 121:153.489 - 1.224ms returns FALSE -T1A80 121:254.301 JLINK_HasError() -T1A80 121:254.379 JLINK_IsHalted() -T1A80 121:255.393 - 1.034ms returns FALSE -T1A80 121:356.370 JLINK_HasError() -T1A80 121:356.458 JLINK_IsHalted() -T1A80 121:357.415 - 0.976ms returns FALSE -T1A80 121:457.603 JLINK_HasError() -T1A80 121:457.694 JLINK_IsHalted() -T1A80 121:458.891 - 1.243ms returns FALSE -T1A80 121:559.134 JLINK_HasError() -T1A80 121:559.211 JLINK_IsHalted() -T1A80 121:560.396 - 1.228ms returns FALSE -T1A80 121:661.615 JLINK_HasError() -T1A80 121:661.759 JLINK_IsHalted() -T1A80 121:662.822 - 1.082ms returns FALSE -T1A80 121:763.025 JLINK_HasError() -T1A80 121:763.132 JLINK_IsHalted() -T1A80 121:764.274 - 1.187ms returns FALSE -T1A80 121:865.016 JLINK_HasError() -T1A80 121:865.064 JLINK_IsHalted() -T1A80 121:866.242 - 1.201ms returns FALSE -T1A80 121:967.066 JLINK_HasError() -T1A80 121:967.113 JLINK_IsHalted() -T1A80 121:968.170 - 1.074ms returns FALSE -T1A80 122:068.363 JLINK_HasError() -T1A80 122:068.452 JLINK_IsHalted() -T1A80 122:069.634 - 1.206ms returns FALSE -T1A80 122:170.734 JLINK_HasError() -T1A80 122:170.811 JLINK_IsHalted() -T1A80 122:171.956 - 1.187ms returns FALSE -T1A80 122:272.195 JLINK_HasError() -T1A80 122:272.298 JLINK_IsHalted() -T1A80 122:273.534 - 1.281ms returns FALSE -T1A80 122:374.142 JLINK_HasError() -T1A80 122:374.177 JLINK_IsHalted() -T1A80 122:375.315 - 1.183ms returns FALSE -T1A80 122:476.387 JLINK_HasError() -T1A80 122:476.432 JLINK_IsHalted() -T1A80 122:477.499 - 1.112ms returns FALSE -T1A80 122:578.301 JLINK_HasError() -T1A80 122:578.386 JLINK_IsHalted() -T1A80 122:579.511 - 1.144ms returns FALSE -T1A80 122:679.729 JLINK_HasError() -T1A80 122:679.770 JLINK_IsHalted() -T1A80 122:680.898 - 1.145ms returns FALSE -T1A80 122:781.668 JLINK_HasError() -T1A80 122:781.747 JLINK_IsHalted() -T1A80 122:782.899 - 1.178ms returns FALSE -T1A80 122:883.525 JLINK_HasError() -T1A80 122:883.566 JLINK_IsHalted() -T1A80 122:884.716 - 1.170ms returns FALSE -T1A80 122:985.410 JLINK_HasError() -T1A80 122:985.467 JLINK_IsHalted() -T1A80 122:986.671 - 1.221ms returns FALSE -T1A80 123:087.409 JLINK_HasError() -T1A80 123:087.467 JLINK_IsHalted() -T1A80 123:088.549 - 1.106ms returns FALSE -T1A80 123:188.748 JLINK_HasError() -T1A80 123:188.834 JLINK_IsHalted() -T1A80 123:190.017 - 1.228ms returns FALSE -T1A80 123:290.930 JLINK_HasError() -T1A80 123:291.019 JLINK_IsHalted() -T1A80 123:292.181 - 1.224ms returns FALSE -T1A80 123:393.033 JLINK_HasError() -T1A80 123:393.119 JLINK_IsHalted() -T1A80 123:394.304 - 1.230ms returns FALSE -T1A80 123:494.701 JLINK_HasError() -T1A80 123:494.747 JLINK_IsHalted() -T1A80 123:495.863 - 1.160ms returns FALSE -T1A80 123:596.073 JLINK_HasError() -T1A80 123:596.159 JLINK_IsHalted() -T1A80 123:597.386 - 1.272ms returns FALSE -T1A80 123:698.012 JLINK_HasError() -T1A80 123:698.064 JLINK_IsHalted() -T1A80 123:699.135 - 1.088ms returns FALSE -T1A80 123:799.809 JLINK_HasError() -T1A80 123:799.852 JLINK_IsHalted() -T1A80 123:800.994 - 1.185ms returns FALSE -T1A80 123:901.936 JLINK_HasError() -T1A80 123:902.018 JLINK_IsHalted() -T1A80 123:903.142 - 1.175ms returns FALSE -T1A80 124:003.796 JLINK_HasError() -T1A80 124:003.883 JLINK_IsHalted() -T1A80 124:004.905 - 1.050ms returns FALSE -T1A80 124:105.157 JLINK_HasError() -T1A80 124:105.249 JLINK_IsHalted() -T1A80 124:106.418 - 1.192ms returns FALSE -T1A80 124:206.617 JLINK_HasError() -T1A80 124:206.709 JLINK_IsHalted() -T1A80 124:207.886 - 1.196ms returns FALSE -T1A80 124:308.101 JLINK_HasError() -T1A80 124:308.191 JLINK_IsHalted() -T1A80 124:309.425 - 1.279ms returns FALSE -T1A80 124:409.720 JLINK_HasError() -T1A80 124:409.812 JLINK_IsHalted() -T1A80 124:410.946 - 1.143ms returns FALSE -T1A80 124:511.085 JLINK_HasError() -T1A80 124:511.167 JLINK_IsHalted() -T1A80 124:512.507 - 1.388ms returns FALSE -T1A80 124:613.374 JLINK_HasError() -T1A80 124:613.410 JLINK_IsHalted() -T1A80 124:614.470 - 1.079ms returns FALSE -T1A80 124:715.388 JLINK_HasError() -T1A80 124:715.476 JLINK_IsHalted() -T1A80 124:716.530 - 1.073ms returns FALSE -T1A80 124:817.298 JLINK_HasError() -T1A80 124:817.332 JLINK_IsHalted() -T1A80 124:818.355 - 1.042ms returns FALSE -T1A80 124:919.111 JLINK_HasError() -T1A80 124:919.208 JLINK_IsHalted() -T1A80 124:920.400 - 1.225ms returns FALSE -T1A80 125:020.615 JLINK_HasError() -T1A80 125:020.691 JLINK_IsHalted() -T1A80 125:021.946 - 1.304ms returns FALSE -T1A80 125:122.324 JLINK_HasError() -T1A80 125:122.419 JLINK_IsHalted() -T1A80 125:123.483 - 1.097ms returns FALSE -T1A80 125:223.858 JLINK_HasError() -T1A80 125:223.900 JLINK_IsHalted() -T1A80 125:224.966 - 1.085ms returns FALSE -T1A80 125:325.103 JLINK_HasError() -T1A80 125:325.193 JLINK_IsHalted() -T1A80 125:326.418 - 1.269ms returns FALSE -T1A80 125:426.872 JLINK_HasError() -T1A80 125:426.965 JLINK_IsHalted() -T1A80 125:428.118 - 1.172ms returns FALSE -T1A80 125:528.880 JLINK_HasError() -T1A80 125:528.960 JLINK_IsHalted() -T1A80 125:530.090 - 1.175ms returns FALSE -T1A80 125:630.852 JLINK_HasError() -T1A80 125:630.897 JLINK_IsHalted() -T1A80 125:631.909 - 1.024ms returns FALSE -T1A80 125:732.065 JLINK_HasError() -T1A80 125:732.152 JLINK_IsHalted() -T1A80 125:733.357 - 1.250ms returns FALSE -T1A80 125:834.344 JLINK_HasError() -T1A80 125:834.386 JLINK_IsHalted() -T1A80 125:835.465 - 1.125ms returns FALSE -T1A80 125:935.693 JLINK_HasError() -T1A80 125:935.781 JLINK_IsHalted() -T1A80 125:936.920 - 1.188ms returns FALSE -T1A80 126:037.372 JLINK_HasError() -T1A80 126:037.458 JLINK_IsHalted() -T1A80 126:038.645 - 1.204ms returns FALSE -T1A80 126:139.353 JLINK_HasError() -T1A80 126:139.436 JLINK_IsHalted() -T1A80 126:140.606 - 1.190ms returns FALSE -T1A80 126:240.910 JLINK_HasError() -T1A80 126:241.012 JLINK_IsHalted() -T1A80 126:242.094 - 1.112ms returns FALSE -T1A80 126:342.238 JLINK_HasError() -T1A80 126:342.330 JLINK_IsHalted() -T1A80 126:343.485 - 1.199ms returns FALSE -T1A80 126:444.285 JLINK_HasError() -T1A80 126:444.331 JLINK_IsHalted() -T1A80 126:445.419 - 1.107ms returns FALSE -T1A80 126:546.168 JLINK_HasError() -T1A80 126:546.214 JLINK_IsHalted() -T1A80 126:547.370 - 1.195ms returns FALSE -T1A80 126:648.299 JLINK_HasError() -T1A80 126:648.346 JLINK_IsHalted() -T1A80 126:649.340 - 1.013ms returns FALSE -T1A80 126:750.067 JLINK_HasError() -T1A80 126:750.226 JLINK_IsHalted() -T1A80 126:751.253 - 1.041ms returns FALSE -T1A80 126:852.415 JLINK_HasError() -T1A80 126:852.512 JLINK_IsHalted() -T1A80 126:853.657 - 1.164ms returns FALSE -T1A80 126:954.378 JLINK_HasError() -T1A80 126:954.423 JLINK_IsHalted() -T1A80 126:955.471 - 1.067ms returns FALSE -T1A80 127:056.316 JLINK_HasError() -T1A80 127:056.351 JLINK_IsHalted() -T1A80 127:057.342 - 1.015ms returns FALSE -T1A80 127:157.895 JLINK_HasError() -T1A80 127:157.975 JLINK_IsHalted() -T1A80 127:159.068 - 1.137ms returns FALSE -T1A80 127:259.643 JLINK_HasError() -T1A80 127:259.692 JLINK_IsHalted() -T1A80 127:260.763 - 1.099ms returns FALSE -T1A80 127:361.577 JLINK_HasError() -T1A80 127:361.666 JLINK_IsHalted() -T1A80 127:362.726 - 1.079ms returns FALSE -T1A80 127:462.926 JLINK_HasError() -T1A80 127:463.014 JLINK_IsHalted() -T1A80 127:464.379 - 1.599ms returns FALSE -T1A80 127:565.236 JLINK_HasError() -T1A80 127:565.324 JLINK_IsHalted() -T1A80 127:566.488 - 1.211ms returns FALSE -T1A80 127:667.547 JLINK_HasError() -T1A80 127:667.592 JLINK_IsHalted() -T1A80 127:668.692 - 1.120ms returns FALSE -T1A80 127:768.900 JLINK_HasError() -T1A80 127:768.992 JLINK_IsHalted() -T1A80 127:770.159 - 1.187ms returns FALSE -T1A80 127:871.161 JLINK_HasError() -T1A80 127:871.250 JLINK_IsHalted() -T1A80 127:872.451 - 1.223ms returns FALSE -T1A80 127:973.226 JLINK_HasError() -T1A80 127:973.267 JLINK_IsHalted() -T1A80 127:974.462 - 1.213ms returns FALSE -T1A80 128:074.962 JLINK_HasError() -T1A80 128:075.048 JLINK_IsHalted() -T1A80 128:076.249 - 1.220ms returns FALSE -T1A80 128:176.386 JLINK_HasError() -T1A80 128:176.465 JLINK_IsHalted() -T1A80 128:177.536 - 1.090ms returns FALSE -T1A80 128:278.516 JLINK_HasError() -T1A80 128:278.556 JLINK_IsHalted() -T1A80 128:279.550 - 1.015ms returns FALSE -T1A80 128:379.888 JLINK_HasError() -T1A80 128:379.983 JLINK_IsHalted() -T1A80 128:381.104 - 1.158ms returns FALSE -T1A80 128:481.583 JLINK_HasError() -T1A80 128:481.673 JLINK_IsHalted() -T1A80 128:482.769 - 1.118ms returns FALSE -T1A80 128:583.545 JLINK_HasError() -T1A80 128:583.626 JLINK_IsHalted() -T1A80 128:584.680 - 1.108ms returns FALSE -T1A80 128:685.309 JLINK_HasError() -T1A80 128:685.419 JLINK_IsHalted() -T1A80 128:686.505 - 1.105ms returns FALSE -T1A80 128:786.748 JLINK_HasError() -T1A80 128:786.836 JLINK_IsHalted() -T1A80 128:788.067 - 1.275ms returns FALSE -T1A80 128:888.537 JLINK_HasError() -T1A80 128:888.624 JLINK_IsHalted() -T1A80 128:889.802 - 1.223ms returns FALSE -T1A80 128:990.918 JLINK_HasError() -T1A80 128:990.997 JLINK_IsHalted() -T1A80 128:992.127 - 1.178ms returns FALSE -T1A80 129:093.073 JLINK_HasError() -T1A80 129:093.162 JLINK_IsHalted() -T1A80 129:094.351 - 1.234ms returns FALSE -T1A80 129:194.839 JLINK_HasError() -T1A80 129:194.919 JLINK_IsHalted() -T1A80 129:196.064 - 1.157ms returns FALSE -T1A80 129:296.551 JLINK_HasError() -T1A80 129:296.630 JLINK_IsHalted() -T1A80 129:297.836 - 1.250ms returns FALSE -T1A80 129:398.738 JLINK_HasError() -T1A80 129:398.826 JLINK_IsHalted() -T1A80 129:399.900 - 1.094ms returns FALSE -T1A80 129:500.913 JLINK_HasError() -T1A80 129:500.960 JLINK_IsHalted() -T1A80 129:502.068 - 1.128ms returns FALSE -T1A80 129:602.904 JLINK_HasError() -T1A80 129:602.960 JLINK_IsHalted() -T1A80 129:604.182 - 1.265ms returns FALSE -T1A80 129:705.195 JLINK_HasError() -T1A80 129:705.239 JLINK_IsHalted() -T1A80 129:706.218 - 0.995ms returns FALSE -T1A80 129:807.321 JLINK_HasError() -T1A80 129:807.409 JLINK_IsHalted() -T1A80 129:808.544 - 1.185ms returns FALSE -T1A80 129:909.091 JLINK_HasError() -T1A80 129:909.136 JLINK_IsHalted() -T1A80 129:910.251 - 1.160ms returns FALSE -T1A80 130:011.349 JLINK_HasError() -T1A80 130:011.387 JLINK_IsHalted() -T1A80 130:012.479 - 1.102ms returns FALSE -T1A80 130:113.260 JLINK_HasError() -T1A80 130:113.324 JLINK_IsHalted() -T1A80 130:114.496 - 1.212ms returns FALSE -T1A80 130:215.368 JLINK_HasError() -T1A80 130:215.456 JLINK_IsHalted() -T1A80 130:216.605 - 1.169ms returns FALSE -T1A80 130:316.802 JLINK_HasError() -T1A80 130:316.881 JLINK_IsHalted() -T1A80 130:318.106 - 1.270ms returns FALSE -T1A80 130:418.342 JLINK_HasError() -T1A80 130:418.431 JLINK_IsHalted() -T1A80 130:419.595 - 1.184ms returns FALSE -T1A80 130:520.099 JLINK_HasError() -T1A80 130:520.152 JLINK_IsHalted() -T1A80 130:521.234 - 1.090ms returns FALSE -T1A80 130:621.447 JLINK_HasError() -T1A80 130:621.579 JLINK_IsHalted() -T1A80 130:622.792 - 1.224ms returns FALSE -T1A80 130:723.592 JLINK_HasError() -T1A80 130:723.655 JLINK_IsHalted() -T1A80 130:724.719 - 1.085ms returns FALSE -T1A80 130:824.910 JLINK_HasError() -T1A80 130:824.992 JLINK_IsHalted() -T1A80 130:826.046 - 1.078ms returns FALSE -T1A80 130:926.176 JLINK_HasError() -T1A80 130:926.207 JLINK_IsHalted() -T1A80 130:927.258 - 1.096ms returns FALSE -T1A80 131:028.105 JLINK_HasError() -T1A80 131:028.262 JLINK_IsHalted() -T1A80 131:029.519 - 1.303ms returns FALSE -T1A80 131:130.397 JLINK_HasError() -T1A80 131:130.474 JLINK_IsHalted() -T1A80 131:131.618 - 1.189ms returns FALSE -T1A80 131:232.331 JLINK_HasError() -T1A80 131:232.418 JLINK_IsHalted() -T1A80 131:233.518 - 1.118ms returns FALSE -T1A80 131:333.734 JLINK_HasError() -T1A80 131:333.815 JLINK_IsHalted() -T1A80 131:334.933 - 1.168ms returns FALSE -T1A80 131:435.165 JLINK_HasError() -T1A80 131:435.255 JLINK_IsHalted() -T1A80 131:436.368 - 1.160ms returns FALSE -T1A80 131:537.214 JLINK_HasError() -T1A80 131:537.259 JLINK_IsHalted() -T1A80 131:538.363 - 1.126ms returns FALSE -T1A80 131:638.813 JLINK_HasError() -T1A80 131:638.870 JLINK_IsHalted() -T1A80 131:639.966 - 1.109ms returns FALSE -T1A80 131:740.876 JLINK_HasError() -T1A80 131:740.966 JLINK_IsHalted() -T1A80 131:742.131 - 1.208ms returns FALSE -T1A80 131:843.224 JLINK_HasError() -T1A80 131:843.319 JLINK_IsHalted() -T1A80 131:844.600 - 1.325ms returns FALSE -T1A80 131:945.622 JLINK_HasError() -T1A80 131:945.703 JLINK_IsHalted() -T1A80 131:946.789 - 1.094ms returns FALSE -T1A80 132:048.006 JLINK_HasError() -T1A80 132:048.095 JLINK_IsHalted() -T1A80 132:049.178 - 1.119ms returns FALSE -T1A80 132:149.803 JLINK_HasError() -T1A80 132:149.835 JLINK_IsHalted() -T1A80 132:150.945 - 1.161ms returns FALSE -T1A80 132:251.695 JLINK_HasError() -T1A80 132:251.774 JLINK_IsHalted() -T1A80 132:252.931 - 1.201ms returns FALSE -T1A80 132:354.351 JLINK_HasError() -T1A80 132:354.441 JLINK_IsHalted() -T1A80 132:355.590 - 1.173ms returns FALSE -T1A80 132:455.799 JLINK_HasError() -T1A80 132:455.885 JLINK_IsHalted() -T1A80 132:457.065 - 1.225ms returns FALSE -T1A80 132:558.227 JLINK_HasError() -T1A80 132:558.327 JLINK_IsHalted() -T1A80 132:559.514 - 1.206ms returns FALSE -T1A80 132:660.228 JLINK_HasError() -T1A80 132:660.287 JLINK_IsHalted() -T1A80 132:661.322 - 1.055ms returns FALSE -T1A80 132:762.063 JLINK_HasError() -T1A80 132:762.108 JLINK_IsHalted() -T1A80 132:763.144 - 1.051ms returns FALSE -T1A80 132:863.952 JLINK_HasError() -T1A80 132:863.993 JLINK_IsHalted() -T1A80 132:865.134 - 1.186ms returns FALSE -T1A80 132:965.382 JLINK_HasError() -T1A80 132:965.464 JLINK_IsHalted() -T1A80 132:966.573 - 1.154ms returns FALSE -T1A80 133:067.228 JLINK_HasError() -T1A80 133:067.259 JLINK_IsHalted() -T1A80 133:068.257 - 1.018ms returns FALSE -T1A80 133:168.460 JLINK_HasError() -T1A80 133:168.544 JLINK_IsHalted() -T1A80 133:169.734 - 1.241ms returns FALSE -T1A80 133:270.299 JLINK_HasError() -T1A80 133:270.342 JLINK_IsHalted() -T1A80 133:271.442 - 1.145ms returns FALSE -T1A80 133:371.697 JLINK_HasError() -T1A80 133:371.786 JLINK_IsHalted() -T1A80 133:372.892 - 1.150ms returns FALSE -T1A80 133:473.146 JLINK_HasError() -T1A80 133:473.235 JLINK_IsHalted() -T1A80 133:474.370 - 1.181ms returns FALSE -T1A80 133:575.714 JLINK_HasError() -T1A80 133:575.793 JLINK_IsHalted() -T1A80 133:576.944 - 1.163ms returns FALSE -T1A80 133:677.408 JLINK_HasError() -T1A80 133:677.454 JLINK_IsHalted() -T1A80 133:678.559 - 1.126ms returns FALSE -T1A80 133:779.025 JLINK_HasError() -T1A80 133:779.112 JLINK_IsHalted() -T1A80 133:780.172 - 1.085ms returns FALSE -T1A80 133:881.162 JLINK_HasError() -T1A80 133:881.255 JLINK_IsHalted() -T1A80 133:882.371 - 1.161ms returns FALSE -T1A80 133:983.198 JLINK_HasError() -T1A80 133:983.277 JLINK_IsHalted() -T1A80 133:984.356 - 1.112ms returns FALSE -T1A80 134:085.304 JLINK_HasError() -T1A80 134:085.385 JLINK_IsHalted() -T1A80 134:086.519 - 1.175ms returns FALSE -T1A80 134:186.742 JLINK_HasError() -T1A80 134:186.827 JLINK_IsHalted() -T1A80 134:187.944 - 1.162ms returns FALSE -T1A80 134:289.002 JLINK_HasError() -T1A80 134:289.035 JLINK_IsHalted() -T1A80 134:290.137 - 1.152ms returns FALSE -T1A80 134:390.689 JLINK_HasError() -T1A80 134:390.729 JLINK_IsHalted() -T1A80 134:391.831 - 1.121ms returns FALSE -T1A80 134:492.219 JLINK_HasError() -T1A80 134:492.257 JLINK_IsHalted() -T1A80 134:493.363 - 1.152ms returns FALSE -T1A80 134:594.194 JLINK_HasError() -T1A80 134:594.272 JLINK_IsHalted() -T1A80 134:595.351 - 1.124ms returns FALSE -T1A80 134:695.528 JLINK_HasError() -T1A80 134:695.572 JLINK_IsHalted() -T1A80 134:696.669 - 1.116ms returns FALSE -T1A80 134:797.371 JLINK_HasError() -T1A80 134:797.435 JLINK_IsHalted() -T1A80 134:798.592 - 1.177ms returns FALSE -T1A80 134:898.779 JLINK_HasError() -T1A80 134:898.871 JLINK_IsHalted() -T1A80 134:899.985 - 1.164ms returns FALSE -T1A80 135:001.043 JLINK_HasError() -T1A80 135:001.089 JLINK_IsHalted() -T1A80 135:002.126 - 1.048ms returns FALSE -T1A80 135:102.504 JLINK_HasError() -T1A80 135:102.591 JLINK_IsHalted() -T1A80 135:103.612 - 1.040ms returns FALSE -T1A80 135:203.917 JLINK_HasError() -T1A80 135:203.952 JLINK_IsHalted() -T1A80 135:205.032 - 1.099ms returns FALSE -T1A80 135:305.586 JLINK_HasError() -T1A80 135:305.676 JLINK_IsHalted() -T1A80 135:306.769 - 1.138ms returns FALSE -T1A80 135:407.568 JLINK_HasError() -T1A80 135:407.656 JLINK_IsHalted() -T1A80 135:408.719 - 1.112ms returns FALSE -T1A80 135:508.943 JLINK_HasError() -T1A80 135:509.035 JLINK_IsHalted() -T1A80 135:510.269 - 1.254ms returns FALSE -T1A80 135:610.470 JLINK_HasError() -T1A80 135:610.550 JLINK_IsHalted() -T1A80 135:611.728 - 1.227ms returns FALSE -T1A80 135:711.908 JLINK_HasError() -T1A80 135:711.956 JLINK_IsHalted() -T1A80 135:713.063 - 1.127ms returns FALSE -T1A80 135:813.797 JLINK_HasError() -T1A80 135:813.848 JLINK_IsHalted() -T1A80 135:814.973 - 1.171ms returns FALSE -T1A80 135:915.906 JLINK_HasError() -T1A80 135:915.993 JLINK_IsHalted() -T1A80 135:916.969 - 1.000ms returns FALSE -T1A80 136:017.858 JLINK_HasError() -T1A80 136:017.919 JLINK_IsHalted() -T1A80 136:019.000 - 1.101ms returns FALSE -T1A80 136:119.177 JLINK_HasError() -T1A80 136:119.278 JLINK_IsHalted() -T1A80 136:120.385 - 1.153ms returns FALSE -T1A80 136:220.939 JLINK_HasError() -T1A80 136:221.023 JLINK_IsHalted() -T1A80 136:222.141 - 1.176ms returns FALSE -T1A80 136:322.300 JLINK_HasError() -T1A80 136:322.349 JLINK_IsHalted() -T1A80 136:323.493 - 1.190ms returns FALSE -T1A80 136:423.735 JLINK_HasError() -T1A80 136:423.818 JLINK_IsHalted() -T1A80 136:424.963 - 1.190ms returns FALSE -T1A80 136:525.216 JLINK_HasError() -T1A80 136:525.251 JLINK_IsHalted() -T1A80 136:526.338 - 1.106ms returns FALSE -T1A80 136:626.650 JLINK_HasError() -T1A80 136:626.694 JLINK_IsHalted() -T1A80 136:627.702 - 1.028ms returns FALSE -T1A80 136:728.928 JLINK_HasError() -T1A80 136:729.193 JLINK_IsHalted() -T1A80 136:730.284 - 1.141ms returns FALSE -T1A80 136:830.930 JLINK_HasError() -T1A80 136:830.985 JLINK_IsHalted() -T1A80 136:831.969 - 0.999ms returns FALSE -T1A80 136:932.490 JLINK_HasError() -T1A80 136:932.581 JLINK_IsHalted() -T1A80 136:933.569 - 1.007ms returns FALSE -T1A80 137:034.208 JLINK_HasError() -T1A80 137:034.265 JLINK_IsHalted() -T1A80 137:035.360 - 1.109ms returns FALSE -T1A80 137:136.044 JLINK_HasError() -T1A80 137:136.085 JLINK_IsHalted() -T1A80 137:137.141 - 1.100ms returns FALSE -T1A80 137:237.512 JLINK_HasError() -T1A80 137:237.591 JLINK_IsHalted() -T1A80 137:238.731 - 1.184ms returns FALSE -T1A80 137:339.145 JLINK_HasError() -T1A80 137:339.230 JLINK_IsHalted() -T1A80 137:340.362 - 1.152ms returns FALSE -T1A80 137:440.939 JLINK_HasError() -T1A80 137:441.031 JLINK_IsHalted() -T1A80 137:442.232 - 1.246ms returns FALSE -T1A80 137:543.045 JLINK_HasError() -T1A80 137:543.152 JLINK_IsHalted() -T1A80 137:544.143 - 1.013ms returns FALSE -T1A80 137:644.602 JLINK_HasError() -T1A80 137:644.651 JLINK_IsHalted() -T1A80 137:645.616 - 0.984ms returns FALSE -T1A80 137:746.320 JLINK_HasError() -T1A80 137:746.441 JLINK_IsHalted() -T1A80 137:747.558 - 1.158ms returns FALSE -T1A80 137:847.693 JLINK_HasError() -T1A80 137:847.733 JLINK_IsHalted() -T1A80 137:848.725 - 1.016ms returns FALSE -T1A80 137:948.922 JLINK_HasError() -T1A80 137:949.014 JLINK_IsHalted() -T1A80 137:950.208 - 1.216ms returns FALSE -T1A80 138:050.936 JLINK_HasError() -T1A80 138:051.037 JLINK_IsHalted() -T1A80 138:052.109 - 1.096ms returns FALSE -T1A80 138:152.787 JLINK_HasError() -T1A80 138:152.878 JLINK_IsHalted() -T1A80 138:153.993 - 1.161ms returns FALSE -T1A80 138:254.188 JLINK_HasError() -T1A80 138:254.266 JLINK_IsHalted() -T1A80 138:255.322 - 1.075ms returns FALSE -T1A80 138:355.467 JLINK_HasError() -T1A80 138:355.549 JLINK_IsHalted() -T1A80 138:356.763 - 1.259ms returns FALSE -T1A80 138:457.450 JLINK_HasError() -T1A80 138:457.542 JLINK_IsHalted() -T1A80 138:458.745 - 1.222ms returns FALSE -T1A80 138:559.357 JLINK_HasError() -T1A80 138:559.456 JLINK_IsHalted() -T1A80 138:560.571 - 1.135ms returns FALSE -T1A80 138:661.373 JLINK_HasError() -T1A80 138:661.459 JLINK_IsHalted() -T1A80 138:662.502 - 1.062ms returns FALSE -T1A80 138:763.292 JLINK_HasError() -T1A80 138:763.382 JLINK_IsHalted() -T1A80 138:764.545 - 1.207ms returns FALSE -T1A80 138:865.067 JLINK_HasError() -T1A80 138:865.108 JLINK_IsHalted() -T1A80 138:866.224 - 1.161ms returns FALSE -T1A80 138:967.217 JLINK_HasError() -T1A80 138:967.305 JLINK_IsHalted() -T1A80 138:968.466 - 1.205ms returns FALSE -T1A80 139:069.309 JLINK_HasError() -T1A80 139:069.368 JLINK_IsHalted() -T1A80 139:070.434 - 1.086ms returns FALSE -T1A80 139:171.418 JLINK_HasError() -T1A80 139:171.512 JLINK_IsHalted() -T1A80 139:172.552 - 1.060ms returns FALSE -T1A80 139:273.290 JLINK_HasError() -T1A80 139:273.381 JLINK_IsHalted() -T1A80 139:274.455 - 1.120ms returns FALSE -T1A80 139:374.877 JLINK_HasError() -T1A80 139:374.963 JLINK_IsHalted() -T1A80 139:376.062 - 1.134ms returns FALSE -T1A80 139:476.295 JLINK_HasError() -T1A80 139:476.384 JLINK_IsHalted() -T1A80 139:477.553 - 1.213ms returns FALSE -T1A80 139:577.825 JLINK_HasError() -T1A80 139:577.868 JLINK_IsHalted() -T1A80 139:578.872 - 1.013ms returns FALSE -T1A80 139:679.624 JLINK_HasError() -T1A80 139:679.677 JLINK_IsHalted() -T1A80 139:680.738 - 1.075ms returns FALSE -T1A80 139:781.487 JLINK_HasError() -T1A80 139:781.584 JLINK_IsHalted() -T1A80 139:782.605 - 1.041ms returns FALSE -T1A80 139:882.806 JLINK_HasError() -T1A80 139:882.897 JLINK_IsHalted() -T1A80 139:884.099 - 1.247ms returns FALSE -T1A80 139:984.365 JLINK_HasError() -T1A80 139:984.443 JLINK_IsHalted() -T1A80 139:985.636 - 1.224ms returns FALSE -T1A80 140:085.864 JLINK_HasError() -T1A80 140:085.951 JLINK_IsHalted() -T1A80 140:087.143 - 1.239ms returns FALSE -T1A80 140:188.138 JLINK_HasError() -T1A80 140:188.186 JLINK_IsHalted() -T1A80 140:189.384 - 1.219ms returns FALSE -T1A80 140:289.957 JLINK_HasError() -T1A80 140:290.047 JLINK_IsHalted() -T1A80 140:291.206 - 1.205ms returns FALSE -T1A80 140:391.445 JLINK_HasError() -T1A80 140:391.530 JLINK_IsHalted() -T1A80 140:392.798 - 1.321ms returns FALSE -T1A80 140:493.694 JLINK_HasError() -T1A80 140:493.728 JLINK_IsHalted() -T1A80 140:494.789 - 1.081ms returns FALSE -T1A80 140:595.762 JLINK_HasError() -T1A80 140:595.818 JLINK_IsHalted() -T1A80 140:596.922 - 1.123ms returns FALSE -T1A80 140:697.233 JLINK_HasError() -T1A80 140:697.320 JLINK_IsHalted() -T1A80 140:698.350 - 1.049ms returns FALSE -T1A80 140:799.110 JLINK_HasError() -T1A80 140:799.267 JLINK_IsHalted() -T1A80 140:800.345 - 1.097ms returns FALSE -T1A80 140:900.773 JLINK_HasError() -T1A80 140:900.859 JLINK_IsHalted() -T1A80 140:901.946 - 1.095ms returns FALSE -T1A80 141:002.039 JLINK_HasError() -T1A80 141:002.074 JLINK_IsHalted() -T1A80 141:003.132 - 1.102ms returns FALSE -T1A80 141:103.393 JLINK_HasError() -T1A80 141:103.479 JLINK_IsHalted() -T1A80 141:104.632 - 1.199ms returns FALSE -T1A80 141:204.850 JLINK_HasError() -T1A80 141:204.893 JLINK_IsHalted() -T1A80 141:205.875 - 1.004ms returns FALSE -T1A80 141:306.874 JLINK_HasError() -T1A80 141:306.924 JLINK_IsHalted() -T1A80 141:307.949 - 1.045ms returns FALSE -T1A80 141:408.147 JLINK_HasError() -T1A80 141:408.258 JLINK_IsHalted() -T1A80 141:409.371 - 1.133ms returns FALSE -T1A80 141:510.464 JLINK_HasError() -T1A80 141:510.543 JLINK_IsHalted() -T1A80 141:511.666 - 1.167ms returns FALSE -T1A80 141:612.032 JLINK_HasError() -T1A80 141:612.081 JLINK_IsHalted() -T1A80 141:613.102 - 1.043ms returns FALSE -T1A80 141:714.024 JLINK_HasError() -T1A80 141:714.109 JLINK_IsHalted() -T1A80 141:715.363 - 1.299ms returns FALSE -T1A80 141:815.638 JLINK_HasError() -T1A80 141:815.684 JLINK_IsHalted() -T1A80 141:816.848 - 1.203ms returns FALSE -T1A80 141:917.068 JLINK_HasError() -T1A80 141:917.152 JLINK_IsHalted() -T1A80 141:918.341 - 1.209ms returns FALSE -T1A80 142:019.073 JLINK_HasError() -T1A80 142:019.111 JLINK_IsHalted() -T1A80 142:020.316 - 1.253ms returns FALSE -T1A80 142:120.966 JLINK_HasError() -T1A80 142:121.053 JLINK_IsHalted() -T1A80 142:122.194 - 1.156ms returns FALSE -T1A80 142:223.291 JLINK_HasError() -T1A80 142:223.329 JLINK_IsHalted() -T1A80 142:224.387 - 1.078ms returns FALSE -T1A80 142:325.355 JLINK_HasError() -T1A80 142:325.443 JLINK_IsHalted() -T1A80 142:326.503 - 1.078ms returns FALSE -T1A80 142:427.314 JLINK_HasError() -T1A80 142:427.363 JLINK_IsHalted() -T1A80 142:428.388 - 1.069ms returns FALSE -T1A80 142:529.197 JLINK_HasError() -T1A80 142:529.284 JLINK_IsHalted() -T1A80 142:530.414 - 1.149ms returns FALSE -T1A80 142:630.658 JLINK_HasError() -T1A80 142:630.705 JLINK_IsHalted() -T1A80 142:631.712 - 1.020ms returns FALSE -T1A80 142:732.173 JLINK_HasError() -T1A80 142:732.262 JLINK_IsHalted() -T1A80 142:733.408 - 1.184ms returns FALSE -T1A80 142:833.560 JLINK_HasError() -T1A80 142:833.602 JLINK_IsHalted() -T1A80 142:834.679 - 1.100ms returns FALSE -T1A80 142:934.865 JLINK_HasError() -T1A80 142:934.949 JLINK_IsHalted() -T1A80 142:936.114 - 1.210ms returns FALSE -T1A80 143:036.620 JLINK_HasError() -T1A80 143:036.660 JLINK_IsHalted() -T1A80 143:037.688 - 1.048ms returns FALSE -T1A80 143:138.857 JLINK_HasError() -T1A80 143:138.944 JLINK_IsHalted() -T1A80 143:140.022 - 1.098ms returns FALSE -T1A80 143:240.357 JLINK_HasError() -T1A80 143:240.398 JLINK_IsHalted() -T1A80 143:241.658 - 1.317ms returns FALSE -T1A80 143:342.687 JLINK_HasError() -T1A80 143:342.776 JLINK_IsHalted() -T1A80 143:343.929 - 1.173ms returns FALSE -T1A80 143:444.864 JLINK_HasError() -T1A80 143:444.913 JLINK_IsHalted() -T1A80 143:445.984 - 1.105ms returns FALSE -T1A80 143:546.953 JLINK_HasError() -T1A80 143:547.055 JLINK_IsHalted() -T1A80 143:548.181 - 1.171ms returns FALSE -T1A80 143:649.148 JLINK_HasError() -T1A80 143:649.193 JLINK_IsHalted() -T1A80 143:650.329 - 1.182ms returns FALSE -T1A80 143:750.569 JLINK_HasError() -T1A80 143:750.663 JLINK_IsHalted() -T1A80 143:751.865 - 1.252ms returns FALSE -T1A80 143:852.028 JLINK_HasError() -T1A80 143:852.114 JLINK_IsHalted() -T1A80 143:853.089 - 0.989ms returns FALSE -T1A80 143:953.853 JLINK_HasError() -T1A80 143:953.943 JLINK_IsHalted() -T1A80 143:955.051 - 1.127ms returns FALSE -T1A80 144:055.219 JLINK_HasError() -T1A80 144:055.307 JLINK_IsHalted() -T1A80 144:056.481 - 1.219ms returns FALSE -T1A80 144:156.735 JLINK_HasError() -T1A80 144:156.814 JLINK_IsHalted() -T1A80 144:157.965 - 1.195ms returns FALSE -T1A80 144:258.499 JLINK_HasError() -T1A80 144:258.541 JLINK_IsHalted() -T1A80 144:259.742 - 1.257ms returns FALSE -T1A80 144:360.437 JLINK_HasError() -T1A80 144:360.527 JLINK_IsHalted() -T1A80 144:361.576 - 1.093ms returns FALSE -T1A80 144:461.812 JLINK_HasError() -T1A80 144:461.905 JLINK_IsHalted() -T1A80 144:463.104 - 1.221ms returns FALSE -T1A80 144:563.313 JLINK_HasError() -T1A80 144:563.406 JLINK_IsHalted() -T1A80 144:564.540 - 1.179ms returns FALSE -T1A80 144:664.658 JLINK_HasError() -T1A80 144:664.705 JLINK_IsHalted() -T1A80 144:665.808 - 1.118ms returns FALSE -T1A80 144:766.386 JLINK_HasError() -T1A80 144:766.474 JLINK_IsHalted() -T1A80 144:767.544 - 1.089ms returns FALSE -T1A80 144:867.688 JLINK_HasError() -T1A80 144:867.776 JLINK_IsHalted() -T1A80 144:869.003 - 1.283ms returns FALSE -T1A80 144:969.270 JLINK_HasError() -T1A80 144:969.348 JLINK_IsHalted() -T1A80 144:970.451 - 1.124ms returns FALSE -T1A80 145:071.112 JLINK_HasError() -T1A80 145:071.155 JLINK_IsHalted() -T1A80 145:072.180 - 1.056ms returns FALSE -T1A80 145:172.791 JLINK_HasError() -T1A80 145:172.838 JLINK_IsHalted() -T1A80 145:173.934 - 1.143ms returns FALSE -T1A80 145:274.405 JLINK_HasError() -T1A80 145:274.441 JLINK_IsHalted() -T1A80 145:275.473 - 1.040ms returns FALSE -T1A80 145:376.198 JLINK_HasError() -T1A80 145:376.243 JLINK_IsHalted() -T1A80 145:377.390 - 1.192ms returns FALSE -T1A80 145:478.462 JLINK_HasError() -T1A80 145:478.550 JLINK_IsHalted() -T1A80 145:479.573 - 1.042ms returns FALSE -T1A80 145:580.298 JLINK_HasError() -T1A80 145:580.348 JLINK_IsHalted() -T1A80 145:581.444 - 1.129ms returns FALSE -T1A80 145:682.310 JLINK_HasError() -T1A80 145:682.348 JLINK_IsHalted() -T1A80 145:683.414 - 1.079ms returns FALSE -T1A80 145:784.085 JLINK_HasError() -T1A80 145:784.123 JLINK_IsHalted() -T1A80 145:785.393 - 1.291ms returns FALSE -T1A80 145:885.718 JLINK_HasError() -T1A80 145:885.761 JLINK_IsHalted() -T1A80 145:886.763 - 1.020ms returns FALSE -T1A80 145:988.403 JLINK_HasError() -T1A80 145:988.484 JLINK_IsHalted() -T1A80 145:989.504 - 1.044ms returns FALSE -T1A80 146:089.955 JLINK_HasError() -T1A80 146:089.990 JLINK_IsHalted() -T1A80 146:091.023 - 1.052ms returns FALSE -T1A80 146:191.237 JLINK_HasError() -T1A80 146:191.327 JLINK_IsHalted() -T1A80 146:192.588 - 1.285ms returns FALSE -T1A80 146:293.804 JLINK_HasError() -T1A80 146:293.883 JLINK_IsHalted() -T1A80 146:295.013 - 1.174ms returns FALSE -T1A80 146:395.907 JLINK_HasError() -T1A80 146:396.003 JLINK_IsHalted() -T1A80 146:397.122 - 1.167ms returns FALSE -T1A80 146:497.350 JLINK_HasError() -T1A80 146:497.436 JLINK_IsHalted() -T1A80 146:498.629 - 1.238ms returns FALSE -T1A80 146:598.819 JLINK_HasError() -T1A80 146:598.866 JLINK_IsHalted() -T1A80 146:599.921 - 1.071ms returns FALSE -T1A80 146:700.824 JLINK_HasError() -T1A80 146:700.872 JLINK_IsHalted() -T1A80 146:701.843 - 0.986ms returns FALSE -T1A80 146:802.025 JLINK_HasError() -T1A80 146:802.113 JLINK_IsHalted() -T1A80 146:803.321 - 1.232ms returns FALSE -T1A80 146:903.972 JLINK_HasError() -T1A80 146:904.057 JLINK_IsHalted() -T1A80 146:905.185 - 1.147ms returns FALSE -T1A80 147:005.595 JLINK_HasError() -T1A80 147:005.679 JLINK_IsHalted() -T1A80 147:006.945 - 1.286ms returns FALSE -T1A80 147:107.128 JLINK_HasError() -T1A80 147:107.206 JLINK_IsHalted() -T1A80 147:108.300 - 1.144ms returns FALSE -T1A80 147:208.548 JLINK_HasError() -T1A80 147:208.636 JLINK_IsHalted() -T1A80 147:209.939 - 1.321ms returns FALSE -T1A80 147:310.188 JLINK_HasError() -T1A80 147:310.269 JLINK_IsHalted() -T1A80 147:311.322 - 1.061ms returns FALSE -T1A80 147:411.498 JLINK_HasError() -T1A80 147:411.589 JLINK_IsHalted() -T1A80 147:412.760 - 1.216ms returns FALSE -T1A80 147:513.004 JLINK_HasError() -T1A80 147:513.097 JLINK_IsHalted() -T1A80 147:514.253 - 1.175ms returns FALSE -T1A80 147:614.905 JLINK_HasError() -T1A80 147:614.952 JLINK_IsHalted() -T1A80 147:616.044 - 1.121ms returns FALSE -T1A80 147:716.805 JLINK_HasError() -T1A80 147:716.852 JLINK_IsHalted() -T1A80 147:717.897 - 1.076ms returns FALSE -T1A80 147:818.664 JLINK_HasError() -T1A80 147:818.754 JLINK_IsHalted() -T1A80 147:819.823 - 1.109ms returns FALSE -T1A80 147:920.383 JLINK_HasError() -T1A80 147:920.464 JLINK_IsHalted() -T1A80 147:921.705 - 1.286ms returns FALSE -T1A80 148:022.240 JLINK_HasError() -T1A80 148:022.324 JLINK_IsHalted() -T1A80 148:023.519 - 1.239ms returns FALSE -T1A80 148:124.611 JLINK_HasError() -T1A80 148:124.648 JLINK_IsHalted() -T1A80 148:125.710 - 1.072ms returns FALSE -T1A80 148:225.860 JLINK_HasError() -T1A80 148:225.895 JLINK_IsHalted() -T1A80 148:227.045 - 1.174ms returns FALSE -T1A80 148:327.250 JLINK_HasError() -T1A80 148:327.337 JLINK_IsHalted() -T1A80 148:328.471 - 1.176ms returns FALSE -T1A80 148:429.497 JLINK_HasError() -T1A80 148:429.589 JLINK_IsHalted() -T1A80 148:430.682 - 1.112ms returns FALSE -T1A80 148:531.450 JLINK_HasError() -T1A80 148:531.530 JLINK_IsHalted() -T1A80 148:532.623 - 1.126ms returns FALSE -T1A80 148:633.136 JLINK_HasError() -T1A80 148:633.181 JLINK_IsHalted() -T1A80 148:634.285 - 1.123ms returns FALSE -T1A80 148:734.852 JLINK_HasError() -T1A80 148:734.895 JLINK_IsHalted() -T1A80 148:736.082 - 1.210ms returns FALSE -T1A80 148:837.085 JLINK_HasError() -T1A80 148:837.132 JLINK_IsHalted() -T1A80 148:838.243 - 1.124ms returns FALSE -T1A80 148:938.927 JLINK_HasError() -T1A80 148:938.963 JLINK_IsHalted() -T1A80 148:940.064 - 1.145ms returns FALSE -T1A80 149:040.335 JLINK_HasError() -T1A80 149:040.379 JLINK_IsHalted() -T1A80 149:041.462 - 1.091ms returns FALSE -T1A80 149:142.221 JLINK_HasError() -T1A80 149:142.300 JLINK_IsHalted() -T1A80 149:143.402 - 1.143ms returns FALSE -T1A80 149:243.942 JLINK_HasError() -T1A80 149:244.023 JLINK_IsHalted() -T1A80 149:245.068 - 1.065ms returns FALSE -T1A80 149:345.213 JLINK_HasError() -T1A80 149:345.306 JLINK_IsHalted() -T1A80 149:346.512 - 1.251ms returns FALSE -T1A80 149:447.577 JLINK_HasError() -T1A80 149:447.618 JLINK_IsHalted() -T1A80 149:448.734 - 1.161ms returns FALSE -T1A80 149:549.331 JLINK_HasError() -T1A80 149:549.369 JLINK_IsHalted() -T1A80 149:550.413 - 1.075ms returns FALSE -T1A80 149:651.287 JLINK_HasError() -T1A80 149:651.448 JLINK_IsHalted() -T1A80 149:652.501 - 1.063ms returns FALSE -T1A80 149:753.024 JLINK_HasError() -T1A80 149:753.069 JLINK_IsHalted() -T1A80 149:754.133 - 1.086ms returns FALSE -T1A80 149:855.102 JLINK_HasError() -T1A80 149:855.231 JLINK_IsHalted() -T1A80 149:856.352 - 1.141ms returns FALSE -T1A80 149:957.187 JLINK_HasError() -T1A80 149:957.279 JLINK_IsHalted() -T1A80 149:958.381 - 1.146ms returns FALSE -T1A80 150:059.513 JLINK_HasError() -T1A80 150:059.731 JLINK_IsHalted() -T1A80 150:060.818 - 1.098ms returns FALSE -T1A80 150:161.581 JLINK_HasError() -T1A80 150:161.672 JLINK_IsHalted() -T1A80 150:162.899 - 1.272ms returns FALSE -T1A80 150:263.316 JLINK_HasError() -T1A80 150:263.399 JLINK_IsHalted() -T1A80 150:264.598 - 1.242ms returns FALSE -T1A80 150:365.662 JLINK_HasError() -T1A80 150:365.751 JLINK_IsHalted() -T1A80 150:366.836 - 1.130ms returns FALSE -T1A80 150:467.042 JLINK_HasError() -T1A80 150:467.127 JLINK_IsHalted() -T1A80 150:468.243 - 1.160ms returns FALSE -T1A80 150:568.491 JLINK_HasError() -T1A80 150:568.571 JLINK_IsHalted() -T1A80 150:569.649 - 1.123ms returns FALSE -T1A80 150:669.923 JLINK_HasError() -T1A80 150:669.982 JLINK_IsHalted() -T1A80 150:671.019 - 1.066ms returns FALSE -T1A80 150:771.219 JLINK_HasError() -T1A80 150:771.327 JLINK_IsHalted() -T1A80 150:772.440 - 1.158ms returns FALSE -T1A80 150:873.016 JLINK_HasError() -T1A80 150:873.065 JLINK_IsHalted() -T1A80 150:874.089 - 1.043ms returns FALSE -T1A80 150:974.935 JLINK_HasError() -T1A80 150:974.983 JLINK_IsHalted() -T1A80 150:976.073 - 1.098ms returns FALSE -T1A80 151:076.498 JLINK_HasError() -T1A80 151:076.541 JLINK_IsHalted() -T1A80 151:077.578 - 1.050ms returns FALSE -T1A80 151:178.205 JLINK_HasError() -T1A80 151:178.255 JLINK_IsHalted() -T1A80 151:179.355 - 1.144ms returns FALSE -T1A80 151:279.603 JLINK_HasError() -T1A80 151:279.649 JLINK_IsHalted() -T1A80 151:280.695 - 1.091ms returns FALSE -T1A80 151:381.516 JLINK_HasError() -T1A80 151:381.607 JLINK_IsHalted() -T1A80 151:382.722 - 1.160ms returns FALSE -T1A80 151:482.988 JLINK_HasError() -T1A80 151:483.041 JLINK_IsHalted() -T1A80 151:484.083 - 1.053ms returns FALSE -T1A80 151:584.286 JLINK_HasError() -T1A80 151:584.370 JLINK_IsHalted() -T1A80 151:585.578 - 1.253ms returns FALSE -T1A80 151:686.780 JLINK_HasError() -T1A80 151:686.874 JLINK_IsHalted() -T1A80 151:688.036 - 1.181ms returns FALSE -T1A80 151:788.237 JLINK_HasError() -T1A80 151:788.326 JLINK_IsHalted() -T1A80 151:789.520 - 1.214ms returns FALSE -T1A80 151:889.919 JLINK_HasError() -T1A80 151:889.993 JLINK_IsHalted() -T1A80 151:891.159 - 1.205ms returns FALSE -T1A80 151:991.961 JLINK_HasError() -T1A80 151:992.011 JLINK_IsHalted() -T1A80 151:993.133 - 1.144ms returns FALSE -T1A80 152:093.963 JLINK_HasError() -T1A80 152:094.056 JLINK_IsHalted() -T1A80 152:095.225 - 1.202ms returns FALSE -T1A80 152:195.447 JLINK_HasError() -T1A80 152:195.483 JLINK_IsHalted() -T1A80 152:196.554 - 1.117ms returns FALSE -T1A80 152:296.761 JLINK_HasError() -T1A80 152:296.845 JLINK_IsHalted() -T1A80 152:297.981 - 1.172ms returns FALSE -T1A80 152:399.048 JLINK_HasError() -T1A80 152:399.131 JLINK_IsHalted() -T1A80 152:400.288 - 1.203ms returns FALSE -T1A80 152:501.264 JLINK_HasError() -T1A80 152:501.307 JLINK_IsHalted() -T1A80 152:502.390 - 1.118ms returns FALSE -T1A80 152:602.508 JLINK_HasError() -T1A80 152:602.559 JLINK_IsHalted() -T1A80 152:603.630 - 1.091ms returns FALSE -T1A80 152:704.499 JLINK_HasError() -T1A80 152:704.537 JLINK_IsHalted() -T1A80 152:705.620 - 1.165ms returns FALSE -T1A80 152:805.852 JLINK_HasError() -T1A80 152:805.940 JLINK_IsHalted() -T1A80 152:807.161 - 1.266ms returns FALSE -T1A80 152:907.573 JLINK_HasError() -T1A80 152:907.647 JLINK_IsHalted() -T1A80 152:908.688 - 1.071ms returns FALSE -T1A80 153:009.292 JLINK_HasError() -T1A80 153:009.345 JLINK_IsHalted() -T1A80 153:010.427 - 1.112ms returns FALSE -T1A80 153:111.277 JLINK_HasError() -T1A80 153:111.326 JLINK_IsHalted() -T1A80 153:112.460 - 1.152ms returns FALSE -T1A80 153:213.220 JLINK_HasError() -T1A80 153:213.304 JLINK_IsHalted() -T1A80 153:214.448 - 1.193ms returns FALSE -T1A80 153:314.750 JLINK_HasError() -T1A80 153:314.837 JLINK_IsHalted() -T1A80 153:315.955 - 1.162ms returns FALSE -T1A80 153:416.816 JLINK_HasError() -T1A80 153:416.876 JLINK_IsHalted() -T1A80 153:418.050 - 1.193ms returns FALSE -T1A80 153:518.258 JLINK_HasError() -T1A80 153:518.352 JLINK_IsHalted() -T1A80 153:519.476 - 1.137ms returns FALSE -T1A80 153:620.515 JLINK_HasError() -T1A80 153:620.559 JLINK_IsHalted() -T1A80 153:621.594 - 1.054ms returns FALSE -T1A80 153:722.292 JLINK_HasError() -T1A80 153:722.329 JLINK_IsHalted() -T1A80 153:723.343 - 1.034ms returns FALSE -T1A80 153:824.004 JLINK_HasError() -T1A80 153:824.106 JLINK_IsHalted() -T1A80 153:825.235 - 1.177ms returns FALSE -T1A80 153:925.660 JLINK_HasError() -T1A80 153:925.702 JLINK_IsHalted() -T1A80 153:926.872 - 1.214ms returns FALSE -T1A80 154:027.444 JLINK_HasError() -T1A80 154:027.525 JLINK_IsHalted() -T1A80 154:028.733 - 1.253ms returns FALSE -T1A80 154:129.651 JLINK_HasError() -T1A80 154:129.707 JLINK_IsHalted() -T1A80 154:130.701 - 1.012ms returns FALSE -T1A80 154:231.036 JLINK_HasError() -T1A80 154:231.136 JLINK_IsHalted() -T1A80 154:232.219 - 1.103ms returns FALSE -T1A80 154:332.863 JLINK_HasError() -T1A80 154:332.901 JLINK_IsHalted() -T1A80 154:333.984 - 1.109ms returns FALSE -T1A80 154:434.075 JLINK_HasError() -T1A80 154:434.120 JLINK_IsHalted() -T1A80 154:435.137 - 1.060ms returns FALSE -T1A80 154:535.314 JLINK_HasError() -T1A80 154:535.395 JLINK_IsHalted() -T1A80 154:536.512 - 1.161ms returns FALSE -T1A80 154:637.604 JLINK_HasError() -T1A80 154:637.651 JLINK_IsHalted() -T1A80 154:638.717 - 1.085ms returns FALSE -T1A80 154:738.918 JLINK_HasError() -T1A80 154:739.006 JLINK_IsHalted() -T1A80 154:740.118 - 1.161ms returns FALSE -T1A80 154:840.376 JLINK_HasError() -T1A80 154:840.456 JLINK_IsHalted() -T1A80 154:841.598 - 1.194ms returns FALSE -T1A80 154:942.480 JLINK_HasError() -T1A80 154:942.519 JLINK_IsHalted() -T1A80 154:943.526 - 1.026ms returns FALSE -T1A80 155:043.903 JLINK_HasError() -T1A80 155:043.941 JLINK_IsHalted() -T1A80 155:045.071 - 1.149ms returns FALSE -T1A80 155:145.630 JLINK_HasError() -T1A80 155:145.678 JLINK_IsHalted() -T1A80 155:146.796 - 1.139ms returns FALSE -T1A80 155:247.598 JLINK_HasError() -T1A80 155:247.645 JLINK_IsHalted() -T1A80 155:248.776 - 1.166ms returns FALSE -T1A80 155:349.243 JLINK_HasError() -T1A80 155:349.334 JLINK_IsHalted() -T1A80 155:350.462 - 1.147ms returns FALSE -T1A80 155:450.802 JLINK_HasError() -T1A80 155:450.851 JLINK_IsHalted() -T1A80 155:451.975 - 1.159ms returns FALSE -T1A80 155:552.771 JLINK_HasError() -T1A80 155:552.851 JLINK_IsHalted() -T1A80 155:554.057 - 1.225ms returns FALSE -T1A80 155:654.407 JLINK_HasError() -T1A80 155:654.448 JLINK_IsHalted() -T1A80 155:655.558 - 1.127ms returns FALSE -T1A80 155:756.800 JLINK_HasError() -T1A80 155:756.899 JLINK_IsHalted() -T1A80 155:758.060 - 1.181ms returns FALSE -T1A80 155:859.117 JLINK_HasError() -T1A80 155:859.197 JLINK_IsHalted() -T1A80 155:860.287 - 1.109ms returns FALSE -T1A80 155:960.949 JLINK_HasError() -T1A80 155:961.037 JLINK_IsHalted() -T1A80 155:962.185 - 1.192ms returns FALSE -T1A80 156:063.156 JLINK_HasError() -T1A80 156:063.203 JLINK_IsHalted() -T1A80 156:064.324 - 1.173ms returns FALSE -T1A80 156:165.032 JLINK_HasError() -T1A80 156:165.125 JLINK_IsHalted() -T1A80 156:166.315 - 1.241ms returns FALSE -T1A80 156:267.234 JLINK_HasError() -T1A80 156:267.284 JLINK_IsHalted() -T1A80 156:268.352 - 1.084ms returns FALSE -T1A80 156:369.055 JLINK_HasError() -T1A80 156:369.115 JLINK_IsHalted() -T1A80 156:370.291 - 1.195ms returns FALSE -T1A80 156:470.938 JLINK_HasError() -T1A80 156:471.026 JLINK_IsHalted() -T1A80 156:472.061 - 1.055ms returns FALSE -T1A80 156:572.259 JLINK_HasError() -T1A80 156:572.347 JLINK_IsHalted() -T1A80 156:573.479 - 1.177ms returns FALSE -T1A80 156:674.666 JLINK_HasError() -T1A80 156:674.752 JLINK_IsHalted() -T1A80 156:675.848 - 1.116ms returns FALSE -T1A80 156:776.172 JLINK_HasError() -T1A80 156:776.260 JLINK_IsHalted() -T1A80 156:777.276 - 1.025ms returns FALSE -T1A80 156:877.941 JLINK_HasError() -T1A80 156:878.030 JLINK_IsHalted() -T1A80 156:879.116 - 1.132ms returns FALSE -T1A80 156:979.822 JLINK_HasError() -T1A80 156:979.868 JLINK_IsHalted() -T1A80 156:980.876 - 1.026ms returns FALSE -T1A80 157:081.629 JLINK_HasError() -T1A80 157:081.716 JLINK_IsHalted() -T1A80 157:082.719 - 1.021ms returns FALSE -T1A80 157:183.473 JLINK_HasError() -T1A80 157:183.548 JLINK_IsHalted() -T1A80 157:184.593 - 1.054ms returns FALSE -T1A80 157:285.370 JLINK_HasError() -T1A80 157:285.415 JLINK_IsHalted() -T1A80 157:286.408 - 1.015ms returns FALSE -T1A80 157:387.307 JLINK_HasError() -T1A80 157:387.395 JLINK_IsHalted() -T1A80 157:388.451 - 1.078ms returns FALSE -T1A80 157:489.032 JLINK_HasError() -T1A80 157:489.118 JLINK_IsHalted() -T1A80 157:490.183 - 1.084ms returns FALSE -T1A80 157:591.053 JLINK_HasError() -T1A80 157:591.142 JLINK_IsHalted() -T1A80 157:592.409 - 1.289ms returns FALSE -T1A80 157:692.759 JLINK_HasError() -T1A80 157:692.805 JLINK_IsHalted() -T1A80 157:693.919 - 1.136ms returns FALSE -T1A80 157:794.826 JLINK_HasError() -T1A80 157:794.918 JLINK_IsHalted() -T1A80 157:796.021 - 1.123ms returns FALSE -T1A80 157:896.776 JLINK_HasError() -T1A80 157:896.865 JLINK_IsHalted() -T1A80 157:898.051 - 1.204ms returns FALSE -T1A80 157:998.289 JLINK_HasError() -T1A80 157:998.331 JLINK_IsHalted() -T1A80 157:999.580 - 1.271ms returns FALSE -T1A80 158:100.214 JLINK_HasError() -T1A80 158:100.259 JLINK_IsHalted() -T1A80 158:101.429 - 1.215ms returns FALSE -T1A80 158:201.669 JLINK_HasError() -T1A80 158:201.749 JLINK_IsHalted() -T1A80 158:202.874 - 1.169ms returns FALSE -T1A80 158:303.130 JLINK_HasError() -T1A80 158:303.212 JLINK_IsHalted() -T1A80 158:304.411 - 1.244ms returns FALSE -T1A80 158:404.961 JLINK_HasError() -T1A80 158:405.006 JLINK_IsHalted() -T1A80 158:406.091 - 1.129ms returns FALSE -T1A80 158:506.810 JLINK_HasError() -T1A80 158:506.858 JLINK_IsHalted() -T1A80 158:507.958 - 1.118ms returns FALSE -T1A80 158:608.162 JLINK_HasError() -T1A80 158:608.245 JLINK_IsHalted() -T1A80 158:609.316 - 1.082ms returns FALSE -T1A80 158:710.111 JLINK_HasError() -T1A80 158:710.153 JLINK_IsHalted() -T1A80 158:711.186 - 1.052ms returns FALSE -T1A80 158:811.887 JLINK_HasError() -T1A80 158:811.925 JLINK_IsHalted() -T1A80 158:813.094 - 1.214ms returns FALSE -T1A80 158:914.030 JLINK_HasError() -T1A80 158:914.122 JLINK_IsHalted() -T1A80 158:915.294 - 1.220ms returns FALSE -T1A80 159:016.120 JLINK_HasError() -T1A80 159:016.196 JLINK_IsHalted() -T1A80 159:017.394 - 1.253ms returns FALSE -T1A80 159:117.596 JLINK_HasError() -T1A80 159:117.641 JLINK_IsHalted() -T1A80 159:118.711 - 1.091ms returns FALSE -T1A80 159:219.618 JLINK_HasError() -T1A80 159:219.713 JLINK_IsHalted() -T1A80 159:220.787 - 1.109ms returns FALSE -T1A80 159:320.970 JLINK_HasError() -T1A80 159:321.058 JLINK_IsHalted() -T1A80 159:322.283 - 1.247ms returns FALSE -T1A80 159:423.072 JLINK_HasError() -T1A80 159:423.150 JLINK_IsHalted() -T1A80 159:424.226 - 1.124ms returns FALSE -T1A80 159:524.801 JLINK_HasError() -T1A80 159:524.850 JLINK_IsHalted() -T1A80 159:525.999 - 1.172ms returns FALSE -T1A80 159:626.668 JLINK_HasError() -T1A80 159:626.711 JLINK_IsHalted() -T1A80 159:627.733 - 1.043ms returns FALSE -T1A80 159:728.440 JLINK_HasError() -T1A80 159:728.527 JLINK_IsHalted() -T1A80 159:729.637 - 1.130ms returns FALSE -T1A80 159:829.826 JLINK_HasError() -T1A80 159:829.906 JLINK_IsHalted() -T1A80 159:831.036 - 1.153ms returns FALSE -T1A80 159:931.733 JLINK_HasError() -T1A80 159:931.767 JLINK_IsHalted() -T1A80 159:932.868 - 1.146ms returns FALSE -T1A80 160:033.131 JLINK_HasError() -T1A80 160:033.215 JLINK_IsHalted() -T1A80 160:034.378 - 1.208ms returns FALSE -T1A80 160:134.937 JLINK_HasError() -T1A80 160:135.030 JLINK_IsHalted() -T1A80 160:136.068 - 1.057ms returns FALSE -T1A80 160:237.187 JLINK_HasError() -T1A80 160:237.276 JLINK_IsHalted() -T1A80 160:238.510 - 1.280ms returns FALSE -T1A80 160:338.844 JLINK_HasError() -T1A80 160:338.909 JLINK_IsHalted() -T1A80 160:339.982 - 1.118ms returns FALSE -T1A80 160:440.386 JLINK_HasError() -T1A80 160:440.472 JLINK_IsHalted() -T1A80 160:441.572 - 1.144ms returns FALSE -T1A80 160:542.612 JLINK_HasError() -T1A80 160:542.699 JLINK_IsHalted() -T1A80 160:543.767 - 1.086ms returns FALSE -T1A80 160:643.915 JLINK_HasError() -T1A80 160:643.960 JLINK_IsHalted() -T1A80 160:644.990 - 1.044ms returns FALSE -T1A80 160:745.531 JLINK_HasError() -T1A80 160:745.622 JLINK_IsHalted() -T1A80 160:746.796 - 1.225ms returns FALSE -T1A80 160:847.537 JLINK_HasError() -T1A80 160:847.570 JLINK_IsHalted() -T1A80 160:848.645 - 1.119ms returns FALSE -T1A80 160:949.089 JLINK_HasError() -T1A80 160:949.122 JLINK_IsHalted() -T1A80 160:950.246 - 1.169ms returns FALSE -T1A80 161:050.647 JLINK_HasError() -T1A80 161:050.731 JLINK_IsHalted() -T1A80 161:051.864 - 1.177ms returns FALSE -T1A80 161:152.176 JLINK_HasError() -T1A80 161:152.209 JLINK_IsHalted() -T1A80 161:153.191 - 1.001ms returns FALSE -T1A80 161:253.966 JLINK_HasError() -T1A80 161:254.046 JLINK_IsHalted() -T1A80 161:255.222 - 1.221ms returns FALSE -T1A80 161:355.454 JLINK_HasError() -T1A80 161:355.544 JLINK_IsHalted() -T1A80 161:356.747 - 1.249ms returns FALSE -T1A80 161:457.143 JLINK_HasError() -T1A80 161:457.195 JLINK_IsHalted() -T1A80 161:458.345 - 1.186ms returns FALSE -T1A80 161:558.947 JLINK_HasError() -T1A80 161:559.035 JLINK_IsHalted() -T1A80 161:560.157 - 1.174ms returns FALSE -T1A80 161:660.884 JLINK_HasError() -T1A80 161:660.938 JLINK_IsHalted() -T1A80 161:661.949 - 1.025ms returns FALSE -T1A80 161:762.244 JLINK_HasError() -T1A80 161:762.292 JLINK_IsHalted() -T1A80 161:763.405 - 1.157ms returns FALSE -T1A80 161:864.132 JLINK_HasError() -T1A80 161:864.173 JLINK_IsHalted() -T1A80 161:865.253 - 1.124ms returns FALSE -T1A80 161:965.359 JLINK_HasError() -T1A80 161:965.395 JLINK_IsHalted() -T1A80 161:966.522 - 1.172ms returns FALSE -T1A80 162:067.374 JLINK_HasError() -T1A80 162:067.456 JLINK_IsHalted() -T1A80 162:068.623 - 1.210ms returns FALSE -T1A80 162:169.028 JLINK_HasError() -T1A80 162:169.120 JLINK_IsHalted() -T1A80 162:170.366 - 1.265ms returns FALSE -T1A80 162:270.516 JLINK_HasError() -T1A80 162:270.597 JLINK_IsHalted() -T1A80 162:271.938 - 1.364ms returns FALSE -T1A80 162:372.750 JLINK_HasError() -T1A80 162:372.791 JLINK_IsHalted() -T1A80 162:373.970 - 1.224ms returns FALSE -T1A80 162:474.831 JLINK_HasError() -T1A80 162:474.916 JLINK_IsHalted() -T1A80 162:476.040 - 1.168ms returns FALSE -T1A80 162:576.343 JLINK_HasError() -T1A80 162:576.425 JLINK_IsHalted() -T1A80 162:577.529 - 1.150ms returns FALSE -T1A80 162:677.893 JLINK_HasError() -T1A80 162:677.938 JLINK_IsHalted() -T1A80 162:678.974 - 1.050ms returns FALSE -T1A80 162:779.168 JLINK_HasError() -T1A80 162:779.261 JLINK_IsHalted() -T1A80 162:780.361 - 1.152ms returns FALSE -T1A80 162:881.354 JLINK_HasError() -T1A80 162:881.401 JLINK_IsHalted() -T1A80 162:882.425 - 1.044ms returns FALSE -T1A80 162:983.396 JLINK_HasError() -T1A80 162:983.484 JLINK_IsHalted() -T1A80 162:984.540 - 1.101ms returns FALSE -T1A80 163:085.667 JLINK_HasError() -T1A80 163:085.747 JLINK_IsHalted() -T1A80 163:086.886 - 1.160ms returns FALSE -T1A80 163:187.582 JLINK_HasError() -T1A80 163:187.622 JLINK_IsHalted() -T1A80 163:188.764 - 1.193ms returns FALSE -T1A80 163:289.926 JLINK_HasError() -T1A80 163:290.084 JLINK_IsHalted() -T1A80 163:291.205 - 1.142ms returns FALSE -T1A80 163:391.423 JLINK_HasError() -T1A80 163:391.459 JLINK_IsHalted() -T1A80 163:392.477 - 1.037ms returns FALSE -T1A80 163:492.693 JLINK_HasError() -T1A80 163:492.780 JLINK_IsHalted() -T1A80 163:493.942 - 1.199ms returns FALSE -T1A80 163:594.157 JLINK_HasError() -T1A80 163:594.247 JLINK_IsHalted() -T1A80 163:595.405 - 1.208ms returns FALSE -T1A80 163:695.661 JLINK_HasError() -T1A80 163:695.719 JLINK_IsHalted() -T1A80 163:696.834 - 1.135ms returns FALSE -T1A80 163:797.463 JLINK_HasError() -T1A80 163:797.510 JLINK_IsHalted() -T1A80 163:798.584 - 1.107ms returns FALSE -T1A80 163:898.751 JLINK_HasError() -T1A80 163:898.844 JLINK_IsHalted() -T1A80 163:900.048 - 1.250ms returns FALSE -T1A80 164:000.990 JLINK_HasError() -T1A80 164:001.040 JLINK_IsHalted() -T1A80 164:002.130 - 1.111ms returns FALSE -T1A80 164:102.353 JLINK_HasError() -T1A80 164:102.430 JLINK_IsHalted() -T1A80 164:103.621 - 1.238ms returns FALSE -T1A80 164:204.650 JLINK_HasError() -T1A80 164:204.689 JLINK_IsHalted() -T1A80 164:205.767 - 1.092ms returns FALSE -T1A80 164:305.874 JLINK_HasError() -T1A80 164:305.915 JLINK_IsHalted() -T1A80 164:307.111 - 1.246ms returns FALSE -T1A80 164:407.457 JLINK_HasError() -T1A80 164:407.497 JLINK_IsHalted() -T1A80 164:408.483 - 0.994ms returns FALSE -T1A80 164:509.398 JLINK_HasError() -T1A80 164:509.515 JLINK_IsHalted() -T1A80 164:510.631 - 1.137ms returns FALSE -T1A80 164:610.889 JLINK_HasError() -T1A80 164:610.928 JLINK_IsHalted() -T1A80 164:612.035 - 1.127ms returns FALSE -T1A80 164:712.287 JLINK_HasError() -T1A80 164:712.330 JLINK_IsHalted() -T1A80 164:713.306 - 0.991ms returns FALSE -T1A80 164:814.113 JLINK_HasError() -T1A80 164:814.173 JLINK_IsHalted() -T1A80 164:815.225 - 1.073ms returns FALSE -T1A80 164:915.498 JLINK_HasError() -T1A80 164:915.587 JLINK_IsHalted() -T1A80 164:916.667 - 1.101ms returns FALSE -T1A80 165:017.101 JLINK_HasError() -T1A80 165:017.142 JLINK_IsHalted() -T1A80 165:018.120 - 0.992ms returns FALSE -T1A80 165:118.318 JLINK_HasError() -T1A80 165:118.407 JLINK_IsHalted() -T1A80 165:119.564 - 1.201ms returns FALSE -T1A80 165:219.761 JLINK_HasError() -T1A80 165:219.840 JLINK_IsHalted() -T1A80 165:220.924 - 1.109ms returns FALSE -T1A80 165:321.636 JLINK_HasError() -T1A80 165:321.678 JLINK_IsHalted() -T1A80 165:322.795 - 1.166ms returns FALSE -T1A80 165:423.103 JLINK_HasError() -T1A80 165:423.190 JLINK_IsHalted() -T1A80 165:424.342 - 1.200ms returns FALSE -T1A80 165:524.844 JLINK_HasError() -T1A80 165:524.908 JLINK_IsHalted() -T1A80 165:526.015 - 1.126ms returns FALSE -T1A80 165:626.135 JLINK_HasError() -T1A80 165:626.181 JLINK_IsHalted() -T1A80 165:627.209 - 1.074ms returns FALSE -T1A80 165:728.241 JLINK_HasError() -T1A80 165:728.328 JLINK_IsHalted() -T1A80 165:729.476 - 1.167ms returns FALSE -T1A80 165:829.696 JLINK_HasError() -T1A80 165:829.788 JLINK_IsHalted() -T1A80 165:830.789 - 1.010ms returns FALSE -T1A80 165:931.657 JLINK_HasError() -T1A80 165:931.735 JLINK_IsHalted() -T1A80 165:932.786 - 1.068ms returns FALSE -T1A80 166:032.995 JLINK_HasError() -T1A80 166:033.277 JLINK_IsHalted() -T1A80 166:034.279 - 1.024ms returns FALSE -T1A80 166:135.292 JLINK_HasError() -T1A80 166:135.381 JLINK_IsHalted() -T1A80 166:136.502 - 1.130ms returns FALSE -T1A80 166:236.691 JLINK_HasError() -T1A80 166:236.779 JLINK_IsHalted() -T1A80 166:237.907 - 1.173ms returns FALSE -T1A80 166:338.715 JLINK_HasError() -T1A80 166:338.804 JLINK_IsHalted() -T1A80 166:339.916 - 1.131ms returns FALSE -T1A80 166:440.869 JLINK_HasError() -T1A80 166:440.907 JLINK_IsHalted() -T1A80 166:442.062 - 1.175ms returns FALSE -T1A80 166:542.270 JLINK_HasError() -T1A80 166:542.348 JLINK_IsHalted() -T1A80 166:543.542 - 1.239ms returns FALSE -T1A80 166:644.182 JLINK_HasError() -T1A80 166:644.230 JLINK_IsHalted() -T1A80 166:645.310 - 1.103ms returns FALSE -T1A80 166:746.593 JLINK_HasError() -T1A80 166:746.680 JLINK_IsHalted() -T1A80 166:747.785 - 1.149ms returns FALSE -T1A80 166:848.384 JLINK_HasError() -T1A80 166:848.472 JLINK_IsHalted() -T1A80 166:849.531 - 1.078ms returns FALSE -T1A80 166:949.827 JLINK_HasError() -T1A80 166:949.880 JLINK_IsHalted() -T1A80 166:950.979 - 1.136ms returns FALSE -T1A80 167:051.923 JLINK_HasError() -T1A80 167:051.976 JLINK_IsHalted() -T1A80 167:053.013 - 1.070ms returns FALSE -T1A80 167:153.239 JLINK_HasError() -T1A80 167:153.329 JLINK_IsHalted() -T1A80 167:154.367 - 1.057ms returns FALSE -T1A80 167:254.635 JLINK_HasError() -T1A80 167:254.676 JLINK_IsHalted() -T1A80 167:255.826 - 1.186ms returns FALSE -T1A80 167:356.056 JLINK_HasError() -T1A80 167:356.143 JLINK_IsHalted() -T1A80 167:357.289 - 1.193ms returns FALSE -T1A80 167:458.209 JLINK_HasError() -T1A80 167:458.254 JLINK_IsHalted() -T1A80 167:459.333 - 1.098ms returns FALSE -T1A80 167:560.365 JLINK_HasError() -T1A80 167:560.448 JLINK_IsHalted() -T1A80 167:561.609 - 1.207ms returns FALSE -T1A80 167:662.403 JLINK_HasError() -T1A80 167:662.490 JLINK_IsHalted() -T1A80 167:663.543 - 1.069ms returns FALSE -T1A80 167:764.308 JLINK_HasError() -T1A80 167:764.396 JLINK_IsHalted() -T1A80 167:765.522 - 1.145ms returns FALSE -T1A80 167:865.791 JLINK_HasError() -T1A80 167:865.894 JLINK_IsHalted() -T1A80 167:867.113 - 1.255ms returns FALSE -T1A80 167:967.804 JLINK_HasError() -T1A80 167:967.841 JLINK_IsHalted() -T1A80 167:968.920 - 1.123ms returns FALSE -T1A80 168:069.565 JLINK_HasError() -T1A80 168:069.615 JLINK_IsHalted() -T1A80 168:070.612 - 1.007ms returns FALSE -T1A80 168:171.647 JLINK_HasError() -T1A80 168:171.696 JLINK_IsHalted() -T1A80 168:172.702 - 1.025ms returns FALSE -T1A80 168:273.654 JLINK_HasError() -T1A80 168:273.813 JLINK_IsHalted() -T1A80 168:275.038 - 1.270ms returns FALSE -T1A80 168:375.290 JLINK_HasError() -T1A80 168:375.377 JLINK_IsHalted() -T1A80 168:376.558 - 1.226ms returns FALSE -T1A80 168:476.794 JLINK_HasError() -T1A80 168:476.881 JLINK_IsHalted() -T1A80 168:477.985 - 1.157ms returns FALSE -T1A80 168:578.217 JLINK_HasError() -T1A80 168:578.297 JLINK_IsHalted() -T1A80 168:579.449 - 1.197ms returns FALSE -T1A80 168:680.485 JLINK_HasError() -T1A80 168:680.527 JLINK_IsHalted() -T1A80 168:681.526 - 1.007ms returns FALSE -T1A80 168:782.255 JLINK_HasError() -T1A80 168:782.311 JLINK_IsHalted() -T1A80 168:783.501 - 1.210ms returns FALSE -T1A80 168:884.186 JLINK_HasError() -T1A80 168:884.287 JLINK_IsHalted() -T1A80 168:885.477 - 1.235ms returns FALSE -T1A80 168:985.698 JLINK_HasError() -T1A80 168:985.783 JLINK_IsHalted() -T1A80 168:986.953 - 1.215ms returns FALSE -T1A80 169:087.193 JLINK_HasError() -T1A80 169:087.280 JLINK_IsHalted() -T1A80 169:088.365 - 1.105ms returns FALSE -T1A80 169:189.390 JLINK_HasError() -T1A80 169:189.441 JLINK_IsHalted() -T1A80 169:190.458 - 1.041ms returns FALSE -T1A80 169:290.651 JLINK_HasError() -T1A80 169:290.743 JLINK_IsHalted() -T1A80 169:291.850 - 1.152ms returns FALSE -T1A80 169:392.554 JLINK_HasError() -T1A80 169:392.594 JLINK_IsHalted() -T1A80 169:393.688 - 1.115ms returns FALSE -T1A80 169:493.925 JLINK_HasError() -T1A80 169:493.960 JLINK_IsHalted() -T1A80 169:495.086 - 1.171ms returns FALSE -T1A80 169:595.580 JLINK_HasError() -T1A80 169:595.654 JLINK_IsHalted() -T1A80 169:596.651 - 1.011ms returns FALSE -T1A80 169:696.766 JLINK_HasError() -T1A80 169:696.809 JLINK_IsHalted() -T1A80 169:697.905 - 1.132ms returns FALSE -T1A80 169:798.115 JLINK_HasError() -T1A80 169:798.206 JLINK_IsHalted() -T1A80 169:799.285 - 1.099ms returns FALSE -T1A80 169:900.346 JLINK_HasError() -T1A80 169:900.385 JLINK_IsHalted() -T1A80 169:901.486 - 1.120ms returns FALSE -T1A80 170:002.244 JLINK_HasError() -T1A80 170:002.328 JLINK_IsHalted() -T1A80 170:003.518 - 1.234ms returns FALSE -T1A80 170:104.259 JLINK_HasError() -T1A80 170:104.348 JLINK_IsHalted() -T1A80 170:105.508 - 1.178ms returns FALSE -T1A80 170:207.180 JLINK_HasError() -T1A80 170:207.224 JLINK_IsHalted() -T1A80 170:208.355 - 1.161ms returns FALSE -T1A80 170:308.526 JLINK_HasError() -T1A80 170:308.576 JLINK_IsHalted() -T1A80 170:309.683 - 1.126ms returns FALSE -T1A80 170:410.383 JLINK_HasError() -T1A80 170:410.474 JLINK_IsHalted() -T1A80 170:411.654 - 1.225ms returns FALSE -T1A80 170:512.585 JLINK_HasError() -T1A80 170:512.620 JLINK_IsHalted() -T1A80 170:513.731 - 1.156ms returns FALSE -T1A80 170:613.844 JLINK_HasError() -T1A80 170:613.885 JLINK_IsHalted() -T1A80 170:614.895 - 1.027ms returns FALSE -T1A80 170:715.864 JLINK_HasError() -T1A80 170:715.903 JLINK_IsHalted() -T1A80 170:717.028 - 1.149ms returns FALSE -T1A80 170:817.234 JLINK_HasError() -T1A80 170:817.314 JLINK_IsHalted() -T1A80 170:818.444 - 1.177ms returns FALSE -T1A80 170:919.029 JLINK_HasError() -T1A80 170:919.069 JLINK_IsHalted() -T1A80 170:920.106 - 1.056ms returns FALSE -T1A80 171:020.963 JLINK_HasError() -T1A80 171:021.044 JLINK_IsHalted() -T1A80 171:022.179 - 1.180ms returns FALSE -T1A80 171:122.323 JLINK_HasError() -T1A80 171:122.409 JLINK_IsHalted() -T1A80 171:123.667 - 1.303ms returns FALSE -T1A80 171:224.435 JLINK_HasError() -T1A80 171:224.470 JLINK_IsHalted() -T1A80 171:225.638 - 1.212ms returns FALSE -T1A80 171:325.822 JLINK_HasError() -T1A80 171:325.878 JLINK_IsHalted() -T1A80 171:326.927 - 1.064ms returns FALSE -T1A80 171:427.842 JLINK_HasError() -T1A80 171:427.884 JLINK_IsHalted() -T1A80 171:428.905 - 1.037ms returns FALSE -T1A80 171:529.624 JLINK_HasError() -T1A80 171:529.716 JLINK_IsHalted() -T1A80 171:530.951 - 1.254ms returns FALSE -T1A80 171:631.239 JLINK_HasError() -T1A80 171:631.291 JLINK_IsHalted() -T1A80 171:632.394 - 1.131ms returns FALSE -T1A80 171:733.178 JLINK_HasError() -T1A80 171:733.258 JLINK_IsHalted() -T1A80 171:734.432 - 1.194ms returns FALSE -T1A80 171:834.850 JLINK_HasError() -T1A80 171:834.935 JLINK_IsHalted() -T1A80 171:836.156 - 1.270ms returns FALSE -T1A80 171:936.875 JLINK_HasError() -T1A80 171:936.914 JLINK_IsHalted() -T1A80 171:938.052 - 1.183ms returns FALSE -T1A80 172:038.728 JLINK_HasError() -T1A80 172:038.814 JLINK_IsHalted() -T1A80 172:039.808 - 1.013ms returns FALSE -T1A80 172:140.692 JLINK_HasError() -T1A80 172:140.844 JLINK_IsHalted() -T1A80 172:141.992 - 1.177ms returns FALSE -T1A80 172:242.755 JLINK_HasError() -T1A80 172:242.840 JLINK_IsHalted() -T1A80 172:243.901 - 1.112ms returns FALSE -T1A80 172:345.007 JLINK_HasError() -T1A80 172:345.094 JLINK_IsHalted() -T1A80 172:346.157 - 1.073ms returns FALSE -T1A80 172:447.125 JLINK_HasError() -T1A80 172:447.169 JLINK_IsHalted() -T1A80 172:448.275 - 1.127ms returns FALSE -T1A80 172:549.057 JLINK_HasError() -T1A80 172:549.109 JLINK_IsHalted() -T1A80 172:550.142 - 1.079ms returns FALSE -T1A80 172:651.020 JLINK_HasError() -T1A80 172:651.080 JLINK_IsHalted() -T1A80 172:652.114 - 1.053ms returns FALSE -T1A80 172:752.909 JLINK_HasError() -T1A80 172:752.964 JLINK_IsHalted() -T1A80 172:754.076 - 1.133ms returns FALSE -T1A80 172:855.425 JLINK_HasError() -T1A80 172:855.503 JLINK_IsHalted() -T1A80 172:856.621 - 1.163ms returns FALSE -T1A80 172:957.057 JLINK_HasError() -T1A80 172:957.090 JLINK_IsHalted() -T1A80 172:958.112 - 1.047ms returns FALSE -T1A80 173:058.870 JLINK_HasError() -T1A80 173:058.958 JLINK_IsHalted() -T1A80 173:060.112 - 1.174ms returns FALSE -T1A80 173:160.565 JLINK_HasError() -T1A80 173:160.642 JLINK_IsHalted() -T1A80 173:161.883 - 1.286ms returns FALSE -T1A80 173:262.614 JLINK_HasError() -T1A80 173:262.652 JLINK_IsHalted() -T1A80 173:263.655 - 1.022ms returns FALSE -T1A80 173:363.797 JLINK_HasError() -T1A80 173:363.874 JLINK_IsHalted() -T1A80 173:364.974 - 1.143ms returns FALSE -T1A80 173:465.406 JLINK_HasError() -T1A80 173:465.452 JLINK_IsHalted() -T1A80 173:466.473 - 1.042ms returns FALSE -T1A80 173:567.436 JLINK_HasError() -T1A80 173:567.486 JLINK_IsHalted() -T1A80 173:568.488 - 1.020ms returns FALSE -T1A80 173:669.521 JLINK_HasError() -T1A80 173:669.566 JLINK_IsHalted() -T1A80 173:670.679 - 1.129ms returns FALSE -T1A80 173:771.120 JLINK_HasError() -T1A80 173:771.170 JLINK_IsHalted() -T1A80 173:772.217 - 1.068ms returns FALSE -T1A80 173:873.060 JLINK_HasError() -T1A80 173:873.110 JLINK_IsHalted() -T1A80 173:874.316 - 1.226ms returns FALSE -T1A80 173:974.524 JLINK_HasError() -T1A80 173:974.616 JLINK_IsHalted() -T1A80 173:975.762 - 1.169ms returns FALSE -T1A80 174:076.493 JLINK_HasError() -T1A80 174:076.571 JLINK_IsHalted() -T1A80 174:077.764 - 1.226ms returns FALSE -T1A80 174:177.975 JLINK_HasError() -T1A80 174:178.062 JLINK_IsHalted() -T1A80 174:179.233 - 1.206ms returns FALSE -T1A80 174:280.109 JLINK_HasError() -T1A80 174:280.163 JLINK_IsHalted() -T1A80 174:281.270 - 1.137ms returns FALSE -T1A80 174:381.934 JLINK_HasError() -T1A80 174:381.993 JLINK_IsHalted() -T1A80 174:383.174 - 1.213ms returns FALSE -T1A80 174:483.574 JLINK_HasError() -T1A80 174:483.615 JLINK_IsHalted() -T1A80 174:484.633 - 1.047ms returns FALSE -T1A80 174:585.532 JLINK_HasError() -T1A80 174:585.618 JLINK_IsHalted() -T1A80 174:586.826 - 1.248ms returns FALSE -T1A80 174:687.281 JLINK_HasError() -T1A80 174:687.327 JLINK_IsHalted() -T1A80 174:688.327 - 1.035ms returns FALSE -T1A80 174:788.925 JLINK_HasError() -T1A80 174:788.967 JLINK_IsHalted() -T1A80 174:790.072 - 1.128ms returns FALSE -T1A80 174:890.433 JLINK_HasError() -T1A80 174:890.558 JLINK_IsHalted() -T1A80 174:891.704 - 1.179ms returns FALSE -T1A80 174:992.726 JLINK_HasError() -T1A80 174:992.775 JLINK_IsHalted() -T1A80 174:993.793 - 1.029ms returns FALSE -T1A80 175:110.062 JLINK_HasError() -T1A80 175:111.224 JLINK_IsHalted() -T1A80 175:130.660 - 19.465ms returns FALSE -T1A80 175:231.356 JLINK_HasError() -T1A80 175:231.445 JLINK_IsHalted() -T1A80 175:232.518 - 1.094ms returns FALSE -T1A80 175:333.320 JLINK_HasError() -T1A80 175:333.370 JLINK_IsHalted() -T1A80 175:335.428 - 2.084ms returns FALSE -T1A80 175:436.319 JLINK_HasError() -T1A80 175:436.365 JLINK_IsHalted() -T1A80 175:437.489 - 1.140ms returns FALSE -T1A80 175:538.318 JLINK_HasError() -T1A80 175:538.367 JLINK_IsHalted() -T1A80 175:539.591 - 1.249ms returns FALSE -T1A80 175:666.966 JLINK_HasError() -T1A80 175:667.014 JLINK_IsHalted() -T1A80 175:669.762 - 4.469ms returns FALSE -T1A80 175:773.102 JLINK_HasError() -T1A80 175:773.141 JLINK_IsHalted() -T1A80 175:774.193 - 1.067ms returns FALSE -T1A80 175:875.090 JLINK_HasError() -T1A80 175:875.197 JLINK_IsHalted() -T1A80 175:876.301 - 1.117ms returns FALSE -T1A80 175:977.135 JLINK_HasError() -T1A80 175:977.172 JLINK_IsHalted() -T1A80 175:978.170 - 1.023ms returns FALSE -T1A80 176:079.387 JLINK_HasError() -T1A80 176:079.465 JLINK_IsHalted() -T1A80 176:080.582 - 1.138ms returns FALSE -T1A80 176:181.152 JLINK_HasError() -T1A80 176:181.196 JLINK_IsHalted() -T1A80 176:182.285 - 1.103ms returns FALSE -T1A80 176:283.173 JLINK_HasError() -T1A80 176:283.220 JLINK_IsHalted() -T1A80 176:284.249 - 1.056ms returns FALSE -T1A80 176:385.149 JLINK_HasError() -T1A80 176:385.197 JLINK_IsHalted() -T1A80 176:386.256 - 1.093ms returns FALSE -T1A80 176:487.200 JLINK_HasError() -T1A80 176:487.250 JLINK_IsHalted() -T1A80 176:488.395 - 1.163ms returns FALSE -T1A80 176:589.368 JLINK_HasError() -T1A80 176:589.431 JLINK_IsHalted() -T1A80 176:590.485 - 1.087ms returns FALSE -T1A80 176:691.106 JLINK_HasError() -T1A80 176:691.149 JLINK_IsHalted() -T1A80 176:692.270 - 1.142ms returns FALSE -T1A80 176:793.041 JLINK_HasError() -T1A80 176:793.138 JLINK_IsHalted() -T1A80 176:794.176 - 1.059ms returns FALSE -T1A80 176:894.931 JLINK_HasError() -T1A80 176:895.016 JLINK_IsHalted() -T1A80 176:896.132 - 1.135ms returns FALSE -T1A80 176:997.297 JLINK_HasError() -T1A80 176:997.386 JLINK_IsHalted() -T1A80 176:998.484 - 1.108ms returns FALSE -T1A80 177:099.271 JLINK_HasError() -T1A80 177:099.362 JLINK_IsHalted() -T1A80 177:100.356 - 1.016ms returns FALSE -T1A80 177:200.501 JLINK_HasError() -T1A80 177:200.597 JLINK_IsHalted() -T1A80 177:201.598 - 1.023ms returns FALSE -T1A80 177:302.368 JLINK_HasError() -T1A80 177:302.461 JLINK_IsHalted() -T1A80 177:303.527 - 1.099ms returns FALSE -T1A80 177:404.538 JLINK_HasError() -T1A80 177:404.623 JLINK_IsHalted() -T1A80 177:405.725 - 1.146ms returns FALSE -T1A80 177:506.507 JLINK_HasError() -T1A80 177:506.594 JLINK_IsHalted() -T1A80 177:507.679 - 1.143ms returns FALSE -T1A80 177:608.266 JLINK_HasError() -T1A80 177:608.345 JLINK_IsHalted() -T1A80 177:609.468 - 1.158ms returns FALSE -T1A80 177:710.239 JLINK_HasError() -T1A80 177:710.350 JLINK_IsHalted() -T1A80 177:711.398 - 1.078ms returns FALSE -T1A80 177:811.616 JLINK_HasError() -T1A80 177:811.705 JLINK_IsHalted() -T1A80 177:812.841 - 1.158ms returns FALSE -T1A80 177:913.000 JLINK_HasError() -T1A80 177:913.079 JLINK_IsHalted() -T1A80 177:914.256 - 1.197ms returns FALSE -T1A80 178:015.362 JLINK_HasError() -T1A80 178:015.445 JLINK_IsHalted() -T1A80 178:016.501 - 1.075ms returns FALSE -T1A80 178:116.717 JLINK_HasError() -T1A80 178:116.804 JLINK_IsHalted() -T1A80 178:117.784 - 1.001ms returns FALSE -T1A80 178:218.860 JLINK_HasError() -T1A80 178:218.939 JLINK_IsHalted() -T1A80 178:220.130 - 1.211ms returns FALSE -T1A80 178:320.814 JLINK_HasError() -T1A80 178:320.855 JLINK_IsHalted() -T1A80 178:321.841 - 0.996ms returns FALSE -T1A80 178:422.596 JLINK_HasError() -T1A80 178:422.686 JLINK_IsHalted() -T1A80 178:423.791 - 1.159ms returns FALSE -T1A80 178:524.118 JLINK_HasError() -T1A80 178:524.154 JLINK_IsHalted() -T1A80 178:525.248 - 1.123ms returns FALSE -T1A80 178:626.186 JLINK_HasError() -T1A80 178:626.230 JLINK_IsHalted() -T1A80 178:627.264 - 1.053ms returns FALSE -T1A80 178:727.518 JLINK_HasError() -T1A80 178:727.595 JLINK_IsHalted() -T1A80 178:728.736 - 1.182ms returns FALSE -T1A80 178:829.535 JLINK_HasError() -T1A80 178:829.625 JLINK_IsHalted() -T1A80 178:830.686 - 1.103ms returns FALSE -T1A80 178:931.410 JLINK_HasError() -T1A80 178:931.468 JLINK_IsHalted() -T1A80 178:932.516 - 1.082ms returns FALSE -T1A80 179:032.714 JLINK_HasError() -T1A80 179:032.798 JLINK_IsHalted() -T1A80 179:033.912 - 1.159ms returns FALSE -T1A80 179:134.931 JLINK_HasError() -T1A80 179:135.028 JLINK_IsHalted() -T1A80 179:136.065 - 1.056ms returns FALSE -T1A80 179:236.487 JLINK_HasError() -T1A80 179:236.565 JLINK_IsHalted() -T1A80 179:237.734 - 1.198ms returns FALSE -T1A80 179:338.365 JLINK_HasError() -T1A80 179:338.408 JLINK_IsHalted() -T1A80 179:339.470 - 1.104ms returns FALSE -T1A80 179:440.444 JLINK_HasError() -T1A80 179:440.526 JLINK_IsHalted() -T1A80 179:441.778 - 1.297ms returns FALSE -T1A80 179:542.076 JLINK_HasError() -T1A80 179:542.162 JLINK_IsHalted() -T1A80 179:543.189 - 1.046ms returns FALSE -T1A80 179:643.583 JLINK_HasError() -T1A80 179:643.630 JLINK_IsHalted() -T1A80 179:644.590 - 0.990ms returns FALSE -T1A80 179:744.803 JLINK_HasError() -T1A80 179:744.893 JLINK_IsHalted() -T1A80 179:746.117 - 1.270ms returns FALSE -T1A80 179:846.381 JLINK_HasError() -T1A80 179:846.485 JLINK_IsHalted() -T1A80 179:847.690 - 1.254ms returns FALSE -T1A80 179:948.589 JLINK_HasError() -T1A80 179:948.637 JLINK_IsHalted() -T1A80 179:949.709 - 1.092ms returns FALSE -T1A80 180:050.645 JLINK_HasError() -T1A80 180:050.738 JLINK_IsHalted() -T1A80 180:051.924 - 1.209ms returns FALSE -T1A80 180:152.147 JLINK_HasError() -T1A80 180:152.235 JLINK_IsHalted() -T1A80 180:153.414 - 1.210ms returns FALSE -T1A80 180:253.983 JLINK_HasError() -T1A80 180:254.018 JLINK_IsHalted() -T1A80 180:255.072 - 1.073ms returns FALSE -T1A80 180:355.283 JLINK_HasError() -T1A80 180:355.371 JLINK_IsHalted() -T1A80 180:356.514 - 1.188ms returns FALSE -T1A80 180:456.864 JLINK_HasError() -T1A80 180:456.941 JLINK_IsHalted() -T1A80 180:458.007 - 1.086ms returns FALSE -T1A80 180:558.700 JLINK_HasError() -T1A80 180:558.731 JLINK_IsHalted() -T1A80 180:559.834 - 1.157ms returns FALSE -T1A80 180:660.791 JLINK_HasError() -T1A80 180:660.836 JLINK_IsHalted() -T1A80 180:661.895 - 1.080ms returns FALSE -T1A80 180:762.733 JLINK_HasError() -T1A80 180:762.785 JLINK_IsHalted() -T1A80 180:763.969 - 1.222ms returns FALSE -T1A80 180:864.201 JLINK_HasError() -T1A80 180:864.284 JLINK_IsHalted() -T1A80 180:865.511 - 1.279ms returns FALSE -T1A80 180:966.331 JLINK_HasError() -T1A80 180:966.409 JLINK_IsHalted() -T1A80 180:967.568 - 1.193ms returns FALSE -T1A80 181:068.250 JLINK_HasError() -T1A80 181:068.301 JLINK_IsHalted() -T1A80 181:069.385 - 1.104ms returns FALSE -T1A80 181:170.339 JLINK_HasError() -T1A80 181:170.433 JLINK_IsHalted() -T1A80 181:171.445 - 1.057ms returns FALSE -T1A80 181:272.565 JLINK_HasError() -T1A80 181:272.653 JLINK_IsHalted() -T1A80 181:273.777 - 1.159ms returns FALSE -T1A80 181:374.074 JLINK_HasError() -T1A80 181:374.138 JLINK_IsHalted() -T1A80 181:375.234 - 1.116ms returns FALSE -T1A80 181:475.437 JLINK_HasError() -T1A80 181:475.475 JLINK_IsHalted() -T1A80 181:476.534 - 1.078ms returns FALSE -T1A80 181:576.951 JLINK_HasError() -T1A80 181:577.040 JLINK_IsHalted() -T1A80 181:578.192 - 1.197ms returns FALSE -T1A80 181:678.874 JLINK_HasError() -T1A80 181:678.914 JLINK_IsHalted() -T1A80 181:680.014 - 1.115ms returns FALSE -T1A80 181:780.404 JLINK_HasError() -T1A80 181:780.494 JLINK_IsHalted() -T1A80 181:781.729 - 1.255ms returns FALSE -T1A80 181:881.946 JLINK_HasError() -T1A80 181:882.024 JLINK_IsHalted() -T1A80 181:883.162 - 1.191ms returns FALSE -T1A80 181:983.395 JLINK_HasError() -T1A80 181:983.473 JLINK_IsHalted() -T1A80 181:984.597 - 1.169ms returns FALSE -T1A80 182:084.843 JLINK_HasError() -T1A80 182:084.932 JLINK_IsHalted() -T1A80 182:086.169 - 1.282ms returns FALSE -T1A80 182:186.436 JLINK_HasError() -T1A80 182:186.523 JLINK_IsHalted() -T1A80 182:187.823 - 1.319ms returns FALSE -T1A80 182:287.937 JLINK_HasError() -T1A80 182:288.016 JLINK_IsHalted() -T1A80 182:289.073 - 1.072ms returns FALSE -T1A80 182:390.059 JLINK_HasError() -T1A80 182:390.152 JLINK_IsHalted() -T1A80 182:391.328 - 1.220ms returns FALSE -T1A80 182:491.574 JLINK_HasError() -T1A80 182:491.654 JLINK_IsHalted() -T1A80 182:492.824 - 1.222ms returns FALSE -T1A80 182:592.957 JLINK_HasError() -T1A80 182:592.999 JLINK_IsHalted() -T1A80 182:594.041 - 1.057ms returns FALSE -T1A80 182:694.972 JLINK_HasError() -T1A80 182:695.009 JLINK_IsHalted() -T1A80 182:696.025 - 1.031ms returns FALSE -T1A80 182:796.159 JLINK_HasError() -T1A80 182:796.247 JLINK_IsHalted() -T1A80 182:797.205 - 0.977ms returns FALSE -T1A80 182:897.583 JLINK_HasError() -T1A80 182:897.625 JLINK_IsHalted() -T1A80 182:898.708 - 1.102ms returns FALSE -T1A80 182:999.204 JLINK_HasError() -T1A80 182:999.284 JLINK_IsHalted() -T1A80 183:000.422 - 1.182ms returns FALSE -T1A80 183:100.613 JLINK_HasError() -T1A80 183:100.658 JLINK_IsHalted() -T1A80 183:101.731 - 1.092ms returns FALSE -T1A80 183:202.548 JLINK_HasError() -T1A80 183:202.598 JLINK_IsHalted() -T1A80 183:203.673 - 1.085ms returns FALSE -T1A80 183:303.952 JLINK_HasError() -T1A80 183:304.051 JLINK_IsHalted() -T1A80 183:305.237 - 1.226ms returns FALSE -T1A80 183:405.642 JLINK_HasError() -T1A80 183:405.699 JLINK_IsHalted() -T1A80 183:406.782 - 1.109ms returns FALSE -T1A80 183:507.680 JLINK_HasError() -T1A80 183:507.769 JLINK_IsHalted() -T1A80 183:508.934 - 1.210ms returns FALSE -T1A80 183:609.524 JLINK_HasError() -T1A80 183:609.566 JLINK_IsHalted() -T1A80 183:610.629 - 1.086ms returns FALSE -T1A80 183:711.523 JLINK_HasError() -T1A80 183:711.561 JLINK_IsHalted() -T1A80 183:712.606 - 1.060ms returns FALSE -T1A80 183:812.802 JLINK_HasError() -T1A80 183:812.889 JLINK_IsHalted() -T1A80 183:814.023 - 1.178ms returns FALSE -T1A80 183:914.152 JLINK_HasError() -T1A80 183:914.244 JLINK_IsHalted() -T1A80 183:915.383 - 1.184ms returns FALSE -T1A80 184:015.915 JLINK_HasError() -T1A80 184:015.962 JLINK_IsHalted() -T1A80 184:017.148 - 1.224ms returns FALSE -T1A80 184:118.159 JLINK_HasError() -T1A80 184:118.193 JLINK_IsHalted() -T1A80 184:119.303 - 1.130ms returns FALSE -T1A80 184:220.373 JLINK_HasError() -T1A80 184:220.460 JLINK_IsHalted() -T1A80 184:221.626 - 1.211ms returns FALSE -T1A80 184:322.506 JLINK_HasError() -T1A80 184:322.557 JLINK_IsHalted() -T1A80 184:323.673 - 1.127ms returns FALSE -T1A80 184:423.781 JLINK_HasError() -T1A80 184:423.833 JLINK_IsHalted() -T1A80 184:424.894 - 1.097ms returns FALSE -T1A80 184:525.169 JLINK_HasError() -T1A80 184:525.251 JLINK_IsHalted() -T1A80 184:526.393 - 1.193ms returns FALSE -T1A80 184:626.604 JLINK_HasError() -T1A80 184:626.646 JLINK_IsHalted() -T1A80 184:627.660 - 1.061ms returns FALSE -T1A80 184:728.845 JLINK_HasError() -T1A80 184:728.935 JLINK_IsHalted() -T1A80 184:729.997 - 1.113ms returns FALSE -T1A80 184:830.377 JLINK_HasError() -T1A80 184:830.462 JLINK_IsHalted() -T1A80 184:831.571 - 1.145ms returns FALSE -T1A80 184:932.294 JLINK_HasError() -T1A80 184:932.326 JLINK_IsHalted() -T1A80 184:933.304 - 0.997ms returns FALSE -T1A80 185:033.520 JLINK_HasError() -T1A80 185:033.610 JLINK_IsHalted() -T1A80 185:034.731 - 1.169ms returns FALSE -T1A80 185:135.530 JLINK_HasError() -T1A80 185:135.629 JLINK_IsHalted() -T1A80 185:136.743 - 1.153ms returns FALSE -T1A80 185:236.963 JLINK_HasError() -T1A80 185:237.052 JLINK_IsHalted() -T1A80 185:238.186 - 1.179ms returns FALSE -T1A80 185:338.583 JLINK_HasError() -T1A80 185:338.654 JLINK_IsHalted() -T1A80 185:339.681 - 1.048ms returns FALSE -T1A80 185:440.626 JLINK_HasError() -T1A80 185:440.723 JLINK_IsHalted() -T1A80 185:441.800 - 1.097ms returns FALSE -T1A80 185:542.956 JLINK_HasError() -T1A80 185:543.049 JLINK_IsHalted() -T1A80 185:544.148 - 1.143ms returns FALSE -T1A80 185:644.665 JLINK_HasError() -T1A80 185:644.712 JLINK_IsHalted() -T1A80 185:645.719 - 1.026ms returns FALSE -T1A80 185:745.937 JLINK_HasError() -T1A80 185:746.029 JLINK_IsHalted() -T1A80 185:747.169 - 1.185ms returns FALSE -T1A80 185:847.996 JLINK_HasError() -T1A80 185:848.042 JLINK_IsHalted() -T1A80 185:849.132 - 1.137ms returns FALSE -T1A80 185:949.304 JLINK_HasError() -T1A80 185:949.383 JLINK_IsHalted() -T1A80 185:950.477 - 1.138ms returns FALSE -T1A80 186:051.284 JLINK_HasError() -T1A80 186:051.389 JLINK_IsHalted() -T1A80 186:052.384 - 1.008ms returns FALSE -T1A80 186:152.574 JLINK_HasError() -T1A80 186:152.656 JLINK_IsHalted() -T1A80 186:153.821 - 1.219ms returns FALSE -T1A80 186:254.713 JLINK_HasError() -T1A80 186:254.743 JLINK_IsHalted() -T1A80 186:255.815 - 1.091ms returns FALSE -T1A80 186:356.537 JLINK_HasError() -T1A80 186:356.594 JLINK_IsHalted() -T1A80 186:357.701 - 1.144ms returns FALSE -T1A80 186:458.605 JLINK_HasError() -T1A80 186:458.653 JLINK_IsHalted() -T1A80 186:459.659 - 1.026ms returns FALSE -T1A80 186:560.696 JLINK_HasError() -T1A80 186:560.744 JLINK_IsHalted() -T1A80 186:561.854 - 1.146ms returns FALSE -T1A80 186:662.207 JLINK_HasError() -T1A80 186:662.295 JLINK_IsHalted() -T1A80 186:663.328 - 1.052ms returns FALSE -T1A80 186:763.487 JLINK_HasError() -T1A80 186:763.575 JLINK_IsHalted() -T1A80 186:764.766 - 1.236ms returns FALSE -T1A80 186:865.034 JLINK_HasError() -T1A80 186:865.083 JLINK_IsHalted() -T1A80 186:866.179 - 1.111ms returns FALSE -T1A80 186:966.820 JLINK_HasError() -T1A80 186:966.864 JLINK_IsHalted() -T1A80 186:967.875 - 1.036ms returns FALSE -T1A80 187:068.785 JLINK_HasError() -T1A80 187:068.909 JLINK_IsHalted() -T1A80 187:070.030 - 1.147ms returns FALSE -T1A80 187:171.035 JLINK_HasError() -T1A80 187:171.122 JLINK_IsHalted() -T1A80 187:172.356 - 1.279ms returns FALSE -T1A80 187:273.084 JLINK_HasError() -T1A80 187:273.117 JLINK_IsHalted() -T1A80 187:274.179 - 1.112ms returns FALSE -T1A80 187:375.312 JLINK_HasError() -T1A80 187:375.399 JLINK_IsHalted() -T1A80 187:376.445 - 1.082ms returns FALSE -T1A80 187:477.054 JLINK_HasError() -T1A80 187:477.124 JLINK_IsHalted() -T1A80 187:478.251 - 1.147ms returns FALSE -T1A80 187:579.315 JLINK_HasError() -T1A80 187:579.404 JLINK_IsHalted() -T1A80 187:580.511 - 1.126ms returns FALSE -T1A80 187:681.403 JLINK_HasError() -T1A80 187:681.443 JLINK_IsHalted() -T1A80 187:682.558 - 1.129ms returns FALSE -T1A80 187:783.301 JLINK_HasError() -T1A80 187:783.362 JLINK_IsHalted() -T1A80 187:784.448 - 1.108ms returns FALSE -T1A80 187:884.600 JLINK_HasError() -T1A80 187:884.686 JLINK_IsHalted() -T1A80 187:885.839 - 1.182ms returns FALSE -T1A80 187:986.904 JLINK_HasError() -T1A80 187:986.991 JLINK_IsHalted() -T1A80 187:988.203 - 1.260ms returns FALSE -T1A80 188:088.375 JLINK_HasError() -T1A80 188:088.461 JLINK_IsHalted() -T1A80 188:089.552 - 1.126ms returns FALSE -T1A80 188:190.554 JLINK_HasError() -T1A80 188:190.643 JLINK_IsHalted() -T1A80 188:191.827 - 1.218ms returns FALSE -T1A80 188:292.897 JLINK_HasError() -T1A80 188:292.988 JLINK_IsHalted() -T1A80 188:294.213 - 1.273ms returns FALSE -T1A80 188:395.150 JLINK_HasError() -T1A80 188:395.209 JLINK_IsHalted() -T1A80 188:396.381 - 1.202ms returns FALSE -T1A80 188:497.155 JLINK_HasError() -T1A80 188:497.242 JLINK_IsHalted() -T1A80 188:498.345 - 1.147ms returns FALSE -T1A80 188:598.863 JLINK_HasError() -T1A80 188:598.906 JLINK_IsHalted() -T1A80 188:599.940 - 1.054ms returns FALSE -T1A80 188:700.978 JLINK_HasError() -T1A80 188:701.022 JLINK_IsHalted() -T1A80 188:702.024 - 1.022ms returns FALSE -T1A80 188:802.234 JLINK_HasError() -T1A80 188:802.320 JLINK_IsHalted() -T1A80 188:803.497 - 1.214ms returns FALSE -T1A80 188:904.008 JLINK_HasError() -T1A80 188:904.098 JLINK_IsHalted() -T1A80 188:905.141 - 1.063ms returns FALSE -T1A80 189:005.408 JLINK_HasError() -T1A80 189:005.497 JLINK_IsHalted() -T1A80 189:006.726 - 1.274ms returns FALSE -T1A80 189:106.960 JLINK_HasError() -T1A80 189:107.038 JLINK_IsHalted() -T1A80 189:108.096 - 1.086ms returns FALSE -T1A80 189:208.255 JLINK_HasError() -T1A80 189:208.345 JLINK_IsHalted() -T1A80 189:209.551 - 1.251ms returns FALSE -T1A80 189:310.532 JLINK_HasError() -T1A80 189:310.630 JLINK_IsHalted() -T1A80 189:311.670 - 1.053ms returns FALSE -T1A80 189:412.822 JLINK_HasError() -T1A80 189:412.909 JLINK_IsHalted() -T1A80 189:413.948 - 1.059ms returns FALSE -T1A80 189:515.046 JLINK_HasError() -T1A80 189:515.152 JLINK_IsHalted() -T1A80 189:516.332 - 1.225ms returns FALSE -T1A80 189:616.554 JLINK_HasError() -T1A80 189:616.598 JLINK_IsHalted() -T1A80 189:617.645 - 1.071ms returns FALSE -T1A80 189:718.552 JLINK_HasError() -T1A80 189:718.601 JLINK_IsHalted() -T1A80 189:719.675 - 1.142ms returns FALSE -T1A80 189:820.636 JLINK_HasError() -T1A80 189:820.678 JLINK_IsHalted() -T1A80 189:821.830 - 1.171ms returns FALSE -T1A80 189:922.125 JLINK_HasError() -T1A80 189:922.166 JLINK_IsHalted() -T1A80 189:923.289 - 1.168ms returns FALSE -T1A80 190:023.704 JLINK_HasError() -T1A80 190:023.791 JLINK_IsHalted() -T1A80 190:024.963 - 1.218ms returns FALSE -T1A80 190:125.932 JLINK_HasError() -T1A80 190:126.024 JLINK_IsHalted() -T1A80 190:127.152 - 1.156ms returns FALSE -T1A80 190:227.375 JLINK_HasError() -T1A80 190:227.460 JLINK_IsHalted() -T1A80 190:228.607 - 1.164ms returns FALSE -T1A80 190:328.974 JLINK_HasError() -T1A80 190:329.019 JLINK_IsHalted() -T1A80 190:330.145 - 1.145ms returns FALSE -T1A80 190:430.352 JLINK_HasError() -T1A80 190:430.439 JLINK_IsHalted() -T1A80 190:431.564 - 1.135ms returns FALSE -T1A80 190:532.236 JLINK_HasError() -T1A80 190:532.273 JLINK_IsHalted() -T1A80 190:533.381 - 1.152ms returns FALSE -T1A80 190:634.321 JLINK_HasError() -T1A80 190:634.367 JLINK_IsHalted() -T1A80 190:635.429 - 1.082ms returns FALSE -T1A80 190:736.408 JLINK_HasError() -T1A80 190:736.462 JLINK_IsHalted() -T1A80 190:737.520 - 1.079ms returns FALSE -T1A80 190:837.735 JLINK_HasError() -T1A80 190:837.829 JLINK_IsHalted() -T1A80 190:839.006 - 1.196ms returns FALSE -T1A80 190:939.205 JLINK_HasError() -T1A80 190:939.290 JLINK_IsHalted() -T1A80 190:940.390 - 1.156ms returns FALSE -T1A80 191:041.678 JLINK_HasError() -T1A80 191:041.783 JLINK_IsHalted() -T1A80 191:043.147 - 1.384ms returns FALSE -T1A80 191:143.495 JLINK_HasError() -T1A80 191:143.579 JLINK_IsHalted() -T1A80 191:144.620 - 1.088ms returns FALSE -T1A80 191:245.490 JLINK_HasError() -T1A80 191:245.533 JLINK_IsHalted() -T1A80 191:246.597 - 1.077ms returns FALSE -T1A80 191:346.715 JLINK_HasError() -T1A80 191:346.760 JLINK_IsHalted() -T1A80 191:347.895 - 1.180ms returns FALSE -T1A80 191:448.690 JLINK_HasError() -T1A80 191:448.777 JLINK_IsHalted() -T1A80 191:449.956 - 1.198ms returns FALSE -T1A80 191:550.932 JLINK_HasError() -T1A80 191:551.017 JLINK_IsHalted() -T1A80 191:552.045 - 1.062ms returns FALSE -T1A80 191:652.511 JLINK_HasError() -T1A80 191:652.555 JLINK_IsHalted() -T1A80 191:653.604 - 1.069ms returns FALSE -T1A80 191:754.623 JLINK_HasError() -T1A80 191:754.713 JLINK_IsHalted() -T1A80 191:755.896 - 1.203ms returns FALSE -T1A80 191:856.542 JLINK_HasError() -T1A80 191:856.596 JLINK_IsHalted() -T1A80 191:857.621 - 1.035ms returns FALSE -T1A80 191:958.464 JLINK_HasError() -T1A80 191:958.522 JLINK_IsHalted() -T1A80 191:959.606 - 1.104ms returns FALSE -T1A80 192:060.352 JLINK_HasError() -T1A80 192:060.389 JLINK_IsHalted() -T1A80 192:061.478 - 1.124ms returns FALSE -T1A80 192:162.391 JLINK_HasError() -T1A80 192:162.482 JLINK_IsHalted() -T1A80 192:163.580 - 1.108ms returns FALSE -T1A80 192:263.695 JLINK_HasError() -T1A80 192:263.736 JLINK_IsHalted() -T1A80 192:264.801 - 1.084ms returns FALSE -T1A80 192:365.550 JLINK_HasError() -T1A80 192:365.631 JLINK_IsHalted() -T1A80 192:366.677 - 1.073ms returns FALSE -T1A80 192:467.693 JLINK_HasError() -T1A80 192:467.778 JLINK_IsHalted() -T1A80 192:468.949 - 1.216ms returns FALSE -T1A80 192:569.754 JLINK_HasError() -T1A80 192:569.824 JLINK_IsHalted() -T1A80 192:570.900 - 1.089ms returns FALSE -T1A80 192:671.683 JLINK_HasError() -T1A80 192:671.777 JLINK_IsHalted() -T1A80 192:672.881 - 1.126ms returns FALSE -T1A80 192:773.157 JLINK_HasError() -T1A80 192:773.248 JLINK_IsHalted() -T1A80 192:774.220 - 1.022ms returns FALSE -T1A80 192:874.471 JLINK_HasError() -T1A80 192:874.554 JLINK_IsHalted() -T1A80 192:875.695 - 1.186ms returns FALSE -T1A80 192:976.185 JLINK_HasError() -T1A80 192:976.239 JLINK_IsHalted() -T1A80 192:977.339 - 1.114ms returns FALSE -T1A80 193:077.393 JLINK_HasError() -T1A80 193:077.429 JLINK_IsHalted() -T1A80 193:078.583 - 1.206ms returns FALSE -T1A80 193:178.838 JLINK_HasError() -T1A80 193:178.879 JLINK_IsHalted() -T1A80 193:179.922 - 1.061ms returns FALSE -T1A80 193:281.024 JLINK_HasError() -T1A80 193:281.072 JLINK_IsHalted() -T1A80 193:282.256 - 1.228ms returns FALSE -T1A80 193:383.130 JLINK_HasError() -T1A80 193:383.208 JLINK_IsHalted() -T1A80 193:384.346 - 1.184ms returns FALSE -T1A80 193:485.090 JLINK_HasError() -T1A80 193:485.129 JLINK_IsHalted() -T1A80 193:486.230 - 1.147ms returns FALSE -T1A80 193:586.962 JLINK_HasError() -T1A80 193:586.999 JLINK_IsHalted() -T1A80 193:588.027 - 1.072ms returns FALSE -T1A80 193:688.743 JLINK_HasError() -T1A80 193:688.799 JLINK_IsHalted() -T1A80 193:689.868 - 1.090ms returns FALSE -T1A80 193:790.402 JLINK_HasError() -T1A80 193:790.494 JLINK_IsHalted() -T1A80 193:791.699 - 1.250ms returns FALSE -T1A80 193:891.952 JLINK_HasError() -T1A80 193:892.035 JLINK_IsHalted() -T1A80 193:893.116 - 1.126ms returns FALSE -T1A80 193:994.167 JLINK_HasError() -T1A80 193:994.218 JLINK_IsHalted() -T1A80 193:995.350 - 1.167ms returns FALSE -T1A80 194:096.507 JLINK_HasError() -T1A80 194:096.601 JLINK_IsHalted() -T1A80 194:097.669 - 1.089ms returns FALSE -T1A80 194:197.912 JLINK_HasError() -T1A80 194:197.996 JLINK_IsHalted() -T1A80 194:199.049 - 1.063ms returns FALSE -T1A80 194:299.182 JLINK_HasError() -T1A80 194:299.233 JLINK_IsHalted() -T1A80 194:300.306 - 1.109ms returns FALSE -T1A80 194:401.105 JLINK_HasError() -T1A80 194:401.190 JLINK_IsHalted() -T1A80 194:402.362 - 1.205ms returns FALSE -T1A80 194:503.326 JLINK_HasError() -T1A80 194:503.367 JLINK_IsHalted() -T1A80 194:504.413 - 1.091ms returns FALSE -T1A80 194:604.574 JLINK_HasError() -T1A80 194:604.610 JLINK_IsHalted() -T1A80 194:605.622 - 1.038ms returns FALSE -T1A80 194:705.909 JLINK_HasError() -T1A80 194:705.989 JLINK_IsHalted() -T1A80 194:707.162 - 1.200ms returns FALSE -T1A80 194:808.005 JLINK_HasError() -T1A80 194:808.048 JLINK_IsHalted() -T1A80 194:809.086 - 1.058ms returns FALSE -T1A80 194:909.826 JLINK_HasError() -T1A80 194:909.923 JLINK_IsHalted() -T1A80 194:910.966 - 1.062ms returns FALSE -T1A80 195:011.995 JLINK_HasError() -T1A80 195:012.081 JLINK_IsHalted() -T1A80 195:013.138 - 1.076ms returns FALSE -T1A80 195:113.230 JLINK_HasError() -T1A80 195:113.280 JLINK_IsHalted() -T1A80 195:114.301 - 1.045ms returns FALSE -T1A80 195:214.522 JLINK_HasError() -T1A80 195:214.612 JLINK_IsHalted() -T1A80 195:215.711 - 1.143ms returns FALSE -T1A80 195:316.153 JLINK_HasError() -T1A80 195:316.202 JLINK_IsHalted() -T1A80 195:317.205 - 1.030ms returns FALSE -T1A80 195:419.925 JLINK_HasError() -T1A80 195:420.014 JLINK_IsHalted() -T1A80 195:421.221 - 1.241ms returns FALSE -T1A80 195:521.439 JLINK_HasError() -T1A80 195:521.519 JLINK_IsHalted() -T1A80 195:522.695 - 1.222ms returns FALSE -T1A80 195:622.936 JLINK_HasError() -T1A80 195:622.980 JLINK_IsHalted() -T1A80 195:624.132 - 1.170ms returns FALSE -T1A80 195:724.348 JLINK_HasError() -T1A80 195:724.437 JLINK_IsHalted() -T1A80 195:725.640 - 1.222ms returns FALSE -T1A80 195:826.076 JLINK_HasError() -T1A80 195:826.111 JLINK_IsHalted() -T1A80 195:827.255 - 1.164ms returns FALSE -T1A80 195:928.009 JLINK_HasError() -T1A80 195:928.097 JLINK_IsHalted() -T1A80 195:929.275 - 1.198ms returns FALSE -T1A80 196:030.406 JLINK_HasError() -T1A80 196:030.484 JLINK_IsHalted() -T1A80 196:031.602 - 1.164ms returns FALSE -T1A80 196:132.536 JLINK_HasError() -T1A80 196:132.651 JLINK_IsHalted() -T1A80 196:133.784 - 1.153ms returns FALSE -T1A80 196:234.058 JLINK_HasError() -T1A80 196:234.110 JLINK_IsHalted() -T1A80 196:235.232 - 1.167ms returns FALSE -T1A80 196:335.394 JLINK_HasError() -T1A80 196:335.434 JLINK_IsHalted() -T1A80 196:336.698 - 1.309ms returns FALSE -T1A80 196:437.520 JLINK_HasError() -T1A80 196:437.565 JLINK_IsHalted() -T1A80 196:438.611 - 1.054ms returns FALSE -T1A80 196:539.556 JLINK_HasError() -T1A80 196:539.649 JLINK_IsHalted() -T1A80 196:540.769 - 1.138ms returns FALSE -T1A80 196:641.218 JLINK_HasError() -T1A80 196:641.269 JLINK_IsHalted() -T1A80 196:642.344 - 1.090ms returns FALSE -T1A80 196:743.019 JLINK_HasError() -T1A80 196:743.054 JLINK_IsHalted() -T1A80 196:744.155 - 1.146ms returns FALSE -T1A80 196:844.985 JLINK_HasError() -T1A80 196:845.076 JLINK_IsHalted() -T1A80 196:846.045 - 0.982ms returns FALSE -T1A80 196:946.571 JLINK_HasError() -T1A80 196:946.618 JLINK_IsHalted() -T1A80 196:947.686 - 1.105ms returns FALSE -T1A80 197:047.909 JLINK_HasError() -T1A80 197:047.994 JLINK_IsHalted() -T1A80 197:049.197 - 1.222ms returns FALSE -T1A80 197:149.327 JLINK_HasError() -T1A80 197:149.406 JLINK_IsHalted() -T1A80 197:150.574 - 1.216ms returns FALSE -T1A80 197:251.401 JLINK_HasError() -T1A80 197:251.452 JLINK_IsHalted() -T1A80 197:252.517 - 1.099ms returns FALSE -T1A80 197:353.398 JLINK_HasError() -T1A80 197:353.443 JLINK_IsHalted() -T1A80 197:354.549 - 1.155ms returns FALSE -T1A80 197:454.825 JLINK_HasError() -T1A80 197:454.917 JLINK_IsHalted() -T1A80 197:456.030 - 1.134ms returns FALSE -T1A80 197:556.230 JLINK_HasError() -T1A80 197:556.309 JLINK_IsHalted() -T1A80 197:557.391 - 1.127ms returns FALSE -T1A80 197:658.224 JLINK_HasError() -T1A80 197:658.260 JLINK_IsHalted() -T1A80 197:659.350 - 1.105ms returns FALSE -T1A80 197:760.426 JLINK_HasError() -T1A80 197:760.519 JLINK_IsHalted() -T1A80 197:761.618 - 1.136ms returns FALSE -T1A80 197:861.923 JLINK_HasError() -T1A80 197:862.025 JLINK_IsHalted() -T1A80 197:863.197 - 1.203ms returns FALSE -T1A80 197:963.414 JLINK_HasError() -T1A80 197:963.508 JLINK_IsHalted() -T1A80 197:964.624 - 1.161ms returns FALSE -T1A80 198:065.392 JLINK_HasError() -T1A80 198:065.435 JLINK_IsHalted() -T1A80 198:066.562 - 1.146ms returns FALSE -T1A80 198:166.713 JLINK_HasError() -T1A80 198:166.791 JLINK_IsHalted() -T1A80 198:167.960 - 1.214ms returns FALSE -T1A80 198:268.207 JLINK_HasError() -T1A80 198:268.292 JLINK_IsHalted() -T1A80 198:269.509 - 1.236ms returns FALSE -T1A80 198:369.895 JLINK_HasError() -T1A80 198:369.944 JLINK_IsHalted() -T1A80 198:371.038 - 1.113ms returns FALSE -T1A80 198:471.547 JLINK_HasError() -T1A80 198:471.607 JLINK_IsHalted() -T1A80 198:472.720 - 1.141ms returns FALSE -T1A80 198:573.424 JLINK_HasError() -T1A80 198:573.459 JLINK_IsHalted() -T1A80 198:574.508 - 1.095ms returns FALSE -T1A80 198:674.970 JLINK_HasError() -T1A80 198:675.012 JLINK_IsHalted() -T1A80 198:676.064 - 1.062ms returns FALSE -T1A80 198:776.744 JLINK_HasError() -T1A80 198:776.786 JLINK_IsHalted() -T1A80 198:777.808 - 1.041ms returns FALSE -T1A80 198:877.907 JLINK_HasError() -T1A80 198:877.948 JLINK_IsHalted() -T1A80 198:879.100 - 1.171ms returns FALSE -T1A80 198:979.739 JLINK_HasError() -T1A80 198:979.820 JLINK_IsHalted() -T1A80 198:980.958 - 1.189ms returns FALSE -T1A80 199:081.202 JLINK_HasError() -T1A80 199:081.290 JLINK_IsHalted() -T1A80 199:082.376 - 1.094ms returns FALSE -T1A80 199:182.557 JLINK_HasError() -T1A80 199:182.640 JLINK_IsHalted() -T1A80 199:183.793 - 1.198ms returns FALSE -T1A80 199:284.041 JLINK_HasError() -T1A80 199:284.130 JLINK_IsHalted() -T1A80 199:285.320 - 1.235ms returns FALSE -T1A80 199:386.132 JLINK_HasError() -T1A80 199:386.216 JLINK_IsHalted() -T1A80 199:387.423 - 1.252ms returns FALSE -T1A80 199:488.139 JLINK_HasError() -T1A80 199:488.184 JLINK_IsHalted() -T1A80 199:489.184 - 1.020ms returns FALSE -T1A80 199:589.811 JLINK_HasError() -T1A80 199:589.869 JLINK_IsHalted() -T1A80 199:591.023 - 1.199ms returns FALSE -T1A80 199:691.627 JLINK_HasError() -T1A80 199:691.669 JLINK_IsHalted() -T1A80 199:692.694 - 1.041ms returns FALSE -T1A80 199:792.922 JLINK_HasError() -T1A80 199:793.007 JLINK_IsHalted() -T1A80 199:794.182 - 1.222ms returns FALSE -T1A80 199:895.002 JLINK_HasError() -T1A80 199:895.089 JLINK_IsHalted() -T1A80 199:896.144 - 1.073ms returns FALSE -T1A80 199:996.537 JLINK_HasError() -T1A80 199:996.576 JLINK_IsHalted() -T1A80 199:997.687 - 1.130ms returns FALSE -T1A80 200:098.047 JLINK_HasError() -T1A80 200:098.140 JLINK_IsHalted() -T1A80 200:099.314 - 1.194ms returns FALSE -T1A80 200:200.402 JLINK_HasError() -T1A80 200:200.486 JLINK_IsHalted() -T1A80 200:201.753 - 1.311ms returns FALSE -T1A80 200:302.157 JLINK_HasError() -T1A80 200:302.201 JLINK_IsHalted() -T1A80 200:303.315 - 1.166ms returns FALSE -T1A80 200:404.024 JLINK_HasError() -T1A80 200:404.070 JLINK_IsHalted() -T1A80 200:405.180 - 1.132ms returns FALSE -T1A80 200:505.329 JLINK_HasError() -T1A80 200:505.383 JLINK_IsHalted() -T1A80 200:506.440 - 1.078ms returns FALSE -T1A80 200:606.975 JLINK_HasError() -T1A80 200:607.069 JLINK_IsHalted() -T1A80 200:608.190 - 1.151ms returns FALSE -T1A80 200:709.093 JLINK_HasError() -T1A80 200:709.153 JLINK_IsHalted() -T1A80 200:710.162 - 1.029ms returns FALSE -T1A80 200:810.443 JLINK_HasError() -T1A80 200:810.521 JLINK_IsHalted() -T1A80 200:811.727 - 1.250ms returns FALSE -T1A80 200:912.544 JLINK_HasError() -T1A80 200:912.630 JLINK_IsHalted() -T1A80 200:913.682 - 1.103ms returns FALSE -T1A80 201:014.426 JLINK_HasError() -T1A80 201:014.459 JLINK_IsHalted() -T1A80 201:015.486 - 1.047ms returns FALSE -T1A80 201:115.639 JLINK_HasError() -T1A80 201:115.722 JLINK_IsHalted() -T1A80 201:116.917 - 1.230ms returns FALSE -T1A80 201:217.292 JLINK_HasError() -T1A80 201:217.333 JLINK_IsHalted() -T1A80 201:218.339 - 1.025ms returns FALSE -T1A80 201:319.073 JLINK_HasError() -T1A80 201:319.133 JLINK_IsHalted() -T1A80 201:320.221 - 1.119ms returns FALSE -T1A80 201:420.791 JLINK_HasError() -T1A80 201:420.871 JLINK_IsHalted() -T1A80 201:421.957 - 1.098ms returns FALSE -T1A80 201:522.511 JLINK_HasError() -T1A80 201:522.672 JLINK_IsHalted() -T1A80 201:523.851 - 1.239ms returns FALSE -T1A80 201:624.627 JLINK_HasError() -T1A80 201:624.668 JLINK_IsHalted() -T1A80 201:625.596 - 0.947ms returns FALSE -T1A80 201:726.733 JLINK_HasError() -T1A80 201:726.808 JLINK_IsHalted() -T1A80 201:727.960 - 1.173ms returns FALSE -T1A80 201:828.643 JLINK_HasError() -T1A80 201:828.680 JLINK_IsHalted() -T1A80 201:829.868 - 1.211ms returns FALSE -T1A80 201:930.848 JLINK_HasError() -T1A80 201:930.881 JLINK_IsHalted() -T1A80 201:931.886 - 1.049ms returns FALSE -T1A80 202:032.946 JLINK_HasError() -T1A80 202:032.987 JLINK_IsHalted() -T1A80 202:034.033 - 1.065ms returns FALSE -T1A80 202:134.489 JLINK_HasError() -T1A80 202:134.539 JLINK_IsHalted() -T1A80 202:135.553 - 1.034ms returns FALSE -T1A80 202:235.990 JLINK_HasError() -T1A80 202:236.030 JLINK_IsHalted() -T1A80 202:237.145 - 1.134ms returns FALSE -T1A80 202:337.681 JLINK_HasError() -T1A80 202:337.771 JLINK_IsHalted() -T1A80 202:338.966 - 1.243ms returns FALSE -T1A80 202:439.739 JLINK_HasError() -T1A80 202:439.801 JLINK_IsHalted() -T1A80 202:440.887 - 1.121ms returns FALSE -T1A80 202:541.061 JLINK_HasError() -T1A80 202:541.152 JLINK_IsHalted() -T1A80 202:542.293 - 1.192ms returns FALSE -T1A80 202:642.783 JLINK_HasError() -T1A80 202:642.833 JLINK_IsHalted() -T1A80 202:643.903 - 1.090ms returns FALSE -T1A80 202:744.418 JLINK_HasError() -T1A80 202:744.468 JLINK_IsHalted() -T1A80 202:745.507 - 1.054ms returns FALSE -T1A80 202:845.747 JLINK_HasError() -T1A80 202:845.838 JLINK_IsHalted() -T1A80 202:846.892 - 1.099ms returns FALSE -T1A80 202:947.329 JLINK_HasError() -T1A80 202:947.410 JLINK_IsHalted() -T1A80 202:948.548 - 1.180ms returns FALSE -T1A80 203:048.669 JLINK_HasError() -T1A80 203:048.724 JLINK_IsHalted() -T1A80 203:049.797 - 1.109ms returns FALSE -T1A80 203:150.733 JLINK_HasError() -T1A80 203:150.779 JLINK_IsHalted() -T1A80 203:151.833 - 1.073ms returns FALSE -T1A80 203:251.987 JLINK_HasError() -T1A80 203:252.076 JLINK_IsHalted() -T1A80 203:253.140 - 1.078ms returns FALSE -T1A80 203:353.893 JLINK_HasError() -T1A80 203:353.984 JLINK_IsHalted() -T1A80 203:355.105 - 1.166ms returns FALSE -T1A80 203:456.216 JLINK_HasError() -T1A80 203:456.300 JLINK_IsHalted() -T1A80 203:457.479 - 1.210ms returns FALSE -T1A80 203:558.100 JLINK_HasError() -T1A80 203:558.150 JLINK_IsHalted() -T1A80 203:559.229 - 1.124ms returns FALSE -T1A80 203:659.808 JLINK_HasError() -T1A80 203:659.859 JLINK_IsHalted() -T1A80 203:660.958 - 1.129ms returns FALSE -T1A80 203:761.659 JLINK_HasError() -T1A80 203:761.731 JLINK_IsHalted() -T1A80 203:762.751 - 1.040ms returns FALSE -T1A80 203:862.929 JLINK_HasError() -T1A80 203:863.020 JLINK_IsHalted() -T1A80 203:864.047 - 1.074ms returns FALSE -T1A80 203:965.371 JLINK_HasError() -T1A80 203:965.460 JLINK_IsHalted() -T1A80 203:966.630 - 1.198ms returns FALSE -T1A80 204:067.275 JLINK_HasError() -T1A80 204:067.322 JLINK_IsHalted() -T1A80 204:068.292 - 0.999ms returns FALSE -T1A80 204:169.064 JLINK_HasError() -T1A80 204:169.155 JLINK_IsHalted() -T1A80 204:170.270 - 1.135ms returns FALSE -T1A80 204:270.978 JLINK_HasError() -T1A80 204:271.071 JLINK_IsHalted() -T1A80 204:272.191 - 1.140ms returns FALSE -T1A80 204:372.936 JLINK_HasError() -T1A80 204:373.021 JLINK_IsHalted() -T1A80 204:374.281 - 1.308ms returns FALSE -T1A80 204:475.225 JLINK_HasError() -T1A80 204:475.331 JLINK_IsHalted() -T1A80 204:476.401 - 1.101ms returns FALSE -T1A80 204:576.825 JLINK_HasError() -T1A80 204:576.915 JLINK_IsHalted() -T1A80 204:578.016 - 1.128ms returns FALSE -T1A80 204:679.029 JLINK_HasError() -T1A80 204:679.152 JLINK_IsHalted() -T1A80 204:680.249 - 1.119ms returns FALSE -T1A80 204:780.401 JLINK_HasError() -T1A80 204:780.484 JLINK_IsHalted() -T1A80 204:781.628 - 1.171ms returns FALSE -T1A80 204:881.869 JLINK_HasError() -T1A80 204:881.962 JLINK_IsHalted() -T1A80 204:883.023 - 1.080ms returns FALSE -T1A80 204:983.879 JLINK_HasError() -T1A80 204:983.968 JLINK_IsHalted() -T1A80 204:984.951 - 1.002ms returns FALSE -T1A80 205:085.674 JLINK_HasError() -T1A80 205:085.717 JLINK_IsHalted() -T1A80 205:086.865 - 1.194ms returns FALSE -T1A80 205:189.165 JLINK_HasError() -T1A80 205:189.254 JLINK_IsHalted() -T1A80 205:190.436 - 1.226ms returns FALSE -T1A80 205:290.945 JLINK_HasError() -T1A80 205:291.035 JLINK_IsHalted() -T1A80 205:292.154 - 1.136ms returns FALSE -T1A80 205:392.810 JLINK_HasError() -T1A80 205:392.847 JLINK_IsHalted() -T1A80 205:393.851 - 1.024ms returns FALSE -T1A80 205:494.619 JLINK_HasError() -T1A80 205:494.787 JLINK_IsHalted() -T1A80 205:495.855 - 1.085ms returns FALSE -T1A80 205:596.740 JLINK_HasError() -T1A80 205:596.819 JLINK_IsHalted() -T1A80 205:597.896 - 1.122ms returns FALSE -T1A80 205:698.312 JLINK_HasError() -T1A80 205:698.357 JLINK_IsHalted() -T1A80 205:699.384 - 1.073ms returns FALSE -T1A80 205:799.818 JLINK_HasError() -T1A80 205:799.871 JLINK_IsHalted() -T1A80 205:801.053 - 1.217ms returns FALSE -T1A80 205:901.846 JLINK_HasError() -T1A80 205:901.907 JLINK_IsHalted() -T1A80 205:903.036 - 1.152ms returns FALSE -T1A80 206:003.191 JLINK_HasError() -T1A80 206:003.284 JLINK_IsHalted() -T1A80 206:004.454 - 1.219ms returns FALSE -T1A80 206:105.419 JLINK_HasError() -T1A80 206:105.463 JLINK_IsHalted() -T1A80 206:106.548 - 1.103ms returns FALSE -T1A80 206:206.926 JLINK_HasError() -T1A80 206:206.963 JLINK_IsHalted() -T1A80 206:208.019 - 1.076ms returns FALSE -T1A80 206:308.268 JLINK_HasError() -T1A80 206:308.395 JLINK_IsHalted() -T1A80 206:309.411 - 1.046ms returns FALSE -T1A80 206:409.947 JLINK_HasError() -T1A80 206:410.029 JLINK_IsHalted() -T1A80 206:411.147 - 1.148ms returns FALSE -T1A80 206:511.768 JLINK_HasError() -T1A80 206:511.815 JLINK_IsHalted() -T1A80 206:512.933 - 1.164ms returns FALSE -T1A80 206:613.132 JLINK_HasError() -T1A80 206:613.218 JLINK_IsHalted() -T1A80 206:614.430 - 1.277ms returns FALSE -T1A80 206:714.815 JLINK_HasError() -T1A80 206:714.859 JLINK_IsHalted() -T1A80 206:716.040 - 1.225ms returns FALSE -T1A80 206:816.861 JLINK_HasError() -T1A80 206:816.954 JLINK_IsHalted() -T1A80 206:818.122 - 1.187ms returns FALSE -T1A80 206:918.374 JLINK_HasError() -T1A80 206:918.458 JLINK_IsHalted() -T1A80 206:919.584 - 1.172ms returns FALSE -T1A80 207:019.755 JLINK_HasError() -T1A80 207:019.805 JLINK_IsHalted() -T1A80 207:020.809 - 1.038ms returns FALSE -T1A80 207:121.031 JLINK_HasError() -T1A80 207:121.145 JLINK_IsHalted() -T1A80 207:122.354 - 1.260ms returns FALSE -T1A80 207:223.172 JLINK_HasError() -T1A80 207:223.267 JLINK_IsHalted() -T1A80 207:224.317 - 1.100ms returns FALSE -T1A80 207:324.933 JLINK_HasError() -T1A80 207:325.014 JLINK_IsHalted() -T1A80 207:326.059 - 1.058ms returns FALSE -T1A80 207:426.650 JLINK_HasError() -T1A80 207:426.737 JLINK_IsHalted() -T1A80 207:427.754 - 1.037ms returns FALSE -T1A80 207:528.710 JLINK_HasError() -T1A80 207:528.798 JLINK_IsHalted() -T1A80 207:529.854 - 1.076ms returns FALSE -T1A80 207:630.227 JLINK_HasError() -T1A80 207:630.282 JLINK_IsHalted() -T1A80 207:631.352 - 1.085ms returns FALSE -T1A80 207:732.251 JLINK_HasError() -T1A80 207:732.292 JLINK_IsHalted() -T1A80 207:733.292 - 1.015ms returns FALSE -T1A80 207:833.894 JLINK_HasError() -T1A80 207:833.999 JLINK_IsHalted() -T1A80 207:835.074 - 1.095ms returns FALSE -T1A80 207:935.857 JLINK_HasError() -T1A80 207:935.935 JLINK_IsHalted() -T1A80 207:937.014 - 1.112ms returns FALSE -T1A80 208:037.893 JLINK_HasError() -T1A80 208:037.931 JLINK_IsHalted() -T1A80 208:039.035 - 1.123ms returns FALSE -T1A80 208:139.255 JLINK_HasError() -T1A80 208:139.349 JLINK_IsHalted() -T1A80 208:140.561 - 1.257ms returns FALSE -T1A80 208:241.633 JLINK_HasError() -T1A80 208:241.676 JLINK_IsHalted() -T1A80 208:242.752 - 1.096ms returns FALSE -T1A80 208:342.969 JLINK_HasError() -T1A80 208:343.062 JLINK_IsHalted() -T1A80 208:344.285 - 1.268ms returns FALSE -T1A80 208:445.398 JLINK_HasError() -T1A80 208:445.485 JLINK_IsHalted() -T1A80 208:446.671 - 1.206ms returns FALSE -T1A80 208:547.410 JLINK_HasError() -T1A80 208:547.494 JLINK_IsHalted() -T1A80 208:548.669 - 1.221ms returns FALSE -T1A80 208:648.865 JLINK_HasError() -T1A80 208:648.907 JLINK_IsHalted() -T1A80 208:649.931 - 1.043ms returns FALSE -T1A80 208:750.376 JLINK_HasError() -T1A80 208:750.462 JLINK_IsHalted() -T1A80 208:751.651 - 1.208ms returns FALSE -T1A80 208:851.917 JLINK_HasError() -T1A80 208:852.030 JLINK_IsHalted() -T1A80 208:853.104 - 1.130ms returns FALSE -T1A80 208:953.961 JLINK_HasError() -T1A80 208:954.040 JLINK_IsHalted() -T1A80 208:955.064 - 1.060ms returns FALSE -T1A80 209:055.293 JLINK_HasError() -T1A80 209:055.374 JLINK_IsHalted() -T1A80 209:056.610 - 1.281ms returns FALSE -T1A80 209:157.085 JLINK_HasError() -T1A80 209:157.171 JLINK_IsHalted() -T1A80 209:158.209 - 1.074ms returns FALSE -T1A80 209:259.097 JLINK_HasError() -T1A80 209:259.146 JLINK_IsHalted() -T1A80 209:260.300 - 1.173ms returns FALSE -T1A80 209:360.957 JLINK_HasError() -T1A80 209:361.046 JLINK_IsHalted() -T1A80 209:362.142 - 1.138ms returns FALSE -T1A80 209:462.978 JLINK_HasError() -T1A80 209:463.060 JLINK_IsHalted() -T1A80 209:464.186 - 1.177ms returns FALSE -T1A80 209:564.411 JLINK_HasError() -T1A80 209:564.493 JLINK_IsHalted() -T1A80 209:565.609 - 1.135ms returns FALSE -T1A80 209:666.358 JLINK_HasError() -T1A80 209:666.444 JLINK_IsHalted() -T1A80 209:667.572 - 1.148ms returns FALSE -T1A80 209:767.782 JLINK_HasError() -T1A80 209:767.872 JLINK_IsHalted() -T1A80 209:769.087 - 1.236ms returns FALSE -T1A80 209:869.412 JLINK_HasError() -T1A80 209:869.490 JLINK_IsHalted() -T1A80 209:870.631 - 1.187ms returns FALSE -T1A80 209:970.873 JLINK_HasError() -T1A80 209:970.970 JLINK_IsHalted() -T1A80 209:972.150 - 1.200ms returns FALSE -T1A80 210:072.844 JLINK_HasError() -T1A80 210:072.884 JLINK_IsHalted() -T1A80 210:073.980 - 1.141ms returns FALSE -T1A80 210:174.227 JLINK_HasError() -T1A80 210:174.267 JLINK_IsHalted() -T1A80 210:175.365 - 1.108ms returns FALSE -T1A80 210:275.748 JLINK_HasError() -T1A80 210:275.799 JLINK_IsHalted() -T1A80 210:276.811 - 1.031ms returns FALSE -T1A80 210:377.368 JLINK_HasError() -T1A80 210:377.459 JLINK_IsHalted() -T1A80 210:378.547 - 1.109ms returns FALSE -T1A80 210:478.685 JLINK_HasError() -T1A80 210:478.772 JLINK_IsHalted() -T1A80 210:479.828 - 1.076ms returns FALSE -T1A80 210:580.974 JLINK_HasError() -T1A80 210:581.060 JLINK_IsHalted() -T1A80 210:582.062 - 1.020ms returns FALSE -T1A80 210:682.794 JLINK_HasError() -T1A80 210:682.831 JLINK_IsHalted() -T1A80 210:683.919 - 1.102ms returns FALSE -T1A80 210:784.265 JLINK_HasError() -T1A80 210:784.436 JLINK_IsHalted() -T1A80 210:785.638 - 1.250ms returns FALSE -T1A80 210:885.841 JLINK_HasError() -T1A80 210:885.920 JLINK_IsHalted() -T1A80 210:887.086 - 1.217ms returns FALSE -T1A80 210:987.793 JLINK_HasError() -T1A80 210:987.881 JLINK_IsHalted() -T1A80 210:989.001 - 1.128ms returns FALSE -T1A80 211:089.134 JLINK_HasError() -T1A80 211:089.221 JLINK_IsHalted() -T1A80 211:090.451 - 1.265ms returns FALSE -T1A80 211:190.750 JLINK_HasError() -T1A80 211:190.835 JLINK_IsHalted() -T1A80 211:191.846 - 1.030ms returns FALSE -T1A80 211:292.046 JLINK_HasError() -T1A80 211:292.099 JLINK_IsHalted() -T1A80 211:293.278 - 1.200ms returns FALSE -T1A80 211:393.940 JLINK_HasError() -T1A80 211:394.061 JLINK_IsHalted() -T1A80 211:395.191 - 1.149ms returns FALSE -T1A80 211:496.277 JLINK_HasError() -T1A80 211:496.309 JLINK_IsHalted() -T1A80 211:497.313 - 1.019ms returns FALSE -T1A80 211:598.193 JLINK_HasError() -T1A80 211:598.239 JLINK_IsHalted() -T1A80 211:599.339 - 1.119ms returns FALSE -T1A80 211:700.255 JLINK_HasError() -T1A80 211:700.298 JLINK_IsHalted() -T1A80 211:701.264 - 0.980ms returns FALSE -T1A80 211:802.370 JLINK_HasError() -T1A80 211:802.463 JLINK_IsHalted() -T1A80 211:803.590 - 1.172ms returns FALSE -T1A80 211:904.261 JLINK_HasError() -T1A80 211:904.344 JLINK_IsHalted() -T1A80 211:905.471 - 1.171ms returns FALSE -T1A80 212:005.995 JLINK_HasError() -T1A80 212:006.077 JLINK_IsHalted() -T1A80 212:007.197 - 1.165ms returns FALSE -T1A80 212:107.517 JLINK_HasError() -T1A80 212:107.604 JLINK_IsHalted() -T1A80 212:108.680 - 1.121ms returns FALSE -T1A80 212:209.503 JLINK_HasError() -T1A80 212:209.580 JLINK_IsHalted() -T1A80 212:210.678 - 1.133ms returns FALSE -T1A80 212:311.281 JLINK_HasError() -T1A80 212:311.364 JLINK_IsHalted() -T1A80 212:312.662 - 1.321ms returns FALSE -T1A80 212:412.832 JLINK_HasError() -T1A80 212:412.883 JLINK_IsHalted() -T1A80 212:413.936 - 1.075ms returns FALSE -T1A80 212:514.158 JLINK_HasError() -T1A80 212:514.251 JLINK_IsHalted() -T1A80 212:515.349 - 1.143ms returns FALSE -T1A80 212:615.540 JLINK_HasError() -T1A80 212:615.583 JLINK_IsHalted() -T1A80 212:616.614 - 1.053ms returns FALSE -T1A80 212:716.755 JLINK_HasError() -T1A80 212:716.792 JLINK_IsHalted() -T1A80 212:717.778 - 0.998ms returns FALSE -T1A80 212:817.855 JLINK_HasError() -T1A80 212:817.906 JLINK_IsHalted() -T1A80 212:819.014 - 1.118ms returns FALSE -T1A80 212:919.404 JLINK_HasError() -T1A80 212:919.493 JLINK_IsHalted() -T1A80 212:920.674 - 1.226ms returns FALSE -T1A80 213:020.933 JLINK_HasError() -T1A80 213:021.019 JLINK_IsHalted() -T1A80 213:022.159 - 1.190ms returns FALSE -T1A80 213:122.896 JLINK_HasError() -T1A80 213:122.939 JLINK_IsHalted() -T1A80 213:124.225 - 1.330ms returns FALSE -T1A80 213:224.941 JLINK_HasError() -T1A80 213:224.982 JLINK_IsHalted() -T1A80 213:226.189 - 1.257ms returns FALSE -T1A80 213:326.524 JLINK_HasError() -T1A80 213:326.610 JLINK_IsHalted() -T1A80 213:327.688 - 1.096ms returns FALSE -T1A80 213:427.856 JLINK_HasError() -T1A80 213:427.945 JLINK_IsHalted() -T1A80 213:429.123 - 1.247ms returns FALSE -T1A80 213:530.057 JLINK_HasError() -T1A80 213:530.184 JLINK_IsHalted() -T1A80 213:531.285 - 1.117ms returns FALSE -T1A80 213:631.454 JLINK_HasError() -T1A80 213:631.505 JLINK_IsHalted() -T1A80 213:632.525 - 1.045ms returns FALSE -T1A80 213:732.677 JLINK_HasError() -T1A80 213:732.760 JLINK_IsHalted() -T1A80 213:733.869 - 1.157ms returns FALSE -T1A80 213:834.124 JLINK_HasError() -T1A80 213:834.210 JLINK_IsHalted() -T1A80 213:835.297 - 1.131ms returns FALSE -T1A80 213:935.484 JLINK_HasError() -T1A80 213:935.574 JLINK_IsHalted() -T1A80 213:936.661 - 1.111ms returns FALSE -T1A80 214:037.764 JLINK_HasError() -T1A80 214:037.849 JLINK_IsHalted() -T1A80 214:039.030 - 1.225ms returns FALSE -T1A80 214:139.651 JLINK_HasError() -T1A80 214:139.695 JLINK_IsHalted() -T1A80 214:140.785 - 1.134ms returns FALSE -T1A80 214:241.045 JLINK_HasError() -T1A80 214:241.136 JLINK_IsHalted() -T1A80 214:242.232 - 1.140ms returns FALSE -T1A80 214:343.055 JLINK_HasError() -T1A80 214:343.098 JLINK_IsHalted() -T1A80 214:344.266 - 1.201ms returns FALSE -T1A80 214:445.099 JLINK_HasError() -T1A80 214:445.138 JLINK_IsHalted() -T1A80 214:446.167 - 1.048ms returns FALSE -T1A80 214:547.077 JLINK_HasError() -T1A80 214:547.156 JLINK_IsHalted() -T1A80 214:548.231 - 1.106ms returns FALSE -T1A80 214:649.213 JLINK_HasError() -T1A80 214:649.262 JLINK_IsHalted() -T1A80 214:650.275 - 1.025ms returns FALSE -T1A80 214:751.454 JLINK_HasError() -T1A80 214:751.545 JLINK_IsHalted() -T1A80 214:752.689 - 1.173ms returns FALSE -T1A80 214:852.924 JLINK_HasError() -T1A80 214:853.002 JLINK_IsHalted() -T1A80 214:854.222 - 1.271ms returns FALSE -T1A80 214:955.330 JLINK_HasError() -T1A80 214:955.368 JLINK_IsHalted() -T1A80 214:956.503 - 1.180ms returns FALSE -T1A80 215:056.746 JLINK_HasError() -T1A80 215:056.836 JLINK_IsHalted() -T1A80 215:058.034 - 1.242ms returns FALSE -T1A80 215:158.277 JLINK_HasError() -T1A80 215:158.435 JLINK_IsHalted() -T1A80 215:159.585 - 1.170ms returns FALSE -T1A80 215:260.386 JLINK_HasError() -T1A80 215:260.477 JLINK_IsHalted() -T1A80 215:261.641 - 1.208ms returns FALSE -T1A80 215:361.864 JLINK_HasError() -T1A80 215:361.903 JLINK_IsHalted() -T1A80 215:362.877 - 0.993ms returns FALSE -T1A80 215:463.619 JLINK_HasError() -T1A80 215:463.704 JLINK_IsHalted() -T1A80 215:464.769 - 1.084ms returns FALSE -T1A80 215:565.782 JLINK_HasError() -T1A80 215:565.870 JLINK_IsHalted() -T1A80 215:566.937 - 1.112ms returns FALSE -T1A80 215:667.819 JLINK_HasError() -T1A80 215:667.866 JLINK_IsHalted() -T1A80 215:669.021 - 1.173ms returns FALSE -T1A80 215:769.894 JLINK_HasError() -T1A80 215:769.988 JLINK_IsHalted() -T1A80 215:770.983 - 1.014ms returns FALSE -T1A80 215:871.330 JLINK_HasError() -T1A80 215:871.417 JLINK_IsHalted() -T1A80 215:872.508 - 1.135ms returns FALSE -T1A80 215:972.884 JLINK_HasError() -T1A80 215:972.978 JLINK_IsHalted() -T1A80 215:974.077 - 1.119ms returns FALSE -T1A80 216:074.291 JLINK_HasError() -T1A80 216:074.390 JLINK_IsHalted() -T1A80 216:075.493 - 1.152ms returns FALSE -T1A80 216:176.611 JLINK_HasError() -T1A80 216:176.665 JLINK_IsHalted() -T1A80 216:177.673 - 1.028ms returns FALSE -T1A80 216:278.041 JLINK_HasError() -T1A80 216:278.129 JLINK_IsHalted() -T1A80 216:279.216 - 1.106ms returns FALSE -T1A80 216:379.833 JLINK_HasError() -T1A80 216:379.922 JLINK_IsHalted() -T1A80 216:381.100 - 1.223ms returns FALSE -T1A80 216:481.840 JLINK_HasError() -T1A80 216:481.871 JLINK_IsHalted() -T1A80 216:482.927 - 1.101ms returns FALSE -T1A80 216:583.124 JLINK_HasError() -T1A80 216:583.213 JLINK_IsHalted() -T1A80 216:584.456 - 1.288ms returns FALSE -T1A80 216:685.361 JLINK_HasError() -T1A80 216:685.402 JLINK_IsHalted() -T1A80 216:686.503 - 1.116ms returns FALSE -T1A80 216:787.356 JLINK_HasError() -T1A80 216:787.446 JLINK_IsHalted() -T1A80 216:788.465 - 1.038ms returns FALSE -T1A80 216:888.792 JLINK_HasError() -T1A80 216:888.887 JLINK_IsHalted() -T1A80 216:889.952 - 1.093ms returns FALSE -T1A80 216:990.656 JLINK_HasError() -T1A80 216:990.773 JLINK_IsHalted() -T1A80 216:991.957 - 1.214ms returns FALSE -T1A80 217:092.482 JLINK_HasError() -T1A80 217:092.527 JLINK_IsHalted() -T1A80 217:093.576 - 1.065ms returns FALSE -T1A80 217:193.884 JLINK_HasError() -T1A80 217:193.987 JLINK_IsHalted() -T1A80 217:195.038 - 1.069ms returns FALSE -T1A80 217:295.181 JLINK_HasError() -T1A80 217:295.263 JLINK_IsHalted() -T1A80 217:296.284 - 1.040ms returns FALSE -T1A80 217:397.181 JLINK_HasError() -T1A80 217:397.274 JLINK_IsHalted() -T1A80 217:398.456 - 1.227ms returns FALSE -T1A80 217:499.047 JLINK_HasError() -T1A80 217:499.090 JLINK_IsHalted() -T1A80 217:500.074 - 1.009ms returns FALSE -T1A80 217:600.843 JLINK_HasError() -T1A80 217:600.884 JLINK_IsHalted() -T1A80 217:601.953 - 1.089ms returns FALSE -T1A80 217:702.781 JLINK_HasError() -T1A80 217:702.917 JLINK_IsHalted() -T1A80 217:703.965 - 1.062ms returns FALSE -T1A80 217:804.602 JLINK_HasError() -T1A80 217:804.652 JLINK_IsHalted() -T1A80 217:805.779 - 1.150ms returns FALSE -T1A80 217:906.821 JLINK_HasError() -T1A80 217:906.858 JLINK_IsHalted() -T1A80 217:907.945 - 1.097ms returns FALSE -T1A80 218:008.884 JLINK_HasError() -T1A80 218:008.980 JLINK_IsHalted() -T1A80 218:010.051 - 1.090ms returns FALSE -T1A80 218:110.762 JLINK_HasError() -T1A80 218:110.813 JLINK_IsHalted() -T1A80 218:111.911 - 1.109ms returns FALSE -T1A80 218:212.818 JLINK_HasError() -T1A80 218:212.855 JLINK_IsHalted() -T1A80 218:213.929 - 1.088ms returns FALSE -T1A80 218:314.124 JLINK_HasError() -T1A80 218:314.210 JLINK_IsHalted() -T1A80 218:315.359 - 1.169ms returns FALSE -T1A80 218:416.145 JLINK_HasError() -T1A80 218:416.222 JLINK_IsHalted() -T1A80 218:417.352 - 1.150ms returns FALSE -T1A80 218:517.500 JLINK_HasError() -T1A80 218:517.543 JLINK_IsHalted() -T1A80 218:518.574 - 1.050ms returns FALSE -T1A80 218:619.148 JLINK_HasError() -T1A80 218:619.211 JLINK_IsHalted() -T1A80 218:620.217 - 1.025ms returns FALSE -T1A80 218:721.269 JLINK_HasError() -T1A80 218:721.314 JLINK_IsHalted() -T1A80 218:722.419 - 1.138ms returns FALSE -T1A80 218:823.184 JLINK_HasError() -T1A80 218:823.272 JLINK_IsHalted() -T1A80 218:824.349 - 1.131ms returns FALSE -T1A80 218:925.393 JLINK_HasError() -T1A80 218:925.443 JLINK_IsHalted() -T1A80 218:926.478 - 1.051ms returns FALSE -T1A80 219:027.456 JLINK_HasError() -T1A80 219:027.513 JLINK_IsHalted() -T1A80 219:028.616 - 1.144ms returns FALSE -T1A80 219:128.837 JLINK_HasError() -T1A80 219:128.920 JLINK_IsHalted() -T1A80 219:130.044 - 1.160ms returns FALSE -T1A80 219:230.368 JLINK_HasError() -T1A80 219:230.455 JLINK_IsHalted() -T1A80 219:231.709 - 1.274ms returns FALSE -T1A80 219:331.911 JLINK_HasError() -T1A80 219:331.999 JLINK_IsHalted() -T1A80 219:333.175 - 1.225ms returns FALSE -T1A80 219:433.404 JLINK_HasError() -T1A80 219:433.487 JLINK_IsHalted() -T1A80 219:434.749 - 1.317ms returns FALSE -T1A80 219:535.474 JLINK_HasError() -T1A80 219:535.528 JLINK_IsHalted() -T1A80 219:536.641 - 1.157ms returns FALSE -T1A80 219:637.426 JLINK_HasError() -T1A80 219:637.509 JLINK_IsHalted() -T1A80 219:638.581 - 1.087ms returns FALSE -T1A80 219:738.804 JLINK_HasError() -T1A80 219:738.858 JLINK_IsHalted() -T1A80 219:739.919 - 1.070ms returns FALSE -T1A80 219:840.456 JLINK_HasError() -T1A80 219:840.551 JLINK_IsHalted() -T1A80 219:841.920 - 1.389ms returns FALSE -T1A80 219:943.020 JLINK_HasError() -T1A80 219:943.109 JLINK_IsHalted() -T1A80 219:944.215 - 1.154ms returns FALSE -T1A80 220:045.130 JLINK_HasError() -T1A80 220:045.186 JLINK_IsHalted() -T1A80 220:046.326 - 1.160ms returns FALSE -T1A80 220:147.025 JLINK_HasError() -T1A80 220:147.104 JLINK_IsHalted() -T1A80 220:148.299 - 1.240ms returns FALSE -T1A80 220:249.022 JLINK_HasError() -T1A80 220:249.058 JLINK_IsHalted() -T1A80 220:250.181 - 1.202ms returns FALSE -T1A80 220:351.290 JLINK_HasError() -T1A80 220:351.374 JLINK_IsHalted() -T1A80 220:352.562 - 1.222ms returns FALSE -T1A80 220:453.506 JLINK_HasError() -T1A80 220:453.599 JLINK_IsHalted() -T1A80 220:454.767 - 1.215ms returns FALSE -T1A80 220:554.957 JLINK_HasError() -T1A80 220:555.051 JLINK_IsHalted() -T1A80 220:556.119 - 1.096ms returns FALSE -T1A80 220:656.922 JLINK_HasError() -T1A80 220:656.967 JLINK_IsHalted() -T1A80 220:658.027 - 1.083ms returns FALSE -T1A80 220:758.716 JLINK_HasError() -T1A80 220:758.755 JLINK_IsHalted() -T1A80 220:759.845 - 1.134ms returns FALSE -T1A80 220:860.350 JLINK_HasError() -T1A80 220:860.436 JLINK_IsHalted() -T1A80 220:861.544 - 1.116ms returns FALSE -T1A80 220:961.670 JLINK_HasError() -T1A80 220:961.751 JLINK_IsHalted() -T1A80 220:962.861 - 1.155ms returns FALSE -T1A80 221:063.013 JLINK_HasError() -T1A80 221:063.062 JLINK_IsHalted() -T1A80 221:064.134 - 1.093ms returns FALSE -T1A80 221:164.817 JLINK_HasError() -T1A80 221:164.861 JLINK_IsHalted() -T1A80 221:165.924 - 1.112ms returns FALSE -T1A80 221:266.253 JLINK_HasError() -T1A80 221:266.341 JLINK_IsHalted() -T1A80 221:267.561 - 1.265ms returns FALSE -T1A80 221:368.312 JLINK_HasError() -T1A80 221:368.353 JLINK_IsHalted() -T1A80 221:369.410 - 1.103ms returns FALSE -T1A80 221:469.716 JLINK_HasError() -T1A80 221:469.793 JLINK_IsHalted() -T1A80 221:470.968 - 1.195ms returns FALSE -T1A80 221:571.936 JLINK_HasError() -T1A80 221:572.014 JLINK_IsHalted() -T1A80 221:573.254 - 1.259ms returns FALSE -T1A80 221:674.020 JLINK_HasError() -T1A80 221:674.079 JLINK_IsHalted() -T1A80 221:675.180 - 1.113ms returns FALSE -T1A80 221:775.386 JLINK_HasError() -T1A80 221:775.475 JLINK_IsHalted() -T1A80 221:776.591 - 1.167ms returns FALSE -T1A80 221:877.293 JLINK_HasError() -T1A80 221:877.400 JLINK_IsHalted() -T1A80 221:878.438 - 1.048ms returns FALSE -T1A80 221:978.623 JLINK_HasError() -T1A80 221:978.716 JLINK_IsHalted() -T1A80 221:979.887 - 1.190ms returns FALSE -T1A80 222:080.789 JLINK_HasError() -T1A80 222:080.823 JLINK_IsHalted() -T1A80 222:081.825 - 1.021ms returns FALSE -T1A80 222:182.823 JLINK_HasError() -T1A80 222:182.873 JLINK_IsHalted() -T1A80 222:183.982 - 1.139ms returns FALSE -T1A80 222:284.437 JLINK_HasError() -T1A80 222:284.483 JLINK_IsHalted() -T1A80 222:285.518 - 1.078ms returns FALSE -T1A80 222:386.249 JLINK_HasError() -T1A80 222:386.333 JLINK_IsHalted() -T1A80 222:387.286 - 0.973ms returns FALSE -T1A80 222:487.881 JLINK_HasError() -T1A80 222:487.968 JLINK_IsHalted() -T1A80 222:489.062 - 1.113ms returns FALSE -T1A80 222:590.931 JLINK_HasError() -T1A80 222:591.047 JLINK_IsHalted() -T1A80 222:592.170 - 1.143ms returns FALSE -T1A80 222:692.784 JLINK_HasError() -T1A80 222:692.830 JLINK_IsHalted() -T1A80 222:693.939 - 1.130ms returns FALSE -T1A80 222:794.135 JLINK_HasError() -T1A80 222:794.220 JLINK_IsHalted() -T1A80 222:795.363 - 1.178ms returns FALSE -T1A80 222:896.112 JLINK_HasError() -T1A80 222:896.146 JLINK_IsHalted() -T1A80 222:897.219 - 1.109ms returns FALSE -T1A80 222:997.730 JLINK_HasError() -T1A80 222:997.827 JLINK_IsHalted() -T1A80 222:999.071 - 1.289ms returns FALSE -T1A80 223:099.318 JLINK_HasError() -T1A80 223:099.397 JLINK_IsHalted() -T1A80 223:100.502 - 1.149ms returns FALSE -T1A80 223:201.356 JLINK_HasError() -T1A80 223:201.397 JLINK_IsHalted() -T1A80 223:202.486 - 1.114ms returns FALSE -T1A80 223:303.428 JLINK_HasError() -T1A80 223:303.474 JLINK_IsHalted() -T1A80 223:304.642 - 1.192ms returns FALSE -T1A80 223:405.351 JLINK_HasError() -T1A80 223:405.397 JLINK_IsHalted() -T1A80 223:406.513 - 1.160ms returns FALSE -T1A80 223:506.741 JLINK_HasError() -T1A80 223:506.827 JLINK_IsHalted() -T1A80 223:507.933 - 1.126ms returns FALSE -T1A80 223:608.405 JLINK_HasError() -T1A80 223:608.458 JLINK_IsHalted() -T1A80 223:609.534 - 1.091ms returns FALSE -T1A80 223:710.348 JLINK_HasError() -T1A80 223:710.392 JLINK_IsHalted() -T1A80 223:711.395 - 1.022ms returns FALSE -T1A80 223:811.587 JLINK_HasError() -T1A80 223:811.679 JLINK_IsHalted() -T1A80 223:812.802 - 1.167ms returns FALSE -T1A80 223:913.527 JLINK_HasError() -T1A80 223:913.611 JLINK_IsHalted() -T1A80 223:914.815 - 1.249ms returns FALSE -T1A80 224:015.829 JLINK_HasError() -T1A80 224:015.875 JLINK_IsHalted() -T1A80 224:016.983 - 1.127ms returns FALSE -T1A80 224:117.934 JLINK_HasError() -T1A80 224:118.016 JLINK_IsHalted() -T1A80 224:119.091 - 1.094ms returns FALSE -T1A80 224:219.857 JLINK_HasError() -T1A80 224:219.948 JLINK_IsHalted() -T1A80 224:220.978 - 1.080ms returns FALSE -T1A80 224:321.551 JLINK_HasError() -T1A80 224:321.617 JLINK_IsHalted() -T1A80 224:322.689 - 1.094ms returns FALSE -T1A80 224:423.483 JLINK_HasError() -T1A80 224:423.543 JLINK_IsHalted() -T1A80 224:424.568 - 1.040ms returns FALSE -T1A80 224:524.688 JLINK_HasError() -T1A80 224:524.775 JLINK_IsHalted() -T1A80 224:525.752 - 0.992ms returns FALSE -T1A80 224:626.577 JLINK_HasError() -T1A80 224:626.628 JLINK_IsHalted() -T1A80 224:627.588 - 0.993ms returns FALSE -T1A80 224:727.804 JLINK_HasError() -T1A80 224:727.892 JLINK_IsHalted() -T1A80 224:729.086 - 1.239ms returns FALSE -T1A80 224:829.459 JLINK_HasError() -T1A80 224:829.526 JLINK_IsHalted() -T1A80 224:830.618 - 1.111ms returns FALSE -T1A80 224:931.451 JLINK_HasError() -T1A80 224:931.548 JLINK_IsHalted() -T1A80 224:932.685 - 1.179ms returns FALSE -T1A80 225:032.867 JLINK_HasError() -T1A80 225:032.913 JLINK_IsHalted() -T1A80 225:033.986 - 1.093ms returns FALSE -T1A80 225:134.777 JLINK_HasError() -T1A80 225:134.854 JLINK_IsHalted() -T1A80 225:136.055 - 1.224ms returns FALSE -T1A80 225:236.222 JLINK_HasError() -T1A80 225:236.305 JLINK_IsHalted() -T1A80 225:237.522 - 1.265ms returns FALSE -T1A80 225:337.821 JLINK_HasError() -T1A80 225:337.909 JLINK_IsHalted() -T1A80 225:338.950 - 1.086ms returns FALSE -T1A80 225:439.778 JLINK_HasError() -T1A80 225:439.831 JLINK_IsHalted() -T1A80 225:440.920 - 1.122ms returns FALSE -T1A80 225:541.742 JLINK_HasError() -T1A80 225:541.831 JLINK_IsHalted() -T1A80 225:542.975 - 1.163ms returns FALSE -T1A80 225:643.945 JLINK_HasError() -T1A80 225:643.990 JLINK_IsHalted() -T1A80 225:645.007 - 1.035ms returns FALSE -T1A80 225:745.716 JLINK_HasError() -T1A80 225:745.757 JLINK_IsHalted() -T1A80 225:746.746 - 0.998ms returns FALSE -T1A80 225:847.444 JLINK_HasError() -T1A80 225:847.485 JLINK_IsHalted() -T1A80 225:848.529 - 1.063ms returns FALSE -T1A80 225:948.719 JLINK_HasError() -T1A80 225:948.808 JLINK_IsHalted() -T1A80 225:949.852 - 1.093ms returns FALSE -T1A80 226:050.126 JLINK_HasError() -T1A80 226:050.168 JLINK_IsHalted() -T1A80 226:051.297 - 1.174ms returns FALSE -T1A80 226:151.531 JLINK_HasError() -T1A80 226:151.574 JLINK_IsHalted() -T1A80 226:152.727 - 1.172ms returns FALSE -T1A80 226:252.879 JLINK_HasError() -T1A80 226:252.963 JLINK_IsHalted() -T1A80 226:254.140 - 1.222ms returns FALSE -T1A80 226:354.878 JLINK_HasError() -T1A80 226:354.911 JLINK_IsHalted() -T1A80 226:355.963 - 1.103ms returns FALSE -T1A80 226:456.808 JLINK_HasError() -T1A80 226:456.853 JLINK_IsHalted() -T1A80 226:457.860 - 1.028ms returns FALSE -T1A80 226:559.010 JLINK_HasError() -T1A80 226:559.103 JLINK_IsHalted() -T1A80 226:560.434 - 1.352ms returns FALSE -T1A80 226:661.284 JLINK_HasError() -T1A80 226:661.331 JLINK_IsHalted() -T1A80 226:662.398 - 1.083ms returns FALSE -T1A80 226:762.594 JLINK_HasError() -T1A80 226:762.683 JLINK_IsHalted() -T1A80 226:763.723 - 1.059ms returns FALSE -T1A80 226:863.868 JLINK_HasError() -T1A80 226:863.962 JLINK_IsHalted() -T1A80 226:864.929 - 0.990ms returns FALSE -T1A80 226:965.483 JLINK_HasError() -T1A80 226:965.578 JLINK_IsHalted() -T1A80 226:966.588 - 1.029ms returns FALSE -T1A80 227:067.465 JLINK_HasError() -T1A80 227:067.505 JLINK_IsHalted() -T1A80 227:068.570 - 1.110ms returns FALSE -T1A80 227:169.328 JLINK_HasError() -T1A80 227:169.379 JLINK_IsHalted() -T1A80 227:170.430 - 1.070ms returns FALSE -T1A80 227:270.946 JLINK_HasError() -T1A80 227:271.011 JLINK_IsHalted() -T1A80 227:271.997 - 1.013ms returns FALSE -T1A80 227:372.432 JLINK_HasError() -T1A80 227:372.477 JLINK_IsHalted() -T1A80 227:373.526 - 1.068ms returns FALSE -T1A80 227:474.414 JLINK_HasError() -T1A80 227:474.454 JLINK_IsHalted() -T1A80 227:475.473 - 1.039ms returns FALSE -T1A80 227:576.371 JLINK_HasError() -T1A80 227:576.431 JLINK_IsHalted() -T1A80 227:577.508 - 1.114ms returns FALSE -T1A80 227:677.944 JLINK_HasError() -T1A80 227:677.989 JLINK_IsHalted() -T1A80 227:679.004 - 1.035ms returns FALSE -T1A80 227:779.584 JLINK_HasError() -T1A80 227:779.627 JLINK_IsHalted() -T1A80 227:780.642 - 1.038ms returns FALSE -T1A80 227:881.772 JLINK_HasError() -T1A80 227:881.814 JLINK_IsHalted() -T1A80 227:882.835 - 1.049ms returns FALSE -T1A80 227:983.642 JLINK_HasError() -T1A80 227:983.687 JLINK_IsHalted() -T1A80 227:984.728 - 1.062ms returns FALSE -T1A80 228:085.740 JLINK_HasError() -T1A80 228:085.865 JLINK_IsHalted() -T1A80 228:086.927 - 1.096ms returns FALSE -T1A80 228:187.143 JLINK_HasError() -T1A80 228:187.231 JLINK_IsHalted() -T1A80 228:188.351 - 1.165ms returns FALSE -T1A80 228:288.618 JLINK_HasError() -T1A80 228:288.707 JLINK_IsHalted() -T1A80 228:289.846 - 1.191ms returns FALSE -T1A80 228:390.274 JLINK_HasError() -T1A80 228:390.358 JLINK_IsHalted() -T1A80 228:391.561 - 1.251ms returns FALSE -T1A80 228:492.426 JLINK_HasError() -T1A80 228:492.471 JLINK_IsHalted() -T1A80 228:493.710 - 1.290ms returns FALSE -T1A80 228:593.978 JLINK_HasError() -T1A80 228:594.065 JLINK_IsHalted() -T1A80 228:595.185 - 1.165ms returns FALSE -T1A80 228:695.531 JLINK_HasError() -T1A80 228:695.579 JLINK_IsHalted() -T1A80 228:696.598 - 1.037ms returns FALSE -T1A80 228:797.234 JLINK_HasError() -T1A80 228:797.278 JLINK_IsHalted() -T1A80 228:798.367 - 1.103ms returns FALSE -T1A80 228:899.358 JLINK_HasError() -T1A80 228:899.446 JLINK_IsHalted() -T1A80 228:900.438 - 1.011ms returns FALSE -T1A80 229:001.332 JLINK_HasError() -T1A80 229:001.377 JLINK_IsHalted() -T1A80 229:002.429 - 1.072ms returns FALSE -T1A80 229:103.276 JLINK_HasError() -T1A80 229:103.320 JLINK_IsHalted() -T1A80 229:104.442 - 1.143ms returns FALSE -T1A80 229:205.351 JLINK_HasError() -T1A80 229:205.436 JLINK_IsHalted() -T1A80 229:206.532 - 1.126ms returns FALSE -T1A80 229:307.233 JLINK_HasError() -T1A80 229:307.275 JLINK_IsHalted() -T1A80 229:308.401 - 1.150ms returns FALSE -T1A80 229:408.867 JLINK_HasError() -T1A80 229:408.960 JLINK_IsHalted() -T1A80 229:410.191 - 1.269ms returns FALSE -T1A80 229:510.396 JLINK_HasError() -T1A80 229:510.481 JLINK_IsHalted() -T1A80 229:511.652 - 1.187ms returns FALSE -T1A80 229:612.388 JLINK_HasError() -T1A80 229:612.426 JLINK_IsHalted() -T1A80 229:613.463 - 1.048ms returns FALSE -T1A80 229:714.300 JLINK_HasError() -T1A80 229:714.338 JLINK_IsHalted() -T1A80 229:715.449 - 1.131ms returns FALSE -T1A80 229:815.807 JLINK_HasError() -T1A80 229:815.904 JLINK_IsHalted() -T1A80 229:816.956 - 1.100ms returns FALSE -T1A80 229:917.288 JLINK_HasError() -T1A80 229:917.378 JLINK_IsHalted() -T1A80 229:918.471 - 1.103ms returns FALSE -T1A80 230:018.864 JLINK_HasError() -T1A80 230:018.947 JLINK_IsHalted() -T1A80 230:020.084 - 1.184ms returns FALSE -T1A80 230:121.008 JLINK_HasError() -T1A80 230:121.098 JLINK_IsHalted() -T1A80 230:122.225 - 1.173ms returns FALSE -T1A80 230:222.677 JLINK_HasError() -T1A80 230:222.766 JLINK_IsHalted() -T1A80 230:223.903 - 1.184ms returns FALSE -T1A80 230:324.150 JLINK_HasError() -T1A80 230:324.233 JLINK_IsHalted() -T1A80 230:325.409 - 1.220ms returns FALSE -T1A80 230:425.584 JLINK_HasError() -T1A80 230:425.672 JLINK_IsHalted() -T1A80 230:426.823 - 1.196ms returns FALSE -T1A80 230:527.567 JLINK_HasError() -T1A80 230:527.597 JLINK_IsHalted() -T1A80 230:528.585 - 1.014ms returns FALSE -T1A80 230:629.540 JLINK_HasError() -T1A80 230:629.587 JLINK_IsHalted() -T1A80 230:630.650 - 1.094ms returns FALSE -T1A80 230:730.812 JLINK_HasError() -T1A80 230:730.853 JLINK_IsHalted() -T1A80 230:731.980 - 1.148ms returns FALSE -T1A80 230:832.500 JLINK_HasError() -T1A80 230:832.559 JLINK_IsHalted() -T1A80 230:833.682 - 1.160ms returns FALSE -T1A80 230:933.868 JLINK_HasError() -T1A80 230:933.952 JLINK_IsHalted() -T1A80 230:935.045 - 1.138ms returns FALSE -T1A80 231:035.765 JLINK_HasError() -T1A80 231:035.845 JLINK_IsHalted() -T1A80 231:036.937 - 1.137ms returns FALSE -T1A80 231:137.925 JLINK_HasError() -T1A80 231:138.011 JLINK_IsHalted() -T1A80 231:139.156 - 1.189ms returns FALSE -T1A80 231:240.403 JLINK_HasError() -T1A80 231:240.492 JLINK_IsHalted() -T1A80 231:241.626 - 1.144ms returns FALSE -T1A80 231:341.878 JLINK_HasError() -T1A80 231:341.961 JLINK_IsHalted() -T1A80 231:343.033 - 1.092ms returns FALSE -T1A80 231:443.246 JLINK_HasError() -T1A80 231:443.331 JLINK_IsHalted() -T1A80 231:444.334 - 1.022ms returns FALSE -T1A80 231:544.519 JLINK_HasError() -T1A80 231:544.606 JLINK_IsHalted() -T1A80 231:545.701 - 1.104ms returns FALSE -T1A80 231:646.080 JLINK_HasError() -T1A80 231:646.125 JLINK_IsHalted() -T1A80 231:647.161 - 1.055ms returns FALSE -T1A80 231:747.814 JLINK_HasError() -T1A80 231:747.861 JLINK_IsHalted() -T1A80 231:748.968 - 1.139ms returns FALSE -T1A80 231:849.094 JLINK_HasError() -T1A80 231:849.129 JLINK_IsHalted() -T1A80 231:850.258 - 1.173ms returns FALSE -T1A80 231:951.192 JLINK_HasError() -T1A80 231:951.245 JLINK_IsHalted() -T1A80 231:952.273 - 1.042ms returns FALSE -T1A80 232:052.781 JLINK_HasError() -T1A80 232:052.870 JLINK_IsHalted() -T1A80 232:053.968 - 1.118ms returns FALSE -T1A80 232:154.355 JLINK_HasError() -T1A80 232:154.396 JLINK_IsHalted() -T1A80 232:155.512 - 1.140ms returns FALSE -T1A80 232:256.530 JLINK_HasError() -T1A80 232:256.573 JLINK_IsHalted() -T1A80 232:257.609 - 1.054ms returns FALSE -T1A80 232:358.382 JLINK_HasError() -T1A80 232:358.472 JLINK_IsHalted() -T1A80 232:359.679 - 1.252ms returns FALSE -T1A80 232:460.371 JLINK_HasError() -T1A80 232:460.454 JLINK_IsHalted() -T1A80 232:461.642 - 1.207ms returns FALSE -T1A80 232:561.848 JLINK_HasError() -T1A80 232:561.934 JLINK_IsHalted() -T1A80 232:563.107 - 1.218ms returns FALSE -T1A80 232:663.401 JLINK_HasError() -T1A80 232:663.446 JLINK_IsHalted() -T1A80 232:664.562 - 1.151ms returns FALSE -T1A80 232:764.950 JLINK_HasError() -T1A80 232:765.008 JLINK_IsHalted() -T1A80 232:766.044 - 1.065ms returns FALSE -T1A80 232:866.230 JLINK_HasError() -T1A80 232:866.291 JLINK_IsHalted() -T1A80 232:867.375 - 1.109ms returns FALSE -T1A80 232:967.599 JLINK_HasError() -T1A80 232:967.637 JLINK_IsHalted() -T1A80 232:968.659 - 1.045ms returns FALSE -T1A80 233:069.532 JLINK_HasError() -T1A80 233:069.585 JLINK_IsHalted() -T1A80 233:070.644 - 1.080ms returns FALSE -T1A80 233:171.409 JLINK_HasError() -T1A80 233:171.453 JLINK_IsHalted() -T1A80 233:172.479 - 1.035ms returns FALSE -T1A80 233:272.996 JLINK_HasError() -T1A80 233:273.078 JLINK_IsHalted() -T1A80 233:274.167 - 1.131ms returns FALSE -T1A80 233:374.546 JLINK_HasError() -T1A80 233:374.635 JLINK_IsHalted() -T1A80 233:375.696 - 1.069ms returns FALSE -T1A80 233:476.370 JLINK_HasError() -T1A80 233:476.405 JLINK_IsHalted() -T1A80 233:477.481 - 1.121ms returns FALSE -T1A80 233:578.292 JLINK_HasError() -T1A80 233:578.334 JLINK_IsHalted() -T1A80 233:579.444 - 1.130ms returns FALSE -T1A80 233:680.105 JLINK_HasError() -T1A80 233:680.146 JLINK_IsHalted() -T1A80 233:681.176 - 1.050ms returns FALSE -T1A80 233:781.775 JLINK_HasError() -T1A80 233:781.820 JLINK_IsHalted() -T1A80 233:782.937 - 1.162ms returns FALSE -T1A80 233:883.566 JLINK_HasError() -T1A80 233:883.612 JLINK_IsHalted() -T1A80 233:884.637 - 1.041ms returns FALSE -T1A80 233:985.527 JLINK_HasError() -T1A80 233:985.566 JLINK_IsHalted() -T1A80 233:986.650 - 1.101ms returns FALSE -T1A80 234:087.582 JLINK_HasError() -T1A80 234:087.645 JLINK_IsHalted() -T1A80 234:088.732 - 1.111ms returns FALSE -T1A80 234:189.818 JLINK_HasError() -T1A80 234:189.912 JLINK_IsHalted() -T1A80 234:191.146 - 1.282ms returns FALSE -T1A80 234:291.406 JLINK_HasError() -T1A80 234:291.485 JLINK_IsHalted() -T1A80 234:292.629 - 1.196ms returns FALSE -T1A80 234:392.827 JLINK_HasError() -T1A80 234:392.915 JLINK_IsHalted() -T1A80 234:394.096 - 1.216ms returns FALSE -T1A80 234:494.927 JLINK_HasError() -T1A80 234:494.973 JLINK_IsHalted() -T1A80 234:496.098 - 1.144ms returns FALSE -T1A80 234:596.299 JLINK_HasError() -T1A80 234:596.382 JLINK_IsHalted() -T1A80 234:597.561 - 1.224ms returns FALSE -T1A80 234:698.544 JLINK_HasError() -T1A80 234:698.586 JLINK_IsHalted() -T1A80 234:699.646 - 1.076ms returns FALSE -T1A80 234:800.662 JLINK_HasError() -T1A80 234:800.750 JLINK_IsHalted() -T1A80 234:802.011 - 1.280ms returns FALSE -T1A80 234:902.516 JLINK_HasError() -T1A80 234:902.557 JLINK_IsHalted() -T1A80 234:903.553 - 1.043ms returns FALSE -T1A80 235:004.918 JLINK_HasError() -T1A80 235:005.006 JLINK_IsHalted() -T1A80 235:006.095 - 1.108ms returns FALSE -T1A80 235:106.957 JLINK_HasError() -T1A80 235:107.112 JLINK_IsHalted() -T1A80 235:108.203 - 1.111ms returns FALSE -T1A80 235:208.962 JLINK_HasError() -T1A80 235:209.052 JLINK_IsHalted() -T1A80 235:210.166 - 1.134ms returns FALSE -T1A80 235:311.235 JLINK_HasError() -T1A80 235:311.273 JLINK_IsHalted() -T1A80 235:312.312 - 1.059ms returns FALSE -T1A80 235:412.517 JLINK_HasError() -T1A80 235:412.597 JLINK_IsHalted() -T1A80 235:413.671 - 1.084ms returns FALSE -T1A80 235:514.869 JLINK_HasError() -T1A80 235:514.963 JLINK_IsHalted() -T1A80 235:516.118 - 1.201ms returns FALSE -T1A80 235:616.361 JLINK_HasError() -T1A80 235:616.442 JLINK_IsHalted() -T1A80 235:617.541 - 1.142ms returns FALSE -T1A80 235:717.751 JLINK_HasError() -T1A80 235:717.791 JLINK_IsHalted() -T1A80 235:718.919 - 1.144ms returns FALSE -T1A80 235:819.106 JLINK_HasError() -T1A80 235:819.196 JLINK_IsHalted() -T1A80 235:820.298 - 1.121ms returns FALSE -T1A80 235:920.841 JLINK_HasError() -T1A80 235:920.919 JLINK_IsHalted() -T1A80 235:921.977 - 1.066ms returns FALSE -T1A80 236:022.270 JLINK_HasError() -T1A80 236:022.312 JLINK_IsHalted() -T1A80 236:023.369 - 1.072ms returns FALSE -T1A80 236:124.297 JLINK_HasError() -T1A80 236:124.342 JLINK_IsHalted() -T1A80 236:125.339 - 1.042ms returns FALSE -T1A80 236:226.298 JLINK_HasError() -T1A80 236:226.348 JLINK_IsHalted() -T1A80 236:227.440 - 1.115ms returns FALSE -T1A80 236:328.103 JLINK_HasError() -T1A80 236:328.163 JLINK_IsHalted() -T1A80 236:329.224 - 1.120ms returns FALSE -T1A80 236:430.381 JLINK_HasError() -T1A80 236:430.460 JLINK_IsHalted() -T1A80 236:431.597 - 1.158ms returns FALSE -T1A80 236:532.027 JLINK_HasError() -T1A80 236:532.113 JLINK_IsHalted() -T1A80 236:533.249 - 1.158ms returns FALSE -T1A80 236:633.817 JLINK_HasError() -T1A80 236:633.865 JLINK_IsHalted() -T1A80 236:634.889 - 1.038ms returns FALSE -T1A80 236:735.593 JLINK_HasError() -T1A80 236:735.635 JLINK_IsHalted() -T1A80 236:736.866 - 1.281ms returns FALSE -T1A80 236:837.065 JLINK_HasError() -T1A80 236:837.159 JLINK_IsHalted() -T1A80 236:838.231 - 1.116ms returns FALSE -T1A80 236:938.485 JLINK_HasError() -T1A80 236:938.576 JLINK_IsHalted() -T1A80 236:939.752 - 1.221ms returns FALSE -T1A80 237:040.448 JLINK_HasError() -T1A80 237:040.541 JLINK_IsHalted() -T1A80 237:041.599 - 1.067ms returns FALSE -T1A80 237:142.341 JLINK_HasError() -T1A80 237:142.431 JLINK_IsHalted() -T1A80 237:143.567 - 1.158ms returns FALSE -T1A80 237:244.263 JLINK_HasError() -T1A80 237:244.303 JLINK_IsHalted() -T1A80 237:245.389 - 1.130ms returns FALSE -T1A80 237:346.448 JLINK_HasError() -T1A80 237:346.499 JLINK_IsHalted() -T1A80 237:347.594 - 1.114ms returns FALSE -T1A80 237:447.798 JLINK_HasError() -T1A80 237:447.891 JLINK_IsHalted() -T1A80 237:449.065 - 1.218ms returns FALSE -T1A80 237:549.836 JLINK_HasError() -T1A80 237:549.876 JLINK_IsHalted() -T1A80 237:550.974 - 1.131ms returns FALSE -T1A80 237:652.044 JLINK_HasError() -T1A80 237:652.092 JLINK_IsHalted() -T1A80 237:653.120 - 1.047ms returns FALSE -T1A80 237:753.708 JLINK_HasError() -T1A80 237:753.755 JLINK_IsHalted() -T1A80 237:754.895 - 1.159ms returns FALSE -T1A80 237:856.008 JLINK_HasError() -T1A80 237:856.108 JLINK_IsHalted() -T1A80 237:857.271 - 1.214ms returns FALSE -T1A80 237:957.787 JLINK_HasError() -T1A80 237:957.875 JLINK_IsHalted() -T1A80 237:958.994 - 1.164ms returns FALSE -T1A80 238:059.261 JLINK_HasError() -T1A80 238:059.344 JLINK_IsHalted() -T1A80 238:060.494 - 1.195ms returns FALSE -T1A80 238:160.966 JLINK_HasError() -T1A80 238:161.009 JLINK_IsHalted() -T1A80 238:162.013 - 1.023ms returns FALSE -T1A80 238:262.822 JLINK_HasError() -T1A80 238:262.907 JLINK_IsHalted() -T1A80 238:264.090 - 1.228ms returns FALSE -T1A80 238:364.949 JLINK_HasError() -T1A80 238:365.010 JLINK_IsHalted() -T1A80 238:366.021 - 1.027ms returns FALSE -T1A80 238:466.711 JLINK_HasError() -T1A80 238:466.756 JLINK_IsHalted() -T1A80 238:467.800 - 1.089ms returns FALSE -T1A80 238:568.806 JLINK_HasError() -T1A80 238:568.887 JLINK_IsHalted() -T1A80 238:570.078 - 1.236ms returns FALSE -T1A80 238:670.275 JLINK_HasError() -T1A80 238:670.325 JLINK_IsHalted() -T1A80 238:671.372 - 1.059ms returns FALSE -T1A80 238:772.265 JLINK_HasError() -T1A80 238:772.352 JLINK_IsHalted() -T1A80 238:773.507 - 1.199ms returns FALSE -T1A80 238:873.865 JLINK_HasError() -T1A80 238:873.900 JLINK_IsHalted() -T1A80 238:874.989 - 1.108ms returns FALSE -T1A80 238:975.192 JLINK_HasError() -T1A80 238:975.281 JLINK_IsHalted() -T1A80 238:976.468 - 1.206ms returns FALSE -T1A80 239:077.226 JLINK_HasError() -T1A80 239:077.312 JLINK_IsHalted() -T1A80 239:078.466 - 1.198ms returns FALSE -T1A80 239:178.725 JLINK_HasError() -T1A80 239:178.770 JLINK_IsHalted() -T1A80 239:179.924 - 1.207ms returns FALSE -T1A80 239:280.042 JLINK_HasError() -T1A80 239:280.079 JLINK_IsHalted() -T1A80 239:281.159 - 1.100ms returns FALSE -T1A80 239:381.749 JLINK_HasError() -T1A80 239:381.835 JLINK_IsHalted() -T1A80 239:382.835 - 1.020ms returns FALSE -T1A80 239:483.276 JLINK_HasError() -T1A80 239:483.373 JLINK_IsHalted() -T1A80 239:484.425 - 1.076ms returns FALSE -T1A80 239:585.151 JLINK_HasError() -T1A80 239:585.240 JLINK_IsHalted() -T1A80 239:586.355 - 1.133ms returns FALSE -T1A80 239:687.454 JLINK_HasError() -T1A80 239:687.540 JLINK_IsHalted() -T1A80 239:688.598 - 1.078ms returns FALSE -T1A80 239:789.679 JLINK_HasError() -T1A80 239:789.729 JLINK_IsHalted() -T1A80 239:790.840 - 1.148ms returns FALSE -T1A80 239:891.388 JLINK_HasError() -T1A80 239:891.470 JLINK_IsHalted() -T1A80 239:892.622 - 1.200ms returns FALSE -T1A80 239:993.436 JLINK_HasError() -T1A80 239:993.527 JLINK_IsHalted() -T1A80 239:994.629 - 1.140ms returns FALSE -T1A80 240:094.801 JLINK_HasError() -T1A80 240:094.882 JLINK_IsHalted() -T1A80 240:096.111 - 1.274ms returns FALSE -T1A80 240:196.489 JLINK_HasError() -T1A80 240:196.531 JLINK_IsHalted() -T1A80 240:197.524 - 1.006ms returns FALSE -T1A80 240:298.544 JLINK_HasError() -T1A80 240:298.631 JLINK_IsHalted() -T1A80 240:299.805 - 1.199ms returns FALSE -T1A80 240:400.396 JLINK_HasError() -T1A80 240:400.479 JLINK_IsHalted() -T1A80 240:401.671 - 1.210ms returns FALSE -T1A80 240:501.888 JLINK_HasError() -T1A80 240:501.974 JLINK_IsHalted() -T1A80 240:503.172 - 1.219ms returns FALSE -T1A80 240:603.979 JLINK_HasError() -T1A80 240:604.069 JLINK_IsHalted() -T1A80 240:605.047 - 0.998ms returns FALSE -T1A80 240:705.880 JLINK_HasError() -T1A80 240:705.927 JLINK_IsHalted() -T1A80 240:706.923 - 1.013ms returns FALSE -T1A80 240:807.727 JLINK_HasError() -T1A80 240:807.816 JLINK_IsHalted() -T1A80 240:808.813 - 1.016ms returns FALSE -T1A80 240:908.939 JLINK_HasError() -T1A80 240:908.983 JLINK_IsHalted() -T1A80 240:910.030 - 1.066ms returns FALSE -T1A80 241:010.279 JLINK_HasError() -T1A80 241:010.365 JLINK_IsHalted() -T1A80 241:011.467 - 1.121ms returns FALSE -T1A80 241:111.664 JLINK_HasError() -T1A80 241:111.750 JLINK_IsHalted() -T1A80 241:112.950 - 1.245ms returns FALSE -T1A80 241:213.353 JLINK_HasError() -T1A80 241:213.399 JLINK_IsHalted() -T1A80 241:214.382 - 0.991ms returns FALSE -T1A80 241:314.565 JLINK_HasError() -T1A80 241:314.654 JLINK_IsHalted() -T1A80 241:315.835 - 1.226ms returns FALSE -T1A80 241:416.589 JLINK_HasError() -T1A80 241:416.675 JLINK_IsHalted() -T1A80 241:417.943 - 1.321ms returns FALSE -T1A80 241:518.760 JLINK_HasError() -T1A80 241:518.837 JLINK_IsHalted() -T1A80 241:519.893 - 1.114ms returns FALSE -T1A80 241:620.870 JLINK_HasError() -T1A80 241:620.918 JLINK_IsHalted() -T1A80 241:621.946 - 1.040ms returns FALSE -T1A80 241:722.899 JLINK_HasError() -T1A80 241:722.940 JLINK_IsHalted() -T1A80 241:723.936 - 1.015ms returns FALSE -T1A80 241:824.266 JLINK_HasError() -T1A80 241:824.315 JLINK_IsHalted() -T1A80 241:825.427 - 1.132ms returns FALSE -T1A80 241:926.247 JLINK_HasError() -T1A80 241:926.326 JLINK_IsHalted() -T1A80 241:927.445 - 1.163ms returns FALSE -T1A80 242:028.019 JLINK_HasError() -T1A80 242:028.108 JLINK_IsHalted() -T1A80 242:029.229 - 1.167ms returns FALSE -T1A80 242:129.869 JLINK_HasError() -T1A80 242:129.965 JLINK_IsHalted() -T1A80 242:131.118 - 1.175ms returns FALSE -T1A80 242:231.684 JLINK_HasError() -T1A80 242:231.770 JLINK_IsHalted() -T1A80 242:232.867 - 1.106ms returns FALSE -T1A80 242:333.528 JLINK_HasError() -T1A80 242:333.565 JLINK_IsHalted() -T1A80 242:334.642 - 1.096ms returns FALSE -T1A80 242:435.369 JLINK_HasError() -T1A80 242:435.414 JLINK_IsHalted() -T1A80 242:436.478 - 1.100ms returns FALSE -T1A80 242:537.013 JLINK_HasError() -T1A80 242:537.103 JLINK_IsHalted() -T1A80 242:538.201 - 1.116ms returns FALSE -T1A80 242:639.039 JLINK_HasError() -T1A80 242:639.083 JLINK_IsHalted() -T1A80 242:640.219 - 1.156ms returns FALSE -T1A80 242:740.719 JLINK_HasError() -T1A80 242:740.768 JLINK_IsHalted() -T1A80 242:741.798 - 1.050ms returns FALSE -T1A80 242:842.033 JLINK_HasError() -T1A80 242:842.080 JLINK_IsHalted() -T1A80 242:843.264 - 1.203ms returns FALSE -T1A80 242:943.938 JLINK_HasError() -T1A80 242:944.040 JLINK_IsHalted() -T1A80 242:945.169 - 1.141ms returns FALSE -T1A80 243:045.356 JLINK_HasError() -T1A80 243:045.437 JLINK_IsHalted() -T1A80 243:046.597 - 1.205ms returns FALSE -T1A80 243:147.731 JLINK_HasError() -T1A80 243:147.819 JLINK_IsHalted() -T1A80 243:148.949 - 1.175ms returns FALSE -T1A80 243:249.762 JLINK_HasError() -T1A80 243:249.853 JLINK_IsHalted() -T1A80 243:250.963 - 1.130ms returns FALSE -T1A80 243:352.135 JLINK_HasError() -T1A80 243:352.219 JLINK_IsHalted() -T1A80 243:353.418 - 1.246ms returns FALSE -T1A80 243:454.473 JLINK_HasError() -T1A80 243:454.564 JLINK_IsHalted() -T1A80 243:455.740 - 1.221ms returns FALSE -T1A80 243:556.355 JLINK_HasError() -T1A80 243:556.441 JLINK_IsHalted() -T1A80 243:557.618 - 1.222ms returns FALSE -T1A80 243:658.045 JLINK_HasError() -T1A80 243:658.091 JLINK_IsHalted() -T1A80 243:659.248 - 1.174ms returns FALSE -T1A80 243:759.894 JLINK_HasError() -T1A80 243:759.942 JLINK_IsHalted() -T1A80 243:761.035 - 1.122ms returns FALSE -T1A80 243:862.027 JLINK_HasError() -T1A80 243:862.116 JLINK_IsHalted() -T1A80 243:863.146 - 1.049ms returns FALSE -T1A80 243:964.177 JLINK_HasError() -T1A80 243:964.227 JLINK_IsHalted() -T1A80 243:965.308 - 1.127ms returns FALSE -T1A80 244:065.576 JLINK_HasError() -T1A80 244:065.669 JLINK_IsHalted() -T1A80 244:066.786 - 1.162ms returns FALSE -T1A80 244:166.973 JLINK_HasError() -T1A80 244:167.058 JLINK_IsHalted() -T1A80 244:168.161 - 1.148ms returns FALSE -T1A80 244:268.392 JLINK_HasError() -T1A80 244:268.480 JLINK_IsHalted() -T1A80 244:269.640 - 1.182ms returns FALSE -T1A80 244:370.094 JLINK_HasError() -T1A80 244:370.184 JLINK_IsHalted() -T1A80 244:371.251 - 1.120ms returns FALSE -T1A80 244:471.861 JLINK_HasError() -T1A80 244:471.903 JLINK_IsHalted() -T1A80 244:472.932 - 1.047ms returns FALSE -T1A80 244:573.309 JLINK_HasError() -T1A80 244:573.351 JLINK_IsHalted() -T1A80 244:574.671 - 1.340ms returns FALSE -T1A80 244:675.296 JLINK_HasError() -T1A80 244:675.386 JLINK_IsHalted() -T1A80 244:676.461 - 1.094ms returns FALSE -T1A80 244:777.469 JLINK_HasError() -T1A80 244:777.519 JLINK_IsHalted() -T1A80 244:778.521 - 1.011ms returns FALSE -T1A80 244:879.404 JLINK_HasError() -T1A80 244:879.457 JLINK_IsHalted() -T1A80 244:880.460 - 1.036ms returns FALSE -T1A80 244:981.270 JLINK_HasError() -T1A80 244:981.319 JLINK_IsHalted() -T1A80 244:982.425 - 1.140ms returns FALSE -T1A80 245:083.217 JLINK_HasError() -T1A80 245:083.386 JLINK_IsHalted() -T1A80 245:084.565 - 1.199ms returns FALSE -T1A80 245:184.771 JLINK_HasError() -T1A80 245:184.857 JLINK_IsHalted() -T1A80 245:186.118 - 1.305ms returns FALSE -T1A80 245:286.278 JLINK_HasError() -T1A80 245:286.322 JLINK_IsHalted() -T1A80 245:287.447 - 1.144ms returns FALSE -T1A80 245:388.384 JLINK_HasError() -T1A80 245:388.473 JLINK_IsHalted() -T1A80 245:389.586 - 1.154ms returns FALSE -T1A80 245:490.402 JLINK_HasError() -T1A80 245:490.480 JLINK_IsHalted() -T1A80 245:491.647 - 1.211ms returns FALSE -T1A80 245:592.291 JLINK_HasError() -T1A80 245:592.333 JLINK_IsHalted() -T1A80 245:593.380 - 1.066ms returns FALSE -T1A80 245:694.340 JLINK_HasError() -T1A80 245:694.377 JLINK_IsHalted() -T1A80 245:695.516 - 1.154ms returns FALSE -T1A80 245:795.807 JLINK_HasError() -T1A80 245:795.874 JLINK_IsHalted() -T1A80 245:797.013 - 1.160ms returns FALSE -T1A80 245:897.233 JLINK_HasError() -T1A80 245:897.315 JLINK_IsHalted() -T1A80 245:898.447 - 1.177ms returns FALSE -T1A80 245:998.878 JLINK_HasError() -T1A80 245:998.923 JLINK_IsHalted() -T1A80 245:999.952 - 1.044ms returns FALSE -T1A80 246:100.359 JLINK_HasError() -T1A80 246:100.447 JLINK_IsHalted() -T1A80 246:101.562 - 1.159ms returns FALSE -T1A80 246:202.366 JLINK_HasError() -T1A80 246:202.445 JLINK_IsHalted() -T1A80 246:203.533 - 1.124ms returns FALSE -T1A80 246:304.601 JLINK_HasError() -T1A80 246:304.644 JLINK_IsHalted() -T1A80 246:305.683 - 1.059ms returns FALSE -T1A80 246:407.089 JLINK_HasError() -T1A80 246:407.154 JLINK_IsHalted() -T1A80 246:408.235 - 1.103ms returns FALSE -T1A80 246:509.047 JLINK_HasError() -T1A80 246:509.087 JLINK_IsHalted() -T1A80 246:510.128 - 1.060ms returns FALSE -T1A80 246:610.241 JLINK_HasError() -T1A80 246:610.285 JLINK_IsHalted() -T1A80 246:611.361 - 1.120ms returns FALSE -T1A80 246:712.165 JLINK_HasError() -T1A80 246:712.207 JLINK_IsHalted() -T1A80 246:713.275 - 1.083ms returns FALSE -T1A80 246:813.370 JLINK_HasError() -T1A80 246:813.460 JLINK_IsHalted() -T1A80 246:814.674 - 1.259ms returns FALSE -T1A80 246:914.913 JLINK_HasError() -T1A80 246:915.005 JLINK_IsHalted() -T1A80 246:916.153 - 1.192ms returns FALSE -T1A80 247:016.281 JLINK_HasError() -T1A80 247:016.347 JLINK_IsHalted() -T1A80 247:017.480 - 1.165ms returns FALSE -T1A80 247:118.359 JLINK_HasError() -T1A80 247:118.405 JLINK_IsHalted() -T1A80 247:119.449 - 1.089ms returns FALSE -T1A80 247:219.820 JLINK_HasError() -T1A80 247:219.877 JLINK_IsHalted() -T1A80 247:221.013 - 1.174ms returns FALSE -T1A80 247:321.241 JLINK_HasError() -T1A80 247:321.325 JLINK_IsHalted() -T1A80 247:322.502 - 1.221ms returns FALSE -T1A80 247:422.689 JLINK_HasError() -T1A80 247:422.780 JLINK_IsHalted() -T1A80 247:424.003 - 1.267ms returns FALSE -T1A80 247:524.400 JLINK_HasError() -T1A80 247:524.485 JLINK_IsHalted() -T1A80 247:525.671 - 1.196ms returns FALSE -T1A80 247:625.725 JLINK_HasError() -T1A80 247:625.762 JLINK_IsHalted() -T1A80 247:626.760 - 1.014ms returns FALSE -T1A80 247:727.441 JLINK_HasError() -T1A80 247:727.485 JLINK_IsHalted() -T1A80 247:728.580 - 1.140ms returns FALSE -T1A80 247:829.622 JLINK_HasError() -T1A80 247:829.702 JLINK_IsHalted() -T1A80 247:830.821 - 1.152ms returns FALSE -T1A80 247:931.857 JLINK_HasError() -T1A80 247:931.946 JLINK_IsHalted() -T1A80 247:933.059 - 1.160ms returns FALSE -T1A80 248:033.266 JLINK_HasError() -T1A80 248:033.345 JLINK_IsHalted() -T1A80 248:034.529 - 1.229ms returns FALSE -T1A80 248:135.308 JLINK_HasError() -T1A80 248:135.398 JLINK_IsHalted() -T1A80 248:136.492 - 1.113ms returns FALSE -T1A80 248:236.787 JLINK_HasError() -T1A80 248:236.881 JLINK_IsHalted() -T1A80 248:237.967 - 1.131ms returns FALSE -T1A80 248:339.014 JLINK_HasError() -T1A80 248:339.104 JLINK_IsHalted() -T1A80 248:340.206 - 1.121ms returns FALSE -T1A80 248:440.471 JLINK_HasError() -T1A80 248:440.512 JLINK_IsHalted() -T1A80 248:441.562 - 1.095ms returns FALSE -T1A80 248:541.866 JLINK_HasError() -T1A80 248:541.956 JLINK_IsHalted() -T1A80 248:543.030 - 1.116ms returns FALSE -T1A80 248:643.903 JLINK_HasError() -T1A80 248:643.947 JLINK_IsHalted() -T1A80 248:644.994 - 1.066ms returns FALSE -T1A80 248:745.297 JLINK_HasError() -T1A80 248:745.400 JLINK_IsHalted() -T1A80 248:746.603 - 1.225ms returns FALSE -T1A80 248:847.192 JLINK_HasError() -T1A80 248:847.278 JLINK_IsHalted() -T1A80 248:848.359 - 1.125ms returns FALSE -T1A80 248:948.584 JLINK_HasError() -T1A80 248:948.662 JLINK_IsHalted() -T1A80 248:949.759 - 1.148ms returns FALSE -T1A80 249:050.375 JLINK_HasError() -T1A80 249:050.467 JLINK_IsHalted() -T1A80 249:051.586 - 1.155ms returns FALSE -T1A80 249:151.871 JLINK_HasError() -T1A80 249:151.954 JLINK_IsHalted() -T1A80 249:153.168 - 1.265ms returns FALSE -T1A80 249:253.408 JLINK_HasError() -T1A80 249:253.501 JLINK_IsHalted() -T1A80 249:254.567 - 1.110ms returns FALSE -T1A80 249:354.978 JLINK_HasError() -T1A80 249:355.066 JLINK_IsHalted() -T1A80 249:356.190 - 1.168ms returns FALSE -T1A80 249:456.409 JLINK_HasError() -T1A80 249:456.493 JLINK_IsHalted() -T1A80 249:457.698 - 1.240ms returns FALSE -T1A80 249:557.793 JLINK_HasError() -T1A80 249:557.840 JLINK_IsHalted() -T1A80 249:558.947 - 1.152ms returns FALSE -T1A80 249:659.303 JLINK_HasError() -T1A80 249:659.352 JLINK_IsHalted() -T1A80 249:660.394 - 1.066ms returns FALSE -T1A80 249:761.446 JLINK_HasError() -T1A80 249:761.506 JLINK_IsHalted() -T1A80 249:762.584 - 1.096ms returns FALSE -T1A80 249:862.831 JLINK_HasError() -T1A80 249:862.878 JLINK_IsHalted() -T1A80 249:864.041 - 1.199ms returns FALSE -T1A80 249:965.125 JLINK_HasError() -T1A80 249:965.204 JLINK_IsHalted() -T1A80 249:966.367 - 1.207ms returns FALSE -T1A80 250:067.122 JLINK_HasError() -T1A80 250:067.212 JLINK_IsHalted() -T1A80 250:068.363 - 1.171ms returns FALSE -T1A80 250:169.075 JLINK_HasError() -T1A80 250:169.161 JLINK_IsHalted() -T1A80 250:170.276 - 1.160ms returns FALSE -T1A80 250:270.783 JLINK_HasError() -T1A80 250:270.838 JLINK_IsHalted() -T1A80 250:271.916 - 1.104ms returns FALSE -T1A80 250:373.017 JLINK_HasError() -T1A80 250:373.099 JLINK_IsHalted() -T1A80 250:374.235 - 1.159ms returns FALSE -T1A80 250:474.409 JLINK_HasError() -T1A80 250:474.521 JLINK_IsHalted() -T1A80 250:475.797 - 1.324ms returns FALSE -T1A80 250:576.520 JLINK_HasError() -T1A80 250:576.556 JLINK_IsHalted() -T1A80 250:577.657 - 1.145ms returns FALSE -T1A80 250:678.295 JLINK_HasError() -T1A80 250:678.336 JLINK_IsHalted() -T1A80 250:679.356 - 1.057ms returns FALSE -T1A80 250:780.374 JLINK_HasError() -T1A80 250:780.469 JLINK_IsHalted() -T1A80 250:781.715 - 1.266ms returns FALSE -T1A80 250:881.930 JLINK_HasError() -T1A80 250:882.020 JLINK_IsHalted() -T1A80 250:883.122 - 1.148ms returns FALSE -T1A80 250:983.295 JLINK_HasError() -T1A80 250:983.374 JLINK_IsHalted() -T1A80 250:984.518 - 1.189ms returns FALSE -T1A80 251:085.278 JLINK_HasError() -T1A80 251:085.361 JLINK_IsHalted() -T1A80 251:086.361 - 1.021ms returns FALSE -T1A80 251:186.562 JLINK_HasError() -T1A80 251:186.650 JLINK_IsHalted() -T1A80 251:187.827 - 1.228ms returns FALSE -T1A80 251:288.104 JLINK_HasError() -T1A80 251:288.139 JLINK_IsHalted() -T1A80 251:289.127 - 1.006ms returns FALSE -T1A80 251:390.006 JLINK_HasError() -T1A80 251:390.056 JLINK_IsHalted() -T1A80 251:391.179 - 1.142ms returns FALSE -T1A80 251:491.406 JLINK_HasError() -T1A80 251:491.507 JLINK_IsHalted() -T1A80 251:492.670 - 1.183ms returns FALSE -T1A80 251:593.485 JLINK_HasError() -T1A80 251:593.522 JLINK_IsHalted() -T1A80 251:594.675 - 1.195ms returns FALSE -T1A80 251:695.655 JLINK_HasError() -T1A80 251:695.748 JLINK_IsHalted() -T1A80 251:696.761 - 1.033ms returns FALSE -T1A80 251:797.521 JLINK_HasError() -T1A80 251:797.608 JLINK_IsHalted() -T1A80 251:798.738 - 1.149ms returns FALSE -T1A80 251:898.925 JLINK_HasError() -T1A80 251:899.004 JLINK_IsHalted() -T1A80 251:900.251 - 1.292ms returns FALSE -T1A80 252:001.359 JLINK_HasError() -T1A80 252:001.493 JLINK_IsHalted() -T1A80 252:002.613 - 1.163ms returns FALSE -T1A80 252:103.242 JLINK_HasError() -T1A80 252:103.336 JLINK_IsHalted() -T1A80 252:104.402 - 1.085ms returns FALSE -T1A80 252:204.760 JLINK_HasError() -T1A80 252:204.846 JLINK_IsHalted() -T1A80 252:205.980 - 1.150ms returns FALSE -T1A80 252:306.359 JLINK_HasError() -T1A80 252:306.513 JLINK_IsHalted() -T1A80 252:307.799 - 1.330ms returns FALSE -T1A80 252:408.754 JLINK_HasError() -T1A80 252:408.797 JLINK_IsHalted() -T1A80 252:409.856 - 1.079ms returns FALSE -T1A80 252:510.874 JLINK_HasError() -T1A80 252:510.924 JLINK_IsHalted() -T1A80 252:512.012 - 1.110ms returns FALSE -T1A80 252:612.219 JLINK_HasError() -T1A80 252:612.300 JLINK_IsHalted() -T1A80 252:613.416 - 1.162ms returns FALSE -T1A80 252:714.122 JLINK_HasError() -T1A80 252:714.159 JLINK_IsHalted() -T1A80 252:715.192 - 1.049ms returns FALSE -T1A80 252:815.737 JLINK_HasError() -T1A80 252:815.825 JLINK_IsHalted() -T1A80 252:817.043 - 1.270ms returns FALSE -T1A80 252:917.378 JLINK_HasError() -T1A80 252:917.410 JLINK_IsHalted() -T1A80 252:918.494 - 1.110ms returns FALSE -T1A80 253:019.021 JLINK_HasError() -T1A80 253:019.122 JLINK_IsHalted() -T1A80 253:020.190 - 1.087ms returns FALSE -T1A80 253:120.572 JLINK_HasError() -T1A80 253:120.666 JLINK_IsHalted() -T1A80 253:121.843 - 1.221ms returns FALSE -T1A80 253:222.102 JLINK_HasError() -T1A80 253:222.187 JLINK_IsHalted() -T1A80 253:223.271 - 1.129ms returns FALSE -T1A80 253:323.456 JLINK_HasError() -T1A80 253:323.546 JLINK_IsHalted() -T1A80 253:324.640 - 1.138ms returns FALSE -T1A80 253:425.435 JLINK_HasError() -T1A80 253:425.521 JLINK_IsHalted() -T1A80 253:426.658 - 1.157ms returns FALSE -T1A80 253:527.230 JLINK_HasError() -T1A80 253:527.291 JLINK_IsHalted() -T1A80 253:528.328 - 1.056ms returns FALSE -T1A80 253:628.673 JLINK_HasError() -T1A80 253:628.707 JLINK_IsHalted() -T1A80 253:629.829 - 1.143ms returns FALSE -T1A80 253:730.745 JLINK_HasError() -T1A80 253:730.832 JLINK_IsHalted() -T1A80 253:731.883 - 1.070ms returns FALSE -T1A80 253:832.102 JLINK_HasError() -T1A80 253:832.192 JLINK_IsHalted() -T1A80 253:833.329 - 1.183ms returns FALSE -T1A80 253:934.251 JLINK_HasError() -T1A80 253:934.295 JLINK_IsHalted() -T1A80 253:935.395 - 1.113ms returns FALSE -T1A80 254:036.609 JLINK_HasError() -T1A80 254:036.674 JLINK_IsHalted() -T1A80 254:037.757 - 1.101ms returns FALSE -T1A80 254:137.968 JLINK_HasError() -T1A80 254:138.058 JLINK_IsHalted() -T1A80 254:139.137 - 1.093ms returns FALSE -T1A80 254:239.869 JLINK_HasError() -T1A80 254:239.954 JLINK_IsHalted() -T1A80 254:241.074 - 1.141ms returns FALSE -T1A80 254:342.008 JLINK_HasError() -T1A80 254:342.052 JLINK_IsHalted() -T1A80 254:343.092 - 1.050ms returns FALSE -T1A80 254:443.503 JLINK_HasError() -T1A80 254:443.598 JLINK_IsHalted() -T1A80 254:444.708 - 1.130ms returns FALSE -T1A80 254:544.919 JLINK_HasError() -T1A80 254:544.998 JLINK_IsHalted() -T1A80 254:546.118 - 1.170ms returns FALSE -T1A80 254:646.272 JLINK_HasError() -T1A80 254:646.319 JLINK_IsHalted() -T1A80 254:647.378 - 1.080ms returns FALSE -T1A80 254:747.571 JLINK_HasError() -T1A80 254:747.660 JLINK_IsHalted() -T1A80 254:748.638 - 0.996ms returns FALSE -T1A80 254:848.875 JLINK_HasError() -T1A80 254:848.962 JLINK_IsHalted() -T1A80 254:850.022 - 1.078ms returns FALSE -T1A80 254:950.936 JLINK_HasError() -T1A80 254:951.024 JLINK_IsHalted() -T1A80 254:952.302 - 1.323ms returns FALSE -T1A80 255:053.068 JLINK_HasError() -T1A80 255:053.145 JLINK_IsHalted() -T1A80 255:054.296 - 1.203ms returns FALSE -T1A80 255:154.491 JLINK_HasError() -T1A80 255:154.583 JLINK_IsHalted() -T1A80 255:155.836 - 1.298ms returns FALSE -T1A80 255:256.090 JLINK_HasError() -T1A80 255:256.176 JLINK_IsHalted() -T1A80 255:257.193 - 1.037ms returns FALSE -T1A80 255:357.903 JLINK_HasError() -T1A80 255:357.992 JLINK_IsHalted() -T1A80 255:359.033 - 1.060ms returns FALSE -T1A80 255:460.296 JLINK_HasError() -T1A80 255:460.395 JLINK_IsHalted() -T1A80 255:461.515 - 1.316ms returns FALSE -T1A80 255:562.626 JLINK_HasError() -T1A80 255:562.705 JLINK_IsHalted() -T1A80 255:563.855 - 1.172ms returns FALSE -T1A80 255:664.138 JLINK_HasError() -T1A80 255:664.200 JLINK_IsHalted() -T1A80 255:665.277 - 1.109ms returns FALSE -T1A80 255:765.990 JLINK_HasError() -T1A80 255:766.034 JLINK_IsHalted() -T1A80 255:767.202 - 1.219ms returns FALSE -T1A80 255:868.255 JLINK_HasError() -T1A80 255:868.342 JLINK_IsHalted() -T1A80 255:869.650 - 1.352ms returns FALSE -T1A80 255:970.298 JLINK_HasError() -T1A80 255:970.580 JLINK_IsHalted() -T1A80 255:971.623 - 1.053ms returns FALSE -T1A80 256:071.806 JLINK_HasError() -T1A80 256:071.840 JLINK_IsHalted() -T1A80 256:072.907 - 1.087ms returns FALSE -T1A80 256:173.095 JLINK_HasError() -T1A80 256:173.144 JLINK_IsHalted() -T1A80 256:174.224 - 1.115ms returns FALSE -T1A80 256:274.589 JLINK_HasError() -T1A80 256:274.680 JLINK_IsHalted() -T1A80 256:275.918 - 1.283ms returns FALSE -T1A80 256:376.624 JLINK_HasError() -T1A80 256:376.669 JLINK_IsHalted() -T1A80 256:377.770 - 1.140ms returns FALSE -T1A80 256:478.487 JLINK_HasError() -T1A80 256:478.573 JLINK_IsHalted() -T1A80 256:479.684 - 1.130ms returns FALSE -T1A80 256:579.814 JLINK_HasError() -T1A80 256:579.858 JLINK_IsHalted() -T1A80 256:581.098 - 1.260ms returns FALSE -T1A80 256:681.227 JLINK_HasError() -T1A80 256:681.272 JLINK_IsHalted() -T1A80 256:682.248 - 1.007ms returns FALSE -T1A80 256:783.061 JLINK_HasError() -T1A80 256:783.115 JLINK_IsHalted() -T1A80 256:784.134 - 1.038ms returns FALSE -T1A80 256:885.342 JLINK_HasError() -T1A80 256:885.448 JLINK_IsHalted() -T1A80 256:886.497 - 1.071ms returns FALSE -T1A80 256:987.206 JLINK_HasError() -T1A80 256:987.303 JLINK_IsHalted() -T1A80 256:988.358 - 1.074ms returns FALSE -T1A80 257:088.567 JLINK_HasError() -T1A80 257:088.609 JLINK_IsHalted() -T1A80 257:089.719 - 1.129ms returns FALSE -T1A80 257:190.426 JLINK_HasError() -T1A80 257:190.466 JLINK_IsHalted() -T1A80 257:191.543 - 1.122ms returns FALSE -T1A80 257:292.449 JLINK_HasError() -T1A80 257:292.494 JLINK_IsHalted() -T1A80 257:293.582 - 1.106ms returns FALSE -T1A80 257:393.767 JLINK_HasError() -T1A80 257:393.854 JLINK_IsHalted() -T1A80 257:394.927 - 1.116ms returns FALSE -T1A80 257:495.326 JLINK_HasError() -T1A80 257:495.411 JLINK_IsHalted() -T1A80 257:496.614 - 1.248ms returns FALSE -T1A80 257:596.866 JLINK_HasError() -T1A80 257:596.952 JLINK_IsHalted() -T1A80 257:598.065 - 1.163ms returns FALSE -T1A80 257:698.305 JLINK_HasError() -T1A80 257:698.389 JLINK_IsHalted() -T1A80 257:699.562 - 1.192ms returns FALSE -T1A80 257:799.789 JLINK_HasError() -T1A80 257:799.839 JLINK_IsHalted() -T1A80 257:800.934 - 1.116ms returns FALSE -T1A80 257:901.909 JLINK_HasError() -T1A80 257:901.997 JLINK_IsHalted() -T1A80 257:902.922 - 0.943ms returns FALSE -T1A80 258:003.690 JLINK_HasError() -T1A80 258:003.767 JLINK_IsHalted() -T1A80 258:004.944 - 1.197ms returns FALSE -T1A80 258:105.819 JLINK_HasError() -T1A80 258:105.863 JLINK_IsHalted() -T1A80 258:106.939 - 1.125ms returns FALSE -T1A80 258:207.186 JLINK_HasError() -T1A80 258:207.275 JLINK_IsHalted() -T1A80 258:208.304 - 1.049ms returns FALSE -T1A80 258:308.684 JLINK_HasError() -T1A80 258:308.773 JLINK_IsHalted() -T1A80 258:309.855 - 1.129ms returns FALSE -T1A80 258:410.359 JLINK_HasError() -T1A80 258:410.443 JLINK_IsHalted() -T1A80 258:411.587 - 1.190ms returns FALSE -T1A80 258:511.843 JLINK_HasError() -T1A80 258:511.921 JLINK_IsHalted() -T1A80 258:513.111 - 1.235ms returns FALSE -T1A80 258:613.529 JLINK_HasError() -T1A80 258:613.583 JLINK_IsHalted() -T1A80 258:614.713 - 1.171ms returns FALSE -T1A80 258:714.878 JLINK_HasError() -T1A80 258:714.926 JLINK_IsHalted() -T1A80 258:715.994 - 1.097ms returns FALSE -T1A80 258:816.935 JLINK_HasError() -T1A80 258:816.973 JLINK_IsHalted() -T1A80 258:817.976 - 1.022ms returns FALSE -T1A80 258:918.775 JLINK_HasError() -T1A80 258:918.824 JLINK_IsHalted() -T1A80 258:919.841 - 1.040ms returns FALSE -T1A80 259:020.961 JLINK_HasError() -T1A80 259:021.053 JLINK_IsHalted() -T1A80 259:022.413 - 1.380ms returns FALSE -T1A80 259:122.484 JLINK_HasError() -T1A80 259:122.530 JLINK_IsHalted() -T1A80 259:123.546 - 1.037ms returns FALSE -T1A80 259:225.158 JLINK_HasError() -T1A80 259:225.235 JLINK_IsHalted() -T1A80 259:226.393 - 1.181ms returns FALSE -T1A80 259:326.592 JLINK_HasError() -T1A80 259:326.672 JLINK_IsHalted() -T1A80 259:327.874 - 1.246ms returns FALSE -T1A80 259:428.118 JLINK_HasError() -T1A80 259:428.206 JLINK_IsHalted() -T1A80 259:429.411 - 1.231ms returns FALSE -T1A80 259:530.460 JLINK_HasError() -T1A80 259:530.538 JLINK_IsHalted() -T1A80 259:531.688 - 1.311ms returns FALSE -T1A80 259:632.177 JLINK_HasError() -T1A80 259:632.216 JLINK_IsHalted() -T1A80 259:633.322 - 1.132ms returns FALSE -T1A80 259:734.085 JLINK_HasError() -T1A80 259:734.126 JLINK_IsHalted() -T1A80 259:735.278 - 1.186ms returns FALSE -T1A80 259:835.585 JLINK_HasError() -T1A80 259:835.682 JLINK_IsHalted() -T1A80 259:836.988 - 1.325ms returns FALSE -T1A80 259:937.657 JLINK_HasError() -T1A80 259:937.698 JLINK_IsHalted() -T1A80 259:938.664 - 0.979ms returns FALSE -T1A80 260:038.946 JLINK_HasError() -T1A80 260:038.991 JLINK_IsHalted() -T1A80 260:040.065 - 1.093ms returns FALSE -T1A80 260:140.144 JLINK_HasError() -T1A80 260:140.210 JLINK_IsHalted() -T1A80 260:141.310 - 1.138ms returns FALSE -T1A80 260:242.096 JLINK_HasError() -T1A80 260:242.188 JLINK_IsHalted() -T1A80 260:243.336 - 1.193ms returns FALSE -T1A80 260:343.568 JLINK_HasError() -T1A80 260:343.656 JLINK_IsHalted() -T1A80 260:344.720 - 1.109ms returns FALSE -T1A80 260:444.961 JLINK_HasError() -T1A80 260:445.050 JLINK_IsHalted() -T1A80 260:446.227 - 1.222ms returns FALSE -T1A80 260:546.469 JLINK_HasError() -T1A80 260:546.549 JLINK_IsHalted() -T1A80 260:547.709 - 1.205ms returns FALSE -T1A80 260:648.224 JLINK_HasError() -T1A80 260:648.270 JLINK_IsHalted() -T1A80 260:649.355 - 1.104ms returns FALSE -T1A80 260:750.296 JLINK_HasError() -T1A80 260:750.334 JLINK_IsHalted() -T1A80 260:751.353 - 1.063ms returns FALSE -T1A80 260:851.607 JLINK_HasError() -T1A80 260:851.687 JLINK_IsHalted() -T1A80 260:852.881 - 1.245ms returns FALSE -T1A80 260:953.617 JLINK_HasError() -T1A80 260:953.652 JLINK_IsHalted() -T1A80 260:954.706 - 1.077ms returns FALSE -T1A80 261:055.676 JLINK_HasError() -T1A80 261:055.725 JLINK_IsHalted() -T1A80 261:056.847 - 1.152ms returns FALSE -T1A80 261:157.045 JLINK_HasError() -T1A80 261:157.141 JLINK_IsHalted() -T1A80 261:158.227 - 1.096ms returns FALSE -T1A80 261:258.333 JLINK_HasError() -T1A80 261:258.382 JLINK_IsHalted() -T1A80 261:259.490 - 1.155ms returns FALSE -T1A80 261:360.406 JLINK_HasError() -T1A80 261:360.485 JLINK_IsHalted() -T1A80 261:361.721 - 1.281ms returns FALSE -T1A80 261:461.968 JLINK_HasError() -T1A80 261:462.045 JLINK_IsHalted() -T1A80 261:463.194 - 1.261ms returns FALSE -T1A80 261:564.081 JLINK_HasError() -T1A80 261:564.167 JLINK_IsHalted() -T1A80 261:565.230 - 1.071ms returns FALSE -T1A80 261:666.267 JLINK_HasError() -T1A80 261:666.322 JLINK_IsHalted() -T1A80 261:667.467 - 1.165ms returns FALSE -T1A80 261:767.793 JLINK_HasError() -T1A80 261:767.871 JLINK_IsHalted() -T1A80 261:769.031 - 1.199ms returns FALSE -T1A80 261:869.264 JLINK_HasError() -T1A80 261:869.407 JLINK_IsHalted() -T1A80 261:870.572 - 1.184ms returns FALSE -T1A80 261:970.940 JLINK_HasError() -T1A80 261:971.019 JLINK_IsHalted() -T1A80 261:972.300 - 1.333ms returns FALSE -T1A80 262:072.495 JLINK_HasError() -T1A80 262:072.577 JLINK_IsHalted() -T1A80 262:073.720 - 1.188ms returns FALSE -T1A80 262:174.072 JLINK_HasError() -T1A80 262:174.123 JLINK_IsHalted() -T1A80 262:175.158 - 1.055ms returns FALSE -T1A80 262:275.347 JLINK_HasError() -T1A80 262:275.435 JLINK_IsHalted() -T1A80 262:276.610 - 1.197ms returns FALSE -T1A80 262:376.827 JLINK_HasError() -T1A80 262:376.914 JLINK_IsHalted() -T1A80 262:378.090 - 1.223ms returns FALSE -T1A80 262:478.260 JLINK_HasError() -T1A80 262:478.295 JLINK_IsHalted() -T1A80 262:479.361 - 1.087ms returns FALSE -T1A80 262:579.953 JLINK_HasError() -T1A80 262:580.005 JLINK_IsHalted() -T1A80 262:581.178 - 1.224ms returns FALSE -T1A80 262:682.321 JLINK_HasError() -T1A80 262:682.367 JLINK_IsHalted() -T1A80 262:683.459 - 1.119ms returns FALSE -T1A80 262:784.802 JLINK_HasError() -T1A80 262:784.896 JLINK_IsHalted() -T1A80 262:785.994 - 1.148ms returns FALSE -T1A80 262:887.233 JLINK_HasError() -T1A80 262:887.429 JLINK_IsHalted() -T1A80 262:888.452 - 1.042ms returns FALSE -T1A80 262:988.640 JLINK_HasError() -T1A80 262:988.717 JLINK_IsHalted() -T1A80 262:989.865 - 1.167ms returns FALSE -T1A80 263:090.485 JLINK_HasError() -T1A80 263:090.544 JLINK_IsHalted() -T1A80 263:091.648 - 1.123ms returns FALSE -T1A80 263:192.021 JLINK_HasError() -T1A80 263:192.194 JLINK_IsHalted() -T1A80 263:193.280 - 1.098ms returns FALSE -T1A80 263:294.117 JLINK_HasError() -T1A80 263:294.209 JLINK_IsHalted() -T1A80 263:295.306 - 1.141ms returns FALSE -T1A80 263:395.552 JLINK_HasError() -T1A80 263:395.644 JLINK_IsHalted() -T1A80 263:396.809 - 1.217ms returns FALSE -T1A80 263:497.892 JLINK_HasError() -T1A80 263:497.931 JLINK_IsHalted() -T1A80 263:498.962 - 1.050ms returns FALSE -T1A80 263:599.393 JLINK_HasError() -T1A80 263:599.474 JLINK_IsHalted() -T1A80 263:600.592 - 1.138ms returns FALSE -T1A80 263:701.351 JLINK_HasError() -T1A80 263:701.392 JLINK_IsHalted() -T1A80 263:702.398 - 1.020ms returns FALSE -T1A80 263:802.591 JLINK_HasError() -T1A80 263:802.684 JLINK_IsHalted() -T1A80 263:803.853 - 1.220ms returns FALSE -T1A80 263:904.322 JLINK_HasError() -T1A80 263:904.370 JLINK_IsHalted() -T1A80 263:905.371 - 1.020ms returns FALSE -T1A80 264:006.141 JLINK_HasError() -T1A80 264:006.220 JLINK_IsHalted() -T1A80 264:007.381 - 1.180ms returns FALSE -T1A80 264:107.536 JLINK_HasError() -T1A80 264:107.628 JLINK_IsHalted() -T1A80 264:108.778 - 1.195ms returns FALSE -T1A80 264:209.082 JLINK_HasError() -T1A80 264:209.166 JLINK_IsHalted() -T1A80 264:210.408 - 1.263ms returns FALSE -T1A80 264:310.994 JLINK_HasError() -T1A80 264:311.042 JLINK_IsHalted() -T1A80 264:312.105 - 1.079ms returns FALSE -T1A80 264:413.077 JLINK_HasError() -T1A80 264:413.142 JLINK_IsHalted() -T1A80 264:414.221 - 1.113ms returns FALSE -T1A80 264:514.572 JLINK_HasError() -T1A80 264:514.661 JLINK_IsHalted() -T1A80 264:515.796 - 1.180ms returns FALSE -T1A80 264:615.969 JLINK_HasError() -T1A80 264:616.052 JLINK_IsHalted() -T1A80 264:617.244 - 1.239ms returns FALSE -T1A80 264:717.841 JLINK_HasError() -T1A80 264:717.922 JLINK_IsHalted() -T1A80 264:719.052 - 1.148ms returns FALSE -T1A80 264:819.990 JLINK_HasError() -T1A80 264:820.055 JLINK_IsHalted() -T1A80 264:821.158 - 1.122ms returns FALSE -T1A80 264:921.916 JLINK_HasError() -T1A80 264:922.004 JLINK_IsHalted() -T1A80 264:923.107 - 1.122ms returns FALSE -T1A80 265:023.255 JLINK_HasError() -T1A80 265:023.343 JLINK_IsHalted() -T1A80 265:024.583 - 1.284ms returns FALSE -T1A80 265:125.611 JLINK_HasError() -T1A80 265:125.672 JLINK_IsHalted() -T1A80 265:126.699 - 1.046ms returns FALSE -T1A80 265:227.503 JLINK_HasError() -T1A80 265:227.591 JLINK_IsHalted() -T1A80 265:228.604 - 1.024ms returns FALSE -T1A80 265:329.564 JLINK_HasError() -T1A80 265:329.621 JLINK_IsHalted() -T1A80 265:330.709 - 1.107ms returns FALSE -T1A80 265:431.713 JLINK_HasError() -T1A80 265:431.772 JLINK_IsHalted() -T1A80 265:432.827 - 1.070ms returns FALSE -T1A80 265:533.045 JLINK_HasError() -T1A80 265:533.089 JLINK_IsHalted() -T1A80 265:534.245 - 1.204ms returns FALSE -T1A80 265:634.416 JLINK_HasError() -T1A80 265:634.462 JLINK_IsHalted() -T1A80 265:635.555 - 1.122ms returns FALSE -T1A80 265:736.007 JLINK_HasError() -T1A80 265:736.052 JLINK_IsHalted() -T1A80 265:737.117 - 1.111ms returns FALSE -T1A80 265:837.357 JLINK_HasError() -T1A80 265:837.445 JLINK_IsHalted() -T1A80 265:838.512 - 1.086ms returns FALSE -T1A80 265:939.296 JLINK_HasError() -T1A80 265:939.378 JLINK_IsHalted() -T1A80 265:940.482 - 1.150ms returns FALSE -T1A80 266:041.018 JLINK_HasError() -T1A80 266:041.099 JLINK_IsHalted() -T1A80 266:042.125 - 1.055ms returns FALSE -T1A80 266:142.941 JLINK_HasError() -T1A80 266:142.984 JLINK_IsHalted() -T1A80 266:143.994 - 1.057ms returns FALSE -T1A80 266:244.572 JLINK_HasError() -T1A80 266:244.657 JLINK_IsHalted() -T1A80 266:245.727 - 1.090ms returns FALSE -T1A80 266:346.691 JLINK_HasError() -T1A80 266:346.738 JLINK_IsHalted() -T1A80 266:347.835 - 1.116ms returns FALSE -T1A80 266:448.785 JLINK_HasError() -T1A80 266:448.840 JLINK_IsHalted() -T1A80 266:449.961 - 1.145ms returns FALSE -T1A80 266:550.222 JLINK_HasError() -T1A80 266:550.317 JLINK_IsHalted() -T1A80 266:551.407 - 1.135ms returns FALSE -T1A80 266:651.859 JLINK_HasError() -T1A80 266:651.907 JLINK_IsHalted() -T1A80 266:652.940 - 1.076ms returns FALSE -T1A80 266:753.642 JLINK_HasError() -T1A80 266:753.683 JLINK_IsHalted() -T1A80 266:754.945 - 1.316ms returns FALSE -T1A80 266:855.664 JLINK_HasError() -T1A80 266:855.762 JLINK_IsHalted() -T1A80 266:856.943 - 1.226ms returns FALSE -T1A80 266:957.834 JLINK_HasError() -T1A80 266:957.919 JLINK_IsHalted() -T1A80 266:959.027 - 1.155ms returns FALSE -T1A80 267:059.994 JLINK_HasError() -T1A80 267:060.046 JLINK_IsHalted() -T1A80 267:061.108 - 1.081ms returns FALSE -T1A80 267:161.736 JLINK_HasError() -T1A80 267:161.780 JLINK_IsHalted() -T1A80 267:163.122 - 1.405ms returns FALSE -T1A80 267:263.903 JLINK_HasError() -T1A80 267:263.982 JLINK_IsHalted() -T1A80 267:265.105 - 1.167ms returns FALSE -T1A80 267:365.907 JLINK_HasError() -T1A80 267:365.994 JLINK_IsHalted() -T1A80 267:367.105 - 1.130ms returns FALSE -T1A80 267:468.460 JLINK_HasError() -T1A80 267:468.547 JLINK_IsHalted() -T1A80 267:469.674 - 1.146ms returns FALSE -T1A80 267:570.502 JLINK_HasError() -T1A80 267:570.551 JLINK_IsHalted() -T1A80 267:571.516 - 0.985ms returns FALSE -T1A80 267:671.725 JLINK_HasError() -T1A80 267:671.811 JLINK_IsHalted() -T1A80 267:672.896 - 1.104ms returns FALSE -T1A80 267:773.048 JLINK_HasError() -T1A80 267:773.101 JLINK_IsHalted() -T1A80 267:774.150 - 1.079ms returns FALSE -T1A80 267:875.123 JLINK_HasError() -T1A80 267:875.225 JLINK_IsHalted() -T1A80 267:876.347 - 1.176ms returns FALSE -T1A80 267:977.369 JLINK_HasError() -T1A80 267:977.464 JLINK_IsHalted() -T1A80 267:978.488 - 1.043ms returns FALSE -T1A80 268:078.687 JLINK_HasError() -T1A80 268:078.769 JLINK_IsHalted() -T1A80 268:079.852 - 1.128ms returns FALSE -T1A80 268:180.771 JLINK_HasError() -T1A80 268:180.814 JLINK_IsHalted() -T1A80 268:181.826 - 1.030ms returns FALSE -T1A80 268:281.960 JLINK_HasError() -T1A80 268:282.047 JLINK_IsHalted() -T1A80 268:283.129 - 1.126ms returns FALSE -T1A80 268:383.883 JLINK_HasError() -T1A80 268:383.927 JLINK_IsHalted() -T1A80 268:384.983 - 1.074ms returns FALSE -T1A80 268:485.604 JLINK_HasError() -T1A80 268:485.646 JLINK_IsHalted() -T1A80 268:486.753 - 1.152ms returns FALSE -T1A80 268:586.972 JLINK_HasError() -T1A80 268:587.039 JLINK_IsHalted() -T1A80 268:588.077 - 1.059ms returns FALSE -T1A80 268:688.933 JLINK_HasError() -T1A80 268:688.976 JLINK_IsHalted() -T1A80 268:689.995 - 1.035ms returns FALSE -T1A80 268:790.264 JLINK_HasError() -T1A80 268:790.311 JLINK_IsHalted() -T1A80 268:791.426 - 1.134ms returns FALSE -T1A80 268:892.209 JLINK_HasError() -T1A80 268:892.297 JLINK_IsHalted() -T1A80 268:893.446 - 1.181ms returns FALSE -T1A80 268:993.995 JLINK_HasError() -T1A80 268:994.064 JLINK_IsHalted() -T1A80 268:995.148 - 1.103ms returns FALSE -T1A80 269:095.930 JLINK_HasError() -T1A80 269:096.009 JLINK_IsHalted() -T1A80 269:097.155 - 1.185ms returns FALSE -T1A80 269:197.382 JLINK_HasError() -T1A80 269:197.470 JLINK_IsHalted() -T1A80 269:198.686 - 1.235ms returns FALSE -T1A80 269:299.123 JLINK_HasError() -T1A80 269:299.217 JLINK_IsHalted() -T1A80 269:300.338 - 1.140ms returns FALSE -T1A80 269:401.126 JLINK_HasError() -T1A80 269:401.204 JLINK_IsHalted() -T1A80 269:402.373 - 1.204ms returns FALSE -T1A80 269:503.172 JLINK_HasError() -T1A80 269:503.263 JLINK_IsHalted() -T1A80 269:504.328 - 1.110ms returns FALSE -T1A80 269:604.535 JLINK_HasError() -T1A80 269:604.615 JLINK_IsHalted() -T1A80 269:605.755 - 1.148ms returns FALSE -T1A80 269:706.737 JLINK_HasError() -T1A80 269:706.785 JLINK_IsHalted() -T1A80 269:707.868 - 1.099ms returns FALSE -T1A80 269:808.019 JLINK_HasError() -T1A80 269:808.111 JLINK_IsHalted() -T1A80 269:809.240 - 1.143ms returns FALSE -T1A80 269:909.699 JLINK_HasError() -T1A80 269:909.787 JLINK_IsHalted() -T1A80 269:910.944 - 1.180ms returns FALSE -T1A80 270:011.277 JLINK_HasError() -T1A80 270:011.367 JLINK_IsHalted() -T1A80 270:012.496 - 1.175ms returns FALSE -T1A80 270:112.712 JLINK_HasError() -T1A80 270:112.798 JLINK_IsHalted() -T1A80 270:114.035 - 1.282ms returns FALSE -T1A80 270:214.292 JLINK_HasError() -T1A80 270:214.370 JLINK_IsHalted() -T1A80 270:215.631 - 1.280ms returns FALSE -T1A80 270:316.800 JLINK_HasError() -T1A80 270:316.888 JLINK_IsHalted() -T1A80 270:317.956 - 1.112ms returns FALSE -T1A80 270:418.283 JLINK_HasError() -T1A80 270:418.315 JLINK_IsHalted() -T1A80 270:419.496 - 1.241ms returns FALSE -T1A80 270:520.529 JLINK_HasError() -T1A80 270:520.564 JLINK_IsHalted() -T1A80 270:521.727 - 1.208ms returns FALSE -T1A80 270:621.972 JLINK_HasError() -T1A80 270:622.009 JLINK_IsHalted() -T1A80 270:623.078 - 1.109ms returns FALSE -T1A80 270:723.616 JLINK_HasError() -T1A80 270:723.656 JLINK_IsHalted() -T1A80 270:724.720 - 1.080ms returns FALSE -T1A80 270:825.626 JLINK_HasError() -T1A80 270:825.716 JLINK_IsHalted() -T1A80 270:826.713 - 1.016ms returns FALSE -T1A80 270:927.623 JLINK_HasError() -T1A80 270:927.713 JLINK_IsHalted() -T1A80 270:928.909 - 1.240ms returns FALSE -T1A80 271:029.650 JLINK_HasError() -T1A80 271:029.690 JLINK_IsHalted() -T1A80 271:030.765 - 1.116ms returns FALSE -T1A80 271:130.966 JLINK_HasError() -T1A80 271:131.113 JLINK_IsHalted() -T1A80 271:132.204 - 1.127ms returns FALSE -T1A80 271:232.410 JLINK_HasError() -T1A80 271:232.488 JLINK_IsHalted() -T1A80 271:233.660 - 1.191ms returns FALSE -T1A80 271:334.314 JLINK_HasError() -T1A80 271:334.400 JLINK_IsHalted() -T1A80 271:335.455 - 1.103ms returns FALSE -T1A80 271:435.756 JLINK_HasError() -T1A80 271:435.847 JLINK_IsHalted() -T1A80 271:437.044 - 1.217ms returns FALSE -T1A80 271:537.173 JLINK_HasError() -T1A80 271:537.211 JLINK_IsHalted() -T1A80 271:538.281 - 1.089ms returns FALSE -T1A80 271:639.074 JLINK_HasError() -T1A80 271:639.119 JLINK_IsHalted() -T1A80 271:640.232 - 1.134ms returns FALSE -T1A80 271:740.426 JLINK_HasError() -T1A80 271:740.514 JLINK_IsHalted() -T1A80 271:742.113 - 1.620ms returns FALSE -T1A80 271:842.907 JLINK_HasError() -T1A80 271:842.958 JLINK_IsHalted() -T1A80 271:843.925 - 0.988ms returns FALSE -T1A80 271:944.133 JLINK_HasError() -T1A80 271:944.225 JLINK_IsHalted() -T1A80 271:945.395 - 1.190ms returns FALSE -T1A80 272:045.539 JLINK_HasError() -T1A80 272:045.577 JLINK_IsHalted() -T1A80 272:046.728 - 1.201ms returns FALSE -T1A80 272:147.737 JLINK_HasError() -T1A80 272:147.828 JLINK_IsHalted() -T1A80 272:148.991 - 1.208ms returns FALSE -T1A80 272:249.257 JLINK_HasError() -T1A80 272:249.307 JLINK_IsHalted() -T1A80 272:250.500 - 1.215ms returns FALSE -T1A80 272:351.097 JLINK_HasError() -T1A80 272:351.133 JLINK_IsHalted() -T1A80 272:352.268 - 1.159ms returns FALSE -T1A80 272:452.481 JLINK_HasError() -T1A80 272:452.567 JLINK_IsHalted() -T1A80 272:453.699 - 1.179ms returns FALSE -T1A80 272:553.962 JLINK_HasError() -T1A80 272:554.041 JLINK_IsHalted() -T1A80 272:555.021 - 1.006ms returns FALSE -T1A80 272:655.971 JLINK_HasError() -T1A80 272:656.017 JLINK_IsHalted() -T1A80 272:657.023 - 1.053ms returns FALSE -T1A80 272:757.257 JLINK_HasError() -T1A80 272:757.345 JLINK_IsHalted() -T1A80 272:758.555 - 1.232ms returns FALSE -T1A80 272:858.722 JLINK_HasError() -T1A80 272:858.812 JLINK_IsHalted() -T1A80 272:860.007 - 1.230ms returns FALSE -T1A80 272:960.198 JLINK_HasError() -T1A80 272:960.250 JLINK_IsHalted() -T1A80 272:961.332 - 1.104ms returns FALSE -T1A80 273:061.591 JLINK_HasError() -T1A80 273:061.672 JLINK_IsHalted() -T1A80 273:062.740 - 1.106ms returns FALSE -T1A80 273:163.101 JLINK_HasError() -T1A80 273:163.192 JLINK_IsHalted() -T1A80 273:164.311 - 1.150ms returns FALSE -T1A80 273:265.004 JLINK_HasError() -T1A80 273:265.043 JLINK_IsHalted() -T1A80 273:266.230 - 1.232ms returns FALSE -T1A80 273:366.458 JLINK_HasError() -T1A80 273:366.541 JLINK_IsHalted() -T1A80 273:367.608 - 1.086ms returns FALSE -T1A80 273:467.810 JLINK_HasError() -T1A80 273:467.898 JLINK_IsHalted() -T1A80 273:468.999 - 1.111ms returns FALSE -T1A80 273:569.280 JLINK_HasError() -T1A80 273:569.323 JLINK_IsHalted() -T1A80 273:570.360 - 1.082ms returns FALSE -T1A80 273:670.529 JLINK_HasError() -T1A80 273:670.577 JLINK_IsHalted() -T1A80 273:671.704 - 1.145ms returns FALSE -T1A80 273:772.080 JLINK_HasError() -T1A80 273:772.171 JLINK_IsHalted() -T1A80 273:773.367 - 1.244ms returns FALSE -T1A80 273:874.368 JLINK_HasError() -T1A80 273:874.456 JLINK_IsHalted() -T1A80 273:875.592 - 1.180ms returns FALSE -T1A80 273:976.239 JLINK_HasError() -T1A80 273:976.324 JLINK_IsHalted() -T1A80 273:977.403 - 1.098ms returns FALSE -T1A80 274:078.187 JLINK_HasError() -T1A80 274:078.334 JLINK_IsHalted() -T1A80 274:079.395 - 1.071ms returns FALSE -T1A80 274:180.113 JLINK_HasError() -T1A80 274:180.201 JLINK_IsHalted() -T1A80 274:181.287 - 1.131ms returns FALSE -T1A80 274:281.865 JLINK_HasError() -T1A80 274:281.917 JLINK_IsHalted() -T1A80 274:282.950 - 1.048ms returns FALSE -T1A80 274:384.700 JLINK_HasError() -T1A80 274:384.779 JLINK_IsHalted() -T1A80 274:386.106 - 1.371ms returns FALSE -T1A80 274:486.981 JLINK_HasError() -T1A80 274:487.063 JLINK_IsHalted() -T1A80 274:488.293 - 1.274ms returns FALSE -T1A80 274:588.922 JLINK_HasError() -T1A80 274:589.011 JLINK_IsHalted() -T1A80 274:590.132 - 1.172ms returns FALSE -T1A80 274:690.440 JLINK_HasError() -T1A80 274:690.490 JLINK_IsHalted() -T1A80 274:691.562 - 1.082ms returns FALSE -T1A80 274:792.287 JLINK_HasError() -T1A80 274:792.324 JLINK_IsHalted() -T1A80 274:793.443 - 1.134ms returns FALSE -T1A80 274:893.556 JLINK_HasError() -T1A80 274:893.595 JLINK_IsHalted() -T1A80 274:894.702 - 1.153ms returns FALSE -T1A80 274:995.297 JLINK_HasError() -T1A80 274:995.375 JLINK_IsHalted() -T1A80 274:996.611 - 1.281ms returns FALSE -T1A80 275:096.810 JLINK_HasError() -T1A80 275:096.900 JLINK_IsHalted() -T1A80 275:098.015 - 1.153ms returns FALSE -T1A80 275:198.122 JLINK_HasError() -T1A80 275:198.210 JLINK_IsHalted() -T1A80 275:199.387 - 1.219ms returns FALSE -T1A80 275:300.116 JLINK_HasError() -T1A80 275:300.185 JLINK_IsHalted() -T1A80 275:301.194 - 1.037ms returns FALSE -T1A80 275:401.417 JLINK_HasError() -T1A80 275:401.505 JLINK_IsHalted() -T1A80 275:402.681 - 1.223ms returns FALSE -T1A80 275:502.934 JLINK_HasError() -T1A80 275:503.014 JLINK_IsHalted() -T1A80 275:504.132 - 1.138ms returns FALSE -T1A80 275:604.942 JLINK_HasError() -T1A80 275:605.005 JLINK_IsHalted() -T1A80 275:606.119 - 1.133ms returns FALSE -T1A80 275:706.207 JLINK_HasError() -T1A80 275:706.257 JLINK_IsHalted() -T1A80 275:707.299 - 1.057ms returns FALSE -T1A80 275:807.834 JLINK_HasError() -T1A80 275:808.036 JLINK_IsHalted() -T1A80 275:809.159 - 1.156ms returns FALSE -T1A80 275:910.518 JLINK_HasError() -T1A80 275:910.605 JLINK_IsHalted() -T1A80 275:911.674 - 1.089ms returns FALSE -T1A80 276:012.427 JLINK_HasError() -T1A80 276:012.513 JLINK_IsHalted() -T1A80 276:013.720 - 1.249ms returns FALSE -T1A80 276:114.294 JLINK_HasError() -T1A80 276:114.338 JLINK_IsHalted() -T1A80 276:115.435 - 1.117ms returns FALSE -T1A80 276:216.334 JLINK_HasError() -T1A80 276:216.452 JLINK_IsHalted() -T1A80 276:217.491 - 1.059ms returns FALSE -T1A80 276:319.628 JLINK_HasError() -T1A80 276:319.709 JLINK_IsHalted() -T1A80 276:321.098 - 1.434ms returns FALSE -T1A80 276:421.341 JLINK_HasError() -T1A80 276:421.416 JLINK_IsHalted() -T1A80 276:422.455 - 1.057ms returns FALSE -T1A80 276:523.146 JLINK_HasError() -T1A80 276:523.182 JLINK_IsHalted() -T1A80 276:524.265 - 1.128ms returns FALSE -T1A80 276:625.365 JLINK_HasError() -T1A80 276:625.406 JLINK_IsHalted() -T1A80 276:626.381 - 0.995ms returns FALSE -T1A80 276:727.348 JLINK_HasError() -T1A80 276:727.390 JLINK_IsHalted() -T1A80 276:728.535 - 1.185ms returns FALSE -T1A80 276:829.606 JLINK_HasError() -T1A80 276:829.688 JLINK_IsHalted() -T1A80 276:830.799 - 1.131ms returns FALSE -T1A80 276:931.000 JLINK_HasError() -T1A80 276:931.086 JLINK_IsHalted() -T1A80 276:932.223 - 1.181ms returns FALSE -T1A80 277:032.642 JLINK_HasError() -T1A80 277:032.732 JLINK_IsHalted() -T1A80 277:033.744 - 1.031ms returns FALSE -T1A80 277:133.905 JLINK_HasError() -T1A80 277:133.991 JLINK_IsHalted() -T1A80 277:135.172 - 1.216ms returns FALSE -T1A80 277:235.423 JLINK_HasError() -T1A80 277:235.476 JLINK_IsHalted() -T1A80 277:236.472 - 1.017ms returns FALSE -T1A80 277:336.568 JLINK_HasError() -T1A80 277:336.661 JLINK_IsHalted() -T1A80 277:337.871 - 1.255ms returns FALSE -T1A80 277:438.979 JLINK_HasError() -T1A80 277:439.047 JLINK_IsHalted() -T1A80 277:440.434 - 1.395ms returns FALSE -T1A80 277:540.761 JLINK_HasError() -T1A80 277:540.851 JLINK_IsHalted() -T1A80 277:542.018 - 1.212ms returns FALSE -T1A80 277:642.199 JLINK_HasError() -T1A80 277:642.259 JLINK_IsHalted() -T1A80 277:643.768 - 1.652ms returns FALSE -T1A80 277:744.114 JLINK_HasError() -T1A80 277:744.165 JLINK_IsHalted() -T1A80 277:745.227 - 1.076ms returns FALSE -T1A80 277:846.112 JLINK_HasError() -T1A80 277:846.156 JLINK_IsHalted() -T1A80 277:847.335 - 1.226ms returns FALSE -T1A80 277:948.000 JLINK_HasError() -T1A80 277:948.078 JLINK_IsHalted() -T1A80 277:949.236 - 1.177ms returns FALSE -T1A80 278:049.502 JLINK_HasError() -T1A80 278:049.585 JLINK_IsHalted() -T1A80 278:050.798 - 1.266ms returns FALSE -T1A80 278:151.614 JLINK_HasError() -T1A80 278:151.700 JLINK_IsHalted() -T1A80 278:152.802 - 1.125ms returns FALSE -T1A80 278:253.379 JLINK_HasError() -T1A80 278:253.420 JLINK_IsHalted() -T1A80 278:254.412 - 1.017ms returns FALSE -T1A80 278:354.872 JLINK_HasError() -T1A80 278:354.922 JLINK_IsHalted() -T1A80 278:356.034 - 1.133ms returns FALSE -T1A80 278:456.637 JLINK_HasError() -T1A80 278:456.684 JLINK_IsHalted() -T1A80 278:457.687 - 1.055ms returns FALSE -T1A80 278:558.060 JLINK_HasError() -T1A80 278:558.149 JLINK_IsHalted() -T1A80 278:559.143 - 1.013ms returns FALSE -T1A80 278:660.087 JLINK_HasError() -T1A80 278:660.129 JLINK_IsHalted() -T1A80 278:661.155 - 1.045ms returns FALSE -T1A80 278:761.649 JLINK_HasError() -T1A80 278:761.695 JLINK_IsHalted() -T1A80 278:762.803 - 1.153ms returns FALSE -T1A80 278:863.545 JLINK_HasError() -T1A80 278:863.584 JLINK_IsHalted() -T1A80 278:864.708 - 1.169ms returns FALSE -T1A80 278:965.878 JLINK_HasError() -T1A80 278:965.957 JLINK_IsHalted() -T1A80 278:967.158 - 1.249ms returns FALSE -T1A80 279:067.740 JLINK_HasError() -T1A80 279:067.830 JLINK_IsHalted() -T1A80 279:068.998 - 1.179ms returns FALSE -T1A80 279:169.589 JLINK_HasError() -T1A80 279:169.677 JLINK_IsHalted() -T1A80 279:170.848 - 1.186ms returns FALSE -T1A80 279:271.847 JLINK_HasError() -T1A80 279:271.926 JLINK_IsHalted() -T1A80 279:273.114 - 1.232ms returns FALSE -T1A80 279:373.356 JLINK_HasError() -T1A80 279:373.454 JLINK_IsHalted() -T1A80 279:374.607 - 1.198ms returns FALSE -T1A80 279:475.438 JLINK_HasError() -T1A80 279:475.498 JLINK_IsHalted() -T1A80 279:476.674 - 1.196ms returns FALSE -T1A80 279:576.894 JLINK_HasError() -T1A80 279:576.982 JLINK_IsHalted() -T1A80 279:578.078 - 1.115ms returns FALSE -T1A80 279:678.428 JLINK_HasError() -T1A80 279:678.474 JLINK_IsHalted() -T1A80 279:679.538 - 1.083ms returns FALSE -T1A80 279:779.886 JLINK_HasError() -T1A80 279:779.964 JLINK_IsHalted() -T1A80 279:781.078 - 1.152ms returns FALSE -T1A80 279:881.855 JLINK_HasError() -T1A80 279:881.943 JLINK_IsHalted() -T1A80 279:883.057 - 1.165ms returns FALSE -T1A80 279:983.305 JLINK_HasError() -T1A80 279:983.396 JLINK_IsHalted() -T1A80 279:984.559 - 1.208ms returns FALSE -T1A80 280:084.813 JLINK_HasError() -T1A80 280:084.900 JLINK_IsHalted() -T1A80 280:086.090 - 1.212ms returns FALSE -T1A80 280:186.866 JLINK_HasError() -T1A80 280:186.951 JLINK_IsHalted() -T1A80 280:188.027 - 1.111ms returns FALSE -T1A80 280:288.485 JLINK_HasError() -T1A80 280:288.514 JLINK_IsHalted() -T1A80 280:289.554 - 1.059ms returns FALSE -T1A80 280:390.354 JLINK_HasError() -T1A80 280:390.439 JLINK_IsHalted() -T1A80 280:391.590 - 1.171ms returns FALSE -T1A80 280:492.580 JLINK_HasError() -T1A80 280:492.661 JLINK_IsHalted() -T1A80 280:493.704 - 1.064ms returns FALSE -T1A80 280:594.427 JLINK_HasError() -T1A80 280:594.486 JLINK_IsHalted() -T1A80 280:595.547 - 1.105ms returns FALSE -T1A80 280:695.994 JLINK_HasError() -T1A80 280:696.068 JLINK_IsHalted() -T1A80 280:697.104 - 1.053ms returns FALSE -T1A80 280:797.884 JLINK_HasError() -T1A80 280:797.962 JLINK_IsHalted() -T1A80 280:799.059 - 1.135ms returns FALSE -T1A80 280:899.730 JLINK_HasError() -T1A80 280:899.819 JLINK_IsHalted() -T1A80 280:900.780 - 0.988ms returns FALSE -T1A80 281:000.992 JLINK_HasError() -T1A80 281:001.073 JLINK_IsHalted() -T1A80 281:002.241 - 1.219ms returns FALSE -T1A80 281:103.039 JLINK_HasError() -T1A80 281:103.145 JLINK_IsHalted() -T1A80 281:104.242 - 1.115ms returns FALSE -T1A80 281:204.699 JLINK_HasError() -T1A80 281:204.785 JLINK_IsHalted() -T1A80 281:205.856 - 1.115ms returns FALSE -T1A80 281:306.098 JLINK_HasError() -T1A80 281:306.179 JLINK_IsHalted() -T1A80 281:307.341 - 1.211ms returns FALSE -T1A80 281:407.567 JLINK_HasError() -T1A80 281:407.646 JLINK_IsHalted() -T1A80 281:408.980 - 1.370ms returns FALSE -T1A80 281:509.132 JLINK_HasError() -T1A80 281:509.220 JLINK_IsHalted() -T1A80 281:510.313 - 1.139ms returns FALSE -T1A80 281:611.178 JLINK_HasError() -T1A80 281:611.230 JLINK_IsHalted() -T1A80 281:612.316 - 1.106ms returns FALSE -T1A80 281:712.437 JLINK_HasError() -T1A80 281:712.478 JLINK_IsHalted() -T1A80 281:713.602 - 1.175ms returns FALSE -T1A80 281:814.468 JLINK_HasError() -T1A80 281:814.542 JLINK_IsHalted() -T1A80 281:815.705 - 1.183ms returns FALSE -T1A80 281:915.905 JLINK_HasError() -T1A80 281:915.981 JLINK_IsHalted() -T1A80 281:917.131 - 1.202ms returns FALSE -T1A80 282:017.323 JLINK_HasError() -T1A80 282:017.409 JLINK_IsHalted() -T1A80 282:018.682 - 1.381ms returns FALSE -T1A80 282:119.467 JLINK_HasError() -T1A80 282:119.519 JLINK_IsHalted() -T1A80 282:120.636 - 1.154ms returns FALSE -T1A80 282:221.415 JLINK_HasError() -T1A80 282:221.452 JLINK_IsHalted() -T1A80 282:222.539 - 1.106ms returns FALSE -T1A80 282:322.746 JLINK_HasError() -T1A80 282:322.832 JLINK_IsHalted() -T1A80 282:323.952 - 1.170ms returns FALSE -T1A80 282:424.210 JLINK_HasError() -T1A80 282:424.290 JLINK_IsHalted() -T1A80 282:425.466 - 1.210ms returns FALSE -T1A80 282:526.254 JLINK_HasError() -T1A80 282:526.348 JLINK_IsHalted() -T1A80 282:527.471 - 1.143ms returns FALSE -T1A80 282:627.871 JLINK_HasError() -T1A80 282:627.914 JLINK_IsHalted() -T1A80 282:628.981 - 1.078ms returns FALSE -T1A80 282:729.893 JLINK_HasError() -T1A80 282:729.940 JLINK_IsHalted() -T1A80 282:730.964 - 1.039ms returns FALSE -T1A80 282:831.698 JLINK_HasError() -T1A80 282:831.791 JLINK_IsHalted() -T1A80 282:832.922 - 1.177ms returns FALSE -T1A80 282:933.696 JLINK_HasError() -T1A80 282:933.744 JLINK_IsHalted() -T1A80 282:934.917 - 1.195ms returns FALSE -T1A80 283:035.599 JLINK_HasError() -T1A80 283:035.687 JLINK_IsHalted() -T1A80 283:036.783 - 1.116ms returns FALSE -T1A80 283:137.565 JLINK_HasError() -T1A80 283:137.645 JLINK_IsHalted() -T1A80 283:138.751 - 1.139ms returns FALSE -T1A80 283:238.957 JLINK_HasError() -T1A80 283:239.048 JLINK_IsHalted() -T1A80 283:240.170 - 1.158ms returns FALSE -T1A80 283:340.693 JLINK_HasError() -T1A80 283:340.737 JLINK_IsHalted() -T1A80 283:341.790 - 1.068ms returns FALSE -T1A80 283:442.568 JLINK_HasError() -T1A80 283:442.647 JLINK_IsHalted() -T1A80 283:443.910 - 1.283ms returns FALSE -T1A80 283:544.679 JLINK_HasError() -T1A80 283:544.720 JLINK_IsHalted() -T1A80 283:545.692 - 0.984ms returns FALSE -T1A80 283:646.681 JLINK_HasError() -T1A80 283:646.726 JLINK_IsHalted() -T1A80 283:647.692 - 0.988ms returns FALSE -T1A80 283:748.605 JLINK_HasError() -T1A80 283:748.654 JLINK_IsHalted() -T1A80 283:749.796 - 1.175ms returns FALSE -T1A80 283:850.669 JLINK_HasError() -T1A80 283:850.761 JLINK_IsHalted() -T1A80 283:851.940 - 1.199ms returns FALSE -T1A80 283:952.693 JLINK_HasError() -T1A80 283:952.780 JLINK_IsHalted() -T1A80 283:953.947 - 1.187ms returns FALSE -T1A80 284:054.512 JLINK_HasError() -T1A80 284:054.558 JLINK_IsHalted() -T1A80 284:055.707 - 1.180ms returns FALSE -T1A80 284:156.060 JLINK_HasError() -T1A80 284:156.150 JLINK_IsHalted() -T1A80 284:157.296 - 1.199ms returns FALSE -T1A80 284:258.048 JLINK_HasError() -T1A80 284:258.080 JLINK_IsHalted() -T1A80 284:259.185 - 1.149ms returns FALSE -T1A80 284:360.149 JLINK_HasError() -T1A80 284:360.184 JLINK_IsHalted() -T1A80 284:361.374 - 1.213ms returns FALSE -T1A80 284:461.563 JLINK_HasError() -T1A80 284:461.658 JLINK_IsHalted() -T1A80 284:462.838 - 1.199ms returns FALSE -T1A80 284:563.028 JLINK_HasError() -T1A80 284:563.109 JLINK_IsHalted() -T1A80 284:564.292 - 1.228ms returns FALSE -T1A80 284:664.851 JLINK_HasError() -T1A80 284:664.901 JLINK_IsHalted() -T1A80 284:665.966 - 1.108ms returns FALSE -T1A80 284:766.821 JLINK_HasError() -T1A80 284:766.906 JLINK_IsHalted() -T1A80 284:768.156 - 1.295ms returns FALSE -T1A80 284:869.019 JLINK_HasError() -T1A80 284:869.063 JLINK_IsHalted() -T1A80 284:870.181 - 1.137ms returns FALSE -T1A80 284:970.409 JLINK_HasError() -T1A80 284:970.507 JLINK_IsHalted() -T1A80 284:971.717 - 1.259ms returns FALSE -T1A80 285:072.881 JLINK_HasError() -T1A80 285:072.966 JLINK_IsHalted() -T1A80 285:074.081 - 1.160ms returns FALSE -T1A80 285:174.854 JLINK_HasError() -T1A80 285:174.898 JLINK_IsHalted() -T1A80 285:175.972 - 1.108ms returns FALSE -T1A80 285:276.960 JLINK_HasError() -T1A80 285:277.047 JLINK_IsHalted() -T1A80 285:278.172 - 1.176ms returns FALSE -T1A80 285:378.733 JLINK_HasError() -T1A80 285:378.814 JLINK_IsHalted() -T1A80 285:379.919 - 1.123ms returns FALSE -T1A80 285:480.345 JLINK_HasError() -T1A80 285:480.428 JLINK_IsHalted() -T1A80 285:481.546 - 1.163ms returns FALSE -T1A80 285:582.763 JLINK_HasError() -T1A80 285:582.844 JLINK_IsHalted() -T1A80 285:584.008 - 1.184ms returns FALSE -T1A80 285:684.155 JLINK_HasError() -T1A80 285:684.205 JLINK_IsHalted() -T1A80 285:685.209 - 1.019ms returns FALSE -T1A80 285:785.970 JLINK_HasError() -T1A80 285:786.032 JLINK_IsHalted() -T1A80 285:787.058 - 1.056ms returns FALSE -T1A80 285:887.833 JLINK_HasError() -T1A80 285:887.886 JLINK_IsHalted() -T1A80 285:888.990 - 1.126ms returns FALSE -T1A80 285:989.961 JLINK_HasError() -T1A80 285:990.049 JLINK_IsHalted() -T1A80 285:991.136 - 1.107ms returns FALSE -T1A80 286:091.334 JLINK_HasError() -T1A80 286:091.419 JLINK_IsHalted() -T1A80 286:092.559 - 1.185ms returns FALSE -T1A80 286:193.464 JLINK_HasError() -T1A80 286:193.564 JLINK_IsHalted() -T1A80 286:194.625 - 1.080ms returns FALSE -T1A80 286:295.016 JLINK_HasError() -T1A80 286:295.107 JLINK_IsHalted() -T1A80 286:296.201 - 1.112ms returns FALSE -T1A80 286:396.389 JLINK_HasError() -T1A80 286:396.468 JLINK_IsHalted() -T1A80 286:397.687 - 1.263ms returns FALSE -T1A80 286:498.543 JLINK_HasError() -T1A80 286:498.631 JLINK_IsHalted() -T1A80 286:499.757 - 1.158ms returns FALSE -T1A80 286:599.918 JLINK_HasError() -T1A80 286:599.960 JLINK_IsHalted() -T1A80 286:601.063 - 1.120ms returns FALSE -T1A80 286:701.447 JLINK_HasError() -T1A80 286:701.531 JLINK_IsHalted() -T1A80 286:702.768 - 1.281ms returns FALSE -T1A80 286:803.397 JLINK_HasError() -T1A80 286:803.443 JLINK_IsHalted() -T1A80 286:804.554 - 1.131ms returns FALSE -T1A80 286:904.719 JLINK_HasError() -T1A80 286:904.805 JLINK_IsHalted() -T1A80 286:905.921 - 1.162ms returns FALSE -T1A80 287:006.833 JLINK_HasError() -T1A80 287:006.932 JLINK_IsHalted() -T1A80 287:008.030 - 1.119ms returns FALSE -T1A80 287:108.181 JLINK_HasError() -T1A80 287:108.271 JLINK_IsHalted() -T1A80 287:109.409 - 1.160ms returns FALSE -T1A80 287:209.823 JLINK_HasError() -T1A80 287:209.907 JLINK_IsHalted() -T1A80 287:211.038 - 1.175ms returns FALSE -T1A80 287:311.218 JLINK_HasError() -T1A80 287:311.259 JLINK_IsHalted() -T1A80 287:312.324 - 1.080ms returns FALSE -T1A80 287:413.100 JLINK_HasError() -T1A80 287:413.152 JLINK_IsHalted() -T1A80 287:414.262 - 1.131ms returns FALSE -T1A80 287:514.371 JLINK_HasError() -T1A80 287:514.402 JLINK_IsHalted() -T1A80 287:515.527 - 1.170ms returns FALSE -T1A80 287:616.544 JLINK_HasError() -T1A80 287:616.587 JLINK_IsHalted() -T1A80 287:617.680 - 1.112ms returns FALSE -T1A80 287:718.241 JLINK_HasError() -T1A80 287:718.279 JLINK_IsHalted() -T1A80 287:719.403 - 1.147ms returns FALSE -T1A80 287:820.934 JLINK_HasError() -T1A80 287:821.023 JLINK_IsHalted() -T1A80 287:821.931 - 0.920ms returns FALSE -T1A80 287:922.708 JLINK_HasError() -T1A80 287:922.786 JLINK_IsHalted() -T1A80 287:923.971 - 1.220ms returns FALSE -T1A80 288:024.568 JLINK_HasError() -T1A80 288:024.617 JLINK_IsHalted() -T1A80 288:025.619 - 1.012ms returns FALSE -T1A80 288:126.772 JLINK_HasError() -T1A80 288:126.861 JLINK_IsHalted() -T1A80 288:128.027 - 1.185ms returns FALSE -T1A80 288:228.229 JLINK_HasError() -T1A80 288:228.273 JLINK_IsHalted() -T1A80 288:229.347 - 1.092ms returns FALSE -T1A80 288:330.288 JLINK_HasError() -T1A80 288:330.334 JLINK_IsHalted() -T1A80 288:331.373 - 1.069ms returns FALSE -T1A80 288:432.017 JLINK_HasError() -T1A80 288:432.061 JLINK_IsHalted() -T1A80 288:433.140 - 1.125ms returns FALSE -T1A80 288:534.201 JLINK_HasError() -T1A80 288:534.278 JLINK_IsHalted() -T1A80 288:535.352 - 1.127ms returns FALSE -T1A80 288:636.304 JLINK_HasError() -T1A80 288:636.344 JLINK_IsHalted() -T1A80 288:637.386 - 1.060ms returns FALSE -T1A80 288:738.001 JLINK_HasError() -T1A80 288:738.087 JLINK_IsHalted() -T1A80 288:739.193 - 1.152ms returns FALSE -T1A80 288:840.399 JLINK_HasError() -T1A80 288:840.484 JLINK_IsHalted() -T1A80 288:841.673 - 1.234ms returns FALSE -T1A80 288:941.918 JLINK_HasError() -T1A80 288:942.007 JLINK_IsHalted() -T1A80 288:943.301 - 1.325ms returns FALSE -T1A80 289:044.093 JLINK_HasError() -T1A80 289:044.170 JLINK_IsHalted() -T1A80 289:045.307 - 1.175ms returns FALSE -T1A80 289:146.358 JLINK_HasError() -T1A80 289:146.407 JLINK_IsHalted() -T1A80 289:147.434 - 1.047ms returns FALSE -T1A80 289:247.796 JLINK_HasError() -T1A80 289:247.841 JLINK_IsHalted() -T1A80 289:249.204 - 1.410ms returns FALSE -T1A80 289:349.862 JLINK_HasError() -T1A80 289:349.897 JLINK_IsHalted() -T1A80 289:351.029 - 1.170ms returns FALSE -T1A80 289:452.170 JLINK_HasError() -T1A80 289:452.255 JLINK_IsHalted() -T1A80 289:453.380 - 1.160ms returns FALSE -T1A80 289:553.658 JLINK_HasError() -T1A80 289:553.737 JLINK_IsHalted() -T1A80 289:554.819 - 1.126ms returns FALSE -T1A80 289:655.113 JLINK_HasError() -T1A80 289:655.180 JLINK_IsHalted() -T1A80 289:656.195 - 1.062ms returns FALSE -T1A80 289:756.664 JLINK_HasError() -T1A80 289:756.708 JLINK_IsHalted() -T1A80 289:757.778 - 1.091ms returns FALSE -T1A80 289:858.032 JLINK_HasError() -T1A80 289:858.109 JLINK_IsHalted() -T1A80 289:859.264 - 1.190ms returns FALSE -T1A80 289:960.481 JLINK_HasError() -T1A80 289:960.566 JLINK_IsHalted() -T1A80 289:961.627 - 1.072ms returns FALSE -T1A80 290:062.518 JLINK_HasError() -T1A80 290:062.605 JLINK_IsHalted() -T1A80 290:063.725 - 1.166ms returns FALSE -T1A80 290:164.560 JLINK_HasError() -T1A80 290:164.606 JLINK_IsHalted() -T1A80 290:165.705 - 1.120ms returns FALSE -T1A80 290:265.910 JLINK_HasError() -T1A80 290:265.999 JLINK_IsHalted() -T1A80 290:267.075 - 1.089ms returns FALSE -T1A80 290:367.404 JLINK_HasError() -T1A80 290:367.439 JLINK_IsHalted() -T1A80 290:368.501 - 1.106ms returns FALSE -T1A80 290:469.689 JLINK_HasError() -T1A80 290:469.745 JLINK_IsHalted() -T1A80 290:470.862 - 1.157ms returns FALSE -T1A80 290:571.102 JLINK_HasError() -T1A80 290:571.194 JLINK_IsHalted() -T1A80 290:572.329 - 1.186ms returns FALSE -T1A80 290:672.993 JLINK_HasError() -T1A80 290:673.056 JLINK_IsHalted() -T1A80 290:674.132 - 1.095ms returns FALSE -T1A80 290:774.325 JLINK_HasError() -T1A80 290:774.418 JLINK_IsHalted() -T1A80 290:775.536 - 1.162ms returns FALSE -T1A80 290:875.760 JLINK_HasError() -T1A80 290:875.851 JLINK_IsHalted() -T1A80 290:877.018 - 1.208ms returns FALSE -T1A80 290:977.770 JLINK_HasError() -T1A80 290:977.811 JLINK_IsHalted() -T1A80 290:978.881 - 1.089ms returns FALSE -T1A80 291:080.063 JLINK_HasError() -T1A80 291:080.150 JLINK_IsHalted() -T1A80 291:081.287 - 1.181ms returns FALSE -T1A80 291:181.537 JLINK_HasError() -T1A80 291:181.615 JLINK_IsHalted() -T1A80 291:182.729 - 1.158ms returns FALSE -T1A80 291:283.889 JLINK_HasError() -T1A80 291:283.978 JLINK_IsHalted() -T1A80 291:285.054 - 1.106ms returns FALSE -T1A80 291:386.268 JLINK_HasError() -T1A80 291:386.360 JLINK_IsHalted() -T1A80 291:387.466 - 1.151ms returns FALSE -T1A80 291:487.890 JLINK_HasError() -T1A80 291:487.922 JLINK_IsHalted() -T1A80 291:488.972 - 1.095ms returns FALSE -T1A80 291:589.873 JLINK_HasError() -T1A80 291:589.930 JLINK_IsHalted() -T1A80 291:591.116 - 1.207ms returns FALSE -T1A80 291:692.113 JLINK_HasError() -T1A80 291:692.154 JLINK_IsHalted() -T1A80 291:693.198 - 1.059ms returns FALSE -T1A80 291:794.229 JLINK_HasError() -T1A80 291:794.310 JLINK_IsHalted() -T1A80 291:795.356 - 1.065ms returns FALSE -T1A80 291:895.575 JLINK_HasError() -T1A80 291:895.668 JLINK_IsHalted() -T1A80 291:896.754 - 1.131ms returns FALSE -T1A80 291:997.031 JLINK_HasError() -T1A80 291:997.122 JLINK_IsHalted() -T1A80 291:998.245 - 1.167ms returns FALSE -T1A80 292:098.960 JLINK_HasError() -T1A80 292:099.000 JLINK_IsHalted() -T1A80 292:100.123 - 1.236ms returns FALSE -T1A80 292:200.809 JLINK_HasError() -T1A80 292:200.905 JLINK_IsHalted() -T1A80 292:202.117 - 1.231ms returns FALSE -T1A80 292:302.941 JLINK_HasError() -T1A80 292:302.976 JLINK_IsHalted() -T1A80 292:304.093 - 1.136ms returns FALSE -T1A80 292:404.946 JLINK_HasError() -T1A80 292:404.996 JLINK_IsHalted() -T1A80 292:406.023 - 1.038ms returns FALSE -T1A80 292:506.873 JLINK_HasError() -T1A80 292:506.965 JLINK_IsHalted() -T1A80 292:508.059 - 1.129ms returns FALSE -T1A80 292:608.246 JLINK_HasError() -T1A80 292:608.339 JLINK_IsHalted() -T1A80 292:609.611 - 1.317ms returns FALSE -T1A80 292:710.283 JLINK_HasError() -T1A80 292:710.327 JLINK_IsHalted() -T1A80 292:711.394 - 1.087ms returns FALSE -T1A80 292:812.020 JLINK_HasError() -T1A80 292:812.063 JLINK_IsHalted() -T1A80 292:813.190 - 1.171ms returns FALSE -T1A80 292:913.394 JLINK_HasError() -T1A80 292:913.439 JLINK_IsHalted() -T1A80 292:914.527 - 1.132ms returns FALSE -T1A80 293:015.087 JLINK_HasError() -T1A80 293:015.169 JLINK_IsHalted() -T1A80 293:016.413 - 1.288ms returns FALSE -T1A80 293:117.053 JLINK_HasError() -T1A80 293:117.094 JLINK_IsHalted() -T1A80 293:118.241 - 1.165ms returns FALSE -T1A80 293:219.217 JLINK_HasError() -T1A80 293:219.258 JLINK_IsHalted() -T1A80 293:220.238 - 0.998ms returns FALSE -T1A80 293:321.054 JLINK_HasError() -T1A80 293:321.095 JLINK_IsHalted() -T1A80 293:322.147 - 1.062ms returns FALSE -T1A80 293:423.031 JLINK_HasError() -T1A80 293:423.094 JLINK_IsHalted() -T1A80 293:424.136 - 1.067ms returns FALSE -T1A80 293:525.079 JLINK_HasError() -T1A80 293:525.128 JLINK_IsHalted() -T1A80 293:526.374 - 1.308ms returns FALSE -T1A80 293:626.570 JLINK_HasError() -T1A80 293:626.651 JLINK_IsHalted() -T1A80 293:627.838 - 1.235ms returns FALSE -T1A80 293:728.567 JLINK_HasError() -T1A80 293:728.610 JLINK_IsHalted() -T1A80 293:729.715 - 1.119ms returns FALSE -T1A80 293:829.812 JLINK_HasError() -T1A80 293:829.863 JLINK_IsHalted() -T1A80 293:831.031 - 1.207ms returns FALSE -T1A80 293:931.616 JLINK_HasError() -T1A80 293:931.713 JLINK_IsHalted() -T1A80 293:932.809 - 1.125ms returns FALSE -T1A80 294:033.238 JLINK_HasError() -T1A80 294:033.284 JLINK_IsHalted() -T1A80 294:034.296 - 1.031ms returns FALSE -T1A80 294:134.951 JLINK_HasError() -T1A80 294:135.045 JLINK_IsHalted() -T1A80 294:136.291 - 1.266ms returns FALSE -T1A80 294:236.480 JLINK_HasError() -T1A80 294:236.579 JLINK_IsHalted() -T1A80 294:237.754 - 1.220ms returns FALSE -T1A80 294:338.663 JLINK_HasError() -T1A80 294:338.750 JLINK_IsHalted() -T1A80 294:339.901 - 1.171ms returns FALSE -T1A80 294:440.884 JLINK_HasError() -T1A80 294:440.918 JLINK_IsHalted() -T1A80 294:442.053 - 1.154ms returns FALSE -T1A80 294:542.888 JLINK_HasError() -T1A80 294:542.939 JLINK_IsHalted() -T1A80 294:543.983 - 1.063ms returns FALSE -T1A80 294:644.881 JLINK_HasError() -T1A80 294:644.944 JLINK_IsHalted() -T1A80 294:645.969 - 1.049ms returns FALSE -T1A80 294:746.654 JLINK_HasError() -T1A80 294:746.746 JLINK_IsHalted() -T1A80 294:747.907 - 1.212ms returns FALSE -T1A80 294:848.013 JLINK_HasError() -T1A80 294:848.052 JLINK_IsHalted() -T1A80 294:849.030 - 0.997ms returns FALSE -T1A80 294:949.796 JLINK_HasError() -T1A80 294:949.873 JLINK_IsHalted() -T1A80 294:951.018 - 1.176ms returns FALSE -T1A80 295:051.381 JLINK_HasError() -T1A80 295:051.431 JLINK_IsHalted() -T1A80 295:052.530 - 1.116ms returns FALSE -T1A80 295:153.544 JLINK_HasError() -T1A80 295:153.633 JLINK_IsHalted() -T1A80 295:154.839 - 1.226ms returns FALSE -T1A80 295:255.952 JLINK_HasError() -T1A80 295:256.001 JLINK_IsHalted() -T1A80 295:257.047 - 1.096ms returns FALSE -T1A80 295:357.275 JLINK_HasError() -T1A80 295:357.359 JLINK_IsHalted() -T1A80 295:358.573 - 1.259ms returns FALSE -T1A80 295:459.308 JLINK_HasError() -T1A80 295:459.385 JLINK_IsHalted() -T1A80 295:460.533 - 1.192ms returns FALSE -T1A80 295:561.568 JLINK_HasError() -T1A80 295:561.619 JLINK_IsHalted() -T1A80 295:562.798 - 1.201ms returns FALSE -T1A80 295:663.095 JLINK_HasError() -T1A80 295:663.155 JLINK_IsHalted() -T1A80 295:664.198 - 1.066ms returns FALSE -T1A80 295:764.678 JLINK_HasError() -T1A80 295:764.769 JLINK_IsHalted() -T1A80 295:765.813 - 1.064ms returns FALSE -T1A80 295:866.409 JLINK_HasError() -T1A80 295:866.505 JLINK_IsHalted() -T1A80 295:867.752 - 1.283ms returns FALSE -T1A80 295:968.369 JLINK_HasError() -T1A80 295:968.407 JLINK_IsHalted() -T1A80 295:969.430 - 1.060ms returns FALSE -T1A80 296:070.366 JLINK_HasError() -T1A80 296:070.457 JLINK_IsHalted() -T1A80 296:071.706 - 1.295ms returns FALSE -T1A80 296:172.148 JLINK_HasError() -T1A80 296:172.194 JLINK_IsHalted() -T1A80 296:173.350 - 1.201ms returns FALSE -T1A80 296:274.429 JLINK_HasError() -T1A80 296:274.508 JLINK_IsHalted() -T1A80 296:275.640 - 1.170ms returns FALSE -T1A80 296:375.876 JLINK_HasError() -T1A80 296:375.967 JLINK_IsHalted() -T1A80 296:377.195 - 1.273ms returns FALSE -T1A80 296:478.326 JLINK_HasError() -T1A80 296:478.411 JLINK_IsHalted() -T1A80 296:479.514 - 1.147ms returns FALSE -T1A80 296:580.435 JLINK_HasError() -T1A80 296:580.474 JLINK_IsHalted() -T1A80 296:581.588 - 1.146ms returns FALSE -T1A80 296:682.332 JLINK_HasError() -T1A80 296:682.382 JLINK_IsHalted() -T1A80 296:683.476 - 1.118ms returns FALSE -T1A80 296:784.821 JLINK_HasError() -T1A80 296:784.869 JLINK_IsHalted() -T1A80 296:785.925 - 1.066ms returns FALSE -T1A80 296:886.188 JLINK_HasError() -T1A80 296:886.398 JLINK_IsHalted() -T1A80 296:887.628 - 1.276ms returns FALSE -T1A80 296:988.224 JLINK_HasError() -T1A80 296:988.263 JLINK_IsHalted() -T1A80 296:989.350 - 1.106ms returns FALSE -T1A80 297:090.271 JLINK_HasError() -T1A80 297:090.316 JLINK_IsHalted() -T1A80 297:091.420 - 1.123ms returns FALSE -T1A80 297:191.627 JLINK_HasError() -T1A80 297:191.719 JLINK_IsHalted() -T1A80 297:192.891 - 1.216ms returns FALSE -T1A80 297:293.372 JLINK_HasError() -T1A80 297:293.407 JLINK_IsHalted() -T1A80 297:294.529 - 1.141ms returns FALSE -T1A80 297:394.768 JLINK_HasError() -T1A80 297:394.856 JLINK_IsHalted() -T1A80 297:396.012 - 1.177ms returns FALSE -T1A80 297:496.432 JLINK_HasError() -T1A80 297:496.474 JLINK_IsHalted() -T1A80 297:497.594 - 1.162ms returns FALSE -T1A80 297:598.272 JLINK_HasError() -T1A80 297:598.309 JLINK_IsHalted() -T1A80 297:599.387 - 1.123ms returns FALSE -T1A80 297:700.316 JLINK_HasError() -T1A80 297:700.352 JLINK_IsHalted() -T1A80 297:701.425 - 1.088ms returns FALSE -T1A80 297:802.225 JLINK_HasError() -T1A80 297:802.269 JLINK_IsHalted() -T1A80 297:803.297 - 1.074ms returns FALSE -T1A80 297:903.872 JLINK_HasError() -T1A80 297:904.033 JLINK_IsHalted() -T1A80 297:905.227 - 1.234ms returns FALSE -T1A80 298:005.930 JLINK_HasError() -T1A80 298:005.969 JLINK_IsHalted() -T1A80 298:007.099 - 1.151ms returns FALSE -T1A80 298:107.647 JLINK_HasError() -T1A80 298:107.689 JLINK_IsHalted() -T1A80 298:108.758 - 1.107ms returns FALSE -T1A80 298:208.967 JLINK_HasError() -T1A80 298:209.056 JLINK_IsHalted() -T1A80 298:210.167 - 1.163ms returns FALSE -T1A80 298:310.855 JLINK_HasError() -T1A80 298:310.942 JLINK_IsHalted() -T1A80 298:312.088 - 1.190ms returns FALSE -T1A80 298:412.396 JLINK_HasError() -T1A80 298:412.479 JLINK_IsHalted() -T1A80 298:413.631 - 1.202ms returns FALSE -T1A80 298:514.469 JLINK_HasError() -T1A80 298:514.521 JLINK_IsHalted() -T1A80 298:515.607 - 1.131ms returns FALSE -T1A80 298:615.849 JLINK_HasError() -T1A80 298:615.937 JLINK_IsHalted() -T1A80 298:617.050 - 1.143ms returns FALSE -T1A80 298:718.096 JLINK_HasError() -T1A80 298:718.252 JLINK_IsHalted() -T1A80 298:719.283 - 1.047ms returns FALSE -T1A80 298:819.488 JLINK_HasError() -T1A80 298:819.560 JLINK_IsHalted() -T1A80 298:820.643 - 1.093ms returns FALSE -T1A80 298:921.393 JLINK_HasError() -T1A80 298:921.481 JLINK_IsHalted() -T1A80 298:922.610 - 1.148ms returns FALSE -T1A80 299:022.881 JLINK_HasError() -T1A80 299:022.929 JLINK_IsHalted() -T1A80 299:024.103 - 1.193ms returns FALSE -T1A80 299:124.908 JLINK_HasError() -T1A80 299:125.000 JLINK_IsHalted() -T1A80 299:126.199 - 1.243ms returns FALSE -T1A80 299:226.527 JLINK_HasError() -T1A80 299:226.585 JLINK_IsHalted() -T1A80 299:227.609 - 1.043ms returns FALSE -T1A80 299:327.720 JLINK_HasError() -T1A80 299:327.766 JLINK_IsHalted() -T1A80 299:328.875 - 1.129ms returns FALSE -T1A80 299:429.366 JLINK_HasError() -T1A80 299:429.453 JLINK_IsHalted() -T1A80 299:430.608 - 1.175ms returns FALSE -T1A80 299:531.794 JLINK_HasError() -T1A80 299:531.878 JLINK_IsHalted() -T1A80 299:532.999 - 1.130ms returns FALSE -T1A80 299:633.897 JLINK_HasError() -T1A80 299:633.942 JLINK_IsHalted() -T1A80 299:634.966 - 1.043ms returns FALSE -T1A80 299:735.892 JLINK_HasError() -T1A80 299:735.933 JLINK_IsHalted() -T1A80 299:737.098 - 1.209ms returns FALSE -T1A80 299:837.846 JLINK_HasError() -T1A80 299:837.903 JLINK_IsHalted() -T1A80 299:839.084 - 1.226ms returns FALSE -T1A80 299:939.840 JLINK_HasError() -T1A80 299:939.889 JLINK_IsHalted() -T1A80 299:940.997 - 1.125ms returns FALSE -T1A80 300:041.512 JLINK_HasError() -T1A80 300:041.603 JLINK_IsHalted() -T1A80 300:042.721 - 1.134ms returns FALSE -T1A80 300:143.368 JLINK_HasError() -T1A80 300:143.410 JLINK_IsHalted() -T1A80 300:144.502 - 1.111ms returns FALSE -T1A80 300:244.648 JLINK_HasError() -T1A80 300:244.735 JLINK_IsHalted() -T1A80 300:245.825 - 1.109ms returns FALSE -T1A80 300:345.974 JLINK_HasError() -T1A80 300:346.063 JLINK_IsHalted() -T1A80 300:347.166 - 1.124ms returns FALSE -T1A80 300:447.385 JLINK_HasError() -T1A80 300:447.466 JLINK_IsHalted() -T1A80 300:448.627 - 1.206ms returns FALSE -T1A80 300:548.814 JLINK_HasError() -T1A80 300:548.895 JLINK_IsHalted() -T1A80 300:550.171 - 1.320ms returns FALSE -T1A80 300:650.623 JLINK_HasError() -T1A80 300:650.680 JLINK_IsHalted() -T1A80 300:651.777 - 1.122ms returns FALSE -T1A80 300:751.948 JLINK_HasError() -T1A80 300:752.051 JLINK_IsHalted() -T1A80 300:753.215 - 1.208ms returns FALSE -T1A80 300:854.257 JLINK_HasError() -T1A80 300:854.346 JLINK_IsHalted() -T1A80 300:855.551 - 1.249ms returns FALSE -T1A80 300:956.461 JLINK_HasError() -T1A80 300:956.500 JLINK_IsHalted() -T1A80 300:957.499 - 1.012ms returns FALSE -T1A80 301:058.264 JLINK_HasError() -T1A80 301:058.353 JLINK_IsHalted() -T1A80 301:059.592 - 1.258ms returns FALSE -T1A80 301:160.700 JLINK_HasError() -T1A80 301:160.790 JLINK_IsHalted() -T1A80 301:161.917 - 1.159ms returns FALSE -T1A80 301:262.480 JLINK_HasError() -T1A80 301:262.562 JLINK_IsHalted() -T1A80 301:263.695 - 1.177ms returns FALSE -T1A80 301:364.649 JLINK_HasError() -T1A80 301:364.737 JLINK_IsHalted() -T1A80 301:365.799 - 1.081ms returns FALSE -T1A80 301:466.506 JLINK_HasError() -T1A80 301:466.542 JLINK_IsHalted() -T1A80 301:467.575 - 1.078ms returns FALSE -T1A80 301:567.793 JLINK_HasError() -T1A80 301:567.871 JLINK_IsHalted() -T1A80 301:569.116 - 1.313ms returns FALSE -T1A80 301:670.169 JLINK_HasError() -T1A80 301:670.264 JLINK_IsHalted() -T1A80 301:671.257 - 1.012ms returns FALSE -T1A80 301:771.972 JLINK_HasError() -T1A80 301:772.026 JLINK_IsHalted() -T1A80 301:773.229 - 1.222ms returns FALSE -T1A80 301:873.405 JLINK_HasError() -T1A80 301:873.437 JLINK_IsHalted() -T1A80 301:874.532 - 1.114ms returns FALSE -T1A80 301:974.598 JLINK_HasError() -T1A80 301:974.635 JLINK_IsHalted() -T1A80 301:975.722 - 1.100ms returns FALSE -T1A80 302:076.823 JLINK_HasError() -T1A80 302:076.880 JLINK_IsHalted() -T1A80 302:077.996 - 1.145ms returns FALSE -T1A80 302:179.075 JLINK_HasError() -T1A80 302:179.168 JLINK_IsHalted() -T1A80 302:180.299 - 1.152ms returns FALSE -T1A80 302:281.490 JLINK_HasError() -T1A80 302:281.584 JLINK_IsHalted() -T1A80 302:282.764 - 1.219ms returns FALSE -T1A80 302:383.565 JLINK_HasError() -T1A80 302:383.641 JLINK_IsHalted() -T1A80 302:384.763 - 1.144ms returns FALSE -T1A80 302:485.871 JLINK_HasError() -T1A80 302:485.959 JLINK_IsHalted() -T1A80 302:487.066 - 1.152ms returns FALSE -T1A80 302:587.871 JLINK_HasError() -T1A80 302:587.955 JLINK_IsHalted() -T1A80 302:589.081 - 1.172ms returns FALSE -T1A80 302:689.269 JLINK_HasError() -T1A80 302:689.310 JLINK_IsHalted() -T1A80 302:690.372 - 1.078ms returns FALSE -T1A80 302:790.580 JLINK_HasError() -T1A80 302:790.672 JLINK_IsHalted() -T1A80 302:791.787 - 1.161ms returns FALSE -T1A80 302:892.046 JLINK_HasError() -T1A80 302:892.126 JLINK_IsHalted() -T1A80 302:893.284 - 1.200ms returns FALSE -T1A80 302:994.077 JLINK_HasError() -T1A80 302:994.162 JLINK_IsHalted() -T1A80 302:995.293 - 1.141ms returns FALSE -T1A80 303:095.414 JLINK_HasError() -T1A80 303:095.532 JLINK_IsHalted() -T1A80 303:096.566 - 1.050ms returns FALSE -T1A80 303:196.713 JLINK_HasError() -T1A80 303:196.758 JLINK_IsHalted() -T1A80 303:197.795 - 1.057ms returns FALSE -T1A80 303:298.004 JLINK_HasError() -T1A80 303:298.094 JLINK_IsHalted() -T1A80 303:299.179 - 1.130ms returns FALSE -T1A80 303:399.883 JLINK_HasError() -T1A80 303:399.969 JLINK_IsHalted() -T1A80 303:401.111 - 1.185ms returns FALSE -T1A80 303:501.320 JLINK_HasError() -T1A80 303:501.360 JLINK_IsHalted() -T1A80 303:502.377 - 1.037ms returns FALSE -T1A80 303:602.622 JLINK_HasError() -T1A80 303:602.712 JLINK_IsHalted() -T1A80 303:603.798 - 1.136ms returns FALSE -T1A80 303:704.076 JLINK_HasError() -T1A80 303:704.118 JLINK_IsHalted() -T1A80 303:705.150 - 1.048ms returns FALSE -T1A80 303:805.845 JLINK_HasError() -T1A80 303:805.887 JLINK_IsHalted() -T1A80 303:806.961 - 1.119ms returns FALSE -T1A80 303:907.147 JLINK_HasError() -T1A80 303:907.195 JLINK_IsHalted() -T1A80 303:908.225 - 1.075ms returns FALSE -T1A80 304:009.000 JLINK_HasError() -T1A80 304:009.091 JLINK_IsHalted() -T1A80 304:010.188 - 1.116ms returns FALSE -T1A80 304:110.639 JLINK_HasError() -T1A80 304:110.688 JLINK_IsHalted() -T1A80 304:111.820 - 1.153ms returns FALSE -T1A80 304:212.461 JLINK_HasError() -T1A80 304:212.510 JLINK_IsHalted() -T1A80 304:213.564 - 1.078ms returns FALSE -T1A80 304:314.434 JLINK_HasError() -T1A80 304:314.525 JLINK_IsHalted() -T1A80 304:315.584 - 1.078ms returns FALSE -T1A80 304:415.822 JLINK_HasError() -T1A80 304:415.864 JLINK_IsHalted() -T1A80 304:416.977 - 1.167ms returns FALSE -T1A80 304:517.509 JLINK_HasError() -T1A80 304:517.552 JLINK_IsHalted() -T1A80 304:518.732 - 1.199ms returns FALSE -T1A80 304:618.873 JLINK_HasError() -T1A80 304:618.973 JLINK_IsHalted() -T1A80 304:620.112 - 1.163ms returns FALSE -T1A80 304:721.095 JLINK_HasError() -T1A80 304:721.138 JLINK_IsHalted() -T1A80 304:722.216 - 1.093ms returns FALSE -T1A80 304:822.921 JLINK_HasError() -T1A80 304:822.953 JLINK_IsHalted() -T1A80 304:823.959 - 1.025ms returns FALSE -T1A80 304:924.548 JLINK_HasError() -T1A80 304:924.639 JLINK_IsHalted() -T1A80 304:925.743 - 1.148ms returns FALSE -T1A80 305:026.198 JLINK_HasError() -T1A80 305:026.283 JLINK_IsHalted() -T1A80 305:027.479 - 1.241ms returns FALSE -T1A80 305:128.570 JLINK_HasError() -T1A80 305:128.630 JLINK_IsHalted() -T1A80 305:129.739 - 1.131ms returns FALSE -T1A80 305:230.669 JLINK_HasError() -T1A80 305:230.755 JLINK_IsHalted() -T1A80 305:231.855 - 1.140ms returns FALSE -T1A80 305:332.133 JLINK_HasError() -T1A80 305:332.185 JLINK_IsHalted() -T1A80 305:333.256 - 1.086ms returns FALSE -T1A80 305:433.461 JLINK_HasError() -T1A80 305:433.555 JLINK_IsHalted() -T1A80 305:434.617 - 1.082ms returns FALSE -T1A80 305:535.370 JLINK_HasError() -T1A80 305:535.457 JLINK_IsHalted() -T1A80 305:536.516 - 1.109ms returns FALSE -T1A80 305:637.096 JLINK_HasError() -T1A80 305:637.136 JLINK_IsHalted() -T1A80 305:638.160 - 1.048ms returns FALSE -T1A80 305:739.213 JLINK_HasError() -T1A80 305:739.303 JLINK_IsHalted() -T1A80 305:740.327 - 1.070ms returns FALSE -T1A80 305:840.951 JLINK_HasError() -T1A80 305:841.042 JLINK_IsHalted() -T1A80 305:842.163 - 1.163ms returns FALSE -T1A80 305:942.958 JLINK_HasError() -T1A80 305:943.038 JLINK_IsHalted() -T1A80 305:944.097 - 1.105ms returns FALSE -T1A80 306:044.631 JLINK_HasError() -T1A80 306:044.681 JLINK_IsHalted() -T1A80 306:045.723 - 1.061ms returns FALSE -T1A80 306:146.326 JLINK_HasError() -T1A80 306:146.415 JLINK_IsHalted() -T1A80 306:147.531 - 1.129ms returns FALSE -T1A80 306:247.885 JLINK_HasError() -T1A80 306:247.930 JLINK_IsHalted() -T1A80 306:249.001 - 1.088ms returns FALSE -T1A80 306:349.936 JLINK_HasError() -T1A80 306:349.984 JLINK_IsHalted() -T1A80 306:350.995 - 1.032ms returns FALSE -T1A80 306:452.059 JLINK_HasError() -T1A80 306:452.109 JLINK_IsHalted() -T1A80 306:453.103 - 1.015ms returns FALSE -T1A80 306:553.788 JLINK_HasError() -T1A80 306:553.832 JLINK_IsHalted() -T1A80 306:554.897 - 1.115ms returns FALSE -T1A80 306:655.188 JLINK_HasError() -T1A80 306:655.237 JLINK_IsHalted() -T1A80 306:656.329 - 1.120ms returns FALSE -T1A80 306:757.035 JLINK_HasError() -T1A80 306:757.079 JLINK_IsHalted() -T1A80 306:758.243 - 1.213ms returns FALSE -T1A80 306:858.480 JLINK_HasError() -T1A80 306:858.650 JLINK_IsHalted() -T1A80 306:859.806 - 1.169ms returns FALSE -T1A80 306:960.236 JLINK_HasError() -T1A80 306:960.279 JLINK_IsHalted() -T1A80 306:961.347 - 1.087ms returns FALSE -T1A80 307:062.040 JLINK_HasError() -T1A80 307:062.116 JLINK_IsHalted() -T1A80 307:063.156 - 1.060ms returns FALSE -T1A80 307:163.894 JLINK_HasError() -T1A80 307:163.961 JLINK_IsHalted() -T1A80 307:165.028 - 1.086ms returns FALSE -T1A80 307:265.422 JLINK_HasError() -T1A80 307:265.471 JLINK_IsHalted() -T1A80 307:266.562 - 1.111ms returns FALSE -T1A80 307:367.729 JLINK_HasError() -T1A80 307:367.775 JLINK_IsHalted() -T1A80 307:368.897 - 1.142ms returns FALSE -T1A80 307:469.576 JLINK_HasError() -T1A80 307:469.634 JLINK_IsHalted() -T1A80 307:470.716 - 1.098ms returns FALSE -T1A80 307:570.927 JLINK_HasError() -T1A80 307:571.016 JLINK_IsHalted() -T1A80 307:572.169 - 1.197ms returns FALSE -T1A80 307:673.019 JLINK_HasError() -T1A80 307:673.106 JLINK_IsHalted() -T1A80 307:674.222 - 1.136ms returns FALSE -T1A80 307:774.434 JLINK_HasError() -T1A80 307:774.526 JLINK_IsHalted() -T1A80 307:775.758 - 1.266ms returns FALSE -T1A80 307:876.966 JLINK_HasError() -T1A80 307:877.266 JLINK_IsHalted() -T1A80 307:878.297 - 1.047ms returns FALSE -T1A80 307:979.613 JLINK_HasError() -T1A80 307:979.714 JLINK_IsHalted() -T1A80 307:980.825 - 1.159ms returns FALSE -T1A80 308:081.276 JLINK_HasError() -T1A80 308:081.322 JLINK_IsHalted() -T1A80 308:082.311 - 0.999ms returns FALSE -T1A80 308:183.011 JLINK_HasError() -T1A80 308:183.050 JLINK_IsHalted() -T1A80 308:184.231 - 1.200ms returns FALSE -T1A80 308:284.451 JLINK_HasError() -T1A80 308:284.489 JLINK_IsHalted() -T1A80 308:285.544 - 1.074ms returns FALSE -T1A80 308:385.742 JLINK_HasError() -T1A80 308:385.834 JLINK_IsHalted() -T1A80 308:387.020 - 1.236ms returns FALSE -T1A80 308:487.605 JLINK_HasError() -T1A80 308:487.702 JLINK_IsHalted() -T1A80 308:488.785 - 1.104ms returns FALSE -T1A80 308:589.142 JLINK_HasError() -T1A80 308:589.232 JLINK_IsHalted() -T1A80 308:590.269 - 1.057ms returns FALSE -T1A80 308:691.049 JLINK_HasError() -T1A80 308:691.087 JLINK_IsHalted() -T1A80 308:692.244 - 1.179ms returns FALSE -T1A80 308:793.399 JLINK_HasError() -T1A80 308:793.483 JLINK_IsHalted() -T1A80 308:794.633 - 1.204ms returns FALSE -T1A80 308:895.712 JLINK_HasError() -T1A80 308:895.810 JLINK_IsHalted() -T1A80 308:896.979 - 1.188ms returns FALSE -T1A80 308:997.168 JLINK_HasError() -T1A80 308:997.260 JLINK_IsHalted() -T1A80 308:998.437 - 1.223ms returns FALSE -T1A80 309:098.667 JLINK_HasError() -T1A80 309:098.894 JLINK_IsHalted() -T1A80 309:099.995 - 1.124ms returns FALSE -T1A80 309:200.914 JLINK_HasError() -T1A80 309:200.996 JLINK_IsHalted() -T1A80 309:202.195 - 1.244ms returns FALSE -T1A80 309:302.458 JLINK_HasError() -T1A80 309:302.539 JLINK_IsHalted() -T1A80 309:303.677 - 1.183ms returns FALSE -T1A80 309:403.918 JLINK_HasError() -T1A80 309:404.003 JLINK_IsHalted() -T1A80 309:405.061 - 1.077ms returns FALSE -T1A80 309:505.878 JLINK_HasError() -T1A80 309:505.957 JLINK_IsHalted() -T1A80 309:507.103 - 1.192ms returns FALSE -T1A80 309:607.540 JLINK_HasError() -T1A80 309:607.593 JLINK_IsHalted() -T1A80 309:608.678 - 1.110ms returns FALSE -T1A80 309:709.639 JLINK_HasError() -T1A80 309:709.685 JLINK_IsHalted() -T1A80 309:710.784 - 1.119ms returns FALSE -T1A80 309:810.994 JLINK_HasError() -T1A80 309:811.074 JLINK_IsHalted() -T1A80 309:812.226 - 1.196ms returns FALSE -T1A80 309:912.562 JLINK_HasError() -T1A80 309:912.650 JLINK_IsHalted() -T1A80 309:913.916 - 1.285ms returns FALSE -T1A80 310:014.340 JLINK_HasError() -T1A80 310:014.432 JLINK_IsHalted() -T1A80 310:015.521 - 1.142ms returns FALSE -T1A80 310:116.476 JLINK_HasError() -T1A80 310:116.531 JLINK_IsHalted() -T1A80 310:117.604 - 1.094ms returns FALSE -T1A80 310:217.929 JLINK_HasError() -T1A80 310:217.971 JLINK_IsHalted() -T1A80 310:219.015 - 1.071ms returns FALSE -T1A80 310:319.903 JLINK_HasError() -T1A80 310:319.998 JLINK_IsHalted() -T1A80 310:321.076 - 1.097ms returns FALSE -T1A80 310:422.051 JLINK_HasError() -T1A80 310:422.136 JLINK_IsHalted() -T1A80 310:423.190 - 1.073ms returns FALSE -T1A80 310:523.731 JLINK_HasError() -T1A80 310:523.818 JLINK_IsHalted() -T1A80 310:524.830 - 1.031ms returns FALSE -T1A80 310:625.939 JLINK_HasError() -T1A80 310:626.018 JLINK_IsHalted() -T1A80 310:627.118 - 1.123ms returns FALSE -T1A80 310:727.281 JLINK_HasError() -T1A80 310:727.329 JLINK_IsHalted() -T1A80 310:728.393 - 1.075ms returns FALSE -T1A80 310:828.598 JLINK_HasError() -T1A80 310:828.691 JLINK_IsHalted() -T1A80 310:829.780 - 1.140ms returns FALSE -T1A80 310:930.943 JLINK_HasError() -T1A80 310:931.027 JLINK_IsHalted() -T1A80 310:932.202 - 1.220ms returns FALSE -T1A80 311:032.457 JLINK_HasError() -T1A80 311:032.547 JLINK_IsHalted() -T1A80 311:033.656 - 1.153ms returns FALSE -T1A80 311:134.227 JLINK_HasError() -T1A80 311:134.283 JLINK_IsHalted() -T1A80 311:135.469 - 1.214ms returns FALSE -T1A80 311:236.490 JLINK_HasError() -T1A80 311:236.536 JLINK_IsHalted() -T1A80 311:237.667 - 1.176ms returns FALSE -T1A80 311:338.107 JLINK_HasError() -T1A80 311:338.194 JLINK_IsHalted() -T1A80 311:339.335 - 1.166ms returns FALSE -T1A80 311:440.464 JLINK_HasError() -T1A80 311:440.552 JLINK_IsHalted() -T1A80 311:441.727 - 1.223ms returns FALSE -T1A80 311:541.979 JLINK_HasError() -T1A80 311:542.067 JLINK_IsHalted() -T1A80 311:543.218 - 1.199ms returns FALSE -T1A80 311:643.499 JLINK_HasError() -T1A80 311:643.545 JLINK_IsHalted() -T1A80 311:644.653 - 1.123ms returns FALSE -T1A80 311:745.475 JLINK_HasError() -T1A80 311:745.553 JLINK_IsHalted() -T1A80 311:746.649 - 1.145ms returns FALSE -T1A80 311:846.889 JLINK_HasError() -T1A80 311:846.982 JLINK_IsHalted() -T1A80 311:848.211 - 1.274ms returns FALSE -T1A80 311:948.428 JLINK_HasError() -T1A80 311:948.509 JLINK_IsHalted() -T1A80 311:949.572 - 1.078ms returns FALSE -T1A80 312:050.551 JLINK_HasError() -T1A80 312:050.638 JLINK_IsHalted() -T1A80 312:051.747 - 1.128ms returns FALSE -T1A80 312:151.949 JLINK_HasError() -T1A80 312:152.039 JLINK_IsHalted() -T1A80 312:153.077 - 1.049ms returns FALSE -T1A80 312:253.216 JLINK_HasError() -T1A80 312:253.256 JLINK_IsHalted() -T1A80 312:254.422 - 1.185ms returns FALSE -T1A80 312:354.641 JLINK_HasError() -T1A80 312:354.726 JLINK_IsHalted() -T1A80 312:355.855 - 1.177ms returns FALSE -T1A80 312:456.760 JLINK_HasError() -T1A80 312:456.807 JLINK_IsHalted() -T1A80 312:457.909 - 1.110ms returns FALSE -T1A80 312:558.791 JLINK_HasError() -T1A80 312:558.882 JLINK_IsHalted() -T1A80 312:559.866 - 0.994ms returns FALSE -T1A80 312:660.850 JLINK_HasError() -T1A80 312:660.895 JLINK_IsHalted() -T1A80 312:662.008 - 1.132ms returns FALSE -T1A80 312:762.206 JLINK_HasError() -T1A80 312:762.299 JLINK_IsHalted() -T1A80 312:763.343 - 1.063ms returns FALSE -T1A80 312:864.229 JLINK_HasError() -T1A80 312:864.278 JLINK_IsHalted() -T1A80 312:865.362 - 1.101ms returns FALSE -T1A80 312:965.675 JLINK_HasError() -T1A80 312:965.754 JLINK_IsHalted() -T1A80 312:966.931 - 1.212ms returns FALSE -T1A80 313:067.631 JLINK_HasError() -T1A80 313:067.669 JLINK_IsHalted() -T1A80 313:068.778 - 1.153ms returns FALSE -T1A80 313:169.049 JLINK_HasError() -T1A80 313:169.138 JLINK_IsHalted() -T1A80 313:170.372 - 1.256ms returns FALSE -T1A80 313:271.459 JLINK_HasError() -T1A80 313:271.536 JLINK_IsHalted() -T1A80 313:272.687 - 1.188ms returns FALSE -T1A80 313:372.908 JLINK_HasError() -T1A80 313:372.995 JLINK_IsHalted() -T1A80 313:374.081 - 1.130ms returns FALSE -T1A80 313:474.331 JLINK_HasError() -T1A80 313:474.413 JLINK_IsHalted() -T1A80 313:475.608 - 1.240ms returns FALSE -T1A80 313:576.956 JLINK_HasError() -T1A80 313:577.045 JLINK_IsHalted() -T1A80 313:578.189 - 1.189ms returns FALSE -T1A80 313:678.910 JLINK_HasError() -T1A80 313:678.953 JLINK_IsHalted() -T1A80 313:679.954 - 1.021ms returns FALSE -T1A80 313:780.659 JLINK_HasError() -T1A80 313:780.712 JLINK_IsHalted() -T1A80 313:781.735 - 1.044ms returns FALSE -T1A80 313:881.860 JLINK_HasError() -T1A80 313:881.899 JLINK_IsHalted() -T1A80 313:883.024 - 1.144ms returns FALSE -T1A80 313:983.981 JLINK_HasError() -T1A80 313:984.069 JLINK_IsHalted() -T1A80 313:985.139 - 1.089ms returns FALSE -T1A80 314:085.298 JLINK_HasError() -T1A80 314:085.388 JLINK_IsHalted() -T1A80 314:086.656 - 1.313ms returns FALSE -T1A80 314:187.474 JLINK_HasError() -T1A80 314:187.575 JLINK_IsHalted() -T1A80 314:188.735 - 1.180ms returns FALSE -T1A80 314:290.371 JLINK_HasError() -T1A80 314:290.419 JLINK_IsHalted() -T1A80 314:291.533 - 1.134ms returns FALSE -T1A80 314:392.342 JLINK_HasError() -T1A80 314:392.418 JLINK_IsHalted() -T1A80 314:393.500 - 1.104ms returns FALSE -T1A80 314:493.749 JLINK_HasError() -T1A80 314:493.837 JLINK_IsHalted() -T1A80 314:494.970 - 1.177ms returns FALSE -T1A80 314:596.023 JLINK_HasError() -T1A80 314:596.105 JLINK_IsHalted() -T1A80 314:597.296 - 1.239ms returns FALSE -T1A80 314:698.309 JLINK_HasError() -T1A80 314:698.404 JLINK_IsHalted() -T1A80 314:699.436 - 1.058ms returns FALSE -T1A80 314:799.664 JLINK_HasError() -T1A80 314:799.704 JLINK_IsHalted() -T1A80 314:800.719 - 1.028ms returns FALSE -T1A80 314:901.655 JLINK_HasError() -T1A80 314:901.702 JLINK_IsHalted() -T1A80 314:902.706 - 1.017ms returns FALSE -T1A80 315:003.649 JLINK_HasError() -T1A80 315:003.698 JLINK_IsHalted() -T1A80 315:004.825 - 1.171ms returns FALSE -T1A80 315:105.641 JLINK_HasError() -T1A80 315:105.693 JLINK_IsHalted() -T1A80 315:106.777 - 1.106ms returns FALSE -T1A80 315:207.481 JLINK_HasError() -T1A80 315:207.541 JLINK_IsHalted() -T1A80 315:208.535 - 1.012ms returns FALSE -T1A80 315:308.727 JLINK_HasError() -T1A80 315:308.816 JLINK_IsHalted() -T1A80 315:309.891 - 1.094ms returns FALSE -T1A80 315:410.474 JLINK_HasError() -T1A80 315:410.563 JLINK_IsHalted() -T1A80 315:411.672 - 1.151ms returns FALSE -T1A80 315:512.040 JLINK_HasError() -T1A80 315:512.126 JLINK_IsHalted() -T1A80 315:513.244 - 1.137ms returns FALSE -T1A80 315:614.245 JLINK_HasError() -T1A80 315:614.336 JLINK_IsHalted() -T1A80 315:615.361 - 1.044ms returns FALSE -T1A80 315:716.230 JLINK_HasError() -T1A80 315:716.271 JLINK_IsHalted() -T1A80 315:717.344 - 1.093ms returns FALSE -T1A80 315:817.561 JLINK_HasError() -T1A80 315:817.654 JLINK_IsHalted() -T1A80 315:818.745 - 1.136ms returns FALSE -T1A80 315:919.787 JLINK_HasError() -T1A80 315:919.897 JLINK_IsHalted() -T1A80 315:920.966 - 1.088ms returns FALSE -T1A80 316:021.760 JLINK_HasError() -T1A80 316:021.804 JLINK_IsHalted() -T1A80 316:022.811 - 1.027ms returns FALSE -T1A80 316:123.783 JLINK_HasError() -T1A80 316:123.831 JLINK_IsHalted() -T1A80 316:124.915 - 1.099ms returns FALSE -T1A80 316:225.761 JLINK_HasError() -T1A80 316:225.808 JLINK_IsHalted() -T1A80 316:226.826 - 1.033ms returns FALSE -T1A80 316:327.760 JLINK_HasError() -T1A80 316:327.805 JLINK_IsHalted() -T1A80 316:328.888 - 1.099ms returns FALSE -T1A80 316:429.762 JLINK_HasError() -T1A80 316:429.879 JLINK_IsHalted() -T1A80 316:430.998 - 1.134ms returns FALSE -T1A80 316:531.769 JLINK_HasError() -T1A80 316:531.815 JLINK_IsHalted() -T1A80 316:532.884 - 1.098ms returns FALSE -T1A80 316:633.510 JLINK_HasError() -T1A80 316:633.555 JLINK_IsHalted() -T1A80 316:634.597 - 1.057ms returns FALSE -T1A80 316:735.494 JLINK_HasError() -T1A80 316:735.537 JLINK_IsHalted() -T1A80 316:736.539 - 1.025ms returns FALSE -T1A80 316:837.117 JLINK_HasError() -T1A80 316:837.163 JLINK_IsHalted() -T1A80 316:838.120 - 0.997ms returns FALSE -T1A80 316:939.226 JLINK_HasError() -T1A80 316:939.293 JLINK_IsHalted() -T1A80 316:940.312 - 1.039ms returns FALSE -T1A80 317:041.120 JLINK_HasError() -T1A80 317:041.166 JLINK_IsHalted() -T1A80 317:042.335 - 1.190ms returns FALSE -T1A80 317:143.142 JLINK_HasError() -T1A80 317:143.198 JLINK_IsHalted() -T1A80 317:144.276 - 1.105ms returns FALSE -T1A80 317:245.071 JLINK_HasError() -T1A80 317:245.119 JLINK_IsHalted() -T1A80 317:246.095 - 0.992ms returns FALSE -T1A80 317:347.136 JLINK_HasError() -T1A80 317:347.222 JLINK_IsHalted() -T1A80 317:348.305 - 1.106ms returns FALSE -T1A80 317:449.088 JLINK_HasError() -T1A80 317:449.151 JLINK_IsHalted() -T1A80 317:450.356 - 1.228ms returns FALSE -T1A80 317:551.077 JLINK_HasError() -T1A80 317:551.135 JLINK_IsHalted() -T1A80 317:552.216 - 1.095ms returns FALSE -T1A80 317:652.705 JLINK_HasError() -T1A80 317:652.753 JLINK_IsHalted() -T1A80 317:653.833 - 1.104ms returns FALSE -T1A80 317:754.354 JLINK_HasError() -T1A80 317:754.408 JLINK_IsHalted() -T1A80 317:755.467 - 1.082ms returns FALSE -T1A80 317:856.361 JLINK_HasError() -T1A80 317:856.404 JLINK_IsHalted() -T1A80 317:857.563 - 1.185ms returns FALSE -T1A80 317:958.325 JLINK_HasError() -T1A80 317:958.383 JLINK_IsHalted() -T1A80 317:959.709 - 1.347ms returns FALSE -T1A80 318:060.302 JLINK_HasError() -T1A80 318:060.345 JLINK_IsHalted() -T1A80 318:061.399 - 1.073ms returns FALSE -T1A80 318:162.303 JLINK_HasError() -T1A80 318:162.344 JLINK_IsHalted() -T1A80 318:163.380 - 1.052ms returns FALSE -T1A80 318:264.304 JLINK_HasError() -T1A80 318:264.355 JLINK_IsHalted() -T1A80 318:265.374 - 1.029ms returns FALSE -T1A80 318:366.352 JLINK_HasError() -T1A80 318:366.401 JLINK_IsHalted() -T1A80 318:367.543 - 1.161ms returns FALSE -T1A80 318:468.375 JLINK_HasError() -T1A80 318:468.458 JLINK_IsHalted() -T1A80 318:469.456 - 1.019ms returns FALSE -T1A80 318:570.372 JLINK_HasError() -T1A80 318:570.457 JLINK_IsHalted() -T1A80 318:571.542 - 1.105ms returns FALSE -T1A80 318:672.355 JLINK_HasError() -T1A80 318:672.400 JLINK_IsHalted() -T1A80 318:673.378 - 1.004ms returns FALSE -T1A80 318:774.156 JLINK_HasError() -T1A80 318:774.223 JLINK_IsHalted() -T1A80 318:775.323 - 1.123ms returns FALSE -T1A80 318:876.055 JLINK_HasError() -T1A80 318:876.102 JLINK_IsHalted() -T1A80 318:877.183 - 1.102ms returns FALSE -T1A80 318:978.096 JLINK_HasError() -T1A80 318:978.179 JLINK_IsHalted() -T1A80 318:979.233 - 1.078ms returns FALSE -T1A80 319:080.096 JLINK_HasError() -T1A80 319:080.189 JLINK_IsHalted() -T1A80 319:081.255 - 1.086ms returns FALSE -T1A80 319:182.037 JLINK_HasError() -T1A80 319:182.080 JLINK_IsHalted() -T1A80 319:183.134 - 1.090ms returns FALSE -T1A80 319:284.085 JLINK_HasError() -T1A80 319:284.168 JLINK_IsHalted() -T1A80 319:285.180 - 1.028ms returns FALSE -T1A80 319:386.029 JLINK_HasError() -T1A80 319:386.074 JLINK_IsHalted() -T1A80 319:387.096 - 1.049ms returns FALSE -T1A80 319:488.125 JLINK_HasError() -T1A80 319:488.171 JLINK_IsHalted() -T1A80 319:489.171 - 1.020ms returns FALSE -T1A80 319:589.693 JLINK_HasError() -T1A80 319:589.787 JLINK_IsHalted() -T1A80 319:590.752 - 0.989ms returns FALSE -T1A80 319:691.678 JLINK_HasError() -T1A80 319:691.723 JLINK_IsHalted() -T1A80 319:692.800 - 1.103ms returns FALSE -T1A80 319:793.426 JLINK_HasError() -T1A80 319:793.476 JLINK_IsHalted() -T1A80 319:794.493 - 1.035ms returns FALSE -T1A80 319:895.430 JLINK_HasError() -T1A80 319:895.474 JLINK_IsHalted() -T1A80 319:896.522 - 1.063ms returns FALSE -T1A80 319:997.493 JLINK_HasError() -T1A80 319:997.577 JLINK_IsHalted() -T1A80 319:998.631 - 1.074ms returns FALSE -T1A80 320:099.534 JLINK_HasError() -T1A80 320:099.586 JLINK_IsHalted() -T1A80 320:100.621 - 1.062ms returns FALSE -T1A80 320:201.477 JLINK_HasError() -T1A80 320:201.524 JLINK_IsHalted() -T1A80 320:202.658 - 1.154ms returns FALSE -T1A80 320:303.504 JLINK_HasError() -T1A80 320:303.595 JLINK_IsHalted() -T1A80 320:304.655 - 1.088ms returns FALSE -T1A80 320:405.474 JLINK_HasError() -T1A80 320:405.523 JLINK_IsHalted() -T1A80 320:406.542 - 1.042ms returns FALSE -T1A80 320:507.416 JLINK_HasError() -T1A80 320:507.460 JLINK_IsHalted() -T1A80 320:508.563 - 1.114ms returns FALSE -T1A80 320:609.118 JLINK_HasError() -T1A80 320:609.203 JLINK_IsHalted() -T1A80 320:610.304 - 1.130ms returns FALSE -T1A80 320:711.052 JLINK_HasError() -T1A80 320:711.095 JLINK_IsHalted() -T1A80 320:712.159 - 1.079ms returns FALSE -T1A80 320:812.964 JLINK_HasError() -T1A80 320:813.022 JLINK_IsHalted() -T1A80 320:814.075 - 1.072ms returns FALSE -T1A80 320:914.892 JLINK_HasError() -T1A80 320:914.949 JLINK_IsHalted() -T1A80 320:916.006 - 1.080ms returns FALSE -T1A80 321:016.914 JLINK_HasError() -T1A80 321:016.964 JLINK_IsHalted() -T1A80 321:018.041 - 1.097ms returns FALSE -T1A80 321:118.907 JLINK_HasError() -T1A80 321:118.954 JLINK_IsHalted() -T1A80 321:119.980 - 1.045ms returns FALSE -T1A80 321:220.889 JLINK_HasError() -T1A80 321:220.944 JLINK_IsHalted() -T1A80 321:222.019 - 1.104ms returns FALSE -T1A80 321:322.881 JLINK_HasError() -T1A80 321:322.925 JLINK_IsHalted() -T1A80 321:323.950 - 1.071ms returns FALSE -T1A80 321:424.973 JLINK_HasError() -T1A80 321:425.098 JLINK_IsHalted() -T1A80 321:426.149 - 1.078ms returns FALSE -T1A80 321:526.849 JLINK_HasError() -T1A80 321:526.901 JLINK_IsHalted() -T1A80 321:527.931 - 1.046ms returns FALSE -T1A80 321:628.556 JLINK_HasError() -T1A80 321:628.641 JLINK_IsHalted() -T1A80 321:629.814 - 1.203ms returns FALSE -T1A80 321:730.561 JLINK_HasError() -T1A80 321:730.605 JLINK_IsHalted() -T1A80 321:731.701 - 1.115ms returns FALSE -T1A80 321:832.285 JLINK_HasError() -T1A80 321:832.370 JLINK_IsHalted() -T1A80 321:833.335 - 0.988ms returns FALSE -T1A80 321:934.268 JLINK_HasError() -T1A80 321:934.315 JLINK_IsHalted() -T1A80 321:935.333 - 1.041ms returns FALSE -T1A80 322:036.266 JLINK_HasError() -T1A80 322:036.314 JLINK_IsHalted() -T1A80 322:037.359 - 1.077ms returns FALSE -T1A80 322:138.212 JLINK_HasError() -T1A80 322:138.257 JLINK_IsHalted() -T1A80 322:139.300 - 1.060ms returns FALSE -T1A80 322:240.273 JLINK_HasError() -T1A80 322:240.331 JLINK_IsHalted() -T1A80 322:241.469 - 1.175ms returns FALSE -T1A80 322:342.283 JLINK_HasError() -T1A80 322:342.368 JLINK_IsHalted() -T1A80 322:343.499 - 1.156ms returns FALSE -T1A80 322:444.282 JLINK_HasError() -T1A80 322:444.369 JLINK_IsHalted() -T1A80 322:445.427 - 1.070ms returns FALSE -T1A80 322:546.227 JLINK_HasError() -T1A80 322:546.271 JLINK_IsHalted() -T1A80 322:547.290 - 1.035ms returns FALSE -T1A80 322:648.089 JLINK_HasError() -T1A80 322:648.140 JLINK_IsHalted() -T1A80 322:649.276 - 1.154ms returns FALSE -T1A80 322:749.744 JLINK_HasError() -T1A80 322:749.787 JLINK_IsHalted() -T1A80 322:750.936 - 1.172ms returns FALSE -T1A80 322:851.692 JLINK_HasError() -T1A80 322:851.736 JLINK_IsHalted() -T1A80 322:852.740 - 1.024ms returns FALSE -T1A80 322:953.763 JLINK_HasError() -T1A80 322:953.849 JLINK_IsHalted() -T1A80 322:954.853 - 1.026ms returns FALSE -T1A80 323:055.784 JLINK_HasError() -T1A80 323:055.930 JLINK_IsHalted() -T1A80 323:056.965 - 1.047ms returns FALSE -T1A80 323:157.765 JLINK_HasError() -T1A80 323:157.851 JLINK_IsHalted() -T1A80 323:158.949 - 1.118ms returns FALSE -T1A80 323:259.699 JLINK_HasError() -T1A80 323:259.752 JLINK_IsHalted() -T1A80 323:260.811 - 1.076ms returns FALSE -T1A80 323:361.714 JLINK_HasError() -T1A80 323:361.764 JLINK_IsHalted() -T1A80 323:362.796 - 1.047ms returns FALSE -T1A80 323:463.693 JLINK_HasError() -T1A80 323:463.749 JLINK_IsHalted() -T1A80 323:464.785 - 1.055ms returns FALSE -T1A80 323:565.774 JLINK_HasError() -T1A80 323:565.872 JLINK_IsHalted() -T1A80 323:566.961 - 1.116ms returns FALSE -T1A80 323:667.380 JLINK_HasError() -T1A80 323:667.428 JLINK_IsHalted() -T1A80 323:668.456 - 1.043ms returns FALSE -T1A80 323:769.163 JLINK_HasError() -T1A80 323:769.209 JLINK_IsHalted() -T1A80 323:770.243 - 1.054ms returns FALSE -T1A80 323:871.190 JLINK_HasError() -T1A80 323:871.260 JLINK_IsHalted() -T1A80 323:872.318 - 1.088ms returns FALSE -T1A80 323:973.122 JLINK_HasError() -T1A80 323:973.172 JLINK_IsHalted() -T1A80 323:974.217 - 1.061ms returns FALSE -T1A80 324:075.167 JLINK_HasError() -T1A80 324:075.219 JLINK_IsHalted() -T1A80 324:076.258 - 1.064ms returns FALSE -T1A80 324:177.137 JLINK_HasError() -T1A80 324:177.189 JLINK_IsHalted() -T1A80 324:178.256 - 1.086ms returns FALSE -T1A80 324:279.181 JLINK_HasError() -T1A80 324:279.231 JLINK_IsHalted() -T1A80 324:280.223 - 1.011ms returns FALSE -T1A80 324:381.129 JLINK_HasError() -T1A80 324:381.174 JLINK_IsHalted() -T1A80 324:382.303 - 1.160ms returns FALSE -T1A80 324:483.176 JLINK_HasError() -T1A80 324:483.224 JLINK_IsHalted() -T1A80 324:484.270 - 1.065ms returns FALSE -T1A80 324:585.129 JLINK_HasError() -T1A80 324:585.169 JLINK_IsHalted() -T1A80 324:586.264 - 1.117ms returns FALSE -T1A80 324:686.706 JLINK_HasError() -T1A80 324:686.751 JLINK_IsHalted() -T1A80 324:687.873 - 1.136ms returns FALSE -T1A80 324:788.635 JLINK_HasError() -T1A80 324:788.686 JLINK_IsHalted() -T1A80 324:789.761 - 1.094ms returns FALSE -T1A80 324:890.683 JLINK_HasError() -T1A80 324:890.729 JLINK_IsHalted() -T1A80 324:891.910 - 1.201ms returns FALSE -T1A80 324:992.692 JLINK_HasError() -T1A80 324:992.736 JLINK_IsHalted() -T1A80 324:993.909 - 1.196ms returns FALSE -T1A80 325:094.681 JLINK_HasError() -T1A80 325:094.726 JLINK_IsHalted() -T1A80 325:095.763 - 1.056ms returns FALSE -T1A80 325:196.685 JLINK_HasError() -T1A80 325:196.734 JLINK_IsHalted() -T1A80 325:197.813 - 1.099ms returns FALSE -T1A80 325:298.663 JLINK_HasError() -T1A80 325:298.718 JLINK_IsHalted() -T1A80 325:299.745 - 1.047ms returns FALSE -T1A80 325:400.693 JLINK_HasError() -T1A80 325:400.744 JLINK_IsHalted() -T1A80 325:401.824 - 1.111ms returns FALSE -T1A80 325:502.685 JLINK_HasError() -T1A80 325:502.739 JLINK_IsHalted() -T1A80 325:503.817 - 1.107ms returns FALSE -T1A80 325:604.352 JLINK_HasError() -T1A80 325:604.404 JLINK_IsHalted() -T1A80 325:605.456 - 1.067ms returns FALSE -T1A80 325:706.426 JLINK_HasError() -T1A80 325:706.476 JLINK_IsHalted() -T1A80 325:707.435 - 0.979ms returns FALSE -T1A80 325:808.139 JLINK_HasError() -T1A80 325:808.189 JLINK_IsHalted() -T1A80 325:809.213 - 1.037ms returns FALSE -T1A80 325:910.132 JLINK_HasError() -T1A80 325:910.178 JLINK_IsHalted() -T1A80 325:911.203 - 1.044ms returns FALSE -T1A80 326:012.131 JLINK_HasError() -T1A80 326:012.185 JLINK_IsHalted() -T1A80 326:013.208 - 1.048ms returns FALSE -T1A80 326:114.076 JLINK_HasError() -T1A80 326:114.121 JLINK_IsHalted() -T1A80 326:115.199 - 1.096ms returns FALSE -T1A80 326:216.136 JLINK_HasError() -T1A80 326:216.181 JLINK_IsHalted() -T1A80 326:217.287 - 1.122ms returns FALSE -T1A80 326:318.100 JLINK_HasError() -T1A80 326:318.148 JLINK_IsHalted() -T1A80 326:319.202 - 1.073ms returns FALSE -T1A80 326:420.148 JLINK_HasError() -T1A80 326:420.193 JLINK_IsHalted() -T1A80 326:421.316 - 1.147ms returns FALSE -T1A80 326:522.208 JLINK_HasError() -T1A80 326:522.276 JLINK_IsHalted() -T1A80 326:523.376 - 1.128ms returns FALSE -T1A80 326:623.766 JLINK_HasError() -T1A80 326:623.819 JLINK_IsHalted() -T1A80 326:624.898 - 1.109ms returns FALSE -T1A80 326:725.826 JLINK_HasError() -T1A80 326:725.877 JLINK_IsHalted() -T1A80 326:726.967 - 1.105ms returns FALSE -T1A80 326:827.740 JLINK_HasError() -T1A80 326:827.810 JLINK_IsHalted() -T1A80 326:829.006 - 1.222ms returns FALSE -T1A80 326:929.699 JLINK_HasError() -T1A80 326:929.767 JLINK_IsHalted() -T1A80 326:930.829 - 1.092ms returns FALSE -T1A80 327:031.716 JLINK_HasError() -T1A80 327:031.803 JLINK_IsHalted() -T1A80 327:032.924 - 1.148ms returns FALSE -T1A80 327:133.715 JLINK_HasError() -T1A80 327:133.801 JLINK_IsHalted() -T1A80 327:134.906 - 1.124ms returns FALSE -T1A80 327:235.678 JLINK_HasError() -T1A80 327:235.727 JLINK_IsHalted() -T1A80 327:236.694 - 0.986ms returns FALSE -T1A80 327:337.693 JLINK_HasError() -T1A80 327:337.744 JLINK_IsHalted() -T1A80 327:338.771 - 1.074ms returns FALSE -T1A80 327:439.647 JLINK_HasError() -T1A80 327:439.691 JLINK_IsHalted() -T1A80 327:440.742 - 1.068ms returns FALSE -T1A80 327:541.721 JLINK_HasError() -T1A80 327:541.808 JLINK_IsHalted() -T1A80 327:542.850 - 1.062ms returns FALSE -T1A80 327:643.418 JLINK_HasError() -T1A80 327:643.469 JLINK_IsHalted() -T1A80 327:644.469 - 1.022ms returns FALSE -T1A80 327:745.280 JLINK_HasError() -T1A80 327:745.367 JLINK_IsHalted() -T1A80 327:746.454 - 1.114ms returns FALSE -T1A80 327:847.261 JLINK_HasError() -T1A80 327:847.312 JLINK_IsHalted() -T1A80 327:848.367 - 1.074ms returns FALSE -T1A80 327:949.293 JLINK_HasError() -T1A80 327:949.349 JLINK_IsHalted() -T1A80 327:950.422 - 1.104ms returns FALSE -T1A80 328:051.211 JLINK_HasError() -T1A80 328:051.266 JLINK_IsHalted() -T1A80 328:052.208 - 0.954ms returns FALSE -T1A80 328:153.365 JLINK_HasError() -T1A80 328:153.455 JLINK_IsHalted() -T1A80 328:154.526 - 1.106ms returns FALSE -T1A80 328:255.270 JLINK_HasError() -T1A80 328:255.323 JLINK_IsHalted() -T1A80 328:256.380 - 1.077ms returns FALSE -T1A80 328:357.341 JLINK_HasError() -T1A80 328:357.401 JLINK_IsHalted() -T1A80 328:358.491 - 1.108ms returns FALSE -T1A80 328:459.296 JLINK_HasError() -T1A80 328:459.387 JLINK_IsHalted() -T1A80 328:460.482 - 1.117ms returns FALSE -T1A80 328:561.294 JLINK_HasError() -T1A80 328:561.386 JLINK_IsHalted() -T1A80 328:562.468 - 1.110ms returns FALSE -T1A80 328:662.985 JLINK_HasError() -T1A80 328:663.035 JLINK_IsHalted() -T1A80 328:664.075 - 1.050ms returns FALSE -T1A80 328:764.769 JLINK_HasError() -T1A80 328:764.822 JLINK_IsHalted() -T1A80 328:766.033 - 1.264ms returns FALSE -T1A80 328:866.784 JLINK_HasError() -T1A80 328:866.868 JLINK_IsHalted() -T1A80 328:867.924 - 1.081ms returns FALSE -T1A80 328:968.706 JLINK_HasError() -T1A80 328:968.754 JLINK_IsHalted() -T1A80 328:969.782 - 1.047ms returns FALSE -T1A80 329:070.709 JLINK_HasError() -T1A80 329:070.761 JLINK_IsHalted() -T1A80 329:071.775 - 1.046ms returns FALSE -T1A80 329:172.724 JLINK_HasError() -T1A80 329:172.778 JLINK_IsHalted() -T1A80 329:173.827 - 1.067ms returns FALSE -T1A80 329:274.768 JLINK_HasError() -T1A80 329:274.822 JLINK_IsHalted() -T1A80 329:275.930 - 1.139ms returns FALSE -T1A80 329:376.783 JLINK_HasError() -T1A80 329:376.870 JLINK_IsHalted() -T1A80 329:377.975 - 1.124ms returns FALSE -T1A80 329:478.740 JLINK_HasError() -T1A80 329:479.015 JLINK_IsHalted() -T1A80 329:480.052 - 1.061ms returns FALSE -T1A80 329:580.777 JLINK_HasError() -T1A80 329:580.864 JLINK_IsHalted() -T1A80 329:581.948 - 1.103ms returns FALSE -T1A80 329:682.509 JLINK_HasError() -T1A80 329:682.560 JLINK_IsHalted() -T1A80 329:683.520 - 0.979ms returns FALSE -T1A80 329:784.281 JLINK_HasError() -T1A80 329:784.374 JLINK_IsHalted() -T1A80 329:785.429 - 1.084ms returns FALSE -T1A80 329:886.270 JLINK_HasError() -T1A80 329:886.359 JLINK_IsHalted() -T1A80 329:887.408 - 1.071ms returns FALSE -T1A80 329:988.281 JLINK_HasError() -T1A80 329:988.368 JLINK_IsHalted() -T1A80 329:989.353 - 1.017ms returns FALSE -T1A80 330:090.229 JLINK_HasError() -T1A80 330:090.282 JLINK_IsHalted() -T1A80 330:091.453 - 1.198ms returns FALSE -T1A80 330:192.201 JLINK_HasError() -T1A80 330:192.254 JLINK_IsHalted() -T1A80 330:193.373 - 1.138ms returns FALSE -T1A80 330:294.241 JLINK_HasError() -T1A80 330:294.351 JLINK_IsHalted() -T1A80 330:295.363 - 1.034ms returns FALSE -T1A80 330:396.270 JLINK_HasError() -T1A80 330:396.357 JLINK_IsHalted() -T1A80 330:397.465 - 1.127ms returns FALSE -T1A80 330:498.274 JLINK_HasError() -T1A80 330:498.360 JLINK_IsHalted() -T1A80 330:499.453 - 1.119ms returns FALSE -T1A80 330:599.963 JLINK_HasError() -T1A80 330:600.009 JLINK_IsHalted() -T1A80 330:601.122 - 1.135ms returns FALSE -T1A80 330:701.900 JLINK_HasError() -T1A80 330:701.945 JLINK_IsHalted() -T1A80 330:702.960 - 1.030ms returns FALSE -T1A80 330:803.572 JLINK_HasError() -T1A80 330:803.618 JLINK_IsHalted() -T1A80 330:804.715 - 1.117ms returns FALSE -T1A80 330:905.577 JLINK_HasError() -T1A80 330:905.621 JLINK_IsHalted() -T1A80 330:906.583 - 0.981ms returns FALSE -T1A80 331:007.568 JLINK_HasError() -T1A80 331:007.656 JLINK_IsHalted() -T1A80 331:008.755 - 1.122ms returns FALSE -T1A80 331:109.545 JLINK_HasError() -T1A80 331:109.664 JLINK_IsHalted() -T1A80 331:110.707 - 1.062ms returns FALSE -T1A80 331:211.504 JLINK_HasError() -T1A80 331:211.547 JLINK_IsHalted() -T1A80 331:212.600 - 1.073ms returns FALSE -T1A80 331:313.556 JLINK_HasError() -T1A80 331:313.604 JLINK_IsHalted() -T1A80 331:314.671 - 1.086ms returns FALSE -T1A80 331:415.503 JLINK_HasError() -T1A80 331:415.549 JLINK_IsHalted() -T1A80 331:416.569 - 1.031ms returns FALSE -T1A80 331:517.580 JLINK_HasError() -T1A80 331:517.673 JLINK_IsHalted() -T1A80 331:518.740 - 1.086ms returns FALSE -T1A80 331:619.217 JLINK_HasError() -T1A80 331:619.266 JLINK_IsHalted() -T1A80 331:620.362 - 1.137ms returns FALSE -T1A80 331:721.221 JLINK_HasError() -T1A80 331:721.264 JLINK_IsHalted() -T1A80 331:722.216 - 0.974ms returns FALSE -T1A80 331:822.820 JLINK_HasError() -T1A80 331:822.866 JLINK_IsHalted() -T1A80 331:823.891 - 1.045ms returns FALSE -T1A80 331:924.812 JLINK_HasError() -T1A80 331:924.867 JLINK_IsHalted() -T1A80 331:925.880 - 1.025ms returns FALSE -T1A80 332:026.878 JLINK_HasError() -T1A80 332:026.928 JLINK_IsHalted() -T1A80 332:028.038 - 1.130ms returns FALSE -T1A80 332:128.945 JLINK_HasError() -T1A80 332:129.010 JLINK_IsHalted() -T1A80 332:130.112 - 1.126ms returns FALSE -T1A80 332:230.816 JLINK_HasError() -T1A80 332:230.871 JLINK_IsHalted() -T1A80 332:231.965 - 1.118ms returns FALSE -T1A80 332:332.816 JLINK_HasError() -T1A80 332:332.864 JLINK_IsHalted() -T1A80 332:333.980 - 1.146ms returns FALSE -T1A80 332:434.877 JLINK_HasError() -T1A80 332:434.921 JLINK_IsHalted() -T1A80 332:435.939 - 1.040ms returns FALSE -T1A80 332:536.898 JLINK_HasError() -T1A80 332:536.987 JLINK_IsHalted() -T1A80 332:538.032 - 1.067ms returns FALSE -T1A80 332:638.549 JLINK_HasError() -T1A80 332:638.599 JLINK_IsHalted() -T1A80 332:639.662 - 1.076ms returns FALSE -T1A80 332:740.193 JLINK_HasError() -T1A80 332:740.250 JLINK_IsHalted() -T1A80 332:741.360 - 1.144ms returns FALSE -T1A80 332:842.278 JLINK_HasError() -T1A80 332:842.372 JLINK_IsHalted() -T1A80 332:843.386 - 1.040ms returns FALSE -T1A80 332:944.260 JLINK_HasError() -T1A80 332:944.346 JLINK_IsHalted() -T1A80 332:945.365 - 1.043ms returns FALSE -T1A80 333:046.256 JLINK_HasError() -T1A80 333:046.342 JLINK_IsHalted() -T1A80 333:047.355 - 1.039ms returns FALSE -T1A80 333:148.236 JLINK_HasError() -T1A80 333:148.279 JLINK_IsHalted() -T1A80 333:149.389 - 1.132ms returns FALSE -T1A80 333:250.187 JLINK_HasError() -T1A80 333:250.241 JLINK_IsHalted() -T1A80 333:251.251 - 1.024ms returns FALSE -T1A80 333:352.238 JLINK_HasError() -T1A80 333:352.283 JLINK_IsHalted() -T1A80 333:353.370 - 1.111ms returns FALSE -T1A80 333:454.185 JLINK_HasError() -T1A80 333:454.245 JLINK_IsHalted() -T1A80 333:455.309 - 1.096ms returns FALSE -T1A80 333:556.186 JLINK_HasError() -T1A80 333:556.231 JLINK_IsHalted() -T1A80 333:557.246 - 1.031ms returns FALSE -T1A80 333:657.937 JLINK_HasError() -T1A80 333:657.989 JLINK_IsHalted() -T1A80 333:659.017 - 1.047ms returns FALSE -T1A80 333:759.596 JLINK_HasError() -T1A80 333:759.647 JLINK_IsHalted() -T1A80 333:760.813 - 1.186ms returns FALSE -T1A80 333:861.602 JLINK_HasError() -T1A80 333:861.700 JLINK_IsHalted() -T1A80 333:862.800 - 1.125ms returns FALSE -T1A80 333:963.585 JLINK_HasError() -T1A80 333:963.636 JLINK_IsHalted() -T1A80 333:964.690 - 1.077ms returns FALSE -T1A80 334:065.527 JLINK_HasError() -T1A80 334:065.585 JLINK_IsHalted() -T1A80 334:066.593 - 1.035ms returns FALSE -T1A80 334:167.628 JLINK_HasError() -T1A80 334:167.712 JLINK_IsHalted() -T1A80 334:168.762 - 1.077ms returns FALSE -T1A80 334:269.612 JLINK_HasError() -T1A80 334:269.703 JLINK_IsHalted() -T1A80 334:270.808 - 1.125ms returns FALSE -T1A80 334:371.524 JLINK_HasError() -T1A80 334:371.573 JLINK_IsHalted() -T1A80 334:372.675 - 1.111ms returns FALSE -T1A80 334:473.531 JLINK_HasError() -T1A80 334:473.575 JLINK_IsHalted() -T1A80 334:474.672 - 1.142ms returns FALSE -T1A80 334:575.533 JLINK_HasError() -T1A80 334:575.590 JLINK_IsHalted() -T1A80 334:576.644 - 1.069ms returns FALSE -T1A80 334:677.272 JLINK_HasError() -T1A80 334:677.321 JLINK_IsHalted() -T1A80 334:678.386 - 1.079ms returns FALSE -T1A80 334:779.250 JLINK_HasError() -T1A80 334:779.355 JLINK_IsHalted() -T1A80 334:780.495 - 1.168ms returns FALSE -T1A80 334:881.197 JLINK_HasError() -T1A80 334:881.246 JLINK_IsHalted() -T1A80 334:882.336 - 1.119ms returns FALSE -T1A80 334:983.221 JLINK_HasError() -T1A80 334:983.303 JLINK_IsHalted() -T1A80 334:984.341 - 1.058ms returns FALSE -T1A80 335:085.200 JLINK_HasError() -T1A80 335:085.252 JLINK_IsHalted() -T1A80 335:086.321 - 1.089ms returns FALSE -T1A80 335:187.217 JLINK_HasError() -T1A80 335:187.302 JLINK_IsHalted() -T1A80 335:188.376 - 1.102ms returns FALSE -T1A80 335:289.221 JLINK_HasError() -T1A80 335:289.308 JLINK_IsHalted() -T1A80 335:290.424 - 1.147ms returns FALSE -T1A80 335:390.639 JLINK_HasError() -T1A80 335:390.682 JLINK_IsHalted() -T1A80 335:391.780 - 1.123ms returns FALSE -T1A80 335:492.708 JLINK_HasError() -T1A80 335:492.751 JLINK_IsHalted() -T1A80 335:493.724 - 0.994ms returns FALSE -T1A80 335:594.630 JLINK_HasError() -T1A80 335:594.695 JLINK_IsHalted() -T1A80 335:595.757 - 1.106ms returns FALSE -T1A80 335:696.409 JLINK_HasError() -T1A80 335:696.452 JLINK_IsHalted() -T1A80 335:697.491 - 1.060ms returns FALSE -T1A80 335:798.258 JLINK_HasError() -T1A80 335:798.309 JLINK_IsHalted() -T1A80 335:799.408 - 1.124ms returns FALSE -T1A80 335:900.279 JLINK_HasError() -T1A80 335:900.323 JLINK_IsHalted() -T1A80 335:901.366 - 1.062ms returns FALSE -T1A80 336:002.304 JLINK_HasError() -T1A80 336:002.362 JLINK_IsHalted() -T1A80 336:003.455 - 1.122ms returns FALSE -T1A80 336:104.182 JLINK_HasError() -T1A80 336:104.231 JLINK_IsHalted() -T1A80 336:105.331 - 1.144ms returns FALSE -T1A80 336:206.224 JLINK_HasError() -T1A80 336:206.268 JLINK_IsHalted() -T1A80 336:207.230 - 0.993ms returns FALSE -T1A80 336:308.230 JLINK_HasError() -T1A80 336:308.273 JLINK_IsHalted() -T1A80 336:309.283 - 1.030ms returns FALSE -T1A80 336:410.241 JLINK_HasError() -T1A80 336:410.294 JLINK_IsHalted() -T1A80 336:411.398 - 1.150ms returns FALSE -T1A80 336:512.281 JLINK_HasError() -T1A80 336:512.326 JLINK_IsHalted() -T1A80 336:513.378 - 1.074ms returns FALSE -T1A80 336:613.976 JLINK_HasError() -T1A80 336:614.036 JLINK_IsHalted() -T1A80 336:615.179 - 1.171ms returns FALSE -T1A80 336:715.845 JLINK_HasError() -T1A80 336:715.908 JLINK_IsHalted() -T1A80 336:716.975 - 1.080ms returns FALSE -T1A80 336:817.460 JLINK_HasError() -T1A80 336:817.503 JLINK_IsHalted() -T1A80 336:818.560 - 1.073ms returns FALSE -T1A80 336:919.555 JLINK_HasError() -T1A80 336:919.628 JLINK_IsHalted() -T1A80 336:920.840 - 1.244ms returns FALSE -T1A80 337:021.511 JLINK_HasError() -T1A80 337:021.562 JLINK_IsHalted() -T1A80 337:022.560 - 1.025ms returns FALSE -T1A80 337:123.460 JLINK_HasError() -T1A80 337:123.514 JLINK_IsHalted() -T1A80 337:124.688 - 1.196ms returns FALSE -T1A80 337:225.495 JLINK_HasError() -T1A80 337:225.546 JLINK_IsHalted() -T1A80 337:226.733 - 1.218ms returns FALSE -T1A80 337:327.530 JLINK_HasError() -T1A80 337:327.617 JLINK_IsHalted() -T1A80 337:328.699 - 1.104ms returns FALSE -T1A80 337:429.542 JLINK_HasError() -T1A80 337:429.632 JLINK_IsHalted() -T1A80 337:430.627 - 1.016ms returns FALSE -T1A80 337:531.528 JLINK_HasError() -T1A80 337:531.584 JLINK_IsHalted() -T1A80 337:532.613 - 1.061ms returns FALSE -T1A80 337:633.534 JLINK_HasError() -T1A80 337:633.594 JLINK_IsHalted() -T1A80 337:637.581 - 4.012ms returns FALSE -T1A80 337:738.090 JLINK_HasError() -T1A80 337:738.135 JLINK_IsHalted() -T1A80 337:739.132 - 1.014ms returns FALSE -T1A80 337:840.143 JLINK_HasError() -T1A80 337:840.231 JLINK_IsHalted() -T1A80 337:841.330 - 1.131ms returns FALSE -T1A80 337:942.077 JLINK_HasError() -T1A80 337:942.121 JLINK_IsHalted() -T1A80 337:943.193 - 1.102ms returns FALSE -T1A80 338:044.148 JLINK_HasError() -T1A80 338:044.193 JLINK_IsHalted() -T1A80 338:045.287 - 1.104ms returns FALSE -T1A80 338:146.150 JLINK_HasError() -T1A80 338:146.199 JLINK_IsHalted() -T1A80 338:147.336 - 1.158ms returns FALSE -T1A80 338:248.298 JLINK_HasError() -T1A80 338:248.354 JLINK_IsHalted() -T1A80 338:249.396 - 1.055ms returns FALSE -T1A80 338:350.139 JLINK_HasError() -T1A80 338:350.185 JLINK_IsHalted() -T1A80 338:351.255 - 1.094ms returns FALSE -T1A80 338:452.126 JLINK_HasError() -T1A80 338:452.170 JLINK_IsHalted() -T1A80 338:453.314 - 1.162ms returns FALSE -T1A80 338:554.147 JLINK_HasError() -T1A80 338:554.235 JLINK_IsHalted() -T1A80 338:555.408 - 1.201ms returns FALSE -T1A80 338:655.754 JLINK_HasError() -T1A80 338:655.828 JLINK_IsHalted() -T1A80 338:656.837 - 1.024ms returns FALSE -T1A80 338:757.435 JLINK_HasError() -T1A80 338:757.479 JLINK_IsHalted() -T1A80 338:758.623 - 1.172ms returns FALSE -T1A80 338:859.401 JLINK_HasError() -T1A80 338:859.463 JLINK_IsHalted() -T1A80 338:860.566 - 1.122ms returns FALSE -T1A80 338:961.333 JLINK_HasError() -T1A80 338:961.381 JLINK_IsHalted() -T1A80 338:962.423 - 1.057ms returns FALSE -T1A80 339:063.342 JLINK_HasError() -T1A80 339:063.388 JLINK_IsHalted() -T1A80 339:064.408 - 1.046ms returns FALSE -T1A80 339:165.454 JLINK_HasError() -T1A80 339:165.516 JLINK_IsHalted() -T1A80 339:166.479 - 0.992ms returns FALSE -T1A80 339:267.453 JLINK_HasError() -T1A80 339:267.516 JLINK_IsHalted() -T1A80 339:268.629 - 1.137ms returns FALSE -T1A80 339:369.377 JLINK_HasError() -T1A80 339:369.434 JLINK_IsHalted() -T1A80 339:370.433 - 1.030ms returns FALSE -T1A80 339:471.374 JLINK_HasError() -T1A80 339:471.429 JLINK_IsHalted() -T1A80 339:472.560 - 1.164ms returns FALSE -T1A80 339:573.505 JLINK_HasError() -T1A80 339:573.610 JLINK_IsHalted() -T1A80 339:574.767 - 1.181ms returns FALSE -T1A80 339:675.164 JLINK_HasError() -T1A80 339:675.212 JLINK_IsHalted() -T1A80 339:676.272 - 1.083ms returns FALSE -T1A80 339:776.994 JLINK_HasError() -T1A80 339:777.044 JLINK_IsHalted() -T1A80 339:778.024 - 1.012ms returns FALSE -T1A80 339:878.915 JLINK_HasError() -T1A80 339:878.963 JLINK_IsHalted() -T1A80 339:880.046 - 1.110ms returns FALSE -T1A80 339:980.868 JLINK_HasError() -T1A80 339:980.927 JLINK_IsHalted() -T1A80 339:982.028 - 1.119ms returns FALSE -T1A80 340:083.013 JLINK_HasError() -T1A80 340:083.063 JLINK_IsHalted() -T1A80 340:084.142 - 1.100ms returns FALSE -T1A80 340:184.938 JLINK_HasError() -T1A80 340:185.026 JLINK_IsHalted() -T1A80 340:186.132 - 1.134ms returns FALSE -T1A80 340:286.894 JLINK_HasError() -T1A80 340:286.956 JLINK_IsHalted() -T1A80 340:287.953 - 1.035ms returns FALSE -T1A80 340:388.997 JLINK_HasError() -T1A80 340:389.074 JLINK_IsHalted() -T1A80 340:390.269 - 1.226ms returns FALSE -T1A80 340:490.939 JLINK_HasError() -T1A80 340:490.991 JLINK_IsHalted() -T1A80 340:492.090 - 1.132ms returns FALSE -T1A80 340:592.646 JLINK_HasError() -T1A80 340:592.695 JLINK_IsHalted() -T1A80 340:593.746 - 1.071ms returns FALSE -T1A80 340:694.536 JLINK_HasError() -T1A80 340:694.580 JLINK_IsHalted() -T1A80 340:695.609 - 1.046ms returns FALSE -T1A80 340:796.453 JLINK_HasError() -T1A80 340:796.510 JLINK_IsHalted() -T1A80 340:797.544 - 1.057ms returns FALSE -T1A80 340:898.427 JLINK_HasError() -T1A80 340:898.471 JLINK_IsHalted() -T1A80 340:899.496 - 1.078ms returns FALSE -T1A80 341:000.428 JLINK_HasError() -T1A80 341:000.479 JLINK_IsHalted() -T1A80 341:001.521 - 1.061ms returns FALSE -T1A80 341:102.424 JLINK_HasError() -T1A80 341:102.467 JLINK_IsHalted() -T1A80 341:103.553 - 1.118ms returns FALSE -T1A80 341:204.492 JLINK_HasError() -T1A80 341:204.541 JLINK_IsHalted() -T1A80 341:205.614 - 1.098ms returns FALSE -T1A80 341:306.403 JLINK_HasError() -T1A80 341:306.503 JLINK_IsHalted() -T1A80 341:307.659 - 1.183ms returns FALSE -T1A80 341:408.389 JLINK_HasError() -T1A80 341:408.445 JLINK_IsHalted() -T1A80 341:409.527 - 1.109ms returns FALSE -T1A80 341:510.328 JLINK_HasError() -T1A80 341:510.400 JLINK_IsHalted() -T1A80 341:511.390 - 1.048ms returns FALSE -T1A80 341:612.107 JLINK_HasError() -T1A80 341:612.157 JLINK_IsHalted() -T1A80 341:613.136 - 1.000ms returns FALSE -T1A80 341:715.223 JLINK_HasError() -T1A80 341:715.268 JLINK_IsHalted() -T1A80 341:715.665 - 0.409ms returns FALSE -T1A80 341:815.788 JLINK_HasError() -T1A80 341:815.838 JLINK_IsHalted() -T1A80 341:816.910 - 1.096ms returns FALSE -T1A80 341:917.883 JLINK_HasError() -T1A80 341:917.929 JLINK_IsHalted() -T1A80 341:919.017 - 1.113ms returns FALSE -T1A80 342:019.730 JLINK_HasError() -T1A80 342:019.775 JLINK_IsHalted() -T1A80 342:020.805 - 1.055ms returns FALSE -T1A80 342:121.735 JLINK_HasError() -T1A80 342:121.788 JLINK_IsHalted() -T1A80 342:122.779 - 1.007ms returns FALSE -T1A80 342:223.770 JLINK_HasError() -T1A80 342:223.822 JLINK_IsHalted() -T1A80 342:224.852 - 1.051ms returns FALSE -T1A80 342:325.888 JLINK_HasError() -T1A80 342:325.970 JLINK_IsHalted() -T1A80 342:326.960 - 1.013ms returns FALSE -T1A80 342:427.729 JLINK_HasError() -T1A80 342:427.771 JLINK_IsHalted() -T1A80 342:428.838 - 1.119ms returns FALSE -T1A80 342:529.850 JLINK_HasError() -T1A80 342:529.900 JLINK_IsHalted() -T1A80 342:530.935 - 1.065ms returns FALSE -T1A80 342:631.486 JLINK_HasError() -T1A80 342:631.536 JLINK_IsHalted() -T1A80 342:632.550 - 1.029ms returns FALSE -T1A80 342:733.590 JLINK_HasError() -T1A80 342:733.652 JLINK_IsHalted() -T1A80 342:734.592 - 0.984ms returns FALSE -T1A80 342:835.391 JLINK_HasError() -T1A80 342:835.444 JLINK_IsHalted() -T1A80 342:836.490 - 1.084ms returns FALSE -T1A80 342:937.507 JLINK_HasError() -T1A80 342:937.566 JLINK_IsHalted() -T1A80 342:938.634 - 1.101ms returns FALSE -T1A80 343:039.439 JLINK_HasError() -T1A80 343:039.518 JLINK_IsHalted() -T1A80 343:040.587 - 1.090ms returns FALSE -T1A80 343:141.345 JLINK_HasError() -T1A80 343:141.387 JLINK_IsHalted() -T1A80 343:142.486 - 1.125ms returns FALSE -T1A80 343:243.371 JLINK_HasError() -T1A80 343:243.426 JLINK_IsHalted() -T1A80 343:244.379 - 0.973ms returns FALSE -T1A80 343:345.374 JLINK_HasError() -T1A80 343:345.450 JLINK_IsHalted() -T1A80 343:346.684 - 1.267ms returns FALSE -T1A80 343:447.342 JLINK_HasError() -T1A80 343:447.390 JLINK_IsHalted() -T1A80 343:448.371 - 1.002ms returns FALSE -T1A80 343:549.408 JLINK_HasError() -T1A80 343:549.458 JLINK_IsHalted() -T1A80 343:550.547 - 1.109ms returns FALSE -T1A80 343:651.091 JLINK_HasError() -T1A80 343:651.138 JLINK_IsHalted() -T1A80 343:652.159 - 1.031ms returns FALSE -T1A80 343:752.726 JLINK_HasError() -T1A80 343:752.770 JLINK_IsHalted() -T1A80 343:753.762 - 1.007ms returns FALSE -T1A80 343:854.668 JLINK_HasError() -T1A80 343:854.709 JLINK_IsHalted() -T1A80 343:855.767 - 1.079ms returns FALSE -T1A80 343:956.677 JLINK_HasError() -T1A80 343:956.720 JLINK_IsHalted() -T1A80 343:957.741 - 1.036ms returns FALSE -T1A80 344:058.799 JLINK_HasError() -T1A80 344:058.883 JLINK_IsHalted() -T1A80 344:059.976 - 1.115ms returns FALSE -T1A80 344:160.735 JLINK_HasError() -T1A80 344:160.825 JLINK_IsHalted() -T1A80 344:161.966 - 1.169ms returns FALSE -T1A80 344:262.814 JLINK_HasError() -T1A80 344:262.861 JLINK_IsHalted() -T1A80 344:263.951 - 1.109ms returns FALSE -T1A80 344:364.669 JLINK_HasError() -T1A80 344:364.712 JLINK_IsHalted() -T1A80 344:365.805 - 1.112ms returns FALSE -T1A80 344:466.742 JLINK_HasError() -T1A80 344:466.788 JLINK_IsHalted() -T1A80 344:467.797 - 1.033ms returns FALSE -T1A80 344:568.800 JLINK_HasError() -T1A80 344:568.863 JLINK_IsHalted() -T1A80 344:569.969 - 1.137ms returns FALSE -T1A80 344:670.419 JLINK_HasError() -T1A80 344:670.465 JLINK_IsHalted() -T1A80 344:671.527 - 1.077ms returns FALSE -T1A80 344:772.110 JLINK_HasError() -T1A80 344:772.155 JLINK_IsHalted() -T1A80 344:773.254 - 1.125ms returns FALSE -T1A80 344:874.196 JLINK_HasError() -T1A80 344:874.243 JLINK_IsHalted() -T1A80 344:875.197 - 0.974ms returns FALSE -T1A80 344:976.057 JLINK_HasError() -T1A80 344:976.120 JLINK_IsHalted() -T1A80 344:977.297 - 1.206ms returns FALSE -T1A80 345:078.049 JLINK_HasError() -T1A80 345:078.090 JLINK_IsHalted() -T1A80 345:079.130 - 1.070ms returns FALSE -T1A80 345:180.160 JLINK_HasError() -T1A80 345:180.203 JLINK_IsHalted() -T1A80 345:181.390 - 1.229ms returns FALSE -T1A80 345:282.049 JLINK_HasError() -T1A80 345:282.095 JLINK_IsHalted() -T1A80 345:283.217 - 1.151ms returns FALSE -T1A80 345:384.072 JLINK_HasError() -T1A80 345:384.121 JLINK_IsHalted() -T1A80 345:385.172 - 1.074ms returns FALSE -T1A80 345:486.082 JLINK_HasError() -T1A80 345:486.209 JLINK_IsHalted() -T1A80 345:487.299 - 1.106ms returns FALSE -T1A80 345:587.959 JLINK_HasError() -T1A80 345:588.004 JLINK_IsHalted() -T1A80 345:589.196 - 1.210ms returns FALSE -T1A80 345:689.918 JLINK_HasError() -T1A80 345:689.965 JLINK_IsHalted() -T1A80 345:690.998 - 1.049ms returns FALSE -T1A80 345:791.672 JLINK_HasError() -T1A80 345:791.718 JLINK_IsHalted() -T1A80 345:792.735 - 1.033ms returns FALSE -T1A80 345:893.674 JLINK_HasError() -T1A80 345:893.723 JLINK_IsHalted() -T1A80 345:894.691 - 0.987ms returns FALSE -T1A80 345:995.682 JLINK_HasError() -T1A80 345:995.731 JLINK_IsHalted() -T1A80 345:996.832 - 1.116ms returns FALSE -T1A80 346:097.751 JLINK_HasError() -T1A80 346:097.835 JLINK_IsHalted() -T1A80 346:098.947 - 1.134ms returns FALSE -T1A80 346:199.677 JLINK_HasError() -T1A80 346:199.721 JLINK_IsHalted() -T1A80 346:200.814 - 1.119ms returns FALSE -T1A80 346:301.682 JLINK_HasError() -T1A80 346:301.729 JLINK_IsHalted() -T1A80 346:302.790 - 1.081ms returns FALSE -T1A80 346:403.700 JLINK_HasError() -T1A80 346:403.784 JLINK_IsHalted() -T1A80 346:404.960 - 1.198ms returns FALSE -T1A80 346:505.774 JLINK_HasError() -T1A80 346:505.826 JLINK_IsHalted() -T1A80 346:506.890 - 1.083ms returns FALSE -T1A80 346:607.333 JLINK_HasError() -T1A80 346:607.376 JLINK_IsHalted() -T1A80 346:608.502 - 1.145ms returns FALSE -T1A80 346:709.337 JLINK_HasError() -T1A80 346:709.382 JLINK_IsHalted() -T1A80 346:710.484 - 1.121ms returns FALSE -T1A80 346:811.220 JLINK_HasError() -T1A80 346:811.268 JLINK_IsHalted() -T1A80 346:812.352 - 1.106ms returns FALSE -T1A80 346:913.313 JLINK_HasError() -T1A80 346:913.359 JLINK_IsHalted() -T1A80 346:914.457 - 1.116ms returns FALSE -T1A80 347:015.274 JLINK_HasError() -T1A80 347:015.604 JLINK_IsHalted() -T1A80 347:016.726 - 1.170ms returns FALSE -T1A80 347:117.172 JLINK_HasError() -T1A80 347:117.218 JLINK_IsHalted() -T1A80 347:118.305 - 1.103ms returns FALSE -T1A80 347:219.221 JLINK_HasError() -T1A80 347:219.267 JLINK_IsHalted() -T1A80 347:220.304 - 1.088ms returns FALSE -T1A80 347:321.168 JLINK_HasError() -T1A80 347:321.209 JLINK_IsHalted() -T1A80 347:322.343 - 1.159ms returns FALSE -T1A80 347:423.243 JLINK_HasError() -T1A80 347:423.331 JLINK_IsHalted() -T1A80 347:424.451 - 1.149ms returns FALSE -T1A80 347:525.235 JLINK_HasError() -T1A80 347:525.280 JLINK_IsHalted() -T1A80 347:526.376 - 1.117ms returns FALSE -T1A80 347:626.810 JLINK_HasError() -T1A80 347:626.863 JLINK_IsHalted() -T1A80 347:627.874 - 1.025ms returns FALSE -T1A80 347:728.808 JLINK_HasError() -T1A80 347:728.857 JLINK_IsHalted() -T1A80 347:729.761 - 0.923ms returns FALSE -T1A80 347:830.477 JLINK_HasError() -T1A80 347:830.576 JLINK_IsHalted() -T1A80 347:831.707 - 1.148ms returns FALSE -T1A80 347:932.473 JLINK_HasError() -T1A80 347:932.528 JLINK_IsHalted() -T1A80 347:933.536 - 1.024ms returns FALSE -T1A80 348:034.416 JLINK_HasError() -T1A80 348:034.470 JLINK_IsHalted() -T1A80 348:035.631 - 1.192ms returns FALSE -T1A80 348:136.487 JLINK_HasError() -T1A80 348:136.529 JLINK_IsHalted() -T1A80 348:137.596 - 1.086ms returns FALSE -T1A80 348:238.518 JLINK_HasError() -T1A80 348:238.564 JLINK_IsHalted() -T1A80 348:239.626 - 1.082ms returns FALSE -T1A80 348:340.412 JLINK_HasError() -T1A80 348:340.465 JLINK_IsHalted() -T1A80 348:341.509 - 1.072ms returns FALSE -T1A80 348:442.494 JLINK_HasError() -T1A80 348:442.547 JLINK_IsHalted() -T1A80 348:443.623 - 1.091ms returns FALSE -T1A80 348:544.485 JLINK_HasError() -T1A80 348:544.571 JLINK_IsHalted() -T1A80 348:545.609 - 1.057ms returns FALSE -T1A80 348:646.119 JLINK_HasError() -T1A80 348:646.191 JLINK_IsHalted() -T1A80 348:647.380 - 1.210ms returns FALSE -T1A80 348:747.729 JLINK_HasError() -T1A80 348:747.773 JLINK_IsHalted() -T1A80 348:748.756 - 0.998ms returns FALSE -T1A80 348:849.804 JLINK_HasError() -T1A80 348:849.894 JLINK_IsHalted() -T1A80 348:850.948 - 1.078ms returns FALSE -T1A80 348:951.734 JLINK_HasError() -T1A80 348:951.815 JLINK_IsHalted() -T1A80 348:952.931 - 1.135ms returns FALSE -T1A80 349:053.768 JLINK_HasError() -T1A80 349:053.811 JLINK_IsHalted() -T1A80 349:054.974 - 1.183ms returns FALSE -T1A80 349:155.768 JLINK_HasError() -T1A80 349:155.820 JLINK_IsHalted() -T1A80 349:156.874 - 1.076ms returns FALSE -T1A80 349:257.822 JLINK_HasError() -T1A80 349:257.872 JLINK_IsHalted() -T1A80 349:258.935 - 1.091ms returns FALSE -T1A80 349:359.812 JLINK_HasError() -T1A80 349:359.887 JLINK_IsHalted() -T1A80 349:361.000 - 1.133ms returns FALSE -T1A80 349:461.795 JLINK_HasError() -T1A80 349:461.890 JLINK_IsHalted() -T1A80 349:462.986 - 1.118ms returns FALSE -T1A80 349:563.797 JLINK_HasError() -T1A80 349:563.882 JLINK_IsHalted() -T1A80 349:564.972 - 1.111ms returns FALSE -T1A80 349:665.327 JLINK_HasError() -T1A80 349:665.374 JLINK_IsHalted() -T1A80 349:666.813 - 1.460ms returns FALSE -T1A80 349:767.143 JLINK_HasError() -T1A80 349:767.195 JLINK_IsHalted() -T1A80 349:768.198 - 1.022ms returns FALSE -T1A80 349:869.154 JLINK_HasError() -T1A80 349:869.212 JLINK_IsHalted() -T1A80 349:870.275 - 1.097ms returns FALSE -T1A80 349:971.022 JLINK_HasError() -T1A80 349:971.066 JLINK_IsHalted() -T1A80 349:972.165 - 1.119ms returns FALSE -T1A80 350:073.223 JLINK_HasError() -T1A80 350:073.276 JLINK_IsHalted() -T1A80 350:074.282 - 1.038ms returns FALSE -T1A80 350:175.100 JLINK_HasError() -T1A80 350:175.186 JLINK_IsHalted() -T1A80 350:176.262 - 1.096ms returns FALSE -T1A80 350:277.081 JLINK_HasError() -T1A80 350:277.142 JLINK_IsHalted() -T1A80 350:278.305 - 1.185ms returns FALSE -T1A80 350:379.083 JLINK_HasError() -T1A80 350:379.133 JLINK_IsHalted() -T1A80 350:380.234 - 1.117ms returns FALSE -T1A80 350:481.086 JLINK_HasError() -T1A80 350:481.153 JLINK_IsHalted() -T1A80 350:482.226 - 1.107ms returns FALSE -T1A80 350:583.081 JLINK_HasError() -T1A80 350:583.124 JLINK_IsHalted() -T1A80 350:584.137 - 1.053ms returns FALSE -T1A80 350:684.643 JLINK_HasError() -T1A80 350:684.685 JLINK_IsHalted() -T1A80 350:685.698 - 1.029ms returns FALSE -T1A80 350:786.609 JLINK_HasError() -T1A80 350:786.672 JLINK_IsHalted() -T1A80 350:787.807 - 1.163ms returns FALSE -T1A80 350:888.642 JLINK_HasError() -T1A80 350:888.691 JLINK_IsHalted() -T1A80 350:889.788 - 1.110ms returns FALSE -T1A80 350:990.634 JLINK_HasError() -T1A80 350:990.686 JLINK_IsHalted() -T1A80 350:991.715 - 1.052ms returns FALSE -T1A80 351:092.646 JLINK_HasError() -T1A80 351:092.695 JLINK_IsHalted() -T1A80 351:093.768 - 1.089ms returns FALSE -T1A80 351:194.655 JLINK_HasError() -T1A80 351:194.715 JLINK_IsHalted() -T1A80 351:195.674 - 0.979ms returns FALSE -T1A80 351:296.599 JLINK_HasError() -T1A80 351:296.651 JLINK_IsHalted() -T1A80 351:297.742 - 1.116ms returns FALSE -T1A80 351:398.670 JLINK_HasError() -T1A80 351:398.715 JLINK_IsHalted() -T1A80 351:399.742 - 1.046ms returns FALSE -T1A80 351:500.714 JLINK_HasError() -T1A80 351:500.759 JLINK_IsHalted() -T1A80 351:501.839 - 1.106ms returns FALSE -T1A80 351:602.234 JLINK_HasError() -T1A80 351:602.319 JLINK_IsHalted() -T1A80 351:603.315 - 1.016ms returns FALSE -T1A80 351:704.153 JLINK_HasError() -T1A80 351:704.197 JLINK_IsHalted() -T1A80 351:705.271 - 1.097ms returns FALSE -T1A80 351:805.962 JLINK_HasError() -T1A80 351:806.022 JLINK_IsHalted() -T1A80 351:806.975 - 0.969ms returns FALSE -T1A80 351:907.832 JLINK_HasError() -T1A80 351:907.885 JLINK_IsHalted() -T1A80 351:908.905 - 1.037ms returns FALSE -T1A80 352:009.912 JLINK_HasError() -T1A80 352:009.999 JLINK_IsHalted() -T1A80 352:011.096 - 1.117ms returns FALSE -T1A80 352:111.833 JLINK_HasError() -T1A80 352:111.878 JLINK_IsHalted() -T1A80 352:112.871 - 1.003ms returns FALSE -T1A80 352:213.967 JLINK_HasError() -T1A80 352:214.011 JLINK_IsHalted() -T1A80 352:215.093 - 1.108ms returns FALSE -T1A80 352:315.901 JLINK_HasError() -T1A80 352:315.986 JLINK_IsHalted() -T1A80 352:317.032 - 1.069ms returns FALSE -T1A80 352:417.832 JLINK_HasError() -T1A80 352:417.873 JLINK_IsHalted() -T1A80 352:418.888 - 1.039ms returns FALSE -T1A80 352:519.915 JLINK_HasError() -T1A80 352:520.006 JLINK_IsHalted() -T1A80 352:521.070 - 1.088ms returns FALSE -T1A80 352:621.516 JLINK_HasError() -T1A80 352:621.564 JLINK_IsHalted() -T1A80 352:622.686 - 1.136ms returns FALSE -T1A80 352:723.507 JLINK_HasError() -T1A80 352:723.557 JLINK_IsHalted() -T1A80 352:724.664 - 1.125ms returns FALSE -T1A80 352:825.186 JLINK_HasError() -T1A80 352:825.244 JLINK_IsHalted() -T1A80 352:826.277 - 1.051ms returns FALSE -T1A80 352:927.084 JLINK_HasError() -T1A80 352:927.131 JLINK_IsHalted() -T1A80 352:928.135 - 1.019ms returns FALSE -T1A80 353:029.081 JLINK_HasError() -T1A80 353:029.136 JLINK_IsHalted() -T1A80 353:030.246 - 1.128ms returns FALSE -T1A80 353:131.056 JLINK_HasError() -T1A80 353:131.105 JLINK_IsHalted() -T1A80 353:132.117 - 1.028ms returns FALSE -T1A80 353:233.112 JLINK_HasError() -T1A80 353:233.158 JLINK_IsHalted() -T1A80 353:234.226 - 1.093ms returns FALSE -T1A80 353:335.192 JLINK_HasError() -T1A80 353:335.246 JLINK_IsHalted() -T1A80 353:336.336 - 1.112ms returns FALSE -T1A80 353:437.187 JLINK_HasError() -T1A80 353:437.249 JLINK_IsHalted() -T1A80 353:438.318 - 1.088ms returns FALSE -T1A80 353:539.164 JLINK_HasError() -T1A80 353:539.218 JLINK_IsHalted() -T1A80 353:540.384 - 1.197ms returns FALSE -T1A80 353:640.852 JLINK_HasError() -T1A80 353:640.898 JLINK_IsHalted() -T1A80 353:641.920 - 1.048ms returns FALSE -T1A80 353:742.560 JLINK_HasError() -T1A80 353:742.604 JLINK_IsHalted() -T1A80 353:743.654 - 1.069ms returns FALSE -T1A80 353:844.509 JLINK_HasError() -T1A80 353:844.554 JLINK_IsHalted() -T1A80 353:845.635 - 1.102ms returns FALSE -T1A80 353:946.563 JLINK_HasError() -T1A80 353:946.606 JLINK_IsHalted() -T1A80 353:947.591 - 1.012ms returns FALSE -T1A80 354:048.555 JLINK_HasError() -T1A80 354:048.602 JLINK_IsHalted() -T1A80 354:049.608 - 1.028ms returns FALSE -T1A80 354:150.561 JLINK_HasError() -T1A80 354:150.610 JLINK_IsHalted() -T1A80 354:151.563 - 0.969ms returns FALSE -T1A80 354:252.519 JLINK_HasError() -T1A80 354:252.561 JLINK_IsHalted() -T1A80 354:253.590 - 1.051ms returns FALSE -T1A80 354:354.608 JLINK_HasError() -T1A80 354:354.650 JLINK_IsHalted() -T1A80 354:355.702 - 1.071ms returns FALSE -T1A80 354:456.565 JLINK_HasError() -T1A80 354:456.606 JLINK_IsHalted() -T1A80 354:457.675 - 1.080ms returns FALSE -T1A80 354:558.525 JLINK_HasError() -T1A80 354:558.566 JLINK_IsHalted() -T1A80 354:559.662 - 1.115ms returns FALSE -T1A80 354:660.505 JLINK_HasError() -T1A80 354:660.553 JLINK_IsHalted() -T1A80 354:661.579 - 1.042ms returns FALSE -T1A80 354:762.202 JLINK_HasError() -T1A80 354:762.249 JLINK_IsHalted() -T1A80 354:763.259 - 1.029ms returns FALSE -T1A80 354:864.262 JLINK_HasError() -T1A80 354:864.305 JLINK_IsHalted() -T1A80 354:865.353 - 1.068ms returns FALSE -T1A80 354:966.283 JLINK_HasError() -T1A80 354:966.392 JLINK_IsHalted() -T1A80 354:967.487 - 1.128ms returns FALSE -T1A80 355:068.154 JLINK_HasError() -T1A80 355:068.193 JLINK_IsHalted() -T1A80 355:069.221 - 1.041ms returns FALSE -T1A80 355:170.186 JLINK_HasError() -T1A80 355:170.242 JLINK_IsHalted() -T1A80 355:171.340 - 1.114ms returns FALSE -T1A80 355:272.258 JLINK_HasError() -T1A80 355:272.301 JLINK_IsHalted() -T1A80 355:273.348 - 1.070ms returns FALSE -T1A80 355:374.154 JLINK_HasError() -T1A80 355:374.205 JLINK_IsHalted() -T1A80 355:375.427 - 1.248ms returns FALSE -T1A80 355:476.261 JLINK_HasError() -T1A80 355:476.314 JLINK_IsHalted() -T1A80 355:477.495 - 1.215ms returns FALSE -T1A80 355:578.234 JLINK_HasError() -T1A80 355:578.284 JLINK_IsHalted() -T1A80 355:579.279 - 1.017ms returns FALSE -T1A80 355:679.926 JLINK_HasError() -T1A80 355:679.974 JLINK_IsHalted() -T1A80 355:680.970 - 1.018ms returns FALSE -T1A80 355:781.749 JLINK_HasError() -T1A80 355:781.801 JLINK_IsHalted() -T1A80 355:782.847 - 1.064ms returns FALSE -T1A80 355:883.750 JLINK_HasError() -T1A80 355:883.806 JLINK_IsHalted() -T1A80 355:884.861 - 1.096ms returns FALSE -T1A80 355:985.899 JLINK_HasError() -T1A80 355:985.953 JLINK_IsHalted() -T1A80 355:986.933 - 1.002ms returns FALSE -T1A80 356:087.860 JLINK_HasError() -T1A80 356:087.906 JLINK_IsHalted() -T1A80 356:088.955 - 1.069ms returns FALSE -T1A80 356:189.759 JLINK_HasError() -T1A80 356:189.820 JLINK_IsHalted() -T1A80 356:190.866 - 1.093ms returns FALSE -T1A80 356:291.755 JLINK_HasError() -T1A80 356:291.807 JLINK_IsHalted() -T1A80 356:292.958 - 1.206ms returns FALSE -T1A80 356:393.770 JLINK_HasError() -T1A80 356:393.819 JLINK_IsHalted() -T1A80 356:394.917 - 1.134ms returns FALSE -T1A80 356:495.878 JLINK_HasError() -T1A80 356:495.937 JLINK_IsHalted() -T1A80 356:497.081 - 1.169ms returns FALSE -T1A80 356:597.394 JLINK_HasError() -T1A80 356:597.445 JLINK_IsHalted() -T1A80 356:598.572 - 1.152ms returns FALSE -T1A80 356:699.362 JLINK_HasError() -T1A80 356:699.410 JLINK_IsHalted() -T1A80 356:700.493 - 1.103ms returns FALSE -T1A80 356:801.192 JLINK_HasError() -T1A80 356:801.245 JLINK_IsHalted() -T1A80 356:802.233 - 1.012ms returns FALSE -T1A80 356:903.161 JLINK_HasError() -T1A80 356:903.237 JLINK_IsHalted() -T1A80 356:904.351 - 1.140ms returns FALSE -T1A80 357:005.252 JLINK_HasError() -T1A80 357:005.306 JLINK_IsHalted() -T1A80 357:006.346 - 1.066ms returns FALSE -T1A80 357:107.242 JLINK_HasError() -T1A80 357:107.295 JLINK_IsHalted() -T1A80 357:108.397 - 1.137ms returns FALSE -T1A80 357:209.152 JLINK_HasError() -T1A80 357:209.209 JLINK_IsHalted() -T1A80 357:210.380 - 1.196ms returns FALSE -T1A80 357:311.134 JLINK_HasError() -T1A80 357:311.190 JLINK_IsHalted() -T1A80 357:312.288 - 1.110ms returns FALSE -T1A80 357:413.169 JLINK_HasError() -T1A80 357:413.220 JLINK_IsHalted() -T1A80 357:414.250 - 1.045ms returns FALSE -T1A80 357:515.268 JLINK_HasError() -T1A80 357:515.325 JLINK_IsHalted() -T1A80 357:516.390 - 1.090ms returns FALSE -T1A80 357:617.005 JLINK_HasError() -T1A80 357:617.100 JLINK_IsHalted() -T1A80 357:618.126 - 1.057ms returns FALSE -T1A80 357:718.921 JLINK_HasError() -T1A80 357:718.973 JLINK_IsHalted() -T1A80 357:719.962 - 1.012ms returns FALSE -T1A80 357:820.729 JLINK_HasError() -T1A80 357:820.795 JLINK_IsHalted() -T1A80 357:821.845 - 1.072ms returns FALSE -T1A80 357:922.612 JLINK_HasError() -T1A80 357:922.671 JLINK_IsHalted() -T1A80 357:923.716 - 1.070ms returns FALSE -T1A80 358:024.611 JLINK_HasError() -T1A80 358:024.654 JLINK_IsHalted() -T1A80 358:025.691 - 1.052ms returns FALSE -T1A80 358:126.652 JLINK_HasError() -T1A80 358:126.700 JLINK_IsHalted() -T1A80 358:127.826 - 1.167ms returns FALSE -T1A80 358:228.709 JLINK_HasError() -T1A80 358:228.798 JLINK_IsHalted() -T1A80 358:229.917 - 1.146ms returns FALSE -T1A80 358:330.647 JLINK_HasError() -T1A80 358:330.696 JLINK_IsHalted() -T1A80 358:331.774 - 1.097ms returns FALSE -T1A80 358:432.600 JLINK_HasError() -T1A80 358:432.654 JLINK_IsHalted() -T1A80 358:433.794 - 1.162ms returns FALSE -T1A80 358:534.603 JLINK_HasError() -T1A80 358:534.662 JLINK_IsHalted() -T1A80 358:535.748 - 1.105ms returns FALSE -T1A80 358:636.167 JLINK_HasError() -T1A80 358:636.213 JLINK_IsHalted() -T1A80 358:637.235 - 1.036ms returns FALSE -T1A80 358:737.823 JLINK_HasError() -T1A80 358:737.876 JLINK_IsHalted() -T1A80 358:738.964 - 1.122ms returns FALSE -T1A80 358:839.886 JLINK_HasError() -T1A80 358:839.931 JLINK_IsHalted() -T1A80 358:840.953 - 1.039ms returns FALSE -T1A80 358:941.898 JLINK_HasError() -T1A80 358:941.946 JLINK_IsHalted() -T1A80 358:942.941 - 1.017ms returns FALSE -T1A80 359:043.984 JLINK_HasError() -T1A80 359:044.033 JLINK_IsHalted() -T1A80 359:045.056 - 1.045ms returns FALSE -T1A80 359:145.978 JLINK_HasError() -T1A80 359:146.033 JLINK_IsHalted() -T1A80 359:147.039 - 1.025ms returns FALSE -T1A80 359:248.028 JLINK_HasError() -T1A80 359:248.130 JLINK_IsHalted() -T1A80 359:249.156 - 1.055ms returns FALSE -T1A80 359:349.963 JLINK_HasError() -T1A80 359:350.027 JLINK_IsHalted() -T1A80 359:351.199 - 1.196ms returns FALSE -T1A80 359:451.835 JLINK_HasError() -T1A80 359:451.882 JLINK_IsHalted() -T1A80 359:453.003 - 1.143ms returns FALSE -T1A80 359:553.885 JLINK_HasError() -T1A80 359:553.928 JLINK_IsHalted() -T1A80 359:554.940 - 1.028ms returns FALSE -T1A80 359:655.531 JLINK_HasError() -T1A80 359:655.576 JLINK_IsHalted() -T1A80 359:656.592 - 1.027ms returns FALSE -T1A80 359:757.310 JLINK_HasError() -T1A80 359:757.375 JLINK_IsHalted() -T1A80 359:758.455 - 1.098ms returns FALSE -T1A80 359:859.185 JLINK_HasError() -T1A80 359:859.234 JLINK_IsHalted() -T1A80 359:860.230 - 1.010ms returns FALSE -T1A80 359:961.417 JLINK_HasError() -T1A80 359:961.469 JLINK_IsHalted() -T1A80 359:962.555 - 1.114ms returns FALSE -T1A80 360:063.282 JLINK_HasError() -T1A80 360:063.345 JLINK_IsHalted() -T1A80 360:064.413 - 1.083ms returns FALSE -T1A80 360:165.238 JLINK_HasError() -T1A80 360:165.289 JLINK_IsHalted() -T1A80 360:166.428 - 1.149ms returns FALSE -T1A80 360:267.238 JLINK_HasError() -T1A80 360:267.283 JLINK_IsHalted() -T1A80 360:268.439 - 1.175ms returns FALSE -T1A80 360:369.182 JLINK_HasError() -T1A80 360:369.241 JLINK_IsHalted() -T1A80 360:370.247 - 1.031ms returns FALSE -T1A80 360:471.238 JLINK_HasError() -T1A80 360:471.285 JLINK_IsHalted() -T1A80 360:472.413 - 1.148ms returns FALSE -T1A80 360:573.235 JLINK_HasError() -T1A80 360:573.292 JLINK_IsHalted() -T1A80 360:574.411 - 1.152ms returns FALSE -T1A80 360:674.804 JLINK_HasError() -T1A80 360:674.860 JLINK_IsHalted() -T1A80 360:675.872 - 1.030ms returns FALSE -T1A80 360:776.514 JLINK_HasError() -T1A80 360:776.559 JLINK_IsHalted() -T1A80 360:777.563 - 1.014ms returns FALSE -T1A80 360:878.453 JLINK_HasError() -T1A80 360:878.507 JLINK_IsHalted() -T1A80 360:879.551 - 1.062ms returns FALSE -T1A80 360:980.507 JLINK_HasError() -T1A80 360:980.552 JLINK_IsHalted() -T1A80 360:981.661 - 1.130ms returns FALSE -T1A80 361:082.512 JLINK_HasError() -T1A80 361:082.561 JLINK_IsHalted() -T1A80 361:083.664 - 1.128ms returns FALSE -T1A80 361:184.514 JLINK_HasError() -T1A80 361:184.569 JLINK_IsHalted() -T1A80 361:185.570 - 1.016ms returns FALSE -T1A80 361:286.589 JLINK_HasError() -T1A80 361:286.649 JLINK_IsHalted() -T1A80 361:287.743 - 1.104ms returns FALSE -T1A80 361:388.509 JLINK_HasError() -T1A80 361:388.561 JLINK_IsHalted() -T1A80 361:389.589 - 1.053ms returns FALSE -T1A80 361:490.458 JLINK_HasError() -T1A80 361:490.513 JLINK_IsHalted() -T1A80 361:491.599 - 1.111ms returns FALSE -T1A80 361:592.535 JLINK_HasError() -T1A80 361:592.620 JLINK_IsHalted() -T1A80 361:593.711 - 1.113ms returns FALSE -T1A80 361:694.107 JLINK_HasError() -T1A80 361:694.149 JLINK_IsHalted() -T1A80 361:695.193 - 1.065ms returns FALSE -T1A80 361:795.780 JLINK_HasError() -T1A80 361:795.824 JLINK_IsHalted() -T1A80 361:796.931 - 1.126ms returns FALSE -T1A80 361:897.792 JLINK_HasError() -T1A80 361:897.842 JLINK_IsHalted() -T1A80 361:898.977 - 1.157ms returns FALSE -T1A80 361:999.752 JLINK_HasError() -T1A80 361:999.808 JLINK_IsHalted() -T1A80 362:000.896 - 1.103ms returns FALSE -T1A80 362:101.794 JLINK_HasError() -T1A80 362:101.881 JLINK_IsHalted() -T1A80 362:102.959 - 1.107ms returns FALSE -T1A80 362:203.723 JLINK_HasError() -T1A80 362:203.768 JLINK_IsHalted() -T1A80 362:204.876 - 1.126ms returns FALSE -T1A80 362:305.773 JLINK_HasError() -T1A80 362:305.819 JLINK_IsHalted() -T1A80 362:306.861 - 1.061ms returns FALSE -T1A80 362:407.779 JLINK_HasError() -T1A80 362:407.827 JLINK_IsHalted() -T1A80 362:408.974 - 1.168ms returns FALSE -T1A80 362:509.742 JLINK_HasError() -T1A80 362:509.800 JLINK_IsHalted() -T1A80 362:510.850 - 1.077ms returns FALSE -T1A80 362:611.464 JLINK_HasError() -T1A80 362:611.511 JLINK_IsHalted() -T1A80 362:612.568 - 1.084ms returns FALSE -T1A80 362:713.324 JLINK_HasError() -T1A80 362:713.380 JLINK_IsHalted() -T1A80 362:714.447 - 1.080ms returns FALSE -T1A80 362:814.982 JLINK_HasError() -T1A80 362:815.060 JLINK_IsHalted() -T1A80 362:816.205 - 1.176ms returns FALSE -T1A80 362:916.959 JLINK_HasError() -T1A80 362:917.009 JLINK_IsHalted() -T1A80 362:918.053 - 1.062ms returns FALSE -T1A80 363:018.951 JLINK_HasError() -T1A80 363:019.006 JLINK_IsHalted() -T1A80 363:020.014 - 1.041ms returns FALSE -T1A80 363:121.001 JLINK_HasError() -T1A80 363:121.089 JLINK_IsHalted() -T1A80 363:122.210 - 1.148ms returns FALSE -T1A80 363:222.995 JLINK_HasError() -T1A80 363:223.053 JLINK_IsHalted() -T1A80 363:224.106 - 1.073ms returns FALSE -T1A80 363:324.938 JLINK_HasError() -T1A80 363:324.984 JLINK_IsHalted() -T1A80 363:326.089 - 1.120ms returns FALSE -T1A80 363:426.930 JLINK_HasError() -T1A80 363:426.982 JLINK_IsHalted() -T1A80 363:428.075 - 1.109ms returns FALSE -T1A80 363:529.004 JLINK_HasError() -T1A80 363:529.090 JLINK_IsHalted() -T1A80 363:530.245 - 1.178ms returns FALSE -T1A80 363:630.703 JLINK_HasError() -T1A80 363:630.758 JLINK_IsHalted() -T1A80 363:631.840 - 1.111ms returns FALSE -T1A80 363:732.785 JLINK_HasError() -T1A80 363:732.851 JLINK_IsHalted() -T1A80 363:733.911 - 1.070ms returns FALSE -T1A80 363:833.992 JLINK_HasError() -T1A80 363:834.051 JLINK_IsHalted() -T1A80 363:835.157 - 1.138ms returns FALSE -T1A80 363:936.089 JLINK_HasError() -T1A80 363:936.160 JLINK_IsHalted() -T1A80 363:937.260 - 1.126ms returns FALSE -T1A80 364:038.039 JLINK_HasError() -T1A80 364:038.090 JLINK_IsHalted() -T1A80 364:039.089 - 1.009ms returns FALSE -T1A80 364:140.050 JLINK_HasError() -T1A80 364:140.099 JLINK_IsHalted() -T1A80 364:141.110 - 1.037ms returns FALSE -T1A80 364:242.070 JLINK_HasError() -T1A80 364:242.118 JLINK_IsHalted() -T1A80 364:243.215 - 1.116ms returns FALSE -T1A80 364:344.060 JLINK_HasError() -T1A80 364:344.107 JLINK_IsHalted() -T1A80 364:345.202 - 1.115ms returns FALSE -T1A80 364:446.067 JLINK_HasError() -T1A80 364:446.110 JLINK_IsHalted() -T1A80 364:447.201 - 1.110ms returns FALSE -T1A80 364:548.052 JLINK_HasError() -T1A80 364:548.144 JLINK_IsHalted() -T1A80 364:549.200 - 1.084ms returns FALSE -T1A80 364:649.718 JLINK_HasError() -T1A80 364:649.767 JLINK_IsHalted() -T1A80 364:650.784 - 1.028ms returns FALSE -T1A80 364:751.422 JLINK_HasError() -T1A80 364:751.470 JLINK_IsHalted() -T1A80 364:752.648 - 1.200ms returns FALSE -T1A80 364:853.425 JLINK_HasError() -T1A80 364:853.470 JLINK_IsHalted() -T1A80 364:854.451 - 1.005ms returns FALSE -T1A80 364:955.370 JLINK_HasError() -T1A80 364:955.419 JLINK_IsHalted() -T1A80 364:956.413 - 1.012ms returns FALSE -T1A80 365:057.454 JLINK_HasError() -T1A80 365:057.497 JLINK_IsHalted() -T1A80 365:058.593 - 1.121ms returns FALSE -T1A80 365:159.443 JLINK_HasError() -T1A80 365:159.488 JLINK_IsHalted() -T1A80 365:160.521 - 1.055ms returns FALSE -T1A80 365:261.421 JLINK_HasError() -T1A80 365:261.464 JLINK_IsHalted() -T1A80 365:262.523 - 1.078ms returns FALSE -T1A80 365:363.416 JLINK_HasError() -T1A80 365:363.461 JLINK_IsHalted() -T1A80 365:364.574 - 1.134ms returns FALSE -T1A80 365:465.429 JLINK_HasError() -T1A80 365:465.477 JLINK_IsHalted() -T1A80 365:466.569 - 1.112ms returns FALSE -T1A80 365:567.440 JLINK_HasError() -T1A80 365:567.525 JLINK_IsHalted() -T1A80 365:568.714 - 1.207ms returns FALSE -T1A80 365:669.056 JLINK_HasError() -T1A80 365:669.112 JLINK_IsHalted() -T1A80 365:670.152 - 1.055ms returns FALSE -T1A80 365:770.782 JLINK_HasError() -T1A80 365:770.833 JLINK_IsHalted() -T1A80 365:771.887 - 1.084ms returns FALSE -T1A80 365:872.784 JLINK_HasError() -T1A80 365:872.830 JLINK_IsHalted() -T1A80 365:874.000 - 1.199ms returns FALSE -T1A80 365:974.680 JLINK_HasError() -T1A80 365:974.741 JLINK_IsHalted() -T1A80 365:975.859 - 1.151ms returns FALSE -T1A80 366:076.687 JLINK_HasError() -T1A80 366:076.734 JLINK_IsHalted() -T1A80 366:077.868 - 1.149ms returns FALSE -T1A80 366:178.752 JLINK_HasError() -T1A80 366:178.805 JLINK_IsHalted() -T1A80 366:179.866 - 1.086ms returns FALSE -T1A80 366:280.730 JLINK_HasError() -T1A80 366:280.782 JLINK_IsHalted() -T1A80 366:281.812 - 1.052ms returns FALSE -T1A80 366:382.735 JLINK_HasError() -T1A80 366:382.781 JLINK_IsHalted() -T1A80 366:383.788 - 1.031ms returns FALSE -T1A80 366:484.803 JLINK_HasError() -T1A80 366:484.892 JLINK_IsHalted() -T1A80 366:485.910 - 1.037ms returns FALSE -T1A80 366:586.735 JLINK_HasError() -T1A80 366:586.784 JLINK_IsHalted() -T1A80 366:587.896 - 1.128ms returns FALSE -T1A80 366:688.359 JLINK_HasError() -T1A80 366:688.405 JLINK_IsHalted() -T1A80 366:689.554 - 1.169ms returns FALSE -T1A80 366:790.019 JLINK_HasError() -T1A80 366:790.075 JLINK_IsHalted() -T1A80 366:791.152 - 1.133ms returns FALSE -T1A80 366:892.019 JLINK_HasError() -T1A80 366:892.068 JLINK_IsHalted() -T1A80 366:893.091 - 1.038ms returns FALSE -T1A80 366:994.014 JLINK_HasError() -T1A80 366:994.065 JLINK_IsHalted() -T1A80 366:995.100 - 1.056ms returns FALSE -T1A80 367:095.957 JLINK_HasError() -T1A80 367:096.014 JLINK_IsHalted() -T1A80 367:097.084 - 1.086ms returns FALSE -T1A80 367:198.106 JLINK_HasError() -T1A80 367:198.158 JLINK_IsHalted() -T1A80 367:199.194 - 1.064ms returns FALSE -T1A80 367:300.018 JLINK_HasError() -T1A80 367:300.071 JLINK_IsHalted() -T1A80 367:301.229 - 1.174ms returns FALSE -T1A80 367:402.012 JLINK_HasError() -T1A80 367:402.061 JLINK_IsHalted() -T1A80 367:403.099 - 1.062ms returns FALSE -T1A80 367:504.037 JLINK_HasError() -T1A80 367:504.122 JLINK_IsHalted() -T1A80 367:505.158 - 1.059ms returns FALSE -T1A80 367:605.715 JLINK_HasError() -T1A80 367:605.759 JLINK_IsHalted() -T1A80 367:606.808 - 1.069ms returns FALSE -T1A80 367:707.644 JLINK_HasError() -T1A80 367:707.692 JLINK_IsHalted() -T1A80 367:708.668 - 0.991ms returns FALSE -T1A80 367:809.346 JLINK_HasError() -T1A80 367:809.418 JLINK_IsHalted() -T1A80 367:810.478 - 1.080ms returns FALSE -T1A80 367:911.385 JLINK_HasError() -T1A80 367:911.450 JLINK_IsHalted() -T1A80 367:912.470 - 1.048ms returns FALSE -T1A80 368:013.308 JLINK_HasError() -T1A80 368:013.353 JLINK_IsHalted() -T1A80 368:014.422 - 1.088ms returns FALSE -T1A80 368:115.358 JLINK_HasError() -T1A80 368:115.404 JLINK_IsHalted() -T1A80 368:116.473 - 1.089ms returns FALSE -T1A80 368:217.318 JLINK_HasError() -T1A80 368:217.367 JLINK_IsHalted() -T1A80 368:218.350 - 1.003ms returns FALSE -T1A80 368:319.322 JLINK_HasError() -T1A80 368:319.367 JLINK_IsHalted() -T1A80 368:320.413 - 1.072ms returns FALSE -T1A80 368:421.335 JLINK_HasError() -T1A80 368:421.473 JLINK_IsHalted() -T1A80 368:422.448 - 1.003ms returns FALSE -T1A80 368:523.314 JLINK_HasError() -T1A80 368:523.364 JLINK_IsHalted() -T1A80 368:524.382 - 1.042ms returns FALSE -T1A80 368:624.954 JLINK_HasError() -T1A80 368:625.008 JLINK_IsHalted() -T1A80 368:626.119 - 1.128ms returns FALSE -T1A80 368:726.966 JLINK_HasError() -T1A80 368:727.017 JLINK_IsHalted() -T1A80 368:728.104 - 1.103ms returns FALSE -T1A80 368:828.675 JLINK_HasError() -T1A80 368:828.763 JLINK_IsHalted() -T1A80 368:829.893 - 1.168ms returns FALSE -T1A80 368:930.615 JLINK_HasError() -T1A80 368:930.661 JLINK_IsHalted() -T1A80 368:931.768 - 1.127ms returns FALSE -T1A80 369:032.611 JLINK_HasError() -T1A80 369:032.667 JLINK_IsHalted() -T1A80 369:033.686 - 1.036ms returns FALSE -T1A80 369:134.658 JLINK_HasError() -T1A80 369:134.706 JLINK_IsHalted() -T1A80 369:135.801 - 1.115ms returns FALSE -T1A80 369:236.634 JLINK_HasError() -T1A80 369:236.688 JLINK_IsHalted() -T1A80 369:237.841 - 1.165ms returns FALSE -T1A80 369:338.713 JLINK_HasError() -T1A80 369:338.758 JLINK_IsHalted() -T1A80 369:339.771 - 1.033ms returns FALSE -T1A80 369:440.673 JLINK_HasError() -T1A80 369:440.760 JLINK_IsHalted() -T1A80 369:441.938 - 1.200ms returns FALSE -T1A80 369:542.697 JLINK_HasError() -T1A80 369:542.780 JLINK_IsHalted() -T1A80 369:543.867 - 1.106ms returns FALSE -T1A80 369:644.288 JLINK_HasError() -T1A80 369:644.365 JLINK_IsHalted() -T1A80 369:645.482 - 1.138ms returns FALSE -T1A80 369:746.212 JLINK_HasError() -T1A80 369:746.260 JLINK_IsHalted() -T1A80 369:747.349 - 1.119ms returns FALSE -T1A80 369:848.280 JLINK_HasError() -T1A80 369:848.367 JLINK_IsHalted() -T1A80 369:849.454 - 1.107ms returns FALSE -T1A80 369:950.283 JLINK_HasError() -T1A80 369:950.370 JLINK_IsHalted() -T1A80 369:951.438 - 1.090ms returns FALSE -T1A80 370:052.280 JLINK_HasError() -T1A80 370:052.343 JLINK_IsHalted() -T1A80 370:053.431 - 1.114ms returns FALSE -T1A80 370:154.261 JLINK_HasError() -T1A80 370:154.307 JLINK_IsHalted() -T1A80 370:155.405 - 1.117ms returns FALSE -T1A80 370:256.235 JLINK_HasError() -T1A80 370:256.288 JLINK_IsHalted() -T1A80 370:257.407 - 1.149ms returns FALSE -T1A80 370:358.239 JLINK_HasError() -T1A80 370:358.290 JLINK_IsHalted() -T1A80 370:359.386 - 1.111ms returns FALSE -T1A80 370:460.268 JLINK_HasError() -T1A80 370:460.362 JLINK_IsHalted() -T1A80 370:461.502 - 1.168ms returns FALSE -T1A80 370:562.265 JLINK_HasError() -T1A80 370:562.310 JLINK_IsHalted() -T1A80 370:563.409 - 1.118ms returns FALSE -T1A80 370:663.873 JLINK_HasError() -T1A80 370:663.922 JLINK_IsHalted() -T1A80 370:664.992 - 1.086ms returns FALSE -T1A80 370:765.676 JLINK_HasError() -T1A80 370:765.726 JLINK_IsHalted() -T1A80 370:766.826 - 1.118ms returns FALSE -T1A80 370:867.573 JLINK_HasError() -T1A80 370:867.620 JLINK_IsHalted() -T1A80 370:868.685 - 1.075ms returns FALSE -T1A80 370:969.662 JLINK_HasError() -T1A80 370:969.753 JLINK_IsHalted() -T1A80 370:970.803 - 1.072ms returns FALSE -T1A80 371:071.545 JLINK_HasError() -T1A80 371:071.593 JLINK_IsHalted() -T1A80 371:072.645 - 1.079ms returns FALSE -T1A80 371:173.603 JLINK_HasError() -T1A80 371:173.653 JLINK_IsHalted() -T1A80 371:174.610 - 0.978ms returns FALSE -T1A80 371:275.652 JLINK_HasError() -T1A80 371:275.733 JLINK_IsHalted() -T1A80 371:276.878 - 1.160ms returns FALSE -T1A80 371:377.608 JLINK_HasError() -T1A80 371:377.653 JLINK_IsHalted() -T1A80 371:378.744 - 1.113ms returns FALSE -T1A80 371:479.539 JLINK_HasError() -T1A80 371:479.591 JLINK_IsHalted() -T1A80 371:480.602 - 1.027ms returns FALSE -T1A80 371:581.256 JLINK_HasError() -T1A80 371:581.345 JLINK_IsHalted() -T1A80 371:582.491 - 1.165ms returns FALSE -T1A80 371:683.191 JLINK_HasError() -T1A80 371:683.238 JLINK_IsHalted() -T1A80 371:684.340 - 1.118ms returns FALSE -T1A80 371:784.867 JLINK_HasError() -T1A80 371:784.955 JLINK_IsHalted() -T1A80 371:786.069 - 1.137ms returns FALSE -T1A80 371:886.829 JLINK_HasError() -T1A80 371:886.874 JLINK_IsHalted() -T1A80 371:887.921 - 1.062ms returns FALSE -T1A80 371:988.785 JLINK_HasError() -T1A80 371:988.833 JLINK_IsHalted() -T1A80 371:990.023 - 1.207ms returns FALSE -T1A80 372:090.855 JLINK_HasError() -T1A80 372:090.906 JLINK_IsHalted() -T1A80 372:091.893 - 1.007ms returns FALSE -T1A80 372:192.782 JLINK_HasError() -T1A80 372:192.830 JLINK_IsHalted() -T1A80 372:193.881 - 1.072ms returns FALSE -T1A80 372:294.926 JLINK_HasError() -T1A80 372:294.970 JLINK_IsHalted() -T1A80 372:295.919 - 0.968ms returns FALSE -T1A80 372:396.838 JLINK_HasError() -T1A80 372:396.884 JLINK_IsHalted() -T1A80 372:397.892 - 1.024ms returns FALSE -T1A80 372:498.784 JLINK_HasError() -T1A80 372:498.934 JLINK_IsHalted() -T1A80 372:500.002 - 1.089ms returns FALSE -T1A80 372:600.540 JLINK_HasError() -T1A80 372:600.583 JLINK_IsHalted() -T1A80 372:601.659 - 1.099ms returns FALSE -T1A80 372:702.489 JLINK_HasError() -T1A80 372:702.534 JLINK_IsHalted() -T1A80 372:703.561 - 1.060ms returns FALSE -T1A80 372:804.233 JLINK_HasError() -T1A80 372:804.281 JLINK_IsHalted() -T1A80 372:805.268 - 1.003ms returns FALSE -T1A80 372:906.181 JLINK_HasError() -T1A80 372:906.234 JLINK_IsHalted() -T1A80 372:907.280 - 1.074ms returns FALSE -T1A80 373:008.176 JLINK_HasError() -T1A80 373:008.224 JLINK_IsHalted() -T1A80 373:009.269 - 1.063ms returns FALSE -T1A80 373:110.224 JLINK_HasError() -T1A80 373:110.269 JLINK_IsHalted() -T1A80 373:111.381 - 1.128ms returns FALSE -T1A80 373:212.171 JLINK_HasError() -T1A80 373:212.219 JLINK_IsHalted() -T1A80 373:213.242 - 1.036ms returns FALSE -T1A80 373:314.178 JLINK_HasError() -T1A80 373:314.223 JLINK_IsHalted() -T1A80 373:315.231 - 1.023ms returns FALSE -T1A80 373:416.319 JLINK_HasError() -T1A80 373:416.364 JLINK_IsHalted() -T1A80 373:417.467 - 1.125ms returns FALSE -T1A80 373:518.178 JLINK_HasError() -T1A80 373:518.224 JLINK_IsHalted() -T1A80 373:519.288 - 1.085ms returns FALSE -T1A80 373:619.762 JLINK_HasError() -T1A80 373:619.813 JLINK_IsHalted() -T1A80 373:620.837 - 1.049ms returns FALSE -T1A80 373:721.760 JLINK_HasError() -T1A80 373:721.806 JLINK_IsHalted() -T1A80 373:722.801 - 1.011ms returns FALSE -T1A80 373:823.446 JLINK_HasError() -T1A80 373:823.494 JLINK_IsHalted() -T1A80 373:824.469 - 0.991ms returns FALSE -T1A80 373:925.446 JLINK_HasError() -T1A80 373:925.489 JLINK_IsHalted() -T1A80 373:926.534 - 1.072ms returns FALSE -T1A80 374:027.469 JLINK_HasError() -T1A80 374:027.566 JLINK_IsHalted() -T1A80 374:028.634 - 1.088ms returns FALSE -T1A80 374:129.478 JLINK_HasError() -T1A80 374:129.529 JLINK_IsHalted() -T1A80 374:130.616 - 1.107ms returns FALSE -T1A80 374:231.519 JLINK_HasError() -T1A80 374:231.579 JLINK_IsHalted() -T1A80 374:232.715 - 1.173ms returns FALSE -T1A80 374:333.494 JLINK_HasError() -T1A80 374:333.538 JLINK_IsHalted() -T1A80 374:334.586 - 1.068ms returns FALSE -T1A80 374:435.469 JLINK_HasError() -T1A80 374:435.554 JLINK_IsHalted() -T1A80 374:436.637 - 1.103ms returns FALSE -T1A80 374:537.398 JLINK_HasError() -T1A80 374:537.450 JLINK_IsHalted() -T1A80 374:538.568 - 1.136ms returns FALSE -T1A80 374:639.067 JLINK_HasError() -T1A80 374:639.115 JLINK_IsHalted() -T1A80 374:640.204 - 1.104ms returns FALSE -T1A80 374:741.117 JLINK_HasError() -T1A80 374:741.254 JLINK_IsHalted() -T1A80 374:742.302 - 1.069ms returns FALSE -T1A80 374:842.751 JLINK_HasError() -T1A80 374:842.799 JLINK_IsHalted() -T1A80 374:843.894 - 1.112ms returns FALSE -T1A80 374:944.733 JLINK_HasError() -T1A80 374:944.789 JLINK_IsHalted() -T1A80 374:945.886 - 1.131ms returns FALSE -T1A80 375:046.858 JLINK_HasError() -T1A80 375:046.918 JLINK_IsHalted() -T1A80 375:047.990 - 1.091ms returns FALSE -T1A80 375:148.783 JLINK_HasError() -T1A80 375:148.830 JLINK_IsHalted() -T1A80 375:149.788 - 0.997ms returns FALSE -T1A80 375:250.727 JLINK_HasError() -T1A80 375:250.774 JLINK_IsHalted() -T1A80 375:251.849 - 1.102ms returns FALSE -T1A80 375:352.778 JLINK_HasError() -T1A80 375:352.827 JLINK_IsHalted() -T1A80 375:353.833 - 1.031ms returns FALSE -T1A80 375:454.778 JLINK_HasError() -T1A80 375:454.823 JLINK_IsHalted() -T1A80 375:455.864 - 1.061ms returns FALSE -T1A80 375:556.863 JLINK_HasError() -T1A80 375:556.953 JLINK_IsHalted() -T1A80 375:558.053 - 1.121ms returns FALSE -T1A80 375:658.636 JLINK_HasError() -T1A80 375:658.692 JLINK_IsHalted() -T1A80 375:659.966 - 1.290ms returns FALSE -T1A80 375:760.494 JLINK_HasError() -T1A80 375:760.538 JLINK_IsHalted() -T1A80 375:761.645 - 1.129ms returns FALSE -T1A80 375:862.534 JLINK_HasError() -T1A80 375:862.575 JLINK_IsHalted() -T1A80 375:863.629 - 1.073ms returns FALSE -T1A80 375:964.509 JLINK_HasError() -T1A80 375:964.605 JLINK_IsHalted() -T1A80 375:965.670 - 1.085ms returns FALSE -T1A80 376:066.524 JLINK_HasError() -T1A80 376:066.602 JLINK_IsHalted() -T1A80 376:067.742 - 1.162ms returns FALSE -T1A80 376:168.461 JLINK_HasError() -T1A80 376:168.510 JLINK_IsHalted() -T1A80 376:169.574 - 1.089ms returns FALSE -T1A80 376:270.516 JLINK_HasError() -T1A80 376:270.571 JLINK_IsHalted() -T1A80 376:271.544 - 0.991ms returns FALSE -T1A80 376:372.493 JLINK_HasError() -T1A80 376:372.546 JLINK_IsHalted() -T1A80 376:373.638 - 1.114ms returns FALSE -T1A80 376:474.496 JLINK_HasError() -T1A80 376:474.540 JLINK_IsHalted() -T1A80 376:475.531 - 1.012ms returns FALSE -T1A80 376:576.492 JLINK_HasError() -T1A80 376:576.542 JLINK_IsHalted() -T1A80 376:577.627 - 1.112ms returns FALSE -T1A80 376:678.143 JLINK_HasError() -T1A80 376:678.197 JLINK_IsHalted() -T1A80 376:679.277 - 1.111ms returns FALSE -T1A80 376:779.836 JLINK_HasError() -T1A80 376:779.880 JLINK_IsHalted() -T1A80 376:780.940 - 1.079ms returns FALSE -T1A80 376:881.731 JLINK_HasError() -T1A80 376:881.792 JLINK_IsHalted() -T1A80 376:882.949 - 1.203ms returns FALSE -T1A80 376:983.792 JLINK_HasError() -T1A80 376:983.845 JLINK_IsHalted() -T1A80 376:984.814 - 0.995ms returns FALSE -T1A80 377:085.786 JLINK_HasError() -T1A80 377:085.830 JLINK_IsHalted() -T1A80 377:086.838 - 1.025ms returns FALSE -T1A80 377:187.729 JLINK_HasError() -T1A80 377:187.780 JLINK_IsHalted() -T1A80 377:188.827 - 1.073ms returns FALSE -T1A80 377:289.814 JLINK_HasError() -T1A80 377:289.901 JLINK_IsHalted() -T1A80 377:290.994 - 1.120ms returns FALSE -T1A80 377:391.790 JLINK_HasError() -T1A80 377:391.837 JLINK_IsHalted() -T1A80 377:393.001 - 1.190ms returns FALSE -T1A80 377:493.735 JLINK_HasError() -T1A80 377:493.793 JLINK_IsHalted() -T1A80 377:494.908 - 1.126ms returns FALSE -T1A80 377:595.509 JLINK_HasError() -T1A80 377:595.555 JLINK_IsHalted() -T1A80 377:596.641 - 1.106ms returns FALSE -T1A80 377:697.437 JLINK_HasError() -T1A80 377:697.486 JLINK_IsHalted() -T1A80 377:698.503 - 1.033ms returns FALSE -T1A80 377:799.188 JLINK_HasError() -T1A80 377:799.237 JLINK_IsHalted() -T1A80 377:800.261 - 1.051ms returns FALSE -T1A80 377:901.240 JLINK_HasError() -T1A80 377:901.290 JLINK_IsHalted() -T1A80 377:903.747 - 2.491ms returns ERROR -T1A80 377:903.802 JLINK_HasError() -T1A80 377:903.830 JLINK_Halt() -T1A80 377:907.286 CPU could not be halted -T1A80 377:907.331 - 3.510ms returns 0x01 -T1A80 377:907.362 JLINK_IsHalted() -T1A80 377:909.893 - 2.552ms returns ERROR -T1A80 377:909.936 JLINK_IsHalted() -T1A80 377:911.749 - 1.826ms returns ERROR -T1A80 377:911.777 JLINK_IsHalted() -T1A80 377:913.472 - 1.714ms returns ERROR -T1A80 377:913.511 JLINK_HasError() -T1A80 377:913.539 JLINK_ReadReg(R15 (PC)) -T1A80 377:915.234 CPU is running -T1A80 377:915.270 - ***** Error: -T1A80 377:915.296 Cannot read register 15 (R15) while CPU is running -T1A80 377:915.323 - 1.792ms returns 0x00000000 -T1A80 377:915.483 JLINK_ReadReg(XPSR) -T1A80 377:917.986 CPU is running -T1A80 377:918.028 - ***** Error: -T1A80 377:918.053 Cannot read register 16 (XPSR) while CPU is running -T1A80 377:918.084 - 2.614ms returns 0x00000000 -T1A80 377:918.422 JLINK_HasError() -T1A80 377:918.490 JLINK_HasError() -T1A80 377:918.520 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) -T1A80 377:918.558 CPU_ReadMem(4 bytes @ 0xE000ED30) -T1A80 377:921.109 failed -T1A80 377:921.159 - 2.655ms returns -1 (0xFFFFFFFF) -T1A80 377:921.328 JLINK_HasError() -T1A80 377:921.361 JLINK_ReadReg(R0) -T1A80 377:923.868 CPU is running -T1A80 377:923.908 - ***** Error: -T1A80 377:923.933 Cannot read register 0 (R0) while CPU is running -T1A80 377:923.959 - 2.607ms returns 0x00000000 -T1A80 377:924.124 JLINK_ReadReg(R1) -T1A80 377:926.635 CPU is running -T1A80 377:926.786 - ***** Error: -T1A80 377:926.814 Cannot read register 1 (R1) while CPU is running -T1A80 377:926.842 - 2.728ms returns 0x00000000 -T1A80 377:927.005 JLINK_ReadReg(R2) -T1A80 377:929.512 CPU is running -T1A80 377:929.560 - ***** Error: -T1A80 377:929.587 Cannot read register 2 (R2) while CPU is running -T1A80 377:929.614 - 2.618ms returns 0x00000000 -T1A80 377:929.776 JLINK_ReadReg(R3) -T1A80 377:932.240 CPU is running -T1A80 377:932.283 - ***** Error: -T1A80 377:932.308 Cannot read register 3 (R3) while CPU is running -T1A80 377:932.335 - 2.568ms returns 0x00000000 -T1A80 377:932.471 JLINK_ReadReg(R4) -T1A80 377:934.997 CPU is running -T1A80 377:935.037 - ***** Error: -T1A80 377:935.070 Cannot read register 4 (R4) while CPU is running -T1A80 377:935.103 - 2.644ms returns 0x00000000 -T1A80 377:942.402 JLINK_ReadReg(R5) -T1A80 377:944.953 CPU is running -T1A80 377:945.021 - ***** Error: -T1A80 377:945.065 Cannot read register 5 (R5) while CPU is running -T1A80 377:945.115 - 2.728ms returns 0x00000000 -T1A80 377:945.538 JLINK_ReadReg(R6) -T1A80 377:947.995 CPU is running -T1A80 377:948.065 - ***** Error: -T1A80 377:948.100 Cannot read register 6 (R6) while CPU is running -T1A80 377:948.132 - 2.604ms returns 0x00000000 -T1A80 377:949.253 JLINK_ReadReg(R7) -T1A80 377:951.790 CPU is running -T1A80 377:951.836 - ***** Error: -T1A80 377:951.861 Cannot read register 7 (R7) while CPU is running -T1A80 377:951.886 - 2.642ms returns 0x00000000 -T1A80 377:952.019 JLINK_ReadReg(R8) -T1A80 377:954.473 CPU is running -T1A80 377:954.513 - ***** Error: -T1A80 377:954.538 Cannot read register 8 (R8) while CPU is running -T1A80 377:954.564 - 2.553ms returns 0x00000000 -T1A80 377:954.678 JLINK_ReadReg(R9) -T1A80 377:956.486 CPU is running -T1A80 377:956.535 - ***** Error: -T1A80 377:956.562 Cannot read register 9 (R9) while CPU is running -T1A80 377:956.590 - 1.921ms returns 0x00000000 -T1A80 377:956.728 JLINK_ReadReg(R10) -T1A80 377:958.528 CPU is running -T1A80 377:958.571 - ***** Error: -T1A80 377:958.596 Cannot read register 10 (R10) while CPU is running -T1A80 377:958.622 - 1.902ms returns 0x00000000 -T1A80 377:958.745 JLINK_ReadReg(R11) -T1A80 377:961.236 CPU is running -T1A80 377:961.286 - ***** Error: -T1A80 377:961.316 Cannot read register 11 (R11) while CPU is running -T1A80 377:961.344 - 2.611ms returns 0x00000000 -T1A80 377:961.518 JLINK_ReadReg(R12) -T1A80 377:964.002 CPU is running -T1A80 377:964.041 - ***** Error: -T1A80 377:964.070 Cannot read register 12 (R12) while CPU is running -T1A80 377:964.108 - 2.605ms returns 0x00000000 -T1A80 377:964.245 JLINK_ReadReg(R13 (SP)) -T1A80 377:966.730 CPU is running -T1A80 377:966.770 - ***** Error: -T1A80 377:966.795 Cannot read register 13 (R13) while CPU is running -T1A80 377:966.820 - 2.583ms returns 0x00000000 -T1A80 377:975.341 JLINK_ReadReg(R14) -T1A80 377:977.890 CPU is running -T1A80 377:977.945 - ***** Error: -T1A80 377:977.979 Cannot read register 14 (R14) while CPU is running -T1A80 377:978.014 - 2.685ms returns 0x00000000 -T1A80 377:978.882 JLINK_ReadReg(R15 (PC)) -T1A80 377:981.435 CPU is running -T1A80 377:981.514 - ***** Error: -T1A80 377:981.539 Cannot read register 15 (R15) while CPU is running -T1A80 377:981.565 - 2.692ms returns 0x00000000 -T1A80 377:981.755 JLINK_ReadReg(XPSR) -T1A80 377:984.224 CPU is running -T1A80 377:984.262 - ***** Error: -T1A80 377:984.287 Cannot read register 16 (XPSR) while CPU is running -T1A80 377:984.313 - 2.566ms returns 0x00000000 -T1A80 377:984.426 JLINK_ReadReg(MSP) -T1A80 377:986.223 CPU is running -T1A80 377:986.256 - ***** Error: -T1A80 377:986.281 Cannot read register 17 (MSP) while CPU is running -T1A80 377:986.307 - 1.889ms returns 0x00000000 -T1A80 377:986.429 JLINK_ReadReg(PSP) -T1A80 377:988.255 CPU is running -T1A80 377:988.286 - ***** Error: -T1A80 377:988.313 Cannot read register 18 (PSP) while CPU is running -T1A80 377:988.340 - 1.920ms returns 0x00000000 -T1A80 377:988.443 JLINK_ReadReg(CFBP) -T1A80 377:990.982 CPU is running -T1A80 377:991.020 - ***** Error: -T1A80 377:991.045 Cannot read register 20 (CFBP) while CPU is running -T1A80 377:991.081 - 2.646ms returns 0x00000000 -T250C 378:014.256 JLINK_HasError() -T250C 378:014.309 JLINK_ReadMemU32(0xE0001004, 0x1 Items) -T250C 378:014.345 CPU_ReadMem(4 bytes @ 0xE0001004) -T250C 378:016.972 Data: 00 00 00 00 -T250C 378:017.023 Debug reg: DWT_CYCCNT -T250C 378:017.050 - 2.756ms returns 1 (0x1) -T250C 378:023.014 JLINK_ReadMemEx(0x00000000, 0x3C Bytes, Flags = 0x02000000) -T250C 378:023.084 CPU_ReadMem(4 bytes @ 0x40023844) -T250C 378:025.593 CPU_ReadMem(60 bytes @ 0x08000000) -T250C 378:027.605 failed -T250C 378:027.643 - 4.638ms returns -1 (0xFFFFFFFF) -T250C 378:027.670 JLINK_ReadMemEx(0x00000000, 0x3C Bytes, Flags = 0x02000000) -T250C 378:027.696 CPU_ReadMem(60 bytes @ 0x08000000) -T250C 378:029.711 failed -T250C 378:029.745 - 2.085ms returns -1 (0xFFFFFFFF) -T250C 378:029.769 JLINK_ReadMemEx(0x00000000, 0x10 Bytes, Flags = 0x02000000) -T250C 378:029.793 CPU_ReadMem(16 bytes @ 0x08000000) -T250C 378:031.704 failed -T250C 378:031.743 - 1.982ms returns -1 (0xFFFFFFFF) -T250C 378:031.766 JLINK_ReadMemEx(0x00000000, 0x4 Bytes, Flags = 0x02000000) -T250C 378:031.789 CPU_ReadMem(4 bytes @ 0x08000000) -T250C 378:033.706 failed -T250C 378:033.738 - 1.981ms returns -1 (0xFFFFFFFF) -T250C 378:033.761 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:033.782 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:035.582 failed -T250C 378:035.614 - 1.862ms returns -1 (0xFFFFFFFF) -T250C 378:035.637 JLINK_ReadMemEx(0x00000000, 0x1 Bytes, Flags = 0x02000000) -T250C 378:035.658 CPU_ReadMem(1 bytes @ 0x08000000) -T250C 378:037.583 failed -T250C 378:037.616 - 1.987ms returns -1 (0xFFFFFFFF) -T250C 378:037.638 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:037.660 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:039.581 failed -T250C 378:039.613 - 1.984ms returns -1 (0xFFFFFFFF) -T250C 378:039.636 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:039.658 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:041.581 failed -T250C 378:041.613 - 1.985ms returns -1 (0xFFFFFFFF) -T250C 378:041.635 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:041.656 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:043.582 failed -T250C 378:043.616 - 1.990ms returns -1 (0xFFFFFFFF) -T250C 378:043.648 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:043.670 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:045.589 failed -T250C 378:045.634 - 1.996ms returns -1 (0xFFFFFFFF) -T250C 378:045.664 JLINK_ReadMemEx(0x00000000, 0x2 Bytes, Flags = 0x02000000) -T250C 378:045.691 CPU_ReadMem(2 bytes @ 0x08000000) -T250C 378:047.584 failed -T250C 378:047.620 - 1.964ms returns -1 (0xFFFFFFFF) -T250C 378:047.646 JLINK_ReadMemEx(0x00000000, 0x1 Bytes, Flags = 0x02000000) -T250C 378:047.670 CPU_ReadMem(1 bytes @ 0x08000000) -T250C 378:049.583 failed -T250C 378:049.616 - 1.978ms returns -1 (0xFFFFFFFF) -T250C 378:049.740 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:049.763 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:051.584 failed -T250C 378:051.620 - 1.888ms returns -1 (0xFFFFFFFF) -T250C 378:051.642 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:051.665 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:053.583 failed -T250C 378:053.619 - 1.986ms returns -1 (0xFFFFFFFF) -T250C 378:053.643 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:053.667 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:055.584 failed -T250C 378:055.619 - 1.985ms returns -1 (0xFFFFFFFF) -T250C 378:055.644 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:055.667 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:057.613 failed -T250C 378:057.645 - 2.010ms returns -1 (0xFFFFFFFF) -T250C 378:057.668 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:057.689 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:059.587 failed -T250C 378:059.621 - 1.962ms returns -1 (0xFFFFFFFF) -T250C 378:059.644 JLINK_ReadMemEx(0x00000002, 0x1 Bytes, Flags = 0x02000000) -T250C 378:059.666 CPU_ReadMem(1 bytes @ 0x08000002) -T250C 378:061.602 failed -T250C 378:061.638 - 2.002ms returns -1 (0xFFFFFFFF) -T250C 378:061.682 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:061.706 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:063.584 failed -T250C 378:063.623 - 1.950ms returns -1 (0xFFFFFFFF) -T250C 378:063.648 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:063.673 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:065.579 failed -T250C 378:065.614 - 1.975ms returns -1 (0xFFFFFFFF) -T250C 378:065.638 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:065.661 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:067.579 failed -T250C 378:067.613 - 1.985ms returns -1 (0xFFFFFFFF) -T250C 378:067.637 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:067.661 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:069.577 failed -T250C 378:069.609 - 1.980ms returns -1 (0xFFFFFFFF) -T250C 378:069.631 JLINK_ReadMemEx(0x00000002, 0x2 Bytes, Flags = 0x02000000) -T250C 378:069.652 CPU_ReadMem(2 bytes @ 0x08000002) -T250C 378:071.578 failed -T250C 378:071.614 - 1.991ms returns -1 (0xFFFFFFFF) -T250C 378:071.637 JLINK_ReadMemEx(0x00000002, 0x1 Bytes, Flags = 0x02000000) -T250C 378:071.660 CPU_ReadMem(1 bytes @ 0x08000002) -T250C 378:073.573 failed -T250C 378:073.607 - 1.980ms returns -1 (0xFFFFFFFF) -T250C 378:073.634 JLINK_ReadMemEx(0x00000004, 0x3C Bytes, Flags = 0x02000000) -T250C 378:073.658 CPU_ReadMem(60 bytes @ 0x08000004) -T250C 378:075.695 failed -T250C 378:075.730 - 2.105ms returns -1 (0xFFFFFFFF) -T250C 378:075.759 JLINK_ReadMemEx(0x00000004, 0x3C Bytes, Flags = 0x02000000) -T250C 378:075.783 CPU_ReadMem(60 bytes @ 0x08000004) -T250C 378:077.701 failed -T250C 378:077.741 - 1.992ms returns -1 (0xFFFFFFFF) -T250C 378:077.770 JLINK_ReadMemEx(0x00000004, 0xC Bytes, Flags = 0x02000000) -T250C 378:077.795 CPU_ReadMem(12 bytes @ 0x08000004) -T250C 378:079.703 failed -T250C 378:079.737 - 1.976ms returns -1 (0xFFFFFFFF) -T250C 378:079.764 JLINK_ReadMemEx(0x00000004, 0x4 Bytes, Flags = 0x02000000) -T250C 378:079.787 CPU_ReadMem(4 bytes @ 0x08000004) -T250C 378:081.702 failed -T250C 378:081.737 - 1.982ms returns -1 (0xFFFFFFFF) -T250C 378:081.763 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:081.786 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:083.700 failed -T250C 378:083.732 - 1.978ms returns -1 (0xFFFFFFFF) -T250C 378:083.757 JLINK_ReadMemEx(0x00000004, 0x1 Bytes, Flags = 0x02000000) -T250C 378:083.778 CPU_ReadMem(1 bytes @ 0x08000004) -T250C 378:085.574 failed -T250C 378:085.606 - 1.857ms returns -1 (0xFFFFFFFF) -T250C 378:085.631 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:085.653 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:087.444 failed -T250C 378:087.476 - 1.854ms returns -1 (0xFFFFFFFF) -T250C 378:087.501 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:087.522 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:089.322 failed -T250C 378:089.359 - 1.866ms returns -1 (0xFFFFFFFF) -T250C 378:089.386 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:089.409 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:091.319 failed -T250C 378:091.351 - 1.974ms returns -1 (0xFFFFFFFF) -T250C 378:091.376 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:091.398 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:093.320 failed -T250C 378:093.354 - 1.987ms returns -1 (0xFFFFFFFF) -T250C 378:093.381 JLINK_ReadMemEx(0x00000004, 0x2 Bytes, Flags = 0x02000000) -T250C 378:093.404 CPU_ReadMem(2 bytes @ 0x08000004) -T250C 378:095.327 failed -T250C 378:095.377 - 2.010ms returns -1 (0xFFFFFFFF) -T250C 378:095.418 JLINK_ReadMemEx(0x00000004, 0x1 Bytes, Flags = 0x02000000) -T250C 378:095.455 CPU_ReadMem(1 bytes @ 0x08000004) -T250C 378:098.196 failed -T250C 378:098.230 - 2.821ms returns -1 (0xFFFFFFFF) -T250C 389:421.703 JLINK_ReadMemEx(0x00000032, 0x2 Bytes, Flags = 0x02000000) -T250C 389:421.765 CPU_ReadMem(2 bytes @ 0x08000032) -T250C 389:424.277 failed -T250C 389:424.322 - 2.629ms returns -1 (0xFFFFFFFF) -T250C 389:424.347 JLINK_ReadMemEx(0x00000032, 0x2 Bytes, Flags = 0x02000000) -T250C 389:424.373 CPU_ReadMem(2 bytes @ 0x08000032) -T250C 389:426.294 failed -T250C 389:426.331 - 1.993ms returns -1 (0xFFFFFFFF) -T250C 389:426.356 JLINK_ReadMemEx(0x00000032, 0x2 Bytes, Flags = 0x02000000) -T250C 389:426.380 CPU_ReadMem(2 bytes @ 0x08000032) -T250C 389:428.284 failed -T250C 389:428.351 - 2.006ms returns -1 (0xFFFFFFFF) -T250C 389:428.380 JLINK_ReadMemEx(0x00000032, 0x2 Bytes, Flags = 0x02000000) -T250C 389:428.477 CPU_ReadMem(2 bytes @ 0x08000032) -T250C 389:430.483 failed -T250C 389:430.522 - 2.153ms returns -1 (0xFFFFFFFF) -T250C 389:430.549 JLINK_ReadMemEx(0x00000032, 0x2 Bytes, Flags = 0x02000000) -T250C 389:430.575 CPU_ReadMem(2 bytes @ 0x08000032) -T250C 389:433.150 failed -T250C 389:433.185 - 2.645ms returns -1 (0xFFFFFFFF) -T250C 389:433.209 JLINK_ReadMemEx(0x00000032, 0x1 Bytes, Flags = 0x02000000) -T250C 389:433.233 CPU_ReadMem(1 bytes @ 0x08000032) -T250C 389:435.227 failed -T250C 389:435.323 - 2.122ms returns -1 (0xFFFFFFFF) -T250C 389:435.350 JLINK_ReadMemEx(0x00000034, 0x3C Bytes, Flags = 0x02000000) -T250C 389:435.373 CPU_ReadMem(60 bytes @ 0x08000034) -T250C 389:437.524 failed -T250C 389:437.558 - 2.218ms returns -1 (0xFFFFFFFF) -T250C 389:437.582 JLINK_ReadMemEx(0x00000034, 0x3C Bytes, Flags = 0x02000000) -T250C 389:437.605 CPU_ReadMem(60 bytes @ 0x08000034) -T250C 389:439.668 failed -T250C 389:439.703 - 2.131ms returns -1 (0xFFFFFFFF) -T250C 389:439.727 JLINK_ReadMemEx(0x00000034, 0xC Bytes, Flags = 0x02000000) -T250C 389:439.750 CPU_ReadMem(12 bytes @ 0x08000034) -T250C 389:441.649 failed -T250C 389:441.686 - 1.968ms returns -1 (0xFFFFFFFF) -T250C 389:441.713 JLINK_ReadMemEx(0x00000034, 0x4 Bytes, Flags = 0x02000000) -T250C 389:441.737 CPU_ReadMem(4 bytes @ 0x08000034) -T250C 389:443.776 failed -T250C 389:443.814 - 2.110ms returns -1 (0xFFFFFFFF) -T250C 389:443.841 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:443.864 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:445.776 failed -T250C 389:445.807 - 1.975ms returns -1 (0xFFFFFFFF) -T250C 389:445.834 JLINK_ReadMemEx(0x00000034, 0x1 Bytes, Flags = 0x02000000) -T250C 389:445.857 CPU_ReadMem(1 bytes @ 0x08000034) -T250C 389:447.847 failed -T250C 389:447.934 - 2.108ms returns -1 (0xFFFFFFFF) -T250C 389:447.970 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:447.994 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:449.949 failed -T250C 389:449.986 - 2.024ms returns -1 (0xFFFFFFFF) -T250C 389:450.012 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:450.036 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:451.944 failed -T250C 389:451.976 - 1.971ms returns -1 (0xFFFFFFFF) -T250C 389:451.999 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:452.024 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:454.104 failed -T250C 389:454.194 - 2.207ms returns -1 (0xFFFFFFFF) -T250C 389:454.225 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:454.251 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:456.146 failed -T250C 389:456.183 - 1.966ms returns -1 (0xFFFFFFFF) -T250C 389:456.209 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:456.232 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:458.194 failed -T250C 389:458.227 - 2.025ms returns -1 (0xFFFFFFFF) -T250C 389:458.259 JLINK_ReadMemEx(0x00000034, 0x1 Bytes, Flags = 0x02000000) -T250C 389:458.279 CPU_ReadMem(1 bytes @ 0x08000034) -T250C 389:460.445 failed -T250C 389:460.521 - 2.270ms returns -1 (0xFFFFFFFF) -T250C 389:460.572 JLINK_ReadMemEx(0x00000034, 0x3C Bytes, Flags = 0x02000000) -T250C 389:460.602 CPU_ReadMem(60 bytes @ 0x08000034) -T250C 389:462.829 failed -T250C 389:462.955 - 2.390ms returns -1 (0xFFFFFFFF) -T250C 389:462.977 JLINK_ReadMemEx(0x00000034, 0x3C Bytes, Flags = 0x02000000) -T250C 389:463.005 CPU_ReadMem(60 bytes @ 0x08000034) -T250C 389:465.203 failed -T250C 389:465.234 - 2.264ms returns -1 (0xFFFFFFFF) -T250C 389:465.257 JLINK_ReadMemEx(0x00000034, 0xC Bytes, Flags = 0x02000000) -T250C 389:465.278 CPU_ReadMem(12 bytes @ 0x08000034) -T250C 389:467.273 failed -T250C 389:467.309 - 2.060ms returns -1 (0xFFFFFFFF) -T250C 389:467.334 JLINK_ReadMemEx(0x00000034, 0x4 Bytes, Flags = 0x02000000) -T250C 389:467.358 CPU_ReadMem(4 bytes @ 0x08000034) -T250C 389:469.434 failed -T250C 389:469.523 - 2.210ms returns -1 (0xFFFFFFFF) -T250C 389:469.586 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:469.643 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:471.519 failed -T250C 389:471.555 - 1.978ms returns -1 (0xFFFFFFFF) -T250C 389:471.581 JLINK_ReadMemEx(0x00000034, 0x1 Bytes, Flags = 0x02000000) -T250C 389:471.604 CPU_ReadMem(1 bytes @ 0x08000034) -T250C 389:473.724 failed -T250C 389:473.756 - 2.182ms returns -1 (0xFFFFFFFF) -T250C 389:473.778 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:473.798 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:475.667 failed -T250C 389:475.703 - 1.933ms returns -1 (0xFFFFFFFF) -T250C 389:475.729 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:475.752 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:477.857 failed -T250C 389:477.889 - 2.167ms returns -1 (0xFFFFFFFF) -T250C 389:477.922 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:477.942 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:479.837 failed -T250C 389:479.925 - 2.012ms returns -1 (0xFFFFFFFF) -T250C 389:479.951 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:479.975 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:482.109 failed -T250C 389:482.141 - 2.197ms returns -1 (0xFFFFFFFF) -T250C 389:482.174 JLINK_ReadMemEx(0x00000034, 0x2 Bytes, Flags = 0x02000000) -T250C 389:482.194 CPU_ReadMem(2 bytes @ 0x08000034) -T250C 389:484.232 failed -T250C 389:484.264 - 2.097ms returns -1 (0xFFFFFFFF) -T250C 389:484.286 JLINK_ReadMemEx(0x00000034, 0x1 Bytes, Flags = 0x02000000) -T250C 389:484.308 CPU_ReadMem(1 bytes @ 0x08000034) -T250C 389:486.340 failed -T250C 389:486.372 - 2.093ms returns -1 (0xFFFFFFFF) -T250C 389:486.407 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:486.427 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:488.264 failed -T250C 389:488.300 - 1.901ms returns -1 (0xFFFFFFFF) -T250C 389:488.325 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:488.353 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:491.393 failed -T250C 389:491.428 - 3.111ms returns -1 (0xFFFFFFFF) -T250C 389:491.454 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:491.477 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:493.606 failed -T250C 389:493.637 - 2.191ms returns -1 (0xFFFFFFFF) -T250C 389:493.659 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:493.683 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:495.721 failed -T250C 389:495.753 - 2.100ms returns -1 (0xFFFFFFFF) -T250C 389:495.775 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:495.796 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:497.717 failed -T250C 389:497.754 - 1.987ms returns -1 (0xFFFFFFFF) -T250C 389:497.780 JLINK_ReadMemEx(0x00000036, 0x1 Bytes, Flags = 0x02000000) -T250C 389:497.803 CPU_ReadMem(1 bytes @ 0x08000036) -T250C 389:499.730 failed -T250C 389:499.808 - 2.036ms returns -1 (0xFFFFFFFF) -T250C 389:499.858 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:499.881 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:501.769 failed -T250C 389:501.805 - 1.956ms returns -1 (0xFFFFFFFF) -T250C 389:501.831 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:501.855 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:503.979 failed -T250C 389:504.011 - 2.214ms returns -1 (0xFFFFFFFF) -T250C 389:504.067 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:504.099 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:506.245 failed -T250C 389:506.350 - 2.292ms returns -1 (0xFFFFFFFF) -T250C 389:506.376 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:506.400 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:509.236 failed -T250C 389:509.275 - 2.908ms returns -1 (0xFFFFFFFF) -T250C 389:509.301 JLINK_ReadMemEx(0x00000036, 0x2 Bytes, Flags = 0x02000000) -T250C 389:509.327 CPU_ReadMem(2 bytes @ 0x08000036) -T250C 389:511.376 failed -T250C 389:511.454 - 2.161ms returns -1 (0xFFFFFFFF) -T250C 389:511.480 JLINK_ReadMemEx(0x00000036, 0x1 Bytes, Flags = 0x02000000) -T250C 389:511.503 CPU_ReadMem(1 bytes @ 0x08000036) -T250C 389:513.602 failed -T250C 389:513.635 - 2.162ms returns -1 (0xFFFFFFFF) -T250C 389:513.669 JLINK_ReadMemEx(0x00000038, 0x3C Bytes, Flags = 0x02000000) -T250C 389:513.689 CPU_ReadMem(60 bytes @ 0x08000038) -T250C 389:515.822 failed -T250C 389:515.853 - 2.191ms returns -1 (0xFFFFFFFF) -T250C 389:515.875 JLINK_ReadMemEx(0x00000038, 0x3C Bytes, Flags = 0x02000000) -T250C 389:515.897 CPU_ReadMem(60 bytes @ 0x08000038) -T250C 389:518.024 failed -T250C 389:518.060 - 2.193ms returns -1 (0xFFFFFFFF) -T250C 389:518.086 JLINK_ReadMemEx(0x00000038, 0x8 Bytes, Flags = 0x02000000) -T250C 389:518.109 CPU_ReadMem(8 bytes @ 0x08000038) -T250C 389:520.227 failed -T250C 389:520.320 - 2.256ms returns -1 (0xFFFFFFFF) -T250C 389:520.383 JLINK_ReadMemEx(0x00000038, 0x4 Bytes, Flags = 0x02000000) -T250C 389:520.439 CPU_ReadMem(4 bytes @ 0x08000038) -T250C 389:523.014 failed -T250C 389:523.050 - 2.676ms returns -1 (0xFFFFFFFF) -T250C 389:523.076 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:523.099 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:525.011 failed -T250C 389:525.042 - 1.985ms returns -1 (0xFFFFFFFF) -T250C 389:525.075 JLINK_ReadMemEx(0x00000038, 0x1 Bytes, Flags = 0x02000000) -T250C 389:525.099 CPU_ReadMem(1 bytes @ 0x08000038) -T250C 389:527.210 failed -T250C 389:527.241 - 2.173ms returns -1 (0xFFFFFFFF) -T250C 389:527.274 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:527.294 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:529.207 failed -T250C 389:529.294 - 2.028ms returns -1 (0xFFFFFFFF) -T250C 389:529.329 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:529.352 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:531.459 failed -T250C 389:531.491 - 2.169ms returns -1 (0xFFFFFFFF) -T250C 389:531.513 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:531.536 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:533.603 failed -T250C 389:533.635 - 2.129ms returns -1 (0xFFFFFFFF) -T250C 389:533.657 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:533.679 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:535.571 failed -T250C 389:535.603 - 1.953ms returns -1 (0xFFFFFFFF) -T250C 389:535.625 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:535.647 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:537.768 failed -T250C 389:537.811 - 2.195ms returns -1 (0xFFFFFFFF) -T250C 389:537.840 JLINK_ReadMemEx(0x00000038, 0x1 Bytes, Flags = 0x02000000) -T250C 389:537.869 CPU_ReadMem(1 bytes @ 0x08000038) -T250C 389:539.987 failed -T250C 389:540.023 - 2.191ms returns -1 (0xFFFFFFFF) -T250C 389:540.072 JLINK_ReadMemEx(0x00000038, 0x3C Bytes, Flags = 0x02000000) -T250C 389:540.095 CPU_ReadMem(60 bytes @ 0x08000038) -T250C 389:542.380 failed -T250C 389:542.461 - 2.397ms returns -1 (0xFFFFFFFF) -T250C 389:542.487 JLINK_ReadMemEx(0x00000038, 0x3C Bytes, Flags = 0x02000000) -T250C 389:542.510 CPU_ReadMem(60 bytes @ 0x08000038) -T250C 389:544.693 failed -T250C 389:544.724 - 2.245ms returns -1 (0xFFFFFFFF) -T250C 389:544.746 JLINK_ReadMemEx(0x00000038, 0x8 Bytes, Flags = 0x02000000) -T250C 389:544.770 CPU_ReadMem(8 bytes @ 0x08000038) -T250C 389:546.865 failed -T250C 389:546.896 - 2.157ms returns -1 (0xFFFFFFFF) -T250C 389:546.925 JLINK_ReadMemEx(0x00000038, 0x4 Bytes, Flags = 0x02000000) -T250C 389:546.956 CPU_ReadMem(4 bytes @ 0x08000038) -T250C 389:549.045 failed -T250C 389:549.076 - 2.158ms returns -1 (0xFFFFFFFF) -T250C 389:549.098 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:549.119 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:551.068 failed -T250C 389:551.100 - 2.009ms returns -1 (0xFFFFFFFF) -T250C 389:551.122 JLINK_ReadMemEx(0x00000038, 0x1 Bytes, Flags = 0x02000000) -T250C 389:551.146 CPU_ReadMem(1 bytes @ 0x08000038) -T250C 389:553.131 failed -T250C 389:553.172 - 2.057ms returns -1 (0xFFFFFFFF) -T250C 389:553.194 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:553.215 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:555.144 failed -T250C 389:555.168 - 1.982ms returns -1 (0xFFFFFFFF) -T250C 389:555.200 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:555.218 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:557.346 failed -T250C 389:557.378 - 2.185ms returns -1 (0xFFFFFFFF) -T250C 389:557.400 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:557.423 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:559.373 failed -T250C 389:559.404 - 2.011ms returns -1 (0xFFFFFFFF) -T250C 389:559.426 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:559.447 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:561.474 failed -T250C 389:561.505 - 2.087ms returns -1 (0xFFFFFFFF) -T250C 389:561.528 JLINK_ReadMemEx(0x00000038, 0x2 Bytes, Flags = 0x02000000) -T250C 389:561.549 CPU_ReadMem(2 bytes @ 0x08000038) -T250C 389:563.446 failed -T250C 389:563.482 - 1.963ms returns -1 (0xFFFFFFFF) -T250C 389:563.508 JLINK_ReadMemEx(0x00000038, 0x1 Bytes, Flags = 0x02000000) -T250C 389:563.532 CPU_ReadMem(1 bytes @ 0x08000038) -T250C 389:565.595 failed -T250C 389:565.627 - 2.125ms returns -1 (0xFFFFFFFF) -T250C 389:565.659 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:565.679 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:567.705 failed -T250C 389:567.737 - 2.084ms returns -1 (0xFFFFFFFF) -T250C 389:567.759 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:567.780 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:570.001 failed -T250C 389:570.036 - 2.286ms returns -1 (0xFFFFFFFF) -T250C 389:570.062 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:570.085 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:572.097 failed -T250C 389:572.184 - 2.147ms returns -1 (0xFFFFFFFF) -T250C 389:572.224 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:572.245 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:574.361 failed -T250C 389:574.438 - 2.223ms returns -1 (0xFFFFFFFF) -T250C 389:574.464 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:574.487 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:576.594 failed -T250C 389:576.626 - 2.169ms returns -1 (0xFFFFFFFF) -T250C 389:576.648 JLINK_ReadMemEx(0x0000003A, 0x1 Bytes, Flags = 0x02000000) -T250C 389:576.669 CPU_ReadMem(1 bytes @ 0x0800003A) -T250C 389:578.703 failed -T250C 389:578.735 - 2.094ms returns -1 (0xFFFFFFFF) -T250C 389:578.775 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:578.795 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:580.625 failed -T250C 389:580.656 - 1.889ms returns -1 (0xFFFFFFFF) -T250C 389:580.678 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:580.702 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:582.829 failed -T250C 389:582.861 - 2.190ms returns -1 (0xFFFFFFFF) -T250C 389:582.883 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:582.905 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:584.750 failed -T250C 389:584.786 - 1.912ms returns -1 (0xFFFFFFFF) -T250C 389:584.812 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:584.835 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:586.987 failed -T250C 389:587.019 - 2.214ms returns -1 (0xFFFFFFFF) -T250C 389:587.041 JLINK_ReadMemEx(0x0000003A, 0x2 Bytes, Flags = 0x02000000) -T250C 389:587.071 CPU_ReadMem(2 bytes @ 0x0800003A) -T250C 389:589.098 failed -T250C 389:589.188 - 2.155ms returns -1 (0xFFFFFFFF) -T250C 389:589.214 JLINK_ReadMemEx(0x0000003A, 0x1 Bytes, Flags = 0x02000000) -T250C 389:589.237 CPU_ReadMem(1 bytes @ 0x0800003A) -T250C 389:591.306 failed -T250C 389:591.392 - 2.199ms returns -1 (0xFFFFFFFF) -T250C 389:591.456 JLINK_ReadMemEx(0x0000003C, 0x3C Bytes, Flags = 0x02000000) -T250C 389:591.520 CPU_ReadMem(60 bytes @ 0x0800003C) -T250C 389:594.474 failed -T250C 389:594.551 - 3.103ms returns -1 (0xFFFFFFFF) -T250C 389:594.577 JLINK_ReadMemEx(0x0000003C, 0x3C Bytes, Flags = 0x02000000) -T250C 389:594.600 CPU_ReadMem(60 bytes @ 0x0800003C) -T250C 389:596.843 failed -T250C 389:596.920 - 2.352ms returns -1 (0xFFFFFFFF) -T250C 389:596.946 JLINK_ReadMemEx(0x0000003C, 0x4 Bytes, Flags = 0x02000000) -T250C 389:596.969 CPU_ReadMem(4 bytes @ 0x0800003C) -T250C 389:599.097 failed -T250C 389:599.129 - 2.191ms returns -1 (0xFFFFFFFF) -T250C 389:599.151 JLINK_ReadMemEx(0x0000003C, 0x4 Bytes, Flags = 0x02000000) -T250C 389:599.175 CPU_ReadMem(4 bytes @ 0x0800003C) -T250C 389:600.997 failed -T250C 389:601.033 - 1.890ms returns -1 (0xFFFFFFFF) -T250C 389:601.058 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:601.081 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:603.213 failed -T250C 389:603.253 - 2.203ms returns -1 (0xFFFFFFFF) -T250C 389:603.280 JLINK_ReadMemEx(0x0000003C, 0x1 Bytes, Flags = 0x02000000) -T250C 389:603.303 CPU_ReadMem(1 bytes @ 0x0800003C) -T250C 389:605.190 failed -T250C 389:605.221 - 1.949ms returns -1 (0xFFFFFFFF) -T250C 389:605.243 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:605.265 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:607.339 failed -T250C 389:607.371 - 2.134ms returns -1 (0xFFFFFFFF) -T250C 389:607.393 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:607.416 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:609.487 failed -T250C 389:609.566 - 2.181ms returns -1 (0xFFFFFFFF) -T250C 389:609.591 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:609.615 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:611.698 failed -T250C 389:611.730 - 2.146ms returns -1 (0xFFFFFFFF) -T250C 389:611.752 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:611.774 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:613.704 failed -T250C 389:613.791 - 2.048ms returns -1 (0xFFFFFFFF) -T250C 389:613.817 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:613.840 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:616.985 failed -T250C 389:617.022 - 3.213ms returns -1 (0xFFFFFFFF) -T250C 389:617.058 JLINK_ReadMemEx(0x0000003C, 0x1 Bytes, Flags = 0x02000000) -T250C 389:617.081 CPU_ReadMem(1 bytes @ 0x0800003C) -T250C 389:619.049 failed -T250C 389:619.085 - 2.036ms returns -1 (0xFFFFFFFF) -T250C 389:619.130 JLINK_ReadMemEx(0x0000003C, 0x3C Bytes, Flags = 0x02000000) -T250C 389:619.154 CPU_ReadMem(60 bytes @ 0x0800003C) -T250C 389:621.195 failed -T250C 389:621.284 - 2.162ms returns -1 (0xFFFFFFFF) -T250C 389:621.318 JLINK_ReadMemEx(0x0000003C, 0x3C Bytes, Flags = 0x02000000) -T250C 389:621.342 CPU_ReadMem(60 bytes @ 0x0800003C) -T250C 389:623.543 failed -T250C 389:623.619 - 2.309ms returns -1 (0xFFFFFFFF) -T250C 389:623.645 JLINK_ReadMemEx(0x0000003C, 0x4 Bytes, Flags = 0x02000000) -T250C 389:623.669 CPU_ReadMem(4 bytes @ 0x0800003C) -T250C 389:625.495 failed -T250C 389:625.532 - 1.896ms returns -1 (0xFFFFFFFF) -T250C 389:625.558 JLINK_ReadMemEx(0x0000003C, 0x4 Bytes, Flags = 0x02000000) -T250C 389:625.582 CPU_ReadMem(4 bytes @ 0x0800003C) -T250C 389:627.495 failed -T250C 389:627.531 - 1.981ms returns -1 (0xFFFFFFFF) -T250C 389:627.558 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:627.582 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:629.547 failed -T250C 389:629.584 - 2.036ms returns -1 (0xFFFFFFFF) -T250C 389:629.614 JLINK_ReadMemEx(0x0000003C, 0x1 Bytes, Flags = 0x02000000) -T250C 389:629.644 CPU_ReadMem(1 bytes @ 0x0800003C) -T250C 389:631.493 failed -T250C 389:631.530 - 1.925ms returns -1 (0xFFFFFFFF) -T250C 389:631.556 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:631.580 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:633.494 failed -T250C 389:633.537 - 1.989ms returns -1 (0xFFFFFFFF) -T250C 389:633.564 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:633.588 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:635.499 failed -T250C 389:635.539 - 1.983ms returns -1 (0xFFFFFFFF) -T250C 389:635.566 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:635.589 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:637.555 failed -T250C 389:637.593 - 2.036ms returns -1 (0xFFFFFFFF) -T250C 389:637.620 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:637.643 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:639.495 failed -T250C 389:639.534 - 1.923ms returns -1 (0xFFFFFFFF) -T250C 389:639.561 JLINK_ReadMemEx(0x0000003C, 0x2 Bytes, Flags = 0x02000000) -T250C 389:639.584 CPU_ReadMem(2 bytes @ 0x0800003C) -T250C 389:641.545 failed -T250C 389:641.582 - 2.030ms returns -1 (0xFFFFFFFF) -T250C 389:641.609 JLINK_ReadMemEx(0x0000003C, 0x1 Bytes, Flags = 0x02000000) -T250C 389:641.632 CPU_ReadMem(1 bytes @ 0x0800003C) -T250C 389:643.489 failed -T250C 389:643.525 - 1.925ms returns -1 (0xFFFFFFFF) -T250C 389:643.555 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:643.578 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:645.489 failed -T250C 389:645.525 - 1.979ms returns -1 (0xFFFFFFFF) -T250C 389:645.551 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:645.575 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:647.493 failed -T250C 389:647.532 - 1.991ms returns -1 (0xFFFFFFFF) -T250C 389:647.564 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:647.592 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:649.494 failed -T250C 389:649.534 - 1.979ms returns -1 (0xFFFFFFFF) -T250C 389:649.560 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:649.584 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:651.546 failed -T250C 389:651.583 - 2.031ms returns -1 (0xFFFFFFFF) -T250C 389:651.610 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:651.633 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:653.490 failed -T250C 389:653.526 - 1.924ms returns -1 (0xFFFFFFFF) -T250C 389:653.552 JLINK_ReadMemEx(0x0000003E, 0x1 Bytes, Flags = 0x02000000) -T250C 389:653.576 CPU_ReadMem(1 bytes @ 0x0800003E) -T250C 389:655.545 failed -T250C 389:655.581 - 2.037ms returns -1 (0xFFFFFFFF) -T250C 389:655.636 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:655.662 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:657.544 failed -T250C 389:657.581 - 1.953ms returns -1 (0xFFFFFFFF) -T250C 389:657.607 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:657.633 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:659.492 failed -T250C 389:659.528 - 1.930ms returns -1 (0xFFFFFFFF) -T250C 389:659.554 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:659.578 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:661.568 failed -T250C 389:661.653 - 2.107ms returns -1 (0xFFFFFFFF) -T250C 389:661.690 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:661.713 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:663.617 failed -T250C 389:663.668 - 1.988ms returns -1 (0xFFFFFFFF) -T250C 389:663.701 JLINK_ReadMemEx(0x0000003E, 0x2 Bytes, Flags = 0x02000000) -T250C 389:663.725 CPU_ReadMem(2 bytes @ 0x0800003E) -T250C 389:665.686 failed -T250C 389:665.774 - 2.082ms returns -1 (0xFFFFFFFF) -T250C 389:665.800 JLINK_ReadMemEx(0x0000003E, 0x1 Bytes, Flags = 0x02000000) -T250C 389:665.826 CPU_ReadMem(1 bytes @ 0x0800003E) -T250C 389:667.737 failed -T250C 389:667.773 - 1.982ms returns -1 (0xFFFFFFFF) -T250C 389:667.802 JLINK_ReadMemEx(0x00000040, 0x3C Bytes, Flags = 0x02000000) -T250C 389:667.832 CPU_ReadMem(60 bytes @ 0x08000040) -T250C 389:669.918 failed -T250C 389:669.954 - 2.160ms returns -1 (0xFFFFFFFF) -T250C 389:669.980 JLINK_ReadMemEx(0x00000040, 0x3C Bytes, Flags = 0x02000000) -T250C 389:670.003 CPU_ReadMem(60 bytes @ 0x08000040) -T250C 389:672.064 failed -T250C 389:672.149 - 2.179ms returns -1 (0xFFFFFFFF) -T250C 389:672.178 JLINK_ReadMemEx(0x00000040, 0x10 Bytes, Flags = 0x02000000) -T250C 389:672.201 CPU_ReadMem(16 bytes @ 0x08000040) -T250C 389:674.193 failed -T250C 389:674.276 - 2.106ms returns -1 (0xFFFFFFFF) -T250C 389:674.310 JLINK_ReadMemEx(0x00000040, 0x4 Bytes, Flags = 0x02000000) -T250C 389:674.334 CPU_ReadMem(4 bytes @ 0x08000040) -T250C 389:676.437 failed -T250C 389:676.524 - 2.222ms returns -1 (0xFFFFFFFF) -T250C 389:676.550 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:676.573 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:678.486 failed -T250C 389:678.522 - 1.981ms returns -1 (0xFFFFFFFF) -T250C 389:678.548 JLINK_ReadMemEx(0x00000040, 0x1 Bytes, Flags = 0x02000000) -T250C 389:678.571 CPU_ReadMem(1 bytes @ 0x08000040) -T250C 389:680.558 failed -T250C 389:680.642 - 2.103ms returns -1 (0xFFFFFFFF) -T250C 389:680.678 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:680.701 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:682.607 failed -T250C 389:682.636 - 1.965ms returns -1 (0xFFFFFFFF) -T250C 389:682.670 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:682.689 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:684.610 failed -T250C 389:684.642 - 1.981ms returns -1 (0xFFFFFFFF) -T250C 389:684.667 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:684.690 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:686.509 failed -T250C 389:686.537 - 1.877ms returns -1 (0xFFFFFFFF) -T250C 389:686.558 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:686.585 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:688.479 failed -T250C 389:688.507 - 1.956ms returns -1 (0xFFFFFFFF) -T250C 389:688.539 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:688.557 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:690.357 failed -T250C 389:690.387 - 1.855ms returns -1 (0xFFFFFFFF) -T250C 389:690.409 JLINK_ReadMemEx(0x00000040, 0x1 Bytes, Flags = 0x02000000) -T250C 389:690.432 CPU_ReadMem(1 bytes @ 0x08000040) -T250C 389:692.355 failed -T250C 389:692.383 - 1.982ms returns -1 (0xFFFFFFFF) -T250C 389:692.432 JLINK_ReadMemEx(0x00000040, 0x3C Bytes, Flags = 0x02000000) -T250C 389:692.453 CPU_ReadMem(60 bytes @ 0x08000040) -T250C 389:694.483 failed -T250C 389:694.514 - 2.090ms returns -1 (0xFFFFFFFF) -T250C 389:694.539 JLINK_ReadMemEx(0x00000040, 0x3C Bytes, Flags = 0x02000000) -T250C 389:694.560 CPU_ReadMem(60 bytes @ 0x08000040) -T250C 389:696.605 failed -T250C 389:696.635 - 2.103ms returns -1 (0xFFFFFFFF) -T250C 389:696.668 JLINK_ReadMemEx(0x00000040, 0x10 Bytes, Flags = 0x02000000) -T250C 389:696.688 CPU_ReadMem(16 bytes @ 0x08000040) -T250C 389:698.673 failed -T250C 389:698.700 - 2.040ms returns -1 (0xFFFFFFFF) -T250C 389:698.722 JLINK_ReadMemEx(0x00000040, 0x4 Bytes, Flags = 0x02000000) -T250C 389:698.742 CPU_ReadMem(4 bytes @ 0x08000040) -T250C 389:700.608 failed -T250C 389:700.643 - 1.930ms returns -1 (0xFFFFFFFF) -T250C 389:700.669 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:700.691 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:702.603 failed -T250C 389:702.632 - 1.970ms returns -1 (0xFFFFFFFF) -T250C 389:702.664 JLINK_ReadMemEx(0x00000040, 0x1 Bytes, Flags = 0x02000000) -T250C 389:702.682 CPU_ReadMem(1 bytes @ 0x08000040) -T250C 389:704.478 failed -T250C 389:704.506 - 1.849ms returns -1 (0xFFFFFFFF) -T250C 389:704.527 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:704.547 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:706.352 failed -T250C 389:706.381 - 1.861ms returns -1 (0xFFFFFFFF) -T250C 389:706.413 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:706.431 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:708.382 failed -T250C 389:708.409 - 2.004ms returns -1 (0xFFFFFFFF) -T250C 389:708.441 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:708.459 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:710.482 failed -T250C 389:710.517 - 2.084ms returns -1 (0xFFFFFFFF) -T250C 389:710.543 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:710.565 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:712.478 failed -T250C 389:712.509 - 1.974ms returns -1 (0xFFFFFFFF) -T250C 389:712.531 JLINK_ReadMemEx(0x00000040, 0x2 Bytes, Flags = 0x02000000) -T250C 389:712.552 CPU_ReadMem(2 bytes @ 0x08000040) -T250C 389:714.356 failed -T250C 389:714.393 - 1.870ms returns -1 (0xFFFFFFFF) -T250C 389:714.418 JLINK_ReadMemEx(0x00000040, 0x1 Bytes, Flags = 0x02000000) -T250C 389:714.439 CPU_ReadMem(1 bytes @ 0x08000040) -T250C 389:716.351 failed -T250C 389:716.379 - 1.968ms returns -1 (0xFFFFFFFF) -T250C 389:716.412 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:716.430 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:718.352 failed -T250C 389:718.379 - 1.974ms returns -1 (0xFFFFFFFF) -T250C 389:718.400 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:718.420 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:720.353 failed -T250C 389:720.382 - 1.989ms returns -1 (0xFFFFFFFF) -T250C 389:720.404 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:720.428 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:722.352 failed -T250C 389:722.382 - 1.985ms returns -1 (0xFFFFFFFF) -T250C 389:722.404 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:722.425 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:724.229 failed -T250C 389:724.260 - 1.865ms returns -1 (0xFFFFFFFF) -T250C 389:724.293 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:724.313 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:726.365 failed -T250C 389:726.414 - 2.133ms returns -1 (0xFFFFFFFF) -T250C 389:726.448 JLINK_ReadMemEx(0x00000042, 0x1 Bytes, Flags = 0x02000000) -T250C 389:726.477 CPU_ReadMem(1 bytes @ 0x08000042) -T250C 389:729.226 failed -T250C 389:729.256 - 2.815ms returns -1 (0xFFFFFFFF) -T250C 389:729.325 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:729.346 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:731.349 failed -T250C 389:731.377 - 2.059ms returns -1 (0xFFFFFFFF) -T250C 389:731.396 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:731.414 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:733.454 failed -T250C 389:733.491 - 2.103ms returns -1 (0xFFFFFFFF) -T250C 389:733.514 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:733.538 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:735.557 failed -T250C 389:735.589 - 2.082ms returns -1 (0xFFFFFFFF) -T250C 389:735.609 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:735.628 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:737.703 failed -T250C 389:737.735 - 2.134ms returns -1 (0xFFFFFFFF) -T250C 389:737.755 JLINK_ReadMemEx(0x00000042, 0x2 Bytes, Flags = 0x02000000) -T250C 389:737.775 CPU_ReadMem(2 bytes @ 0x08000042) -T250C 389:739.601 failed -T250C 389:739.632 - 1.885ms returns -1 (0xFFFFFFFF) -T250C 389:739.652 JLINK_ReadMemEx(0x00000042, 0x1 Bytes, Flags = 0x02000000) -T250C 389:739.672 CPU_ReadMem(1 bytes @ 0x08000042) -T250C 389:742.619 failed -T250C 389:742.655 - 3.011ms returns -1 (0xFFFFFFFF) -T250C 389:742.679 JLINK_ReadMemEx(0x00000044, 0x3C Bytes, Flags = 0x02000000) -T250C 389:742.704 CPU_ReadMem(60 bytes @ 0x08000044) -T250C 389:744.947 failed -T250C 389:745.024 - 2.354ms returns -1 (0xFFFFFFFF) -T250C 389:745.047 JLINK_ReadMemEx(0x00000044, 0x3C Bytes, Flags = 0x02000000) -T250C 389:745.070 CPU_ReadMem(60 bytes @ 0x08000044) -T250C 389:747.165 failed -T250C 389:747.196 - 2.156ms returns -1 (0xFFFFFFFF) -T250C 389:747.216 JLINK_ReadMemEx(0x00000044, 0xC Bytes, Flags = 0x02000000) -T250C 389:747.235 CPU_ReadMem(12 bytes @ 0x08000044) -T250C 389:749.331 failed -T250C 389:749.422 - 2.215ms returns -1 (0xFFFFFFFF) -T250C 389:749.445 JLINK_ReadMemEx(0x00000044, 0x4 Bytes, Flags = 0x02000000) -T250C 389:749.468 CPU_ReadMem(4 bytes @ 0x08000044) -T250C 389:751.570 failed -T250C 389:751.602 - 2.164ms returns -1 (0xFFFFFFFF) -T250C 389:751.622 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:751.642 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:753.686 failed -T250C 389:753.722 - 2.109ms returns -1 (0xFFFFFFFF) -T250C 389:753.745 JLINK_ReadMemEx(0x00000044, 0x1 Bytes, Flags = 0x02000000) -T250C 389:753.768 CPU_ReadMem(1 bytes @ 0x08000044) -T250C 389:755.827 failed -T250C 389:755.859 - 2.121ms returns -1 (0xFFFFFFFF) -T250C 389:755.882 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:755.976 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:757.976 failed -T250C 389:758.012 - 2.139ms returns -1 (0xFFFFFFFF) -T250C 389:758.038 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:758.061 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:760.070 failed -T250C 389:760.148 - 2.118ms returns -1 (0xFFFFFFFF) -T250C 389:760.173 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:760.197 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:762.321 failed -T250C 389:762.352 - 2.186ms returns -1 (0xFFFFFFFF) -T250C 389:762.375 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:762.396 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:764.453 failed -T250C 389:764.489 - 2.123ms returns -1 (0xFFFFFFFF) -T250C 389:764.524 JLINK_ReadMemEx(0x00000044, 0x2 Bytes, Flags = 0x02000000) -T250C 389:764.547 CPU_ReadMem(2 bytes @ 0x08000044) -T250C 389:766.590 failed -T250C 389:766.669 - 2.154ms returns -1 (0xFFFFFFFF) -T250C 389:766.695 JLINK_ReadMemEx(0x00000044, 0x1 Bytes, Flags = 0x02000000) -T250C 389:766.718 CPU_ReadMem(1 bytes @ 0x08000044) -T250C 389:768.802 failed -T250C 389:768.834 - 2.146ms returns -1 (0xFFFFFFFF) +T4AF4 000:016.355 SEGGER J-Link V7.82 Log File +T4AF4 000:016.586 DLL Compiled: Oct 13 2022 13:32:51 +T4AF4 000:016.604 Logging started @ 2025-11-14 12:11 +T4AF4 000:016.620 - 16.629ms +T4AF4 000:016.644 JLINK_SetWarnOutHandler(...) +T4AF4 000:016.664 - 0.029ms +T4AF4 000:016.684 JLINK_OpenEx(...) +T4AF4 000:019.234 Firmware: J-Link Ultra Rev.1 compiled Dec 3 2013 14:27:53 +T4AF4 000:019.604 Firmware: J-Link Ultra Rev.1 compiled Dec 3 2013 14:27:53 +T4AF4 000:019.924 Decompressing FW timestamp took 273 us +T4AF4 000:022.620 Hardware: V1.00 +T4AF4 000:022.654 S/N: 281104224 +T4AF4 000:022.678 OEM: SEGGER +T4AF4 000:022.702 Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB +T4AF4 000:024.329 TELNET listener socket opened on port 19021 +T4AF4 000:024.495 WEBSRV WEBSRV_Init(): Starting webserver thread(s) +T4AF4 000:024.706 WEBSRV Webserver running on local port 19080 +T4AF4 000:068.370 - 51.734ms returns "O.K." +T4AF4 000:068.456 JLINK_GetEmuCaps() +T4AF4 000:068.475 - 0.027ms returns 0xB9FF7BBF +T4AF4 000:068.503 JLINK_TIF_GetAvailable(...) +T4AF4 000:069.563 - 1.071ms +T4AF4 000:069.590 JLINK_SetErrorOutHandler(...) +T4AF4 000:069.607 - 0.025ms +T4AF4 000:069.649 JLINK_ExecCommand("ProjectFile = "D:\ProjectSTM32\GIT\UKSVEP_23550.2\MDK-ARM\JLinkSettings.ini"", ...). +T4AF4 000:084.556 Ref file found at: D:\Keil\ARM\Segger\JLinkDevices.ref +T4AF4 000:084.831 XML referenced by ref file: d:\Program Files\SEGGER\JLink\JLinkDevices.xml +T4AF4 000:086.236 d:\Program Files\SEGGER\JLink\JLinkDevices.xml evaluated successfully. +T4AF4 000:086.256 Device entry modified: Cyclone V +T4AF4 000:086.293 FlashBankInfo: +T4AF4 000:086.316 Name: QSPI Flash +T4AF4 000:086.390 LoaderInfo: +T4AF4 000:086.413 Name: QSPI Flash +T4AF4 000:086.435 MaxSize: 0x02000000 +T4AF4 000:086.457 Loader: d:\Program Files\SEGGER\JLink\Devices\Altera\Cyclone_V\Altera_Cyclone_V_QSPI.elf +T4AF4 000:086.498 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:086.523 Device entry modified: ATSAMA5D27C-CN +T4AF4 000:086.551 FlashBankInfo: +T4AF4 000:086.573 Name: QSPI Flash +T4AF4 000:086.595 BaseAddr: 0xD0000000 +T4AF4 000:086.659 LoaderInfo: +T4AF4 000:086.682 Name: QSPI Flash +T4AF4 000:086.703 MaxSize: 0x02000000 +T4AF4 000:086.730 Loader: d:\Program Files\SEGGER\JLink\Devices\ATMEL\SAMA5D2\SAMA5D2XPLAINED_QSPI.elf +T4AF4 000:086.761 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:086.785 Device entry modified: ATSAMB11G18A-MU-T +T4AF4 000:086.804 FlashBankInfo: +T4AF4 000:086.825 Name: QSPI Flash +T4AF4 000:086.857 BaseAddr: 0x60000000 +T4AF4 000:086.932 LoaderInfo: +T4AF4 000:086.958 Name: QSPI Flash +T4AF4 000:086.984 MaxSize: 0x00040000 +T4AF4 000:087.010 Loader: d:\Program Files\SEGGER\JLink\Devices\ATMEL\SAMB11\Atmel_ATSAMB11.elf +T4AF4 000:087.054 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:087.082 Device entry modified: BCM43907 +T4AF4 000:087.139 ChipInfo: +T4AF4 000:087.166 Script: d:\Program Files\SEGGER\JLink\Devices\Broadcom\BCM43907.JLinkScript +T4AF4 000:087.193 Device entry modified: CR600 +T4AF4 000:087.235 ChipInfo: +T4AF4 000:087.261 Script: d:\Program Files\SEGGER\JLink\Devices\ClouderSemi\CR600\CR600.JLinkScript +T4AF4 000:087.287 FlashBankInfo: +T4AF4 000:087.312 Name: QSPI flash +T4AF4 000:087.338 BaseAddr: 0x20000000 +T4AF4 000:087.410 LoaderInfo: +T4AF4 000:087.436 Name: QSPI flash +T4AF4 000:087.461 MaxSize: 0x00800000 +T4AF4 000:087.487 Loader: d:\Program Files\SEGGER\JLink\Devices\ClouderSemi\CR600\CR600.FLM +T4AF4 000:087.513 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:087.540 Device entry modified: CY8C5666xxxLP +T4AF4 000:087.634 ChipInfo: +T4AF4 000:087.663 WorkRAMAddr: 0x20000000 +T4AF4 000:087.689 WorkRAMSize: 0x00008000 +T4AF4 000:087.715 FlashBankInfo: +T4AF4 000:087.740 Name: EEPROM +T4AF4 000:087.765 BaseAddr: 0x90200000 +T4AF4 000:087.841 LoaderInfo: +T4AF4 000:087.874 Name: EEPROM +T4AF4 000:087.900 MaxSize: 0x00000800 +T4AF4 000:087.926 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC5\Cypress_PSoc5_EEPROM.elf +T4AF4 000:087.951 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:087.988 Device entry modified: CY8C5868xxxLP +T4AF4 000:088.006 ChipInfo: +T4AF4 000:088.032 WorkRAMAddr: 0x20000000 +T4AF4 000:088.057 WorkRAMSize: 0x00008000 +T4AF4 000:088.086 FlashBankInfo: +T4AF4 000:088.147 Name: EEPROM +T4AF4 000:088.189 BaseAddr: 0x90200000 +T4AF4 000:088.326 LoaderInfo: +T4AF4 000:088.359 Name: EEPROM +T4AF4 000:088.391 MaxSize: 0x00000800 +T4AF4 000:088.432 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC5\Cypress_PSoc5_EEPROM.elf +T4AF4 000:088.472 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:088.513 Device entry modified: CYW43907 +T4AF4 000:088.600 ChipInfo: +T4AF4 000:088.642 Script: d:\Program Files\SEGGER\JLink\Devices\Broadcom\BCM43907.JLinkScript +T4AF4 000:088.683 FlashBankInfo: +T4AF4 000:088.723 Name: QSPI Flash +T4AF4 000:088.759 BaseAddr: 0x14000000 +T4AF4 000:088.871 LoaderInfo: +T4AF4 000:088.901 Name: QSPI Flash +T4AF4 000:088.928 MaxSize: 0x00800000 +T4AF4 000:088.959 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\CYW43907\CYW4390x_QSPI.elf +T4AF4 000:088.988 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:089.019 Device entry modified: CEC1702 +T4AF4 000:089.057 FlashBankInfo: +T4AF4 000:089.086 Name: SPI Flash +T4AF4 000:089.114 BaseAddr: 0x60000000 +T4AF4 000:089.199 LoaderInfo: +T4AF4 000:089.228 Name: SPI Flash +T4AF4 000:089.257 MaxSize: 0x00200000 +T4AF4 000:089.286 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\CEC1702\Microchip_CEC1702_Clicker_QSPI_ES.elf +T4AF4 000:089.315 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:089.345 Device entry modified: DEC1501 +T4AF4 000:089.370 FlashBankInfo: +T4AF4 000:089.399 Name: External QSPI (via SPI) +T4AF4 000:089.427 BaseAddr: 0x60000000 +T4AF4 000:089.511 LoaderInfo: +T4AF4 000:089.539 Name: External QSPI (via SPI) +T4AF4 000:089.567 MaxSize: 0x01000000 +T4AF4 000:089.596 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:089.625 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:089.657 Alias entry created: +T4AF4 000:089.676 ChipInfo: +T4AF4 000:089.704 Alias of: DEC1501 +T4AF4 000:089.732 Name: DEC1501H_B0_Z2 +T4AF4 000:089.810 Device entry modified: DEC1515 +T4AF4 000:089.834 FlashBankInfo: +T4AF4 000:089.869 Name: External QSPI (via SPI) +T4AF4 000:089.892 BaseAddr: 0x60000000 +T4AF4 000:089.964 LoaderInfo: +T4AF4 000:089.989 Name: External QSPI (via SPI) +T4AF4 000:090.013 MaxSize: 0x01000000 +T4AF4 000:090.037 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:090.073 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:090.110 Alias entry created: +T4AF4 000:090.132 ChipInfo: +T4AF4 000:090.160 Alias of: DEC1515 +T4AF4 000:090.259 Name: DEC1515H_D0_Z2 +T4AF4 000:090.300 Device entry modified: MEC1501 +T4AF4 000:090.329 FlashBankInfo: +T4AF4 000:090.365 Name: External QSPI (via SPI) +T4AF4 000:090.402 BaseAddr: 0x60000000 +T4AF4 000:090.515 LoaderInfo: +T4AF4 000:090.545 Name: External QSPI (via SPI) +T4AF4 000:090.597 MaxSize: 0x01000000 +T4AF4 000:090.634 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:090.669 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:090.704 Alias entry created: +T4AF4 000:090.729 ChipInfo: +T4AF4 000:090.764 Alias of: MEC1501 +T4AF4 000:090.800 Name: MEC1501H_B0_SZ +T4AF4 000:090.844 Alias entry created: +T4AF4 000:090.870 ChipInfo: +T4AF4 000:090.905 Alias of: MEC1501 +T4AF4 000:090.940 Name: MEC1501H_B0_TF +T4AF4 000:090.985 Alias entry created: +T4AF4 000:091.011 ChipInfo: +T4AF4 000:091.050 Alias of: MEC1501 +T4AF4 000:091.091 Name: MEC1501H_B0_Z2 +T4AF4 000:091.139 Device entry modified: MEC1503 +T4AF4 000:091.170 FlashBankInfo: +T4AF4 000:091.210 Name: External QSPI (via SPI) +T4AF4 000:091.250 BaseAddr: 0x60000000 +T4AF4 000:091.368 LoaderInfo: +T4AF4 000:091.408 Name: External QSPI (via SPI) +T4AF4 000:091.450 MaxSize: 0x01000000 +T4AF4 000:091.497 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:091.534 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:091.568 Alias entry created: +T4AF4 000:091.592 ChipInfo: +T4AF4 000:091.623 Alias of: MEC1503 +T4AF4 000:091.657 Name: MEC1503H_L1_3Y +T4AF4 000:091.696 Alias entry created: +T4AF4 000:091.725 ChipInfo: +T4AF4 000:091.754 Alias of: MEC1503 +T4AF4 000:091.789 Name: MEC1503H_L1_SZ +T4AF4 000:091.829 Device entry modified: MEC1507 +T4AF4 000:091.857 FlashBankInfo: +T4AF4 000:091.893 Name: External QSPI (via SPI) +T4AF4 000:091.929 BaseAddr: 0x60000000 +T4AF4 000:092.051 LoaderInfo: +T4AF4 000:092.088 Name: External QSPI (via SPI) +T4AF4 000:092.119 MaxSize: 0x01000000 +T4AF4 000:092.150 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:092.189 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:092.221 Alias entry created: +T4AF4 000:092.245 ChipInfo: +T4AF4 000:092.283 Alias of: MEC1507 +T4AF4 000:092.312 Name: MEC1507H_B0_SZ +T4AF4 000:092.360 Alias entry created: +T4AF4 000:092.377 ChipInfo: +T4AF4 000:092.408 Alias of: MEC1507 +T4AF4 000:092.444 Name: MEC1507H_B0_TF +T4AF4 000:092.481 Device entry modified: MEC1515 +T4AF4 000:092.509 FlashBankInfo: +T4AF4 000:092.550 Name: External QSPI (via SPI) +T4AF4 000:092.579 BaseAddr: 0x60000000 +T4AF4 000:092.683 LoaderInfo: +T4AF4 000:092.723 Name: External QSPI (via SPI) +T4AF4 000:092.759 MaxSize: 0x01000000 +T4AF4 000:092.791 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1501\Microchip_MEC1501_EvergladesEVB_QSPI_ES.elf +T4AF4 000:092.829 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:092.861 Alias entry created: +T4AF4 000:092.884 ChipInfo: +T4AF4 000:092.918 Alias of: MEC1515 +T4AF4 000:092.959 Name: MEC1515H_D0_NB +T4AF4 000:093.002 Device entry modified: MEC170x +T4AF4 000:093.034 FlashBankInfo: +T4AF4 000:093.074 Name: External QSPI (via SPI) +T4AF4 000:093.196 BaseAddr: 0x60000000 +T4AF4 000:093.310 LoaderInfo: +T4AF4 000:093.344 Name: External QSPI (via SPI) +T4AF4 000:093.372 MaxSize: 0x01000000 +T4AF4 000:093.401 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\MEC1705\Microchip_MEC1705_EvergladesEVB_QSPI_ES.elf +T4AF4 000:093.437 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:093.477 Alias entry created: +T4AF4 000:093.501 ChipInfo: +T4AF4 000:093.536 Alias of: MEC170x +T4AF4 000:093.569 Name: MEC1701 +T4AF4 000:093.607 Alias entry created: +T4AF4 000:093.632 ChipInfo: +T4AF4 000:093.663 Alias of: MEC170x +T4AF4 000:093.699 Name: MEC1703 +T4AF4 000:093.737 Alias entry created: +T4AF4 000:093.759 ChipInfo: +T4AF4 000:093.812 Alias of: MEC170x +T4AF4 000:093.866 Name: MEC1704 +T4AF4 000:093.924 Alias entry created: +T4AF4 000:093.940 ChipInfo: +T4AF4 000:093.963 Alias of: MEC170x +T4AF4 000:093.986 Name: MEC1705 +T4AF4 000:094.016 Device entry modified: PIC32CX0525SG12 +T4AF4 000:094.049 FlashBankInfo: +T4AF4 000:094.073 Name: External QSPI (via SPI) +T4AF4 000:094.110 BaseAddr: 0x60000000 +T4AF4 000:094.226 LoaderInfo: +T4AF4 000:094.262 Name: External QSPI (via SPI) +T4AF4 000:094.293 MaxSize: 0x00080000 +T4AF4 000:094.333 Loader: d:\Program Files\SEGGER\JLink\Devices\Microchip\PIC32CX\Microchip_PIC32CX0525SG12xxx_EvergladesEVB_QSPI_ES.elf +T4AF4 000:094.379 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:094.416 Alias entry created: +T4AF4 000:094.444 ChipInfo: +T4AF4 000:094.481 Alias of: PIC32CX0525SG12 +T4AF4 000:094.523 Name: PIC32CX0525SG12084 +T4AF4 000:094.577 Alias entry created: +T4AF4 000:094.605 ChipInfo: +T4AF4 000:094.643 Alias of: PIC32CX0525SG12 +T4AF4 000:094.684 Name: PIC32CX0525SG12144 +T4AF4 000:094.731 Device entry modified: M2351CIAAE +T4AF4 000:094.769 FlashBankInfo: +T4AF4 000:094.812 Name: internal Flash Bank0 +T4AF4 000:094.927 LoaderInfo: +T4AF4 000:094.965 Name: internal Flash Bank0 +T4AF4 000:095.007 MaxSize: 0x00040000 +T4AF4 000:095.058 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:095.105 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:095.145 FlashBankInfo: +T4AF4 000:095.185 Name: internal Flash Bank1 +T4AF4 000:095.225 BaseAddr: 0x00040000 +T4AF4 000:095.333 LoaderInfo: +T4AF4 000:095.372 Name: internal Flash Bank1 +T4AF4 000:095.415 MaxSize: 0x00040000 +T4AF4 000:095.452 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:095.497 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:095.530 Device entry modified: M2351KIAAE +T4AF4 000:095.554 FlashBankInfo: +T4AF4 000:095.588 Name: internal Flash Bank0 +T4AF4 000:095.675 LoaderInfo: +T4AF4 000:095.706 Name: internal Flash Bank0 +T4AF4 000:095.737 MaxSize: 0x00040000 +T4AF4 000:095.766 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:095.792 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:095.820 FlashBankInfo: +T4AF4 000:095.848 Name: internal Flash Bank1 +T4AF4 000:095.877 BaseAddr: 0x00040000 +T4AF4 000:095.961 LoaderInfo: +T4AF4 000:095.992 Name: internal Flash Bank1 +T4AF4 000:096.021 MaxSize: 0x00040000 +T4AF4 000:096.061 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:096.100 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:096.131 Device entry modified: M2351SIAAE +T4AF4 000:096.153 FlashBankInfo: +T4AF4 000:096.183 Name: internal Flash Bank0 +T4AF4 000:096.266 LoaderInfo: +T4AF4 000:096.296 Name: internal Flash Bank0 +T4AF4 000:096.325 MaxSize: 0x00040000 +T4AF4 000:096.355 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:096.385 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:096.415 FlashBankInfo: +T4AF4 000:096.443 Name: internal Flash Bank1 +T4AF4 000:096.473 BaseAddr: 0x00040000 +T4AF4 000:096.555 LoaderInfo: +T4AF4 000:096.585 Name: internal Flash Bank1 +T4AF4 000:096.613 MaxSize: 0x00040000 +T4AF4 000:096.644 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:096.674 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:096.705 Device entry modified: M2351ZIAAE +T4AF4 000:096.727 FlashBankInfo: +T4AF4 000:096.756 Name: internal Flash Bank0 +T4AF4 000:096.837 LoaderInfo: +T4AF4 000:096.866 Name: internal Flash Bank0 +T4AF4 000:096.895 MaxSize: 0x00040000 +T4AF4 000:096.925 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:096.953 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:096.983 FlashBankInfo: +T4AF4 000:097.012 Name: internal Flash Bank1 +T4AF4 000:097.046 BaseAddr: 0x00040000 +T4AF4 000:097.161 LoaderInfo: +T4AF4 000:097.197 Name: internal Flash Bank1 +T4AF4 000:097.230 MaxSize: 0x00040000 +T4AF4 000:097.265 Loader: d:\Program Files\SEGGER\JLink\Devices\Nuvoton\Nuvoton_NuMicro_M2351.elf +T4AF4 000:097.298 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:097.336 Device entry modified: MCIMX6X1_A9 +T4AF4 000:097.409 ChipInfo: +T4AF4 000:097.444 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript +T4AF4 000:097.479 FlashBankInfo: +T4AF4 000:097.513 Name: QSPI Flash +T4AF4 000:097.547 BaseAddr: 0x70000000 +T4AF4 000:097.645 LoaderInfo: +T4AF4 000:097.681 Name: QSPI Flash +T4AF4 000:097.718 MaxSize: 0x02000000 +T4AF4 000:097.751 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf +T4AF4 000:097.786 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:097.822 Device entry modified: MCIMX6X1_M4 +T4AF4 000:097.882 ChipInfo: +T4AF4 000:097.916 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript +T4AF4 000:097.953 Device entry modified: MCIMX6X2_A9 +T4AF4 000:098.011 ChipInfo: +T4AF4 000:098.051 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript +T4AF4 000:098.090 FlashBankInfo: +T4AF4 000:098.129 Name: QSPI Flash +T4AF4 000:098.165 BaseAddr: 0x70000000 +T4AF4 000:098.260 LoaderInfo: +T4AF4 000:098.295 Name: QSPI Flash +T4AF4 000:098.330 MaxSize: 0x02000000 +T4AF4 000:098.363 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf +T4AF4 000:098.399 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:098.434 Device entry modified: MCIMX6X2_M4 +T4AF4 000:098.501 ChipInfo: +T4AF4 000:098.531 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript +T4AF4 000:098.562 Device entry modified: MCIMX6X3_A9 +T4AF4 000:098.611 ChipInfo: +T4AF4 000:098.646 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript +T4AF4 000:098.675 FlashBankInfo: +T4AF4 000:098.704 Name: QSPI Flash +T4AF4 000:098.734 BaseAddr: 0x70000000 +T4AF4 000:098.815 LoaderInfo: +T4AF4 000:098.845 Name: QSPI Flash +T4AF4 000:098.874 MaxSize: 0x02000000 +T4AF4 000:098.904 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf +T4AF4 000:098.933 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:098.964 Device entry modified: MCIMX6X3_M4 +T4AF4 000:099.013 ChipInfo: +T4AF4 000:099.049 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript +T4AF4 000:099.082 Device entry modified: MCIMX6X4_A9 +T4AF4 000:099.157 ChipInfo: +T4AF4 000:099.193 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexA9.JLinkScript +T4AF4 000:099.227 FlashBankInfo: +T4AF4 000:099.260 Name: QSPI Flash +T4AF4 000:099.295 BaseAddr: 0x70000000 +T4AF4 000:099.392 LoaderInfo: +T4AF4 000:099.427 Name: QSPI Flash +T4AF4 000:099.462 MaxSize: 0x02000000 +T4AF4 000:099.496 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\NXP_iMX6SX_SABRE_Board_QSPI.elf +T4AF4 000:099.530 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:099.566 Device entry modified: MCIMX6X4_M4 +T4AF4 000:099.625 ChipInfo: +T4AF4 000:099.659 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6SX\iMX6SX_CortexM4.JLinkScript +T4AF4 000:099.697 Device entry modified: MCIMX6G0 +T4AF4 000:099.751 ChipInfo: +T4AF4 000:099.777 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:099.803 FlashBankInfo: +T4AF4 000:099.829 Name: QSPI flash +T4AF4 000:099.855 BaseAddr: 0x60000000 +T4AF4 000:099.927 LoaderInfo: +T4AF4 000:099.953 Name: QSPI flash +T4AF4 000:099.979 MaxSize: 0x02000000 +T4AF4 000:100.005 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:100.031 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:100.058 Device entry modified: MCIMX6G1 +T4AF4 000:100.102 ChipInfo: +T4AF4 000:100.129 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:100.154 FlashBankInfo: +T4AF4 000:100.180 Name: QSPI flash +T4AF4 000:100.205 BaseAddr: 0x60000000 +T4AF4 000:100.277 LoaderInfo: +T4AF4 000:100.303 Name: QSPI flash +T4AF4 000:100.329 MaxSize: 0x02000000 +T4AF4 000:100.355 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:100.382 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:100.409 Device entry modified: MCIMX6G2 +T4AF4 000:100.452 ChipInfo: +T4AF4 000:100.479 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:100.508 FlashBankInfo: +T4AF4 000:100.529 Name: QSPI flash +T4AF4 000:100.551 BaseAddr: 0x60000000 +T4AF4 000:100.611 LoaderInfo: +T4AF4 000:100.633 Name: QSPI flash +T4AF4 000:100.655 MaxSize: 0x02000000 +T4AF4 000:100.676 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:100.698 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:100.721 Device entry modified: MCIMX6G3 +T4AF4 000:100.757 ChipInfo: +T4AF4 000:100.779 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:100.801 FlashBankInfo: +T4AF4 000:100.825 Name: QSPI flash +T4AF4 000:100.848 BaseAddr: 0x60000000 +T4AF4 000:100.911 LoaderInfo: +T4AF4 000:100.933 Name: QSPI flash +T4AF4 000:100.954 MaxSize: 0x02000000 +T4AF4 000:100.976 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:100.998 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:101.021 Device entry modified: MCIMX6Y0 +T4AF4 000:101.057 ChipInfo: +T4AF4 000:101.082 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:101.115 FlashBankInfo: +T4AF4 000:101.144 Name: QSPI flash +T4AF4 000:101.170 BaseAddr: 0x60000000 +T4AF4 000:101.240 LoaderInfo: +T4AF4 000:101.266 Name: QSPI flash +T4AF4 000:101.292 MaxSize: 0x02000000 +T4AF4 000:101.318 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:101.343 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:101.370 Device entry modified: MCIMX6Y1 +T4AF4 000:101.412 ChipInfo: +T4AF4 000:101.439 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:101.464 FlashBankInfo: +T4AF4 000:101.490 Name: QSPI flash +T4AF4 000:101.515 BaseAddr: 0x60000000 +T4AF4 000:101.585 LoaderInfo: +T4AF4 000:101.611 Name: QSPI flash +T4AF4 000:101.637 MaxSize: 0x02000000 +T4AF4 000:101.663 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:101.688 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:101.715 Device entry modified: MCIMX6Y2 +T4AF4 000:101.757 ChipInfo: +T4AF4 000:101.783 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:101.809 FlashBankInfo: +T4AF4 000:101.834 Name: QSPI flash +T4AF4 000:101.860 BaseAddr: 0x60000000 +T4AF4 000:101.938 LoaderInfo: +T4AF4 000:101.964 Name: QSPI flash +T4AF4 000:101.989 MaxSize: 0x02000000 +T4AF4 000:102.015 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:102.044 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:102.074 Device entry modified: MCIMX6Y7 +T4AF4 000:102.118 ChipInfo: +T4AF4 000:102.144 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6ULL.JLinkScript +T4AF4 000:102.170 FlashBankInfo: +T4AF4 000:102.195 Name: QSPI flash +T4AF4 000:102.221 BaseAddr: 0x60000000 +T4AF4 000:102.291 LoaderInfo: +T4AF4 000:102.316 Name: QSPI flash +T4AF4 000:102.342 MaxSize: 0x02000000 +T4AF4 000:102.367 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX6UL\NXP_iMX6UL_EVK_QSPI.elf +T4AF4 000:102.395 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:102.422 Device entry modified: MCIMX7U3_M4 +T4AF4 000:102.477 ChipInfo: +T4AF4 000:102.506 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexM4.JLinkScript +T4AF4 000:102.528 FlashBankInfo: +T4AF4 000:102.550 Name: QSPI Flash +T4AF4 000:102.572 BaseAddr: 0x04000000 +T4AF4 000:102.633 LoaderInfo: +T4AF4 000:102.655 Name: QSPI Flash +T4AF4 000:102.677 MaxSize: 0x08000000 +T4AF4 000:102.698 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_M4_QSPI.elf +T4AF4 000:102.720 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:102.744 Device entry modified: MCIMX7U3_A7 +T4AF4 000:102.780 ChipInfo: +T4AF4 000:102.802 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexA7.JLinkScript +T4AF4 000:102.828 FlashBankInfo: +T4AF4 000:102.850 Name: QSPI Flash +T4AF4 000:102.872 BaseAddr: 0xC0000000 +T4AF4 000:102.934 LoaderInfo: +T4AF4 000:102.956 Name: QSPI Flash +T4AF4 000:102.978 MaxSize: 0x10000000 +T4AF4 000:103.000 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_A7_QSPI.elf +T4AF4 000:103.021 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:103.046 Device entry modified: MCIMX7U5_M4 +T4AF4 000:103.088 ChipInfo: +T4AF4 000:103.111 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexM4.JLinkScript +T4AF4 000:103.132 FlashBankInfo: +T4AF4 000:103.154 Name: QSPI Flash +T4AF4 000:103.176 BaseAddr: 0x04000000 +T4AF4 000:103.236 LoaderInfo: +T4AF4 000:103.258 Name: QSPI Flash +T4AF4 000:103.279 MaxSize: 0x08000000 +T4AF4 000:103.301 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_M4_QSPI.elf +T4AF4 000:103.323 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:103.346 Device entry modified: MCIMX7U5_A7 +T4AF4 000:103.382 ChipInfo: +T4AF4 000:103.404 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_CortexA7.JLinkScript +T4AF4 000:103.426 FlashBankInfo: +T4AF4 000:103.448 Name: QSPI Flash +T4AF4 000:103.470 BaseAddr: 0xC0000000 +T4AF4 000:103.530 LoaderInfo: +T4AF4 000:103.552 Name: QSPI Flash +T4AF4 000:103.574 MaxSize: 0x10000000 +T4AF4 000:103.595 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX7ULP\NXP_iMX7ULP_BB_A7_QSPI.elf +T4AF4 000:103.617 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:103.641 Device entry modified: MIMX8QM5_M4_0 +T4AF4 000:103.680 ChipInfo: +T4AF4 000:103.702 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_0.JLinkScript +T4AF4 000:103.725 Device entry modified: MIMX8QM5_M4_1 +T4AF4 000:103.763 ChipInfo: +T4AF4 000:103.785 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_1.JLinkScript +T4AF4 000:103.809 Device entry modified: MIMX8QM6_M4_0 +T4AF4 000:103.847 ChipInfo: +T4AF4 000:103.869 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_0.JLinkScript +T4AF4 000:103.892 Device entry modified: MIMX8QM6_M4_1 +T4AF4 000:103.930 ChipInfo: +T4AF4 000:103.952 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QM\NXP_iMX8QM_Connect_CortexM4_1.JLinkScript +T4AF4 000:103.976 Device entry modified: MIMX8DL1_M4 +T4AF4 000:104.013 ChipInfo: +T4AF4 000:104.035 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8DXL\NXP_iMX8DXL_Connect_CortexM4.JLinkScript +T4AF4 000:104.059 Device entry modified: MIMX8SL1_M4 +T4AF4 000:104.104 ChipInfo: +T4AF4 000:104.143 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8DXL\NXP_iMX8DXL_Connect_CortexM4.JLinkScript +T4AF4 000:104.209 Device entry modified: MIMX8QX1_M4 +T4AF4 000:104.275 ChipInfo: +T4AF4 000:104.320 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.358 Device entry modified: MIMX8QX2_M4 +T4AF4 000:104.442 ChipInfo: +T4AF4 000:104.479 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.509 Device entry modified: MIMX8QX3_M4 +T4AF4 000:104.556 ChipInfo: +T4AF4 000:104.583 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.611 Device entry modified: MIMX8QX4_M4 +T4AF4 000:104.665 ChipInfo: +T4AF4 000:104.698 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.725 Device entry modified: MIMX8QX5_M4 +T4AF4 000:104.771 ChipInfo: +T4AF4 000:104.797 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.825 Device entry modified: MIMX8QX6_M4 +T4AF4 000:104.870 ChipInfo: +T4AF4 000:104.896 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:104.924 Device entry modified: MIMX8DX1_M4 +T4AF4 000:104.968 ChipInfo: +T4AF4 000:104.994 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.022 Device entry modified: MIMX8DX2_M4 +T4AF4 000:105.069 ChipInfo: +T4AF4 000:105.095 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.122 Device entry modified: MIMX8DX3_M4 +T4AF4 000:105.167 ChipInfo: +T4AF4 000:105.193 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.220 Device entry modified: MIMX8DX4_M4 +T4AF4 000:105.264 ChipInfo: +T4AF4 000:105.291 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.318 Device entry modified: MIMX8DX5_M4 +T4AF4 000:105.362 ChipInfo: +T4AF4 000:105.388 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.416 Device entry modified: MIMX8DX6_M4 +T4AF4 000:105.460 ChipInfo: +T4AF4 000:105.486 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.514 Device entry modified: MIMX8UX5_M4 +T4AF4 000:105.558 ChipInfo: +T4AF4 000:105.584 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.618 Device entry modified: MIMX8UX6_M4 +T4AF4 000:105.662 ChipInfo: +T4AF4 000:105.688 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8QX\NXP_iMX8QX_Connect_CortexM4.JLinkScript +T4AF4 000:105.716 Device entry modified: MIMX8MN1_M7 +T4AF4 000:105.760 ChipInfo: +T4AF4 000:105.786 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:105.813 Device entry modified: MIMX8MN2_M7 +T4AF4 000:105.857 ChipInfo: +T4AF4 000:105.883 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:105.909 Device entry modified: MIMX8MN3_M7 +T4AF4 000:105.953 ChipInfo: +T4AF4 000:105.979 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.006 Device entry modified: MIMX8MN4_M7 +T4AF4 000:106.050 ChipInfo: +T4AF4 000:106.077 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.104 Device entry modified: MIMX8MN5_M7 +T4AF4 000:106.148 ChipInfo: +T4AF4 000:106.174 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.201 Device entry modified: MIMX8MN6_M7 +T4AF4 000:106.245 ChipInfo: +T4AF4 000:106.271 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8MN\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.298 Device entry modified: MIMX8ML3_M7 +T4AF4 000:106.342 ChipInfo: +T4AF4 000:106.368 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.397 Device entry modified: MIMX8ML4_M7 +T4AF4 000:106.441 ChipInfo: +T4AF4 000:106.467 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.504 Device entry modified: MIMX8ML6_M7 +T4AF4 000:106.542 ChipInfo: +T4AF4 000:106.564 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.587 Device entry modified: MIMX8ML8_M7 +T4AF4 000:106.624 ChipInfo: +T4AF4 000:106.646 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMX8ML\NXP_iMX8M_Connect_CortexM7.JLinkScript +T4AF4 000:106.669 Device entry modified: MIMXRT1051xxxxA +T4AF4 000:106.696 FlashBankInfo: +T4AF4 000:106.718 Name: HyperFlash +T4AF4 000:106.741 BaseAddr: 0x60000000 +T4AF4 000:106.804 LoaderInfo: +T4AF4 000:106.826 Name: HyperFlash +T4AF4 000:106.848 MaxSize: 0x04000000 +T4AF4 000:106.870 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:106.891 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:106.916 Alias entry created: +T4AF4 000:106.931 ChipInfo: +T4AF4 000:106.952 Alias of: MIMXRT1051xxxxA +T4AF4 000:106.974 Name: MCIMXRT1051 +T4AF4 000:107.002 Alias entry created: +T4AF4 000:107.017 ChipInfo: +T4AF4 000:107.038 Alias of: MIMXRT1051xxxxA +T4AF4 000:107.060 Name: MIMXRT1051xxx5A +T4AF4 000:107.091 Alias entry created: +T4AF4 000:107.115 ChipInfo: +T4AF4 000:107.136 Alias of: MIMXRT1051xxxxA +T4AF4 000:107.168 Name: MIMXRT1051CVL5A +T4AF4 000:107.245 Alias entry created: +T4AF4 000:107.262 ChipInfo: +T4AF4 000:107.287 Alias of: MIMXRT1051xxxxA +T4AF4 000:107.313 Name: MIMXRT1051xxx6A +T4AF4 000:107.345 Alias entry created: +T4AF4 000:107.363 ChipInfo: +T4AF4 000:107.388 Alias of: MIMXRT1051xxxxA +T4AF4 000:107.413 Name: MIMXRT1051DVL6A +T4AF4 000:107.460 Device entry modified: MIMXRT1051xxxxB +T4AF4 000:107.482 FlashBankInfo: +T4AF4 000:107.507 Name: HyperFlash +T4AF4 000:107.533 BaseAddr: 0x60000000 +T4AF4 000:107.605 LoaderInfo: +T4AF4 000:107.631 Name: HyperFlash +T4AF4 000:107.656 MaxSize: 0x04000000 +T4AF4 000:107.682 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:107.707 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:107.735 Alias entry created: +T4AF4 000:107.753 ChipInfo: +T4AF4 000:107.777 Alias of: MIMXRT1051xxxxB +T4AF4 000:107.803 Name: MIMXRT1051xxx5B +T4AF4 000:107.835 Alias entry created: +T4AF4 000:107.852 ChipInfo: +T4AF4 000:107.877 Alias of: MIMXRT1051xxxxB +T4AF4 000:107.902 Name: MIMXRT1051CVL5B +T4AF4 000:107.950 Alias entry created: +T4AF4 000:107.967 ChipInfo: +T4AF4 000:107.992 Alias of: MIMXRT1051xxxxB +T4AF4 000:108.017 Name: MIMXRT1051xxx6B +T4AF4 000:108.059 Alias entry created: +T4AF4 000:108.076 ChipInfo: +T4AF4 000:108.102 Alias of: MIMXRT1051xxxxB +T4AF4 000:108.128 Name: MIMXRT1051DVL6B +T4AF4 000:108.175 Device entry modified: MIMXRT1052xxxxA +T4AF4 000:108.197 FlashBankInfo: +T4AF4 000:108.222 Name: HyperFlash +T4AF4 000:108.248 BaseAddr: 0x60000000 +T4AF4 000:108.321 LoaderInfo: +T4AF4 000:108.347 Name: HyperFlash +T4AF4 000:108.372 MaxSize: 0x04000000 +T4AF4 000:108.399 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:108.424 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:108.453 Alias entry created: +T4AF4 000:108.470 ChipInfo: +T4AF4 000:108.500 Alias of: MIMXRT1052xxxxA +T4AF4 000:108.526 Name: MCIMXRT1052 +T4AF4 000:108.566 Alias entry created: +T4AF4 000:108.581 ChipInfo: +T4AF4 000:108.602 Alias of: MIMXRT1052xxxxA +T4AF4 000:108.624 Name: MIMXRT1052xxx5A +T4AF4 000:108.652 Alias entry created: +T4AF4 000:108.666 ChipInfo: +T4AF4 000:108.688 Alias of: MIMXRT1052xxxxA +T4AF4 000:108.709 Name: MIMXRT1052CVL5A +T4AF4 000:108.749 Alias entry created: +T4AF4 000:108.764 ChipInfo: +T4AF4 000:108.785 Alias of: MIMXRT1052xxxxA +T4AF4 000:108.806 Name: MIMXRT1052xxx6A +T4AF4 000:108.834 Alias entry created: +T4AF4 000:108.849 ChipInfo: +T4AF4 000:108.870 Alias of: MIMXRT1052xxxxA +T4AF4 000:108.891 Name: MIMXRT1052DVL6A +T4AF4 000:108.931 Device entry modified: MIMXRT1052xxxxB +T4AF4 000:108.950 FlashBankInfo: +T4AF4 000:108.971 Name: HyperFlash +T4AF4 000:108.993 BaseAddr: 0x60000000 +T4AF4 000:109.064 LoaderInfo: +T4AF4 000:109.099 Name: HyperFlash +T4AF4 000:109.121 MaxSize: 0x04000000 +T4AF4 000:109.153 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:109.179 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:109.206 Alias entry created: +T4AF4 000:109.224 ChipInfo: +T4AF4 000:109.249 Alias of: MIMXRT1052xxxxB +T4AF4 000:109.275 Name: MIMXRT1052xxx5B +T4AF4 000:109.307 Alias entry created: +T4AF4 000:109.324 ChipInfo: +T4AF4 000:109.349 Alias of: MIMXRT1052xxxxB +T4AF4 000:109.375 Name: MIMXRT1052CVL5B +T4AF4 000:109.422 Alias entry created: +T4AF4 000:109.439 ChipInfo: +T4AF4 000:109.464 Alias of: MIMXRT1052xxxxB +T4AF4 000:109.489 Name: MIMXRT1052xxx6B +T4AF4 000:109.521 Alias entry created: +T4AF4 000:109.539 ChipInfo: +T4AF4 000:109.564 Alias of: MIMXRT1052xxxxB +T4AF4 000:109.589 Name: MIMXRT1052DVL6B +T4AF4 000:109.636 Device entry modified: MIMXRT106A-ALEXA +T4AF4 000:109.681 ChipInfo: +T4AF4 000:109.708 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:109.733 FlashBankInfo: +T4AF4 000:109.759 Name: HyperFlash +T4AF4 000:109.785 BaseAddr: 0x60000000 +T4AF4 000:109.856 LoaderInfo: +T4AF4 000:109.882 Name: HyperFlash +T4AF4 000:109.925 MaxSize: 0x04000000 +T4AF4 000:109.951 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:109.977 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:110.006 Device entry modified: MIMXRT106ADVL6A +T4AF4 000:110.052 ChipInfo: +T4AF4 000:110.079 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:110.105 FlashBankInfo: +T4AF4 000:110.130 Name: HyperFlash +T4AF4 000:110.156 BaseAddr: 0x60000000 +T4AF4 000:110.228 LoaderInfo: +T4AF4 000:110.254 Name: HyperFlash +T4AF4 000:110.280 MaxSize: 0x04000000 +T4AF4 000:110.306 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:110.331 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:110.359 Device entry modified: MIMXRT106CDVL6A +T4AF4 000:110.403 ChipInfo: +T4AF4 000:110.429 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:110.455 FlashBankInfo: +T4AF4 000:110.480 Name: HyperFlash +T4AF4 000:110.505 BaseAddr: 0x60000000 +T4AF4 000:110.577 LoaderInfo: +T4AF4 000:110.603 Name: HyperFlash +T4AF4 000:110.636 MaxSize: 0x04000000 +T4AF4 000:110.661 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:110.687 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:110.715 Device entry modified: MIMXRT106FDVL6A +T4AF4 000:110.760 ChipInfo: +T4AF4 000:110.782 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:110.804 FlashBankInfo: +T4AF4 000:110.826 Name: HyperFlash +T4AF4 000:110.848 BaseAddr: 0x60000000 +T4AF4 000:110.908 LoaderInfo: +T4AF4 000:110.930 Name: HyperFlash +T4AF4 000:110.951 MaxSize: 0x04000000 +T4AF4 000:110.973 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:110.995 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:111.020 Device entry modified: MIMXRT106LDVL6A +T4AF4 000:111.069 ChipInfo: +T4AF4 000:111.096 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:111.123 FlashBankInfo: +T4AF4 000:111.148 Name: HyperFlash +T4AF4 000:111.174 BaseAddr: 0x60000000 +T4AF4 000:111.245 LoaderInfo: +T4AF4 000:111.271 Name: HyperFlash +T4AF4 000:111.297 MaxSize: 0x04000000 +T4AF4 000:111.322 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:111.348 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:111.377 Alias entry created: +T4AF4 000:111.394 ChipInfo: +T4AF4 000:111.419 Alias of: MIMXRT106LDVL6A +T4AF4 000:111.444 Name: SLN-LOCAL-IOT +T4AF4 000:111.501 Device entry modified: MIMXRT106SDVL6A +T4AF4 000:111.545 ChipInfo: +T4AF4 000:111.571 Script: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x.pex +T4AF4 000:111.599 FlashBankInfo: +T4AF4 000:111.625 Name: HyperFlash +T4AF4 000:111.651 BaseAddr: 0x60000000 +T4AF4 000:111.721 LoaderInfo: +T4AF4 000:111.747 Name: HyperFlash +T4AF4 000:111.772 MaxSize: 0x04000000 +T4AF4 000:111.798 Loader: d:\Program Files\SEGGER\JLink\Devices\NXP\iMXRT105x\NXP_iMXRT105x_HyperFlash.elf +T4AF4 000:111.823 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:111.852 Alias entry created: +T4AF4 000:111.869 ChipInfo: +T4AF4 000:111.895 Alias of: MIMXRT106SDVL6A +T4AF4 000:111.920 Name: SLN-LOCAL2-IOT +T4AF4 000:111.979 Device entry created: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:111.996 ChipInfo: +T4AF4 000:112.021 Vendor: Renesas +T4AF4 000:112.048 Name: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:112.074 WorkRAMAddr: 0x80020000 +T4AF4 000:112.110 WorkRAMSize: 0x00060000 +T4AF4 000:112.136 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:112.163 FlashBankInfo: +T4AF4 000:112.188 Name: HyperFlash +T4AF4 000:112.214 BaseAddr: 0x30000000 +T4AF4 000:112.286 LoaderInfo: +T4AF4 000:112.312 Name: HyperFlash +T4AF4 000:112.337 MaxSize: 0x04000000 +T4AF4 000:112.363 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:112.388 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:112.414 FlashBankInfo: +T4AF4 000:112.439 Name: OctaFlash +T4AF4 000:112.464 BaseAddr: 0x50000000 +T4AF4 000:112.536 LoaderInfo: +T4AF4 000:112.562 Name: OctaFlash +T4AF4 000:112.589 MaxSize: 0x04000000 +T4AF4 000:112.615 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:112.644 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:112.678 Alias entry created: +T4AF4 000:112.699 ChipInfo: +T4AF4 000:112.720 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:112.742 Name: R7S921041VCBG_SPIBSC_SerialFlash +T4AF4 000:112.771 Alias entry created: +T4AF4 000:112.786 ChipInfo: +T4AF4 000:112.807 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:112.829 Name: R7S921042VCBG_SPIBSC_SerialFlash +T4AF4 000:112.858 Alias entry created: +T4AF4 000:112.873 ChipInfo: +T4AF4 000:112.894 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:112.915 Name: R7S921043VCBG_SPIBSC_SerialFlash +T4AF4 000:112.944 Alias entry created: +T4AF4 000:112.959 ChipInfo: +T4AF4 000:112.980 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:113.001 Name: R7S921045VCBG_SPIBSC_SerialFlash +T4AF4 000:113.038 Alias entry created: +T4AF4 000:113.052 ChipInfo: +T4AF4 000:113.074 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:113.112 Name: R7S921046VCBG_SPIBSC_SerialFlash +T4AF4 000:113.141 Alias entry created: +T4AF4 000:113.156 ChipInfo: +T4AF4 000:113.177 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:113.199 Name: R7S921047VCBG_SPIBSC_SerialFlash +T4AF4 000:113.228 Alias entry created: +T4AF4 000:113.243 ChipInfo: +T4AF4 000:113.264 Alias of: R7S921040VCBG_SPIBSC_SerialFlash +T4AF4 000:113.285 Name: R7S921048VCBG_SPIBSC_SerialFlash +T4AF4 000:113.314 Device entry created: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:113.329 ChipInfo: +T4AF4 000:113.350 Vendor: Renesas +T4AF4 000:113.371 Name: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:113.393 WorkRAMAddr: 0x80020000 +T4AF4 000:113.415 WorkRAMSize: 0x00060000 +T4AF4 000:113.438 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:113.460 FlashBankInfo: +T4AF4 000:113.482 Name: HyperFlash +T4AF4 000:113.503 BaseAddr: 0x30000000 +T4AF4 000:113.565 LoaderInfo: +T4AF4 000:113.588 Name: HyperFlash +T4AF4 000:113.609 MaxSize: 0x04000000 +T4AF4 000:113.631 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:113.653 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:113.675 FlashBankInfo: +T4AF4 000:113.696 Name: OctaFlash +T4AF4 000:113.718 BaseAddr: 0x50000000 +T4AF4 000:113.778 LoaderInfo: +T4AF4 000:113.800 Name: OctaFlash +T4AF4 000:113.821 MaxSize: 0x04000000 +T4AF4 000:113.843 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:113.865 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:113.893 Alias entry created: +T4AF4 000:113.907 ChipInfo: +T4AF4 000:113.929 Alias of: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:113.950 Name: R7S921052VCBG_SPIBSC_SerialFlash +T4AF4 000:113.979 Alias entry created: +T4AF4 000:113.994 ChipInfo: +T4AF4 000:114.015 Alias of: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:114.036 Name: R7S921053VCBG_SPIBSC_SerialFlash +T4AF4 000:114.065 Alias entry created: +T4AF4 000:114.080 ChipInfo: +T4AF4 000:114.102 Alias of: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:114.124 Name: R7S921056VCBG_SPIBSC_SerialFlash +T4AF4 000:114.153 Alias entry created: +T4AF4 000:114.167 ChipInfo: +T4AF4 000:114.189 Alias of: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:114.210 Name: R7S921057VCBG_SPIBSC_SerialFlash +T4AF4 000:114.239 Alias entry created: +T4AF4 000:114.256 ChipInfo: +T4AF4 000:114.279 Alias of: R7S921051VCBG_SPIBSC_SerialFlash +T4AF4 000:114.300 Name: R7S921058VCBG_SPIBSC_SerialFlash +T4AF4 000:114.329 Device entry created: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:114.344 ChipInfo: +T4AF4 000:114.365 Vendor: Renesas +T4AF4 000:114.386 Name: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:114.408 WorkRAMAddr: 0x80020000 +T4AF4 000:114.430 WorkRAMSize: 0x00060000 +T4AF4 000:114.452 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:114.475 FlashBankInfo: +T4AF4 000:114.497 Name: Hyperflash_QSPI +T4AF4 000:114.519 BaseAddr: 0x20000000 +T4AF4 000:114.582 LoaderInfo: +T4AF4 000:114.604 Name: Hyperflash_QSPI +T4AF4 000:114.626 MaxSize: 0x04000000 +T4AF4 000:114.647 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_QSPI_HyperFlash.elf +T4AF4 000:114.669 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:114.691 FlashBankInfo: +T4AF4 000:114.713 Name: HyperFlash +T4AF4 000:114.734 BaseAddr: 0x30000000 +T4AF4 000:114.794 LoaderInfo: +T4AF4 000:114.816 Name: HyperFlash +T4AF4 000:114.838 MaxSize: 0x04000000 +T4AF4 000:114.860 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:114.882 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:114.903 FlashBankInfo: +T4AF4 000:114.924 Name: OctaFlash +T4AF4 000:114.946 BaseAddr: 0x50000000 +T4AF4 000:115.006 LoaderInfo: +T4AF4 000:115.028 Name: OctaFlash +T4AF4 000:115.050 MaxSize: 0x04000000 +T4AF4 000:115.072 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:115.094 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:115.134 Alias entry created: +T4AF4 000:115.149 ChipInfo: +T4AF4 000:115.170 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.192 Name: R7S921041VCBG_SPIBSC_HyperFlash +T4AF4 000:115.221 Alias entry created: +T4AF4 000:115.235 ChipInfo: +T4AF4 000:115.257 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.278 Name: R7S921042VCBG_SPIBSC_HyperFlash +T4AF4 000:115.307 Alias entry created: +T4AF4 000:115.322 ChipInfo: +T4AF4 000:115.343 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.364 Name: R7S921043VCBG_SPIBSC_HyperFlash +T4AF4 000:115.393 Alias entry created: +T4AF4 000:115.408 ChipInfo: +T4AF4 000:115.429 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.451 Name: R7S921045VCBG_SPIBSC_HyperFlash +T4AF4 000:115.479 Alias entry created: +T4AF4 000:115.496 ChipInfo: +T4AF4 000:115.517 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.539 Name: R7S921046VCBG_SPIBSC_HyperFlash +T4AF4 000:115.567 Alias entry created: +T4AF4 000:115.582 ChipInfo: +T4AF4 000:115.603 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.625 Name: R7S921047VCBG_SPIBSC_HyperFlash +T4AF4 000:115.653 Alias entry created: +T4AF4 000:115.668 ChipInfo: +T4AF4 000:115.689 Alias of: R7S921040VCBG_SPIBSC_HyperFlash +T4AF4 000:115.711 Name: R7S921048VCBG_SPIBSC_HyperFlash +T4AF4 000:115.740 Device entry created: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:115.754 ChipInfo: +T4AF4 000:115.775 Vendor: Renesas +T4AF4 000:115.797 Name: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:115.819 WorkRAMAddr: 0x80020000 +T4AF4 000:115.841 WorkRAMSize: 0x00060000 +T4AF4 000:115.863 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:115.890 FlashBankInfo: +T4AF4 000:115.911 Name: Hyperflash_QSPI +T4AF4 000:115.933 BaseAddr: 0x20000000 +T4AF4 000:115.994 LoaderInfo: +T4AF4 000:116.016 Name: Hyperflash_QSPI +T4AF4 000:116.042 MaxSize: 0x04000000 +T4AF4 000:116.064 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_QSPI_HyperFlash.elf +T4AF4 000:116.087 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:116.109 FlashBankInfo: +T4AF4 000:116.130 Name: HyperFlash +T4AF4 000:116.152 BaseAddr: 0x30000000 +T4AF4 000:116.214 LoaderInfo: +T4AF4 000:116.236 Name: HyperFlash +T4AF4 000:116.258 MaxSize: 0x04000000 +T4AF4 000:116.280 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:116.301 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:116.323 FlashBankInfo: +T4AF4 000:116.345 Name: OctaFlash +T4AF4 000:116.366 BaseAddr: 0x50000000 +T4AF4 000:116.427 LoaderInfo: +T4AF4 000:116.448 Name: OctaFlash +T4AF4 000:116.470 MaxSize: 0x04000000 +T4AF4 000:116.492 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:116.513 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:116.541 Alias entry created: +T4AF4 000:116.556 ChipInfo: +T4AF4 000:116.577 Alias of: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:116.598 Name: R7S921052VCBG_SPIBSC_HyperFlash +T4AF4 000:116.627 Alias entry created: +T4AF4 000:116.642 ChipInfo: +T4AF4 000:116.663 Alias of: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:116.684 Name: R7S921053VCBG_SPIBSC_HyperFlash +T4AF4 000:116.713 Alias entry created: +T4AF4 000:116.728 ChipInfo: +T4AF4 000:116.749 Alias of: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:116.770 Name: R7S921056VCBG_SPIBSC_HyperFlash +T4AF4 000:116.798 Alias entry created: +T4AF4 000:116.813 ChipInfo: +T4AF4 000:116.835 Alias of: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:116.856 Name: R7S921057VCBG_SPIBSC_HyperFlash +T4AF4 000:116.885 Alias entry created: +T4AF4 000:116.900 ChipInfo: +T4AF4 000:116.921 Alias of: R7S921051VCBG_SPIBSC_HyperFlash +T4AF4 000:116.942 Name: R7S921058VCBG_SPIBSC_HyperFlash +T4AF4 000:116.971 Device entry created: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:116.986 ChipInfo: +T4AF4 000:117.007 Vendor: Renesas +T4AF4 000:117.028 Name: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.054 WorkRAMAddr: 0x80020000 +T4AF4 000:117.075 WorkRAMSize: 0x00060000 +T4AF4 000:117.099 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:117.122 FlashBankInfo: +T4AF4 000:117.143 Name: HyperFlash +T4AF4 000:117.165 BaseAddr: 0x30000000 +T4AF4 000:117.225 LoaderInfo: +T4AF4 000:117.247 Name: HyperFlash +T4AF4 000:117.269 MaxSize: 0x04000000 +T4AF4 000:117.291 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:117.312 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:117.334 FlashBankInfo: +T4AF4 000:117.355 Name: OctaFlash +T4AF4 000:117.377 BaseAddr: 0x50000000 +T4AF4 000:117.437 LoaderInfo: +T4AF4 000:117.458 Name: OctaFlash +T4AF4 000:117.480 MaxSize: 0x04000000 +T4AF4 000:117.502 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:117.524 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:117.567 Alias entry created: +T4AF4 000:117.582 ChipInfo: +T4AF4 000:117.603 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.625 Name: R7S921041VCBG_SPIBSC_OctaFlash +T4AF4 000:117.654 Alias entry created: +T4AF4 000:117.669 ChipInfo: +T4AF4 000:117.690 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.711 Name: R7S921042VCBG_SPIBSC_OctaFlash +T4AF4 000:117.740 Alias entry created: +T4AF4 000:117.755 ChipInfo: +T4AF4 000:117.776 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.797 Name: R7S921043VCBG_SPIBSC_OctaFlash +T4AF4 000:117.826 Alias entry created: +T4AF4 000:117.840 ChipInfo: +T4AF4 000:117.861 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.883 Name: R7S921045VCBG_SPIBSC_OctaFlash +T4AF4 000:117.911 Alias entry created: +T4AF4 000:117.926 ChipInfo: +T4AF4 000:117.947 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:117.969 Name: R7S921046VCBG_SPIBSC_OctaFlash +T4AF4 000:117.997 Alias entry created: +T4AF4 000:118.012 ChipInfo: +T4AF4 000:118.033 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:118.055 Name: R7S921047VCBG_SPIBSC_OctaFlash +T4AF4 000:118.085 Alias entry created: +T4AF4 000:118.118 ChipInfo: +T4AF4 000:118.141 Alias of: R7S921040VCBG_SPIBSC_OctaFlash +T4AF4 000:118.174 Name: R7S921048VCBG_SPIBSC_OctaFlash +T4AF4 000:118.208 Device entry created: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:118.225 ChipInfo: +T4AF4 000:118.250 Vendor: Renesas +T4AF4 000:118.275 Name: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:118.301 WorkRAMAddr: 0x80020000 +T4AF4 000:118.327 WorkRAMSize: 0x00060000 +T4AF4 000:118.353 Core: JLINK_CORE_CORTEX_A9 +T4AF4 000:118.380 FlashBankInfo: +T4AF4 000:118.405 Name: HyperFlash +T4AF4 000:118.430 BaseAddr: 0x30000000 +T4AF4 000:118.502 LoaderInfo: +T4AF4 000:118.528 Name: HyperFlash +T4AF4 000:118.553 MaxSize: 0x04000000 +T4AF4 000:118.579 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_HyperFlash.elf +T4AF4 000:118.604 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:118.630 FlashBankInfo: +T4AF4 000:118.655 Name: OctaFlash +T4AF4 000:118.680 BaseAddr: 0x50000000 +T4AF4 000:118.751 LoaderInfo: +T4AF4 000:118.777 Name: OctaFlash +T4AF4 000:118.802 MaxSize: 0x04000000 +T4AF4 000:118.828 Loader: d:\Program Files\SEGGER\JLink\Devices\Renesas\RZ_A2M\Renesas_RZ_A2M_OctaFlash.elf +T4AF4 000:118.853 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:118.885 Alias entry created: +T4AF4 000:118.903 ChipInfo: +T4AF4 000:118.927 Alias of: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:118.953 Name: R7S921052VCBG_SPIBSC_OctaFlash +T4AF4 000:118.987 Alias entry created: +T4AF4 000:119.004 ChipInfo: +T4AF4 000:119.029 Alias of: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:119.054 Name: R7S921053VCBG_SPIBSC_OctaFlash +T4AF4 000:119.099 Alias entry created: +T4AF4 000:119.116 ChipInfo: +T4AF4 000:119.141 Alias of: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:119.167 Name: R7S921056VCBG_SPIBSC_OctaFlash +T4AF4 000:119.200 Alias entry created: +T4AF4 000:119.218 ChipInfo: +T4AF4 000:119.242 Alias of: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:119.267 Name: R7S921057VCBG_SPIBSC_OctaFlash +T4AF4 000:119.301 Alias entry created: +T4AF4 000:119.318 ChipInfo: +T4AF4 000:119.343 Alias of: R7S921051VCBG_SPIBSC_OctaFlash +T4AF4 000:119.368 Name: R7S921058VCBG_SPIBSC_OctaFlash +T4AF4 000:119.470 Device entry modified: TLE9842 +T4AF4 000:119.507 FlashBankInfo: +T4AF4 000:119.533 Name: NACNAD +T4AF4 000:119.559 BaseAddr: 0x10FFFFFC +T4AF4 000:119.637 AlwaysPresent: 1 +T4AF4 000:119.663 LoaderInfo: +T4AF4 000:119.692 Name: NACNAD +T4AF4 000:119.713 MaxSize: 0x00000004 +T4AF4 000:119.735 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:119.757 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:119.779 FlashBankInfo: +T4AF4 000:119.800 Name: Data Flash +T4AF4 000:119.822 BaseAddr: 0x11008000 +T4AF4 000:119.883 AlwaysPresent: 1 +T4AF4 000:119.905 LoaderInfo: +T4AF4 000:119.927 Name: Data Flash +T4AF4 000:119.948 MaxSize: 0x00001000 +T4AF4 000:119.970 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9842_EEP.FLM +T4AF4 000:119.992 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:120.015 Device entry modified: TLE9842-2 +T4AF4 000:120.039 FlashBankInfo: +T4AF4 000:120.060 Name: NACNAD +T4AF4 000:120.091 BaseAddr: 0x10FFFFFC +T4AF4 000:120.199 AlwaysPresent: 1 +T4AF4 000:120.228 LoaderInfo: +T4AF4 000:120.253 Name: NACNAD +T4AF4 000:120.282 MaxSize: 0x00000004 +T4AF4 000:120.309 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:120.335 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:120.361 FlashBankInfo: +T4AF4 000:120.386 Name: Data Flash +T4AF4 000:120.412 BaseAddr: 0x11009000 +T4AF4 000:120.489 AlwaysPresent: 1 +T4AF4 000:120.515 LoaderInfo: +T4AF4 000:120.541 Name: Data Flash +T4AF4 000:120.566 MaxSize: 0x00001000 +T4AF4 000:120.592 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9842_2_EEP.FLM +T4AF4 000:120.617 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:120.645 Device entry modified: TLE9843 +T4AF4 000:120.665 FlashBankInfo: +T4AF4 000:120.690 Name: NACNAD +T4AF4 000:120.715 BaseAddr: 0x10FFFFFC +T4AF4 000:120.787 AlwaysPresent: 1 +T4AF4 000:120.812 LoaderInfo: +T4AF4 000:120.837 Name: NACNAD +T4AF4 000:120.862 MaxSize: 0x00000004 +T4AF4 000:120.888 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:120.914 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:120.939 FlashBankInfo: +T4AF4 000:120.964 Name: Data Flash +T4AF4 000:120.990 BaseAddr: 0x1100B000 +T4AF4 000:121.065 AlwaysPresent: 1 +T4AF4 000:121.092 LoaderInfo: +T4AF4 000:121.117 Name: Data Flash +T4AF4 000:121.143 MaxSize: 0x00001000 +T4AF4 000:121.169 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9843_EEP.FLM +T4AF4 000:121.194 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:121.231 Device entry modified: TLE9843-2 +T4AF4 000:121.250 FlashBankInfo: +T4AF4 000:121.275 Name: NACNAD +T4AF4 000:121.300 BaseAddr: 0x10FFFFFC +T4AF4 000:121.370 AlwaysPresent: 1 +T4AF4 000:121.396 LoaderInfo: +T4AF4 000:121.421 Name: NACNAD +T4AF4 000:121.446 MaxSize: 0x00000004 +T4AF4 000:121.471 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:121.497 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:121.522 FlashBankInfo: +T4AF4 000:121.547 Name: Data Flash +T4AF4 000:121.573 BaseAddr: 0x1100C000 +T4AF4 000:121.649 AlwaysPresent: 1 +T4AF4 000:121.675 LoaderInfo: +T4AF4 000:121.700 Name: Data Flash +T4AF4 000:121.726 MaxSize: 0x00001000 +T4AF4 000:121.751 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9843_2_EEP.FLM +T4AF4 000:121.777 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:121.804 Device entry modified: TLE9844 +T4AF4 000:121.824 FlashBankInfo: +T4AF4 000:121.848 Name: NACNAD +T4AF4 000:121.874 BaseAddr: 0x10FFFFFC +T4AF4 000:121.943 AlwaysPresent: 1 +T4AF4 000:121.969 LoaderInfo: +T4AF4 000:121.993 Name: NACNAD +T4AF4 000:122.018 MaxSize: 0x00000004 +T4AF4 000:122.048 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:122.077 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:122.103 FlashBankInfo: +T4AF4 000:122.128 Name: Data Flash +T4AF4 000:122.153 BaseAddr: 0x1100F000 +T4AF4 000:122.224 AlwaysPresent: 1 +T4AF4 000:122.249 LoaderInfo: +T4AF4 000:122.274 Name: Data Flash +T4AF4 000:122.299 MaxSize: 0x00001000 +T4AF4 000:122.325 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9844_EEP.FLM +T4AF4 000:122.350 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:122.377 Device entry modified: TLE9845 +T4AF4 000:122.396 FlashBankInfo: +T4AF4 000:122.421 Name: NACNAD +T4AF4 000:122.447 BaseAddr: 0x10FFFFFC +T4AF4 000:122.518 AlwaysPresent: 1 +T4AF4 000:122.545 LoaderInfo: +T4AF4 000:122.570 Name: NACNAD +T4AF4 000:122.595 MaxSize: 0x00000004 +T4AF4 000:122.621 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE984x_OPT.FLM +T4AF4 000:122.651 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:122.673 FlashBankInfo: +T4AF4 000:122.694 Name: Data Flash +T4AF4 000:122.716 BaseAddr: 0x1100B000 +T4AF4 000:122.776 AlwaysPresent: 1 +T4AF4 000:122.798 LoaderInfo: +T4AF4 000:122.819 Name: Data Flash +T4AF4 000:122.841 MaxSize: 0x00001000 +T4AF4 000:122.863 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE984x\TLE9845_EEP.FLM +T4AF4 000:122.884 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:122.908 Device entry modified: TLE9850QX +T4AF4 000:122.944 ChipInfo: +T4AF4 000:122.967 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:122.989 FlashBankInfo: +T4AF4 000:123.010 Name: NACNAD +T4AF4 000:123.032 BaseAddr: 0x10FFFFFC +T4AF4 000:123.119 AlwaysPresent: 1 +T4AF4 000:123.144 LoaderInfo: +T4AF4 000:123.169 Name: NACNAD +T4AF4 000:123.195 MaxSize: 0x00000004 +T4AF4 000:123.220 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:123.246 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:123.272 FlashBankInfo: +T4AF4 000:123.297 Name: Code Flash +T4AF4 000:123.322 BaseAddr: 0x11000000 +T4AF4 000:123.394 AlwaysPresent: 1 +T4AF4 000:123.419 LoaderInfo: +T4AF4 000:123.445 Name: Code Flash +T4AF4 000:123.470 MaxSize: 0x0000B000 +T4AF4 000:123.496 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9850.FLM +T4AF4 000:123.521 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:123.547 FlashBankInfo: +T4AF4 000:123.572 Name: Data Flash +T4AF4 000:123.597 BaseAddr: 0x1100F000 +T4AF4 000:123.670 AlwaysPresent: 1 +T4AF4 000:123.700 LoaderInfo: +T4AF4 000:123.725 Name: Data Flash +T4AF4 000:123.751 MaxSize: 0x00001000 +T4AF4 000:123.777 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9850_EEP.FLM +T4AF4 000:123.803 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:123.830 Device entry modified: TLE9851QXW +T4AF4 000:123.873 ChipInfo: +T4AF4 000:123.899 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:123.925 FlashBankInfo: +T4AF4 000:123.950 Name: NACNAD +T4AF4 000:123.976 BaseAddr: 0x10FFFFFC +T4AF4 000:124.046 AlwaysPresent: 1 +T4AF4 000:124.073 LoaderInfo: +T4AF4 000:124.109 Name: NACNAD +T4AF4 000:124.134 MaxSize: 0x00000004 +T4AF4 000:124.160 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:124.186 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:124.211 FlashBankInfo: +T4AF4 000:124.236 Name: Code Flash +T4AF4 000:124.262 BaseAddr: 0x11000000 +T4AF4 000:124.332 AlwaysPresent: 1 +T4AF4 000:124.358 LoaderInfo: +T4AF4 000:124.383 Name: Code Flash +T4AF4 000:124.409 MaxSize: 0x0000F000 +T4AF4 000:124.434 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9851.FLM +T4AF4 000:124.459 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:124.485 FlashBankInfo: +T4AF4 000:124.510 Name: Data Flash +T4AF4 000:124.535 BaseAddr: 0x1100F000 +T4AF4 000:124.608 AlwaysPresent: 1 +T4AF4 000:124.634 LoaderInfo: +T4AF4 000:124.661 Name: Data Flash +T4AF4 000:124.686 MaxSize: 0x00001000 +T4AF4 000:124.712 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9851_EEP.FLM +T4AF4 000:124.737 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:124.767 Device entry modified: TLE9852QX +T4AF4 000:124.803 ChipInfo: +T4AF4 000:124.826 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:124.848 FlashBankInfo: +T4AF4 000:124.869 Name: NACNAD +T4AF4 000:124.891 BaseAddr: 0x10FFFFFC +T4AF4 000:124.950 AlwaysPresent: 1 +T4AF4 000:124.972 LoaderInfo: +T4AF4 000:124.993 Name: NACNAD +T4AF4 000:125.014 MaxSize: 0x00000004 +T4AF4 000:125.038 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:125.060 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:125.095 FlashBankInfo: +T4AF4 000:125.120 Name: Code Flash +T4AF4 000:125.147 BaseAddr: 0x11000000 +T4AF4 000:125.217 AlwaysPresent: 1 +T4AF4 000:125.243 LoaderInfo: +T4AF4 000:125.268 Name: Code Flash +T4AF4 000:125.294 MaxSize: 0x0000B000 +T4AF4 000:125.320 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9852.FLM +T4AF4 000:125.345 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:125.371 FlashBankInfo: +T4AF4 000:125.396 Name: Data Flash +T4AF4 000:125.422 BaseAddr: 0x1100F000 +T4AF4 000:125.492 AlwaysPresent: 1 +T4AF4 000:125.517 LoaderInfo: +T4AF4 000:125.543 Name: Data Flash +T4AF4 000:125.568 MaxSize: 0x00001000 +T4AF4 000:125.594 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9852_EEP.FLM +T4AF4 000:125.619 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:125.646 Device entry modified: TLE9853QX +T4AF4 000:125.688 ChipInfo: +T4AF4 000:125.714 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:125.744 FlashBankInfo: +T4AF4 000:125.770 Name: NACNAD +T4AF4 000:125.795 BaseAddr: 0x10FFFFFC +T4AF4 000:125.866 AlwaysPresent: 1 +T4AF4 000:125.891 LoaderInfo: +T4AF4 000:125.916 Name: NACNAD +T4AF4 000:125.941 MaxSize: 0x00000004 +T4AF4 000:125.967 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:125.992 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:126.018 FlashBankInfo: +T4AF4 000:126.043 Name: Code Flash +T4AF4 000:126.069 BaseAddr: 0x11000000 +T4AF4 000:126.141 AlwaysPresent: 1 +T4AF4 000:126.167 LoaderInfo: +T4AF4 000:126.192 Name: Code Flash +T4AF4 000:126.218 MaxSize: 0x0000B000 +T4AF4 000:126.243 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9853.FLM +T4AF4 000:126.269 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:126.294 FlashBankInfo: +T4AF4 000:126.319 Name: Data Flash +T4AF4 000:126.345 BaseAddr: 0x1100B000 +T4AF4 000:126.415 AlwaysPresent: 1 +T4AF4 000:126.441 LoaderInfo: +T4AF4 000:126.466 Name: Data Flash +T4AF4 000:126.492 MaxSize: 0x00001000 +T4AF4 000:126.517 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9853_EEP.FLM +T4AF4 000:126.544 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:126.572 Device entry modified: TLE9854QX +T4AF4 000:126.614 ChipInfo: +T4AF4 000:126.640 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:126.670 FlashBankInfo: +T4AF4 000:126.691 Name: NACNAD +T4AF4 000:126.713 BaseAddr: 0x10FFFFFC +T4AF4 000:126.772 AlwaysPresent: 1 +T4AF4 000:126.794 LoaderInfo: +T4AF4 000:126.816 Name: NACNAD +T4AF4 000:126.837 MaxSize: 0x00000004 +T4AF4 000:126.859 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:126.881 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:126.903 FlashBankInfo: +T4AF4 000:126.924 Name: Code Flash +T4AF4 000:126.946 BaseAddr: 0x11000000 +T4AF4 000:127.005 AlwaysPresent: 1 +T4AF4 000:127.035 LoaderInfo: +T4AF4 000:127.057 Name: Code Flash +T4AF4 000:127.090 MaxSize: 0x0000F000 +T4AF4 000:127.117 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9854.FLM +T4AF4 000:127.143 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:127.168 FlashBankInfo: +T4AF4 000:127.193 Name: Data Flash +T4AF4 000:127.219 BaseAddr: 0x1100F000 +T4AF4 000:127.289 AlwaysPresent: 1 +T4AF4 000:127.314 LoaderInfo: +T4AF4 000:127.339 Name: Data Flash +T4AF4 000:127.364 MaxSize: 0x00001000 +T4AF4 000:127.390 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9854_EEP.FLM +T4AF4 000:127.415 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:127.443 Alias entry created: +T4AF4 000:127.461 ChipInfo: +T4AF4 000:127.486 Alias of: TLE9854QX +T4AF4 000:127.511 Name: TLE9854QXW +T4AF4 000:127.604 Device entry modified: TLE9855QX +T4AF4 000:127.647 ChipInfo: +T4AF4 000:127.673 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\Infineon_TLExxx.pex +T4AF4 000:127.699 FlashBankInfo: +T4AF4 000:127.723 Name: NACNAD +T4AF4 000:127.749 BaseAddr: 0x10FFFFFC +T4AF4 000:127.818 AlwaysPresent: 1 +T4AF4 000:127.844 LoaderInfo: +T4AF4 000:127.868 Name: NACNAD +T4AF4 000:127.898 MaxSize: 0x00000004 +T4AF4 000:127.924 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE985x_OPT.FLM +T4AF4 000:127.950 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:127.976 FlashBankInfo: +T4AF4 000:128.001 Name: Code Flash +T4AF4 000:128.027 BaseAddr: 0x11000000 +T4AF4 000:128.108 AlwaysPresent: 1 +T4AF4 000:128.139 LoaderInfo: +T4AF4 000:128.165 Name: Code Flash +T4AF4 000:128.190 MaxSize: 0x00017000 +T4AF4 000:128.216 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9855.FLM +T4AF4 000:128.241 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:128.267 FlashBankInfo: +T4AF4 000:128.292 Name: Data Flash +T4AF4 000:128.317 BaseAddr: 0x11017000 +T4AF4 000:128.388 AlwaysPresent: 1 +T4AF4 000:128.413 LoaderInfo: +T4AF4 000:128.438 Name: Data Flash +T4AF4 000:128.464 MaxSize: 0x00001000 +T4AF4 000:128.489 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\TLE985x\TLE9855_EEP.FLM +T4AF4 000:128.514 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:128.543 Device entry modified: CY8C6xx6_CM0p +T4AF4 000:128.593 ChipInfo: +T4AF4 000:128.619 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript +T4AF4 000:128.648 FlashBankInfo: +T4AF4 000:128.673 Name: FLASH (Main) +T4AF4 000:128.699 BaseAddr: 0x10000000 +T4AF4 000:128.772 AlwaysPresent: 1 +T4AF4 000:128.794 LoaderInfo: +T4AF4 000:128.815 Name: FLASH (Main) +T4AF4 000:128.837 MaxSize: 0x00080000 +T4AF4 000:128.858 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM +T4AF4 000:128.880 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:128.902 FlashBankInfo: +T4AF4 000:128.923 Name: WFLASH (Work) +T4AF4 000:128.945 BaseAddr: 0x14000000 +T4AF4 000:129.005 AlwaysPresent: 1 +T4AF4 000:129.037 LoaderInfo: +T4AF4 000:129.058 Name: WFLASH (Work) +T4AF4 000:129.089 MaxSize: 0x00008000 +T4AF4 000:129.122 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:129.147 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:129.173 FlashBankInfo: +T4AF4 000:129.198 Name: SFLASH: User Data +T4AF4 000:129.224 BaseAddr: 0x16000800 +T4AF4 000:129.295 AlwaysPresent: 1 +T4AF4 000:129.320 LoaderInfo: +T4AF4 000:129.346 Name: SFLASH: User Data +T4AF4 000:129.371 MaxSize: 0x00000800 +T4AF4 000:129.396 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:129.422 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:129.447 FlashBankInfo: +T4AF4 000:129.472 Name: SFLASH: NAR +T4AF4 000:129.498 BaseAddr: 0x16001A00 +T4AF4 000:129.568 AlwaysPresent: 1 +T4AF4 000:129.594 LoaderInfo: +T4AF4 000:129.619 Name: SFLASH: NAR +T4AF4 000:129.644 MaxSize: 0x00000200 +T4AF4 000:129.670 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:129.695 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:129.721 FlashBankInfo: +T4AF4 000:129.746 Name: SFLASH: Public Key +T4AF4 000:129.771 BaseAddr: 0x16005A00 +T4AF4 000:129.842 AlwaysPresent: 1 +T4AF4 000:129.868 LoaderInfo: +T4AF4 000:129.893 Name: SFLASH: Public Key +T4AF4 000:129.918 MaxSize: 0x00000C00 +T4AF4 000:129.944 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:129.974 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:130.000 FlashBankInfo: +T4AF4 000:130.025 Name: SFLASH: TOC2 +T4AF4 000:130.051 BaseAddr: 0x16007C00 +T4AF4 000:130.123 AlwaysPresent: 1 +T4AF4 000:130.149 LoaderInfo: +T4AF4 000:130.174 Name: SFLASH: TOC2 +T4AF4 000:130.199 MaxSize: 0x00000400 +T4AF4 000:130.225 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:130.250 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:130.276 FlashBankInfo: +T4AF4 000:130.300 Name: SMIF +T4AF4 000:130.325 BaseAddr: 0x18000000 +T4AF4 000:130.396 LoaderInfo: +T4AF4 000:130.421 Name: SMIF +T4AF4 000:130.446 MaxSize: 0x08000000 +T4AF4 000:130.471 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:130.497 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:130.526 Device entry modified: CY8C6xx6_CM0p_sect256KB +T4AF4 000:130.579 ChipInfo: +T4AF4 000:130.605 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript +T4AF4 000:130.632 FlashBankInfo: +T4AF4 000:130.657 Name: FLASH (Main) +T4AF4 000:130.688 BaseAddr: 0x10000000 +T4AF4 000:130.749 AlwaysPresent: 1 +T4AF4 000:130.770 LoaderInfo: +T4AF4 000:130.792 Name: FLASH (Main) +T4AF4 000:130.814 MaxSize: 0x00080000 +T4AF4 000:130.836 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM +T4AF4 000:130.857 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:130.879 FlashBankInfo: +T4AF4 000:130.900 Name: WFLASH (Work) +T4AF4 000:130.922 BaseAddr: 0x14000000 +T4AF4 000:130.981 AlwaysPresent: 1 +T4AF4 000:131.003 LoaderInfo: +T4AF4 000:131.024 Name: WFLASH (Work) +T4AF4 000:131.047 MaxSize: 0x00008000 +T4AF4 000:131.071 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:131.104 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:131.129 FlashBankInfo: +T4AF4 000:131.155 Name: SFLASH: User Data +T4AF4 000:131.180 BaseAddr: 0x16000800 +T4AF4 000:131.251 AlwaysPresent: 1 +T4AF4 000:131.276 LoaderInfo: +T4AF4 000:131.302 Name: SFLASH: User Data +T4AF4 000:131.327 MaxSize: 0x00000800 +T4AF4 000:131.353 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:131.378 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:131.404 FlashBankInfo: +T4AF4 000:131.429 Name: SFLASH: NAR +T4AF4 000:131.454 BaseAddr: 0x16001A00 +T4AF4 000:131.525 AlwaysPresent: 1 +T4AF4 000:131.550 LoaderInfo: +T4AF4 000:131.575 Name: SFLASH: NAR +T4AF4 000:131.601 MaxSize: 0x00000200 +T4AF4 000:131.627 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:131.652 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:131.678 FlashBankInfo: +T4AF4 000:131.703 Name: SFLASH: Public Key +T4AF4 000:131.729 BaseAddr: 0x16005A00 +T4AF4 000:131.799 AlwaysPresent: 1 +T4AF4 000:131.824 LoaderInfo: +T4AF4 000:131.850 Name: SFLASH: Public Key +T4AF4 000:131.875 MaxSize: 0x00000C00 +T4AF4 000:131.901 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:131.926 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:131.956 FlashBankInfo: +T4AF4 000:131.982 Name: SFLASH: TOC2 +T4AF4 000:132.008 BaseAddr: 0x16007C00 +T4AF4 000:132.078 AlwaysPresent: 1 +T4AF4 000:132.105 LoaderInfo: +T4AF4 000:132.130 Name: SFLASH: TOC2 +T4AF4 000:132.155 MaxSize: 0x00000400 +T4AF4 000:132.181 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:132.206 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:132.232 FlashBankInfo: +T4AF4 000:132.257 Name: SMIF +T4AF4 000:132.282 BaseAddr: 0x18000000 +T4AF4 000:132.354 LoaderInfo: +T4AF4 000:132.379 Name: SMIF +T4AF4 000:132.404 MaxSize: 0x08000000 +T4AF4 000:132.435 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:132.456 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:132.480 Device entry modified: CY8C6xx6_CM0p_tm +T4AF4 000:132.515 ChipInfo: +T4AF4 000:132.537 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript +T4AF4 000:132.560 FlashBankInfo: +T4AF4 000:132.582 Name: FLASH (Main) +T4AF4 000:132.604 BaseAddr: 0x10000000 +T4AF4 000:132.663 AlwaysPresent: 1 +T4AF4 000:132.684 LoaderInfo: +T4AF4 000:132.706 Name: FLASH (Main) +T4AF4 000:132.727 MaxSize: 0x00080000 +T4AF4 000:132.749 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM +T4AF4 000:132.770 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:132.792 FlashBankInfo: +T4AF4 000:132.813 Name: WFLASH (Work) +T4AF4 000:132.835 BaseAddr: 0x14000000 +T4AF4 000:132.894 AlwaysPresent: 1 +T4AF4 000:132.916 LoaderInfo: +T4AF4 000:132.937 Name: WFLASH (Work) +T4AF4 000:132.959 MaxSize: 0x00008000 +T4AF4 000:132.980 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:133.002 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:133.034 FlashBankInfo: +T4AF4 000:133.055 Name: SFLASH: User Data +T4AF4 000:133.076 BaseAddr: 0x16000800 +T4AF4 000:133.138 AlwaysPresent: 1 +T4AF4 000:133.159 LoaderInfo: +T4AF4 000:133.181 Name: SFLASH: User Data +T4AF4 000:133.202 MaxSize: 0x00000800 +T4AF4 000:133.224 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:133.245 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:133.267 FlashBankInfo: +T4AF4 000:133.289 Name: SFLASH: NAR +T4AF4 000:133.310 BaseAddr: 0x16001A00 +T4AF4 000:133.370 AlwaysPresent: 1 +T4AF4 000:133.392 LoaderInfo: +T4AF4 000:133.413 Name: SFLASH: NAR +T4AF4 000:133.435 MaxSize: 0x00000200 +T4AF4 000:133.456 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:133.478 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:133.500 FlashBankInfo: +T4AF4 000:133.521 Name: SFLASH: Public Key +T4AF4 000:133.543 BaseAddr: 0x16005A00 +T4AF4 000:133.602 AlwaysPresent: 1 +T4AF4 000:133.624 LoaderInfo: +T4AF4 000:133.645 Name: SFLASH: Public Key +T4AF4 000:133.667 MaxSize: 0x00000C00 +T4AF4 000:133.689 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:133.710 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:133.732 FlashBankInfo: +T4AF4 000:133.754 Name: SFLASH: TOC2 +T4AF4 000:133.779 BaseAddr: 0x16007C00 +T4AF4 000:133.839 AlwaysPresent: 1 +T4AF4 000:133.861 LoaderInfo: +T4AF4 000:133.882 Name: SFLASH: TOC2 +T4AF4 000:133.904 MaxSize: 0x00000400 +T4AF4 000:133.925 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:133.947 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:133.969 FlashBankInfo: +T4AF4 000:133.990 Name: SMIF +T4AF4 000:134.011 BaseAddr: 0x18000000 +T4AF4 000:134.080 LoaderInfo: +T4AF4 000:134.114 Name: SMIF +T4AF4 000:134.137 MaxSize: 0x08000000 +T4AF4 000:134.169 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:134.195 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:134.224 Device entry modified: CY8C6xx6_CM0p_sect256KB_tm +T4AF4 000:134.268 ChipInfo: +T4AF4 000:134.294 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript +T4AF4 000:134.321 FlashBankInfo: +T4AF4 000:134.346 Name: FLASH (Main) +T4AF4 000:134.372 BaseAddr: 0x10000000 +T4AF4 000:134.443 AlwaysPresent: 1 +T4AF4 000:134.468 LoaderInfo: +T4AF4 000:134.493 Name: FLASH (Main) +T4AF4 000:134.519 MaxSize: 0x00080000 +T4AF4 000:134.544 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM +T4AF4 000:134.572 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:134.598 FlashBankInfo: +T4AF4 000:134.623 Name: WFLASH (Work) +T4AF4 000:134.649 BaseAddr: 0x14000000 +T4AF4 000:134.719 AlwaysPresent: 1 +T4AF4 000:134.744 LoaderInfo: +T4AF4 000:134.769 Name: WFLASH (Work) +T4AF4 000:134.795 MaxSize: 0x00008000 +T4AF4 000:134.820 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:134.845 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:134.871 FlashBankInfo: +T4AF4 000:134.896 Name: SFLASH: User Data +T4AF4 000:134.922 BaseAddr: 0x16000800 +T4AF4 000:134.992 AlwaysPresent: 1 +T4AF4 000:135.017 LoaderInfo: +T4AF4 000:135.046 Name: SFLASH: User Data +T4AF4 000:135.072 MaxSize: 0x00000800 +T4AF4 000:135.099 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:135.124 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:135.150 FlashBankInfo: +T4AF4 000:135.175 Name: SFLASH: NAR +T4AF4 000:135.201 BaseAddr: 0x16001A00 +T4AF4 000:135.271 AlwaysPresent: 1 +T4AF4 000:135.296 LoaderInfo: +T4AF4 000:135.321 Name: SFLASH: NAR +T4AF4 000:135.346 MaxSize: 0x00000200 +T4AF4 000:135.372 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:135.399 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:135.424 FlashBankInfo: +T4AF4 000:135.449 Name: SFLASH: Public Key +T4AF4 000:135.475 BaseAddr: 0x16005A00 +T4AF4 000:135.545 AlwaysPresent: 1 +T4AF4 000:135.566 LoaderInfo: +T4AF4 000:135.588 Name: SFLASH: Public Key +T4AF4 000:135.609 MaxSize: 0x00000C00 +T4AF4 000:135.631 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:135.652 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:135.674 FlashBankInfo: +T4AF4 000:135.695 Name: SFLASH: TOC2 +T4AF4 000:135.717 BaseAddr: 0x16007C00 +T4AF4 000:135.776 AlwaysPresent: 1 +T4AF4 000:135.801 LoaderInfo: +T4AF4 000:135.823 Name: SFLASH: TOC2 +T4AF4 000:135.845 MaxSize: 0x00000400 +T4AF4 000:135.866 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:135.888 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:135.912 FlashBankInfo: +T4AF4 000:135.933 Name: SMIF +T4AF4 000:135.955 BaseAddr: 0x18000000 +T4AF4 000:136.014 LoaderInfo: +T4AF4 000:136.042 Name: SMIF +T4AF4 000:136.063 MaxSize: 0x08000000 +T4AF4 000:136.086 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:136.113 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:136.176 Device entry modified: CY8C6xx6_CM4 +T4AF4 000:136.282 ChipInfo: +T4AF4 000:136.311 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript +T4AF4 000:136.370 FlashBankInfo: +T4AF4 000:136.399 Name: FLASH (Main) +T4AF4 000:136.425 BaseAddr: 0x10000000 +T4AF4 000:136.502 AlwaysPresent: 1 +T4AF4 000:136.527 LoaderInfo: +T4AF4 000:136.553 Name: FLASH (Main) +T4AF4 000:136.578 MaxSize: 0x00080000 +T4AF4 000:136.604 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6.FLM +T4AF4 000:136.629 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:136.655 FlashBankInfo: +T4AF4 000:136.683 Name: WFLASH (Work) +T4AF4 000:136.708 BaseAddr: 0x14000000 +T4AF4 000:136.780 AlwaysPresent: 1 +T4AF4 000:136.805 LoaderInfo: +T4AF4 000:136.830 Name: WFLASH (Work) +T4AF4 000:136.855 MaxSize: 0x00008000 +T4AF4 000:136.881 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:136.907 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:136.932 FlashBankInfo: +T4AF4 000:136.957 Name: SFLASH: User Data +T4AF4 000:136.983 BaseAddr: 0x16000800 +T4AF4 000:137.054 AlwaysPresent: 1 +T4AF4 000:137.079 LoaderInfo: +T4AF4 000:137.105 Name: SFLASH: User Data +T4AF4 000:137.130 MaxSize: 0x00000800 +T4AF4 000:137.156 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:137.181 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:137.207 FlashBankInfo: +T4AF4 000:137.232 Name: SFLASH: NAR +T4AF4 000:137.257 BaseAddr: 0x16001A00 +T4AF4 000:137.327 AlwaysPresent: 1 +T4AF4 000:137.353 LoaderInfo: +T4AF4 000:137.380 Name: SFLASH: NAR +T4AF4 000:137.405 MaxSize: 0x00000200 +T4AF4 000:137.431 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:137.456 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:137.482 FlashBankInfo: +T4AF4 000:137.510 Name: SFLASH: Public Key +T4AF4 000:137.531 BaseAddr: 0x16005A00 +T4AF4 000:137.591 AlwaysPresent: 1 +T4AF4 000:137.613 LoaderInfo: +T4AF4 000:137.634 Name: SFLASH: Public Key +T4AF4 000:137.656 MaxSize: 0x00000C00 +T4AF4 000:137.677 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:137.699 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:137.721 FlashBankInfo: +T4AF4 000:137.743 Name: SFLASH: TOC2 +T4AF4 000:137.765 BaseAddr: 0x16007C00 +T4AF4 000:137.825 AlwaysPresent: 1 +T4AF4 000:137.847 LoaderInfo: +T4AF4 000:137.868 Name: SFLASH: TOC2 +T4AF4 000:137.890 MaxSize: 0x00000400 +T4AF4 000:137.922 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:137.953 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:137.979 FlashBankInfo: +T4AF4 000:138.004 Name: SMIF +T4AF4 000:138.029 BaseAddr: 0x18000000 +T4AF4 000:138.099 LoaderInfo: +T4AF4 000:138.125 Name: SMIF +T4AF4 000:138.150 MaxSize: 0x08000000 +T4AF4 000:138.176 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:138.201 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:138.230 Device entry modified: CY8C6xx6_CM4_sect256KB +T4AF4 000:138.272 ChipInfo: +T4AF4 000:138.298 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript +T4AF4 000:138.328 FlashBankInfo: +T4AF4 000:138.353 Name: FLASH (Main) +T4AF4 000:138.378 BaseAddr: 0x10000000 +T4AF4 000:138.448 AlwaysPresent: 1 +T4AF4 000:138.474 LoaderInfo: +T4AF4 000:138.499 Name: FLASH (Main) +T4AF4 000:138.524 MaxSize: 0x00080000 +T4AF4 000:138.550 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx6_sect256KB.FLM +T4AF4 000:138.575 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:138.601 FlashBankInfo: +T4AF4 000:138.626 Name: WFLASH (Work) +T4AF4 000:138.651 BaseAddr: 0x14000000 +T4AF4 000:138.729 AlwaysPresent: 1 +T4AF4 000:138.758 LoaderInfo: +T4AF4 000:138.784 Name: WFLASH (Work) +T4AF4 000:138.809 MaxSize: 0x00008000 +T4AF4 000:138.835 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:138.860 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:138.885 FlashBankInfo: +T4AF4 000:138.910 Name: SFLASH: User Data +T4AF4 000:138.936 BaseAddr: 0x16000800 +T4AF4 000:139.007 AlwaysPresent: 1 +T4AF4 000:139.033 LoaderInfo: +T4AF4 000:139.058 Name: SFLASH: User Data +T4AF4 000:139.083 MaxSize: 0x00000800 +T4AF4 000:139.109 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:139.134 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:139.160 FlashBankInfo: +T4AF4 000:139.185 Name: SFLASH: NAR +T4AF4 000:139.211 BaseAddr: 0x16001A00 +T4AF4 000:139.282 AlwaysPresent: 1 +T4AF4 000:139.308 LoaderInfo: +T4AF4 000:139.333 Name: SFLASH: NAR +T4AF4 000:139.358 MaxSize: 0x00000200 +T4AF4 000:139.384 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:139.413 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:139.435 FlashBankInfo: +T4AF4 000:139.456 Name: SFLASH: Public Key +T4AF4 000:139.478 BaseAddr: 0x16005A00 +T4AF4 000:139.537 AlwaysPresent: 1 +T4AF4 000:139.558 LoaderInfo: +T4AF4 000:139.580 Name: SFLASH: Public Key +T4AF4 000:139.601 MaxSize: 0x00000C00 +T4AF4 000:139.623 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:139.644 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:139.666 FlashBankInfo: +T4AF4 000:139.687 Name: SFLASH: TOC2 +T4AF4 000:139.709 BaseAddr: 0x16007C00 +T4AF4 000:139.770 AlwaysPresent: 1 +T4AF4 000:139.791 LoaderInfo: +T4AF4 000:139.812 Name: SFLASH: TOC2 +T4AF4 000:139.834 MaxSize: 0x00000400 +T4AF4 000:139.856 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:139.881 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:139.903 FlashBankInfo: +T4AF4 000:139.924 Name: SMIF +T4AF4 000:139.945 BaseAddr: 0x18000000 +T4AF4 000:140.005 LoaderInfo: +T4AF4 000:140.027 Name: SMIF +T4AF4 000:140.048 MaxSize: 0x08000000 +T4AF4 000:140.070 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:140.091 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:140.115 Device entry modified: CY8C6xx7_CM0p +T4AF4 000:140.150 ChipInfo: +T4AF4 000:140.172 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript +T4AF4 000:140.195 FlashBankInfo: +T4AF4 000:140.216 Name: FLASH (Main) +T4AF4 000:140.238 BaseAddr: 0x10000000 +T4AF4 000:140.299 AlwaysPresent: 1 +T4AF4 000:140.321 LoaderInfo: +T4AF4 000:140.342 Name: FLASH (Main) +T4AF4 000:140.364 MaxSize: 0x00100000 +T4AF4 000:140.385 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM +T4AF4 000:140.407 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:140.429 FlashBankInfo: +T4AF4 000:140.450 Name: WFLASH (Work) +T4AF4 000:140.472 BaseAddr: 0x14000000 +T4AF4 000:140.532 AlwaysPresent: 1 +T4AF4 000:140.553 LoaderInfo: +T4AF4 000:140.575 Name: WFLASH (Work) +T4AF4 000:140.596 MaxSize: 0x00008000 +T4AF4 000:140.618 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:140.640 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:140.661 FlashBankInfo: +T4AF4 000:140.682 Name: SFLASH: User Data +T4AF4 000:140.704 BaseAddr: 0x16000800 +T4AF4 000:140.765 AlwaysPresent: 1 +T4AF4 000:140.787 LoaderInfo: +T4AF4 000:140.808 Name: SFLASH: User Data +T4AF4 000:140.830 MaxSize: 0x00000800 +T4AF4 000:140.852 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:140.873 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:140.895 FlashBankInfo: +T4AF4 000:140.916 Name: SFLASH: NAR +T4AF4 000:140.938 BaseAddr: 0x16001A00 +T4AF4 000:140.997 AlwaysPresent: 1 +T4AF4 000:141.019 LoaderInfo: +T4AF4 000:141.040 Name: SFLASH: NAR +T4AF4 000:141.061 MaxSize: 0x00000200 +T4AF4 000:141.083 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:141.105 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:141.126 FlashBankInfo: +T4AF4 000:141.148 Name: SFLASH: Public Key +T4AF4 000:141.169 BaseAddr: 0x16005A00 +T4AF4 000:141.229 AlwaysPresent: 1 +T4AF4 000:141.250 LoaderInfo: +T4AF4 000:141.272 Name: SFLASH: Public Key +T4AF4 000:141.293 MaxSize: 0x00000C00 +T4AF4 000:141.315 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:141.337 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:141.359 FlashBankInfo: +T4AF4 000:141.380 Name: SFLASH: TOC2 +T4AF4 000:141.401 BaseAddr: 0x16007C00 +T4AF4 000:141.461 AlwaysPresent: 1 +T4AF4 000:141.482 LoaderInfo: +T4AF4 000:141.504 Name: SFLASH: TOC2 +T4AF4 000:141.525 MaxSize: 0x00000400 +T4AF4 000:141.547 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:141.568 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:141.590 FlashBankInfo: +T4AF4 000:141.615 Name: SMIF +T4AF4 000:141.637 BaseAddr: 0x18000000 +T4AF4 000:141.696 LoaderInfo: +T4AF4 000:141.718 Name: SMIF +T4AF4 000:141.741 MaxSize: 0x08000000 +T4AF4 000:141.762 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:141.784 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:141.809 Device entry modified: CY8C6xx7_CM0p_sect256KB +T4AF4 000:141.848 ChipInfo: +T4AF4 000:141.870 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p.JLinkScript +T4AF4 000:141.893 FlashBankInfo: +T4AF4 000:141.915 Name: FLASH (Main) +T4AF4 000:141.937 BaseAddr: 0x10000000 +T4AF4 000:141.998 AlwaysPresent: 1 +T4AF4 000:142.019 LoaderInfo: +T4AF4 000:142.041 Name: FLASH (Main) +T4AF4 000:142.062 MaxSize: 0x00100000 +T4AF4 000:142.084 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM +T4AF4 000:142.106 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:142.127 FlashBankInfo: +T4AF4 000:142.149 Name: WFLASH (Work) +T4AF4 000:142.170 BaseAddr: 0x14000000 +T4AF4 000:142.230 AlwaysPresent: 1 +T4AF4 000:142.252 LoaderInfo: +T4AF4 000:142.273 Name: WFLASH (Work) +T4AF4 000:142.295 MaxSize: 0x00008000 +T4AF4 000:142.316 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:142.338 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:142.360 FlashBankInfo: +T4AF4 000:142.381 Name: SFLASH: User Data +T4AF4 000:142.403 BaseAddr: 0x16000800 +T4AF4 000:142.463 AlwaysPresent: 1 +T4AF4 000:142.484 LoaderInfo: +T4AF4 000:142.505 Name: SFLASH: User Data +T4AF4 000:142.527 MaxSize: 0x00000800 +T4AF4 000:142.549 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:142.570 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:142.592 FlashBankInfo: +T4AF4 000:142.613 Name: SFLASH: NAR +T4AF4 000:142.635 BaseAddr: 0x16001A00 +T4AF4 000:142.694 AlwaysPresent: 1 +T4AF4 000:142.716 LoaderInfo: +T4AF4 000:142.737 Name: SFLASH: NAR +T4AF4 000:142.769 MaxSize: 0x00000200 +T4AF4 000:142.791 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:142.812 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:142.834 FlashBankInfo: +T4AF4 000:142.855 Name: SFLASH: Public Key +T4AF4 000:142.877 BaseAddr: 0x16005A00 +T4AF4 000:142.937 AlwaysPresent: 1 +T4AF4 000:142.959 LoaderInfo: +T4AF4 000:142.980 Name: SFLASH: Public Key +T4AF4 000:143.002 MaxSize: 0x00000C00 +T4AF4 000:143.024 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:143.045 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:143.067 FlashBankInfo: +T4AF4 000:143.088 Name: SFLASH: TOC2 +T4AF4 000:143.110 BaseAddr: 0x16007C00 +T4AF4 000:143.169 AlwaysPresent: 1 +T4AF4 000:143.191 LoaderInfo: +T4AF4 000:143.212 Name: SFLASH: TOC2 +T4AF4 000:143.234 MaxSize: 0x00000400 +T4AF4 000:143.255 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:143.277 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:143.299 FlashBankInfo: +T4AF4 000:143.320 Name: SMIF +T4AF4 000:143.341 BaseAddr: 0x18000000 +T4AF4 000:143.405 LoaderInfo: +T4AF4 000:143.426 Name: SMIF +T4AF4 000:143.448 MaxSize: 0x08000000 +T4AF4 000:143.470 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:143.491 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:143.515 Device entry modified: CY8C6xx7_CM0p_tm +T4AF4 000:143.551 ChipInfo: +T4AF4 000:143.573 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript +T4AF4 000:143.596 FlashBankInfo: +T4AF4 000:143.617 Name: FLASH (Main) +T4AF4 000:143.639 BaseAddr: 0x10000000 +T4AF4 000:143.705 AlwaysPresent: 1 +T4AF4 000:143.728 LoaderInfo: +T4AF4 000:143.751 Name: FLASH (Main) +T4AF4 000:143.772 MaxSize: 0x00100000 +T4AF4 000:143.794 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM +T4AF4 000:143.815 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:143.837 FlashBankInfo: +T4AF4 000:143.859 Name: WFLASH (Work) +T4AF4 000:143.880 BaseAddr: 0x14000000 +T4AF4 000:143.940 AlwaysPresent: 1 +T4AF4 000:143.961 LoaderInfo: +T4AF4 000:143.982 Name: WFLASH (Work) +T4AF4 000:144.004 MaxSize: 0x00008000 +T4AF4 000:144.026 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:144.047 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:144.069 FlashBankInfo: +T4AF4 000:144.090 Name: SFLASH: User Data +T4AF4 000:144.112 BaseAddr: 0x16000800 +T4AF4 000:144.171 AlwaysPresent: 1 +T4AF4 000:144.193 LoaderInfo: +T4AF4 000:144.215 Name: SFLASH: User Data +T4AF4 000:144.236 MaxSize: 0x00000800 +T4AF4 000:144.258 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:144.279 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:144.301 FlashBankInfo: +T4AF4 000:144.322 Name: SFLASH: NAR +T4AF4 000:144.344 BaseAddr: 0x16001A00 +T4AF4 000:144.404 AlwaysPresent: 1 +T4AF4 000:144.425 LoaderInfo: +T4AF4 000:144.447 Name: SFLASH: NAR +T4AF4 000:144.468 MaxSize: 0x00000200 +T4AF4 000:144.490 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:144.511 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:144.533 FlashBankInfo: +T4AF4 000:144.554 Name: SFLASH: Public Key +T4AF4 000:144.576 BaseAddr: 0x16005A00 +T4AF4 000:144.636 AlwaysPresent: 1 +T4AF4 000:144.657 LoaderInfo: +T4AF4 000:144.679 Name: SFLASH: Public Key +T4AF4 000:144.700 MaxSize: 0x00000C00 +T4AF4 000:144.722 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:144.756 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:144.778 FlashBankInfo: +T4AF4 000:144.809 Name: SFLASH: TOC2 +T4AF4 000:144.835 BaseAddr: 0x16007C00 +T4AF4 000:144.905 AlwaysPresent: 1 +T4AF4 000:144.930 LoaderInfo: +T4AF4 000:144.955 Name: SFLASH: TOC2 +T4AF4 000:144.980 MaxSize: 0x00000400 +T4AF4 000:145.006 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:145.031 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:145.057 FlashBankInfo: +T4AF4 000:145.082 Name: SMIF +T4AF4 000:145.107 BaseAddr: 0x18000000 +T4AF4 000:145.176 LoaderInfo: +T4AF4 000:145.202 Name: SMIF +T4AF4 000:145.227 MaxSize: 0x08000000 +T4AF4 000:145.257 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:145.282 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:145.311 Device entry modified: CY8C6xx7_CM0p_sect256KB_tm +T4AF4 000:145.355 ChipInfo: +T4AF4 000:145.381 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM0p_tm.JLinkScript +T4AF4 000:145.409 FlashBankInfo: +T4AF4 000:145.435 Name: FLASH (Main) +T4AF4 000:145.460 BaseAddr: 0x10000000 +T4AF4 000:145.530 AlwaysPresent: 1 +T4AF4 000:145.556 LoaderInfo: +T4AF4 000:145.581 Name: FLASH (Main) +T4AF4 000:145.606 MaxSize: 0x00100000 +T4AF4 000:145.632 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM +T4AF4 000:145.657 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:145.689 FlashBankInfo: +T4AF4 000:145.714 Name: WFLASH (Work) +T4AF4 000:145.742 BaseAddr: 0x14000000 +T4AF4 000:145.811 AlwaysPresent: 1 +T4AF4 000:145.837 LoaderInfo: +T4AF4 000:145.862 Name: WFLASH (Work) +T4AF4 000:145.888 MaxSize: 0x00008000 +T4AF4 000:145.913 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:145.938 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:145.964 FlashBankInfo: +T4AF4 000:145.989 Name: SFLASH: User Data +T4AF4 000:146.014 BaseAddr: 0x16000800 +T4AF4 000:146.086 AlwaysPresent: 1 +T4AF4 000:146.112 LoaderInfo: +T4AF4 000:146.137 Name: SFLASH: User Data +T4AF4 000:146.165 MaxSize: 0x00000800 +T4AF4 000:146.186 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:146.207 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:146.229 FlashBankInfo: +T4AF4 000:146.251 Name: SFLASH: NAR +T4AF4 000:146.272 BaseAddr: 0x16001A00 +T4AF4 000:146.332 AlwaysPresent: 1 +T4AF4 000:146.353 LoaderInfo: +T4AF4 000:146.375 Name: SFLASH: NAR +T4AF4 000:146.396 MaxSize: 0x00000200 +T4AF4 000:146.418 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:146.439 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:146.461 FlashBankInfo: +T4AF4 000:146.482 Name: SFLASH: Public Key +T4AF4 000:146.504 BaseAddr: 0x16005A00 +T4AF4 000:146.563 AlwaysPresent: 1 +T4AF4 000:146.585 LoaderInfo: +T4AF4 000:146.606 Name: SFLASH: Public Key +T4AF4 000:146.628 MaxSize: 0x00000C00 +T4AF4 000:146.649 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:146.671 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:146.696 FlashBankInfo: +T4AF4 000:146.717 Name: SFLASH: TOC2 +T4AF4 000:146.740 BaseAddr: 0x16007C00 +T4AF4 000:146.800 AlwaysPresent: 1 +T4AF4 000:146.821 LoaderInfo: +T4AF4 000:146.842 Name: SFLASH: TOC2 +T4AF4 000:146.864 MaxSize: 0x00000400 +T4AF4 000:146.886 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:146.907 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:146.929 FlashBankInfo: +T4AF4 000:146.949 Name: SMIF +T4AF4 000:146.971 BaseAddr: 0x18000000 +T4AF4 000:147.030 LoaderInfo: +T4AF4 000:147.052 Name: SMIF +T4AF4 000:147.073 MaxSize: 0x08000000 +T4AF4 000:147.095 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:147.120 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:147.144 Device entry modified: CY8C6xx7_CM4 +T4AF4 000:147.179 ChipInfo: +T4AF4 000:147.201 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript +T4AF4 000:147.226 FlashBankInfo: +T4AF4 000:147.248 Name: FLASH (Main) +T4AF4 000:147.269 BaseAddr: 0x10000000 +T4AF4 000:147.328 AlwaysPresent: 1 +T4AF4 000:147.350 LoaderInfo: +T4AF4 000:147.372 Name: FLASH (Main) +T4AF4 000:147.393 MaxSize: 0x00100000 +T4AF4 000:147.415 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7.FLM +T4AF4 000:147.437 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:147.459 FlashBankInfo: +T4AF4 000:147.480 Name: WFLASH (Work) +T4AF4 000:147.502 BaseAddr: 0x14000000 +T4AF4 000:147.561 AlwaysPresent: 1 +T4AF4 000:147.582 LoaderInfo: +T4AF4 000:147.604 Name: WFLASH (Work) +T4AF4 000:147.625 MaxSize: 0x00008000 +T4AF4 000:147.647 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:147.668 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:147.698 FlashBankInfo: +T4AF4 000:147.720 Name: SFLASH: User Data +T4AF4 000:147.743 BaseAddr: 0x16000800 +T4AF4 000:147.802 AlwaysPresent: 1 +T4AF4 000:147.824 LoaderInfo: +T4AF4 000:147.845 Name: SFLASH: User Data +T4AF4 000:147.867 MaxSize: 0x00000800 +T4AF4 000:147.888 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:147.910 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:147.932 FlashBankInfo: +T4AF4 000:147.953 Name: SFLASH: NAR +T4AF4 000:147.975 BaseAddr: 0x16001A00 +T4AF4 000:148.034 AlwaysPresent: 1 +T4AF4 000:148.056 LoaderInfo: +T4AF4 000:148.077 Name: SFLASH: NAR +T4AF4 000:148.099 MaxSize: 0x00000200 +T4AF4 000:148.120 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:148.142 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:148.164 FlashBankInfo: +T4AF4 000:148.185 Name: SFLASH: Public Key +T4AF4 000:148.207 BaseAddr: 0x16005A00 +T4AF4 000:148.266 AlwaysPresent: 1 +T4AF4 000:148.288 LoaderInfo: +T4AF4 000:148.309 Name: SFLASH: Public Key +T4AF4 000:148.331 MaxSize: 0x00000C00 +T4AF4 000:148.352 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:148.374 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:148.395 FlashBankInfo: +T4AF4 000:148.417 Name: SFLASH: TOC2 +T4AF4 000:148.438 BaseAddr: 0x16007C00 +T4AF4 000:148.498 AlwaysPresent: 1 +T4AF4 000:148.526 LoaderInfo: +T4AF4 000:148.547 Name: SFLASH: TOC2 +T4AF4 000:148.569 MaxSize: 0x00000400 +T4AF4 000:148.591 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:148.612 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:148.634 FlashBankInfo: +T4AF4 000:148.655 Name: SMIF +T4AF4 000:148.676 BaseAddr: 0x18000000 +T4AF4 000:148.736 LoaderInfo: +T4AF4 000:148.772 Name: SMIF +T4AF4 000:148.795 MaxSize: 0x08000000 +T4AF4 000:148.826 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:148.851 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:148.880 Device entry modified: CY8C6xx7_CM4_sect256KB +T4AF4 000:148.924 ChipInfo: +T4AF4 000:148.952 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_CM4.JLinkScript +T4AF4 000:148.981 FlashBankInfo: +T4AF4 000:149.007 Name: FLASH (Main) +T4AF4 000:149.032 BaseAddr: 0x10000000 +T4AF4 000:149.103 AlwaysPresent: 1 +T4AF4 000:149.128 LoaderInfo: +T4AF4 000:149.153 Name: FLASH (Main) +T4AF4 000:149.179 MaxSize: 0x00100000 +T4AF4 000:149.204 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx7_sect256KB.FLM +T4AF4 000:149.232 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:149.258 FlashBankInfo: +T4AF4 000:149.283 Name: WFLASH (Work) +T4AF4 000:149.308 BaseAddr: 0x14000000 +T4AF4 000:149.378 AlwaysPresent: 1 +T4AF4 000:149.403 LoaderInfo: +T4AF4 000:149.428 Name: WFLASH (Work) +T4AF4 000:149.454 MaxSize: 0x00008000 +T4AF4 000:149.479 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:149.504 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:149.530 FlashBankInfo: +T4AF4 000:149.555 Name: SFLASH: User Data +T4AF4 000:149.581 BaseAddr: 0x16000800 +T4AF4 000:149.650 AlwaysPresent: 1 +T4AF4 000:149.676 LoaderInfo: +T4AF4 000:149.704 Name: SFLASH: User Data +T4AF4 000:149.729 MaxSize: 0x00000800 +T4AF4 000:149.756 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_USER.FLM +T4AF4 000:149.781 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:149.807 FlashBankInfo: +T4AF4 000:149.832 Name: SFLASH: NAR +T4AF4 000:149.858 BaseAddr: 0x16001A00 +T4AF4 000:149.927 AlwaysPresent: 1 +T4AF4 000:149.953 LoaderInfo: +T4AF4 000:149.978 Name: SFLASH: NAR +T4AF4 000:150.003 MaxSize: 0x00000200 +T4AF4 000:150.030 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_NAR.FLM +T4AF4 000:150.056 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:150.081 FlashBankInfo: +T4AF4 000:150.106 Name: SFLASH: Public Key +T4AF4 000:150.132 BaseAddr: 0x16005A00 +T4AF4 000:150.197 AlwaysPresent: 1 +T4AF4 000:150.219 LoaderInfo: +T4AF4 000:150.240 Name: SFLASH: Public Key +T4AF4 000:150.261 MaxSize: 0x00000C00 +T4AF4 000:150.283 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_PKEY.FLM +T4AF4 000:150.305 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:150.326 FlashBankInfo: +T4AF4 000:150.348 Name: SFLASH: TOC2 +T4AF4 000:150.370 BaseAddr: 0x16007C00 +T4AF4 000:150.429 AlwaysPresent: 1 +T4AF4 000:150.450 LoaderInfo: +T4AF4 000:150.471 Name: SFLASH: TOC2 +T4AF4 000:150.493 MaxSize: 0x00000400 +T4AF4 000:150.515 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SFLASH_TOC2.FLM +T4AF4 000:150.536 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:150.559 FlashBankInfo: +T4AF4 000:150.580 Name: SMIF +T4AF4 000:150.601 BaseAddr: 0x18000000 +T4AF4 000:150.660 LoaderInfo: +T4AF4 000:150.682 Name: SMIF +T4AF4 000:150.703 MaxSize: 0x08000000 +T4AF4 000:150.725 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF.FLM +T4AF4 000:150.749 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:150.772 Device entry modified: CY8C6xxA_CM0p +T4AF4 000:150.807 ChipInfo: +T4AF4 000:150.830 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:150.895 FlashBankInfo: +T4AF4 000:150.917 Name: FLASH (Main) +T4AF4 000:150.939 BaseAddr: 0x10000000 +T4AF4 000:151.043 AlwaysPresent: 1 +T4AF4 000:151.065 LoaderInfo: +T4AF4 000:151.087 Name: FLASH (Main) +T4AF4 000:151.109 MaxSize: 0x00200000 +T4AF4 000:151.130 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM +T4AF4 000:151.152 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:151.174 FlashBankInfo: +T4AF4 000:151.196 Name: WFLASH (Work) +T4AF4 000:151.218 BaseAddr: 0x14000000 +T4AF4 000:151.278 AlwaysPresent: 1 +T4AF4 000:151.300 LoaderInfo: +T4AF4 000:151.321 Name: WFLASH (Work) +T4AF4 000:151.343 MaxSize: 0x00008000 +T4AF4 000:151.365 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:151.386 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:151.408 FlashBankInfo: +T4AF4 000:151.430 Name: SFLASH: User Data +T4AF4 000:151.452 BaseAddr: 0x16000800 +T4AF4 000:151.512 AlwaysPresent: 1 +T4AF4 000:151.534 LoaderInfo: +T4AF4 000:151.555 Name: SFLASH: User Data +T4AF4 000:151.577 MaxSize: 0x00000800 +T4AF4 000:151.598 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:151.620 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:151.642 FlashBankInfo: +T4AF4 000:151.663 Name: SFLASH: NAR +T4AF4 000:151.685 BaseAddr: 0x16001A00 +T4AF4 000:151.747 AlwaysPresent: 1 +T4AF4 000:151.773 LoaderInfo: +T4AF4 000:151.804 Name: SFLASH: NAR +T4AF4 000:151.846 MaxSize: 0x00000200 +T4AF4 000:151.933 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:151.992 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:152.043 FlashBankInfo: +T4AF4 000:152.083 Name: SFLASH: Public Key +T4AF4 000:152.123 BaseAddr: 0x16005A00 +T4AF4 000:152.241 AlwaysPresent: 1 +T4AF4 000:152.281 LoaderInfo: +T4AF4 000:152.320 Name: SFLASH: Public Key +T4AF4 000:152.359 MaxSize: 0x00000C00 +T4AF4 000:152.400 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:152.440 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:152.481 FlashBankInfo: +T4AF4 000:152.521 Name: SFLASH: TOC2 +T4AF4 000:152.561 BaseAddr: 0x16007C00 +T4AF4 000:152.675 AlwaysPresent: 1 +T4AF4 000:152.708 LoaderInfo: +T4AF4 000:152.738 Name: SFLASH: TOC2 +T4AF4 000:152.767 MaxSize: 0x00000400 +T4AF4 000:152.796 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:152.830 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:152.859 FlashBankInfo: +T4AF4 000:152.888 Name: SMIF +T4AF4 000:152.917 BaseAddr: 0x18000000 +T4AF4 000:153.001 LoaderInfo: +T4AF4 000:153.029 Name: SMIF +T4AF4 000:153.058 MaxSize: 0x08000000 +T4AF4 000:153.087 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:153.120 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:153.153 Device entry modified: CY8C6xxA_CM0p_sect256KB +T4AF4 000:153.201 ChipInfo: +T4AF4 000:153.230 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:153.263 FlashBankInfo: +T4AF4 000:153.291 Name: FLASH (Main) +T4AF4 000:153.393 BaseAddr: 0x10000000 +T4AF4 000:153.465 AlwaysPresent: 1 +T4AF4 000:153.490 LoaderInfo: +T4AF4 000:153.514 Name: FLASH (Main) +T4AF4 000:153.538 MaxSize: 0x00200000 +T4AF4 000:153.562 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM +T4AF4 000:153.586 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:153.611 FlashBankInfo: +T4AF4 000:153.636 Name: WFLASH (Work) +T4AF4 000:153.661 BaseAddr: 0x14000000 +T4AF4 000:153.754 AlwaysPresent: 1 +T4AF4 000:153.787 LoaderInfo: +T4AF4 000:153.813 Name: WFLASH (Work) +T4AF4 000:153.839 MaxSize: 0x00008000 +T4AF4 000:153.865 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:153.891 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:153.917 FlashBankInfo: +T4AF4 000:153.942 Name: SFLASH: User Data +T4AF4 000:153.968 BaseAddr: 0x16000800 +T4AF4 000:154.040 AlwaysPresent: 1 +T4AF4 000:154.070 LoaderInfo: +T4AF4 000:154.095 Name: SFLASH: User Data +T4AF4 000:154.121 MaxSize: 0x00000800 +T4AF4 000:154.147 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:154.173 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:154.199 FlashBankInfo: +T4AF4 000:154.224 Name: SFLASH: NAR +T4AF4 000:154.250 BaseAddr: 0x16001A00 +T4AF4 000:154.322 AlwaysPresent: 1 +T4AF4 000:154.348 LoaderInfo: +T4AF4 000:154.374 Name: SFLASH: NAR +T4AF4 000:154.399 MaxSize: 0x00000200 +T4AF4 000:154.425 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:154.451 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:154.479 FlashBankInfo: +T4AF4 000:154.504 Name: SFLASH: Public Key +T4AF4 000:154.530 BaseAddr: 0x16005A00 +T4AF4 000:154.601 AlwaysPresent: 1 +T4AF4 000:154.626 LoaderInfo: +T4AF4 000:154.652 Name: SFLASH: Public Key +T4AF4 000:154.681 MaxSize: 0x00000C00 +T4AF4 000:154.709 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:154.734 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:154.760 FlashBankInfo: +T4AF4 000:154.785 Name: SFLASH: TOC2 +T4AF4 000:154.811 BaseAddr: 0x16007C00 +T4AF4 000:154.883 AlwaysPresent: 1 +T4AF4 000:154.909 LoaderInfo: +T4AF4 000:154.934 Name: SFLASH: TOC2 +T4AF4 000:154.960 MaxSize: 0x00000400 +T4AF4 000:154.986 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:155.012 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:155.038 FlashBankInfo: +T4AF4 000:155.063 Name: SMIF +T4AF4 000:155.089 BaseAddr: 0x18000000 +T4AF4 000:155.160 LoaderInfo: +T4AF4 000:155.186 Name: SMIF +T4AF4 000:155.211 MaxSize: 0x08000000 +T4AF4 000:155.237 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:155.263 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:155.292 Device entry modified: CY8C6xxA_CM0p_tm +T4AF4 000:155.335 ChipInfo: +T4AF4 000:155.361 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:155.389 FlashBankInfo: +T4AF4 000:155.414 Name: FLASH (Main) +T4AF4 000:155.440 BaseAddr: 0x10000000 +T4AF4 000:155.511 AlwaysPresent: 1 +T4AF4 000:155.590 LoaderInfo: +T4AF4 000:155.616 Name: FLASH (Main) +T4AF4 000:155.642 MaxSize: 0x00200000 +T4AF4 000:155.668 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM +T4AF4 000:155.697 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:155.723 FlashBankInfo: +T4AF4 000:155.749 Name: WFLASH (Work) +T4AF4 000:155.775 BaseAddr: 0x14000000 +T4AF4 000:155.849 AlwaysPresent: 1 +T4AF4 000:155.875 LoaderInfo: +T4AF4 000:155.900 Name: WFLASH (Work) +T4AF4 000:155.926 MaxSize: 0x00008000 +T4AF4 000:155.952 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:155.978 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:156.004 FlashBankInfo: +T4AF4 000:156.030 Name: SFLASH: User Data +T4AF4 000:156.056 BaseAddr: 0x16000800 +T4AF4 000:156.128 AlwaysPresent: 1 +T4AF4 000:156.153 LoaderInfo: +T4AF4 000:156.179 Name: SFLASH: User Data +T4AF4 000:156.205 MaxSize: 0x00000800 +T4AF4 000:156.231 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:156.257 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:156.283 FlashBankInfo: +T4AF4 000:156.309 Name: SFLASH: NAR +T4AF4 000:156.335 BaseAddr: 0x16001A00 +T4AF4 000:156.406 AlwaysPresent: 1 +T4AF4 000:156.432 LoaderInfo: +T4AF4 000:156.457 Name: SFLASH: NAR +T4AF4 000:156.483 MaxSize: 0x00000200 +T4AF4 000:156.509 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:156.535 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:156.561 FlashBankInfo: +T4AF4 000:156.586 Name: SFLASH: Public Key +T4AF4 000:156.612 BaseAddr: 0x16005A00 +T4AF4 000:156.683 AlwaysPresent: 1 +T4AF4 000:156.710 LoaderInfo: +T4AF4 000:156.736 Name: SFLASH: Public Key +T4AF4 000:156.761 MaxSize: 0x00000C00 +T4AF4 000:156.787 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:156.813 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:156.839 FlashBankInfo: +T4AF4 000:156.864 Name: SFLASH: TOC2 +T4AF4 000:156.890 BaseAddr: 0x16007C00 +T4AF4 000:156.961 AlwaysPresent: 1 +T4AF4 000:156.987 LoaderInfo: +T4AF4 000:157.012 Name: SFLASH: TOC2 +T4AF4 000:157.038 MaxSize: 0x00000400 +T4AF4 000:157.064 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:157.090 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:157.116 FlashBankInfo: +T4AF4 000:157.141 Name: SMIF +T4AF4 000:157.167 BaseAddr: 0x18000000 +T4AF4 000:157.238 LoaderInfo: +T4AF4 000:157.263 Name: SMIF +T4AF4 000:157.289 MaxSize: 0x08000000 +T4AF4 000:157.315 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:157.341 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:157.370 Device entry modified: CY8C6xxA_CM0p_sect256KB_tm +T4AF4 000:157.412 ChipInfo: +T4AF4 000:157.438 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:157.466 FlashBankInfo: +T4AF4 000:157.491 Name: FLASH (Main) +T4AF4 000:157.518 BaseAddr: 0x10000000 +T4AF4 000:157.589 AlwaysPresent: 1 +T4AF4 000:157.615 LoaderInfo: +T4AF4 000:157.641 Name: FLASH (Main) +T4AF4 000:157.720 MaxSize: 0x00200000 +T4AF4 000:157.746 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM +T4AF4 000:157.772 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:157.798 FlashBankInfo: +T4AF4 000:157.823 Name: WFLASH (Work) +T4AF4 000:157.850 BaseAddr: 0x14000000 +T4AF4 000:157.923 AlwaysPresent: 1 +T4AF4 000:157.949 LoaderInfo: +T4AF4 000:157.975 Name: WFLASH (Work) +T4AF4 000:158.001 MaxSize: 0x00008000 +T4AF4 000:158.027 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:158.053 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:158.079 FlashBankInfo: +T4AF4 000:158.104 Name: SFLASH: User Data +T4AF4 000:158.131 BaseAddr: 0x16000800 +T4AF4 000:158.203 AlwaysPresent: 1 +T4AF4 000:158.228 LoaderInfo: +T4AF4 000:158.254 Name: SFLASH: User Data +T4AF4 000:158.280 MaxSize: 0x00000800 +T4AF4 000:158.306 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:158.331 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:158.357 FlashBankInfo: +T4AF4 000:158.383 Name: SFLASH: NAR +T4AF4 000:158.409 BaseAddr: 0x16001A00 +T4AF4 000:158.480 AlwaysPresent: 1 +T4AF4 000:158.506 LoaderInfo: +T4AF4 000:158.532 Name: SFLASH: NAR +T4AF4 000:158.557 MaxSize: 0x00000200 +T4AF4 000:158.583 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:158.609 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:158.635 FlashBankInfo: +T4AF4 000:158.661 Name: SFLASH: Public Key +T4AF4 000:158.688 BaseAddr: 0x16005A00 +T4AF4 000:158.763 AlwaysPresent: 1 +T4AF4 000:158.789 LoaderInfo: +T4AF4 000:158.814 Name: SFLASH: Public Key +T4AF4 000:158.840 MaxSize: 0x00000C00 +T4AF4 000:158.866 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:158.892 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:158.918 FlashBankInfo: +T4AF4 000:158.944 Name: SFLASH: TOC2 +T4AF4 000:158.969 BaseAddr: 0x16007C00 +T4AF4 000:159.040 AlwaysPresent: 1 +T4AF4 000:159.066 LoaderInfo: +T4AF4 000:159.092 Name: SFLASH: TOC2 +T4AF4 000:159.118 MaxSize: 0x00000400 +T4AF4 000:159.144 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:159.170 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:159.198 FlashBankInfo: +T4AF4 000:159.223 Name: SMIF +T4AF4 000:159.248 BaseAddr: 0x18000000 +T4AF4 000:159.318 LoaderInfo: +T4AF4 000:159.344 Name: SMIF +T4AF4 000:159.369 MaxSize: 0x08000000 +T4AF4 000:159.395 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:159.420 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:159.449 Device entry modified: CY8C6xxA_CM4 +T4AF4 000:159.490 ChipInfo: +T4AF4 000:159.516 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:159.545 FlashBankInfo: +T4AF4 000:159.571 Name: FLASH (Main) +T4AF4 000:159.597 BaseAddr: 0x10000000 +T4AF4 000:159.667 AlwaysPresent: 1 +T4AF4 000:159.704 LoaderInfo: +T4AF4 000:159.729 Name: FLASH (Main) +T4AF4 000:159.755 MaxSize: 0x00200000 +T4AF4 000:159.781 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA.FLM +T4AF4 000:159.854 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:159.881 FlashBankInfo: +T4AF4 000:159.906 Name: WFLASH (Work) +T4AF4 000:159.932 BaseAddr: 0x14000000 +T4AF4 000:160.005 AlwaysPresent: 1 +T4AF4 000:160.031 LoaderInfo: +T4AF4 000:160.057 Name: WFLASH (Work) +T4AF4 000:160.082 MaxSize: 0x00008000 +T4AF4 000:160.108 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:160.134 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:160.159 FlashBankInfo: +T4AF4 000:160.185 Name: SFLASH: User Data +T4AF4 000:160.210 BaseAddr: 0x16000800 +T4AF4 000:160.282 AlwaysPresent: 1 +T4AF4 000:160.308 LoaderInfo: +T4AF4 000:160.333 Name: SFLASH: User Data +T4AF4 000:160.359 MaxSize: 0x00000800 +T4AF4 000:160.384 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:160.410 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:160.435 FlashBankInfo: +T4AF4 000:160.460 Name: SFLASH: NAR +T4AF4 000:160.486 BaseAddr: 0x16001A00 +T4AF4 000:160.557 AlwaysPresent: 1 +T4AF4 000:160.582 LoaderInfo: +T4AF4 000:160.607 Name: SFLASH: NAR +T4AF4 000:160.633 MaxSize: 0x00000200 +T4AF4 000:160.659 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:160.685 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:160.711 FlashBankInfo: +T4AF4 000:160.737 Name: SFLASH: Public Key +T4AF4 000:160.763 BaseAddr: 0x16005A00 +T4AF4 000:160.833 AlwaysPresent: 1 +T4AF4 000:160.858 LoaderInfo: +T4AF4 000:160.883 Name: SFLASH: Public Key +T4AF4 000:160.909 MaxSize: 0x00000C00 +T4AF4 000:160.935 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:160.960 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:160.986 FlashBankInfo: +T4AF4 000:161.011 Name: SFLASH: TOC2 +T4AF4 000:161.037 BaseAddr: 0x16007C00 +T4AF4 000:161.109 AlwaysPresent: 1 +T4AF4 000:161.134 LoaderInfo: +T4AF4 000:161.160 Name: SFLASH: TOC2 +T4AF4 000:161.185 MaxSize: 0x00000400 +T4AF4 000:161.211 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:161.236 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:161.262 FlashBankInfo: +T4AF4 000:161.287 Name: SMIF +T4AF4 000:161.312 BaseAddr: 0x18000000 +T4AF4 000:161.384 LoaderInfo: +T4AF4 000:161.410 Name: SMIF +T4AF4 000:161.435 MaxSize: 0x08000000 +T4AF4 000:161.461 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:161.487 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:161.515 Device entry modified: CY8C6xxA_CM4_sect256KB +T4AF4 000:161.557 ChipInfo: +T4AF4 000:161.583 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:161.612 FlashBankInfo: +T4AF4 000:161.637 Name: FLASH (Main) +T4AF4 000:161.663 BaseAddr: 0x10000000 +T4AF4 000:161.736 AlwaysPresent: 1 +T4AF4 000:161.761 LoaderInfo: +T4AF4 000:161.787 Name: FLASH (Main) +T4AF4 000:161.813 MaxSize: 0x00200000 +T4AF4 000:161.838 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_sect256KB.FLM +T4AF4 000:161.864 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:161.933 FlashBankInfo: +T4AF4 000:161.962 Name: WFLASH (Work) +T4AF4 000:161.987 BaseAddr: 0x14000000 +T4AF4 000:162.060 AlwaysPresent: 1 +T4AF4 000:162.086 LoaderInfo: +T4AF4 000:162.112 Name: WFLASH (Work) +T4AF4 000:162.138 MaxSize: 0x00008000 +T4AF4 000:162.164 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:162.189 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:162.215 FlashBankInfo: +T4AF4 000:162.241 Name: SFLASH: User Data +T4AF4 000:162.267 BaseAddr: 0x16000800 +T4AF4 000:162.338 AlwaysPresent: 1 +T4AF4 000:162.364 LoaderInfo: +T4AF4 000:162.389 Name: SFLASH: User Data +T4AF4 000:162.414 MaxSize: 0x00000800 +T4AF4 000:162.440 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:162.466 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:162.492 FlashBankInfo: +T4AF4 000:162.517 Name: SFLASH: NAR +T4AF4 000:162.543 BaseAddr: 0x16001A00 +T4AF4 000:162.616 AlwaysPresent: 1 +T4AF4 000:162.642 LoaderInfo: +T4AF4 000:162.667 Name: SFLASH: NAR +T4AF4 000:162.694 MaxSize: 0x00000200 +T4AF4 000:162.720 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:162.746 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:162.772 FlashBankInfo: +T4AF4 000:162.797 Name: SFLASH: Public Key +T4AF4 000:162.823 BaseAddr: 0x16005A00 +T4AF4 000:162.893 AlwaysPresent: 1 +T4AF4 000:162.919 LoaderInfo: +T4AF4 000:162.944 Name: SFLASH: Public Key +T4AF4 000:162.970 MaxSize: 0x00000C00 +T4AF4 000:162.995 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:163.021 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:163.047 FlashBankInfo: +T4AF4 000:163.072 Name: SFLASH: TOC2 +T4AF4 000:163.098 BaseAddr: 0x16007C00 +T4AF4 000:163.168 AlwaysPresent: 1 +T4AF4 000:163.194 LoaderInfo: +T4AF4 000:163.219 Name: SFLASH: TOC2 +T4AF4 000:163.245 MaxSize: 0x00000400 +T4AF4 000:163.271 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:163.296 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:163.324 FlashBankInfo: +T4AF4 000:163.349 Name: SMIF +T4AF4 000:163.374 BaseAddr: 0x18000000 +T4AF4 000:163.448 LoaderInfo: +T4AF4 000:163.470 Name: SMIF +T4AF4 000:163.492 MaxSize: 0x08000000 +T4AF4 000:163.514 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:163.535 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:163.559 Device entry modified: CY8C6xx8_CM0p +T4AF4 000:163.594 ChipInfo: +T4AF4 000:163.617 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:163.640 FlashBankInfo: +T4AF4 000:163.661 Name: FLASH (Main) +T4AF4 000:163.689 BaseAddr: 0x10000000 +T4AF4 000:163.751 AlwaysPresent: 1 +T4AF4 000:163.772 LoaderInfo: +T4AF4 000:163.794 Name: FLASH (Main) +T4AF4 000:163.815 MaxSize: 0x00100000 +T4AF4 000:163.837 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM +T4AF4 000:163.859 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:163.881 FlashBankInfo: +T4AF4 000:163.902 Name: WFLASH (Work) +T4AF4 000:163.924 BaseAddr: 0x14000000 +T4AF4 000:164.026 AlwaysPresent: 1 +T4AF4 000:164.048 LoaderInfo: +T4AF4 000:164.070 Name: WFLASH (Work) +T4AF4 000:164.091 MaxSize: 0x00008000 +T4AF4 000:164.114 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:164.135 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:164.161 FlashBankInfo: +T4AF4 000:164.182 Name: SFLASH: User Data +T4AF4 000:164.204 BaseAddr: 0x16000800 +T4AF4 000:164.265 AlwaysPresent: 1 +T4AF4 000:164.287 LoaderInfo: +T4AF4 000:164.308 Name: SFLASH: User Data +T4AF4 000:164.330 MaxSize: 0x00000800 +T4AF4 000:164.352 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:164.374 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:164.396 FlashBankInfo: +T4AF4 000:164.417 Name: SFLASH: NAR +T4AF4 000:164.439 BaseAddr: 0x16001A00 +T4AF4 000:164.499 AlwaysPresent: 1 +T4AF4 000:164.521 LoaderInfo: +T4AF4 000:164.543 Name: SFLASH: NAR +T4AF4 000:164.564 MaxSize: 0x00000200 +T4AF4 000:164.586 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:164.608 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:164.630 FlashBankInfo: +T4AF4 000:164.651 Name: SFLASH: Public Key +T4AF4 000:164.673 BaseAddr: 0x16005A00 +T4AF4 000:164.736 AlwaysPresent: 1 +T4AF4 000:164.759 LoaderInfo: +T4AF4 000:164.780 Name: SFLASH: Public Key +T4AF4 000:164.802 MaxSize: 0x00000C00 +T4AF4 000:164.824 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:164.845 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:164.867 FlashBankInfo: +T4AF4 000:164.889 Name: SFLASH: TOC2 +T4AF4 000:164.911 BaseAddr: 0x16007C00 +T4AF4 000:164.971 AlwaysPresent: 1 +T4AF4 000:164.992 LoaderInfo: +T4AF4 000:165.014 Name: SFLASH: TOC2 +T4AF4 000:165.036 MaxSize: 0x00000400 +T4AF4 000:165.058 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:165.079 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:165.101 FlashBankInfo: +T4AF4 000:165.122 Name: SMIF +T4AF4 000:165.144 BaseAddr: 0x18000000 +T4AF4 000:165.204 LoaderInfo: +T4AF4 000:165.226 Name: SMIF +T4AF4 000:165.248 MaxSize: 0x08000000 +T4AF4 000:165.270 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:165.291 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:165.316 Device entry modified: CY8C6xx8_CM0p_sect256KB +T4AF4 000:165.352 ChipInfo: +T4AF4 000:165.374 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:165.397 FlashBankInfo: +T4AF4 000:165.418 Name: FLASH (Main) +T4AF4 000:165.440 BaseAddr: 0x10000000 +T4AF4 000:165.501 AlwaysPresent: 1 +T4AF4 000:165.523 LoaderInfo: +T4AF4 000:165.545 Name: FLASH (Main) +T4AF4 000:165.567 MaxSize: 0x00100000 +T4AF4 000:165.589 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM +T4AF4 000:165.610 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:165.632 FlashBankInfo: +T4AF4 000:165.654 Name: WFLASH (Work) +T4AF4 000:165.676 BaseAddr: 0x14000000 +T4AF4 000:165.737 AlwaysPresent: 1 +T4AF4 000:165.770 LoaderInfo: +T4AF4 000:165.799 Name: WFLASH (Work) +T4AF4 000:165.884 MaxSize: 0x00008000 +T4AF4 000:165.910 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:165.936 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:165.962 FlashBankInfo: +T4AF4 000:165.987 Name: SFLASH: User Data +T4AF4 000:166.013 BaseAddr: 0x16000800 +T4AF4 000:166.087 AlwaysPresent: 1 +T4AF4 000:166.113 LoaderInfo: +T4AF4 000:166.139 Name: SFLASH: User Data +T4AF4 000:166.165 MaxSize: 0x00000800 +T4AF4 000:166.190 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:166.216 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:166.242 FlashBankInfo: +T4AF4 000:166.267 Name: SFLASH: NAR +T4AF4 000:166.293 BaseAddr: 0x16001A00 +T4AF4 000:166.365 AlwaysPresent: 1 +T4AF4 000:166.390 LoaderInfo: +T4AF4 000:166.416 Name: SFLASH: NAR +T4AF4 000:166.441 MaxSize: 0x00000200 +T4AF4 000:166.467 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:166.493 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:166.518 FlashBankInfo: +T4AF4 000:166.544 Name: SFLASH: Public Key +T4AF4 000:166.570 BaseAddr: 0x16005A00 +T4AF4 000:166.640 AlwaysPresent: 1 +T4AF4 000:166.666 LoaderInfo: +T4AF4 000:166.691 Name: SFLASH: Public Key +T4AF4 000:166.716 MaxSize: 0x00000C00 +T4AF4 000:166.744 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:166.769 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:166.795 FlashBankInfo: +T4AF4 000:166.820 Name: SFLASH: TOC2 +T4AF4 000:166.846 BaseAddr: 0x16007C00 +T4AF4 000:166.916 AlwaysPresent: 1 +T4AF4 000:166.942 LoaderInfo: +T4AF4 000:166.967 Name: SFLASH: TOC2 +T4AF4 000:166.993 MaxSize: 0x00000400 +T4AF4 000:167.019 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:167.046 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:167.072 FlashBankInfo: +T4AF4 000:167.096 Name: SMIF +T4AF4 000:167.122 BaseAddr: 0x18000000 +T4AF4 000:167.192 LoaderInfo: +T4AF4 000:167.214 Name: SMIF +T4AF4 000:167.235 MaxSize: 0x08000000 +T4AF4 000:167.257 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:167.279 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:167.303 Device entry modified: CY8C6xx8_CM0p_tm +T4AF4 000:167.338 ChipInfo: +T4AF4 000:167.361 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:167.384 FlashBankInfo: +T4AF4 000:167.405 Name: FLASH (Main) +T4AF4 000:167.427 BaseAddr: 0x10000000 +T4AF4 000:167.487 AlwaysPresent: 1 +T4AF4 000:167.508 LoaderInfo: +T4AF4 000:167.530 Name: FLASH (Main) +T4AF4 000:167.551 MaxSize: 0x00100000 +T4AF4 000:167.573 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM +T4AF4 000:167.595 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:167.617 FlashBankInfo: +T4AF4 000:167.638 Name: WFLASH (Work) +T4AF4 000:167.660 BaseAddr: 0x14000000 +T4AF4 000:167.727 AlwaysPresent: 1 +T4AF4 000:167.760 LoaderInfo: +T4AF4 000:167.785 Name: WFLASH (Work) +T4AF4 000:167.874 MaxSize: 0x00008000 +T4AF4 000:167.907 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:167.945 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:167.972 FlashBankInfo: +T4AF4 000:167.997 Name: SFLASH: User Data +T4AF4 000:168.077 BaseAddr: 0x16000800 +T4AF4 000:168.155 AlwaysPresent: 1 +T4AF4 000:168.181 LoaderInfo: +T4AF4 000:168.206 Name: SFLASH: User Data +T4AF4 000:168.232 MaxSize: 0x00000800 +T4AF4 000:168.258 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:168.283 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:168.309 FlashBankInfo: +T4AF4 000:168.334 Name: SFLASH: NAR +T4AF4 000:168.362 BaseAddr: 0x16001A00 +T4AF4 000:168.435 AlwaysPresent: 1 +T4AF4 000:168.460 LoaderInfo: +T4AF4 000:168.485 Name: SFLASH: NAR +T4AF4 000:168.512 MaxSize: 0x00000200 +T4AF4 000:168.538 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:168.563 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:168.599 FlashBankInfo: +T4AF4 000:168.624 Name: SFLASH: Public Key +T4AF4 000:168.650 BaseAddr: 0x16005A00 +T4AF4 000:168.728 AlwaysPresent: 1 +T4AF4 000:168.762 LoaderInfo: +T4AF4 000:168.787 Name: SFLASH: Public Key +T4AF4 000:168.812 MaxSize: 0x00000C00 +T4AF4 000:168.838 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:168.863 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:168.889 FlashBankInfo: +T4AF4 000:168.914 Name: SFLASH: TOC2 +T4AF4 000:168.940 BaseAddr: 0x16007C00 +T4AF4 000:169.010 AlwaysPresent: 1 +T4AF4 000:169.036 LoaderInfo: +T4AF4 000:169.061 Name: SFLASH: TOC2 +T4AF4 000:169.086 MaxSize: 0x00000400 +T4AF4 000:169.112 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:169.137 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:169.163 FlashBankInfo: +T4AF4 000:169.187 Name: SMIF +T4AF4 000:169.213 BaseAddr: 0x18000000 +T4AF4 000:169.285 LoaderInfo: +T4AF4 000:169.310 Name: SMIF +T4AF4 000:169.335 MaxSize: 0x08000000 +T4AF4 000:169.364 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:169.385 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:169.410 Device entry modified: CY8C6xx8_CM0p_sect256KB_tm +T4AF4 000:169.446 ChipInfo: +T4AF4 000:169.468 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:169.491 FlashBankInfo: +T4AF4 000:169.513 Name: FLASH (Main) +T4AF4 000:169.535 BaseAddr: 0x10000000 +T4AF4 000:169.594 AlwaysPresent: 1 +T4AF4 000:169.616 LoaderInfo: +T4AF4 000:169.638 Name: FLASH (Main) +T4AF4 000:169.659 MaxSize: 0x00100000 +T4AF4 000:169.681 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM +T4AF4 000:169.704 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:169.728 FlashBankInfo: +T4AF4 000:169.761 Name: WFLASH (Work) +T4AF4 000:169.786 BaseAddr: 0x14000000 +T4AF4 000:169.860 AlwaysPresent: 1 +T4AF4 000:169.886 LoaderInfo: +T4AF4 000:169.911 Name: WFLASH (Work) +T4AF4 000:169.936 MaxSize: 0x00008000 +T4AF4 000:169.962 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:169.987 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:170.017 FlashBankInfo: +T4AF4 000:170.042 Name: SFLASH: User Data +T4AF4 000:170.068 BaseAddr: 0x16000800 +T4AF4 000:170.139 AlwaysPresent: 1 +T4AF4 000:170.164 LoaderInfo: +T4AF4 000:170.189 Name: SFLASH: User Data +T4AF4 000:170.215 MaxSize: 0x00000800 +T4AF4 000:170.240 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:170.265 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:170.291 FlashBankInfo: +T4AF4 000:170.316 Name: SFLASH: NAR +T4AF4 000:170.341 BaseAddr: 0x16001A00 +T4AF4 000:170.411 AlwaysPresent: 1 +T4AF4 000:170.436 LoaderInfo: +T4AF4 000:170.461 Name: SFLASH: NAR +T4AF4 000:170.487 MaxSize: 0x00000200 +T4AF4 000:170.512 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:170.537 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:170.563 FlashBankInfo: +T4AF4 000:170.588 Name: SFLASH: Public Key +T4AF4 000:170.613 BaseAddr: 0x16005A00 +T4AF4 000:170.683 AlwaysPresent: 1 +T4AF4 000:170.710 LoaderInfo: +T4AF4 000:170.735 Name: SFLASH: Public Key +T4AF4 000:170.762 MaxSize: 0x00000C00 +T4AF4 000:170.788 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:170.813 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:170.838 FlashBankInfo: +T4AF4 000:170.863 Name: SFLASH: TOC2 +T4AF4 000:170.889 BaseAddr: 0x16007C00 +T4AF4 000:170.959 AlwaysPresent: 1 +T4AF4 000:170.986 LoaderInfo: +T4AF4 000:171.011 Name: SFLASH: TOC2 +T4AF4 000:171.036 MaxSize: 0x00000400 +T4AF4 000:171.062 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:171.091 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:171.112 FlashBankInfo: +T4AF4 000:171.133 Name: SMIF +T4AF4 000:171.155 BaseAddr: 0x18000000 +T4AF4 000:171.214 LoaderInfo: +T4AF4 000:171.236 Name: SMIF +T4AF4 000:171.257 MaxSize: 0x08000000 +T4AF4 000:171.281 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:171.310 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:171.338 Device entry modified: CY8C6xx8_CM4 +T4AF4 000:171.379 ChipInfo: +T4AF4 000:171.406 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:171.437 FlashBankInfo: +T4AF4 000:171.463 Name: FLASH (Main) +T4AF4 000:171.488 BaseAddr: 0x10000000 +T4AF4 000:171.558 AlwaysPresent: 1 +T4AF4 000:171.584 LoaderInfo: +T4AF4 000:171.610 Name: FLASH (Main) +T4AF4 000:171.635 MaxSize: 0x00100000 +T4AF4 000:171.661 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8.FLM +T4AF4 000:171.686 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:171.714 FlashBankInfo: +T4AF4 000:171.739 Name: WFLASH (Work) +T4AF4 000:171.765 BaseAddr: 0x14000000 +T4AF4 000:171.835 AlwaysPresent: 1 +T4AF4 000:171.860 LoaderInfo: +T4AF4 000:171.885 Name: WFLASH (Work) +T4AF4 000:171.910 MaxSize: 0x00008000 +T4AF4 000:171.936 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:171.961 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:171.987 FlashBankInfo: +T4AF4 000:172.012 Name: SFLASH: User Data +T4AF4 000:172.042 BaseAddr: 0x16000800 +T4AF4 000:172.116 AlwaysPresent: 1 +T4AF4 000:172.143 LoaderInfo: +T4AF4 000:172.168 Name: SFLASH: User Data +T4AF4 000:172.193 MaxSize: 0x00000800 +T4AF4 000:172.219 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:172.244 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:172.270 FlashBankInfo: +T4AF4 000:172.295 Name: SFLASH: NAR +T4AF4 000:172.321 BaseAddr: 0x16001A00 +T4AF4 000:172.391 AlwaysPresent: 1 +T4AF4 000:172.416 LoaderInfo: +T4AF4 000:172.442 Name: SFLASH: NAR +T4AF4 000:172.467 MaxSize: 0x00000200 +T4AF4 000:172.493 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:172.518 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:172.545 FlashBankInfo: +T4AF4 000:172.570 Name: SFLASH: Public Key +T4AF4 000:172.596 BaseAddr: 0x16005A00 +T4AF4 000:172.670 AlwaysPresent: 1 +T4AF4 000:172.698 LoaderInfo: +T4AF4 000:172.719 Name: SFLASH: Public Key +T4AF4 000:172.742 MaxSize: 0x00000C00 +T4AF4 000:172.775 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:172.797 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:172.819 FlashBankInfo: +T4AF4 000:172.840 Name: SFLASH: TOC2 +T4AF4 000:172.862 BaseAddr: 0x16007C00 +T4AF4 000:172.922 AlwaysPresent: 1 +T4AF4 000:172.943 LoaderInfo: +T4AF4 000:172.965 Name: SFLASH: TOC2 +T4AF4 000:172.986 MaxSize: 0x00000400 +T4AF4 000:173.008 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:173.029 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:173.051 FlashBankInfo: +T4AF4 000:173.072 Name: SMIF +T4AF4 000:173.094 BaseAddr: 0x18000000 +T4AF4 000:173.153 LoaderInfo: +T4AF4 000:173.175 Name: SMIF +T4AF4 000:173.196 MaxSize: 0x08000000 +T4AF4 000:173.218 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:173.239 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:173.264 Device entry modified: CY8C6xx8_CM4_sect256KB +T4AF4 000:173.299 ChipInfo: +T4AF4 000:173.322 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:173.346 FlashBankInfo: +T4AF4 000:173.368 Name: FLASH (Main) +T4AF4 000:173.390 BaseAddr: 0x10000000 +T4AF4 000:173.450 AlwaysPresent: 1 +T4AF4 000:173.472 LoaderInfo: +T4AF4 000:173.493 Name: FLASH (Main) +T4AF4 000:173.515 MaxSize: 0x00100000 +T4AF4 000:173.537 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx8_sect256KB.FLM +T4AF4 000:173.558 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:173.580 FlashBankInfo: +T4AF4 000:173.602 Name: WFLASH (Work) +T4AF4 000:173.623 BaseAddr: 0x14000000 +T4AF4 000:173.683 AlwaysPresent: 1 +T4AF4 000:173.707 LoaderInfo: +T4AF4 000:173.728 Name: WFLASH (Work) +T4AF4 000:173.751 MaxSize: 0x00008000 +T4AF4 000:173.773 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:173.794 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:173.816 FlashBankInfo: +T4AF4 000:173.837 Name: SFLASH: User Data +T4AF4 000:173.859 BaseAddr: 0x16000800 +T4AF4 000:173.918 AlwaysPresent: 1 +T4AF4 000:173.943 LoaderInfo: +T4AF4 000:173.965 Name: SFLASH: User Data +T4AF4 000:173.986 MaxSize: 0x00000800 +T4AF4 000:174.008 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:174.029 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:174.051 FlashBankInfo: +T4AF4 000:174.073 Name: SFLASH: NAR +T4AF4 000:174.094 BaseAddr: 0x16001A00 +T4AF4 000:174.155 AlwaysPresent: 1 +T4AF4 000:174.177 LoaderInfo: +T4AF4 000:174.198 Name: SFLASH: NAR +T4AF4 000:174.220 MaxSize: 0x00000200 +T4AF4 000:174.241 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:174.263 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:174.284 FlashBankInfo: +T4AF4 000:174.306 Name: SFLASH: Public Key +T4AF4 000:174.328 BaseAddr: 0x16005A00 +T4AF4 000:174.387 AlwaysPresent: 1 +T4AF4 000:174.409 LoaderInfo: +T4AF4 000:174.430 Name: SFLASH: Public Key +T4AF4 000:174.452 MaxSize: 0x00000C00 +T4AF4 000:174.474 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:174.495 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:174.517 FlashBankInfo: +T4AF4 000:174.538 Name: SFLASH: TOC2 +T4AF4 000:174.560 BaseAddr: 0x16007C00 +T4AF4 000:174.620 AlwaysPresent: 1 +T4AF4 000:174.641 LoaderInfo: +T4AF4 000:174.663 Name: SFLASH: TOC2 +T4AF4 000:174.684 MaxSize: 0x00000400 +T4AF4 000:174.706 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:174.727 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:174.750 FlashBankInfo: +T4AF4 000:174.771 Name: SMIF +T4AF4 000:174.793 BaseAddr: 0x18000000 +T4AF4 000:174.852 LoaderInfo: +T4AF4 000:174.874 Name: SMIF +T4AF4 000:174.895 MaxSize: 0x08000000 +T4AF4 000:174.917 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:174.938 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:174.962 Device entry modified: CY8C6xx5_CM0p +T4AF4 000:174.997 ChipInfo: +T4AF4 000:175.019 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:175.042 FlashBankInfo: +T4AF4 000:175.064 Name: FLASH (Main) +T4AF4 000:175.085 BaseAddr: 0x10000000 +T4AF4 000:175.145 AlwaysPresent: 1 +T4AF4 000:175.167 LoaderInfo: +T4AF4 000:175.188 Name: FLASH (Main) +T4AF4 000:175.210 MaxSize: 0x00080000 +T4AF4 000:175.232 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM +T4AF4 000:175.253 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:175.275 FlashBankInfo: +T4AF4 000:175.296 Name: WFLASH (Work) +T4AF4 000:175.318 BaseAddr: 0x14000000 +T4AF4 000:175.377 AlwaysPresent: 1 +T4AF4 000:175.399 LoaderInfo: +T4AF4 000:175.420 Name: WFLASH (Work) +T4AF4 000:175.442 MaxSize: 0x00008000 +T4AF4 000:175.463 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:175.485 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:175.507 FlashBankInfo: +T4AF4 000:175.528 Name: SFLASH: User Data +T4AF4 000:175.550 BaseAddr: 0x16000800 +T4AF4 000:175.610 AlwaysPresent: 1 +T4AF4 000:175.631 LoaderInfo: +T4AF4 000:175.652 Name: SFLASH: User Data +T4AF4 000:175.674 MaxSize: 0x00000800 +T4AF4 000:175.701 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:175.723 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:175.747 FlashBankInfo: +T4AF4 000:175.768 Name: SFLASH: NAR +T4AF4 000:175.790 BaseAddr: 0x16001A00 +T4AF4 000:175.850 AlwaysPresent: 1 +T4AF4 000:175.871 LoaderInfo: +T4AF4 000:175.893 Name: SFLASH: NAR +T4AF4 000:175.914 MaxSize: 0x00000200 +T4AF4 000:175.936 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:175.957 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:175.979 FlashBankInfo: +T4AF4 000:176.000 Name: SFLASH: Public Key +T4AF4 000:176.022 BaseAddr: 0x16005A00 +T4AF4 000:176.081 AlwaysPresent: 1 +T4AF4 000:176.103 LoaderInfo: +T4AF4 000:176.124 Name: SFLASH: Public Key +T4AF4 000:176.146 MaxSize: 0x00000C00 +T4AF4 000:176.168 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:176.189 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:176.211 FlashBankInfo: +T4AF4 000:176.232 Name: SFLASH: TOC2 +T4AF4 000:176.254 BaseAddr: 0x16007C00 +T4AF4 000:176.313 AlwaysPresent: 1 +T4AF4 000:176.335 LoaderInfo: +T4AF4 000:176.356 Name: SFLASH: TOC2 +T4AF4 000:176.378 MaxSize: 0x00000400 +T4AF4 000:176.399 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:176.421 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:176.443 FlashBankInfo: +T4AF4 000:176.463 Name: SMIF +T4AF4 000:176.485 BaseAddr: 0x18000000 +T4AF4 000:176.544 LoaderInfo: +T4AF4 000:176.565 Name: SMIF +T4AF4 000:176.586 MaxSize: 0x08000000 +T4AF4 000:176.608 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:176.630 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:176.654 Device entry modified: CY8C6xx5_CM0p_sect256KB +T4AF4 000:176.689 ChipInfo: +T4AF4 000:176.711 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:176.734 FlashBankInfo: +T4AF4 000:176.764 Name: FLASH (Main) +T4AF4 000:176.786 BaseAddr: 0x10000000 +T4AF4 000:176.864 AlwaysPresent: 1 +T4AF4 000:176.889 LoaderInfo: +T4AF4 000:176.914 Name: FLASH (Main) +T4AF4 000:176.939 MaxSize: 0x00080000 +T4AF4 000:176.965 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM +T4AF4 000:176.990 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:177.016 FlashBankInfo: +T4AF4 000:177.040 Name: WFLASH (Work) +T4AF4 000:177.066 BaseAddr: 0x14000000 +T4AF4 000:177.136 AlwaysPresent: 1 +T4AF4 000:177.161 LoaderInfo: +T4AF4 000:177.186 Name: WFLASH (Work) +T4AF4 000:177.211 MaxSize: 0x00008000 +T4AF4 000:177.237 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:177.262 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:177.287 FlashBankInfo: +T4AF4 000:177.312 Name: SFLASH: User Data +T4AF4 000:177.338 BaseAddr: 0x16000800 +T4AF4 000:177.408 AlwaysPresent: 1 +T4AF4 000:177.433 LoaderInfo: +T4AF4 000:177.458 Name: SFLASH: User Data +T4AF4 000:177.483 MaxSize: 0x00000800 +T4AF4 000:177.509 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:177.538 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:177.564 FlashBankInfo: +T4AF4 000:177.589 Name: SFLASH: NAR +T4AF4 000:177.615 BaseAddr: 0x16001A00 +T4AF4 000:177.691 AlwaysPresent: 1 +T4AF4 000:177.716 LoaderInfo: +T4AF4 000:177.743 Name: SFLASH: NAR +T4AF4 000:177.768 MaxSize: 0x00000200 +T4AF4 000:177.794 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:177.819 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:177.844 FlashBankInfo: +T4AF4 000:177.869 Name: SFLASH: Public Key +T4AF4 000:177.895 BaseAddr: 0x16005A00 +T4AF4 000:177.965 AlwaysPresent: 1 +T4AF4 000:177.990 LoaderInfo: +T4AF4 000:178.015 Name: SFLASH: Public Key +T4AF4 000:178.042 MaxSize: 0x00000C00 +T4AF4 000:178.068 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:178.093 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:178.118 FlashBankInfo: +T4AF4 000:178.143 Name: SFLASH: TOC2 +T4AF4 000:178.171 BaseAddr: 0x16007C00 +T4AF4 000:178.231 AlwaysPresent: 1 +T4AF4 000:178.252 LoaderInfo: +T4AF4 000:178.274 Name: SFLASH: TOC2 +T4AF4 000:178.295 MaxSize: 0x00000400 +T4AF4 000:178.317 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:178.338 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:178.360 FlashBankInfo: +T4AF4 000:178.381 Name: SMIF +T4AF4 000:178.402 BaseAddr: 0x18000000 +T4AF4 000:178.462 LoaderInfo: +T4AF4 000:178.483 Name: SMIF +T4AF4 000:178.504 MaxSize: 0x08000000 +T4AF4 000:178.526 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:178.548 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:178.572 Device entry modified: CY8C6xx5_CM0p_tm +T4AF4 000:178.607 ChipInfo: +T4AF4 000:178.629 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:178.652 FlashBankInfo: +T4AF4 000:178.674 Name: FLASH (Main) +T4AF4 000:178.695 BaseAddr: 0x10000000 +T4AF4 000:178.757 AlwaysPresent: 1 +T4AF4 000:178.779 LoaderInfo: +T4AF4 000:178.810 Name: FLASH (Main) +T4AF4 000:178.835 MaxSize: 0x00080000 +T4AF4 000:178.861 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM +T4AF4 000:178.886 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:178.913 FlashBankInfo: +T4AF4 000:178.938 Name: WFLASH (Work) +T4AF4 000:178.964 BaseAddr: 0x14000000 +T4AF4 000:179.033 AlwaysPresent: 1 +T4AF4 000:179.058 LoaderInfo: +T4AF4 000:179.083 Name: WFLASH (Work) +T4AF4 000:179.109 MaxSize: 0x00008000 +T4AF4 000:179.134 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:179.160 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:179.185 FlashBankInfo: +T4AF4 000:179.210 Name: SFLASH: User Data +T4AF4 000:179.236 BaseAddr: 0x16000800 +T4AF4 000:179.306 AlwaysPresent: 1 +T4AF4 000:179.331 LoaderInfo: +T4AF4 000:179.356 Name: SFLASH: User Data +T4AF4 000:179.381 MaxSize: 0x00000800 +T4AF4 000:179.407 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:179.432 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:179.458 FlashBankInfo: +T4AF4 000:179.487 Name: SFLASH: NAR +T4AF4 000:179.512 BaseAddr: 0x16001A00 +T4AF4 000:179.583 AlwaysPresent: 1 +T4AF4 000:179.608 LoaderInfo: +T4AF4 000:179.633 Name: SFLASH: NAR +T4AF4 000:179.659 MaxSize: 0x00000200 +T4AF4 000:179.684 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:179.709 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:179.735 FlashBankInfo: +T4AF4 000:179.761 Name: SFLASH: Public Key +T4AF4 000:179.787 BaseAddr: 0x16005A00 +T4AF4 000:179.857 AlwaysPresent: 1 +T4AF4 000:179.883 LoaderInfo: +T4AF4 000:179.908 Name: SFLASH: Public Key +T4AF4 000:179.933 MaxSize: 0x00000C00 +T4AF4 000:179.958 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:179.983 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:180.009 FlashBankInfo: +T4AF4 000:180.036 Name: SFLASH: TOC2 +T4AF4 000:180.061 BaseAddr: 0x16007C00 +T4AF4 000:180.131 AlwaysPresent: 1 +T4AF4 000:180.161 LoaderInfo: +T4AF4 000:180.182 Name: SFLASH: TOC2 +T4AF4 000:180.203 MaxSize: 0x00000400 +T4AF4 000:180.225 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:180.247 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:180.268 FlashBankInfo: +T4AF4 000:180.289 Name: SMIF +T4AF4 000:180.311 BaseAddr: 0x18000000 +T4AF4 000:180.370 LoaderInfo: +T4AF4 000:180.392 Name: SMIF +T4AF4 000:180.413 MaxSize: 0x08000000 +T4AF4 000:180.435 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:180.456 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:180.480 Device entry modified: CY8C6xx5_CM0p_sect256KB_tm +T4AF4 000:180.515 ChipInfo: +T4AF4 000:180.538 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:180.561 FlashBankInfo: +T4AF4 000:180.582 Name: FLASH (Main) +T4AF4 000:180.604 BaseAddr: 0x10000000 +T4AF4 000:180.664 AlwaysPresent: 1 +T4AF4 000:180.686 LoaderInfo: +T4AF4 000:180.709 Name: FLASH (Main) +T4AF4 000:180.731 MaxSize: 0x00080000 +T4AF4 000:180.765 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM +T4AF4 000:180.786 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:180.818 FlashBankInfo: +T4AF4 000:180.843 Name: WFLASH (Work) +T4AF4 000:180.869 BaseAddr: 0x14000000 +T4AF4 000:180.939 AlwaysPresent: 1 +T4AF4 000:180.964 LoaderInfo: +T4AF4 000:180.989 Name: WFLASH (Work) +T4AF4 000:181.014 MaxSize: 0x00008000 +T4AF4 000:181.040 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:181.065 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:181.091 FlashBankInfo: +T4AF4 000:181.116 Name: SFLASH: User Data +T4AF4 000:181.141 BaseAddr: 0x16000800 +T4AF4 000:181.211 AlwaysPresent: 1 +T4AF4 000:181.236 LoaderInfo: +T4AF4 000:181.262 Name: SFLASH: User Data +T4AF4 000:181.287 MaxSize: 0x00000800 +T4AF4 000:181.313 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:181.338 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:181.363 FlashBankInfo: +T4AF4 000:181.388 Name: SFLASH: NAR +T4AF4 000:181.414 BaseAddr: 0x16001A00 +T4AF4 000:181.489 AlwaysPresent: 1 +T4AF4 000:181.514 LoaderInfo: +T4AF4 000:181.539 Name: SFLASH: NAR +T4AF4 000:181.565 MaxSize: 0x00000200 +T4AF4 000:181.590 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:181.616 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:181.641 FlashBankInfo: +T4AF4 000:181.666 Name: SFLASH: Public Key +T4AF4 000:181.700 BaseAddr: 0x16005A00 +T4AF4 000:181.777 AlwaysPresent: 1 +T4AF4 000:181.803 LoaderInfo: +T4AF4 000:181.828 Name: SFLASH: Public Key +T4AF4 000:181.853 MaxSize: 0x00000C00 +T4AF4 000:181.879 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:181.904 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:181.930 FlashBankInfo: +T4AF4 000:181.955 Name: SFLASH: TOC2 +T4AF4 000:181.980 BaseAddr: 0x16007C00 +T4AF4 000:182.052 AlwaysPresent: 1 +T4AF4 000:182.077 LoaderInfo: +T4AF4 000:182.102 Name: SFLASH: TOC2 +T4AF4 000:182.128 MaxSize: 0x00000400 +T4AF4 000:182.158 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:182.180 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:182.202 FlashBankInfo: +T4AF4 000:182.223 Name: SMIF +T4AF4 000:182.244 BaseAddr: 0x18000000 +T4AF4 000:182.303 LoaderInfo: +T4AF4 000:182.325 Name: SMIF +T4AF4 000:182.346 MaxSize: 0x08000000 +T4AF4 000:182.368 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:182.389 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:182.413 Device entry modified: CY8C6xx5_CM4 +T4AF4 000:182.448 ChipInfo: +T4AF4 000:182.470 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:182.495 FlashBankInfo: +T4AF4 000:182.516 Name: FLASH (Main) +T4AF4 000:182.538 BaseAddr: 0x10000000 +T4AF4 000:182.598 AlwaysPresent: 1 +T4AF4 000:182.619 LoaderInfo: +T4AF4 000:182.641 Name: FLASH (Main) +T4AF4 000:182.662 MaxSize: 0x00080000 +T4AF4 000:182.684 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5.FLM +T4AF4 000:182.706 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:182.728 FlashBankInfo: +T4AF4 000:182.751 Name: WFLASH (Work) +T4AF4 000:182.773 BaseAddr: 0x14000000 +T4AF4 000:182.832 AlwaysPresent: 1 +T4AF4 000:182.854 LoaderInfo: +T4AF4 000:182.875 Name: WFLASH (Work) +T4AF4 000:182.897 MaxSize: 0x00008000 +T4AF4 000:182.918 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:182.940 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:182.962 FlashBankInfo: +T4AF4 000:182.983 Name: SFLASH: User Data +T4AF4 000:183.005 BaseAddr: 0x16000800 +T4AF4 000:183.064 AlwaysPresent: 1 +T4AF4 000:183.086 LoaderInfo: +T4AF4 000:183.107 Name: SFLASH: User Data +T4AF4 000:183.128 MaxSize: 0x00000800 +T4AF4 000:183.150 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:183.171 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:183.193 FlashBankInfo: +T4AF4 000:183.214 Name: SFLASH: NAR +T4AF4 000:183.236 BaseAddr: 0x16001A00 +T4AF4 000:183.296 AlwaysPresent: 1 +T4AF4 000:183.317 LoaderInfo: +T4AF4 000:183.339 Name: SFLASH: NAR +T4AF4 000:183.364 MaxSize: 0x00000200 +T4AF4 000:183.386 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:183.407 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:183.470 FlashBankInfo: +T4AF4 000:183.491 Name: SFLASH: Public Key +T4AF4 000:183.513 BaseAddr: 0x16005A00 +T4AF4 000:183.572 AlwaysPresent: 1 +T4AF4 000:183.594 LoaderInfo: +T4AF4 000:183.616 Name: SFLASH: Public Key +T4AF4 000:183.637 MaxSize: 0x00000C00 +T4AF4 000:183.659 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:183.680 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:183.702 FlashBankInfo: +T4AF4 000:183.723 Name: SFLASH: TOC2 +T4AF4 000:183.747 BaseAddr: 0x16007C00 +T4AF4 000:183.885 AlwaysPresent: 1 +T4AF4 000:183.950 LoaderInfo: +T4AF4 000:184.000 Name: SFLASH: TOC2 +T4AF4 000:184.039 MaxSize: 0x00000400 +T4AF4 000:184.076 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:184.109 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:184.149 FlashBankInfo: +T4AF4 000:184.186 Name: SMIF +T4AF4 000:184.227 BaseAddr: 0x18000000 +T4AF4 000:184.338 LoaderInfo: +T4AF4 000:184.376 Name: SMIF +T4AF4 000:184.416 MaxSize: 0x08000000 +T4AF4 000:184.452 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:184.493 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:184.526 Device entry modified: CY8C6xx5_CM4_sect256KB +T4AF4 000:184.573 ChipInfo: +T4AF4 000:184.603 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:184.635 FlashBankInfo: +T4AF4 000:184.663 Name: FLASH (Main) +T4AF4 000:184.702 BaseAddr: 0x10000000 +T4AF4 000:184.784 AlwaysPresent: 1 +T4AF4 000:184.813 LoaderInfo: +T4AF4 000:184.841 Name: FLASH (Main) +T4AF4 000:184.870 MaxSize: 0x00080000 +T4AF4 000:184.898 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx5_sect256KB.FLM +T4AF4 000:184.927 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:184.955 FlashBankInfo: +T4AF4 000:184.982 Name: WFLASH (Work) +T4AF4 000:185.010 BaseAddr: 0x14000000 +T4AF4 000:185.092 AlwaysPresent: 1 +T4AF4 000:185.120 LoaderInfo: +T4AF4 000:185.156 Name: WFLASH (Work) +T4AF4 000:185.180 MaxSize: 0x00008000 +T4AF4 000:185.204 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:185.228 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:185.252 FlashBankInfo: +T4AF4 000:185.276 Name: SFLASH: User Data +T4AF4 000:185.300 BaseAddr: 0x16000800 +T4AF4 000:185.367 AlwaysPresent: 1 +T4AF4 000:185.392 LoaderInfo: +T4AF4 000:185.415 Name: SFLASH: User Data +T4AF4 000:185.440 MaxSize: 0x00000800 +T4AF4 000:185.464 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:185.488 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:185.512 FlashBankInfo: +T4AF4 000:185.536 Name: SFLASH: NAR +T4AF4 000:185.561 BaseAddr: 0x16001A00 +T4AF4 000:185.633 AlwaysPresent: 1 +T4AF4 000:185.657 LoaderInfo: +T4AF4 000:185.681 Name: SFLASH: NAR +T4AF4 000:185.712 MaxSize: 0x00000200 +T4AF4 000:185.744 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:185.775 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:185.820 FlashBankInfo: +T4AF4 000:185.864 Name: SFLASH: Public Key +T4AF4 000:185.905 BaseAddr: 0x16005A00 +T4AF4 000:186.003 AlwaysPresent: 1 +T4AF4 000:186.040 LoaderInfo: +T4AF4 000:186.076 Name: SFLASH: Public Key +T4AF4 000:186.112 MaxSize: 0x00000C00 +T4AF4 000:186.148 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:186.186 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:186.225 FlashBankInfo: +T4AF4 000:186.262 Name: SFLASH: TOC2 +T4AF4 000:186.299 BaseAddr: 0x16007C00 +T4AF4 000:186.407 AlwaysPresent: 1 +T4AF4 000:186.447 LoaderInfo: +T4AF4 000:186.484 Name: SFLASH: TOC2 +T4AF4 000:186.523 MaxSize: 0x00000400 +T4AF4 000:186.563 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:186.601 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:186.640 FlashBankInfo: +T4AF4 000:186.689 Name: SMIF +T4AF4 000:186.731 BaseAddr: 0x18000000 +T4AF4 000:186.861 LoaderInfo: +T4AF4 000:186.899 Name: SMIF +T4AF4 000:186.937 MaxSize: 0x08000000 +T4AF4 000:186.981 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:187.015 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:187.058 Device entry modified: CY8C6xx4_CM0p +T4AF4 000:187.122 ChipInfo: +T4AF4 000:187.165 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:187.205 FlashBankInfo: +T4AF4 000:187.245 Name: FLASH (Main) +T4AF4 000:187.297 BaseAddr: 0x10000000 +T4AF4 000:187.408 AlwaysPresent: 1 +T4AF4 000:187.454 LoaderInfo: +T4AF4 000:187.489 Name: FLASH (Main) +T4AF4 000:187.527 MaxSize: 0x00040000 +T4AF4 000:187.567 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM +T4AF4 000:187.596 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:187.637 FlashBankInfo: +T4AF4 000:187.665 Name: SFLASH: User Data +T4AF4 000:187.708 BaseAddr: 0x16000800 +T4AF4 000:187.834 AlwaysPresent: 1 +T4AF4 000:187.864 LoaderInfo: +T4AF4 000:187.902 Name: SFLASH: User Data +T4AF4 000:187.946 MaxSize: 0x00000800 +T4AF4 000:187.979 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:188.031 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:188.072 FlashBankInfo: +T4AF4 000:188.125 Name: SFLASH: NAR +T4AF4 000:188.171 BaseAddr: 0x16001A00 +T4AF4 000:188.281 AlwaysPresent: 1 +T4AF4 000:188.332 LoaderInfo: +T4AF4 000:188.367 Name: SFLASH: NAR +T4AF4 000:188.407 MaxSize: 0x00000200 +T4AF4 000:188.445 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:188.484 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:188.541 FlashBankInfo: +T4AF4 000:188.580 Name: SFLASH: Public Key +T4AF4 000:188.635 BaseAddr: 0x16005A00 +T4AF4 000:188.749 AlwaysPresent: 1 +T4AF4 000:188.789 LoaderInfo: +T4AF4 000:188.826 Name: SFLASH: Public Key +T4AF4 000:188.869 MaxSize: 0x00000C00 +T4AF4 000:188.910 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:188.949 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:189.000 FlashBankInfo: +T4AF4 000:189.041 Name: SFLASH: TOC2 +T4AF4 000:189.081 BaseAddr: 0x16007C00 +T4AF4 000:189.200 AlwaysPresent: 1 +T4AF4 000:189.261 LoaderInfo: +T4AF4 000:189.320 Name: SFLASH: TOC2 +T4AF4 000:189.355 MaxSize: 0x00000400 +T4AF4 000:189.383 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:189.411 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:189.439 FlashBankInfo: +T4AF4 000:189.474 Name: SMIF +T4AF4 000:189.502 BaseAddr: 0x18000000 +T4AF4 000:189.603 LoaderInfo: +T4AF4 000:189.647 Name: SMIF +T4AF4 000:189.677 MaxSize: 0x08000000 +T4AF4 000:189.714 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:189.757 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:189.812 Device entry modified: CY8C6xx4_CM0p_sect128KB +T4AF4 000:189.872 ChipInfo: +T4AF4 000:189.917 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p.JLinkScript +T4AF4 000:189.954 FlashBankInfo: +T4AF4 000:189.996 Name: FLASH (Main) +T4AF4 000:190.035 BaseAddr: 0x10000000 +T4AF4 000:190.145 AlwaysPresent: 1 +T4AF4 000:190.188 LoaderInfo: +T4AF4 000:190.231 Name: FLASH (Main) +T4AF4 000:190.272 MaxSize: 0x00040000 +T4AF4 000:190.313 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM +T4AF4 000:190.353 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:190.393 FlashBankInfo: +T4AF4 000:190.431 Name: SFLASH: User Data +T4AF4 000:190.472 BaseAddr: 0x16000800 +T4AF4 000:190.583 AlwaysPresent: 1 +T4AF4 000:190.623 LoaderInfo: +T4AF4 000:190.663 Name: SFLASH: User Data +T4AF4 000:190.714 MaxSize: 0x00000800 +T4AF4 000:190.779 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:190.825 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:190.867 FlashBankInfo: +T4AF4 000:190.904 Name: SFLASH: NAR +T4AF4 000:190.943 BaseAddr: 0x16001A00 +T4AF4 000:191.048 AlwaysPresent: 1 +T4AF4 000:191.082 LoaderInfo: +T4AF4 000:191.117 Name: SFLASH: NAR +T4AF4 000:191.152 MaxSize: 0x00000200 +T4AF4 000:191.189 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:191.219 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:191.257 FlashBankInfo: +T4AF4 000:191.291 Name: SFLASH: Public Key +T4AF4 000:191.327 BaseAddr: 0x16005A00 +T4AF4 000:191.426 AlwaysPresent: 1 +T4AF4 000:191.465 LoaderInfo: +T4AF4 000:191.494 Name: SFLASH: Public Key +T4AF4 000:191.524 MaxSize: 0x00000C00 +T4AF4 000:191.554 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:191.584 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:191.614 FlashBankInfo: +T4AF4 000:191.642 Name: SFLASH: TOC2 +T4AF4 000:191.673 BaseAddr: 0x16007C00 +T4AF4 000:191.765 AlwaysPresent: 1 +T4AF4 000:191.796 LoaderInfo: +T4AF4 000:191.826 Name: SFLASH: TOC2 +T4AF4 000:191.856 MaxSize: 0x00000400 +T4AF4 000:191.884 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:191.914 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:191.944 FlashBankInfo: +T4AF4 000:191.973 Name: SMIF +T4AF4 000:192.009 BaseAddr: 0x18000000 +T4AF4 000:192.092 LoaderInfo: +T4AF4 000:192.122 Name: SMIF +T4AF4 000:192.151 MaxSize: 0x08000000 +T4AF4 000:192.181 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:192.211 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:192.245 Device entry modified: CY8C6xx4_CM0p_tm +T4AF4 000:192.294 ChipInfo: +T4AF4 000:192.323 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:192.354 FlashBankInfo: +T4AF4 000:192.384 Name: FLASH (Main) +T4AF4 000:192.413 BaseAddr: 0x10000000 +T4AF4 000:192.494 AlwaysPresent: 1 +T4AF4 000:192.524 LoaderInfo: +T4AF4 000:192.552 Name: FLASH (Main) +T4AF4 000:192.581 MaxSize: 0x00040000 +T4AF4 000:192.611 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM +T4AF4 000:192.641 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:192.670 FlashBankInfo: +T4AF4 000:192.705 Name: SFLASH: User Data +T4AF4 000:192.735 BaseAddr: 0x16000800 +T4AF4 000:192.818 AlwaysPresent: 1 +T4AF4 000:192.847 LoaderInfo: +T4AF4 000:192.877 Name: SFLASH: User Data +T4AF4 000:192.906 MaxSize: 0x00000800 +T4AF4 000:192.935 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:192.964 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:192.994 FlashBankInfo: +T4AF4 000:193.023 Name: SFLASH: NAR +T4AF4 000:193.053 BaseAddr: 0x16001A00 +T4AF4 000:193.134 AlwaysPresent: 1 +T4AF4 000:193.163 LoaderInfo: +T4AF4 000:193.192 Name: SFLASH: NAR +T4AF4 000:193.222 MaxSize: 0x00000200 +T4AF4 000:193.251 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:193.280 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:193.310 FlashBankInfo: +T4AF4 000:193.338 Name: SFLASH: Public Key +T4AF4 000:193.368 BaseAddr: 0x16005A00 +T4AF4 000:193.449 AlwaysPresent: 1 +T4AF4 000:193.479 LoaderInfo: +T4AF4 000:193.508 Name: SFLASH: Public Key +T4AF4 000:193.537 MaxSize: 0x00000C00 +T4AF4 000:193.566 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:193.597 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:193.625 FlashBankInfo: +T4AF4 000:193.655 Name: SFLASH: TOC2 +T4AF4 000:193.684 BaseAddr: 0x16007C00 +T4AF4 000:193.772 AlwaysPresent: 1 +T4AF4 000:193.801 LoaderInfo: +T4AF4 000:193.830 Name: SFLASH: TOC2 +T4AF4 000:193.860 MaxSize: 0x00000400 +T4AF4 000:193.890 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:193.919 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:193.949 FlashBankInfo: +T4AF4 000:193.978 Name: SMIF +T4AF4 000:194.006 BaseAddr: 0x18000000 +T4AF4 000:194.087 LoaderInfo: +T4AF4 000:194.116 Name: SMIF +T4AF4 000:194.146 MaxSize: 0x08000000 +T4AF4 000:194.175 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:194.205 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:194.239 Device entry modified: CY8C6xx4_CM0p_sect128KB_tm +T4AF4 000:194.287 ChipInfo: +T4AF4 000:194.317 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM0p_tm.JLinkScript +T4AF4 000:194.348 FlashBankInfo: +T4AF4 000:194.384 Name: FLASH (Main) +T4AF4 000:194.414 BaseAddr: 0x10000000 +T4AF4 000:194.495 AlwaysPresent: 1 +T4AF4 000:194.525 LoaderInfo: +T4AF4 000:194.553 Name: FLASH (Main) +T4AF4 000:194.583 MaxSize: 0x00040000 +T4AF4 000:194.613 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM +T4AF4 000:194.642 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:194.672 FlashBankInfo: +T4AF4 000:194.707 Name: SFLASH: User Data +T4AF4 000:194.735 BaseAddr: 0x16000800 +T4AF4 000:194.818 AlwaysPresent: 1 +T4AF4 000:194.845 LoaderInfo: +T4AF4 000:194.869 Name: SFLASH: User Data +T4AF4 000:194.891 MaxSize: 0x00000800 +T4AF4 000:194.913 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:194.935 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:194.957 FlashBankInfo: +T4AF4 000:194.978 Name: SFLASH: NAR +T4AF4 000:195.000 BaseAddr: 0x16001A00 +T4AF4 000:195.063 AlwaysPresent: 1 +T4AF4 000:195.084 LoaderInfo: +T4AF4 000:195.106 Name: SFLASH: NAR +T4AF4 000:195.127 MaxSize: 0x00000200 +T4AF4 000:195.149 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:195.171 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:195.193 FlashBankInfo: +T4AF4 000:195.214 Name: SFLASH: Public Key +T4AF4 000:195.236 BaseAddr: 0x16005A00 +T4AF4 000:195.297 AlwaysPresent: 1 +T4AF4 000:195.318 LoaderInfo: +T4AF4 000:195.340 Name: SFLASH: Public Key +T4AF4 000:195.361 MaxSize: 0x00000C00 +T4AF4 000:195.383 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:195.404 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:195.426 FlashBankInfo: +T4AF4 000:195.448 Name: SFLASH: TOC2 +T4AF4 000:195.469 BaseAddr: 0x16007C00 +T4AF4 000:195.529 AlwaysPresent: 1 +T4AF4 000:195.551 LoaderInfo: +T4AF4 000:195.572 Name: SFLASH: TOC2 +T4AF4 000:195.594 MaxSize: 0x00000400 +T4AF4 000:195.616 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:195.638 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:195.659 FlashBankInfo: +T4AF4 000:195.680 Name: SMIF +T4AF4 000:195.702 BaseAddr: 0x18000000 +T4AF4 000:195.765 LoaderInfo: +T4AF4 000:195.787 Name: SMIF +T4AF4 000:195.808 MaxSize: 0x08000000 +T4AF4 000:195.830 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:195.852 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:195.876 Device entry modified: CY8C6xx4_CM4 +T4AF4 000:195.911 ChipInfo: +T4AF4 000:195.933 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:195.958 FlashBankInfo: +T4AF4 000:195.980 Name: FLASH (Main) +T4AF4 000:196.001 BaseAddr: 0x10000000 +T4AF4 000:196.061 AlwaysPresent: 1 +T4AF4 000:196.082 LoaderInfo: +T4AF4 000:196.104 Name: FLASH (Main) +T4AF4 000:196.126 MaxSize: 0x00040000 +T4AF4 000:196.147 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4.FLM +T4AF4 000:196.172 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:196.194 FlashBankInfo: +T4AF4 000:196.216 Name: SFLASH: User Data +T4AF4 000:196.237 BaseAddr: 0x16000800 +T4AF4 000:196.297 AlwaysPresent: 1 +T4AF4 000:196.323 LoaderInfo: +T4AF4 000:196.345 Name: SFLASH: User Data +T4AF4 000:196.367 MaxSize: 0x00000800 +T4AF4 000:196.388 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:196.410 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:196.432 FlashBankInfo: +T4AF4 000:196.453 Name: SFLASH: NAR +T4AF4 000:196.475 BaseAddr: 0x16001A00 +T4AF4 000:196.536 AlwaysPresent: 1 +T4AF4 000:196.558 LoaderInfo: +T4AF4 000:196.580 Name: SFLASH: NAR +T4AF4 000:196.601 MaxSize: 0x00000200 +T4AF4 000:196.623 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:196.645 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:196.666 FlashBankInfo: +T4AF4 000:196.688 Name: SFLASH: Public Key +T4AF4 000:196.710 BaseAddr: 0x16005A00 +T4AF4 000:196.771 AlwaysPresent: 1 +T4AF4 000:196.793 LoaderInfo: +T4AF4 000:196.814 Name: SFLASH: Public Key +T4AF4 000:196.836 MaxSize: 0x00000C00 +T4AF4 000:196.858 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:196.880 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:196.902 FlashBankInfo: +T4AF4 000:196.923 Name: SFLASH: TOC2 +T4AF4 000:196.945 BaseAddr: 0x16007C00 +T4AF4 000:197.005 AlwaysPresent: 1 +T4AF4 000:197.027 LoaderInfo: +T4AF4 000:197.048 Name: SFLASH: TOC2 +T4AF4 000:197.070 MaxSize: 0x00000400 +T4AF4 000:197.091 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:197.113 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:197.135 FlashBankInfo: +T4AF4 000:197.156 Name: SMIF +T4AF4 000:197.177 BaseAddr: 0x18000000 +T4AF4 000:197.237 LoaderInfo: +T4AF4 000:197.258 Name: SMIF +T4AF4 000:197.280 MaxSize: 0x08000000 +T4AF4 000:197.302 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:197.323 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:197.348 Device entry modified: CY8C6xx4_CM4_sect128KB +T4AF4 000:197.383 ChipInfo: +T4AF4 000:197.405 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_CM4.JLinkScript +T4AF4 000:197.430 FlashBankInfo: +T4AF4 000:197.452 Name: FLASH (Main) +T4AF4 000:197.474 BaseAddr: 0x10000000 +T4AF4 000:197.533 AlwaysPresent: 1 +T4AF4 000:197.555 LoaderInfo: +T4AF4 000:197.576 Name: FLASH (Main) +T4AF4 000:197.598 MaxSize: 0x00040000 +T4AF4 000:197.620 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xx4_sect128KB.FLM +T4AF4 000:197.641 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:197.663 FlashBankInfo: +T4AF4 000:197.685 Name: SFLASH: User Data +T4AF4 000:197.706 BaseAddr: 0x16000800 +T4AF4 000:197.778 AlwaysPresent: 1 +T4AF4 000:197.809 LoaderInfo: +T4AF4 000:197.835 Name: SFLASH: User Data +T4AF4 000:197.860 MaxSize: 0x00000800 +T4AF4 000:197.886 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_USER.FLM +T4AF4 000:197.912 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:197.937 FlashBankInfo: +T4AF4 000:197.963 Name: SFLASH: NAR +T4AF4 000:197.988 BaseAddr: 0x16001A00 +T4AF4 000:198.058 AlwaysPresent: 1 +T4AF4 000:198.084 LoaderInfo: +T4AF4 000:198.109 Name: SFLASH: NAR +T4AF4 000:198.138 MaxSize: 0x00000200 +T4AF4 000:198.164 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_NAR.FLM +T4AF4 000:198.190 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:198.216 FlashBankInfo: +T4AF4 000:198.241 Name: SFLASH: Public Key +T4AF4 000:198.267 BaseAddr: 0x16005A00 +T4AF4 000:198.337 AlwaysPresent: 1 +T4AF4 000:198.362 LoaderInfo: +T4AF4 000:198.388 Name: SFLASH: Public Key +T4AF4 000:198.413 MaxSize: 0x00000C00 +T4AF4 000:198.439 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_PKEY.FLM +T4AF4 000:198.464 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:198.490 FlashBankInfo: +T4AF4 000:198.515 Name: SFLASH: TOC2 +T4AF4 000:198.541 BaseAddr: 0x16007C00 +T4AF4 000:198.611 AlwaysPresent: 1 +T4AF4 000:198.636 LoaderInfo: +T4AF4 000:198.661 Name: SFLASH: TOC2 +T4AF4 000:198.687 MaxSize: 0x00000400 +T4AF4 000:198.712 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SFLASH_TOC2.FLM +T4AF4 000:198.738 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:198.771 FlashBankInfo: +T4AF4 000:198.796 Name: SMIF +T4AF4 000:198.821 BaseAddr: 0x18000000 +T4AF4 000:198.891 LoaderInfo: +T4AF4 000:198.916 Name: SMIF +T4AF4 000:198.941 MaxSize: 0x08000000 +T4AF4 000:198.967 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF.FLM +T4AF4 000:198.992 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:199.020 Device entry modified: CYB06xxA_CM0p +T4AF4 000:199.061 ChipInfo: +T4AF4 000:199.087 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript +T4AF4 000:199.114 FlashBankInfo: +T4AF4 000:199.139 Name: FLASH (Main) +T4AF4 000:199.165 BaseAddr: 0x10000000 +T4AF4 000:199.237 AlwaysPresent: 1 +T4AF4 000:199.262 LoaderInfo: +T4AF4 000:199.287 Name: FLASH (Main) +T4AF4 000:199.313 MaxSize: 0x00200000 +T4AF4 000:199.343 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:199.365 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:199.387 FlashBankInfo: +T4AF4 000:199.408 Name: WFLASH (Work) +T4AF4 000:199.430 BaseAddr: 0x14000000 +T4AF4 000:199.490 AlwaysPresent: 1 +T4AF4 000:199.511 LoaderInfo: +T4AF4 000:199.533 Name: WFLASH (Work) +T4AF4 000:199.554 MaxSize: 0x00008000 +T4AF4 000:199.576 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:199.598 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:199.619 FlashBankInfo: +T4AF4 000:199.641 Name: SMIF +T4AF4 000:199.662 BaseAddr: 0x18000000 +T4AF4 000:199.727 LoaderInfo: +T4AF4 000:199.760 Name: SMIF +T4AF4 000:199.785 MaxSize: 0x08000000 +T4AF4 000:199.841 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:199.893 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:199.958 Device entry modified: CYB06xxA_CM0p_tm +T4AF4 000:200.006 ChipInfo: +T4AF4 000:200.034 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript +T4AF4 000:200.061 FlashBankInfo: +T4AF4 000:200.087 Name: FLASH (Main) +T4AF4 000:200.113 BaseAddr: 0x10000000 +T4AF4 000:200.184 AlwaysPresent: 1 +T4AF4 000:200.211 LoaderInfo: +T4AF4 000:200.236 Name: FLASH (Main) +T4AF4 000:200.267 MaxSize: 0x00200000 +T4AF4 000:200.293 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:200.318 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:200.344 FlashBankInfo: +T4AF4 000:200.369 Name: WFLASH (Work) +T4AF4 000:200.395 BaseAddr: 0x14000000 +T4AF4 000:200.466 AlwaysPresent: 1 +T4AF4 000:200.492 LoaderInfo: +T4AF4 000:200.517 Name: WFLASH (Work) +T4AF4 000:200.542 MaxSize: 0x00008000 +T4AF4 000:200.568 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:200.593 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:200.619 FlashBankInfo: +T4AF4 000:200.644 Name: SMIF +T4AF4 000:200.669 BaseAddr: 0x18000000 +T4AF4 000:200.750 LoaderInfo: +T4AF4 000:200.776 Name: SMIF +T4AF4 000:200.801 MaxSize: 0x08000000 +T4AF4 000:200.827 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:200.852 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:200.880 Device entry modified: CYB06xxA_CM4 +T4AF4 000:200.922 ChipInfo: +T4AF4 000:200.948 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript +T4AF4 000:200.979 FlashBankInfo: +T4AF4 000:201.004 Name: FLASH (Main) +T4AF4 000:201.030 BaseAddr: 0x10000000 +T4AF4 000:201.102 AlwaysPresent: 1 +T4AF4 000:201.124 LoaderInfo: +T4AF4 000:201.145 Name: FLASH (Main) +T4AF4 000:201.167 MaxSize: 0x00200000 +T4AF4 000:201.188 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:201.210 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:201.231 FlashBankInfo: +T4AF4 000:201.253 Name: WFLASH (Work) +T4AF4 000:201.274 BaseAddr: 0x14000000 +T4AF4 000:201.334 AlwaysPresent: 1 +T4AF4 000:201.355 LoaderInfo: +T4AF4 000:201.376 Name: WFLASH (Work) +T4AF4 000:201.398 MaxSize: 0x00008000 +T4AF4 000:201.420 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:201.441 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:201.463 FlashBankInfo: +T4AF4 000:201.484 Name: SMIF +T4AF4 000:201.506 BaseAddr: 0x18000000 +T4AF4 000:201.565 LoaderInfo: +T4AF4 000:201.586 Name: SMIF +T4AF4 000:201.608 MaxSize: 0x08000000 +T4AF4 000:201.629 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:201.651 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:201.675 Device entry modified: CYB06xxA_CM4_tm +T4AF4 000:201.712 ChipInfo: +T4AF4 000:201.734 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript +T4AF4 000:201.777 FlashBankInfo: +T4AF4 000:201.800 Name: FLASH (Main) +T4AF4 000:201.835 BaseAddr: 0x10000000 +T4AF4 000:201.905 AlwaysPresent: 1 +T4AF4 000:201.930 LoaderInfo: +T4AF4 000:201.955 Name: FLASH (Main) +T4AF4 000:201.981 MaxSize: 0x00200000 +T4AF4 000:202.006 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:202.031 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:202.057 FlashBankInfo: +T4AF4 000:202.082 Name: WFLASH (Work) +T4AF4 000:202.108 BaseAddr: 0x14000000 +T4AF4 000:202.177 AlwaysPresent: 1 +T4AF4 000:202.203 LoaderInfo: +T4AF4 000:202.228 Name: WFLASH (Work) +T4AF4 000:202.257 MaxSize: 0x00008000 +T4AF4 000:202.283 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:202.309 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:202.334 FlashBankInfo: +T4AF4 000:202.425 Name: SMIF +T4AF4 000:202.450 BaseAddr: 0x18000000 +T4AF4 000:202.521 LoaderInfo: +T4AF4 000:202.546 Name: SMIF +T4AF4 000:202.571 MaxSize: 0x08000000 +T4AF4 000:202.597 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:202.622 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:202.651 Device entry modified: CYS06xxA_CM0p +T4AF4 000:202.692 ChipInfo: +T4AF4 000:202.717 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript +T4AF4 000:202.760 FlashBankInfo: +T4AF4 000:202.786 Name: FLASH (Main) +T4AF4 000:202.811 BaseAddr: 0x10000000 +T4AF4 000:202.881 AlwaysPresent: 1 +T4AF4 000:202.907 LoaderInfo: +T4AF4 000:202.932 Name: FLASH (Main) +T4AF4 000:202.957 MaxSize: 0x00200000 +T4AF4 000:202.982 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:203.008 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:203.035 FlashBankInfo: +T4AF4 000:203.060 Name: WFLASH (Work) +T4AF4 000:203.086 BaseAddr: 0x14000000 +T4AF4 000:203.162 AlwaysPresent: 1 +T4AF4 000:203.183 LoaderInfo: +T4AF4 000:203.205 Name: WFLASH (Work) +T4AF4 000:203.226 MaxSize: 0x00008000 +T4AF4 000:203.248 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:203.270 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:203.291 FlashBankInfo: +T4AF4 000:203.312 Name: SMIF +T4AF4 000:203.334 BaseAddr: 0x18000000 +T4AF4 000:203.394 LoaderInfo: +T4AF4 000:203.415 Name: SMIF +T4AF4 000:203.436 MaxSize: 0x08000000 +T4AF4 000:203.458 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:203.480 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:203.504 Device entry modified: CYS06xxA_CM0p_tm +T4AF4 000:203.539 ChipInfo: +T4AF4 000:203.561 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript +T4AF4 000:203.584 FlashBankInfo: +T4AF4 000:203.605 Name: FLASH (Main) +T4AF4 000:203.627 BaseAddr: 0x10000000 +T4AF4 000:203.689 AlwaysPresent: 1 +T4AF4 000:203.711 LoaderInfo: +T4AF4 000:203.732 Name: FLASH (Main) +T4AF4 000:203.755 MaxSize: 0x00200000 +T4AF4 000:203.777 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:203.798 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:203.820 FlashBankInfo: +T4AF4 000:203.841 Name: WFLASH (Work) +T4AF4 000:203.863 BaseAddr: 0x14000000 +T4AF4 000:203.922 AlwaysPresent: 1 +T4AF4 000:203.944 LoaderInfo: +T4AF4 000:203.965 Name: WFLASH (Work) +T4AF4 000:203.987 MaxSize: 0x00008000 +T4AF4 000:204.008 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:204.030 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:204.052 FlashBankInfo: +T4AF4 000:204.073 Name: SMIF +T4AF4 000:204.094 BaseAddr: 0x18000000 +T4AF4 000:204.154 LoaderInfo: +T4AF4 000:204.175 Name: SMIF +T4AF4 000:204.197 MaxSize: 0x08000000 +T4AF4 000:204.222 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:204.244 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:204.267 Device entry modified: CYS06xxA_CM4 +T4AF4 000:204.303 ChipInfo: +T4AF4 000:204.325 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript +T4AF4 000:204.350 FlashBankInfo: +T4AF4 000:204.371 Name: FLASH (Main) +T4AF4 000:204.393 BaseAddr: 0x10000000 +T4AF4 000:204.452 AlwaysPresent: 1 +T4AF4 000:204.474 LoaderInfo: +T4AF4 000:204.495 Name: FLASH (Main) +T4AF4 000:204.517 MaxSize: 0x00200000 +T4AF4 000:204.538 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:204.560 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:204.581 FlashBankInfo: +T4AF4 000:204.603 Name: WFLASH (Work) +T4AF4 000:204.624 BaseAddr: 0x14000000 +T4AF4 000:204.691 AlwaysPresent: 1 +T4AF4 000:204.713 LoaderInfo: +T4AF4 000:204.743 Name: WFLASH (Work) +T4AF4 000:204.770 MaxSize: 0x00008000 +T4AF4 000:204.800 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:204.825 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:204.850 FlashBankInfo: +T4AF4 000:204.875 Name: SMIF +T4AF4 000:204.901 BaseAddr: 0x18000000 +T4AF4 000:204.972 LoaderInfo: +T4AF4 000:204.997 Name: SMIF +T4AF4 000:205.022 MaxSize: 0x08000000 +T4AF4 000:205.048 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:205.073 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:205.101 Device entry modified: CYS06xxA_CM4_tm +T4AF4 000:205.143 ChipInfo: +T4AF4 000:205.169 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript +T4AF4 000:205.198 FlashBankInfo: +T4AF4 000:205.223 Name: FLASH (Main) +T4AF4 000:205.249 BaseAddr: 0x10000000 +T4AF4 000:205.319 AlwaysPresent: 1 +T4AF4 000:205.345 LoaderInfo: +T4AF4 000:205.370 Name: FLASH (Main) +T4AF4 000:205.395 MaxSize: 0x00200000 +T4AF4 000:205.421 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xA.FLM +T4AF4 000:205.446 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:205.471 FlashBankInfo: +T4AF4 000:205.496 Name: WFLASH (Work) +T4AF4 000:205.522 BaseAddr: 0x14000000 +T4AF4 000:205.592 AlwaysPresent: 1 +T4AF4 000:205.618 LoaderInfo: +T4AF4 000:205.643 Name: WFLASH (Work) +T4AF4 000:205.668 MaxSize: 0x00008000 +T4AF4 000:205.701 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_WFLASH.FLM +T4AF4 000:205.726 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:205.754 FlashBankInfo: +T4AF4 000:205.779 Name: SMIF +T4AF4 000:205.804 BaseAddr: 0x18000000 +T4AF4 000:205.874 LoaderInfo: +T4AF4 000:205.900 Name: SMIF +T4AF4 000:205.925 MaxSize: 0x08000000 +T4AF4 000:205.951 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25FL512S.FLM +T4AF4 000:205.978 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:206.005 Device entry modified: CYB06xx7_CM0p +T4AF4 000:206.047 ChipInfo: +T4AF4 000:206.078 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript +T4AF4 000:206.101 FlashBankInfo: +T4AF4 000:206.123 Name: FLASH (Main) +T4AF4 000:206.148 BaseAddr: 0x10000000 +T4AF4 000:206.209 AlwaysPresent: 1 +T4AF4 000:206.231 LoaderInfo: +T4AF4 000:206.252 Name: FLASH (Main) +T4AF4 000:206.274 MaxSize: 0x00100000 +T4AF4 000:206.295 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM +T4AF4 000:206.317 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:206.339 FlashBankInfo: +T4AF4 000:206.360 Name: WFLASH (Work) +T4AF4 000:206.382 BaseAddr: 0x14000000 +T4AF4 000:206.442 AlwaysPresent: 1 +T4AF4 000:206.464 LoaderInfo: +T4AF4 000:206.485 Name: WFLASH (Work) +T4AF4 000:206.507 MaxSize: 0x00008000 +T4AF4 000:206.528 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:206.550 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:206.572 FlashBankInfo: +T4AF4 000:206.593 Name: SMIF +T4AF4 000:206.614 BaseAddr: 0x18000000 +T4AF4 000:206.675 LoaderInfo: +T4AF4 000:206.696 Name: SMIF +T4AF4 000:206.718 MaxSize: 0x08000000 +T4AF4 000:206.741 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM +T4AF4 000:206.762 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:206.786 Device entry modified: CYB06xx7_CM0p_tm +T4AF4 000:206.821 ChipInfo: +T4AF4 000:206.844 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript +T4AF4 000:206.867 FlashBankInfo: +T4AF4 000:206.888 Name: FLASH (Main) +T4AF4 000:206.910 BaseAddr: 0x10000000 +T4AF4 000:206.969 AlwaysPresent: 1 +T4AF4 000:206.991 LoaderInfo: +T4AF4 000:207.012 Name: FLASH (Main) +T4AF4 000:207.033 MaxSize: 0x00100000 +T4AF4 000:207.055 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM +T4AF4 000:207.077 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:207.099 FlashBankInfo: +T4AF4 000:207.120 Name: WFLASH (Work) +T4AF4 000:207.142 BaseAddr: 0x14000000 +T4AF4 000:207.201 AlwaysPresent: 1 +T4AF4 000:207.223 LoaderInfo: +T4AF4 000:207.244 Name: WFLASH (Work) +T4AF4 000:207.266 MaxSize: 0x00008000 +T4AF4 000:207.287 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:207.309 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:207.331 FlashBankInfo: +T4AF4 000:207.352 Name: SMIF +T4AF4 000:207.373 BaseAddr: 0x18000000 +T4AF4 000:207.432 LoaderInfo: +T4AF4 000:207.454 Name: SMIF +T4AF4 000:207.475 MaxSize: 0x08000000 +T4AF4 000:207.497 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM +T4AF4 000:207.519 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:207.542 Device entry modified: CYB06xx7_CM4 +T4AF4 000:207.577 ChipInfo: +T4AF4 000:207.599 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript +T4AF4 000:207.624 FlashBankInfo: +T4AF4 000:207.645 Name: FLASH (Main) +T4AF4 000:207.667 BaseAddr: 0x10000000 +T4AF4 000:207.726 AlwaysPresent: 1 +T4AF4 000:207.755 LoaderInfo: +T4AF4 000:207.777 Name: FLASH (Main) +T4AF4 000:207.808 MaxSize: 0x00100000 +T4AF4 000:207.833 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM +T4AF4 000:207.859 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:207.884 FlashBankInfo: +T4AF4 000:207.909 Name: WFLASH (Work) +T4AF4 000:207.939 BaseAddr: 0x14000000 +T4AF4 000:208.009 AlwaysPresent: 1 +T4AF4 000:208.035 LoaderInfo: +T4AF4 000:208.060 Name: WFLASH (Work) +T4AF4 000:208.085 MaxSize: 0x00008000 +T4AF4 000:208.111 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:208.136 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:208.161 FlashBankInfo: +T4AF4 000:208.186 Name: SMIF +T4AF4 000:208.211 BaseAddr: 0x18000000 +T4AF4 000:208.282 LoaderInfo: +T4AF4 000:208.307 Name: SMIF +T4AF4 000:208.332 MaxSize: 0x08000000 +T4AF4 000:208.358 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM +T4AF4 000:208.383 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:208.410 Device entry modified: CYB06xx7_CM4_tm +T4AF4 000:208.451 ChipInfo: +T4AF4 000:208.477 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript +T4AF4 000:208.506 FlashBankInfo: +T4AF4 000:208.532 Name: FLASH (Main) +T4AF4 000:208.557 BaseAddr: 0x10000000 +T4AF4 000:208.627 AlwaysPresent: 1 +T4AF4 000:208.652 LoaderInfo: +T4AF4 000:208.677 Name: FLASH (Main) +T4AF4 000:208.703 MaxSize: 0x00100000 +T4AF4 000:208.729 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx.FLM +T4AF4 000:208.764 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:208.792 FlashBankInfo: +T4AF4 000:208.817 Name: WFLASH (Work) +T4AF4 000:208.843 BaseAddr: 0x14000000 +T4AF4 000:208.912 AlwaysPresent: 1 +T4AF4 000:208.938 LoaderInfo: +T4AF4 000:208.963 Name: WFLASH (Work) +T4AF4 000:208.988 MaxSize: 0x00008000 +T4AF4 000:209.014 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_WFLASH.FLM +T4AF4 000:209.039 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:209.064 FlashBankInfo: +T4AF4 000:209.089 Name: SMIF +T4AF4 000:209.114 BaseAddr: 0x18000000 +T4AF4 000:209.185 LoaderInfo: +T4AF4 000:209.210 Name: SMIF +T4AF4 000:209.237 MaxSize: 0x08000000 +T4AF4 000:209.262 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxx_SMIF_S25Hx512T.FLM +T4AF4 000:209.287 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:209.315 Device entry modified: CYB06xx5_CM0p +T4AF4 000:209.360 ChipInfo: +T4AF4 000:209.382 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p.JLinkScript +T4AF4 000:209.405 FlashBankInfo: +T4AF4 000:209.426 Name: FLASH (Main) +T4AF4 000:209.448 BaseAddr: 0x10000000 +T4AF4 000:209.508 AlwaysPresent: 1 +T4AF4 000:209.529 LoaderInfo: +T4AF4 000:209.551 Name: FLASH (Main) +T4AF4 000:209.572 MaxSize: 0x00080000 +T4AF4 000:209.594 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM +T4AF4 000:209.615 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:209.637 FlashBankInfo: +T4AF4 000:209.658 Name: SMIF +T4AF4 000:209.679 BaseAddr: 0x18000000 +T4AF4 000:209.752 LoaderInfo: +T4AF4 000:209.778 Name: SMIF +T4AF4 000:209.803 MaxSize: 0x08000000 +T4AF4 000:209.828 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM +T4AF4 000:209.854 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:209.882 Device entry modified: CYB06xx5_CM0p_tm +T4AF4 000:209.923 ChipInfo: +T4AF4 000:209.950 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM0p_tm.JLinkScript +T4AF4 000:209.980 FlashBankInfo: +T4AF4 000:210.006 Name: FLASH (Main) +T4AF4 000:210.031 BaseAddr: 0x10000000 +T4AF4 000:210.101 AlwaysPresent: 1 +T4AF4 000:210.127 LoaderInfo: +T4AF4 000:210.152 Name: FLASH (Main) +T4AF4 000:210.177 MaxSize: 0x00080000 +T4AF4 000:210.203 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM +T4AF4 000:210.228 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:210.253 FlashBankInfo: +T4AF4 000:210.278 Name: SMIF +T4AF4 000:210.303 BaseAddr: 0x18000000 +T4AF4 000:210.374 LoaderInfo: +T4AF4 000:210.399 Name: SMIF +T4AF4 000:210.424 MaxSize: 0x08000000 +T4AF4 000:210.450 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM +T4AF4 000:210.475 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:210.503 Device entry modified: CYB06xx5_CM4 +T4AF4 000:210.544 ChipInfo: +T4AF4 000:210.570 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4.JLinkScript +T4AF4 000:210.599 FlashBankInfo: +T4AF4 000:210.624 Name: FLASH (Main) +T4AF4 000:210.650 BaseAddr: 0x10000000 +T4AF4 000:210.719 AlwaysPresent: 1 +T4AF4 000:210.746 LoaderInfo: +T4AF4 000:210.772 Name: FLASH (Main) +T4AF4 000:210.797 MaxSize: 0x00080000 +T4AF4 000:210.823 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM +T4AF4 000:210.848 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:210.874 FlashBankInfo: +T4AF4 000:210.898 Name: SMIF +T4AF4 000:210.924 BaseAddr: 0x18000000 +T4AF4 000:210.997 LoaderInfo: +T4AF4 000:211.022 Name: SMIF +T4AF4 000:211.047 MaxSize: 0x08000000 +T4AF4 000:211.073 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM +T4AF4 000:211.101 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:211.125 Device entry modified: CYB06xx5_CM4_tm +T4AF4 000:211.159 ChipInfo: +T4AF4 000:211.182 Script: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64xx_CM4_tm.JLinkScript +T4AF4 000:211.206 FlashBankInfo: +T4AF4 000:211.228 Name: FLASH (Main) +T4AF4 000:211.250 BaseAddr: 0x10000000 +T4AF4 000:211.310 AlwaysPresent: 1 +T4AF4 000:211.332 LoaderInfo: +T4AF4 000:211.353 Name: FLASH (Main) +T4AF4 000:211.375 MaxSize: 0x00080000 +T4AF4 000:211.397 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CYxx64x5.FLM +T4AF4 000:211.418 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:211.440 FlashBankInfo: +T4AF4 000:211.461 Name: SMIF +T4AF4 000:211.482 BaseAddr: 0x18000000 +T4AF4 000:211.542 LoaderInfo: +T4AF4 000:211.564 Name: SMIF +T4AF4 000:211.585 MaxSize: 0x08000000 +T4AF4 000:211.607 Loader: d:\Program Files\SEGGER\JLink\Devices\Infineon\PSoC6\CY8C6xxA_SMIF_S25Hx512T.FLM +T4AF4 000:211.628 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:211.652 Device entry modified: STM32F412CE +T4AF4 000:211.697 FlashBankInfo: +T4AF4 000:211.718 Name: QSPI Flash +T4AF4 000:211.740 BaseAddr: 0x90000000 +T4AF4 000:211.825 LoaderInfo: +T4AF4 000:211.851 Name: QSPI Flash +T4AF4 000:211.877 MaxSize: 0x01000000 +T4AF4 000:211.903 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:211.928 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:211.960 Device entry modified: STM32F412RE +T4AF4 000:211.982 FlashBankInfo: +T4AF4 000:212.007 Name: QSPI Flash +T4AF4 000:212.032 BaseAddr: 0x90000000 +T4AF4 000:212.111 LoaderInfo: +T4AF4 000:212.137 Name: QSPI Flash +T4AF4 000:212.163 MaxSize: 0x01000000 +T4AF4 000:212.189 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:212.214 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:212.243 Device entry modified: STM32F412ZG +T4AF4 000:212.264 FlashBankInfo: +T4AF4 000:212.289 Name: QSPI Flash +T4AF4 000:212.315 BaseAddr: 0x90000000 +T4AF4 000:212.391 LoaderInfo: +T4AF4 000:212.417 Name: QSPI Flash +T4AF4 000:212.442 MaxSize: 0x01000000 +T4AF4 000:212.468 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:212.493 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:212.520 Device entry modified: STM32F412RG +T4AF4 000:212.541 FlashBankInfo: +T4AF4 000:212.567 Name: QSPI Flash +T4AF4 000:212.592 BaseAddr: 0x90000000 +T4AF4 000:212.662 LoaderInfo: +T4AF4 000:212.688 Name: QSPI Flash +T4AF4 000:212.713 MaxSize: 0x01000000 +T4AF4 000:212.739 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:212.765 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:212.793 Device entry modified: STM32F412VE +T4AF4 000:212.814 FlashBankInfo: +T4AF4 000:212.839 Name: QSPI Flash +T4AF4 000:212.865 BaseAddr: 0x90000000 +T4AF4 000:212.935 LoaderInfo: +T4AF4 000:212.961 Name: QSPI Flash +T4AF4 000:212.987 MaxSize: 0x01000000 +T4AF4 000:213.012 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:213.037 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:213.067 Device entry modified: STM32F412VG +T4AF4 000:213.088 FlashBankInfo: +T4AF4 000:213.113 Name: QSPI Flash +T4AF4 000:213.138 BaseAddr: 0x90000000 +T4AF4 000:213.207 LoaderInfo: +T4AF4 000:213.229 Name: QSPI Flash +T4AF4 000:213.250 MaxSize: 0x01000000 +T4AF4 000:213.272 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:213.293 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:213.317 Device entry modified: STM32F412CG +T4AF4 000:213.334 FlashBankInfo: +T4AF4 000:213.356 Name: QSPI Flash +T4AF4 000:213.377 BaseAddr: 0x90000000 +T4AF4 000:213.439 LoaderInfo: +T4AF4 000:213.461 Name: QSPI Flash +T4AF4 000:213.483 MaxSize: 0x01000000 +T4AF4 000:213.504 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:213.526 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:213.549 Device entry modified: STM32F412ZE +T4AF4 000:213.567 FlashBankInfo: +T4AF4 000:213.588 Name: QSPI Flash +T4AF4 000:213.610 BaseAddr: 0x90000000 +T4AF4 000:213.670 LoaderInfo: +T4AF4 000:213.692 Name: QSPI Flash +T4AF4 000:213.713 MaxSize: 0x01000000 +T4AF4 000:213.735 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F412G_Disco_QSPI.elf +T4AF4 000:213.758 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:213.781 Device entry modified: STM32F413CG +T4AF4 000:213.799 FlashBankInfo: +T4AF4 000:213.820 Name: QSPI Flash +T4AF4 000:213.842 BaseAddr: 0x90000000 +T4AF4 000:213.905 LoaderInfo: +T4AF4 000:213.929 Name: QSPI Flash +T4AF4 000:213.951 MaxSize: 0x01000000 +T4AF4 000:213.972 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:213.994 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:214.018 Device entry modified: STM32F413CH +T4AF4 000:214.036 FlashBankInfo: +T4AF4 000:214.057 Name: QSPI Flash +T4AF4 000:214.079 BaseAddr: 0x90000000 +T4AF4 000:214.139 LoaderInfo: +T4AF4 000:214.161 Name: QSPI Flash +T4AF4 000:214.183 MaxSize: 0x01000000 +T4AF4 000:214.205 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:214.226 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:214.250 Device entry modified: STM32F413MG +T4AF4 000:214.268 FlashBankInfo: +T4AF4 000:214.289 Name: QSPI Flash +T4AF4 000:214.311 BaseAddr: 0x90000000 +T4AF4 000:214.371 LoaderInfo: +T4AF4 000:214.392 Name: QSPI Flash +T4AF4 000:214.414 MaxSize: 0x01000000 +T4AF4 000:214.436 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:214.457 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:214.481 Device entry modified: STM32F413MH +T4AF4 000:214.500 FlashBankInfo: +T4AF4 000:214.522 Name: QSPI Flash +T4AF4 000:214.544 BaseAddr: 0x90000000 +T4AF4 000:214.603 LoaderInfo: +T4AF4 000:214.625 Name: QSPI Flash +T4AF4 000:214.647 MaxSize: 0x01000000 +T4AF4 000:214.669 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:214.698 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:214.721 Device entry modified: STM32F413RG +T4AF4 000:214.740 FlashBankInfo: +T4AF4 000:214.761 Name: QSPI Flash +T4AF4 000:214.783 BaseAddr: 0x90000000 +T4AF4 000:214.843 LoaderInfo: +T4AF4 000:214.864 Name: QSPI Flash +T4AF4 000:214.886 MaxSize: 0x01000000 +T4AF4 000:214.908 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:214.929 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:214.952 Device entry modified: STM32F413RH +T4AF4 000:214.970 FlashBankInfo: +T4AF4 000:214.991 Name: QSPI Flash +T4AF4 000:215.013 BaseAddr: 0x90000000 +T4AF4 000:215.072 LoaderInfo: +T4AF4 000:215.094 Name: QSPI Flash +T4AF4 000:215.115 MaxSize: 0x01000000 +T4AF4 000:215.137 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:215.159 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:215.182 Device entry modified: STM32F413VG +T4AF4 000:215.199 FlashBankInfo: +T4AF4 000:215.221 Name: QSPI Flash +T4AF4 000:215.242 BaseAddr: 0x90000000 +T4AF4 000:215.302 LoaderInfo: +T4AF4 000:215.324 Name: QSPI Flash +T4AF4 000:215.345 MaxSize: 0x01000000 +T4AF4 000:215.367 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:215.389 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:215.412 Device entry modified: STM32F413VH +T4AF4 000:215.430 FlashBankInfo: +T4AF4 000:215.451 Name: QSPI Flash +T4AF4 000:215.473 BaseAddr: 0x90000000 +T4AF4 000:215.533 LoaderInfo: +T4AF4 000:215.554 Name: QSPI Flash +T4AF4 000:215.576 MaxSize: 0x01000000 +T4AF4 000:215.598 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:215.622 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:215.646 Device entry modified: STM32F413ZG +T4AF4 000:215.665 FlashBankInfo: +T4AF4 000:215.687 Name: QSPI Flash +T4AF4 000:215.708 BaseAddr: 0x90000000 +T4AF4 000:215.816 LoaderInfo: +T4AF4 000:215.882 Name: QSPI Flash +T4AF4 000:215.947 MaxSize: 0x01000000 +T4AF4 000:215.994 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:216.032 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:216.069 Device entry modified: STM32F413ZH +T4AF4 000:216.098 FlashBankInfo: +T4AF4 000:216.136 Name: QSPI Flash +T4AF4 000:216.174 BaseAddr: 0x90000000 +T4AF4 000:216.291 LoaderInfo: +T4AF4 000:216.330 Name: QSPI Flash +T4AF4 000:216.372 MaxSize: 0x01000000 +T4AF4 000:216.415 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F413H_Disco_QSPI.elf +T4AF4 000:216.450 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:216.501 Device entry modified: STM32F469AE +T4AF4 000:216.532 FlashBankInfo: +T4AF4 000:216.561 Name: QSPI Flash +T4AF4 000:216.590 BaseAddr: 0x90000000 +T4AF4 000:216.673 LoaderInfo: +T4AF4 000:216.708 Name: QSPI Flash +T4AF4 000:216.737 MaxSize: 0x01000000 +T4AF4 000:216.768 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:216.797 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:216.827 Device entry modified: STM32F469AG +T4AF4 000:216.850 FlashBankInfo: +T4AF4 000:216.878 Name: QSPI Flash +T4AF4 000:216.907 BaseAddr: 0x90000000 +T4AF4 000:216.988 LoaderInfo: +T4AF4 000:217.018 Name: QSPI Flash +T4AF4 000:217.047 MaxSize: 0x01000000 +T4AF4 000:217.075 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:217.103 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:217.134 Device entry modified: STM32F469AI +T4AF4 000:217.163 FlashBankInfo: +T4AF4 000:217.186 Name: QSPI Flash +T4AF4 000:217.210 BaseAddr: 0x90000000 +T4AF4 000:217.282 LoaderInfo: +T4AF4 000:217.307 Name: QSPI Flash +T4AF4 000:217.332 MaxSize: 0x01000000 +T4AF4 000:217.356 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:217.380 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:217.406 Device entry modified: STM32F469BE +T4AF4 000:217.426 FlashBankInfo: +T4AF4 000:217.449 Name: QSPI Flash +T4AF4 000:217.473 BaseAddr: 0x90000000 +T4AF4 000:217.541 LoaderInfo: +T4AF4 000:217.570 Name: QSPI Flash +T4AF4 000:217.595 MaxSize: 0x01000000 +T4AF4 000:217.620 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:217.644 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:217.670 Device entry modified: STM32F469BG +T4AF4 000:217.699 FlashBankInfo: +T4AF4 000:217.723 Name: QSPI Flash +T4AF4 000:217.789 BaseAddr: 0x90000000 +T4AF4 000:217.894 LoaderInfo: +T4AF4 000:217.929 Name: QSPI Flash +T4AF4 000:217.970 MaxSize: 0x01000000 +T4AF4 000:218.003 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:218.038 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:218.077 Device entry modified: STM32F469BI +T4AF4 000:218.105 FlashBankInfo: +T4AF4 000:218.140 Name: QSPI Flash +T4AF4 000:218.335 BaseAddr: 0x90000000 +T4AF4 000:218.464 LoaderInfo: +T4AF4 000:218.507 Name: QSPI Flash +T4AF4 000:218.546 MaxSize: 0x01000000 +T4AF4 000:218.584 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:218.693 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:218.735 Device entry modified: STM32F469IE +T4AF4 000:218.779 FlashBankInfo: +T4AF4 000:218.824 Name: QSPI Flash +T4AF4 000:218.863 BaseAddr: 0x90000000 +T4AF4 000:218.976 LoaderInfo: +T4AF4 000:219.020 Name: QSPI Flash +T4AF4 000:219.058 MaxSize: 0x01000000 +T4AF4 000:219.096 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:219.136 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:219.181 Device entry modified: STM32F469IG +T4AF4 000:219.214 FlashBankInfo: +T4AF4 000:219.255 Name: QSPI Flash +T4AF4 000:219.294 BaseAddr: 0x90000000 +T4AF4 000:219.412 LoaderInfo: +T4AF4 000:219.446 Name: QSPI Flash +T4AF4 000:219.484 MaxSize: 0x01000000 +T4AF4 000:219.513 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:219.547 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:219.586 Device entry modified: STM32F469II +T4AF4 000:219.609 FlashBankInfo: +T4AF4 000:219.648 Name: QSPI Flash +T4AF4 000:219.678 BaseAddr: 0x90000000 +T4AF4 000:219.787 LoaderInfo: +T4AF4 000:219.829 Name: QSPI Flash +T4AF4 000:219.860 MaxSize: 0x01000000 +T4AF4 000:219.894 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:219.926 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:219.965 Device entry modified: STM32F469NE +T4AF4 000:219.994 FlashBankInfo: +T4AF4 000:220.025 Name: QSPI Flash +T4AF4 000:220.060 BaseAddr: 0x90000000 +T4AF4 000:220.159 LoaderInfo: +T4AF4 000:220.197 Name: QSPI Flash +T4AF4 000:220.239 MaxSize: 0x01000000 +T4AF4 000:220.274 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:220.302 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:220.342 Device entry modified: STM32F469NG +T4AF4 000:220.367 FlashBankInfo: +T4AF4 000:220.400 Name: QSPI Flash +T4AF4 000:220.434 BaseAddr: 0x90000000 +T4AF4 000:220.539 LoaderInfo: +T4AF4 000:220.574 Name: QSPI Flash +T4AF4 000:220.607 MaxSize: 0x01000000 +T4AF4 000:220.632 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:220.668 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:220.707 Device entry modified: STM32F469NI +T4AF4 000:220.743 FlashBankInfo: +T4AF4 000:220.777 Name: QSPI Flash +T4AF4 000:220.809 BaseAddr: 0x90000000 +T4AF4 000:220.904 LoaderInfo: +T4AF4 000:220.940 Name: QSPI Flash +T4AF4 000:220.973 MaxSize: 0x01000000 +T4AF4 000:221.007 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:221.058 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:221.116 Device entry modified: STM32F469VE +T4AF4 000:221.164 FlashBankInfo: +T4AF4 000:221.195 Name: QSPI Flash +T4AF4 000:221.220 BaseAddr: 0x90000000 +T4AF4 000:221.294 LoaderInfo: +T4AF4 000:221.326 Name: QSPI Flash +T4AF4 000:221.355 MaxSize: 0x01000000 +T4AF4 000:221.380 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:221.432 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:221.488 Device entry modified: STM32F469VG +T4AF4 000:221.512 FlashBankInfo: +T4AF4 000:221.544 Name: QSPI Flash +T4AF4 000:221.587 BaseAddr: 0x90000000 +T4AF4 000:221.700 LoaderInfo: +T4AF4 000:221.746 Name: QSPI Flash +T4AF4 000:221.783 MaxSize: 0x01000000 +T4AF4 000:221.823 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:221.861 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:221.903 Device entry modified: STM32F469VI +T4AF4 000:221.937 FlashBankInfo: +T4AF4 000:221.974 Name: QSPI Flash +T4AF4 000:222.016 BaseAddr: 0x90000000 +T4AF4 000:222.128 LoaderInfo: +T4AF4 000:222.167 Name: QSPI Flash +T4AF4 000:222.207 MaxSize: 0x01000000 +T4AF4 000:222.249 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:222.289 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:222.329 Device entry modified: STM32F469ZE +T4AF4 000:222.362 FlashBankInfo: +T4AF4 000:222.402 Name: QSPI Flash +T4AF4 000:222.442 BaseAddr: 0x90000000 +T4AF4 000:222.552 LoaderInfo: +T4AF4 000:222.591 Name: QSPI Flash +T4AF4 000:222.630 MaxSize: 0x01000000 +T4AF4 000:222.669 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:222.716 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:222.769 Device entry modified: STM32F469ZG +T4AF4 000:222.809 FlashBankInfo: +T4AF4 000:222.848 Name: QSPI Flash +T4AF4 000:222.884 BaseAddr: 0x90000000 +T4AF4 000:222.999 LoaderInfo: +T4AF4 000:223.032 Name: QSPI Flash +T4AF4 000:223.063 MaxSize: 0x01000000 +T4AF4 000:223.096 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:223.131 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:223.167 Device entry modified: STM32F469ZI +T4AF4 000:223.195 FlashBankInfo: +T4AF4 000:223.230 Name: QSPI Flash +T4AF4 000:223.265 BaseAddr: 0x90000000 +T4AF4 000:223.361 LoaderInfo: +T4AF4 000:223.400 Name: QSPI Flash +T4AF4 000:223.434 MaxSize: 0x01000000 +T4AF4 000:223.469 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32F4\ST_STM32F469I_Disco_QSPI.elf +T4AF4 000:223.504 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:223.540 Device entry modified: STM32H743BI +T4AF4 000:223.580 FlashBankInfo: +T4AF4 000:223.616 Name: QSPI Flash +T4AF4 000:223.650 BaseAddr: 0x90000000 +T4AF4 000:223.753 LoaderInfo: +T4AF4 000:223.789 Name: QSPI Flash +T4AF4 000:223.823 MaxSize: 0x08000000 +T4AF4 000:223.858 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:223.893 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:223.930 Device entry modified: STM32H743II +T4AF4 000:223.957 FlashBankInfo: +T4AF4 000:223.992 Name: QSPI Flash +T4AF4 000:224.026 BaseAddr: 0x90000000 +T4AF4 000:224.121 LoaderInfo: +T4AF4 000:224.163 Name: QSPI Flash +T4AF4 000:224.192 MaxSize: 0x08000000 +T4AF4 000:224.222 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:224.251 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:224.282 Device entry modified: STM32H743VI +T4AF4 000:224.305 FlashBankInfo: +T4AF4 000:224.338 Name: QSPI Flash +T4AF4 000:224.369 BaseAddr: 0x90000000 +T4AF4 000:224.452 LoaderInfo: +T4AF4 000:224.481 Name: QSPI Flash +T4AF4 000:224.510 MaxSize: 0x08000000 +T4AF4 000:224.539 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:224.568 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:224.602 Device entry modified: STM32H743XI +T4AF4 000:224.625 FlashBankInfo: +T4AF4 000:224.655 Name: QSPI Flash +T4AF4 000:224.692 BaseAddr: 0x90000000 +T4AF4 000:224.774 LoaderInfo: +T4AF4 000:224.805 Name: QSPI Flash +T4AF4 000:224.834 MaxSize: 0x08000000 +T4AF4 000:224.863 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:224.893 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:224.924 Device entry modified: STM32H743ZI +T4AF4 000:224.947 FlashBankInfo: +T4AF4 000:224.977 Name: QSPI Flash +T4AF4 000:225.006 BaseAddr: 0x90000000 +T4AF4 000:225.087 LoaderInfo: +T4AF4 000:225.117 Name: QSPI Flash +T4AF4 000:225.146 MaxSize: 0x08000000 +T4AF4 000:225.177 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:225.205 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:225.237 Device entry modified: STM32H745ZG_M7 +T4AF4 000:225.261 FlashBankInfo: +T4AF4 000:225.289 Name: QSPI Flash +T4AF4 000:225.318 BaseAddr: 0x90000000 +T4AF4 000:225.399 LoaderInfo: +T4AF4 000:225.430 Name: QSPI Flash +T4AF4 000:225.460 MaxSize: 0x08000000 +T4AF4 000:225.488 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:225.518 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:225.549 Device entry modified: STM32H745IG_M7 +T4AF4 000:225.572 FlashBankInfo: +T4AF4 000:225.601 Name: QSPI Flash +T4AF4 000:225.629 BaseAddr: 0x90000000 +T4AF4 000:225.720 LoaderInfo: +T4AF4 000:225.752 Name: QSPI Flash +T4AF4 000:225.781 MaxSize: 0x08000000 +T4AF4 000:225.811 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:225.839 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:225.871 Device entry modified: STM32H745BG_M7 +T4AF4 000:225.894 FlashBankInfo: +T4AF4 000:225.923 Name: QSPI Flash +T4AF4 000:225.953 BaseAddr: 0x90000000 +T4AF4 000:226.033 LoaderInfo: +T4AF4 000:226.063 Name: QSPI Flash +T4AF4 000:226.092 MaxSize: 0x08000000 +T4AF4 000:226.122 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:226.152 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:226.184 Device entry modified: STM32H745XG_M7 +T4AF4 000:226.211 FlashBankInfo: +T4AF4 000:226.241 Name: QSPI Flash +T4AF4 000:226.270 BaseAddr: 0x90000000 +T4AF4 000:226.351 LoaderInfo: +T4AF4 000:226.381 Name: QSPI Flash +T4AF4 000:226.411 MaxSize: 0x08000000 +T4AF4 000:226.440 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:226.470 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:226.501 Device entry modified: STM32H745ZI_M7 +T4AF4 000:226.524 FlashBankInfo: +T4AF4 000:226.553 Name: QSPI Flash +T4AF4 000:226.582 BaseAddr: 0x90000000 +T4AF4 000:226.664 LoaderInfo: +T4AF4 000:226.702 Name: QSPI Flash +T4AF4 000:226.737 MaxSize: 0x08000000 +T4AF4 000:226.769 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:226.796 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:226.823 Device entry modified: STM32H745II_M7 +T4AF4 000:226.841 FlashBankInfo: +T4AF4 000:226.863 Name: QSPI Flash +T4AF4 000:226.885 BaseAddr: 0x90000000 +T4AF4 000:226.949 LoaderInfo: +T4AF4 000:226.971 Name: QSPI Flash +T4AF4 000:226.993 MaxSize: 0x08000000 +T4AF4 000:227.015 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:227.037 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:227.061 Device entry modified: STM32H745BI_M7 +T4AF4 000:227.079 FlashBankInfo: +T4AF4 000:227.100 Name: QSPI Flash +T4AF4 000:227.122 BaseAddr: 0x90000000 +T4AF4 000:227.182 LoaderInfo: +T4AF4 000:227.204 Name: QSPI Flash +T4AF4 000:227.226 MaxSize: 0x08000000 +T4AF4 000:227.248 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:227.269 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:227.293 Device entry modified: STM32H745XI_M7 +T4AF4 000:227.311 FlashBankInfo: +T4AF4 000:227.332 Name: QSPI Flash +T4AF4 000:227.354 BaseAddr: 0x90000000 +T4AF4 000:227.414 LoaderInfo: +T4AF4 000:227.436 Name: QSPI Flash +T4AF4 000:227.458 MaxSize: 0x08000000 +T4AF4 000:227.479 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:227.501 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:227.525 Device entry modified: STM32H750IB +T4AF4 000:227.543 FlashBankInfo: +T4AF4 000:227.564 Name: QSPI Flash +T4AF4 000:227.586 BaseAddr: 0x90000000 +T4AF4 000:227.647 LoaderInfo: +T4AF4 000:227.669 Name: QSPI Flash +T4AF4 000:227.698 MaxSize: 0x08000000 +T4AF4 000:227.720 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:227.742 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:227.765 Device entry modified: STM32H750VB +T4AF4 000:227.783 FlashBankInfo: +T4AF4 000:227.805 Name: QSPI Flash +T4AF4 000:227.827 BaseAddr: 0x90000000 +T4AF4 000:227.888 LoaderInfo: +T4AF4 000:227.910 Name: QSPI Flash +T4AF4 000:227.932 MaxSize: 0x08000000 +T4AF4 000:227.954 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:227.975 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:227.999 Device entry modified: STM32H750XB +T4AF4 000:228.017 FlashBankInfo: +T4AF4 000:228.039 Name: QSPI Flash +T4AF4 000:228.060 BaseAddr: 0x90000000 +T4AF4 000:228.120 LoaderInfo: +T4AF4 000:228.142 Name: QSPI Flash +T4AF4 000:228.163 MaxSize: 0x08000000 +T4AF4 000:228.185 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H745I_Disco_QSPI.elf +T4AF4 000:228.207 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:228.230 Device entry modified: STM32H753BI +T4AF4 000:228.248 FlashBankInfo: +T4AF4 000:228.269 Name: QSPI Flash +T4AF4 000:228.291 BaseAddr: 0x90000000 +T4AF4 000:228.351 LoaderInfo: +T4AF4 000:228.373 Name: QSPI Flash +T4AF4 000:228.394 MaxSize: 0x08000000 +T4AF4 000:228.416 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:228.438 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:228.463 Device entry modified: STM32H753II +T4AF4 000:228.481 FlashBankInfo: +T4AF4 000:228.503 Name: QSPI Flash +T4AF4 000:228.525 BaseAddr: 0x90000000 +T4AF4 000:228.585 LoaderInfo: +T4AF4 000:228.607 Name: QSPI Flash +T4AF4 000:228.629 MaxSize: 0x08000000 +T4AF4 000:228.650 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:228.672 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:228.700 Device entry modified: STM32H753VI +T4AF4 000:228.718 FlashBankInfo: +T4AF4 000:228.739 Name: QSPI Flash +T4AF4 000:228.762 BaseAddr: 0x90000000 +T4AF4 000:228.835 LoaderInfo: +T4AF4 000:228.861 Name: QSPI Flash +T4AF4 000:228.887 MaxSize: 0x08000000 +T4AF4 000:228.912 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:228.938 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:228.965 Device entry modified: STM32H753XI +T4AF4 000:228.988 FlashBankInfo: +T4AF4 000:229.013 Name: QSPI Flash +T4AF4 000:229.038 BaseAddr: 0x90000000 +T4AF4 000:229.109 LoaderInfo: +T4AF4 000:229.134 Name: QSPI Flash +T4AF4 000:229.160 MaxSize: 0x08000000 +T4AF4 000:229.185 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:229.210 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:229.237 Device entry modified: STM32H753ZI +T4AF4 000:229.258 FlashBankInfo: +T4AF4 000:229.283 Name: QSPI Flash +T4AF4 000:229.309 BaseAddr: 0x90000000 +T4AF4 000:229.380 LoaderInfo: +T4AF4 000:229.406 Name: QSPI Flash +T4AF4 000:229.431 MaxSize: 0x08000000 +T4AF4 000:229.457 Loader: d:\Program Files\SEGGER\JLink\Devices\ST\STM32H7\ST_STM32H753_Eval_QSPI.elf +T4AF4 000:229.482 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:229.509 Device entry modified: Z32F0642 +T4AF4 000:229.537 FlashBankInfo: +T4AF4 000:229.563 Name: Internal Flash +T4AF4 000:229.636 AlwaysPresent: 1 +T4AF4 000:229.661 LoaderInfo: +T4AF4 000:229.687 Name: Internal Flash +T4AF4 000:229.721 MaxSize: 0x00010000 +T4AF4 000:229.749 Loader: d:\Program Files\SEGGER\JLink\Devices\Zilog\Z32F0642\Z32F0642.FLM +T4AF4 000:229.776 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:229.804 Device entry modified: ADSP-CM411CBCZ-AF_M4 +T4AF4 000:229.846 ChipInfo: +T4AF4 000:229.872 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:229.901 FlashBankInfo: +T4AF4 000:229.926 Name: Flash Block A +T4AF4 000:229.952 BaseAddr: 0x11000000 +T4AF4 000:230.024 AlwaysPresent: 1 +T4AF4 000:230.052 LoaderInfo: +T4AF4 000:230.077 Name: Flash Block A +T4AF4 000:230.102 MaxSize: 0x00020000 +T4AF4 000:230.128 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:230.153 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:230.182 FlashBankInfo: +T4AF4 000:230.203 Name: Flash Block B +T4AF4 000:230.225 BaseAddr: 0x11080000 +T4AF4 000:230.287 AlwaysPresent: 1 +T4AF4 000:230.309 LoaderInfo: +T4AF4 000:230.331 Name: Flash Block B +T4AF4 000:230.352 MaxSize: 0x00020000 +T4AF4 000:230.374 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:230.396 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:230.420 Device entry modified: ADSP-CM411CBCZ-BF_M4 +T4AF4 000:230.457 ChipInfo: +T4AF4 000:230.479 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:230.504 FlashBankInfo: +T4AF4 000:230.526 Name: Flash Block A +T4AF4 000:230.547 BaseAddr: 0x11000000 +T4AF4 000:230.609 AlwaysPresent: 1 +T4AF4 000:230.631 LoaderInfo: +T4AF4 000:230.652 Name: Flash Block A +T4AF4 000:230.674 MaxSize: 0x00020000 +T4AF4 000:230.698 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:230.720 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:230.743 FlashBankInfo: +T4AF4 000:230.764 Name: Flash Block B +T4AF4 000:230.786 BaseAddr: 0x11080000 +T4AF4 000:230.846 AlwaysPresent: 1 +T4AF4 000:230.868 LoaderInfo: +T4AF4 000:230.889 Name: Flash Block B +T4AF4 000:230.911 MaxSize: 0x00020000 +T4AF4 000:230.933 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:230.954 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:230.978 Device entry modified: ADSP-CM412CSWZ-AF_M4 +T4AF4 000:231.014 ChipInfo: +T4AF4 000:231.036 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:231.060 FlashBankInfo: +T4AF4 000:231.082 Name: Flash Block A +T4AF4 000:231.104 BaseAddr: 0x11000000 +T4AF4 000:231.164 AlwaysPresent: 1 +T4AF4 000:231.185 LoaderInfo: +T4AF4 000:231.207 Name: Flash Block A +T4AF4 000:231.229 MaxSize: 0x00020000 +T4AF4 000:231.251 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:231.273 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:231.294 FlashBankInfo: +T4AF4 000:231.316 Name: Flash Block B +T4AF4 000:231.337 BaseAddr: 0x11080000 +T4AF4 000:231.397 AlwaysPresent: 1 +T4AF4 000:231.419 LoaderInfo: +T4AF4 000:231.440 Name: Flash Block B +T4AF4 000:231.462 MaxSize: 0x00020000 +T4AF4 000:231.484 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:231.505 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:231.529 Device entry modified: ADSP-CM412CBCZ-BF_M4 +T4AF4 000:231.564 ChipInfo: +T4AF4 000:231.586 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:231.611 FlashBankInfo: +T4AF4 000:231.632 Name: Flash Block A +T4AF4 000:231.654 BaseAddr: 0x11000000 +T4AF4 000:231.715 AlwaysPresent: 1 +T4AF4 000:231.739 LoaderInfo: +T4AF4 000:231.762 Name: Flash Block A +T4AF4 000:231.853 MaxSize: 0x00020000 +T4AF4 000:231.882 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:231.908 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:231.934 FlashBankInfo: +T4AF4 000:231.959 Name: Flash Block B +T4AF4 000:231.985 BaseAddr: 0x11080000 +T4AF4 000:232.063 AlwaysPresent: 1 +T4AF4 000:232.089 LoaderInfo: +T4AF4 000:232.114 Name: Flash Block B +T4AF4 000:232.139 MaxSize: 0x00020000 +T4AF4 000:232.165 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:232.190 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:232.219 Device entry modified: ADSP-CM413CSWZ-BF_M4 +T4AF4 000:232.261 ChipInfo: +T4AF4 000:232.288 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:232.320 FlashBankInfo: +T4AF4 000:232.346 Name: Flash Block A +T4AF4 000:232.371 BaseAddr: 0x11000000 +T4AF4 000:232.443 AlwaysPresent: 1 +T4AF4 000:232.468 LoaderInfo: +T4AF4 000:232.497 Name: Flash Block A +T4AF4 000:232.523 MaxSize: 0x00020000 +T4AF4 000:232.549 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:232.574 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:232.600 FlashBankInfo: +T4AF4 000:232.625 Name: Flash Block B +T4AF4 000:232.650 BaseAddr: 0x11080000 +T4AF4 000:232.721 AlwaysPresent: 1 +T4AF4 000:232.763 LoaderInfo: +T4AF4 000:232.788 Name: Flash Block B +T4AF4 000:232.814 MaxSize: 0x00020000 +T4AF4 000:232.840 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:232.865 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:232.893 Device entry modified: ADSP-CM413CSWZ-CF_M4 +T4AF4 000:232.935 ChipInfo: +T4AF4 000:232.961 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:232.990 FlashBankInfo: +T4AF4 000:233.016 Name: Flash Block A +T4AF4 000:233.043 BaseAddr: 0x11000000 +T4AF4 000:233.115 AlwaysPresent: 1 +T4AF4 000:233.140 LoaderInfo: +T4AF4 000:233.171 Name: Flash Block A +T4AF4 000:233.193 MaxSize: 0x00040000 +T4AF4 000:233.215 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM +T4AF4 000:233.236 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:233.258 FlashBankInfo: +T4AF4 000:233.279 Name: Flash Block B +T4AF4 000:233.301 BaseAddr: 0x11080000 +T4AF4 000:233.361 AlwaysPresent: 1 +T4AF4 000:233.383 LoaderInfo: +T4AF4 000:233.404 Name: Flash Block B +T4AF4 000:233.426 MaxSize: 0x00040000 +T4AF4 000:233.448 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM +T4AF4 000:233.469 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:233.493 Device entry modified: ADSP-CM416CSWZ-BF_M4 +T4AF4 000:233.531 ChipInfo: +T4AF4 000:233.553 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:233.581 FlashBankInfo: +T4AF4 000:233.602 Name: Flash Block A +T4AF4 000:233.624 BaseAddr: 0x11000000 +T4AF4 000:233.689 AlwaysPresent: 1 +T4AF4 000:233.711 LoaderInfo: +T4AF4 000:233.732 Name: Flash Block A +T4AF4 000:233.764 MaxSize: 0x00020000 +T4AF4 000:233.786 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:233.817 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:233.843 FlashBankInfo: +T4AF4 000:233.868 Name: Flash Block B +T4AF4 000:233.894 BaseAddr: 0x11080000 +T4AF4 000:233.966 AlwaysPresent: 1 +T4AF4 000:233.992 LoaderInfo: +T4AF4 000:234.017 Name: Flash Block B +T4AF4 000:234.043 MaxSize: 0x00020000 +T4AF4 000:234.068 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:234.094 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:234.122 Device entry modified: ADSP-CM416CSWZ-CF_M4 +T4AF4 000:234.163 ChipInfo: +T4AF4 000:234.189 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:234.218 FlashBankInfo: +T4AF4 000:234.247 Name: Flash Block A +T4AF4 000:234.273 BaseAddr: 0x11000000 +T4AF4 000:234.347 AlwaysPresent: 1 +T4AF4 000:234.373 LoaderInfo: +T4AF4 000:234.398 Name: Flash Block A +T4AF4 000:234.424 MaxSize: 0x00040000 +T4AF4 000:234.449 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM +T4AF4 000:234.474 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:234.500 FlashBankInfo: +T4AF4 000:234.525 Name: Flash Block B +T4AF4 000:234.550 BaseAddr: 0x11080000 +T4AF4 000:234.621 AlwaysPresent: 1 +T4AF4 000:234.646 LoaderInfo: +T4AF4 000:234.671 Name: Flash Block B +T4AF4 000:234.700 MaxSize: 0x00040000 +T4AF4 000:234.726 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM +T4AF4 000:234.753 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:234.781 Device entry modified: ADSP-CM417CSWZ-CF_M4 +T4AF4 000:234.823 ChipInfo: +T4AF4 000:234.849 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:234.878 FlashBankInfo: +T4AF4 000:234.903 Name: Flash Block A +T4AF4 000:234.929 BaseAddr: 0x11000000 +T4AF4 000:235.000 AlwaysPresent: 1 +T4AF4 000:235.025 LoaderInfo: +T4AF4 000:235.052 Name: Flash Block A +T4AF4 000:235.077 MaxSize: 0x00040000 +T4AF4 000:235.103 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM +T4AF4 000:235.128 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:235.161 FlashBankInfo: +T4AF4 000:235.182 Name: Flash Block B +T4AF4 000:235.204 BaseAddr: 0x11080000 +T4AF4 000:235.270 AlwaysPresent: 1 +T4AF4 000:235.291 LoaderInfo: +T4AF4 000:235.313 Name: Flash Block B +T4AF4 000:235.334 MaxSize: 0x00040000 +T4AF4 000:235.356 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM +T4AF4 000:235.378 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:235.401 Device entry modified: ADSP-CM417CSWZ-DF_M4 +T4AF4 000:235.437 ChipInfo: +T4AF4 000:235.459 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:235.483 FlashBankInfo: +T4AF4 000:235.505 Name: Flash Block A +T4AF4 000:235.527 BaseAddr: 0x11000000 +T4AF4 000:235.588 AlwaysPresent: 1 +T4AF4 000:235.609 LoaderInfo: +T4AF4 000:235.631 Name: Flash Block A +T4AF4 000:235.652 MaxSize: 0x00080000 +T4AF4 000:235.674 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_512.FLM +T4AF4 000:235.698 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:235.719 FlashBankInfo: +T4AF4 000:235.742 Name: Flash Block B +T4AF4 000:235.764 BaseAddr: 0x11080000 +T4AF4 000:235.824 AlwaysPresent: 1 +T4AF4 000:235.846 LoaderInfo: +T4AF4 000:235.867 Name: Flash Block B +T4AF4 000:235.889 MaxSize: 0x00080000 +T4AF4 000:235.910 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_512.FLM +T4AF4 000:235.932 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:235.956 Device entry modified: ADSP-CM418CBCZ-BF_M4 +T4AF4 000:235.990 ChipInfo: +T4AF4 000:236.013 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:236.037 FlashBankInfo: +T4AF4 000:236.058 Name: Flash Block A +T4AF4 000:236.080 BaseAddr: 0x11000000 +T4AF4 000:236.146 AlwaysPresent: 1 +T4AF4 000:236.168 LoaderInfo: +T4AF4 000:236.190 Name: Flash Block A +T4AF4 000:236.211 MaxSize: 0x00020000 +T4AF4 000:236.233 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_128.FLM +T4AF4 000:236.301 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:236.322 FlashBankInfo: +T4AF4 000:236.344 Name: Flash Block B +T4AF4 000:236.365 BaseAddr: 0x11080000 +T4AF4 000:236.425 AlwaysPresent: 1 +T4AF4 000:236.446 LoaderInfo: +T4AF4 000:236.468 Name: Flash Block B +T4AF4 000:236.489 MaxSize: 0x00020000 +T4AF4 000:236.511 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_128.FLM +T4AF4 000:236.533 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:236.557 Device entry modified: ADSP-CM418CBCZ-CF_M4 +T4AF4 000:236.591 ChipInfo: +T4AF4 000:236.613 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:236.638 FlashBankInfo: +T4AF4 000:236.660 Name: Flash Block A +T4AF4 000:236.682 BaseAddr: 0x11000000 +T4AF4 000:236.746 AlwaysPresent: 1 +T4AF4 000:236.768 LoaderInfo: +T4AF4 000:236.789 Name: Flash Block A +T4AF4 000:236.811 MaxSize: 0x00040000 +T4AF4 000:236.832 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM +T4AF4 000:236.854 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:236.876 FlashBankInfo: +T4AF4 000:236.897 Name: Flash Block B +T4AF4 000:236.919 BaseAddr: 0x11080000 +T4AF4 000:236.978 AlwaysPresent: 1 +T4AF4 000:237.000 LoaderInfo: +T4AF4 000:237.021 Name: Flash Block B +T4AF4 000:237.043 MaxSize: 0x00040000 +T4AF4 000:237.065 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM +T4AF4 000:237.086 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:237.110 Device entry modified: ADSP-CM419CBCZ-CF_M4 +T4AF4 000:237.145 ChipInfo: +T4AF4 000:237.167 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:237.192 FlashBankInfo: +T4AF4 000:237.214 Name: Flash Block A +T4AF4 000:237.236 BaseAddr: 0x11000000 +T4AF4 000:237.295 AlwaysPresent: 1 +T4AF4 000:237.317 LoaderInfo: +T4AF4 000:237.338 Name: Flash Block A +T4AF4 000:237.360 MaxSize: 0x00040000 +T4AF4 000:237.382 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_256.FLM +T4AF4 000:237.403 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:237.425 FlashBankInfo: +T4AF4 000:237.446 Name: Flash Block B +T4AF4 000:237.468 BaseAddr: 0x11080000 +T4AF4 000:237.529 AlwaysPresent: 1 +T4AF4 000:237.550 LoaderInfo: +T4AF4 000:237.572 Name: Flash Block B +T4AF4 000:237.593 MaxSize: 0x00040000 +T4AF4 000:237.615 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_256.FLM +T4AF4 000:237.637 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:237.660 Device entry modified: ADSP-CM419CBCZ-DF_M4 +T4AF4 000:237.695 ChipInfo: +T4AF4 000:237.717 Script: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\Analog_CM41x_M4.pex +T4AF4 000:237.743 FlashBankInfo: +T4AF4 000:237.765 Name: Flash Block A +T4AF4 000:237.787 BaseAddr: 0x11000000 +T4AF4 000:237.847 AlwaysPresent: 1 +T4AF4 000:237.868 LoaderInfo: +T4AF4 000:237.893 Name: Flash Block A +T4AF4 000:237.915 MaxSize: 0x00080000 +T4AF4 000:237.937 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashA_512.FLM +T4AF4 000:237.959 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:237.990 FlashBankInfo: +T4AF4 000:238.011 Name: Flash Block B +T4AF4 000:238.045 BaseAddr: 0x11080000 +T4AF4 000:238.117 AlwaysPresent: 1 +T4AF4 000:238.143 LoaderInfo: +T4AF4 000:238.168 Name: Flash Block B +T4AF4 000:238.193 MaxSize: 0x00080000 +T4AF4 000:238.219 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADSP-CM41\CM41x_FlashB_512.FLM +T4AF4 000:238.244 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:238.272 Device entry modified: ADuCM4050 +T4AF4 000:238.298 FlashBankInfo: +T4AF4 000:238.324 Name: Flash Block +T4AF4 000:238.397 AlwaysPresent: 1 +T4AF4 000:238.423 LoaderInfo: +T4AF4 000:238.448 Name: Flash Block +T4AF4 000:238.474 MaxSize: 0x00080000 +T4AF4 000:238.499 Loader: d:\Program Files\SEGGER\JLink\Devices\AnalogDevices\ADUCM4x50\ADuCM4x50.axf +T4AF4 000:238.525 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:238.552 Device entry modified: MAX32600 +T4AF4 000:238.575 FlashBankInfo: +T4AF4 000:238.601 Name: Internal Flash +T4AF4 000:238.673 AlwaysPresent: 1 +T4AF4 000:238.709 LoaderInfo: +T4AF4 000:238.734 Name: Internal Flash +T4AF4 000:238.760 MaxSize: 0x00040000 +T4AF4 000:238.785 Loader: d:\Program Files\SEGGER\JLink\Devices\Maxim\MAX32600\MAX32600.FLM +T4AF4 000:238.811 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:238.838 Device entry modified: ARTIK05X +T4AF4 000:238.893 ChipInfo: +T4AF4 000:238.920 Script: d:\Program Files\SEGGER\JLink\Devices\Samsung\ARTIK05X.JLinkScript +T4AF4 000:238.948 Device entry modified: OZ93506F80LN +T4AF4 000:238.974 FlashBankInfo: +T4AF4 000:239.000 Name: QSPI Flash +T4AF4 000:239.026 BaseAddr: 0x60000000 +T4AF4 000:239.097 LoaderInfo: +T4AF4 000:239.123 Name: QSPI Flash +T4AF4 000:239.149 MaxSize: 0x00010000 +T4AF4 000:239.174 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93506F80LN_QSPI.elf +T4AF4 000:239.201 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:239.229 Device entry modified: OZ93506F144LN +T4AF4 000:239.248 FlashBankInfo: +T4AF4 000:239.275 Name: QSPI Flash +T4AF4 000:239.301 BaseAddr: 0x60000000 +T4AF4 000:239.378 LoaderInfo: +T4AF4 000:239.400 Name: QSPI Flash +T4AF4 000:239.421 MaxSize: 0x00020000 +T4AF4 000:239.443 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93506F144LN_QSPI.elf +T4AF4 000:239.464 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:239.488 Device entry modified: OZ93510F96LN +T4AF4 000:239.506 FlashBankInfo: +T4AF4 000:239.528 Name: QSPI Flash +T4AF4 000:239.550 BaseAddr: 0x60000000 +T4AF4 000:239.610 LoaderInfo: +T4AF4 000:239.632 Name: QSPI Flash +T4AF4 000:239.653 MaxSize: 0x00010000 +T4AF4 000:239.675 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93510F96LN_QSPI.elf +T4AF4 000:239.703 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:239.726 Device entry modified: OZ93510F160LN +T4AF4 000:239.742 FlashBankInfo: +T4AF4 000:239.774 Name: QSPI Flash +T4AF4 000:239.804 BaseAddr: 0x60000000 +T4AF4 000:239.875 LoaderInfo: +T4AF4 000:239.901 Name: QSPI Flash +T4AF4 000:239.934 MaxSize: 0x00020000 +T4AF4 000:239.959 Loader: d:\Program Files\SEGGER\JLink\Devices\O2Micro\O2Micro_OZ93510F160LN_QSPI.elf +T4AF4 000:239.985 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:240.013 Device entry modified: HPM6750xVMx +T4AF4 000:240.034 FlashBankInfo: +T4AF4 000:240.059 Name: QSPI Flash +T4AF4 000:240.084 BaseAddr: 0x80000000 +T4AF4 000:240.157 LoaderInfo: +T4AF4 000:240.183 Name: QSPI Flash +T4AF4 000:240.208 MaxSize: 0x00800000 +T4AF4 000:240.234 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:240.259 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:240.286 Device entry modified: HPM6754xVMx +T4AF4 000:240.307 FlashBankInfo: +T4AF4 000:240.332 Name: QSPI Flash +T4AF4 000:240.358 BaseAddr: 0x80000000 +T4AF4 000:240.428 LoaderInfo: +T4AF4 000:240.454 Name: QSPI Flash +T4AF4 000:240.480 MaxSize: 0x00800000 +T4AF4 000:240.505 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:240.530 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:240.557 Device entry modified: HPM6758xVMx +T4AF4 000:240.578 FlashBankInfo: +T4AF4 000:240.603 Name: QSPI Flash +T4AF4 000:240.629 BaseAddr: 0x80000000 +T4AF4 000:240.704 LoaderInfo: +T4AF4 000:240.730 Name: QSPI Flash +T4AF4 000:240.757 MaxSize: 0x00800000 +T4AF4 000:240.782 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:240.807 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:240.836 Device entry modified: HPM6730xVMx +T4AF4 000:240.857 FlashBankInfo: +T4AF4 000:240.881 Name: QSPI Flash +T4AF4 000:240.907 BaseAddr: 0x80000000 +T4AF4 000:240.977 LoaderInfo: +T4AF4 000:241.002 Name: QSPI Flash +T4AF4 000:241.028 MaxSize: 0x00800000 +T4AF4 000:241.055 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:241.080 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:241.108 Device entry modified: HPM6450xVMx +T4AF4 000:241.128 FlashBankInfo: +T4AF4 000:241.158 Name: QSPI Flash +T4AF4 000:241.180 BaseAddr: 0x80000000 +T4AF4 000:241.240 LoaderInfo: +T4AF4 000:241.261 Name: QSPI Flash +T4AF4 000:241.283 MaxSize: 0x00800000 +T4AF4 000:241.305 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:241.326 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:241.350 Device entry modified: HPM6430xVMx +T4AF4 000:241.368 FlashBankInfo: +T4AF4 000:241.389 Name: QSPI Flash +T4AF4 000:241.411 BaseAddr: 0x80000000 +T4AF4 000:241.470 LoaderInfo: +T4AF4 000:241.492 Name: QSPI Flash +T4AF4 000:241.513 MaxSize: 0x00800000 +T4AF4 000:241.535 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:241.556 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:241.580 Device entry modified: HPM6120xVMx +T4AF4 000:241.602 FlashBankInfo: +T4AF4 000:241.623 Name: QSPI Flash +T4AF4 000:241.645 BaseAddr: 0x80000000 +T4AF4 000:241.705 LoaderInfo: +T4AF4 000:241.727 Name: QSPI Flash +T4AF4 000:241.750 MaxSize: 0x00800000 +T4AF4 000:241.771 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:241.793 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:241.820 Device entry modified: HPM6110xVMx +T4AF4 000:241.838 FlashBankInfo: +T4AF4 000:241.859 Name: QSPI Flash +T4AF4 000:241.881 BaseAddr: 0x80000000 +T4AF4 000:241.942 LoaderInfo: +T4AF4 000:241.964 Name: QSPI Flash +T4AF4 000:241.985 MaxSize: 0x00800000 +T4AF4 000:242.007 Loader: d:\Program Files\SEGGER\JLink\Devices\Hpmicro\HPM6750\HPM6750EVKMINI_QSPI.elf +T4AF4 000:242.029 LoaderType: FLASH_ALGO_TYPE_OPEN +T4AF4 000:242.371 - 172.732ms returns 0x00 +T4AF4 000:242.509 JLINK_ExecCommand("Device = STM32F103RC", ...). +T4AF4 000:243.177 Device "STM32F103RC" selected. +T4AF4 000:243.881 - 1.363ms returns 0x00 +T4AF4 000:243.905 JLINK_ExecCommand("DisableConnectionTimeout", ...). +T4AF4 000:243.929 - 0.012ms returns 0x01 +T4AF4 000:243.950 JLINK_GetHardwareVersion() +T4AF4 000:243.966 - 0.025ms returns 10000 +T4AF4 000:243.990 JLINK_GetDLLVersion() +T4AF4 000:244.007 - 0.025ms returns 78200 +T4AF4 000:244.027 JLINK_GetOEMString(...) +T4AF4 000:244.046 JLINK_GetFirmwareString(...) +T4AF4 000:244.062 - 0.025ms +T4AF4 000:244.174 JLINK_GetDLLVersion() +T4AF4 000:244.192 - 0.026ms returns 78200 +T4AF4 000:244.211 JLINK_GetCompileDateTime() +T4AF4 000:244.227 - 0.024ms +T4AF4 000:244.276 JLINK_GetFirmwareString(...) +T4AF4 000:244.293 - 0.025ms +T4AF4 000:244.343 JLINK_GetHardwareVersion() +T4AF4 000:244.360 - 0.025ms returns 10000 +T4AF4 000:244.408 JLINK_GetSN() +T4AF4 000:244.425 - 0.025ms returns 281104224 +T4AF4 000:244.474 JLINK_GetOEMString(...) +T4AF4 000:244.538 JLINK_TIF_Select(JLINKARM_TIF_JTAG) +T4AF4 000:246.328 - 1.806ms returns 0x00 +T4AF4 000:246.357 JLINK_HasError() +T4AF4 000:246.386 JLINK_SetSpeed(5000) +T4AF4 000:246.572 - 0.195ms +T4AF4 000:246.594 JLINK_GetIdData(pIdData) +T4AF4 000:246.909 InitTarget() start +T4AF4 000:246.939 J-Link Script File: Executing InitTarget() +T4AF4 000:248.244 TotalIRLen = 9, IRPrint = 0x0011 +T4AF4 000:249.627 JTAG chain detection found 2 devices: +T4AF4 000:249.690 #0 Id: 0x3BA00477, IRLen: 04, CoreSight JTAG-DP +T4AF4 000:249.745 #1 Id: 0x06414041, IRLen: 05, STM32 Boundary Scan +T4AF4 000:265.879 InitTarget() end +T4AF4 000:266.492 TotalIRLen = 9, IRPrint = 0x0011 +T4AF4 000:266.997 JTAG chain detection found 2 devices: +T4AF4 000:267.053 #0 Id: 0x3BA00477, IRLen: 04, CoreSight JTAG-DP +T4AF4 000:267.107 #1 Id: 0x06414041, IRLen: 05, STM32 Boundary Scan +T4AF4 000:271.091 Old FW that does not support reading DPIDR via DAP jobs +T4AF4 000:274.906 DPv0 detected +T4AF4 000:274.980 CoreSight SoC-400 or earlier +T4AF4 000:275.036 Scanning AP map to find all available APs +T4AF4 000:278.120 AP[1]: Stopped AP scan as end of AP map has been reached +T4AF4 000:278.175 AP[0]: AHB-AP (IDR: 0x14770011) +T4AF4 000:278.228 Iterating through AP map to find AHB-AP to use +T4AF4 000:283.389 AP[0]: Core found +T4AF4 000:283.447 AP[0]: AHB-AP ROM base: 0xE00FF000 +T4AF4 000:286.016 CPUID register: 0x411FC231. Implementer code: 0x41 (ARM) +T4AF4 000:286.075 Found Cortex-M3 r1p1, Little endian. +T4AF4 000:286.594 -- Max. mem block: 0x0000A830 +T4AF4 000:286.884 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:288.208 CPU_ReadMem(4 bytes @ 0xE0002000) +T4AF4 000:288.757 FPUnit: 6 code (BP) slots and 2 literal slots +T4AF4 000:288.785 CPU_ReadMem(4 bytes @ 0xE000EDFC) +T4AF4 000:289.202 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:289.572 CPU_ReadMem(4 bytes @ 0xE0001000) +T4AF4 000:289.947 CPU_WriteMem(4 bytes @ 0xE0001000) +T4AF4 000:290.317 CPU_ReadMem(4 bytes @ 0xE000ED88) +T4AF4 000:290.751 CPU_WriteMem(4 bytes @ 0xE000ED88) +T4AF4 000:291.066 CPU_ReadMem(4 bytes @ 0xE000ED88) +T4AF4 000:291.441 CPU_WriteMem(4 bytes @ 0xE000ED88) +T4AF4 000:291.846 CoreSight components: +T4AF4 000:291.905 ROMTbl[0] @ E00FF000 +T4AF4 000:291.932 CPU_ReadMem(64 bytes @ 0xE00FF000) +T4AF4 000:292.574 CPU_ReadMem(32 bytes @ 0xE000EFE0) +T4AF4 000:293.109 [0][0]: E000E000 CID B105E00D PID 001BB000 SCS +T4AF4 000:293.147 CPU_ReadMem(32 bytes @ 0xE0001FE0) +T4AF4 000:293.757 [0][1]: E0001000 CID B105E00D PID 001BB002 DWT +T4AF4 000:293.790 CPU_ReadMem(32 bytes @ 0xE0002FE0) +T4AF4 000:294.371 [0][2]: E0002000 CID B105E00D PID 000BB003 FPB +T4AF4 000:294.403 CPU_ReadMem(32 bytes @ 0xE0000FE0) +T4AF4 000:295.207 [0][3]: E0000000 CID B105E00D PID 001BB001 ITM +T4AF4 000:295.253 CPU_ReadMem(32 bytes @ 0xE0040FE0) +T4AF4 000:296.505 [0][4]: E0040000 CID B105900D PID 001BB923 TPIU-Lite +T4AF4 000:296.541 CPU_ReadMem(32 bytes @ 0xE0041FE0) +T4AF4 000:297.100 [0][5]: E0041000 CID B105900D PID 101BB924 ETM-M3 +T4AF4 000:297.166 pIdData->ScanLen=9 +T4AF4 000:297.191 +T4AF4 000:297.208 pIdData->NumDevices=2 +T4AF4 000:297.232 +T4AF4 000:297.248 pIdData->aId[0]=0x3BA00477 +T4AF4 000:297.272 +T4AF4 000:297.288 pIdData->aIrRead[0]=0 +T4AF4 000:297.312 +T4AF4 000:297.328 pIdData->aScanLen[0]=0 +T4AF4 000:297.352 +T4AF4 000:297.368 pIdData->aScanRead[0]=0 +T4AF4 000:297.392 +T4AF4 000:297.410 - 50.824ms +T4AF4 000:297.448 JLINK_JTAG_GetDeviceID(DeviceIndex = 0) +T4AF4 000:297.469 - 0.029ms returns 1000342647 +T4AF4 000:297.488 JLINK_JTAG_GetDeviceInfo(DeviceIndex = 0) +T4AF4 000:297.505 - 0.025ms returns 0 +T4AF4 000:297.531 JLINK_JTAG_GetDeviceID(DeviceIndex = 1) +T4AF4 000:297.548 - 0.025ms returns 104939585 +T4AF4 000:297.570 JLINK_JTAG_GetDeviceInfo(DeviceIndex = 1) +T4AF4 000:297.587 - 0.025ms returns 0 +T4AF4 000:297.610 JLINK_GetDLLVersion() +T4AF4 000:297.627 - 0.025ms returns 78200 +T4AF4 000:297.649 JLINK_CORE_GetFound() +T4AF4 000:297.665 - 0.024ms returns 0x30000FF +T4AF4 000:297.695 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) +T4AF4 000:297.716 Value=0xE00FF000 +T4AF4 000:297.741 - 0.054ms returns 0 +T4AF4 000:297.818 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) +T4AF4 000:297.836 Value=0xE00FF000 +T4AF4 000:297.860 - 0.050ms returns 0 +T4AF4 000:297.879 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) +T4AF4 000:297.897 Value=0xE0041000 +T4AF4 000:297.921 - 0.049ms returns 0 +T4AF4 000:297.943 JLINK_ReadMemEx(0xE0041FD0, 0x20 Bytes, Flags = 0x02000004) +T4AF4 000:297.981 CPU_ReadMem(32 bytes @ 0xE0041FD0) +T4AF4 000:299.204 Data: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... +T4AF4 000:299.233 - 1.299ms returns 32 (0x20) +T4AF4 000:299.255 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) +T4AF4 000:299.273 Value=0x00000000 +T4AF4 000:299.297 - 0.049ms returns 0 +T4AF4 000:299.315 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) +T4AF4 000:299.332 Value=0xE0040000 +T4AF4 000:299.356 - 0.049ms returns 0 +T4AF4 000:299.375 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) +T4AF4 000:299.392 Value=0xE0000000 +T4AF4 000:299.416 - 0.049ms returns 0 +T4AF4 000:299.435 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) +T4AF4 000:299.452 Value=0xE0001000 +T4AF4 000:299.476 - 0.049ms returns 0 +T4AF4 000:299.495 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) +T4AF4 000:299.512 Value=0xE0002000 +T4AF4 000:299.536 - 0.049ms returns 0 +T4AF4 000:299.555 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) +T4AF4 000:299.572 Value=0xE000E000 +T4AF4 000:299.595 - 0.049ms returns 0 +T4AF4 000:299.614 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) +T4AF4 000:299.631 Value=0xE000EDF0 +T4AF4 000:299.655 - 0.049ms returns 0 +T4AF4 000:299.674 JLINK_GetDebugInfo(0x01 = Unknown) +T4AF4 000:299.703 Value=0x00000000 +T4AF4 000:299.727 - 0.061ms returns 0 +T4AF4 000:299.748 JLINK_ReadMemU32(0xE000ED00, 0x1 Items) +T4AF4 000:299.770 CPU_ReadMem(4 bytes @ 0xE000ED00) +T4AF4 000:300.868 Data: 31 C2 1F 41 +T4AF4 000:300.899 Debug reg: CPUID +T4AF4 000:300.923 - 1.183ms returns 1 (0x1) +T4AF4 000:300.944 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) +T4AF4 000:300.962 Value=0x00000000 +T4AF4 000:300.986 - 0.050ms returns 0 +T4AF4 000:301.005 JLINK_HasError() +T4AF4 000:301.025 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) +T4AF4 000:301.051 - 0.034ms returns JLINKARM_CM3_RESET_TYPE_NORMAL +T4AF4 000:301.071 JLINK_Reset() +T4AF4 000:301.100 CPU is running +T4AF4 000:301.127 CPU_WriteMem(4 bytes @ 0xE000EDF0) +T4AF4 000:302.201 CPU is running +T4AF4 000:302.233 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:302.610 Reset: Halt core after reset via DEMCR.VC_CORERESET. +T4AF4 000:302.667 Reset: Reset device via AIRCR.SYSRESETREQ. +T4AF4 000:302.694 CPU is running +T4AF4 000:302.720 CPU_WriteMem(4 bytes @ 0xE000ED0C) +T4AF4 000:353.831 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:355.050 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:355.435 CPU is running +T4AF4 000:355.463 CPU_WriteMem(4 bytes @ 0xE000EDF0) +T4AF4 000:355.809 CPU is running +T4AF4 000:355.836 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:361.485 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:365.078 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:365.587 CPU_WriteMem(4 bytes @ 0xE0001028) +T4AF4 000:365.935 CPU_WriteMem(4 bytes @ 0xE0001038) +T4AF4 000:366.312 CPU_WriteMem(4 bytes @ 0xE0001048) +T4AF4 000:366.682 CPU_WriteMem(4 bytes @ 0xE0001058) +T4AF4 000:367.085 CPU_WriteMem(4 bytes @ 0xE0002000) +T4AF4 000:367.435 CPU_ReadMem(4 bytes @ 0xE000EDFC) +T4AF4 000:367.807 CPU_ReadMem(4 bytes @ 0xE0001000) +T4AF4 000:368.191 - 67.131ms +T4AF4 000:368.222 JLINK_HasError() +T4AF4 000:368.245 JLINK_ReadReg(R15 (PC)) +T4AF4 000:368.272 - 0.035ms returns 0x080001CC +T4AF4 000:368.294 JLINK_ReadReg(XPSR) +T4AF4 000:368.313 - 0.026ms returns 0x01000000 +T4AF4 000:368.335 JLINK_Halt() +T4AF4 000:368.352 - 0.025ms returns 0x00 +T4AF4 000:368.374 JLINK_ReadMemU32(0xE000EDF0, 0x1 Items) +T4AF4 000:368.398 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:368.807 Data: 03 00 03 00 +T4AF4 000:368.833 Debug reg: DHCSR +T4AF4 000:368.857 - 0.491ms returns 1 (0x1) +T4AF4 000:368.886 JLINK_WriteU32_64(0xE000EDF0, 0xA05F0003) +T4AF4 000:368.904 Debug reg: DHCSR +T4AF4 000:369.309 CPU_WriteMem(4 bytes @ 0xE000EDF0) +T4AF4 000:370.332 - 1.468ms returns 0 (0x00000000) +T4AF4 000:370.374 JLINK_WriteU32_64(0xE000EDFC, 0x01000000) +T4AF4 000:370.394 Debug reg: DEMCR +T4AF4 000:370.431 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:370.807 - 0.442ms returns 0 (0x00000000) +T4AF4 000:370.996 JLINK_GetHWStatus(...) +T4AF4 000:371.200 - 0.214ms returns 0 +T4AF4 000:371.310 JLINK_GetNumBPUnits(Type = 0xFFFFFF00) +T4AF4 000:371.328 - 0.026ms returns 0x06 +T4AF4 000:371.348 JLINK_GetNumBPUnits(Type = 0xF0) +T4AF4 000:371.364 - 0.025ms returns 0x2000 +T4AF4 000:371.384 JLINK_GetNumWPUnits() +T4AF4 000:371.400 - 0.024ms returns 4 +T4AF4 000:371.502 JLINK_GetSpeed() +T4AF4 000:371.519 - 0.025ms returns 5000 +T4AF4 000:371.592 JLINK_ReadMemU32(0xE000E004, 0x1 Items) +T4AF4 000:371.615 CPU_ReadMem(4 bytes @ 0xE000E004) +T4AF4 000:372.683 Data: 01 00 00 00 +T4AF4 000:372.711 - 1.127ms returns 1 (0x1) +T4AF4 000:372.732 JLINK_ReadMemU32(0xE000E004, 0x1 Items) +T4AF4 000:372.755 CPU_ReadMem(4 bytes @ 0xE000E004) +T4AF4 000:373.209 Data: 01 00 00 00 +T4AF4 000:373.245 - 0.521ms returns 1 (0x1) +T4AF4 000:373.268 JLINK_WriteMemEx(0xE0001000, 0x0000001C Bytes, Flags = 0x02000004) +T4AF4 000:373.287 Data: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... +T4AF4 000:373.325 CPU_WriteMem(28 bytes @ 0xE0001000) +T4AF4 000:373.831 - 0.578ms returns 0x1C +T4AF4 000:373.862 JLINK_HasError() +T4AF4 000:373.882 JLINK_ReadReg(R15 (PC)) +T4AF4 000:373.903 - 0.029ms returns 0x080001CC +T4AF4 000:373.923 JLINK_ReadReg(XPSR) +T4AF4 000:373.941 - 0.026ms returns 0x01000000 +T4AF4 000:384.526 JLINK_ReadMemEx(0xE0001004, 0x4 Bytes, Flags = 0x02000000) +T4AF4 000:384.584 Data: 00 00 00 00 +T4AF4 000:384.620 Debug reg: DWT_CYCCNT +T4AF4 000:384.652 - 0.138ms returns 4 (0x4) +T4AF4 000:466.356 JLINK_HasError() +T4AF4 000:466.404 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL) +T4AF4 000:466.422 - 0.027ms returns JLINKARM_CM3_RESET_TYPE_NORMAL +T4AF4 000:466.443 JLINK_Reset() +T4AF4 000:466.475 CPU_WriteMem(4 bytes @ 0xE000EDF0) +T4AF4 000:467.643 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:468.097 Reset: Halt core after reset via DEMCR.VC_CORERESET. +T4AF4 000:468.155 Reset: Reset device via AIRCR.SYSRESETREQ. +T4AF4 000:468.182 CPU_WriteMem(4 bytes @ 0xE000ED0C) +T4AF4 000:518.910 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:520.165 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:520.537 CPU_WriteMem(4 bytes @ 0xE000EDF0) +T4AF4 000:520.911 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:527.000 CPU_ReadMem(4 bytes @ 0xE000EDF0) +T4AF4 000:530.488 CPU_WriteMem(4 bytes @ 0xE000EDFC) +T4AF4 000:530.911 CPU_WriteMem(4 bytes @ 0xE0001028) +T4AF4 000:531.295 CPU_WriteMem(4 bytes @ 0xE0001038) +T4AF4 000:531.659 CPU_WriteMem(4 bytes @ 0xE0001048) +T4AF4 000:532.040 CPU_WriteMem(4 bytes @ 0xE0001058) +T4AF4 000:532.412 CPU_WriteMem(4 bytes @ 0xE0002000) +T4AF4 000:532.785 CPU_ReadMem(4 bytes @ 0xE000EDFC) +T4AF4 000:533.160 CPU_ReadMem(4 bytes @ 0xE0001000) +T4AF4 000:533.536 - 67.102ms +T4AF4 000:533.636 JLINK_HasError() +T4AF4 000:533.657 JLINK_ReadReg(R15 (PC)) +T4AF4 000:533.678 - 0.029ms returns 0x080001CC +T4AF4 000:533.698 JLINK_ReadReg(XPSR) +T4AF4 000:533.716 - 0.026ms returns 0x01000000 +T4AF4 000:534.557 JLINK_ReadMemEx(0x08000130, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:534.588 CPU_ReadMem(128 bytes @ 0x08000100) +T4AF4 000:536.488 -- Updating C cache (128 bytes @ 0x08000100) +T4AF4 000:536.530 -- Read from C cache (60 bytes @ 0x08000130) +T4AF4 000:536.558 Data: 00 F0 02 F8 00 F0 3A F8 0A A0 90 E8 00 0C 82 44 ... +T4AF4 000:536.583 - 2.035ms returns 60 (0x3C) +T4AF4 000:536.607 JLINK_ReadMemEx(0x08000130, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:536.628 -- Read from C cache (2 bytes @ 0x08000130) +T4AF4 000:536.652 Data: 00 F0 +T4AF4 000:536.677 - 0.079ms returns 2 (0x2) +T4AF4 000:536.787 JLINK_ReadMemEx(0x08000132, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:536.806 -- Read from C cache (2 bytes @ 0x08000132) +T4AF4 000:536.831 Data: 02 F8 +T4AF4 000:536.857 - 0.078ms returns 2 (0x2) +T4AF4 000:536.886 JLINK_ReadMemEx(0x08000134, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:536.906 -- Read from C cache (60 bytes @ 0x08000134) +T4AF4 000:536.937 Data: 00 F0 3A F8 0A A0 90 E8 00 0C 82 44 83 44 AA F1 ... +T4AF4 000:536.961 - 0.083ms returns 60 (0x3C) +T4AF4 000:536.982 JLINK_ReadMemEx(0x08000134, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.000 -- Read from C cache (2 bytes @ 0x08000134) +T4AF4 000:537.029 Data: 00 F0 +T4AF4 000:537.053 - 0.078ms returns 2 (0x2) +T4AF4 000:537.072 JLINK_ReadMemEx(0x08000136, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.090 -- Read from C cache (2 bytes @ 0x08000136) +T4AF4 000:537.115 Data: 3A F8 +T4AF4 000:537.139 - 0.074ms returns 2 (0x2) +T4AF4 000:537.158 JLINK_ReadMemEx(0x08000138, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:537.176 -- Read from C cache (60 bytes @ 0x08000138) +T4AF4 000:537.201 Data: 0A A0 90 E8 00 0C 82 44 83 44 AA F1 01 07 DA 45 ... +T4AF4 000:537.225 - 0.075ms returns 60 (0x3C) +T4AF4 000:537.244 JLINK_ReadMemEx(0x08000138, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.262 -- Read from C cache (2 bytes @ 0x08000138) +T4AF4 000:537.287 Data: 0A A0 +T4AF4 000:537.310 - 0.074ms returns 2 (0x2) +T4AF4 000:537.329 JLINK_ReadMemEx(0x0800013A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.347 -- Read from C cache (2 bytes @ 0x0800013A) +T4AF4 000:537.372 Data: 90 E8 +T4AF4 000:537.396 - 0.074ms returns 2 (0x2) +T4AF4 000:537.416 JLINK_ReadMemEx(0x0800013A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.434 -- Read from C cache (2 bytes @ 0x0800013A) +T4AF4 000:537.458 Data: 90 E8 +T4AF4 000:537.482 - 0.074ms returns 2 (0x2) +T4AF4 000:537.501 JLINK_ReadMemEx(0x0800013C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:537.519 -- Read from C cache (60 bytes @ 0x0800013C) +T4AF4 000:537.544 Data: 00 0C 82 44 83 44 AA F1 01 07 DA 45 01 D1 00 F0 ... +T4AF4 000:537.568 - 0.076ms returns 60 (0x3C) +T4AF4 000:537.587 JLINK_ReadMemEx(0x0800013C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.611 -- Read from C cache (2 bytes @ 0x0800013C) +T4AF4 000:537.639 Data: 00 0C +T4AF4 000:537.663 - 0.084ms returns 2 (0x2) +T4AF4 000:537.684 JLINK_ReadMemEx(0x0800013E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.702 -- Read from C cache (2 bytes @ 0x0800013E) +T4AF4 000:537.726 Data: 82 44 +T4AF4 000:537.750 - 0.075ms returns 2 (0x2) +T4AF4 000:537.770 JLINK_ReadMemEx(0x08000140, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:537.788 -- Read from C cache (60 bytes @ 0x08000140) +T4AF4 000:537.813 Data: 83 44 AA F1 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 ... +T4AF4 000:537.837 - 0.075ms returns 60 (0x3C) +T4AF4 000:537.856 JLINK_ReadMemEx(0x08000140, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:537.874 -- Read from C cache (2 bytes @ 0x08000140) +T4AF4 000:537.898 Data: 83 44 +T4AF4 000:537.922 - 0.074ms returns 2 (0x2) +T4AF4 000:537.942 JLINK_ReadMemEx(0x08000140, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:537.960 -- Read from C cache (60 bytes @ 0x08000140) +T4AF4 000:537.987 Data: 83 44 AA F1 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 ... +T4AF4 000:538.013 - 0.079ms returns 60 (0x3C) +T4AF4 000:538.032 JLINK_ReadMemEx(0x08000140, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:538.050 -- Read from C cache (2 bytes @ 0x08000140) +T4AF4 000:538.075 Data: 83 44 +T4AF4 000:538.099 - 0.074ms returns 2 (0x2) +T4AF4 000:538.118 JLINK_ReadMemEx(0x08000142, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:538.136 -- Read from C cache (2 bytes @ 0x08000142) +T4AF4 000:538.160 Data: AA F1 +T4AF4 000:538.184 - 0.075ms returns 2 (0x2) +T4AF4 000:538.204 JLINK_ReadMemEx(0x08000142, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:538.222 -- Read from C cache (2 bytes @ 0x08000142) +T4AF4 000:538.246 Data: AA F1 +T4AF4 000:538.270 - 0.074ms returns 2 (0x2) +T4AF4 000:538.290 JLINK_ReadMemEx(0x08000144, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:538.308 -- Read from C cache (60 bytes @ 0x08000144) +T4AF4 000:538.333 Data: 01 07 DA 45 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 ... +T4AF4 000:538.357 - 0.075ms returns 60 (0x3C) +T4AF4 000:538.376 JLINK_ReadMemEx(0x08000144, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:538.394 -- Read from C cache (2 bytes @ 0x08000144) +T4AF4 000:538.418 Data: 01 07 +T4AF4 000:538.443 - 0.075ms returns 2 (0x2) +T4AF4 000:538.462 JLINK_ReadMemEx(0x08000146, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:538.480 -- Read from C cache (2 bytes @ 0x08000146) +T4AF4 000:538.504 Data: DA 45 +T4AF4 000:538.528 - 0.074ms returns 2 (0x2) +T4AF4 000:538.547 JLINK_ReadMemEx(0x08000148, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:538.568 CPU_ReadMem(64 bytes @ 0x08000180) +T4AF4 000:540.176 -- Updating C cache (64 bytes @ 0x08000180) +T4AF4 000:540.215 -- Read from C cache (60 bytes @ 0x08000148) +T4AF4 000:540.241 Data: 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 ... +T4AF4 000:540.266 - 1.727ms returns 60 (0x3C) +T4AF4 000:540.288 JLINK_ReadMemEx(0x08000148, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:540.308 -- Read from C cache (2 bytes @ 0x08000148) +T4AF4 000:540.333 Data: 01 D1 +T4AF4 000:540.357 - 0.077ms returns 2 (0x2) +T4AF4 000:540.378 JLINK_ReadMemEx(0x08000148, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:540.396 -- Read from C cache (60 bytes @ 0x08000148) +T4AF4 000:540.421 Data: 01 D1 00 F0 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 ... +T4AF4 000:540.445 - 0.075ms returns 60 (0x3C) +T4AF4 000:540.464 JLINK_ReadMemEx(0x08000148, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:540.482 -- Read from C cache (2 bytes @ 0x08000148) +T4AF4 000:540.507 Data: 01 D1 +T4AF4 000:540.530 - 0.074ms returns 2 (0x2) +T4AF4 000:540.550 JLINK_ReadMemEx(0x0800014A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:540.567 -- Read from C cache (2 bytes @ 0x0800014A) +T4AF4 000:540.592 Data: 00 F0 +T4AF4 000:540.616 - 0.074ms returns 2 (0x2) +T4AF4 000:540.636 JLINK_ReadMemEx(0x0800014A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:540.653 -- Read from C cache (2 bytes @ 0x0800014A) +T4AF4 000:540.677 Data: 00 F0 +T4AF4 000:540.701 - 0.074ms returns 2 (0x2) +T4AF4 000:540.720 JLINK_ReadMemEx(0x0800014C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:540.822 -- Read from C cache (60 bytes @ 0x0800014C) +T4AF4 000:540.848 Data: 2F F8 AF F2 09 0E BA E8 0F 00 13 F0 01 0F 18 BF ... +T4AF4 000:540.872 - 0.159ms returns 60 (0x3C) +T4AF4 000:540.896 JLINK_ReadMemEx(0x0800014C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:540.911 -- Read from C cache (2 bytes @ 0x0800014C) +T4AF4 000:540.982 Data: 2F F8 +T4AF4 000:541.002 - 0.113ms returns 2 (0x2) +T4AF4 000:541.019 JLINK_ReadMemEx(0x0800014E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.034 -- Read from C cache (2 bytes @ 0x0800014E) +T4AF4 000:541.055 Data: AF F2 +T4AF4 000:541.075 - 0.063ms returns 2 (0x2) +T4AF4 000:541.092 JLINK_ReadMemEx(0x08000150, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:541.107 -- Read from C cache (60 bytes @ 0x08000150) +T4AF4 000:541.129 Data: 09 0E BA E8 0F 00 13 F0 01 0F 18 BF FB 1A 43 F0 ... +T4AF4 000:541.149 - 0.064ms returns 60 (0x3C) +T4AF4 000:541.169 JLINK_ReadMemEx(0x08000150, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.186 -- Read from C cache (2 bytes @ 0x08000150) +T4AF4 000:541.207 Data: 09 0E +T4AF4 000:541.227 - 0.065ms returns 2 (0x2) +T4AF4 000:541.244 JLINK_ReadMemEx(0x08000152, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.259 -- Read from C cache (2 bytes @ 0x08000152) +T4AF4 000:541.280 Data: BA E8 +T4AF4 000:541.301 - 0.064ms returns 2 (0x2) +T4AF4 000:541.317 JLINK_ReadMemEx(0x08000154, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:541.332 -- Read from C cache (60 bytes @ 0x08000154) +T4AF4 000:541.354 Data: 0F 00 13 F0 01 0F 18 BF FB 1A 43 F0 01 03 18 47 ... +T4AF4 000:541.374 - 0.064ms returns 60 (0x3C) +T4AF4 000:541.390 JLINK_ReadMemEx(0x08000154, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.405 -- Read from C cache (2 bytes @ 0x08000154) +T4AF4 000:541.426 Data: 0F 00 +T4AF4 000:541.447 - 0.063ms returns 2 (0x2) +T4AF4 000:541.463 JLINK_ReadMemEx(0x08000156, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.479 -- Read from C cache (2 bytes @ 0x08000156) +T4AF4 000:541.499 Data: 13 F0 +T4AF4 000:541.520 - 0.063ms returns 2 (0x2) +T4AF4 000:541.536 JLINK_ReadMemEx(0x08000158, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:541.551 -- Read from C cache (60 bytes @ 0x08000158) +T4AF4 000:541.573 Data: 01 0F 18 BF FB 1A 43 F0 01 03 18 47 CC 66 00 00 ... +T4AF4 000:541.593 - 0.064ms returns 60 (0x3C) +T4AF4 000:541.609 JLINK_ReadMemEx(0x08000158, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.624 -- Read from C cache (2 bytes @ 0x08000158) +T4AF4 000:541.645 Data: 01 0F +T4AF4 000:541.666 - 0.063ms returns 2 (0x2) +T4AF4 000:541.682 JLINK_ReadMemEx(0x0800015A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.698 -- Read from C cache (2 bytes @ 0x0800015A) +T4AF4 000:541.718 Data: 18 BF +T4AF4 000:541.739 - 0.063ms returns 2 (0x2) +T4AF4 000:541.755 JLINK_ReadMemEx(0x0800015C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:541.770 -- Read from C cache (60 bytes @ 0x0800015C) +T4AF4 000:541.792 Data: FB 1A 43 F0 01 03 18 47 CC 66 00 00 EC 66 00 00 ... +T4AF4 000:541.812 - 0.064ms returns 60 (0x3C) +T4AF4 000:541.828 JLINK_ReadMemEx(0x0800015C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.843 -- Read from C cache (2 bytes @ 0x0800015C) +T4AF4 000:541.864 Data: FB 1A +T4AF4 000:541.884 - 0.063ms returns 2 (0x2) +T4AF4 000:541.901 JLINK_ReadMemEx(0x0800015C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:541.916 -- Read from C cache (60 bytes @ 0x0800015C) +T4AF4 000:541.937 Data: FB 1A 43 F0 01 03 18 47 CC 66 00 00 EC 66 00 00 ... +T4AF4 000:541.958 - 0.063ms returns 60 (0x3C) +T4AF4 000:541.974 JLINK_ReadMemEx(0x0800015C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:541.989 -- Read from C cache (2 bytes @ 0x0800015C) +T4AF4 000:542.010 Data: FB 1A +T4AF4 000:542.030 - 0.063ms returns 2 (0x2) +T4AF4 000:542.046 JLINK_ReadMemEx(0x0800015E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.062 -- Read from C cache (2 bytes @ 0x0800015E) +T4AF4 000:542.082 Data: 43 F0 +T4AF4 000:542.103 - 0.063ms returns 2 (0x2) +T4AF4 000:542.129 JLINK_ReadMemEx(0x0800015E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.187 -- Read from C cache (2 bytes @ 0x0800015E) +T4AF4 000:542.221 Data: 43 F0 +T4AF4 000:542.243 - 0.128ms returns 2 (0x2) +T4AF4 000:542.268 JLINK_ReadMemEx(0x08000160, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:542.286 -- Read from C cache (60 bytes @ 0x08000160) +T4AF4 000:542.312 Data: 01 03 18 47 CC 66 00 00 EC 66 00 00 10 3A 24 BF ... +T4AF4 000:542.336 - 0.075ms returns 60 (0x3C) +T4AF4 000:542.355 JLINK_ReadMemEx(0x08000160, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.372 -- Read from C cache (2 bytes @ 0x08000160) +T4AF4 000:542.397 Data: 01 03 +T4AF4 000:542.421 - 0.074ms returns 2 (0x2) +T4AF4 000:542.440 JLINK_ReadMemEx(0x08000162, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.458 -- Read from C cache (2 bytes @ 0x08000162) +T4AF4 000:542.482 Data: 18 47 +T4AF4 000:542.506 - 0.074ms returns 2 (0x2) +T4AF4 000:542.526 JLINK_ReadMemEx(0x08000164, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:542.544 -- Read from C cache (60 bytes @ 0x08000164) +T4AF4 000:542.569 Data: CC 66 00 00 EC 66 00 00 10 3A 24 BF 78 C8 78 C1 ... +T4AF4 000:542.593 - 0.075ms returns 60 (0x3C) +T4AF4 000:542.612 JLINK_ReadMemEx(0x08000164, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.629 -- Read from C cache (2 bytes @ 0x08000164) +T4AF4 000:542.654 Data: CC 66 +T4AF4 000:542.678 - 0.074ms returns 2 (0x2) +T4AF4 000:542.698 JLINK_ReadMemEx(0x0800016C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:542.716 -- Read from C cache (60 bytes @ 0x0800016C) +T4AF4 000:542.741 Data: 10 3A 24 BF 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 ... +T4AF4 000:542.765 - 0.075ms returns 60 (0x3C) +T4AF4 000:542.784 JLINK_ReadMemEx(0x0800016C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.802 -- Read from C cache (2 bytes @ 0x0800016C) +T4AF4 000:542.826 Data: 10 3A +T4AF4 000:542.850 - 0.074ms returns 2 (0x2) +T4AF4 000:542.869 JLINK_ReadMemEx(0x0800016E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.887 -- Read from C cache (2 bytes @ 0x0800016E) +T4AF4 000:542.911 Data: 24 BF +T4AF4 000:542.935 - 0.074ms returns 2 (0x2) +T4AF4 000:542.955 JLINK_ReadMemEx(0x0800016E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:542.973 -- Read from C cache (2 bytes @ 0x0800016E) +T4AF4 000:542.997 Data: 24 BF +T4AF4 000:543.021 - 0.074ms returns 2 (0x2) +T4AF4 000:543.040 JLINK_ReadMemEx(0x08000170, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:543.058 -- Read from C cache (60 bytes @ 0x08000170) +T4AF4 000:543.083 Data: 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 30 C1 44 BF ... +T4AF4 000:543.107 - 0.075ms returns 60 (0x3C) +T4AF4 000:543.127 JLINK_ReadMemEx(0x08000170, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.144 -- Read from C cache (2 bytes @ 0x08000170) +T4AF4 000:543.169 Data: 78 C8 +T4AF4 000:543.194 - 0.076ms returns 2 (0x2) +T4AF4 000:543.214 JLINK_ReadMemEx(0x08000170, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:543.232 -- Read from C cache (60 bytes @ 0x08000170) +T4AF4 000:543.257 Data: 78 C8 78 C1 FA D8 52 07 24 BF 30 C8 30 C1 44 BF ... +T4AF4 000:543.281 - 0.075ms returns 60 (0x3C) +T4AF4 000:543.300 JLINK_ReadMemEx(0x08000170, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.318 -- Read from C cache (2 bytes @ 0x08000170) +T4AF4 000:543.342 Data: 78 C8 +T4AF4 000:543.366 - 0.074ms returns 2 (0x2) +T4AF4 000:543.385 JLINK_ReadMemEx(0x08000172, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.403 -- Read from C cache (2 bytes @ 0x08000172) +T4AF4 000:543.427 Data: 78 C1 +T4AF4 000:543.451 - 0.074ms returns 2 (0x2) +T4AF4 000:543.471 JLINK_ReadMemEx(0x08000172, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.490 -- Read from C cache (2 bytes @ 0x08000172) +T4AF4 000:543.515 Data: 78 C1 +T4AF4 000:543.539 - 0.076ms returns 2 (0x2) +T4AF4 000:543.558 JLINK_ReadMemEx(0x08000174, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:543.576 -- Read from C cache (60 bytes @ 0x08000174) +T4AF4 000:543.606 Data: FA D8 52 07 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 ... +T4AF4 000:543.627 - 0.076ms returns 60 (0x3C) +T4AF4 000:543.643 JLINK_ReadMemEx(0x08000174, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.697 -- Read from C cache (2 bytes @ 0x08000174) +T4AF4 000:543.718 Data: FA D8 +T4AF4 000:543.739 - 0.103ms returns 2 (0x2) +T4AF4 000:543.756 JLINK_ReadMemEx(0x08000174, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:543.771 -- Read from C cache (60 bytes @ 0x08000174) +T4AF4 000:543.792 Data: FA D8 52 07 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 ... +T4AF4 000:543.813 - 0.064ms returns 60 (0x3C) +T4AF4 000:543.829 JLINK_ReadMemEx(0x08000174, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.844 -- Read from C cache (2 bytes @ 0x08000174) +T4AF4 000:543.865 Data: FA D8 +T4AF4 000:543.885 - 0.063ms returns 2 (0x2) +T4AF4 000:543.901 JLINK_ReadMemEx(0x08000176, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.917 -- Read from C cache (2 bytes @ 0x08000176) +T4AF4 000:543.937 Data: 52 07 +T4AF4 000:543.958 - 0.063ms returns 2 (0x2) +T4AF4 000:543.975 JLINK_ReadMemEx(0x08000176, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:543.990 -- Read from C cache (2 bytes @ 0x08000176) +T4AF4 000:544.011 Data: 52 07 +T4AF4 000:544.031 - 0.063ms returns 2 (0x2) +T4AF4 000:544.047 JLINK_ReadMemEx(0x08000178, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:544.063 -- Read from C cache (60 bytes @ 0x08000178) +T4AF4 000:544.084 Data: 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 70 47 00 00 ... +T4AF4 000:544.104 - 0.064ms returns 60 (0x3C) +T4AF4 000:544.130 JLINK_ReadMemEx(0x08000178, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.145 -- Read from C cache (2 bytes @ 0x08000178) +T4AF4 000:544.166 Data: 24 BF +T4AF4 000:544.188 - 0.065ms returns 2 (0x2) +T4AF4 000:544.205 JLINK_ReadMemEx(0x08000178, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:544.220 -- Read from C cache (60 bytes @ 0x08000178) +T4AF4 000:544.241 Data: 24 BF 30 C8 30 C1 44 BF 04 68 0C 60 70 47 00 00 ... +T4AF4 000:544.261 - 0.063ms returns 60 (0x3C) +T4AF4 000:544.277 JLINK_ReadMemEx(0x08000178, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.292 -- Read from C cache (2 bytes @ 0x08000178) +T4AF4 000:544.313 Data: 24 BF +T4AF4 000:544.334 - 0.063ms returns 2 (0x2) +T4AF4 000:544.350 JLINK_ReadMemEx(0x0800017A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.365 -- Read from C cache (2 bytes @ 0x0800017A) +T4AF4 000:544.386 Data: 30 C8 +T4AF4 000:544.406 - 0.063ms returns 2 (0x2) +T4AF4 000:544.423 JLINK_ReadMemEx(0x0800017A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.438 -- Read from C cache (2 bytes @ 0x0800017A) +T4AF4 000:544.459 Data: 30 C8 +T4AF4 000:544.479 - 0.063ms returns 2 (0x2) +T4AF4 000:544.496 JLINK_ReadMemEx(0x0800017C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:544.511 -- Read from C cache (60 bytes @ 0x0800017C) +T4AF4 000:544.532 Data: 30 C1 44 BF 04 68 0C 60 70 47 00 00 00 23 00 24 ... +T4AF4 000:544.553 - 0.064ms returns 60 (0x3C) +T4AF4 000:544.569 JLINK_ReadMemEx(0x0800017C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.584 -- Read from C cache (2 bytes @ 0x0800017C) +T4AF4 000:544.606 Data: 30 C1 +T4AF4 000:544.627 - 0.065ms returns 2 (0x2) +T4AF4 000:544.643 JLINK_ReadMemEx(0x0800017C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:544.658 -- Read from C cache (60 bytes @ 0x0800017C) +T4AF4 000:544.680 Data: 30 C1 44 BF 04 68 0C 60 70 47 00 00 00 23 00 24 ... +T4AF4 000:544.700 - 0.063ms returns 60 (0x3C) +T4AF4 000:544.716 JLINK_ReadMemEx(0x0800017C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.732 -- Read from C cache (2 bytes @ 0x0800017C) +T4AF4 000:544.752 Data: 30 C1 +T4AF4 000:544.773 - 0.063ms returns 2 (0x2) +T4AF4 000:544.789 JLINK_ReadMemEx(0x0800017E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.804 -- Read from C cache (2 bytes @ 0x0800017E) +T4AF4 000:544.825 Data: 44 BF +T4AF4 000:544.845 - 0.063ms returns 2 (0x2) +T4AF4 000:544.862 JLINK_ReadMemEx(0x0800017E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:544.877 -- Read from C cache (2 bytes @ 0x0800017E) +T4AF4 000:544.898 Data: 44 BF +T4AF4 000:544.918 - 0.063ms returns 2 (0x2) +T4AF4 000:544.935 JLINK_ReadMemEx(0x08000180, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:544.986 -- Read from C cache (60 bytes @ 0x08000180) +T4AF4 000:545.009 Data: 04 68 0C 60 70 47 00 00 00 23 00 24 00 25 00 26 ... +T4AF4 000:545.030 - 0.102ms returns 60 (0x3C) +T4AF4 000:545.046 JLINK_ReadMemEx(0x08000180, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.061 -- Read from C cache (2 bytes @ 0x08000180) +T4AF4 000:545.082 Data: 04 68 +T4AF4 000:545.102 - 0.063ms returns 2 (0x2) +T4AF4 000:545.128 JLINK_ReadMemEx(0x08000180, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:545.143 -- Read from C cache (60 bytes @ 0x08000180) +T4AF4 000:545.165 Data: 04 68 0C 60 70 47 00 00 00 23 00 24 00 25 00 26 ... +T4AF4 000:545.187 - 0.065ms returns 60 (0x3C) +T4AF4 000:545.204 JLINK_ReadMemEx(0x08000180, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.228 -- Read from C cache (2 bytes @ 0x08000180) +T4AF4 000:545.304 Data: 04 68 +T4AF4 000:545.329 - 0.133ms returns 2 (0x2) +T4AF4 000:545.349 JLINK_ReadMemEx(0x08000182, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.369 -- Read from C cache (2 bytes @ 0x08000182) +T4AF4 000:545.393 Data: 0C 60 +T4AF4 000:545.418 - 0.076ms returns 2 (0x2) +T4AF4 000:545.438 JLINK_ReadMemEx(0x08000182, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.456 -- Read from C cache (2 bytes @ 0x08000182) +T4AF4 000:545.480 Data: 0C 60 +T4AF4 000:545.505 - 0.075ms returns 2 (0x2) +T4AF4 000:545.524 JLINK_ReadMemEx(0x08000184, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:545.542 -- Read from C cache (60 bytes @ 0x08000184) +T4AF4 000:545.568 Data: 70 47 00 00 00 23 00 24 00 25 00 26 10 3A 28 BF ... +T4AF4 000:545.592 - 0.077ms returns 60 (0x3C) +T4AF4 000:545.612 JLINK_ReadMemEx(0x08000184, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.630 -- Read from C cache (2 bytes @ 0x08000184) +T4AF4 000:545.655 Data: 70 47 +T4AF4 000:545.679 - 0.075ms returns 2 (0x2) +T4AF4 000:545.699 JLINK_ReadMemEx(0x08000184, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:545.717 -- Read from C cache (60 bytes @ 0x08000184) +T4AF4 000:545.743 Data: 70 47 00 00 00 23 00 24 00 25 00 26 10 3A 28 BF ... +T4AF4 000:545.767 - 0.076ms returns 60 (0x3C) +T4AF4 000:545.786 JLINK_ReadMemEx(0x08000184, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.804 -- Read from C cache (2 bytes @ 0x08000184) +T4AF4 000:545.829 Data: 70 47 +T4AF4 000:545.853 - 0.075ms returns 2 (0x2) +T4AF4 000:545.872 JLINK_ReadMemEx(0x08000186, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.890 -- Read from C cache (2 bytes @ 0x08000186) +T4AF4 000:545.914 Data: 00 00 +T4AF4 000:545.938 - 0.074ms returns 2 (0x2) +T4AF4 000:545.958 JLINK_ReadMemEx(0x08000186, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:545.975 -- Read from C cache (2 bytes @ 0x08000186) +T4AF4 000:546.000 Data: 00 00 +T4AF4 000:546.023 - 0.074ms returns 2 (0x2) +T4AF4 000:546.043 JLINK_ReadMemEx(0x08000188, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:546.063 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 000:547.742 -- Updating C cache (64 bytes @ 0x080001C0) +T4AF4 000:547.826 -- Read from C cache (60 bytes @ 0x08000188) +T4AF4 000:547.853 Data: 00 23 00 24 00 25 00 26 10 3A 28 BF 78 C1 FB D8 ... +T4AF4 000:547.877 - 1.843ms returns 60 (0x3C) +T4AF4 000:547.899 JLINK_ReadMemEx(0x08000188, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:547.919 -- Read from C cache (2 bytes @ 0x08000188) +T4AF4 000:547.943 Data: 00 23 +T4AF4 000:547.968 - 0.076ms returns 2 (0x2) +T4AF4 000:547.991 JLINK_ReadMemEx(0x08000188, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:548.013 -- Read from C cache (60 bytes @ 0x08000188) +T4AF4 000:548.039 Data: 00 23 00 24 00 25 00 26 10 3A 28 BF 78 C1 FB D8 ... +T4AF4 000:548.062 - 0.079ms returns 60 (0x3C) +T4AF4 000:548.081 JLINK_ReadMemEx(0x08000188, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.099 -- Read from C cache (2 bytes @ 0x08000188) +T4AF4 000:548.124 Data: 00 23 +T4AF4 000:548.148 - 0.074ms returns 2 (0x2) +T4AF4 000:548.167 JLINK_ReadMemEx(0x0800018A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.184 -- Read from C cache (2 bytes @ 0x0800018A) +T4AF4 000:548.209 Data: 00 24 +T4AF4 000:548.233 - 0.135ms returns 2 (0x2) +T4AF4 000:548.317 JLINK_ReadMemEx(0x0800018A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.336 -- Read from C cache (2 bytes @ 0x0800018A) +T4AF4 000:548.361 Data: 00 24 +T4AF4 000:548.385 - 0.075ms returns 2 (0x2) +T4AF4 000:548.404 JLINK_ReadMemEx(0x0800018C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:548.422 -- Read from C cache (60 bytes @ 0x0800018C) +T4AF4 000:548.447 Data: 00 25 00 26 10 3A 28 BF 78 C1 FB D8 52 07 28 BF ... +T4AF4 000:548.471 - 0.075ms returns 60 (0x3C) +T4AF4 000:548.490 JLINK_ReadMemEx(0x0800018C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.508 -- Read from C cache (2 bytes @ 0x0800018C) +T4AF4 000:548.532 Data: 00 25 +T4AF4 000:548.556 - 0.074ms returns 2 (0x2) +T4AF4 000:548.576 JLINK_ReadMemEx(0x0800018C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:548.594 -- Read from C cache (60 bytes @ 0x0800018C) +T4AF4 000:548.619 Data: 00 25 00 26 10 3A 28 BF 78 C1 FB D8 52 07 28 BF ... +T4AF4 000:548.643 - 0.075ms returns 60 (0x3C) +T4AF4 000:548.662 JLINK_ReadMemEx(0x0800018C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.679 -- Read from C cache (2 bytes @ 0x0800018C) +T4AF4 000:548.704 Data: 00 25 +T4AF4 000:548.728 - 0.074ms returns 2 (0x2) +T4AF4 000:548.747 JLINK_ReadMemEx(0x0800018E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.765 -- Read from C cache (2 bytes @ 0x0800018E) +T4AF4 000:548.789 Data: 00 26 +T4AF4 000:548.813 - 0.074ms returns 2 (0x2) +T4AF4 000:548.833 JLINK_ReadMemEx(0x0800018E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:548.851 -- Read from C cache (2 bytes @ 0x0800018E) +T4AF4 000:548.875 Data: 00 26 +T4AF4 000:548.899 - 0.074ms returns 2 (0x2) +T4AF4 000:548.918 JLINK_ReadMemEx(0x08000190, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:548.936 -- Read from C cache (60 bytes @ 0x08000190) +T4AF4 000:548.963 Data: 10 3A 28 BF 78 C1 FB D8 52 07 28 BF 30 C1 48 BF ... +T4AF4 000:548.987 - 0.077ms returns 60 (0x3C) +T4AF4 000:549.006 JLINK_ReadMemEx(0x08000190, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.024 -- Read from C cache (2 bytes @ 0x08000190) +T4AF4 000:549.050 Data: 10 3A +T4AF4 000:549.080 - 0.081ms returns 2 (0x2) +T4AF4 000:549.097 JLINK_ReadMemEx(0x08000190, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:549.121 -- Read from C cache (60 bytes @ 0x08000190) +T4AF4 000:549.146 Data: 10 3A 28 BF 78 C1 FB D8 52 07 28 BF 30 C1 48 BF ... +T4AF4 000:549.170 - 0.081ms returns 60 (0x3C) +T4AF4 000:549.189 JLINK_ReadMemEx(0x08000190, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.206 -- Read from C cache (2 bytes @ 0x08000190) +T4AF4 000:549.231 Data: 10 3A +T4AF4 000:549.255 - 0.074ms returns 2 (0x2) +T4AF4 000:549.274 JLINK_ReadMemEx(0x08000192, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.292 -- Read from C cache (2 bytes @ 0x08000192) +T4AF4 000:549.316 Data: 28 BF +T4AF4 000:549.340 - 0.074ms returns 2 (0x2) +T4AF4 000:549.360 JLINK_ReadMemEx(0x08000192, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.377 -- Read from C cache (2 bytes @ 0x08000192) +T4AF4 000:549.402 Data: 28 BF +T4AF4 000:549.426 - 0.074ms returns 2 (0x2) +T4AF4 000:549.445 JLINK_ReadMemEx(0x08000194, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:549.463 -- Read from C cache (60 bytes @ 0x08000194) +T4AF4 000:549.488 Data: 78 C1 FB D8 52 07 28 BF 30 C1 48 BF 0B 60 70 47 ... +T4AF4 000:549.511 - 0.074ms returns 60 (0x3C) +T4AF4 000:549.530 JLINK_ReadMemEx(0x08000194, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.548 -- Read from C cache (2 bytes @ 0x08000194) +T4AF4 000:549.572 Data: 78 C1 +T4AF4 000:549.596 - 0.074ms returns 2 (0x2) +T4AF4 000:549.616 JLINK_ReadMemEx(0x08000194, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:549.633 -- Read from C cache (60 bytes @ 0x08000194) +T4AF4 000:549.659 Data: 78 C1 FB D8 52 07 28 BF 30 C1 48 BF 0B 60 70 47 ... +T4AF4 000:549.683 - 0.075ms returns 60 (0x3C) +T4AF4 000:549.701 JLINK_ReadMemEx(0x08000194, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.719 -- Read from C cache (2 bytes @ 0x08000194) +T4AF4 000:549.744 Data: 78 C1 +T4AF4 000:549.767 - 0.128ms returns 2 (0x2) +T4AF4 000:549.843 JLINK_ReadMemEx(0x08000196, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.862 -- Read from C cache (2 bytes @ 0x08000196) +T4AF4 000:549.886 Data: FB D8 +T4AF4 000:549.910 - 0.075ms returns 2 (0x2) +T4AF4 000:549.930 JLINK_ReadMemEx(0x08000196, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:549.947 -- Read from C cache (2 bytes @ 0x08000196) +T4AF4 000:549.972 Data: FB D8 +T4AF4 000:549.996 - 0.074ms returns 2 (0x2) +T4AF4 000:550.015 JLINK_ReadMemEx(0x08000198, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:550.033 -- Read from C cache (60 bytes @ 0x08000198) +T4AF4 000:550.060 Data: 52 07 28 BF 30 C1 48 BF 0B 60 70 47 1F B5 1F BD ... +T4AF4 000:550.084 - 0.077ms returns 60 (0x3C) +T4AF4 000:550.103 JLINK_ReadMemEx(0x08000198, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.121 -- Read from C cache (2 bytes @ 0x08000198) +T4AF4 000:550.145 Data: 52 07 +T4AF4 000:550.169 - 0.074ms returns 2 (0x2) +T4AF4 000:550.189 JLINK_ReadMemEx(0x08000198, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:550.206 -- Read from C cache (60 bytes @ 0x08000198) +T4AF4 000:550.232 Data: 52 07 28 BF 30 C1 48 BF 0B 60 70 47 1F B5 1F BD ... +T4AF4 000:550.256 - 0.075ms returns 60 (0x3C) +T4AF4 000:550.275 JLINK_ReadMemEx(0x08000198, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.293 -- Read from C cache (2 bytes @ 0x08000198) +T4AF4 000:550.317 Data: 52 07 +T4AF4 000:550.341 - 0.076ms returns 2 (0x2) +T4AF4 000:550.362 JLINK_ReadMemEx(0x0800019A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.380 -- Read from C cache (2 bytes @ 0x0800019A) +T4AF4 000:550.404 Data: 28 BF +T4AF4 000:550.428 - 0.074ms returns 2 (0x2) +T4AF4 000:550.447 JLINK_ReadMemEx(0x0800019A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.471 -- Read from C cache (2 bytes @ 0x0800019A) +T4AF4 000:550.491 Data: 28 BF +T4AF4 000:550.512 - 0.071ms returns 2 (0x2) +T4AF4 000:550.528 JLINK_ReadMemEx(0x0800019C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:550.543 -- Read from C cache (60 bytes @ 0x0800019C) +T4AF4 000:550.564 Data: 30 C1 48 BF 0B 60 70 47 1F B5 1F BD 10 B5 10 BD ... +T4AF4 000:550.585 - 0.063ms returns 60 (0x3C) +T4AF4 000:550.601 JLINK_ReadMemEx(0x0800019C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.616 -- Read from C cache (2 bytes @ 0x0800019C) +T4AF4 000:550.636 Data: 30 C1 +T4AF4 000:550.657 - 0.063ms returns 2 (0x2) +T4AF4 000:550.673 JLINK_ReadMemEx(0x0800019C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:550.689 -- Read from C cache (60 bytes @ 0x0800019C) +T4AF4 000:550.710 Data: 30 C1 48 BF 0B 60 70 47 1F B5 1F BD 10 B5 10 BD ... +T4AF4 000:550.730 - 0.064ms returns 60 (0x3C) +T4AF4 000:550.746 JLINK_ReadMemEx(0x0800019C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.762 -- Read from C cache (2 bytes @ 0x0800019C) +T4AF4 000:550.782 Data: 30 C1 +T4AF4 000:550.802 - 0.063ms returns 2 (0x2) +T4AF4 000:550.819 JLINK_ReadMemEx(0x0800019E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.834 -- Read from C cache (2 bytes @ 0x0800019E) +T4AF4 000:550.855 Data: 48 BF +T4AF4 000:550.875 - 0.063ms returns 2 (0x2) +T4AF4 000:550.892 JLINK_ReadMemEx(0x0800019E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:550.907 -- Read from C cache (2 bytes @ 0x0800019E) +T4AF4 000:550.927 Data: 48 BF +T4AF4 000:550.948 - 0.063ms returns 2 (0x2) +T4AF4 000:550.964 JLINK_ReadMemEx(0x080001A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:550.979 -- Read from C cache (60 bytes @ 0x080001A0) +T4AF4 000:551.007 Data: 0B 60 70 47 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 ... +T4AF4 000:551.027 - 0.070ms returns 60 (0x3C) +T4AF4 000:551.044 JLINK_ReadMemEx(0x080001A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.060 -- Read from C cache (2 bytes @ 0x080001A0) +T4AF4 000:551.080 Data: 0B 60 +T4AF4 000:551.101 - 0.063ms returns 2 (0x2) +T4AF4 000:551.117 JLINK_ReadMemEx(0x080001A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:551.132 -- Read from C cache (60 bytes @ 0x080001A0) +T4AF4 000:551.154 Data: 0B 60 70 47 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 ... +T4AF4 000:551.174 - 0.066ms returns 60 (0x3C) +T4AF4 000:551.194 JLINK_ReadMemEx(0x080001A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.209 -- Read from C cache (2 bytes @ 0x080001A0) +T4AF4 000:551.230 Data: 0B 60 +T4AF4 000:551.250 - 0.063ms returns 2 (0x2) +T4AF4 000:551.266 JLINK_ReadMemEx(0x080001A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.281 -- Read from C cache (2 bytes @ 0x080001A2) +T4AF4 000:551.302 Data: 70 47 +T4AF4 000:551.323 - 0.063ms returns 2 (0x2) +T4AF4 000:551.339 JLINK_ReadMemEx(0x080001A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.354 -- Read from C cache (2 bytes @ 0x080001A2) +T4AF4 000:551.375 Data: 70 47 +T4AF4 000:551.396 - 0.063ms returns 2 (0x2) +T4AF4 000:551.412 JLINK_ReadMemEx(0x080001A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:551.427 -- Read from C cache (60 bytes @ 0x080001A4) +T4AF4 000:551.448 Data: 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 ... +T4AF4 000:551.469 - 0.064ms returns 60 (0x3C) +T4AF4 000:551.485 JLINK_ReadMemEx(0x080001A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.500 -- Read from C cache (2 bytes @ 0x080001A4) +T4AF4 000:551.521 Data: 1F B5 +T4AF4 000:551.541 - 0.063ms returns 2 (0x2) +T4AF4 000:551.558 JLINK_ReadMemEx(0x080001A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:551.573 -- Read from C cache (60 bytes @ 0x080001A4) +T4AF4 000:551.594 Data: 1F B5 1F BD 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 ... +T4AF4 000:551.614 - 0.063ms returns 60 (0x3C) +T4AF4 000:551.630 JLINK_ReadMemEx(0x080001A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.645 -- Read from C cache (2 bytes @ 0x080001A4) +T4AF4 000:551.666 Data: 1F B5 +T4AF4 000:551.686 - 0.063ms returns 2 (0x2) +T4AF4 000:551.702 JLINK_ReadMemEx(0x080001A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.717 -- Read from C cache (2 bytes @ 0x080001A6) +T4AF4 000:551.738 Data: 1F BD +T4AF4 000:551.758 - 0.063ms returns 2 (0x2) +T4AF4 000:551.775 JLINK_ReadMemEx(0x080001A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.790 -- Read from C cache (2 bytes @ 0x080001A6) +T4AF4 000:551.811 Data: 1F BD +T4AF4 000:551.831 - 0.063ms returns 2 (0x2) +T4AF4 000:551.848 JLINK_ReadMemEx(0x080001A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:551.863 -- Read from C cache (60 bytes @ 0x080001A8) +T4AF4 000:551.884 Data: 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 ... +T4AF4 000:551.904 - 0.064ms returns 60 (0x3C) +T4AF4 000:551.921 JLINK_ReadMemEx(0x080001A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:551.936 -- Read from C cache (2 bytes @ 0x080001A8) +T4AF4 000:551.956 Data: 10 B5 +T4AF4 000:551.977 - 0.072ms returns 2 (0x2) +T4AF4 000:552.002 JLINK_ReadMemEx(0x080001A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:552.017 -- Read from C cache (60 bytes @ 0x080001A8) +T4AF4 000:552.039 Data: 10 B5 10 BD 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 ... +T4AF4 000:552.061 - 0.066ms returns 60 (0x3C) +T4AF4 000:552.077 JLINK_ReadMemEx(0x080001A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.092 -- Read from C cache (2 bytes @ 0x080001A8) +T4AF4 000:552.113 Data: 10 B5 +T4AF4 000:552.133 - 0.063ms returns 2 (0x2) +T4AF4 000:552.150 JLINK_ReadMemEx(0x080001AA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.165 -- Read from C cache (2 bytes @ 0x080001AA) +T4AF4 000:552.186 Data: 10 BD +T4AF4 000:552.206 - 0.063ms returns 2 (0x2) +T4AF4 000:552.222 JLINK_ReadMemEx(0x080001AA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.238 -- Read from C cache (2 bytes @ 0x080001AA) +T4AF4 000:552.258 Data: 10 BD +T4AF4 000:552.279 - 0.063ms returns 2 (0x2) +T4AF4 000:552.295 JLINK_ReadMemEx(0x080001AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:552.310 -- Read from C cache (60 bytes @ 0x080001AC) +T4AF4 000:552.331 Data: 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 B1 F9 00 F0 ... +T4AF4 000:552.352 - 0.063ms returns 60 (0x3C) +T4AF4 000:552.368 JLINK_ReadMemEx(0x080001AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.383 -- Read from C cache (2 bytes @ 0x080001AC) +T4AF4 000:552.403 Data: 00 F0 +T4AF4 000:552.424 - 0.063ms returns 2 (0x2) +T4AF4 000:552.440 JLINK_ReadMemEx(0x080001AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:552.459 -- Read from C cache (60 bytes @ 0x080001AC) +T4AF4 000:552.482 Data: 00 F0 58 F8 11 46 FF F7 F7 FF 05 F0 B1 F9 00 F0 ... +T4AF4 000:552.502 - 0.069ms returns 60 (0x3C) +T4AF4 000:552.518 JLINK_ReadMemEx(0x080001AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.534 -- Read from C cache (2 bytes @ 0x080001AC) +T4AF4 000:552.555 Data: 00 F0 +T4AF4 000:552.575 - 0.064ms returns 2 (0x2) +T4AF4 000:552.591 JLINK_ReadMemEx(0x080001AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.606 -- Read from C cache (2 bytes @ 0x080001AE) +T4AF4 000:552.627 Data: 58 F8 +T4AF4 000:552.647 - 0.063ms returns 2 (0x2) +T4AF4 000:552.664 JLINK_ReadMemEx(0x080001B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:552.679 -- Read from C cache (60 bytes @ 0x080001B0) +T4AF4 000:552.700 Data: 11 46 FF F7 F7 FF 05 F0 B1 F9 00 F0 76 F8 03 B4 ... +T4AF4 000:552.721 - 0.063ms returns 60 (0x3C) +T4AF4 000:552.737 JLINK_ReadMemEx(0x080001B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.752 -- Read from C cache (2 bytes @ 0x080001B0) +T4AF4 000:552.772 Data: 11 46 +T4AF4 000:552.793 - 0.063ms returns 2 (0x2) +T4AF4 000:552.809 JLINK_ReadMemEx(0x080001B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.824 -- Read from C cache (2 bytes @ 0x080001B2) +T4AF4 000:552.845 Data: FF F7 +T4AF4 000:552.865 - 0.063ms returns 2 (0x2) +T4AF4 000:552.882 JLINK_ReadMemEx(0x080001B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:552.897 -- Read from C cache (2 bytes @ 0x080001B2) +T4AF4 000:552.917 Data: FF F7 +T4AF4 000:552.938 - 0.063ms returns 2 (0x2) +T4AF4 000:552.954 JLINK_ReadMemEx(0x080001B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:552.969 -- Read from C cache (60 bytes @ 0x080001B4) +T4AF4 000:552.998 Data: F7 FF 05 F0 B1 F9 00 F0 76 F8 03 B4 FF F7 F2 FF ... +T4AF4 000:553.018 - 0.071ms returns 60 (0x3C) +T4AF4 000:553.034 JLINK_ReadMemEx(0x080001B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.059 -- Read from C cache (2 bytes @ 0x080001B4) +T4AF4 000:553.080 Data: F7 FF +T4AF4 000:553.109 - 0.082ms returns 2 (0x2) +T4AF4 000:553.128 JLINK_ReadMemEx(0x080001B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.146 -- Read from C cache (2 bytes @ 0x080001B6) +T4AF4 000:553.170 Data: 05 F0 +T4AF4 000:553.194 - 0.074ms returns 2 (0x2) +T4AF4 000:553.213 JLINK_ReadMemEx(0x080001B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:553.231 -- Read from C cache (60 bytes @ 0x080001B8) +T4AF4 000:553.256 Data: B1 F9 00 F0 76 F8 03 B4 FF F7 F2 FF 03 BC 00 F0 ... +T4AF4 000:553.280 - 0.074ms returns 60 (0x3C) +T4AF4 000:553.299 JLINK_ReadMemEx(0x080001B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.317 -- Read from C cache (2 bytes @ 0x080001B8) +T4AF4 000:553.341 Data: B1 F9 +T4AF4 000:553.365 - 0.074ms returns 2 (0x2) +T4AF4 000:553.384 JLINK_ReadMemEx(0x080001BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.402 -- Read from C cache (2 bytes @ 0x080001BA) +T4AF4 000:553.426 Data: 00 F0 +T4AF4 000:553.450 - 0.074ms returns 2 (0x2) +T4AF4 000:553.469 JLINK_ReadMemEx(0x080001BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:553.487 -- Read from C cache (60 bytes @ 0x080001BC) +T4AF4 000:553.512 Data: 76 F8 03 B4 FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 ... +T4AF4 000:553.536 - 0.075ms returns 60 (0x3C) +T4AF4 000:553.555 JLINK_ReadMemEx(0x080001BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.572 -- Read from C cache (2 bytes @ 0x080001BC) +T4AF4 000:553.597 Data: 76 F8 +T4AF4 000:553.621 - 0.074ms returns 2 (0x2) +T4AF4 000:553.640 JLINK_ReadMemEx(0x080001BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.658 -- Read from C cache (2 bytes @ 0x080001BE) +T4AF4 000:553.682 Data: 03 B4 +T4AF4 000:553.706 - 0.074ms returns 2 (0x2) +T4AF4 000:553.725 JLINK_ReadMemEx(0x080001C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:553.743 -- Read from C cache (60 bytes @ 0x080001C0) +T4AF4 000:553.768 Data: FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 09 48 80 47 ... +T4AF4 000:553.792 - 0.075ms returns 60 (0x3C) +T4AF4 000:553.811 JLINK_ReadMemEx(0x080001C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:553.831 -- Read from C cache (2 bytes @ 0x080001C0) +T4AF4 000:553.857 Data: FF F7 +T4AF4 000:553.881 - 0.078ms returns 2 (0x2) +T4AF4 000:553.900 JLINK_ReadMemEx(0x080001C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:553.918 -- Read from C cache (60 bytes @ 0x080001C0) +T4AF4 000:553.943 Data: FF F7 F2 FF 03 BC 00 F0 7D F8 00 00 09 48 80 47 ... +T4AF4 000:553.967 - 0.137ms returns 60 (0x3C) +T4AF4 000:554.050 JLINK_ReadMemEx(0x080001C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:554.068 -- Read from C cache (2 bytes @ 0x080001C0) +T4AF4 000:554.092 Data: FF F7 +T4AF4 000:554.116 - 0.074ms returns 2 (0x2) +T4AF4 000:554.135 JLINK_ReadMemEx(0x080001C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:554.153 -- Read from C cache (2 bytes @ 0x080001C2) +T4AF4 000:554.177 Data: F2 FF +T4AF4 000:554.201 - 0.074ms returns 2 (0x2) +T4AF4 000:554.220 JLINK_ReadMemEx(0x080001C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:554.238 -- Read from C cache (60 bytes @ 0x080001C4) +T4AF4 000:554.263 Data: 03 BC 00 F0 7D F8 00 00 09 48 80 47 09 48 00 47 ... +T4AF4 000:554.287 - 0.075ms returns 60 (0x3C) +T4AF4 000:554.306 JLINK_ReadMemEx(0x080001C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:554.324 -- Read from C cache (2 bytes @ 0x080001C4) +T4AF4 000:554.350 Data: 03 BC +T4AF4 000:554.374 - 0.076ms returns 2 (0x2) +T4AF4 000:554.393 JLINK_ReadMemEx(0x080001C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:554.411 -- Read from C cache (2 bytes @ 0x080001C6) +T4AF4 000:554.435 Data: 00 F0 +T4AF4 000:554.463 - 0.077ms returns 2 (0x2) +T4AF4 000:554.480 JLINK_ReadMemEx(0x080001C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:554.495 -- Read from C cache (2 bytes @ 0x080001C6) +T4AF4 000:554.516 Data: 00 F0 +T4AF4 000:554.536 - 0.063ms returns 2 (0x2) +T4AF4 000:554.552 JLINK_ReadMemEx(0x080001C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:554.569 CPU_ReadMem(64 bytes @ 0x08000200) +T4AF4 000:556.170 -- Updating C cache (64 bytes @ 0x08000200) +T4AF4 000:556.206 -- Read from C cache (60 bytes @ 0x080001C8) +T4AF4 000:556.232 Data: 7D F8 00 00 09 48 80 47 09 48 00 47 FE E7 FE E7 ... +T4AF4 000:556.256 - 1.712ms returns 60 (0x3C) +T4AF4 000:556.279 JLINK_ReadMemEx(0x080001C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.298 -- Read from C cache (2 bytes @ 0x080001C8) +T4AF4 000:556.323 Data: 7D F8 +T4AF4 000:556.347 - 0.077ms returns 2 (0x2) +T4AF4 000:556.368 JLINK_ReadMemEx(0x080001CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.386 -- Read from C cache (2 bytes @ 0x080001CA) +T4AF4 000:556.411 Data: 00 00 +T4AF4 000:556.435 - 0.075ms returns 2 (0x2) +T4AF4 000:556.454 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:556.472 -- Read from C cache (60 bytes @ 0x080001CC) +T4AF4 000:556.497 Data: 09 48 80 47 09 48 00 47 FE E7 FE E7 FE E7 FE E7 ... +T4AF4 000:556.521 - 0.075ms returns 60 (0x3C) +T4AF4 000:556.541 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.558 -- Read from C cache (2 bytes @ 0x080001CC) +T4AF4 000:556.583 Data: 09 48 +T4AF4 000:556.607 - 0.075ms returns 2 (0x2) +T4AF4 000:556.681 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:556.700 -- Read from C cache (60 bytes @ 0x080001CC) +T4AF4 000:556.728 Data: 09 48 80 47 09 48 00 47 FE E7 FE E7 FE E7 FE E7 ... +T4AF4 000:556.752 - 0.078ms returns 60 (0x3C) +T4AF4 000:556.771 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.789 -- Read from C cache (2 bytes @ 0x080001CC) +T4AF4 000:556.813 Data: 09 48 +T4AF4 000:556.840 - 0.076ms returns 2 (0x2) +T4AF4 000:556.856 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.872 -- Read from C cache (2 bytes @ 0x080001CE) +T4AF4 000:556.892 Data: 80 47 +T4AF4 000:556.913 - 0.063ms returns 2 (0x2) +T4AF4 000:556.934 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:556.949 -- Read from C cache (2 bytes @ 0x080001CE) +T4AF4 000:556.970 Data: 80 47 +T4AF4 000:556.990 - 0.068ms returns 2 (0x2) +T4AF4 000:557.014 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:557.030 -- Read from C cache (60 bytes @ 0x080001D0) +T4AF4 000:557.052 Data: 09 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ... +T4AF4 000:557.072 - 0.064ms returns 60 (0x3C) +T4AF4 000:557.088 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:557.103 -- Read from C cache (2 bytes @ 0x080001D0) +T4AF4 000:557.134 Data: 09 48 +T4AF4 000:557.154 - 0.073ms returns 2 (0x2) +T4AF4 000:557.174 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 000:557.191 -- Read from C cache (60 bytes @ 0x080001D0) +T4AF4 000:557.213 Data: 09 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ... +T4AF4 000:557.233 - 0.066ms returns 60 (0x3C) +T4AF4 000:557.249 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:557.264 -- Read from C cache (2 bytes @ 0x080001D0) +T4AF4 000:557.285 Data: 09 48 +T4AF4 000:557.305 - 0.063ms returns 2 (0x2) +T4AF4 000:557.322 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 000:557.337 -- Read from C cache (2 bytes @ 0x080001D2) +T4AF4 000:557.358 Data: 00 47 +T4AF4 000:557.378 - 0.063ms returns 2 (0x2) +T54B0 004:640.304 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T54B0 004:640.358 -- Read from C cache (2 bytes @ 0x080001CC) +T54B0 004:640.390 Data: 09 48 +T54B0 004:640.420 - 0.124ms returns 2 (0x2) +T54B0 004:640.441 JLINK_HasError() +T54B0 004:640.463 JLINK_SetBPEx(Addr = 0x0800551C, Type = 0xFFFFFFF2) +T54B0 004:640.494 - 0.040ms returns 0x00000001 +T54B0 004:640.514 JLINK_HasError() +T54B0 004:640.533 JLINK_HasError() +T54B0 004:640.553 JLINK_Go() +T54B0 004:641.651 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 004:642.120 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 004:642.193 CPU_WriteMem(4 bytes @ 0xE000200C) +T54B0 004:642.220 CPU_WriteMem(4 bytes @ 0xE0002010) +T54B0 004:642.246 CPU_WriteMem(4 bytes @ 0xE0002014) +T54B0 004:642.271 CPU_WriteMem(4 bytes @ 0xE0002018) +T54B0 004:642.306 CPU_WriteMem(4 bytes @ 0xE000201C) +T54B0 004:643.483 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 004:644.228 - 3.695ms +T54B0 004:745.027 JLINK_HasError() +T54B0 004:745.078 JLINK_IsHalted() +T54B0 004:748.141 - 3.089ms returns TRUE +T54B0 004:748.186 JLINK_HasError() +T54B0 004:748.214 JLINK_Halt() +T54B0 004:748.237 - 0.035ms returns 0x00 +T54B0 004:748.264 JLINK_IsHalted() +T54B0 004:748.287 - 0.035ms returns TRUE +T54B0 004:748.314 JLINK_IsHalted() +T54B0 004:748.338 - 0.034ms returns TRUE +T54B0 004:748.364 JLINK_IsHalted() +T54B0 004:748.386 - 0.034ms returns TRUE +T54B0 004:748.413 JLINK_HasError() +T54B0 004:748.440 JLINK_ReadReg(R15 (PC)) +T54B0 004:748.472 - 0.046ms returns 0x0800551C +T54B0 004:748.500 JLINK_ReadReg(XPSR) +T54B0 004:748.526 - 0.036ms returns 0x21000000 +T54B0 004:748.555 JLINK_HasError() +T54B0 004:748.582 JLINK_ClrBPEx(BPHandle = 0x00000001) +T54B0 004:748.608 - 0.036ms returns 0x00 +T54B0 004:748.633 JLINK_HasError() +T54B0 004:748.659 JLINK_HasError() +T54B0 004:748.686 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 004:748.725 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 004:749.849 Data: 03 00 00 00 +T54B0 004:749.890 - 1.212ms returns 1 (0x1) +T54B0 004:749.913 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 004:749.948 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 004:750.336 Data: 00 00 00 00 +T54B0 004:750.362 Debug reg: DWT_FUNC[0] +T54B0 004:750.386 - 0.481ms returns 1 (0x1) +T54B0 004:750.407 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 004:750.428 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 004:750.836 Data: 00 02 00 00 +T54B0 004:750.862 Debug reg: DWT_FUNC[1] +T54B0 004:750.886 - 0.487ms returns 1 (0x1) +T54B0 004:750.906 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 004:750.931 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 004:751.335 Data: 00 00 00 00 +T54B0 004:751.361 Debug reg: DWT_FUNC[2] +T54B0 004:751.385 - 0.487ms returns 1 (0x1) +T54B0 004:751.406 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 004:751.426 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 004:751.836 Data: 00 00 00 00 +T54B0 004:751.861 Debug reg: DWT_FUNC[3] +T54B0 004:751.885 - 0.487ms returns 1 (0x1) +T54B0 004:751.980 JLINK_HasError() +T54B0 004:752.000 JLINK_ReadReg(R0) +T54B0 004:752.021 - 0.029ms returns 0x200007D8 +T54B0 004:752.041 JLINK_ReadReg(R1) +T54B0 004:752.058 - 0.028ms returns 0x20000BD8 +T54B0 004:752.088 JLINK_ReadReg(R2) +T54B0 004:752.107 - 0.028ms returns 0x20000BD8 +T54B0 004:752.128 JLINK_ReadReg(R3) +T54B0 004:752.147 - 0.028ms returns 0x20000BD8 +T54B0 004:752.168 JLINK_ReadReg(R4) +T54B0 004:752.187 - 0.028ms returns 0x00000000 +T54B0 004:752.208 JLINK_ReadReg(R5) +T54B0 004:752.227 - 0.028ms returns 0x20000018 +T54B0 004:752.248 JLINK_ReadReg(R6) +T54B0 004:752.266 - 0.028ms returns 0x00000000 +T54B0 004:752.288 JLINK_ReadReg(R7) +T54B0 004:752.307 - 0.028ms returns 0x00000000 +T54B0 004:752.328 JLINK_ReadReg(R8) +T54B0 004:752.354 - 0.036ms returns 0x00000000 +T54B0 004:752.376 JLINK_ReadReg(R9) +T54B0 004:752.394 - 0.028ms returns 0x20000160 +T54B0 004:752.415 JLINK_ReadReg(R10) +T54B0 004:752.434 - 0.028ms returns 0x08006850 +T54B0 004:752.455 JLINK_ReadReg(R11) +T54B0 004:752.474 - 0.028ms returns 0x00000000 +T54B0 004:752.495 JLINK_ReadReg(R12) +T54B0 004:752.514 - 0.028ms returns 0x20000058 +T54B0 004:752.535 JLINK_ReadReg(R13 (SP)) +T54B0 004:752.554 - 0.028ms returns 0x20000FD8 +T54B0 004:752.575 JLINK_ReadReg(R14) +T54B0 004:752.594 - 0.028ms returns 0x080001BB +T54B0 004:752.615 JLINK_ReadReg(R15 (PC)) +T54B0 004:752.634 - 0.028ms returns 0x0800551C +T54B0 004:752.655 JLINK_ReadReg(XPSR) +T54B0 004:752.674 - 0.028ms returns 0x21000000 +T54B0 004:752.695 JLINK_ReadReg(MSP) +T54B0 004:752.714 - 0.028ms returns 0x20000FD8 +T54B0 004:752.735 JLINK_ReadReg(PSP) +T54B0 004:752.754 - 0.028ms returns 0x20001000 +T54B0 004:752.775 JLINK_ReadReg(CFBP) +T54B0 004:752.794 - 0.028ms returns 0x00000000 +T4AF4 004:755.955 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:755.989 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 004:757.612 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 004:757.649 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 004:757.674 Data: 00 00 00 00 +T4AF4 004:757.699 - 1.753ms returns 4 (0x4) +T4AF4 004:757.818 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:757.841 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 004:757.866 Data: 00 00 00 00 +T4AF4 004:757.890 - 0.081ms returns 4 (0x4) +T4AF4 004:757.911 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:757.934 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 004:759.468 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 004:759.503 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 004:759.528 Data: 00 00 00 00 +T4AF4 004:759.553 - 1.651ms returns 4 (0x4) +T4AF4 004:759.578 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:759.601 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 004:759.626 Data: 00 00 00 00 +T4AF4 004:759.651 - 0.081ms returns 4 (0x4) +T4AF4 004:759.671 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:759.691 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 004:759.716 Data: 00 00 00 00 +T4AF4 004:759.740 - 0.077ms returns 4 (0x4) +T4AF4 004:759.760 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:759.779 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 004:759.804 Data: 00 00 00 00 +T4AF4 004:759.829 - 0.077ms returns 4 (0x4) +T4AF4 004:759.850 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:759.869 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 004:759.894 Data: 00 00 +T4AF4 004:759.919 - 0.083ms returns 2 (0x2) +T4AF4 004:773.687 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:773.731 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 004:773.760 Data: 00 00 00 00 +T4AF4 004:773.788 - 0.111ms returns 4 (0x4) +T4AF4 004:773.812 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:773.833 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 004:773.872 Data: 00 00 00 00 +T4AF4 004:773.900 - 0.097ms returns 4 (0x4) +T4AF4 004:773.935 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:773.956 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 004:773.984 Data: 00 00 00 00 +T4AF4 004:774.011 - 0.085ms returns 4 (0x4) +T4AF4 004:774.033 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:774.054 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 004:774.082 Data: 00 00 00 00 +T4AF4 004:774.110 - 0.085ms returns 4 (0x4) +T4AF4 004:774.132 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:774.153 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 004:774.181 Data: 00 00 00 00 +T4AF4 004:774.207 - 0.085ms returns 4 (0x4) +T4AF4 004:774.230 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 004:774.251 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 004:774.278 Data: 00 00 00 00 +T4AF4 004:774.305 - 0.083ms returns 4 (0x4) +T4AF4 004:774.328 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:774.348 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 004:774.375 Data: 00 00 +T4AF4 004:774.402 - 0.083ms returns 2 (0x2) +T4AF4 004:774.479 JLINK_HasError() +T4AF4 004:774.502 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 004:774.529 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 004:775.600 Data: 9A 08 00 00 +T4AF4 004:775.640 Debug reg: DWT_CYCCNT +T4AF4 004:775.666 - 1.172ms returns 1 (0x1) +T4AF4 004:781.979 JLINK_ReadMemEx(0x0800541C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:782.023 CPU_ReadMem(128 bytes @ 0x08005400) +T4AF4 004:783.851 -- Updating C cache (128 bytes @ 0x08005400) +T4AF4 004:783.888 -- Read from C cache (60 bytes @ 0x0800541C) +T4AF4 004:783.915 Data: FF E7 02 B0 70 47 00 00 83 B0 02 90 02 98 00 F0 ... +T4AF4 004:783.942 - 1.970ms returns 60 (0x3C) +T4AF4 004:783.969 JLINK_ReadMemEx(0x0800541C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:783.989 -- Read from C cache (2 bytes @ 0x0800541C) +T4AF4 004:784.014 Data: FF E7 +T4AF4 004:784.038 - 0.078ms returns 2 (0x2) +T4AF4 004:784.062 JLINK_ReadMemEx(0x0800541E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.086 -- Read from C cache (2 bytes @ 0x0800541E) +T4AF4 004:784.111 Data: 02 B0 +T4AF4 004:784.135 - 0.081ms returns 2 (0x2) +T4AF4 004:784.159 JLINK_ReadMemEx(0x0800541E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.177 -- Read from C cache (2 bytes @ 0x0800541E) +T4AF4 004:784.201 Data: 02 B0 +T4AF4 004:784.226 - 0.075ms returns 2 (0x2) +T4AF4 004:784.248 JLINK_ReadMemEx(0x08005420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:784.266 -- Read from C cache (60 bytes @ 0x08005420) +T4AF4 004:784.291 Data: 70 47 00 00 83 B0 02 90 02 98 00 F0 07 00 00 90 ... +T4AF4 004:784.315 - 0.076ms returns 60 (0x3C) +T4AF4 004:784.337 JLINK_ReadMemEx(0x08005420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.355 -- Read from C cache (2 bytes @ 0x08005420) +T4AF4 004:784.380 Data: 70 47 +T4AF4 004:784.404 - 0.075ms returns 2 (0x2) +T4AF4 004:784.426 JLINK_ReadMemEx(0x08005420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:784.444 -- Read from C cache (60 bytes @ 0x08005420) +T4AF4 004:784.470 Data: 70 47 00 00 83 B0 02 90 02 98 00 F0 07 00 00 90 ... +T4AF4 004:784.494 - 0.076ms returns 60 (0x3C) +T4AF4 004:784.515 JLINK_ReadMemEx(0x08005420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.534 -- Read from C cache (2 bytes @ 0x08005420) +T4AF4 004:784.558 Data: 70 47 +T4AF4 004:784.582 - 0.075ms returns 2 (0x2) +T4AF4 004:784.604 JLINK_ReadMemEx(0x08005422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.622 -- Read from C cache (2 bytes @ 0x08005422) +T4AF4 004:784.647 Data: 00 00 +T4AF4 004:784.671 - 0.075ms returns 2 (0x2) +T4AF4 004:784.694 JLINK_ReadMemEx(0x08005422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.712 -- Read from C cache (2 bytes @ 0x08005422) +T4AF4 004:784.736 Data: 00 00 +T4AF4 004:784.760 - 0.074ms returns 2 (0x2) +T4AF4 004:784.782 JLINK_ReadMemEx(0x08005424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:784.806 -- Read from C cache (60 bytes @ 0x08005424) +T4AF4 004:784.835 Data: 83 B0 02 90 02 98 00 F0 07 00 00 90 4E F6 0C 51 ... +T4AF4 004:784.859 - 0.085ms returns 60 (0x3C) +T4AF4 004:784.881 JLINK_ReadMemEx(0x08005424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:784.899 -- Read from C cache (2 bytes @ 0x08005424) +T4AF4 004:784.925 Data: 83 B0 +T4AF4 004:784.949 - 0.076ms returns 2 (0x2) +T4AF4 004:784.971 JLINK_ReadMemEx(0x08005424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:784.989 -- Read from C cache (60 bytes @ 0x08005424) +T4AF4 004:785.014 Data: 83 B0 02 90 02 98 00 F0 07 00 00 90 4E F6 0C 51 ... +T4AF4 004:785.038 - 0.075ms returns 60 (0x3C) +T4AF4 004:785.060 JLINK_ReadMemEx(0x08005424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.078 -- Read from C cache (2 bytes @ 0x08005424) +T4AF4 004:785.103 Data: 83 B0 +T4AF4 004:785.127 - 0.074ms returns 2 (0x2) +T4AF4 004:785.148 JLINK_ReadMemEx(0x08005426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.166 -- Read from C cache (2 bytes @ 0x08005426) +T4AF4 004:785.191 Data: 02 90 +T4AF4 004:785.215 - 0.074ms returns 2 (0x2) +T4AF4 004:785.237 JLINK_ReadMemEx(0x08005426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.255 -- Read from C cache (2 bytes @ 0x08005426) +T4AF4 004:785.279 Data: 02 90 +T4AF4 004:785.303 - 0.074ms returns 2 (0x2) +T4AF4 004:785.325 JLINK_ReadMemEx(0x08005428, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:785.343 -- Read from C cache (60 bytes @ 0x08005428) +T4AF4 004:785.368 Data: 02 98 00 F0 07 00 00 90 4E F6 0C 51 CE F2 00 01 ... +T4AF4 004:785.392 - 0.075ms returns 60 (0x3C) +T4AF4 004:785.413 JLINK_ReadMemEx(0x08005428, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.431 -- Read from C cache (2 bytes @ 0x08005428) +T4AF4 004:785.455 Data: 02 98 +T4AF4 004:785.479 - 0.074ms returns 2 (0x2) +T4AF4 004:785.502 JLINK_ReadMemEx(0x08005428, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:785.519 -- Read from C cache (60 bytes @ 0x08005428) +T4AF4 004:785.545 Data: 02 98 00 F0 07 00 00 90 4E F6 0C 51 CE F2 00 01 ... +T4AF4 004:785.568 - 0.075ms returns 60 (0x3C) +T4AF4 004:785.590 JLINK_ReadMemEx(0x08005428, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.608 -- Read from C cache (2 bytes @ 0x08005428) +T4AF4 004:785.632 Data: 02 98 +T4AF4 004:785.656 - 0.074ms returns 2 (0x2) +T4AF4 004:785.678 JLINK_ReadMemEx(0x0800542A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.696 -- Read from C cache (2 bytes @ 0x0800542A) +T4AF4 004:785.720 Data: 00 F0 +T4AF4 004:785.744 - 0.074ms returns 2 (0x2) +T4AF4 004:785.766 JLINK_ReadMemEx(0x0800542A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.784 -- Read from C cache (2 bytes @ 0x0800542A) +T4AF4 004:785.808 Data: 00 F0 +T4AF4 004:785.832 - 0.074ms returns 2 (0x2) +T4AF4 004:785.854 JLINK_ReadMemEx(0x0800542C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:785.872 -- Read from C cache (60 bytes @ 0x0800542C) +T4AF4 004:785.897 Data: 07 00 00 90 4E F6 0C 51 CE F2 00 01 08 68 01 90 ... +T4AF4 004:785.921 - 0.075ms returns 60 (0x3C) +T4AF4 004:785.961 JLINK_ReadMemEx(0x0800542C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:785.982 -- Read from C cache (2 bytes @ 0x0800542C) +T4AF4 004:786.006 Data: 07 00 +T4AF4 004:786.031 - 0.078ms returns 2 (0x2) +T4AF4 004:786.052 JLINK_ReadMemEx(0x0800542E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.070 -- Read from C cache (2 bytes @ 0x0800542E) +T4AF4 004:786.095 Data: 00 90 +T4AF4 004:786.119 - 0.075ms returns 2 (0x2) +T4AF4 004:786.141 JLINK_ReadMemEx(0x08005430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:786.158 -- Read from C cache (60 bytes @ 0x08005430) +T4AF4 004:786.184 Data: 4E F6 0C 51 CE F2 00 01 08 68 01 90 01 98 4F F6 ... +T4AF4 004:786.207 - 0.075ms returns 60 (0x3C) +T4AF4 004:786.229 JLINK_ReadMemEx(0x08005430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.246 -- Read from C cache (2 bytes @ 0x08005430) +T4AF4 004:786.271 Data: 4E F6 +T4AF4 004:786.295 - 0.074ms returns 2 (0x2) +T4AF4 004:786.317 JLINK_ReadMemEx(0x08005430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:786.337 -- Read from C cache (60 bytes @ 0x08005430) +T4AF4 004:786.364 Data: 4E F6 0C 51 CE F2 00 01 08 68 01 90 01 98 4F F6 ... +T4AF4 004:786.388 - 0.079ms returns 60 (0x3C) +T4AF4 004:786.410 JLINK_ReadMemEx(0x08005430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.427 -- Read from C cache (2 bytes @ 0x08005430) +T4AF4 004:786.452 Data: 4E F6 +T4AF4 004:786.476 - 0.074ms returns 2 (0x2) +T4AF4 004:786.498 JLINK_ReadMemEx(0x08005432, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.516 -- Read from C cache (2 bytes @ 0x08005432) +T4AF4 004:786.540 Data: 0C 51 +T4AF4 004:786.564 - 0.074ms returns 2 (0x2) +T4AF4 004:786.586 JLINK_ReadMemEx(0x08005434, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:786.604 -- Read from C cache (60 bytes @ 0x08005434) +T4AF4 004:786.629 Data: CE F2 00 01 08 68 01 90 01 98 4F F6 FF 02 10 40 ... +T4AF4 004:786.653 - 0.075ms returns 60 (0x3C) +T4AF4 004:786.674 JLINK_ReadMemEx(0x08005434, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.692 -- Read from C cache (2 bytes @ 0x08005434) +T4AF4 004:786.716 Data: CE F2 +T4AF4 004:786.740 - 0.074ms returns 2 (0x2) +T4AF4 004:786.762 JLINK_ReadMemEx(0x08005436, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.780 -- Read from C cache (2 bytes @ 0x08005436) +T4AF4 004:786.804 Data: 00 01 +T4AF4 004:786.828 - 0.074ms returns 2 (0x2) +T4AF4 004:786.850 JLINK_ReadMemEx(0x08005438, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:786.868 -- Read from C cache (60 bytes @ 0x08005438) +T4AF4 004:786.893 Data: 08 68 01 90 01 98 4F F6 FF 02 10 40 01 90 01 98 ... +T4AF4 004:786.917 - 0.075ms returns 60 (0x3C) +T4AF4 004:786.944 JLINK_ReadMemEx(0x08005438, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:786.962 -- Read from C cache (2 bytes @ 0x08005438) +T4AF4 004:786.987 Data: 08 68 +T4AF4 004:787.011 - 0.075ms returns 2 (0x2) +T4AF4 004:787.032 JLINK_ReadMemEx(0x0800543A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.050 -- Read from C cache (2 bytes @ 0x0800543A) +T4AF4 004:787.075 Data: 01 90 +T4AF4 004:787.099 - 0.074ms returns 2 (0x2) +T4AF4 004:787.120 JLINK_ReadMemEx(0x0800543A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.140 -- Read from C cache (2 bytes @ 0x0800543A) +T4AF4 004:787.165 Data: 01 90 +T4AF4 004:787.189 - 0.077ms returns 2 (0x2) +T4AF4 004:787.211 JLINK_ReadMemEx(0x0800543C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:787.229 -- Read from C cache (60 bytes @ 0x0800543C) +T4AF4 004:787.254 Data: 01 98 4F F6 FF 02 10 40 01 90 01 98 00 9A 40 EA ... +T4AF4 004:787.278 - 0.075ms returns 60 (0x3C) +T4AF4 004:787.299 JLINK_ReadMemEx(0x0800543C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.317 -- Read from C cache (2 bytes @ 0x0800543C) +T4AF4 004:787.341 Data: 01 98 +T4AF4 004:787.365 - 0.074ms returns 2 (0x2) +T4AF4 004:787.388 JLINK_ReadMemEx(0x0800543C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:787.406 -- Read from C cache (60 bytes @ 0x0800543C) +T4AF4 004:787.431 Data: 01 98 4F F6 FF 02 10 40 01 90 01 98 00 9A 40 EA ... +T4AF4 004:787.455 - 0.075ms returns 60 (0x3C) +T4AF4 004:787.476 JLINK_ReadMemEx(0x0800543C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.494 -- Read from C cache (2 bytes @ 0x0800543C) +T4AF4 004:787.518 Data: 01 98 +T4AF4 004:787.542 - 0.074ms returns 2 (0x2) +T4AF4 004:787.564 JLINK_ReadMemEx(0x0800543E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.582 -- Read from C cache (2 bytes @ 0x0800543E) +T4AF4 004:787.606 Data: 4F F6 +T4AF4 004:787.630 - 0.074ms returns 2 (0x2) +T4AF4 004:787.652 JLINK_ReadMemEx(0x0800543E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.670 -- Read from C cache (2 bytes @ 0x0800543E) +T4AF4 004:787.695 Data: 4F F6 +T4AF4 004:787.719 - 0.074ms returns 2 (0x2) +T4AF4 004:787.740 JLINK_ReadMemEx(0x08005440, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:787.758 -- Read from C cache (60 bytes @ 0x08005440) +T4AF4 004:787.784 Data: FF 02 10 40 01 90 01 98 00 9A 40 EA 02 20 00 22 ... +T4AF4 004:787.807 - 0.075ms returns 60 (0x3C) +T4AF4 004:787.829 JLINK_ReadMemEx(0x08005440, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.849 -- Read from C cache (2 bytes @ 0x08005440) +T4AF4 004:787.875 Data: FF 02 +T4AF4 004:787.900 - 0.078ms returns 2 (0x2) +T4AF4 004:787.927 JLINK_ReadMemEx(0x08005442, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:787.945 -- Read from C cache (2 bytes @ 0x08005442) +T4AF4 004:787.969 Data: 10 40 +T4AF4 004:787.993 - 0.074ms returns 2 (0x2) +T4AF4 004:788.015 JLINK_ReadMemEx(0x08005444, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:788.033 -- Read from C cache (60 bytes @ 0x08005444) +T4AF4 004:788.058 Data: 01 90 01 98 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 ... +T4AF4 004:788.082 - 0.075ms returns 60 (0x3C) +T4AF4 004:788.103 JLINK_ReadMemEx(0x08005444, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:788.121 -- Read from C cache (2 bytes @ 0x08005444) +T4AF4 004:788.146 Data: 01 90 +T4AF4 004:788.170 - 0.074ms returns 2 (0x2) +T4AF4 004:788.192 JLINK_ReadMemEx(0x08005444, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:788.210 -- Read from C cache (60 bytes @ 0x08005444) +T4AF4 004:788.235 Data: 01 90 01 98 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 ... +T4AF4 004:788.259 - 0.075ms returns 60 (0x3C) +T4AF4 004:788.280 JLINK_ReadMemEx(0x08005444, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:788.298 -- Read from C cache (2 bytes @ 0x08005444) +T4AF4 004:788.322 Data: 01 90 +T4AF4 004:788.346 - 0.074ms returns 2 (0x2) +T4AF4 004:788.368 JLINK_ReadMemEx(0x08005446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:788.386 -- Read from C cache (2 bytes @ 0x08005446) +T4AF4 004:788.410 Data: 01 98 +T4AF4 004:788.434 - 0.074ms returns 2 (0x2) +T4AF4 004:788.456 JLINK_ReadMemEx(0x08005446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:788.474 -- Read from C cache (2 bytes @ 0x08005446) +T4AF4 004:788.498 Data: 01 98 +T4AF4 004:788.522 - 0.074ms returns 2 (0x2) +T4AF4 004:788.544 JLINK_ReadMemEx(0x08005448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:788.564 CPU_ReadMem(64 bytes @ 0x08005480) +T4AF4 004:790.097 -- Updating C cache (64 bytes @ 0x08005480) +T4AF4 004:790.126 -- Read from C cache (60 bytes @ 0x08005448) +T4AF4 004:790.152 Data: 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 10 43 01 90 ... +T4AF4 004:790.176 - 1.641ms returns 60 (0x3C) +T4AF4 004:790.200 JLINK_ReadMemEx(0x08005448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.219 -- Read from C cache (2 bytes @ 0x08005448) +T4AF4 004:790.243 Data: 00 9A +T4AF4 004:790.267 - 0.076ms returns 2 (0x2) +T4AF4 004:790.291 JLINK_ReadMemEx(0x08005448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:790.309 -- Read from C cache (60 bytes @ 0x08005448) +T4AF4 004:790.334 Data: 00 9A 40 EA 02 20 00 22 C0 F2 FA 52 10 43 01 90 ... +T4AF4 004:790.358 - 0.075ms returns 60 (0x3C) +T4AF4 004:790.380 JLINK_ReadMemEx(0x08005448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.398 -- Read from C cache (2 bytes @ 0x08005448) +T4AF4 004:790.422 Data: 00 9A +T4AF4 004:790.446 - 0.074ms returns 2 (0x2) +T4AF4 004:790.468 JLINK_ReadMemEx(0x0800544A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.486 -- Read from C cache (2 bytes @ 0x0800544A) +T4AF4 004:790.510 Data: 40 EA +T4AF4 004:790.534 - 0.074ms returns 2 (0x2) +T4AF4 004:790.556 JLINK_ReadMemEx(0x0800544A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.574 -- Read from C cache (2 bytes @ 0x0800544A) +T4AF4 004:790.598 Data: 40 EA +T4AF4 004:790.622 - 0.074ms returns 2 (0x2) +T4AF4 004:790.643 JLINK_ReadMemEx(0x0800544C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:790.662 -- Read from C cache (60 bytes @ 0x0800544C) +T4AF4 004:790.687 Data: 02 20 00 22 C0 F2 FA 52 10 43 01 90 01 98 08 60 ... +T4AF4 004:790.710 - 0.075ms returns 60 (0x3C) +T4AF4 004:790.732 JLINK_ReadMemEx(0x0800544C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.750 -- Read from C cache (2 bytes @ 0x0800544C) +T4AF4 004:790.774 Data: 02 20 +T4AF4 004:790.798 - 0.074ms returns 2 (0x2) +T4AF4 004:790.820 JLINK_ReadMemEx(0x0800544E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:790.838 -- Read from C cache (2 bytes @ 0x0800544E) +T4AF4 004:790.862 Data: 00 22 +T4AF4 004:790.886 - 0.074ms returns 2 (0x2) +T4AF4 004:790.911 JLINK_ReadMemEx(0x08005450, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:790.937 -- Read from C cache (60 bytes @ 0x08005450) +T4AF4 004:790.963 Data: C0 F2 FA 52 10 43 01 90 01 98 08 60 03 B0 70 47 ... +T4AF4 004:790.987 - 0.084ms returns 60 (0x3C) +T4AF4 004:791.008 JLINK_ReadMemEx(0x08005450, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.026 -- Read from C cache (2 bytes @ 0x08005450) +T4AF4 004:791.051 Data: C0 F2 +T4AF4 004:791.075 - 0.074ms returns 2 (0x2) +T4AF4 004:791.097 JLINK_ReadMemEx(0x08005450, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:791.115 -- Read from C cache (60 bytes @ 0x08005450) +T4AF4 004:791.140 Data: C0 F2 FA 52 10 43 01 90 01 98 08 60 03 B0 70 47 ... +T4AF4 004:791.164 - 0.075ms returns 60 (0x3C) +T4AF4 004:791.185 JLINK_ReadMemEx(0x08005450, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.203 -- Read from C cache (2 bytes @ 0x08005450) +T4AF4 004:791.227 Data: C0 F2 +T4AF4 004:791.251 - 0.074ms returns 2 (0x2) +T4AF4 004:791.273 JLINK_ReadMemEx(0x08005452, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.291 -- Read from C cache (2 bytes @ 0x08005452) +T4AF4 004:791.315 Data: FA 52 +T4AF4 004:791.339 - 0.074ms returns 2 (0x2) +T4AF4 004:791.361 JLINK_ReadMemEx(0x08005454, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:791.379 -- Read from C cache (60 bytes @ 0x08005454) +T4AF4 004:791.404 Data: 10 43 01 90 01 98 08 60 03 B0 70 47 85 B0 04 90 ... +T4AF4 004:791.428 - 0.075ms returns 60 (0x3C) +T4AF4 004:791.450 JLINK_ReadMemEx(0x08005454, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.468 -- Read from C cache (2 bytes @ 0x08005454) +T4AF4 004:791.492 Data: 10 43 +T4AF4 004:791.516 - 0.074ms returns 2 (0x2) +T4AF4 004:791.538 JLINK_ReadMemEx(0x08005456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.555 -- Read from C cache (2 bytes @ 0x08005456) +T4AF4 004:791.580 Data: 01 90 +T4AF4 004:791.604 - 0.074ms returns 2 (0x2) +T4AF4 004:791.626 JLINK_ReadMemEx(0x08005456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.644 -- Read from C cache (2 bytes @ 0x08005456) +T4AF4 004:791.668 Data: 01 90 +T4AF4 004:791.692 - 0.074ms returns 2 (0x2) +T4AF4 004:791.714 JLINK_ReadMemEx(0x08005458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:791.732 -- Read from C cache (60 bytes @ 0x08005458) +T4AF4 004:791.757 Data: 01 98 08 60 03 B0 70 47 85 B0 04 90 03 91 4F F6 ... +T4AF4 004:791.781 - 0.075ms returns 60 (0x3C) +T4AF4 004:791.802 JLINK_ReadMemEx(0x08005458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:791.820 -- Read from C cache (2 bytes @ 0x08005458) +T4AF4 004:791.845 Data: 01 98 +T4AF4 004:791.869 - 0.074ms returns 2 (0x2) +T4AF4 004:791.890 JLINK_ReadMemEx(0x08005458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:791.908 -- Read from C cache (60 bytes @ 0x08005458) +T4AF4 004:791.939 Data: 01 98 08 60 03 B0 70 47 85 B0 04 90 03 91 4F F6 ... +T4AF4 004:791.963 - 0.081ms returns 60 (0x3C) +T4AF4 004:791.985 JLINK_ReadMemEx(0x08005458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.003 -- Read from C cache (2 bytes @ 0x08005458) +T4AF4 004:792.027 Data: 01 98 +T4AF4 004:792.051 - 0.074ms returns 2 (0x2) +T4AF4 004:792.073 JLINK_ReadMemEx(0x0800545A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.095 -- Read from C cache (2 bytes @ 0x0800545A) +T4AF4 004:792.119 Data: 08 60 +T4AF4 004:792.143 - 0.079ms returns 2 (0x2) +T4AF4 004:792.166 JLINK_ReadMemEx(0x0800545A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.184 -- Read from C cache (2 bytes @ 0x0800545A) +T4AF4 004:792.209 Data: 08 60 +T4AF4 004:792.233 - 0.076ms returns 2 (0x2) +T4AF4 004:792.255 JLINK_ReadMemEx(0x0800545C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:792.273 -- Read from C cache (60 bytes @ 0x0800545C) +T4AF4 004:792.299 Data: 03 B0 70 47 85 B0 04 90 03 91 4F F6 FF 70 02 90 ... +T4AF4 004:792.323 - 0.076ms returns 60 (0x3C) +T4AF4 004:792.344 JLINK_ReadMemEx(0x0800545C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.362 -- Read from C cache (2 bytes @ 0x0800545C) +T4AF4 004:792.387 Data: 03 B0 +T4AF4 004:792.411 - 0.075ms returns 2 (0x2) +T4AF4 004:792.435 JLINK_ReadMemEx(0x0800545C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:792.455 -- Read from C cache (60 bytes @ 0x0800545C) +T4AF4 004:792.480 Data: 03 B0 70 47 85 B0 04 90 03 91 4F F6 FF 70 02 90 ... +T4AF4 004:792.504 - 0.077ms returns 60 (0x3C) +T4AF4 004:792.526 JLINK_ReadMemEx(0x0800545C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.544 -- Read from C cache (2 bytes @ 0x0800545C) +T4AF4 004:792.568 Data: 03 B0 +T4AF4 004:792.592 - 0.074ms returns 2 (0x2) +T4AF4 004:792.614 JLINK_ReadMemEx(0x0800545E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.687 -- Read from C cache (2 bytes @ 0x0800545E) +T4AF4 004:792.711 Data: 70 47 +T4AF4 004:792.736 - 0.130ms returns 2 (0x2) +T4AF4 004:792.758 JLINK_ReadMemEx(0x0800545E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.776 -- Read from C cache (2 bytes @ 0x0800545E) +T4AF4 004:792.800 Data: 70 47 +T4AF4 004:792.824 - 0.075ms returns 2 (0x2) +T4AF4 004:792.846 JLINK_ReadMemEx(0x08005460, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:792.864 -- Read from C cache (60 bytes @ 0x08005460) +T4AF4 004:792.889 Data: 85 B0 04 90 03 91 4F F6 FF 70 02 90 00 20 01 90 ... +T4AF4 004:792.913 - 0.077ms returns 60 (0x3C) +T4AF4 004:792.947 JLINK_ReadMemEx(0x08005460, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:792.966 -- Read from C cache (2 bytes @ 0x08005460) +T4AF4 004:792.990 Data: 85 B0 +T4AF4 004:793.014 - 0.075ms returns 2 (0x2) +T4AF4 004:793.036 JLINK_ReadMemEx(0x08005460, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:793.055 -- Read from C cache (60 bytes @ 0x08005460) +T4AF4 004:793.080 Data: 85 B0 04 90 03 91 4F F6 FF 70 02 90 00 20 01 90 ... +T4AF4 004:793.104 - 0.076ms returns 60 (0x3C) +T4AF4 004:793.126 JLINK_ReadMemEx(0x08005460, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.144 -- Read from C cache (2 bytes @ 0x08005460) +T4AF4 004:793.168 Data: 85 B0 +T4AF4 004:793.193 - 0.075ms returns 2 (0x2) +T4AF4 004:793.214 JLINK_ReadMemEx(0x08005462, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.232 -- Read from C cache (2 bytes @ 0x08005462) +T4AF4 004:793.257 Data: 04 90 +T4AF4 004:793.281 - 0.075ms returns 2 (0x2) +T4AF4 004:793.303 JLINK_ReadMemEx(0x08005462, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.321 -- Read from C cache (2 bytes @ 0x08005462) +T4AF4 004:793.345 Data: 04 90 +T4AF4 004:793.369 - 0.074ms returns 2 (0x2) +T4AF4 004:793.391 JLINK_ReadMemEx(0x08005464, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:793.409 -- Read from C cache (60 bytes @ 0x08005464) +T4AF4 004:793.434 Data: 03 91 4F F6 FF 70 02 90 00 20 01 90 FF E7 01 98 ... +T4AF4 004:793.458 - 0.075ms returns 60 (0x3C) +T4AF4 004:793.479 JLINK_ReadMemEx(0x08005464, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.497 -- Read from C cache (2 bytes @ 0x08005464) +T4AF4 004:793.522 Data: 03 91 +T4AF4 004:793.546 - 0.074ms returns 2 (0x2) +T4AF4 004:793.568 JLINK_ReadMemEx(0x08005464, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:793.586 -- Read from C cache (60 bytes @ 0x08005464) +T4AF4 004:793.611 Data: 03 91 4F F6 FF 70 02 90 00 20 01 90 FF E7 01 98 ... +T4AF4 004:793.635 - 0.075ms returns 60 (0x3C) +T4AF4 004:793.656 JLINK_ReadMemEx(0x08005464, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.674 -- Read from C cache (2 bytes @ 0x08005464) +T4AF4 004:793.699 Data: 03 91 +T4AF4 004:793.723 - 0.075ms returns 2 (0x2) +T4AF4 004:793.745 JLINK_ReadMemEx(0x08005466, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.762 -- Read from C cache (2 bytes @ 0x08005466) +T4AF4 004:793.787 Data: 4F F6 +T4AF4 004:793.811 - 0.075ms returns 2 (0x2) +T4AF4 004:793.833 JLINK_ReadMemEx(0x08005466, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:793.851 -- Read from C cache (2 bytes @ 0x08005466) +T4AF4 004:793.875 Data: 4F F6 +T4AF4 004:793.900 - 0.074ms returns 2 (0x2) +T4AF4 004:793.927 JLINK_ReadMemEx(0x08005468, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:793.944 -- Read from C cache (60 bytes @ 0x08005468) +T4AF4 004:793.970 Data: FF 70 02 90 00 20 01 90 FF E7 01 98 03 99 88 42 ... +T4AF4 004:793.994 - 0.081ms returns 60 (0x3C) +T4AF4 004:794.015 JLINK_ReadMemEx(0x08005468, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.037 -- Read from C cache (2 bytes @ 0x08005468) +T4AF4 004:794.061 Data: FF 70 +T4AF4 004:794.085 - 0.078ms returns 2 (0x2) +T4AF4 004:794.108 JLINK_ReadMemEx(0x0800546A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.125 -- Read from C cache (2 bytes @ 0x0800546A) +T4AF4 004:794.150 Data: 02 90 +T4AF4 004:794.174 - 0.074ms returns 2 (0x2) +T4AF4 004:794.195 JLINK_ReadMemEx(0x0800546C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:794.213 -- Read from C cache (60 bytes @ 0x0800546C) +T4AF4 004:794.238 Data: 00 20 01 90 FF E7 01 98 03 99 88 42 4C DA FF E7 ... +T4AF4 004:794.262 - 0.075ms returns 60 (0x3C) +T4AF4 004:794.284 JLINK_ReadMemEx(0x0800546C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.302 -- Read from C cache (2 bytes @ 0x0800546C) +T4AF4 004:794.326 Data: 00 20 +T4AF4 004:794.350 - 0.074ms returns 2 (0x2) +T4AF4 004:794.372 JLINK_ReadMemEx(0x0800546C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:794.390 -- Read from C cache (60 bytes @ 0x0800546C) +T4AF4 004:794.415 Data: 00 20 01 90 FF E7 01 98 03 99 88 42 4C DA FF E7 ... +T4AF4 004:794.439 - 0.075ms returns 60 (0x3C) +T4AF4 004:794.461 JLINK_ReadMemEx(0x0800546C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.479 -- Read from C cache (2 bytes @ 0x0800546C) +T4AF4 004:794.503 Data: 00 20 +T4AF4 004:794.527 - 0.074ms returns 2 (0x2) +T4AF4 004:794.549 JLINK_ReadMemEx(0x0800546E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.566 -- Read from C cache (2 bytes @ 0x0800546E) +T4AF4 004:794.591 Data: 01 90 +T4AF4 004:794.615 - 0.074ms returns 2 (0x2) +T4AF4 004:794.637 JLINK_ReadMemEx(0x0800546E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.654 -- Read from C cache (2 bytes @ 0x0800546E) +T4AF4 004:794.679 Data: 01 90 +T4AF4 004:794.703 - 0.074ms returns 2 (0x2) +T4AF4 004:794.725 JLINK_ReadMemEx(0x08005470, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:794.742 -- Read from C cache (60 bytes @ 0x08005470) +T4AF4 004:794.768 Data: FF E7 01 98 03 99 88 42 4C DA FF E7 02 98 04 99 ... +T4AF4 004:794.791 - 0.075ms returns 60 (0x3C) +T4AF4 004:794.813 JLINK_ReadMemEx(0x08005470, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:794.831 -- Read from C cache (2 bytes @ 0x08005470) +T4AF4 004:794.855 Data: FF E7 +T4AF4 004:794.879 - 0.074ms returns 2 (0x2) +T4AF4 004:794.901 JLINK_ReadMemEx(0x08005470, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:794.919 -- Read from C cache (60 bytes @ 0x08005470) +T4AF4 004:794.950 Data: FF E7 01 98 03 99 88 42 4C DA FF E7 02 98 04 99 ... +T4AF4 004:794.974 - 0.081ms returns 60 (0x3C) +T4AF4 004:794.995 JLINK_ReadMemEx(0x08005470, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.013 -- Read from C cache (2 bytes @ 0x08005470) +T4AF4 004:795.037 Data: FF E7 +T4AF4 004:795.061 - 0.074ms returns 2 (0x2) +T4AF4 004:795.083 JLINK_ReadMemEx(0x08005472, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.101 -- Read from C cache (2 bytes @ 0x08005472) +T4AF4 004:795.125 Data: 01 98 +T4AF4 004:795.149 - 0.074ms returns 2 (0x2) +T4AF4 004:795.171 JLINK_ReadMemEx(0x08005472, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.189 -- Read from C cache (2 bytes @ 0x08005472) +T4AF4 004:795.213 Data: 01 98 +T4AF4 004:795.237 - 0.074ms returns 2 (0x2) +T4AF4 004:795.259 JLINK_ReadMemEx(0x08005474, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:795.277 -- Read from C cache (60 bytes @ 0x08005474) +T4AF4 004:795.302 Data: 03 99 88 42 4C DA FF E7 02 98 04 99 01 9A 11 F8 ... +T4AF4 004:795.326 - 0.075ms returns 60 (0x3C) +T4AF4 004:795.347 JLINK_ReadMemEx(0x08005474, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.365 -- Read from C cache (2 bytes @ 0x08005474) +T4AF4 004:795.389 Data: 03 99 +T4AF4 004:795.413 - 0.074ms returns 2 (0x2) +T4AF4 004:795.435 JLINK_ReadMemEx(0x08005474, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:795.453 -- Read from C cache (60 bytes @ 0x08005474) +T4AF4 004:795.478 Data: 03 99 88 42 4C DA FF E7 02 98 04 99 01 9A 11 F8 ... +T4AF4 004:795.502 - 0.075ms returns 60 (0x3C) +T4AF4 004:795.524 JLINK_ReadMemEx(0x08005474, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.545 -- Read from C cache (2 bytes @ 0x08005474) +T4AF4 004:795.570 Data: 03 99 +T4AF4 004:795.594 - 0.079ms returns 2 (0x2) +T4AF4 004:795.616 JLINK_ReadMemEx(0x08005476, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.634 -- Read from C cache (2 bytes @ 0x08005476) +T4AF4 004:795.658 Data: 88 42 +T4AF4 004:795.682 - 0.074ms returns 2 (0x2) +T4AF4 004:795.704 JLINK_ReadMemEx(0x08005476, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.722 -- Read from C cache (2 bytes @ 0x08005476) +T4AF4 004:795.747 Data: 88 42 +T4AF4 004:795.771 - 0.074ms returns 2 (0x2) +T4AF4 004:795.792 JLINK_ReadMemEx(0x08005478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:795.810 -- Read from C cache (60 bytes @ 0x08005478) +T4AF4 004:795.835 Data: 4C DA FF E7 02 98 04 99 01 9A 11 F8 12 10 48 40 ... +T4AF4 004:795.859 - 0.075ms returns 60 (0x3C) +T4AF4 004:795.880 JLINK_ReadMemEx(0x08005478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:795.898 -- Read from C cache (2 bytes @ 0x08005478) +T4AF4 004:795.924 Data: 4C DA +T4AF4 004:795.948 - 0.076ms returns 2 (0x2) +T4AF4 004:795.970 JLINK_ReadMemEx(0x08005478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:795.988 -- Read from C cache (60 bytes @ 0x08005478) +T4AF4 004:796.013 Data: 4C DA FF E7 02 98 04 99 01 9A 11 F8 12 10 48 40 ... +T4AF4 004:796.037 - 0.075ms returns 60 (0x3C) +T4AF4 004:796.058 JLINK_ReadMemEx(0x08005478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.076 -- Read from C cache (2 bytes @ 0x08005478) +T4AF4 004:796.100 Data: 4C DA +T4AF4 004:796.125 - 0.074ms returns 2 (0x2) +T4AF4 004:796.146 JLINK_ReadMemEx(0x0800547A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.164 -- Read from C cache (2 bytes @ 0x0800547A) +T4AF4 004:796.188 Data: FF E7 +T4AF4 004:796.212 - 0.074ms returns 2 (0x2) +T4AF4 004:796.234 JLINK_ReadMemEx(0x0800547A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.252 -- Read from C cache (2 bytes @ 0x0800547A) +T4AF4 004:796.276 Data: FF E7 +T4AF4 004:796.300 - 0.074ms returns 2 (0x2) +T4AF4 004:796.322 JLINK_ReadMemEx(0x0800547C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:796.340 -- Read from C cache (60 bytes @ 0x0800547C) +T4AF4 004:796.365 Data: 02 98 04 99 01 9A 11 F8 12 10 48 40 02 90 00 20 ... +T4AF4 004:796.389 - 0.075ms returns 60 (0x3C) +T4AF4 004:796.411 JLINK_ReadMemEx(0x0800547C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.428 -- Read from C cache (2 bytes @ 0x0800547C) +T4AF4 004:796.453 Data: 02 98 +T4AF4 004:796.476 - 0.074ms returns 2 (0x2) +T4AF4 004:796.498 JLINK_ReadMemEx(0x0800547C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:796.516 -- Read from C cache (60 bytes @ 0x0800547C) +T4AF4 004:796.542 Data: 02 98 04 99 01 9A 11 F8 12 10 48 40 02 90 00 20 ... +T4AF4 004:796.565 - 0.075ms returns 60 (0x3C) +T4AF4 004:796.587 JLINK_ReadMemEx(0x0800547C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.605 -- Read from C cache (2 bytes @ 0x0800547C) +T4AF4 004:796.629 Data: 02 98 +T4AF4 004:796.653 - 0.074ms returns 2 (0x2) +T4AF4 004:796.674 JLINK_ReadMemEx(0x0800547E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.692 -- Read from C cache (2 bytes @ 0x0800547E) +T4AF4 004:796.717 Data: 04 99 +T4AF4 004:796.741 - 0.074ms returns 2 (0x2) +T4AF4 004:796.763 JLINK_ReadMemEx(0x0800547E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.781 -- Read from C cache (2 bytes @ 0x0800547E) +T4AF4 004:796.805 Data: 04 99 +T4AF4 004:796.829 - 0.074ms returns 2 (0x2) +T4AF4 004:796.851 JLINK_ReadMemEx(0x08005480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:796.868 -- Read from C cache (60 bytes @ 0x08005480) +T4AF4 004:796.894 Data: 01 9A 11 F8 12 10 48 40 02 90 00 20 00 90 FF E7 ... +T4AF4 004:796.917 - 0.090ms returns 60 (0x3C) +T4AF4 004:796.957 JLINK_ReadMemEx(0x08005480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:796.977 -- Read from C cache (2 bytes @ 0x08005480) +T4AF4 004:797.002 Data: 01 9A +T4AF4 004:797.026 - 0.077ms returns 2 (0x2) +T4AF4 004:797.047 JLINK_ReadMemEx(0x08005480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:797.068 -- Read from C cache (60 bytes @ 0x08005480) +T4AF4 004:797.095 Data: 01 9A 11 F8 12 10 48 40 02 90 00 20 00 90 FF E7 ... +T4AF4 004:797.118 - 0.079ms returns 60 (0x3C) +T4AF4 004:797.140 JLINK_ReadMemEx(0x08005480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:797.158 -- Read from C cache (2 bytes @ 0x08005480) +T4AF4 004:797.182 Data: 01 9A +T4AF4 004:797.206 - 0.074ms returns 2 (0x2) +T4AF4 004:797.228 JLINK_ReadMemEx(0x08005482, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:797.246 -- Read from C cache (2 bytes @ 0x08005482) +T4AF4 004:797.270 Data: 11 F8 +T4AF4 004:797.294 - 0.074ms returns 2 (0x2) +T4AF4 004:797.316 JLINK_ReadMemEx(0x08005482, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:797.334 -- Read from C cache (2 bytes @ 0x08005482) +T4AF4 004:797.358 Data: 11 F8 +T4AF4 004:797.382 - 0.074ms returns 2 (0x2) +T4AF4 004:797.404 JLINK_ReadMemEx(0x08005484, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:797.421 -- Read from C cache (60 bytes @ 0x08005484) +T4AF4 004:797.447 Data: 12 10 48 40 02 90 00 20 00 90 FF E7 00 98 07 28 ... +T4AF4 004:797.470 - 0.075ms returns 60 (0x3C) +T4AF4 004:797.492 JLINK_ReadMemEx(0x08005484, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:797.510 -- Read from C cache (2 bytes @ 0x08005484) +T4AF4 004:797.534 Data: 12 10 +T4AF4 004:797.558 - 0.074ms returns 2 (0x2) +T4AF4 004:797.581 JLINK_ReadMemEx(0x08005486, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:797.599 -- Read from C cache (2 bytes @ 0x08005486) +T4AF4 004:797.623 Data: 48 40 +T4AF4 004:797.647 - 0.075ms returns 2 (0x2) +T4AF4 004:797.669 JLINK_ReadMemEx(0x08005488, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:797.689 CPU_ReadMem(64 bytes @ 0x080054C0) +T4AF4 004:799.209 -- Updating C cache (64 bytes @ 0x080054C0) +T4AF4 004:799.240 -- Read from C cache (60 bytes @ 0x08005488) +T4AF4 004:799.266 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... +T4AF4 004:799.290 - 1.630ms returns 60 (0x3C) +T4AF4 004:799.314 JLINK_ReadMemEx(0x08005488, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:799.333 -- Read from C cache (2 bytes @ 0x08005488) +T4AF4 004:799.358 Data: 02 90 +T4AF4 004:799.382 - 0.076ms returns 2 (0x2) +T4AF4 004:799.406 JLINK_ReadMemEx(0x08005488, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:799.423 -- Read from C cache (60 bytes @ 0x08005488) +T4AF4 004:799.449 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... +T4AF4 004:799.473 - 0.075ms returns 60 (0x3C) +T4AF4 004:799.494 JLINK_ReadMemEx(0x08005488, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:799.512 -- Read from C cache (2 bytes @ 0x08005488) +T4AF4 004:799.536 Data: 02 90 +T4AF4 004:799.560 - 0.074ms returns 2 (0x2) +T4AF4 004:799.582 JLINK_ReadMemEx(0x0800548A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:799.600 -- Read from C cache (2 bytes @ 0x0800548A) +T4AF4 004:799.624 Data: 00 20 +T4AF4 004:799.648 - 0.074ms returns 2 (0x2) +T4AF4 004:799.670 JLINK_ReadMemEx(0x0800548A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:799.688 -- Read from C cache (2 bytes @ 0x0800548A) +T4AF4 004:799.713 Data: 00 20 +T4AF4 004:799.737 - 0.074ms returns 2 (0x2) +T4AF4 004:799.758 JLINK_ReadMemEx(0x0800548C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:799.776 -- Read from C cache (60 bytes @ 0x0800548C) +T4AF4 004:799.802 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... +T4AF4 004:799.825 - 0.075ms returns 60 (0x3C) +T4AF4 004:799.847 JLINK_ReadMemEx(0x0800548C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:799.864 -- Read from C cache (2 bytes @ 0x0800548C) +T4AF4 004:799.889 Data: 00 90 +T4AF4 004:799.913 - 0.085ms returns 2 (0x2) +T4AF4 004:799.946 JLINK_ReadMemEx(0x0800548C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:799.964 -- Read from C cache (60 bytes @ 0x0800548C) +T4AF4 004:799.989 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... +T4AF4 004:800.013 - 0.075ms returns 60 (0x3C) +T4AF4 004:800.034 JLINK_ReadMemEx(0x0800548C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.052 -- Read from C cache (2 bytes @ 0x0800548C) +T4AF4 004:800.076 Data: 00 90 +T4AF4 004:800.106 - 0.081ms returns 2 (0x2) +T4AF4 004:800.128 JLINK_ReadMemEx(0x0800548E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.146 -- Read from C cache (2 bytes @ 0x0800548E) +T4AF4 004:800.171 Data: FF E7 +T4AF4 004:800.195 - 0.074ms returns 2 (0x2) +T4AF4 004:800.217 JLINK_ReadMemEx(0x0800548E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.235 -- Read from C cache (2 bytes @ 0x0800548E) +T4AF4 004:800.259 Data: FF E7 +T4AF4 004:800.283 - 0.074ms returns 2 (0x2) +T4AF4 004:800.305 JLINK_ReadMemEx(0x08005490, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:800.323 -- Read from C cache (60 bytes @ 0x08005490) +T4AF4 004:800.348 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... +T4AF4 004:800.372 - 0.075ms returns 60 (0x3C) +T4AF4 004:800.394 JLINK_ReadMemEx(0x08005490, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.411 -- Read from C cache (2 bytes @ 0x08005490) +T4AF4 004:800.436 Data: 00 98 +T4AF4 004:800.460 - 0.074ms returns 2 (0x2) +T4AF4 004:800.482 JLINK_ReadMemEx(0x08005490, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:800.500 -- Read from C cache (60 bytes @ 0x08005490) +T4AF4 004:800.525 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... +T4AF4 004:800.549 - 0.075ms returns 60 (0x3C) +T4AF4 004:800.570 JLINK_ReadMemEx(0x08005490, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.588 -- Read from C cache (2 bytes @ 0x08005490) +T4AF4 004:800.613 Data: 00 98 +T4AF4 004:800.637 - 0.074ms returns 2 (0x2) +T4AF4 004:800.658 JLINK_ReadMemEx(0x08005492, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.676 -- Read from C cache (2 bytes @ 0x08005492) +T4AF4 004:800.701 Data: 07 28 +T4AF4 004:800.725 - 0.074ms returns 2 (0x2) +T4AF4 004:800.746 JLINK_ReadMemEx(0x08005492, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.764 -- Read from C cache (2 bytes @ 0x08005492) +T4AF4 004:800.789 Data: 07 28 +T4AF4 004:800.813 - 0.074ms returns 2 (0x2) +T4AF4 004:800.834 JLINK_ReadMemEx(0x08005494, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:800.852 -- Read from C cache (60 bytes @ 0x08005494) +T4AF4 004:800.877 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... +T4AF4 004:800.901 - 0.075ms returns 60 (0x3C) +T4AF4 004:800.928 JLINK_ReadMemEx(0x08005494, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:800.946 -- Read from C cache (2 bytes @ 0x08005494) +T4AF4 004:800.970 Data: 15 DC +T4AF4 004:800.994 - 0.074ms returns 2 (0x2) +T4AF4 004:801.016 JLINK_ReadMemEx(0x08005494, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:801.034 -- Read from C cache (60 bytes @ 0x08005494) +T4AF4 004:801.059 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... +T4AF4 004:801.083 - 0.075ms returns 60 (0x3C) +T4AF4 004:801.105 JLINK_ReadMemEx(0x08005494, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.122 -- Read from C cache (2 bytes @ 0x08005494) +T4AF4 004:801.147 Data: 15 DC +T4AF4 004:801.171 - 0.074ms returns 2 (0x2) +T4AF4 004:801.193 JLINK_ReadMemEx(0x08005496, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.211 -- Read from C cache (2 bytes @ 0x08005496) +T4AF4 004:801.235 Data: FF E7 +T4AF4 004:801.259 - 0.074ms returns 2 (0x2) +T4AF4 004:801.281 JLINK_ReadMemEx(0x08005496, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.299 -- Read from C cache (2 bytes @ 0x08005496) +T4AF4 004:801.323 Data: FF E7 +T4AF4 004:801.347 - 0.074ms returns 2 (0x2) +T4AF4 004:801.369 JLINK_ReadMemEx(0x08005498, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:801.386 -- Read from C cache (60 bytes @ 0x08005498) +T4AF4 004:801.412 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... +T4AF4 004:801.435 - 0.075ms returns 60 (0x3C) +T4AF4 004:801.457 JLINK_ReadMemEx(0x08005498, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.475 -- Read from C cache (2 bytes @ 0x08005498) +T4AF4 004:801.499 Data: 9D F8 +T4AF4 004:801.523 - 0.074ms returns 2 (0x2) +T4AF4 004:801.545 JLINK_ReadMemEx(0x08005498, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:801.563 -- Read from C cache (60 bytes @ 0x08005498) +T4AF4 004:801.588 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... +T4AF4 004:801.616 - 0.079ms returns 60 (0x3C) +T4AF4 004:801.638 JLINK_ReadMemEx(0x08005498, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.656 -- Read from C cache (2 bytes @ 0x08005498) +T4AF4 004:801.680 Data: 9D F8 +T4AF4 004:801.704 - 0.074ms returns 2 (0x2) +T4AF4 004:801.726 JLINK_ReadMemEx(0x0800549A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.744 -- Read from C cache (2 bytes @ 0x0800549A) +T4AF4 004:801.768 Data: 08 00 +T4AF4 004:801.792 - 0.074ms returns 2 (0x2) +T4AF4 004:801.814 JLINK_ReadMemEx(0x0800549C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:801.832 -- Read from C cache (60 bytes @ 0x0800549C) +T4AF4 004:801.857 Data: C0 07 38 B1 FF E7 02 99 4A F2 01 00 80 EA 61 00 ... +T4AF4 004:801.881 - 0.075ms returns 60 (0x3C) +T4AF4 004:801.903 JLINK_ReadMemEx(0x0800549C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:801.926 -- Read from C cache (2 bytes @ 0x0800549C) +T4AF4 004:801.951 Data: C0 07 +T4AF4 004:801.975 - 0.080ms returns 2 (0x2) +T4AF4 004:801.997 JLINK_ReadMemEx(0x0800549E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.014 -- Read from C cache (2 bytes @ 0x0800549E) +T4AF4 004:802.039 Data: 38 B1 +T4AF4 004:802.063 - 0.074ms returns 2 (0x2) +T4AF4 004:802.085 JLINK_ReadMemEx(0x0800549E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.103 -- Read from C cache (2 bytes @ 0x0800549E) +T4AF4 004:802.127 Data: 38 B1 +T4AF4 004:802.151 - 0.074ms returns 2 (0x2) +T4AF4 004:802.172 JLINK_ReadMemEx(0x080054A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:802.190 -- Read from C cache (60 bytes @ 0x080054A0) +T4AF4 004:802.216 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... +T4AF4 004:802.240 - 0.075ms returns 60 (0x3C) +T4AF4 004:802.261 JLINK_ReadMemEx(0x080054A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.279 -- Read from C cache (2 bytes @ 0x080054A0) +T4AF4 004:802.303 Data: FF E7 +T4AF4 004:802.327 - 0.074ms returns 2 (0x2) +T4AF4 004:802.350 JLINK_ReadMemEx(0x080054A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:802.368 -- Read from C cache (60 bytes @ 0x080054A0) +T4AF4 004:802.393 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... +T4AF4 004:802.417 - 0.075ms returns 60 (0x3C) +T4AF4 004:802.438 JLINK_ReadMemEx(0x080054A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.456 -- Read from C cache (2 bytes @ 0x080054A0) +T4AF4 004:802.480 Data: FF E7 +T4AF4 004:802.504 - 0.074ms returns 2 (0x2) +T4AF4 004:802.526 JLINK_ReadMemEx(0x080054A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.544 -- Read from C cache (2 bytes @ 0x080054A2) +T4AF4 004:802.568 Data: 02 99 +T4AF4 004:802.592 - 0.074ms returns 2 (0x2) +T4AF4 004:802.614 JLINK_ReadMemEx(0x080054A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.631 -- Read from C cache (2 bytes @ 0x080054A2) +T4AF4 004:802.656 Data: 02 99 +T4AF4 004:802.680 - 0.074ms returns 2 (0x2) +T4AF4 004:802.701 JLINK_ReadMemEx(0x080054A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:802.719 -- Read from C cache (60 bytes @ 0x080054A4) +T4AF4 004:802.745 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... +T4AF4 004:802.768 - 0.075ms returns 60 (0x3C) +T4AF4 004:802.790 JLINK_ReadMemEx(0x080054A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.808 -- Read from C cache (2 bytes @ 0x080054A4) +T4AF4 004:802.832 Data: 4A F2 +T4AF4 004:802.856 - 0.074ms returns 2 (0x2) +T4AF4 004:802.878 JLINK_ReadMemEx(0x080054A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:802.896 -- Read from C cache (60 bytes @ 0x080054A4) +T4AF4 004:802.921 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... +T4AF4 004:802.951 - 0.081ms returns 60 (0x3C) +T4AF4 004:802.972 JLINK_ReadMemEx(0x080054A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:802.990 -- Read from C cache (2 bytes @ 0x080054A4) +T4AF4 004:803.014 Data: 4A F2 +T4AF4 004:803.038 - 0.074ms returns 2 (0x2) +T4AF4 004:803.060 JLINK_ReadMemEx(0x080054A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.078 -- Read from C cache (2 bytes @ 0x080054A6) +T4AF4 004:803.102 Data: 01 00 +T4AF4 004:803.126 - 0.074ms returns 2 (0x2) +T4AF4 004:803.148 JLINK_ReadMemEx(0x080054A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:803.170 -- Read from C cache (60 bytes @ 0x080054A8) +T4AF4 004:803.196 Data: 80 EA 61 00 02 90 03 E0 02 98 40 10 02 90 FF E7 ... +T4AF4 004:803.220 - 0.079ms returns 60 (0x3C) +T4AF4 004:803.241 JLINK_ReadMemEx(0x080054A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.259 -- Read from C cache (2 bytes @ 0x080054A8) +T4AF4 004:803.283 Data: 80 EA +T4AF4 004:803.307 - 0.074ms returns 2 (0x2) +T4AF4 004:803.329 JLINK_ReadMemEx(0x080054AA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.347 -- Read from C cache (2 bytes @ 0x080054AA) +T4AF4 004:803.371 Data: 61 00 +T4AF4 004:803.395 - 0.074ms returns 2 (0x2) +T4AF4 004:803.417 JLINK_ReadMemEx(0x080054AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:803.435 -- Read from C cache (60 bytes @ 0x080054AC) +T4AF4 004:803.460 Data: 02 90 03 E0 02 98 40 10 02 90 FF E7 FF E7 00 98 ... +T4AF4 004:803.484 - 0.075ms returns 60 (0x3C) +T4AF4 004:803.505 JLINK_ReadMemEx(0x080054AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.523 -- Read from C cache (2 bytes @ 0x080054AC) +T4AF4 004:803.547 Data: 02 90 +T4AF4 004:803.571 - 0.074ms returns 2 (0x2) +T4AF4 004:803.593 JLINK_ReadMemEx(0x080054AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.611 -- Read from C cache (2 bytes @ 0x080054AE) +T4AF4 004:803.635 Data: 03 E0 +T4AF4 004:803.659 - 0.074ms returns 2 (0x2) +T4AF4 004:803.681 JLINK_ReadMemEx(0x080054AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.699 -- Read from C cache (2 bytes @ 0x080054AE) +T4AF4 004:803.724 Data: 03 E0 +T4AF4 004:803.748 - 0.074ms returns 2 (0x2) +T4AF4 004:803.769 JLINK_ReadMemEx(0x080054B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:803.787 -- Read from C cache (60 bytes @ 0x080054B0) +T4AF4 004:803.812 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... +T4AF4 004:803.836 - 0.075ms returns 60 (0x3C) +T4AF4 004:803.857 JLINK_ReadMemEx(0x080054B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:803.875 -- Read from C cache (2 bytes @ 0x080054B0) +T4AF4 004:803.899 Data: 02 98 +T4AF4 004:803.923 - 0.074ms returns 2 (0x2) +T4AF4 004:803.951 JLINK_ReadMemEx(0x080054B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:803.969 -- Read from C cache (60 bytes @ 0x080054B0) +T4AF4 004:803.994 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... +T4AF4 004:804.018 - 0.075ms returns 60 (0x3C) +T4AF4 004:804.039 JLINK_ReadMemEx(0x080054B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.057 -- Read from C cache (2 bytes @ 0x080054B0) +T4AF4 004:804.081 Data: 02 98 +T4AF4 004:804.105 - 0.074ms returns 2 (0x2) +T4AF4 004:804.127 JLINK_ReadMemEx(0x080054B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.144 -- Read from C cache (2 bytes @ 0x080054B2) +T4AF4 004:804.169 Data: 40 10 +T4AF4 004:804.193 - 0.074ms returns 2 (0x2) +T4AF4 004:804.215 JLINK_ReadMemEx(0x080054B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.232 -- Read from C cache (2 bytes @ 0x080054B2) +T4AF4 004:804.257 Data: 40 10 +T4AF4 004:804.281 - 0.074ms returns 2 (0x2) +T4AF4 004:804.303 JLINK_ReadMemEx(0x080054B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:804.320 -- Read from C cache (60 bytes @ 0x080054B4) +T4AF4 004:804.346 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 02 98 ... +T4AF4 004:804.369 - 0.075ms returns 60 (0x3C) +T4AF4 004:804.391 JLINK_ReadMemEx(0x080054B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.409 -- Read from C cache (2 bytes @ 0x080054B4) +T4AF4 004:804.433 Data: 02 90 +T4AF4 004:804.457 - 0.074ms returns 2 (0x2) +T4AF4 004:804.479 JLINK_ReadMemEx(0x080054B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:804.497 -- Read from C cache (60 bytes @ 0x080054B4) +T4AF4 004:804.522 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 02 98 ... +T4AF4 004:804.545 - 0.075ms returns 60 (0x3C) +T4AF4 004:804.567 JLINK_ReadMemEx(0x080054B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.585 -- Read from C cache (2 bytes @ 0x080054B4) +T4AF4 004:804.609 Data: 02 90 +T4AF4 004:804.633 - 0.074ms returns 2 (0x2) +T4AF4 004:804.655 JLINK_ReadMemEx(0x080054B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.677 -- Read from C cache (2 bytes @ 0x080054B6) +T4AF4 004:804.701 Data: FF E7 +T4AF4 004:804.725 - 0.079ms returns 2 (0x2) +T4AF4 004:804.747 JLINK_ReadMemEx(0x080054B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.765 -- Read from C cache (2 bytes @ 0x080054B6) +T4AF4 004:804.790 Data: FF E7 +T4AF4 004:804.814 - 0.074ms returns 2 (0x2) +T4AF4 004:804.835 JLINK_ReadMemEx(0x080054B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:804.853 -- Read from C cache (60 bytes @ 0x080054B8) +T4AF4 004:804.879 Data: FF E7 00 98 01 30 00 90 E6 E7 02 98 04 99 01 9A ... +T4AF4 004:804.902 - 0.075ms returns 60 (0x3C) +T4AF4 004:804.929 JLINK_ReadMemEx(0x080054B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:804.990 -- Read from C cache (2 bytes @ 0x080054B8) +T4AF4 004:805.045 Data: FF E7 +T4AF4 004:805.069 - 0.153ms returns 2 (0x2) +T4AF4 004:805.120 JLINK_ReadMemEx(0x080054B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:805.145 -- Read from C cache (60 bytes @ 0x080054B8) +T4AF4 004:805.172 Data: FF E7 00 98 01 30 00 90 E6 E7 02 98 04 99 01 9A ... +T4AF4 004:805.196 - 0.084ms returns 60 (0x3C) +T4AF4 004:805.217 JLINK_ReadMemEx(0x080054B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.236 -- Read from C cache (2 bytes @ 0x080054B8) +T4AF4 004:805.260 Data: FF E7 +T4AF4 004:805.285 - 0.075ms returns 2 (0x2) +T4AF4 004:805.307 JLINK_ReadMemEx(0x080054BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.325 -- Read from C cache (2 bytes @ 0x080054BA) +T4AF4 004:805.349 Data: 00 98 +T4AF4 004:805.373 - 0.075ms returns 2 (0x2) +T4AF4 004:805.395 JLINK_ReadMemEx(0x080054BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.414 -- Read from C cache (2 bytes @ 0x080054BA) +T4AF4 004:805.439 Data: 00 98 +T4AF4 004:805.463 - 0.075ms returns 2 (0x2) +T4AF4 004:805.485 JLINK_ReadMemEx(0x080054BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:805.503 -- Read from C cache (60 bytes @ 0x080054BC) +T4AF4 004:805.528 Data: 01 30 00 90 E6 E7 02 98 04 99 01 9A 01 EB 42 01 ... +T4AF4 004:805.552 - 0.076ms returns 60 (0x3C) +T4AF4 004:805.578 JLINK_ReadMemEx(0x080054BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.596 -- Read from C cache (2 bytes @ 0x080054BC) +T4AF4 004:805.621 Data: 01 30 +T4AF4 004:805.645 - 0.075ms returns 2 (0x2) +T4AF4 004:805.667 JLINK_ReadMemEx(0x080054BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:805.685 -- Read from C cache (60 bytes @ 0x080054BC) +T4AF4 004:805.711 Data: 01 30 00 90 E6 E7 02 98 04 99 01 9A 01 EB 42 01 ... +T4AF4 004:805.734 - 0.075ms returns 60 (0x3C) +T4AF4 004:805.756 JLINK_ReadMemEx(0x080054BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.774 -- Read from C cache (2 bytes @ 0x080054BC) +T4AF4 004:805.798 Data: 01 30 +T4AF4 004:805.822 - 0.074ms returns 2 (0x2) +T4AF4 004:805.844 JLINK_ReadMemEx(0x080054BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.862 -- Read from C cache (2 bytes @ 0x080054BE) +T4AF4 004:805.887 Data: 00 90 +T4AF4 004:805.911 - 0.075ms returns 2 (0x2) +T4AF4 004:805.935 JLINK_ReadMemEx(0x080054BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:805.953 -- Read from C cache (2 bytes @ 0x080054BE) +T4AF4 004:805.978 Data: 00 90 +T4AF4 004:806.002 - 0.075ms returns 2 (0x2) +T4AF4 004:806.023 JLINK_ReadMemEx(0x080054C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:806.041 -- Read from C cache (60 bytes @ 0x080054C0) +T4AF4 004:806.067 Data: E6 E7 02 98 04 99 01 9A 01 EB 42 01 49 78 48 40 ... +T4AF4 004:806.091 - 0.075ms returns 60 (0x3C) +T4AF4 004:806.113 JLINK_ReadMemEx(0x080054C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.130 -- Read from C cache (2 bytes @ 0x080054C0) +T4AF4 004:806.155 Data: E6 E7 +T4AF4 004:806.179 - 0.074ms returns 2 (0x2) +T4AF4 004:806.201 JLINK_ReadMemEx(0x080054C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:806.218 -- Read from C cache (60 bytes @ 0x080054C0) +T4AF4 004:806.244 Data: E6 E7 02 98 04 99 01 9A 01 EB 42 01 49 78 48 40 ... +T4AF4 004:806.268 - 0.075ms returns 60 (0x3C) +T4AF4 004:806.289 JLINK_ReadMemEx(0x080054C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.313 -- Read from C cache (2 bytes @ 0x080054C0) +T4AF4 004:806.338 Data: E6 E7 +T4AF4 004:806.362 - 0.081ms returns 2 (0x2) +T4AF4 004:806.384 JLINK_ReadMemEx(0x080054C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.402 -- Read from C cache (2 bytes @ 0x080054C2) +T4AF4 004:806.426 Data: 02 98 +T4AF4 004:806.450 - 0.075ms returns 2 (0x2) +T4AF4 004:806.472 JLINK_ReadMemEx(0x080054C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.490 -- Read from C cache (2 bytes @ 0x080054C2) +T4AF4 004:806.569 Data: 02 98 +T4AF4 004:806.593 - 0.128ms returns 2 (0x2) +T4AF4 004:806.614 JLINK_ReadMemEx(0x080054C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:806.632 -- Read from C cache (60 bytes @ 0x080054C4) +T4AF4 004:806.658 Data: 04 99 01 9A 01 EB 42 01 49 78 48 40 02 90 00 20 ... +T4AF4 004:806.682 - 0.075ms returns 60 (0x3C) +T4AF4 004:806.703 JLINK_ReadMemEx(0x080054C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.721 -- Read from C cache (2 bytes @ 0x080054C4) +T4AF4 004:806.758 Data: 04 99 +T4AF4 004:806.783 - 0.087ms returns 2 (0x2) +T4AF4 004:806.804 JLINK_ReadMemEx(0x080054C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:806.822 -- Read from C cache (60 bytes @ 0x080054C4) +T4AF4 004:806.848 Data: 04 99 01 9A 01 EB 42 01 49 78 48 40 02 90 00 20 ... +T4AF4 004:806.872 - 0.075ms returns 60 (0x3C) +T4AF4 004:806.894 JLINK_ReadMemEx(0x080054C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:806.911 -- Read from C cache (2 bytes @ 0x080054C4) +T4AF4 004:806.938 Data: 04 99 +T4AF4 004:806.962 - 0.077ms returns 2 (0x2) +T4AF4 004:806.984 JLINK_ReadMemEx(0x080054C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:807.002 -- Read from C cache (2 bytes @ 0x080054C6) +T4AF4 004:807.027 Data: 01 9A +T4AF4 004:807.051 - 0.075ms returns 2 (0x2) +T4AF4 004:807.073 JLINK_ReadMemEx(0x080054C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:807.091 -- Read from C cache (2 bytes @ 0x080054C6) +T4AF4 004:807.115 Data: 01 9A +T4AF4 004:807.140 - 0.075ms returns 2 (0x2) +T4AF4 004:807.161 JLINK_ReadMemEx(0x080054C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:807.183 CPU_ReadMem(64 bytes @ 0x08005500) +T4AF4 004:808.891 -- Updating C cache (64 bytes @ 0x08005500) +T4AF4 004:808.935 -- Read from C cache (60 bytes @ 0x080054C8) +T4AF4 004:808.962 Data: 01 EB 42 01 49 78 48 40 02 90 00 20 00 90 FF E7 ... +T4AF4 004:808.986 - 1.833ms returns 60 (0x3C) +T4AF4 004:809.014 JLINK_ReadMemEx(0x080054C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.036 -- Read from C cache (2 bytes @ 0x080054C8) +T4AF4 004:809.061 Data: 01 EB +T4AF4 004:809.086 - 0.080ms returns 2 (0x2) +T4AF4 004:809.109 JLINK_ReadMemEx(0x080054C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:809.128 -- Read from C cache (60 bytes @ 0x080054C8) +T4AF4 004:809.153 Data: 01 EB 42 01 49 78 48 40 02 90 00 20 00 90 FF E7 ... +T4AF4 004:809.177 - 0.076ms returns 60 (0x3C) +T4AF4 004:809.199 JLINK_ReadMemEx(0x080054C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.217 -- Read from C cache (2 bytes @ 0x080054C8) +T4AF4 004:809.242 Data: 01 EB +T4AF4 004:809.266 - 0.075ms returns 2 (0x2) +T4AF4 004:809.288 JLINK_ReadMemEx(0x080054CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.306 -- Read from C cache (2 bytes @ 0x080054CA) +T4AF4 004:809.331 Data: 42 01 +T4AF4 004:809.355 - 0.075ms returns 2 (0x2) +T4AF4 004:809.377 JLINK_ReadMemEx(0x080054CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:809.396 -- Read from C cache (60 bytes @ 0x080054CC) +T4AF4 004:809.421 Data: 49 78 48 40 02 90 00 20 00 90 FF E7 00 98 07 28 ... +T4AF4 004:809.446 - 0.076ms returns 60 (0x3C) +T4AF4 004:809.470 JLINK_ReadMemEx(0x080054CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.490 -- Read from C cache (2 bytes @ 0x080054CC) +T4AF4 004:809.515 Data: 49 78 +T4AF4 004:809.539 - 0.077ms returns 2 (0x2) +T4AF4 004:809.562 JLINK_ReadMemEx(0x080054CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.582 -- Read from C cache (2 bytes @ 0x080054CE) +T4AF4 004:809.606 Data: 48 40 +T4AF4 004:809.641 - 0.087ms returns 2 (0x2) +T4AF4 004:809.665 JLINK_ReadMemEx(0x080054CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.684 -- Read from C cache (2 bytes @ 0x080054CE) +T4AF4 004:809.709 Data: 48 40 +T4AF4 004:809.734 - 0.077ms returns 2 (0x2) +T4AF4 004:809.757 JLINK_ReadMemEx(0x080054D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:809.776 -- Read from C cache (60 bytes @ 0x080054D0) +T4AF4 004:809.802 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... +T4AF4 004:809.826 - 0.077ms returns 60 (0x3C) +T4AF4 004:809.847 JLINK_ReadMemEx(0x080054D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:809.865 -- Read from C cache (2 bytes @ 0x080054D0) +T4AF4 004:809.890 Data: 02 90 +T4AF4 004:809.914 - 0.079ms returns 2 (0x2) +T4AF4 004:809.940 JLINK_ReadMemEx(0x080054D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:809.958 -- Read from C cache (60 bytes @ 0x080054D0) +T4AF4 004:809.984 Data: 02 90 00 20 00 90 FF E7 00 98 07 28 15 DC FF E7 ... +T4AF4 004:810.007 - 0.075ms returns 60 (0x3C) +T4AF4 004:810.029 JLINK_ReadMemEx(0x080054D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.047 -- Read from C cache (2 bytes @ 0x080054D0) +T4AF4 004:810.072 Data: 02 90 +T4AF4 004:810.096 - 0.074ms returns 2 (0x2) +T4AF4 004:810.117 JLINK_ReadMemEx(0x080054D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.135 -- Read from C cache (2 bytes @ 0x080054D2) +T4AF4 004:810.160 Data: 00 20 +T4AF4 004:810.184 - 0.075ms returns 2 (0x2) +T4AF4 004:810.206 JLINK_ReadMemEx(0x080054D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.224 -- Read from C cache (2 bytes @ 0x080054D2) +T4AF4 004:810.249 Data: 00 20 +T4AF4 004:810.273 - 0.075ms returns 2 (0x2) +T4AF4 004:810.295 JLINK_ReadMemEx(0x080054D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:810.313 -- Read from C cache (60 bytes @ 0x080054D4) +T4AF4 004:810.338 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... +T4AF4 004:810.362 - 0.075ms returns 60 (0x3C) +T4AF4 004:810.384 JLINK_ReadMemEx(0x080054D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.401 -- Read from C cache (2 bytes @ 0x080054D4) +T4AF4 004:810.426 Data: 00 90 +T4AF4 004:810.450 - 0.074ms returns 2 (0x2) +T4AF4 004:810.472 JLINK_ReadMemEx(0x080054D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:810.490 -- Read from C cache (60 bytes @ 0x080054D4) +T4AF4 004:810.515 Data: 00 90 FF E7 00 98 07 28 15 DC FF E7 9D F8 08 00 ... +T4AF4 004:810.539 - 0.075ms returns 60 (0x3C) +T4AF4 004:810.561 JLINK_ReadMemEx(0x080054D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.579 -- Read from C cache (2 bytes @ 0x080054D4) +T4AF4 004:810.603 Data: 00 90 +T4AF4 004:810.627 - 0.074ms returns 2 (0x2) +T4AF4 004:810.649 JLINK_ReadMemEx(0x080054D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.667 -- Read from C cache (2 bytes @ 0x080054D6) +T4AF4 004:810.691 Data: FF E7 +T4AF4 004:810.716 - 0.075ms returns 2 (0x2) +T4AF4 004:810.738 JLINK_ReadMemEx(0x080054D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.756 -- Read from C cache (2 bytes @ 0x080054D6) +T4AF4 004:810.780 Data: FF E7 +T4AF4 004:810.804 - 0.074ms returns 2 (0x2) +T4AF4 004:810.826 JLINK_ReadMemEx(0x080054D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:810.844 -- Read from C cache (60 bytes @ 0x080054D8) +T4AF4 004:810.869 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... +T4AF4 004:810.893 - 0.075ms returns 60 (0x3C) +T4AF4 004:810.916 JLINK_ReadMemEx(0x080054D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:810.936 -- Read from C cache (2 bytes @ 0x080054D8) +T4AF4 004:810.961 Data: 00 98 +T4AF4 004:810.985 - 0.077ms returns 2 (0x2) +T4AF4 004:811.007 JLINK_ReadMemEx(0x080054D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:811.025 -- Read from C cache (60 bytes @ 0x080054D8) +T4AF4 004:811.051 Data: 00 98 07 28 15 DC FF E7 9D F8 08 00 C0 07 38 B1 ... +T4AF4 004:811.075 - 0.076ms returns 60 (0x3C) +T4AF4 004:811.096 JLINK_ReadMemEx(0x080054D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.114 -- Read from C cache (2 bytes @ 0x080054D8) +T4AF4 004:811.139 Data: 00 98 +T4AF4 004:811.167 - 0.079ms returns 2 (0x2) +T4AF4 004:811.189 JLINK_ReadMemEx(0x080054DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.207 -- Read from C cache (2 bytes @ 0x080054DA) +T4AF4 004:811.232 Data: 07 28 +T4AF4 004:811.256 - 0.075ms returns 2 (0x2) +T4AF4 004:811.278 JLINK_ReadMemEx(0x080054DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.296 -- Read from C cache (2 bytes @ 0x080054DA) +T4AF4 004:811.320 Data: 07 28 +T4AF4 004:811.344 - 0.075ms returns 2 (0x2) +T4AF4 004:811.366 JLINK_ReadMemEx(0x080054DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:811.384 -- Read from C cache (60 bytes @ 0x080054DC) +T4AF4 004:811.409 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... +T4AF4 004:811.433 - 0.075ms returns 60 (0x3C) +T4AF4 004:811.455 JLINK_ReadMemEx(0x080054DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.473 -- Read from C cache (2 bytes @ 0x080054DC) +T4AF4 004:811.498 Data: 15 DC +T4AF4 004:811.522 - 0.075ms returns 2 (0x2) +T4AF4 004:811.544 JLINK_ReadMemEx(0x080054DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:811.562 -- Read from C cache (60 bytes @ 0x080054DC) +T4AF4 004:811.588 Data: 15 DC FF E7 9D F8 08 00 C0 07 38 B1 FF E7 02 99 ... +T4AF4 004:811.612 - 0.075ms returns 60 (0x3C) +T4AF4 004:811.633 JLINK_ReadMemEx(0x080054DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.651 -- Read from C cache (2 bytes @ 0x080054DC) +T4AF4 004:811.676 Data: 15 DC +T4AF4 004:811.700 - 0.075ms returns 2 (0x2) +T4AF4 004:811.722 JLINK_ReadMemEx(0x080054DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.739 -- Read from C cache (2 bytes @ 0x080054DE) +T4AF4 004:811.764 Data: FF E7 +T4AF4 004:811.788 - 0.074ms returns 2 (0x2) +T4AF4 004:811.810 JLINK_ReadMemEx(0x080054DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:811.827 -- Read from C cache (2 bytes @ 0x080054DE) +T4AF4 004:811.852 Data: FF E7 +T4AF4 004:811.876 - 0.074ms returns 2 (0x2) +T4AF4 004:811.897 JLINK_ReadMemEx(0x080054E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:811.916 -- Read from C cache (60 bytes @ 0x080054E0) +T4AF4 004:811.946 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... +T4AF4 004:811.970 - 0.081ms returns 60 (0x3C) +T4AF4 004:811.992 JLINK_ReadMemEx(0x080054E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.009 -- Read from C cache (2 bytes @ 0x080054E0) +T4AF4 004:812.034 Data: 9D F8 +T4AF4 004:812.058 - 0.074ms returns 2 (0x2) +T4AF4 004:812.080 JLINK_ReadMemEx(0x080054E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:812.098 -- Read from C cache (60 bytes @ 0x080054E0) +T4AF4 004:812.123 Data: 9D F8 08 00 C0 07 38 B1 FF E7 02 99 4A F2 01 00 ... +T4AF4 004:812.147 - 0.075ms returns 60 (0x3C) +T4AF4 004:812.168 JLINK_ReadMemEx(0x080054E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.186 -- Read from C cache (2 bytes @ 0x080054E0) +T4AF4 004:812.210 Data: 9D F8 +T4AF4 004:812.234 - 0.074ms returns 2 (0x2) +T4AF4 004:812.256 JLINK_ReadMemEx(0x080054E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.273 -- Read from C cache (2 bytes @ 0x080054E2) +T4AF4 004:812.298 Data: 08 00 +T4AF4 004:812.322 - 0.074ms returns 2 (0x2) +T4AF4 004:812.344 JLINK_ReadMemEx(0x080054E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:812.362 -- Read from C cache (60 bytes @ 0x080054E4) +T4AF4 004:812.387 Data: C0 07 38 B1 FF E7 02 99 4A F2 01 00 80 EA 61 00 ... +T4AF4 004:812.411 - 0.075ms returns 60 (0x3C) +T4AF4 004:812.433 JLINK_ReadMemEx(0x080054E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.450 -- Read from C cache (2 bytes @ 0x080054E4) +T4AF4 004:812.475 Data: C0 07 +T4AF4 004:812.499 - 0.074ms returns 2 (0x2) +T4AF4 004:812.520 JLINK_ReadMemEx(0x080054E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.538 -- Read from C cache (2 bytes @ 0x080054E6) +T4AF4 004:812.563 Data: 38 B1 +T4AF4 004:812.587 - 0.074ms returns 2 (0x2) +T4AF4 004:812.609 JLINK_ReadMemEx(0x080054E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.627 -- Read from C cache (2 bytes @ 0x080054E6) +T4AF4 004:812.651 Data: 38 B1 +T4AF4 004:812.675 - 0.074ms returns 2 (0x2) +T4AF4 004:812.697 JLINK_ReadMemEx(0x080054E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:812.719 -- Read from C cache (60 bytes @ 0x080054E8) +T4AF4 004:812.744 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... +T4AF4 004:812.768 - 0.080ms returns 60 (0x3C) +T4AF4 004:812.790 JLINK_ReadMemEx(0x080054E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.808 -- Read from C cache (2 bytes @ 0x080054E8) +T4AF4 004:812.832 Data: FF E7 +T4AF4 004:812.856 - 0.074ms returns 2 (0x2) +T4AF4 004:812.878 JLINK_ReadMemEx(0x080054E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:812.896 -- Read from C cache (60 bytes @ 0x080054E8) +T4AF4 004:812.925 Data: FF E7 02 99 4A F2 01 00 80 EA 61 00 02 90 03 E0 ... +T4AF4 004:812.949 - 0.079ms returns 60 (0x3C) +T4AF4 004:812.970 JLINK_ReadMemEx(0x080054E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:812.988 -- Read from C cache (2 bytes @ 0x080054E8) +T4AF4 004:813.012 Data: FF E7 +T4AF4 004:813.036 - 0.074ms returns 2 (0x2) +T4AF4 004:813.058 JLINK_ReadMemEx(0x080054EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.076 -- Read from C cache (2 bytes @ 0x080054EA) +T4AF4 004:813.100 Data: 02 99 +T4AF4 004:813.124 - 0.074ms returns 2 (0x2) +T4AF4 004:813.146 JLINK_ReadMemEx(0x080054EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.164 -- Read from C cache (2 bytes @ 0x080054EA) +T4AF4 004:813.189 Data: 02 99 +T4AF4 004:813.213 - 0.074ms returns 2 (0x2) +T4AF4 004:813.234 JLINK_ReadMemEx(0x080054EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:813.252 -- Read from C cache (60 bytes @ 0x080054EC) +T4AF4 004:813.277 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... +T4AF4 004:813.301 - 0.075ms returns 60 (0x3C) +T4AF4 004:813.322 JLINK_ReadMemEx(0x080054EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.340 -- Read from C cache (2 bytes @ 0x080054EC) +T4AF4 004:813.364 Data: 4A F2 +T4AF4 004:813.388 - 0.074ms returns 2 (0x2) +T4AF4 004:813.410 JLINK_ReadMemEx(0x080054EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:813.428 -- Read from C cache (60 bytes @ 0x080054EC) +T4AF4 004:813.454 Data: 4A F2 01 00 80 EA 61 00 02 90 03 E0 02 98 40 10 ... +T4AF4 004:813.477 - 0.075ms returns 60 (0x3C) +T4AF4 004:813.499 JLINK_ReadMemEx(0x080054EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.517 -- Read from C cache (2 bytes @ 0x080054EC) +T4AF4 004:813.541 Data: 4A F2 +T4AF4 004:813.565 - 0.074ms returns 2 (0x2) +T4AF4 004:813.586 JLINK_ReadMemEx(0x080054EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.604 -- Read from C cache (2 bytes @ 0x080054EE) +T4AF4 004:813.629 Data: 01 00 +T4AF4 004:813.653 - 0.074ms returns 2 (0x2) +T4AF4 004:813.675 JLINK_ReadMemEx(0x080054F0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:813.693 -- Read from C cache (60 bytes @ 0x080054F0) +T4AF4 004:813.718 Data: 80 EA 61 00 02 90 03 E0 02 98 40 10 02 90 FF E7 ... +T4AF4 004:813.742 - 0.075ms returns 60 (0x3C) +T4AF4 004:813.763 JLINK_ReadMemEx(0x080054F0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.781 -- Read from C cache (2 bytes @ 0x080054F0) +T4AF4 004:813.806 Data: 80 EA +T4AF4 004:813.830 - 0.074ms returns 2 (0x2) +T4AF4 004:813.851 JLINK_ReadMemEx(0x080054F2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:813.869 -- Read from C cache (2 bytes @ 0x080054F2) +T4AF4 004:813.893 Data: 61 00 +T4AF4 004:813.918 - 0.078ms returns 2 (0x2) +T4AF4 004:813.944 JLINK_ReadMemEx(0x080054F4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:813.962 -- Read from C cache (60 bytes @ 0x080054F4) +T4AF4 004:813.987 Data: 02 90 03 E0 02 98 40 10 02 90 FF E7 FF E7 00 98 ... +T4AF4 004:814.011 - 0.075ms returns 60 (0x3C) +T4AF4 004:814.033 JLINK_ReadMemEx(0x080054F4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.050 -- Read from C cache (2 bytes @ 0x080054F4) +T4AF4 004:814.075 Data: 02 90 +T4AF4 004:814.099 - 0.074ms returns 2 (0x2) +T4AF4 004:814.120 JLINK_ReadMemEx(0x080054F6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.138 -- Read from C cache (2 bytes @ 0x080054F6) +T4AF4 004:814.163 Data: 03 E0 +T4AF4 004:814.187 - 0.074ms returns 2 (0x2) +T4AF4 004:814.208 JLINK_ReadMemEx(0x080054F6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.231 -- Read from C cache (2 bytes @ 0x080054F6) +T4AF4 004:814.255 Data: 03 E0 +T4AF4 004:814.279 - 0.079ms returns 2 (0x2) +T4AF4 004:814.301 JLINK_ReadMemEx(0x080054F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:814.319 -- Read from C cache (60 bytes @ 0x080054F8) +T4AF4 004:814.344 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... +T4AF4 004:814.368 - 0.075ms returns 60 (0x3C) +T4AF4 004:814.390 JLINK_ReadMemEx(0x080054F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.408 -- Read from C cache (2 bytes @ 0x080054F8) +T4AF4 004:814.432 Data: 02 98 +T4AF4 004:814.456 - 0.074ms returns 2 (0x2) +T4AF4 004:814.478 JLINK_ReadMemEx(0x080054F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:814.496 -- Read from C cache (60 bytes @ 0x080054F8) +T4AF4 004:814.521 Data: 02 98 40 10 02 90 FF E7 FF E7 00 98 01 30 00 90 ... +T4AF4 004:814.545 - 0.075ms returns 60 (0x3C) +T4AF4 004:814.567 JLINK_ReadMemEx(0x080054F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.584 -- Read from C cache (2 bytes @ 0x080054F8) +T4AF4 004:814.609 Data: 02 98 +T4AF4 004:814.633 - 0.074ms returns 2 (0x2) +T4AF4 004:814.655 JLINK_ReadMemEx(0x080054FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.672 -- Read from C cache (2 bytes @ 0x080054FA) +T4AF4 004:814.697 Data: 40 10 +T4AF4 004:814.721 - 0.074ms returns 2 (0x2) +T4AF4 004:814.743 JLINK_ReadMemEx(0x080054FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.761 -- Read from C cache (2 bytes @ 0x080054FA) +T4AF4 004:814.785 Data: 40 10 +T4AF4 004:814.809 - 0.074ms returns 2 (0x2) +T4AF4 004:814.831 JLINK_ReadMemEx(0x080054FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:814.848 -- Read from C cache (60 bytes @ 0x080054FC) +T4AF4 004:814.874 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 FF E7 ... +T4AF4 004:814.897 - 0.075ms returns 60 (0x3C) +T4AF4 004:814.925 JLINK_ReadMemEx(0x080054FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:814.942 -- Read from C cache (2 bytes @ 0x080054FC) +T4AF4 004:814.967 Data: 02 90 +T4AF4 004:814.991 - 0.074ms returns 2 (0x2) +T4AF4 004:815.013 JLINK_ReadMemEx(0x080054FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:815.031 -- Read from C cache (60 bytes @ 0x080054FC) +T4AF4 004:815.056 Data: 02 90 FF E7 FF E7 00 98 01 30 00 90 E6 E7 FF E7 ... +T4AF4 004:815.080 - 0.075ms returns 60 (0x3C) +T4AF4 004:815.101 JLINK_ReadMemEx(0x080054FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.119 -- Read from C cache (2 bytes @ 0x080054FC) +T4AF4 004:815.143 Data: 02 90 +T4AF4 004:815.167 - 0.074ms returns 2 (0x2) +T4AF4 004:815.189 JLINK_ReadMemEx(0x080054FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.207 -- Read from C cache (2 bytes @ 0x080054FE) +T4AF4 004:815.231 Data: FF E7 +T4AF4 004:815.255 - 0.074ms returns 2 (0x2) +T4AF4 004:815.277 JLINK_ReadMemEx(0x080054FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.295 -- Read from C cache (2 bytes @ 0x080054FE) +T4AF4 004:815.319 Data: FF E7 +T4AF4 004:815.343 - 0.074ms returns 2 (0x2) +T4AF4 004:815.365 JLINK_ReadMemEx(0x08005500, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:815.383 -- Read from C cache (60 bytes @ 0x08005500) +T4AF4 004:815.408 Data: FF E7 00 98 01 30 00 90 E6 E7 FF E7 01 98 01 30 ... +T4AF4 004:815.432 - 0.075ms returns 60 (0x3C) +T4AF4 004:815.454 JLINK_ReadMemEx(0x08005500, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.471 -- Read from C cache (2 bytes @ 0x08005500) +T4AF4 004:815.496 Data: FF E7 +T4AF4 004:815.521 - 0.076ms returns 2 (0x2) +T4AF4 004:815.543 JLINK_ReadMemEx(0x08005500, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:815.561 -- Read from C cache (60 bytes @ 0x08005500) +T4AF4 004:815.586 Data: FF E7 00 98 01 30 00 90 E6 E7 FF E7 01 98 01 30 ... +T4AF4 004:815.610 - 0.075ms returns 60 (0x3C) +T4AF4 004:815.638 JLINK_ReadMemEx(0x08005500, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.653 -- Read from C cache (2 bytes @ 0x08005500) +T4AF4 004:815.674 Data: FF E7 +T4AF4 004:815.694 - 0.063ms returns 2 (0x2) +T4AF4 004:815.713 JLINK_ReadMemEx(0x08005502, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.732 -- Read from C cache (2 bytes @ 0x08005502) +T4AF4 004:815.752 Data: 00 98 +T4AF4 004:815.773 - 0.067ms returns 2 (0x2) +T4AF4 004:815.792 JLINK_ReadMemEx(0x08005502, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.807 -- Read from C cache (2 bytes @ 0x08005502) +T4AF4 004:815.828 Data: 00 98 +T4AF4 004:815.848 - 0.063ms returns 2 (0x2) +T4AF4 004:815.866 JLINK_ReadMemEx(0x08005504, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:815.882 -- Read from C cache (60 bytes @ 0x08005504) +T4AF4 004:815.903 Data: 01 30 00 90 E6 E7 FF E7 01 98 01 30 01 90 AE E7 ... +T4AF4 004:815.926 - 0.066ms returns 60 (0x3C) +T4AF4 004:815.945 JLINK_ReadMemEx(0x08005504, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:815.960 -- Read from C cache (2 bytes @ 0x08005504) +T4AF4 004:815.981 Data: 01 30 +T4AF4 004:816.001 - 0.063ms returns 2 (0x2) +T4AF4 004:816.020 JLINK_ReadMemEx(0x08005504, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:816.035 -- Read from C cache (60 bytes @ 0x08005504) +T4AF4 004:816.056 Data: 01 30 00 90 E6 E7 FF E7 01 98 01 30 01 90 AE E7 ... +T4AF4 004:816.077 - 0.063ms returns 60 (0x3C) +T4AF4 004:816.095 JLINK_ReadMemEx(0x08005504, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:816.110 -- Read from C cache (2 bytes @ 0x08005504) +T4AF4 004:816.130 Data: 01 30 +T4AF4 004:816.151 - 0.063ms returns 2 (0x2) +T4AF4 004:816.169 JLINK_ReadMemEx(0x08005506, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:816.184 -- Read from C cache (2 bytes @ 0x08005506) +T4AF4 004:816.205 Data: 00 90 +T4AF4 004:816.225 - 0.063ms returns 2 (0x2) +T4AF4 004:816.244 JLINK_ReadMemEx(0x08005506, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:816.259 -- Read from C cache (2 bytes @ 0x08005506) +T4AF4 004:816.280 Data: 00 90 +T4AF4 004:816.300 - 0.063ms returns 2 (0x2) +T4AF4 004:816.319 JLINK_ReadMemEx(0x08005508, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:816.337 CPU_ReadMem(64 bytes @ 0x08005540) +T4AF4 004:817.897 -- Updating C cache (64 bytes @ 0x08005540) +T4AF4 004:817.941 -- Read from C cache (60 bytes @ 0x08005508) +T4AF4 004:817.974 Data: E6 E7 FF E7 01 98 01 30 01 90 AE E7 02 98 05 B0 ... +T4AF4 004:818.001 - 1.690ms returns 60 (0x3C) +T4AF4 004:818.026 JLINK_ReadMemEx(0x08005508, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.045 -- Read from C cache (2 bytes @ 0x08005508) +T4AF4 004:818.070 Data: E6 E7 +T4AF4 004:818.095 - 0.077ms returns 2 (0x2) +T4AF4 004:818.118 JLINK_ReadMemEx(0x08005508, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:818.137 -- Read from C cache (60 bytes @ 0x08005508) +T4AF4 004:818.162 Data: E6 E7 FF E7 01 98 01 30 01 90 AE E7 02 98 05 B0 ... +T4AF4 004:818.186 - 0.075ms returns 60 (0x3C) +T4AF4 004:818.207 JLINK_ReadMemEx(0x08005508, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.225 -- Read from C cache (2 bytes @ 0x08005508) +T4AF4 004:818.249 Data: E6 E7 +T4AF4 004:818.273 - 0.074ms returns 2 (0x2) +T4AF4 004:818.295 JLINK_ReadMemEx(0x0800550A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.313 -- Read from C cache (2 bytes @ 0x0800550A) +T4AF4 004:818.337 Data: FF E7 +T4AF4 004:818.361 - 0.074ms returns 2 (0x2) +T4AF4 004:818.387 JLINK_ReadMemEx(0x0800550A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.404 -- Read from C cache (2 bytes @ 0x0800550A) +T4AF4 004:818.429 Data: FF E7 +T4AF4 004:818.453 - 0.074ms returns 2 (0x2) +T4AF4 004:818.474 JLINK_ReadMemEx(0x0800550C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:818.492 -- Read from C cache (60 bytes @ 0x0800550C) +T4AF4 004:818.517 Data: 01 98 01 30 01 90 AE E7 02 98 05 B0 70 47 00 00 ... +T4AF4 004:818.541 - 0.075ms returns 60 (0x3C) +T4AF4 004:818.562 JLINK_ReadMemEx(0x0800550C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.580 -- Read from C cache (2 bytes @ 0x0800550C) +T4AF4 004:818.605 Data: 01 98 +T4AF4 004:818.628 - 0.074ms returns 2 (0x2) +T4AF4 004:818.650 JLINK_ReadMemEx(0x0800550C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:818.668 -- Read from C cache (60 bytes @ 0x0800550C) +T4AF4 004:818.693 Data: 01 98 01 30 01 90 AE E7 02 98 05 B0 70 47 00 00 ... +T4AF4 004:818.726 - 0.084ms returns 60 (0x3C) +T4AF4 004:818.748 JLINK_ReadMemEx(0x0800550C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.766 -- Read from C cache (2 bytes @ 0x0800550C) +T4AF4 004:818.790 Data: 01 98 +T4AF4 004:818.814 - 0.074ms returns 2 (0x2) +T4AF4 004:818.836 JLINK_ReadMemEx(0x0800550E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.853 -- Read from C cache (2 bytes @ 0x0800550E) +T4AF4 004:818.878 Data: 01 30 +T4AF4 004:818.902 - 0.074ms returns 2 (0x2) +T4AF4 004:818.925 JLINK_ReadMemEx(0x0800550E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:818.948 -- Read from C cache (2 bytes @ 0x0800550E) +T4AF4 004:818.972 Data: 01 30 +T4AF4 004:818.996 - 0.080ms returns 2 (0x2) +T4AF4 004:819.018 JLINK_ReadMemEx(0x08005510, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:819.036 -- Read from C cache (60 bytes @ 0x08005510) +T4AF4 004:819.061 Data: 01 90 AE E7 02 98 05 B0 70 47 00 00 80 B5 92 B0 ... +T4AF4 004:819.085 - 0.075ms returns 60 (0x3C) +T4AF4 004:819.106 JLINK_ReadMemEx(0x08005510, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.124 -- Read from C cache (2 bytes @ 0x08005510) +T4AF4 004:819.148 Data: 01 90 +T4AF4 004:819.172 - 0.074ms returns 2 (0x2) +T4AF4 004:819.194 JLINK_ReadMemEx(0x08005510, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:819.212 -- Read from C cache (60 bytes @ 0x08005510) +T4AF4 004:819.237 Data: 01 90 AE E7 02 98 05 B0 70 47 00 00 80 B5 92 B0 ... +T4AF4 004:819.261 - 0.075ms returns 60 (0x3C) +T4AF4 004:819.282 JLINK_ReadMemEx(0x08005510, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.300 -- Read from C cache (2 bytes @ 0x08005510) +T4AF4 004:819.324 Data: 01 90 +T4AF4 004:819.348 - 0.074ms returns 2 (0x2) +T4AF4 004:819.370 JLINK_ReadMemEx(0x08005512, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.387 -- Read from C cache (2 bytes @ 0x08005512) +T4AF4 004:819.412 Data: AE E7 +T4AF4 004:819.436 - 0.074ms returns 2 (0x2) +T4AF4 004:819.458 JLINK_ReadMemEx(0x08005512, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.475 -- Read from C cache (2 bytes @ 0x08005512) +T4AF4 004:819.500 Data: AE E7 +T4AF4 004:819.526 - 0.076ms returns 2 (0x2) +T4AF4 004:819.547 JLINK_ReadMemEx(0x08005514, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:819.565 -- Read from C cache (60 bytes @ 0x08005514) +T4AF4 004:819.590 Data: 02 98 05 B0 70 47 00 00 80 B5 92 B0 00 20 0E 90 ... +T4AF4 004:819.620 - 0.079ms returns 60 (0x3C) +T4AF4 004:819.638 JLINK_ReadMemEx(0x08005514, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.653 -- Read from C cache (2 bytes @ 0x08005514) +T4AF4 004:819.674 Data: 02 98 +T4AF4 004:819.694 - 0.063ms returns 2 (0x2) +T4AF4 004:819.713 JLINK_ReadMemEx(0x08005514, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:819.728 -- Read from C cache (60 bytes @ 0x08005514) +T4AF4 004:819.750 Data: 02 98 05 B0 70 47 00 00 80 B5 92 B0 00 20 0E 90 ... +T4AF4 004:819.770 - 0.064ms returns 60 (0x3C) +T4AF4 004:819.788 JLINK_ReadMemEx(0x08005514, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.803 -- Read from C cache (2 bytes @ 0x08005514) +T4AF4 004:819.824 Data: 02 98 +T4AF4 004:819.845 - 0.063ms returns 2 (0x2) +T4AF4 004:819.863 JLINK_ReadMemEx(0x08005516, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.878 -- Read from C cache (2 bytes @ 0x08005516) +T4AF4 004:819.899 Data: 05 B0 +T4AF4 004:819.919 - 0.063ms returns 2 (0x2) +T4AF4 004:819.938 JLINK_ReadMemEx(0x08005516, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:819.955 -- Read from C cache (2 bytes @ 0x08005516) +T4AF4 004:819.975 Data: 05 B0 +T4AF4 004:819.996 - 0.064ms returns 2 (0x2) +T4AF4 004:820.014 JLINK_ReadMemEx(0x08005518, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:820.029 -- Read from C cache (60 bytes @ 0x08005518) +T4AF4 004:820.051 Data: 70 47 00 00 80 B5 92 B0 00 20 0E 90 10 90 FC F7 ... +T4AF4 004:820.071 - 0.064ms returns 60 (0x3C) +T4AF4 004:820.089 JLINK_ReadMemEx(0x08005518, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:820.104 -- Read from C cache (2 bytes @ 0x08005518) +T4AF4 004:820.125 Data: 70 47 +T4AF4 004:820.145 - 0.065ms returns 2 (0x2) +T4AF4 004:820.168 JLINK_ReadMemEx(0x08005518, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:820.183 -- Read from C cache (60 bytes @ 0x08005518) +T4AF4 004:820.205 Data: 70 47 00 00 80 B5 92 B0 00 20 0E 90 10 90 FC F7 ... +T4AF4 004:820.225 - 0.064ms returns 60 (0x3C) +T4AF4 004:820.243 JLINK_ReadMemEx(0x08005518, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:820.258 -- Read from C cache (2 bytes @ 0x08005518) +T4AF4 004:820.279 Data: 70 47 +T4AF4 004:820.299 - 0.063ms returns 2 (0x2) +T4AF4 004:820.318 JLINK_ReadMemEx(0x0800551A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:820.333 -- Read from C cache (2 bytes @ 0x0800551A) +T4AF4 004:820.354 Data: 00 00 +T4AF4 004:820.374 - 0.063ms returns 2 (0x2) +T4AF4 004:820.394 JLINK_ReadMemEx(0x0800551A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:820.409 -- Read from C cache (2 bytes @ 0x0800551A) +T4AF4 004:820.429 Data: 00 00 +T4AF4 004:820.450 - 0.063ms returns 2 (0x2) +T4AF4 004:820.468 JLINK_ReadMemEx(0x0800551C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 004:820.483 -- Read from C cache (60 bytes @ 0x0800551C) +T4AF4 004:820.505 Data: 80 B5 92 B0 00 20 0E 90 10 90 FC F7 2F FF FF F7 ... +T4AF4 004:820.525 - 0.064ms returns 60 (0x3C) +T4AF4 004:820.543 JLINK_ReadMemEx(0x0800551C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 004:820.558 -- Read from C cache (2 bytes @ 0x0800551C) +T4AF4 004:820.579 Data: 80 B5 +T4AF4 004:820.600 - 0.063ms returns 2 (0x2) +T54B0 008:489.159 JLINK_ReadMemEx(0x0800551C, 0x3C Bytes, Flags = 0x02000000) +T54B0 008:489.212 -- Read from C cache (60 bytes @ 0x0800551C) +T54B0 008:489.243 Data: 80 B5 92 B0 00 20 0E 90 10 90 FC F7 2F FF FF F7 ... +T54B0 008:489.271 - 0.120ms returns 60 (0x3C) +T54B0 008:489.292 JLINK_ReadMemEx(0x0800551C, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:489.313 -- Read from C cache (2 bytes @ 0x0800551C) +T54B0 008:489.345 Data: 80 B5 +T54B0 008:489.377 - 0.096ms returns 2 (0x2) +T54B0 008:489.404 JLINK_ReadMemEx(0x0800551E, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:489.430 -- Read from C cache (2 bytes @ 0x0800551E) +T54B0 008:489.464 Data: 92 B0 +T54B0 008:489.488 - 0.092ms returns 2 (0x2) +T54B0 008:489.509 JLINK_ReadMemEx(0x0800551C, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:489.527 -- Read from C cache (2 bytes @ 0x0800551C) +T54B0 008:489.551 Data: 80 B5 +T54B0 008:489.576 - 0.075ms returns 2 (0x2) +T54B0 008:489.596 JLINK_HasError() +T54B0 008:489.618 JLINK_Step() +T54B0 008:490.741 -- Read from C cache (2 bytes @ 0x0800551C) +T54B0 008:490.798 CPU_ReadMem(4 bytes @ 0xE000ED18) +T54B0 008:491.206 CPU_WriteMem(4 bytes @ 0xE000ED18) +T54B0 008:491.606 CPU_ReadMem(4 bytes @ 0xE000ED18) +T54B0 008:492.077 CPU_WriteMem(4 bytes @ 0xE000ED18) +T54B0 008:492.474 CPU_WriteMem(8 bytes @ 0x20000FD0) +T54B0 008:492.841 -- Simulated +T54B0 008:492.867 - 3.257ms returns 0 +T54B0 008:492.890 JLINK_HasError() +T54B0 008:492.910 JLINK_ReadReg(R15 (PC)) +T54B0 008:492.929 - 0.027ms returns 0x0800551E +T54B0 008:492.948 JLINK_ReadReg(XPSR) +T54B0 008:492.965 - 0.025ms returns 0x21000000 +T54B0 008:492.994 JLINK_ReadMemEx(0x0800551E, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:493.013 -- Read from C cache (2 bytes @ 0x0800551E) +T54B0 008:493.038 Data: 92 B0 +T54B0 008:493.061 - 0.075ms returns 2 (0x2) +T54B0 008:493.081 JLINK_ReadMemEx(0x08005520, 0x3C Bytes, Flags = 0x02000000) +T54B0 008:493.099 -- Read from C cache (60 bytes @ 0x08005520) +T54B0 008:493.124 Data: 00 20 0E 90 10 90 FC F7 2F FF FF F7 C9 FB FE F7 ... +T54B0 008:493.148 - 0.075ms returns 60 (0x3C) +T54B0 008:493.166 JLINK_ReadMemEx(0x08005520, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:493.184 -- Read from C cache (2 bytes @ 0x08005520) +T54B0 008:493.208 Data: 00 20 +T54B0 008:493.232 - 0.073ms returns 2 (0x2) +T54B0 008:493.251 JLINK_HasError() +T54B0 008:493.270 JLINK_Step() +T54B0 008:493.288 -- Read from C cache (2 bytes @ 0x0800551E) +T54B0 008:493.313 -- Simulated +T54B0 008:493.337 - 0.075ms returns 0 +T54B0 008:493.356 JLINK_HasError() +T54B0 008:493.375 JLINK_ReadReg(R15 (PC)) +T54B0 008:493.485 - 0.119ms returns 0x08005520 +T54B0 008:493.505 JLINK_ReadReg(XPSR) +T54B0 008:493.523 - 0.026ms returns 0x21000000 +T54B0 008:493.544 JLINK_ReadMemEx(0x08005520, 0x3C Bytes, Flags = 0x02000000) +T54B0 008:493.562 -- Read from C cache (60 bytes @ 0x08005520) +T54B0 008:493.587 Data: 00 20 0E 90 10 90 FC F7 2F FF FF F7 C9 FB FE F7 ... +T54B0 008:493.611 - 0.075ms returns 60 (0x3C) +T54B0 008:493.629 JLINK_ReadMemEx(0x08005520, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:493.647 -- Read from C cache (2 bytes @ 0x08005520) +T54B0 008:493.732 Data: 00 20 +T54B0 008:493.756 - 0.135ms returns 2 (0x2) +T54B0 008:493.775 JLINK_ReadMemEx(0x08005522, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:493.793 -- Read from C cache (2 bytes @ 0x08005522) +T54B0 008:493.817 Data: 0E 90 +T54B0 008:493.840 - 0.073ms returns 2 (0x2) +T54B0 008:493.859 JLINK_HasError() +T54B0 008:493.878 JLINK_Step() +T54B0 008:493.895 -- Read from C cache (2 bytes @ 0x08005520) +T54B0 008:493.921 -- Simulated +T54B0 008:493.945 - 0.075ms returns 0 +T54B0 008:493.963 JLINK_HasError() +T54B0 008:493.982 JLINK_ReadReg(R15 (PC)) +T54B0 008:493.999 - 0.025ms returns 0x08005522 +T54B0 008:494.018 JLINK_ReadReg(XPSR) +T54B0 008:494.035 - 0.025ms returns 0x61000000 +T54B0 008:494.056 JLINK_ReadMemEx(0x08005522, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:494.073 -- Read from C cache (2 bytes @ 0x08005522) +T54B0 008:494.103 Data: 0E 90 +T54B0 008:494.144 - 0.101ms returns 2 (0x2) +T54B0 008:494.171 JLINK_ReadMemEx(0x08005524, 0x3C Bytes, Flags = 0x02000000) +T54B0 008:494.192 -- Read from C cache (60 bytes @ 0x08005524) +T54B0 008:494.217 Data: 10 90 FC F7 2F FF FF F7 C9 FB FE F7 91 FD FE F7 ... +T54B0 008:494.240 - 0.077ms returns 60 (0x3C) +T54B0 008:494.259 JLINK_ReadMemEx(0x08005524, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:494.277 -- Read from C cache (2 bytes @ 0x08005524) +T54B0 008:494.301 Data: 10 90 +T54B0 008:494.324 - 0.073ms returns 2 (0x2) +T54B0 008:494.343 JLINK_HasError() +T54B0 008:494.362 JLINK_Step() +T54B0 008:494.380 -- Read from C cache (2 bytes @ 0x08005522) +T54B0 008:494.410 CPU_WriteMem(4 bytes @ 0x20000FC0) +T54B0 008:495.495 -- Simulated +T54B0 008:495.533 - 1.183ms returns 0 +T54B0 008:495.569 JLINK_HasError() +T54B0 008:495.598 JLINK_ReadReg(R15 (PC)) +T54B0 008:495.622 - 0.036ms returns 0x08005524 +T54B0 008:495.652 JLINK_ReadReg(XPSR) +T54B0 008:495.679 - 0.035ms returns 0x61000000 +T54B0 008:495.762 JLINK_ReadMemEx(0x08005524, 0x3C Bytes, Flags = 0x02000000) +T54B0 008:495.805 -- Read from C cache (60 bytes @ 0x08005524) +T54B0 008:495.832 Data: 10 90 FC F7 2F FF FF F7 C9 FB FE F7 91 FD FE F7 ... +T54B0 008:495.856 - 0.102ms returns 60 (0x3C) +T54B0 008:495.876 JLINK_ReadMemEx(0x08005524, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:495.894 -- Read from C cache (2 bytes @ 0x08005524) +T54B0 008:495.919 Data: 10 90 +T54B0 008:495.944 - 0.076ms returns 2 (0x2) +T54B0 008:495.964 JLINK_ReadMemEx(0x08005526, 0x2 Bytes, Flags = 0x02000000) +T54B0 008:495.982 -- Read from C cache (2 bytes @ 0x08005526) +T54B0 008:496.007 Data: FC F7 +T54B0 008:496.031 - 0.075ms returns 2 (0x2) +T54B0 008:496.052 JLINK_HasError() +T54B0 008:496.072 JLINK_Step() +T54B0 008:496.095 -- Read from C cache (2 bytes @ 0x08005524) +T54B0 008:496.132 CPU_WriteMem(4 bytes @ 0x20000FC8) +T54B0 008:497.248 -- Simulated +T54B0 008:497.277 - 1.214ms returns 0 +T54B0 008:497.299 JLINK_HasError() +T54B0 008:497.319 JLINK_ReadReg(R15 (PC)) +T54B0 008:497.339 - 0.029ms returns 0x08005526 +T54B0 008:497.359 JLINK_ReadReg(XPSR) +T54B0 008:497.377 - 0.026ms returns 0x61000000 +T54B0 008:497.948 JLINK_HasError() +T54B0 008:497.994 JLINK_ReadReg(R0) +T54B0 008:498.019 - 0.034ms returns 0x00000000 +T54B0 008:498.040 JLINK_ReadReg(R1) +T54B0 008:498.058 - 0.026ms returns 0x20000BD8 +T54B0 008:498.078 JLINK_ReadReg(R2) +T54B0 008:498.095 - 0.026ms returns 0x20000BD8 +T54B0 008:498.115 JLINK_ReadReg(R3) +T54B0 008:498.132 - 0.026ms returns 0x20000BD8 +T54B0 008:498.152 JLINK_ReadReg(R4) +T54B0 008:498.255 - 0.117ms returns 0x00000000 +T54B0 008:498.281 JLINK_ReadReg(R5) +T54B0 008:498.300 - 0.027ms returns 0x20000018 +T54B0 008:498.320 JLINK_ReadReg(R6) +T54B0 008:498.338 - 0.026ms returns 0x00000000 +T54B0 008:498.357 JLINK_ReadReg(R7) +T54B0 008:498.375 - 0.026ms returns 0x00000000 +T54B0 008:498.395 JLINK_ReadReg(R8) +T54B0 008:498.412 - 0.026ms returns 0x00000000 +T54B0 008:498.432 JLINK_ReadReg(R9) +T54B0 008:498.449 - 0.026ms returns 0x20000160 +T54B0 008:498.469 JLINK_ReadReg(R10) +T54B0 008:498.486 - 0.026ms returns 0x08006850 +T54B0 008:498.506 JLINK_ReadReg(R11) +T54B0 008:498.524 - 0.026ms returns 0x00000000 +T54B0 008:498.543 JLINK_ReadReg(R12) +T54B0 008:498.565 - 0.032ms returns 0x20000058 +T54B0 008:498.586 JLINK_ReadReg(R13 (SP)) +T54B0 008:498.605 - 0.027ms returns 0x20000F88 +T54B0 008:498.624 JLINK_ReadReg(R14) +T54B0 008:498.642 - 0.026ms returns 0x080001BB +T54B0 008:498.661 JLINK_ReadReg(R15 (PC)) +T54B0 008:498.710 - 0.061ms returns 0x08005526 +T54B0 008:498.734 JLINK_ReadReg(XPSR) +T54B0 008:498.753 - 0.027ms returns 0x61000000 +T54B0 008:498.772 JLINK_ReadReg(MSP) +T54B0 008:498.790 - 0.026ms returns 0x20000F88 +T54B0 008:498.810 JLINK_ReadReg(PSP) +T54B0 008:498.827 - 0.026ms returns 0x20001000 +T54B0 008:498.847 JLINK_ReadReg(CFBP) +T54B0 008:498.864 - 0.026ms returns 0x00000000 +T4AF4 008:503.499 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:503.548 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 008:505.165 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 008:505.266 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 008:505.308 Data: BB 01 00 08 +T4AF4 008:505.333 - 1.842ms returns 4 (0x4) +T4AF4 008:505.369 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.393 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 008:505.418 Data: 00 00 00 00 +T4AF4 008:505.442 - 0.081ms returns 4 (0x4) +T4AF4 008:505.463 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.482 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 008:505.507 Data: 00 00 00 00 +T4AF4 008:505.531 - 0.077ms returns 4 (0x4) +T4AF4 008:505.551 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.570 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 008:505.595 Data: 00 00 00 00 +T4AF4 008:505.619 - 0.076ms returns 4 (0x4) +T4AF4 008:505.639 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.658 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 008:505.687 Data: 00 00 00 00 +T4AF4 008:505.712 - 0.080ms returns 4 (0x4) +T4AF4 008:505.732 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.751 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 008:505.776 Data: 00 00 00 00 +T4AF4 008:505.800 - 0.076ms returns 4 (0x4) +T4AF4 008:505.820 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 008:505.839 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 008:505.863 Data: 00 00 00 00 +T4AF4 008:505.888 - 0.076ms returns 4 (0x4) +T4AF4 008:505.908 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:505.927 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 008:505.952 Data: 00 00 +T4AF4 008:505.976 - 0.076ms returns 2 (0x2) +T4AF4 008:506.049 JLINK_HasError() +T4AF4 008:506.069 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 008:506.091 Data: A3 08 00 00 +T4AF4 008:506.115 Debug reg: DWT_CYCCNT +T4AF4 008:506.140 - 0.079ms returns 1 (0x1) +T4AF4 008:509.643 JLINK_ReadMemEx(0x0800551C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:509.698 -- Read from C cache (60 bytes @ 0x0800551C) +T4AF4 008:509.726 Data: 80 B5 92 B0 00 20 0E 90 10 90 FC F7 2F FF FF F7 ... +T4AF4 008:509.750 - 0.116ms returns 60 (0x3C) +T4AF4 008:509.771 JLINK_ReadMemEx(0x0800551C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:509.789 -- Read from C cache (2 bytes @ 0x0800551C) +T4AF4 008:509.815 Data: 80 B5 +T4AF4 008:509.840 - 0.078ms returns 2 (0x2) +T4AF4 008:509.860 JLINK_ReadMemEx(0x0800551E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:509.975 -- Read from C cache (2 bytes @ 0x0800551E) +T4AF4 008:510.001 Data: 92 B0 +T4AF4 008:510.022 - 0.169ms returns 2 (0x2) +T4AF4 008:510.039 JLINK_ReadMemEx(0x0800551E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.055 -- Read from C cache (2 bytes @ 0x0800551E) +T4AF4 008:510.076 Data: 92 B0 +T4AF4 008:510.096 - 0.064ms returns 2 (0x2) +T4AF4 008:510.113 JLINK_ReadMemEx(0x08005520, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:510.128 -- Read from C cache (60 bytes @ 0x08005520) +T4AF4 008:510.150 Data: 00 20 0E 90 10 90 FC F7 2F FF FF F7 C9 FB FE F7 ... +T4AF4 008:510.171 - 0.065ms returns 60 (0x3C) +T4AF4 008:510.187 JLINK_ReadMemEx(0x08005520, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.202 -- Read from C cache (2 bytes @ 0x08005520) +T4AF4 008:510.223 Data: 00 20 +T4AF4 008:510.244 - 0.064ms returns 2 (0x2) +T4AF4 008:510.261 JLINK_ReadMemEx(0x08005520, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:510.276 -- Read from C cache (60 bytes @ 0x08005520) +T4AF4 008:510.298 Data: 00 20 0E 90 10 90 FC F7 2F FF FF F7 C9 FB FE F7 ... +T4AF4 008:510.319 - 0.064ms returns 60 (0x3C) +T4AF4 008:510.335 JLINK_ReadMemEx(0x08005520, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.350 -- Read from C cache (2 bytes @ 0x08005520) +T4AF4 008:510.371 Data: 00 20 +T4AF4 008:510.392 - 0.064ms returns 2 (0x2) +T4AF4 008:510.409 JLINK_ReadMemEx(0x08005522, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.424 -- Read from C cache (2 bytes @ 0x08005522) +T4AF4 008:510.445 Data: 0E 90 +T4AF4 008:510.466 - 0.064ms returns 2 (0x2) +T4AF4 008:510.483 JLINK_ReadMemEx(0x08005522, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.498 -- Read from C cache (2 bytes @ 0x08005522) +T4AF4 008:510.519 Data: 0E 90 +T4AF4 008:510.540 - 0.064ms returns 2 (0x2) +T4AF4 008:510.556 JLINK_ReadMemEx(0x08005524, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:510.572 -- Read from C cache (60 bytes @ 0x08005524) +T4AF4 008:510.593 Data: 10 90 FC F7 2F FF FF F7 C9 FB FE F7 91 FD FE F7 ... +T4AF4 008:510.614 - 0.064ms returns 60 (0x3C) +T4AF4 008:510.630 JLINK_ReadMemEx(0x08005524, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.646 -- Read from C cache (2 bytes @ 0x08005524) +T4AF4 008:510.673 Data: 10 90 +T4AF4 008:510.694 - 0.070ms returns 2 (0x2) +T4AF4 008:510.711 JLINK_ReadMemEx(0x08005524, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:510.726 -- Read from C cache (60 bytes @ 0x08005524) +T4AF4 008:510.748 Data: 10 90 FC F7 2F FF FF F7 C9 FB FE F7 91 FD FE F7 ... +T4AF4 008:510.768 - 0.064ms returns 60 (0x3C) +T4AF4 008:510.785 JLINK_ReadMemEx(0x08005524, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.800 -- Read from C cache (2 bytes @ 0x08005524) +T4AF4 008:510.821 Data: 10 90 +T4AF4 008:510.842 - 0.065ms returns 2 (0x2) +T4AF4 008:510.859 JLINK_ReadMemEx(0x08005526, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.874 -- Read from C cache (2 bytes @ 0x08005526) +T4AF4 008:510.895 Data: FC F7 +T4AF4 008:510.916 - 0.064ms returns 2 (0x2) +T4AF4 008:510.955 JLINK_ReadMemEx(0x08005526, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:510.971 -- Read from C cache (2 bytes @ 0x08005526) +T4AF4 008:510.992 Data: FC F7 +T4AF4 008:511.013 - 0.065ms returns 2 (0x2) +T4AF4 008:511.030 JLINK_ReadMemEx(0x08005528, 0x3C Bytes, Flags = 0x02000000) +T4AF4 008:511.045 -- Read from C cache (60 bytes @ 0x08005528) +T4AF4 008:511.067 Data: 2F FF FF F7 C9 FB FE F7 91 FD FE F7 F7 FC FE F7 ... +T4AF4 008:511.088 - 0.065ms returns 60 (0x3C) +T4AF4 008:511.105 JLINK_ReadMemEx(0x08005528, 0x2 Bytes, Flags = 0x02000000) +T4AF4 008:511.120 -- Read from C cache (2 bytes @ 0x08005528) +T4AF4 008:511.141 Data: 2F FF +T4AF4 008:511.162 - 0.064ms returns 2 (0x2) +T54B0 009:359.868 JLINK_ReadMemEx(0x08005526, 0x2 Bytes, Flags = 0x02000000) +T54B0 009:359.918 -- Read from C cache (2 bytes @ 0x08005526) +T54B0 009:359.950 Data: FC F7 +T54B0 009:359.972 - 0.111ms returns 2 (0x2) +T54B0 009:359.989 JLINK_HasError() +T54B0 009:360.007 JLINK_SetBPEx(Addr = 0x0800552A, Type = 0xFFFFFFF2) +T54B0 009:360.029 - 0.034ms returns 0x00000002 +T54B0 009:360.055 JLINK_HasError() +T54B0 009:360.071 JLINK_HasError() +T54B0 009:360.087 JLINK_Go() +T54B0 009:361.108 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 009:361.593 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 009:361.963 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 009:363.215 - 3.165ms +T54B0 009:464.344 JLINK_HasError() +T54B0 009:464.442 JLINK_IsHalted() +T54B0 009:467.769 - 3.369ms returns TRUE +T54B0 009:467.857 JLINK_HasError() +T54B0 009:467.876 JLINK_Halt() +T54B0 009:467.890 - 0.021ms returns 0x00 +T54B0 009:467.908 JLINK_IsHalted() +T54B0 009:467.922 - 0.021ms returns TRUE +T54B0 009:467.940 JLINK_IsHalted() +T54B0 009:467.954 - 0.020ms returns TRUE +T54B0 009:467.972 JLINK_IsHalted() +T54B0 009:467.986 - 0.020ms returns TRUE +T54B0 009:468.004 JLINK_HasError() +T54B0 009:468.022 JLINK_ReadReg(R15 (PC)) +T54B0 009:468.040 - 0.025ms returns 0x0800552A +T54B0 009:468.059 JLINK_ReadReg(XPSR) +T54B0 009:468.073 - 0.021ms returns 0x41000000 +T54B0 009:468.105 JLINK_HasError() +T54B0 009:468.123 JLINK_ClrBPEx(BPHandle = 0x00000002) +T54B0 009:468.148 - 0.033ms returns 0x00 +T54B0 009:468.169 JLINK_HasError() +T54B0 009:468.191 JLINK_HasError() +T54B0 009:468.212 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 009:468.237 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 009:469.322 Data: 03 00 00 00 +T54B0 009:469.348 - 1.145ms returns 1 (0x1) +T54B0 009:469.380 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 009:469.401 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 009:469.819 Data: 00 00 00 00 +T54B0 009:469.847 Debug reg: DWT_FUNC[0] +T54B0 009:469.870 - 0.497ms returns 1 (0x1) +T54B0 009:469.903 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 009:469.923 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 009:470.319 Data: 00 02 00 00 +T54B0 009:470.344 Debug reg: DWT_FUNC[1] +T54B0 009:470.367 - 0.472ms returns 1 (0x1) +T54B0 009:470.389 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 009:470.410 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 009:470.824 Data: 00 00 00 00 +T54B0 009:470.849 Debug reg: DWT_FUNC[2] +T54B0 009:470.872 - 0.490ms returns 1 (0x1) +T54B0 009:470.893 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 009:470.913 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 009:471.332 Data: 00 00 00 00 +T54B0 009:471.391 Debug reg: DWT_FUNC[3] +T54B0 009:471.426 - 0.543ms returns 1 (0x1) +T54B0 009:472.092 JLINK_HasError() +T54B0 009:472.135 JLINK_ReadReg(R0) +T54B0 009:472.161 - 0.035ms returns 0x00000000 +T54B0 009:472.182 JLINK_ReadReg(R1) +T54B0 009:472.199 - 0.026ms returns 0x40010004 +T54B0 009:472.219 JLINK_ReadReg(R2) +T54B0 009:472.236 - 0.026ms returns 0xE000E400 +T54B0 009:472.256 JLINK_ReadReg(R3) +T54B0 009:472.282 - 0.033ms returns 0x00000000 +T54B0 009:472.299 JLINK_ReadReg(R4) +T54B0 009:472.322 - 0.032ms returns 0x00000000 +T54B0 009:472.344 JLINK_ReadReg(R5) +T54B0 009:472.361 - 0.025ms returns 0x20000018 +T54B0 009:472.381 JLINK_ReadReg(R6) +T54B0 009:472.398 - 0.025ms returns 0x00000000 +T54B0 009:472.417 JLINK_ReadReg(R7) +T54B0 009:472.435 - 0.025ms returns 0x00000000 +T54B0 009:472.454 JLINK_ReadReg(R8) +T54B0 009:472.471 - 0.025ms returns 0x00000000 +T54B0 009:472.490 JLINK_ReadReg(R9) +T54B0 009:472.508 - 0.025ms returns 0x20000160 +T54B0 009:472.527 JLINK_ReadReg(R10) +T54B0 009:472.544 - 0.025ms returns 0x08006850 +T54B0 009:472.564 JLINK_ReadReg(R11) +T54B0 009:472.581 - 0.025ms returns 0x00000000 +T54B0 009:472.600 JLINK_ReadReg(R12) +T54B0 009:472.617 - 0.025ms returns 0x20000058 +T54B0 009:472.637 JLINK_ReadReg(R13 (SP)) +T54B0 009:472.655 - 0.026ms returns 0x20000F88 +T54B0 009:472.674 JLINK_ReadReg(R14) +T54B0 009:472.691 - 0.025ms returns 0x080023AB +T54B0 009:472.710 JLINK_ReadReg(R15 (PC)) +T54B0 009:472.728 - 0.026ms returns 0x0800552A +T54B0 009:472.748 JLINK_ReadReg(XPSR) +T54B0 009:472.765 - 0.025ms returns 0x41000000 +T54B0 009:472.784 JLINK_ReadReg(MSP) +T54B0 009:472.801 - 0.025ms returns 0x20000F88 +T54B0 009:472.821 JLINK_ReadReg(PSP) +T54B0 009:472.838 - 0.025ms returns 0x20001000 +T54B0 009:472.857 JLINK_ReadReg(CFBP) +T54B0 009:472.875 - 0.032ms returns 0x00000000 +T4AF4 009:476.254 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:476.297 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 009:477.907 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 009:477.989 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 009:478.014 Data: BB 01 00 08 +T4AF4 009:478.039 - 1.793ms returns 4 (0x4) +T4AF4 009:478.073 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:478.097 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 009:479.798 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 009:479.870 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 009:479.896 Data: 00 00 00 00 +T4AF4 009:479.921 - 1.857ms returns 4 (0x4) +T4AF4 009:479.946 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:479.968 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 009:479.993 Data: 00 00 00 00 +T4AF4 009:480.017 - 0.079ms returns 4 (0x4) +T4AF4 009:480.038 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:480.059 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 009:481.643 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 009:481.679 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 009:481.705 Data: 00 00 00 00 +T4AF4 009:481.730 - 1.700ms returns 4 (0x4) +T4AF4 009:481.755 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:481.778 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 009:481.803 Data: 00 00 00 00 +T4AF4 009:481.827 - 0.080ms returns 4 (0x4) +T4AF4 009:481.847 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:481.866 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 009:481.891 Data: 00 00 00 00 +T4AF4 009:481.915 - 0.076ms returns 4 (0x4) +T4AF4 009:481.935 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 009:481.954 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 009:481.979 Data: 00 00 00 00 +T4AF4 009:482.003 - 0.076ms returns 4 (0x4) +T4AF4 009:482.024 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 009:482.068 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 009:482.093 Data: 00 00 +T4AF4 009:482.117 - 0.102ms returns 2 (0x2) +T4AF4 009:482.183 JLINK_HasError() +T4AF4 009:482.203 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 009:482.225 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 009:483.345 Data: 2C 0D 00 00 +T4AF4 009:483.371 Debug reg: DWT_CYCCNT +T4AF4 009:483.395 - 1.200ms returns 1 (0x1) +T4AF4 009:488.362 JLINK_ReadMemEx(0x08005526, 0x2 Bytes, Flags = 0x02000000) +T4AF4 009:488.398 CPU_ReadMem(64 bytes @ 0x08005500) +T4AF4 009:490.067 -- Updating C cache (64 bytes @ 0x08005500) +T4AF4 009:490.105 -- Read from C cache (2 bytes @ 0x08005526) +T4AF4 009:490.131 Data: FC F7 +T4AF4 009:490.156 - 1.802ms returns 2 (0x2) +T4AF4 009:490.180 JLINK_ReadMemEx(0x08005528, 0x3C Bytes, Flags = 0x02000000) +T4AF4 009:490.202 CPU_ReadMem(64 bytes @ 0x08005540) +T4AF4 009:491.943 -- Updating C cache (64 bytes @ 0x08005540) +T4AF4 009:491.980 -- Read from C cache (60 bytes @ 0x08005528) +T4AF4 009:492.007 Data: 2F FF FF F7 C9 FB FE F7 91 FD FE F7 F7 FC FE F7 ... +T4AF4 009:492.032 - 1.860ms returns 60 (0x3C) +T4AF4 009:492.054 JLINK_ReadMemEx(0x08005528, 0x2 Bytes, Flags = 0x02000000) +T4AF4 009:492.074 -- Read from C cache (2 bytes @ 0x08005528) +T4AF4 009:492.099 Data: 2F FF +T4AF4 009:492.124 - 0.078ms returns 2 (0x2) +T4AF4 009:492.171 JLINK_ReadMemEx(0x0800552A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 009:492.190 -- Read from C cache (2 bytes @ 0x0800552A) +T4AF4 009:492.215 Data: FF F7 +T4AF4 009:492.249 - 0.086ms returns 2 (0x2) +T4AF4 009:492.269 JLINK_ReadMemEx(0x0800552C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 009:492.287 -- Read from C cache (60 bytes @ 0x0800552C) +T4AF4 009:492.313 Data: C9 FB FE F7 91 FD FE F7 F7 FC FE F7 B5 FC FE F7 ... +T4AF4 009:492.337 - 0.077ms returns 60 (0x3C) +T4AF4 009:492.357 JLINK_ReadMemEx(0x0800552C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 009:492.375 -- Read from C cache (2 bytes @ 0x0800552C) +T4AF4 009:492.412 Data: C9 FB +T4AF4 009:492.436 - 0.088ms returns 2 (0x2) +T54B0 010:831.933 JLINK_ReadMemEx(0x0800552A, 0x2 Bytes, Flags = 0x02000000) +T54B0 010:831.989 -- Read from C cache (2 bytes @ 0x0800552A) +T54B0 010:832.015 Data: FF F7 +T54B0 010:832.040 - 0.115ms returns 2 (0x2) +T54B0 010:832.060 JLINK_HasError() +T54B0 010:832.081 JLINK_SetBPEx(Addr = 0x0800552E, Type = 0xFFFFFFF2) +T54B0 010:832.107 - 0.034ms returns 0x00000003 +T54B0 010:832.127 JLINK_HasError() +T54B0 010:832.145 JLINK_HasError() +T54B0 010:832.164 JLINK_Go() +T54B0 010:833.288 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 010:833.761 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 010:834.510 - 2.357ms +T54B0 010:934.762 JLINK_HasError() +T54B0 010:934.856 JLINK_IsHalted() +T54B0 010:938.067 - 3.259ms returns TRUE +T54B0 010:938.135 JLINK_HasError() +T54B0 010:938.154 JLINK_Halt() +T54B0 010:938.170 - 0.024ms returns 0x00 +T54B0 010:938.189 JLINK_IsHalted() +T54B0 010:938.206 - 0.024ms returns TRUE +T54B0 010:938.225 JLINK_IsHalted() +T54B0 010:938.245 - 0.032ms returns TRUE +T54B0 010:938.272 JLINK_IsHalted() +T54B0 010:938.296 - 0.058ms returns TRUE +T54B0 010:938.345 JLINK_HasError() +T54B0 010:938.366 JLINK_ReadReg(R15 (PC)) +T54B0 010:938.387 - 0.030ms returns 0x0800552E +T54B0 010:938.407 JLINK_ReadReg(XPSR) +T54B0 010:938.424 - 0.025ms returns 0x21000000 +T54B0 010:938.446 JLINK_HasError() +T54B0 010:938.465 JLINK_ClrBPEx(BPHandle = 0x00000003) +T54B0 010:938.483 - 0.026ms returns 0x00 +T54B0 010:938.501 JLINK_HasError() +T54B0 010:938.520 JLINK_HasError() +T54B0 010:938.538 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 010:938.564 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 010:939.630 Data: 03 00 00 00 +T54B0 010:939.666 - 1.136ms returns 1 (0x1) +T54B0 010:939.688 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 010:939.712 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 010:940.120 Data: 00 00 00 00 +T54B0 010:940.145 Debug reg: DWT_FUNC[0] +T54B0 010:940.169 - 0.489ms returns 1 (0x1) +T54B0 010:940.189 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 010:940.209 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 010:940.619 Data: 00 02 00 00 +T54B0 010:940.645 Debug reg: DWT_FUNC[1] +T54B0 010:940.668 - 0.487ms returns 1 (0x1) +T54B0 010:940.688 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 010:940.708 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 010:941.120 Data: 00 00 00 00 +T54B0 010:941.145 Debug reg: DWT_FUNC[2] +T54B0 010:941.168 - 0.488ms returns 1 (0x1) +T54B0 010:941.187 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 010:941.207 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 010:941.619 Data: 00 00 00 00 +T54B0 010:941.644 Debug reg: DWT_FUNC[3] +T54B0 010:941.667 - 0.488ms returns 1 (0x1) +T54B0 010:942.867 JLINK_HasError() +T54B0 010:942.889 JLINK_ReadReg(R0) +T54B0 010:942.906 - 0.024ms returns 0x0738240A +T54B0 010:942.923 JLINK_ReadReg(R1) +T54B0 010:942.937 - 0.021ms returns 0x40021004 +T54B0 010:942.953 JLINK_ReadReg(R2) +T54B0 010:942.967 - 0.021ms returns 0x07000000 +T54B0 010:942.983 JLINK_ReadReg(R3) +T54B0 010:942.998 - 0.021ms returns 0x00000000 +T54B0 010:943.014 JLINK_ReadReg(R4) +T54B0 010:943.028 - 0.021ms returns 0x00000000 +T54B0 010:943.044 JLINK_ReadReg(R5) +T54B0 010:943.058 - 0.021ms returns 0x20000018 +T54B0 010:943.074 JLINK_ReadReg(R6) +T54B0 010:943.088 - 0.021ms returns 0x00000000 +T54B0 010:943.104 JLINK_ReadReg(R7) +T54B0 010:943.118 - 0.021ms returns 0x00000000 +T54B0 010:943.134 JLINK_ReadReg(R8) +T54B0 010:943.148 - 0.021ms returns 0x00000000 +T54B0 010:943.164 JLINK_ReadReg(R9) +T54B0 010:943.179 - 0.021ms returns 0x20000160 +T54B0 010:943.195 JLINK_ReadReg(R10) +T54B0 010:943.209 - 0.021ms returns 0x08006850 +T54B0 010:943.225 JLINK_ReadReg(R11) +T54B0 010:943.239 - 0.022ms returns 0x00000000 +T54B0 010:943.271 JLINK_ReadReg(R12) +T54B0 010:943.285 - 0.021ms returns 0x00000000 +T54B0 010:943.301 JLINK_ReadReg(R13 (SP)) +T54B0 010:943.316 - 0.021ms returns 0x20000F88 +T54B0 010:943.332 JLINK_ReadReg(R14) +T54B0 010:943.346 - 0.021ms returns 0x08002955 +T54B0 010:943.362 JLINK_ReadReg(R15 (PC)) +T54B0 010:943.386 - 0.031ms returns 0x0800552E +T54B0 010:943.403 JLINK_ReadReg(XPSR) +T54B0 010:943.417 - 0.021ms returns 0x21000000 +T54B0 010:943.433 JLINK_ReadReg(MSP) +T54B0 010:943.447 - 0.021ms returns 0x20000F88 +T54B0 010:943.463 JLINK_ReadReg(PSP) +T54B0 010:943.477 - 0.021ms returns 0x20001000 +T54B0 010:943.493 JLINK_ReadReg(CFBP) +T54B0 010:943.507 - 0.021ms returns 0x00000000 +T4AF4 010:943.889 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:943.933 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 010:945.308 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 010:945.345 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 010:945.371 Data: BB 01 00 08 +T4AF4 010:945.396 - 1.515ms returns 4 (0x4) +T4AF4 010:945.429 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:945.454 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 010:945.997 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 010:946.024 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 010:946.049 Data: 00 00 00 00 +T4AF4 010:946.073 - 0.651ms returns 4 (0x4) +T4AF4 010:946.095 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:946.114 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 010:946.139 Data: 00 00 00 00 +T4AF4 010:946.163 - 0.076ms returns 4 (0x4) +T4AF4 010:946.183 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:946.203 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 010:946.759 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 010:946.785 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 010:946.810 Data: 00 00 00 00 +T4AF4 010:946.834 - 0.659ms returns 4 (0x4) +T4AF4 010:946.859 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:946.879 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 010:946.904 Data: 00 00 00 00 +T4AF4 010:946.928 - 0.077ms returns 4 (0x4) +T4AF4 010:946.951 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:946.970 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 010:946.994 Data: 00 00 00 00 +T4AF4 010:947.018 - 0.076ms returns 4 (0x4) +T4AF4 010:947.041 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 010:947.059 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 010:947.084 Data: 00 00 00 00 +T4AF4 010:947.108 - 0.076ms returns 4 (0x4) +T4AF4 010:947.131 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:947.150 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 010:947.175 Data: 00 00 +T4AF4 010:947.199 - 0.076ms returns 2 (0x2) +T4AF4 010:947.270 JLINK_HasError() +T4AF4 010:947.289 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 010:947.310 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 010:948.439 Data: 46 45 00 00 +T4AF4 010:948.526 Debug reg: DWT_CYCCNT +T4AF4 010:948.586 - 1.318ms returns 1 (0x1) +T4AF4 010:953.526 JLINK_ReadMemEx(0x0800552A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:953.564 CPU_ReadMem(64 bytes @ 0x08005500) +T4AF4 010:954.889 -- Updating C cache (64 bytes @ 0x08005500) +T4AF4 010:954.928 -- Read from C cache (2 bytes @ 0x0800552A) +T4AF4 010:954.955 Data: FF F7 +T4AF4 010:954.980 - 1.462ms returns 2 (0x2) +T4AF4 010:955.004 JLINK_ReadMemEx(0x0800552C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 010:955.026 CPU_ReadMem(64 bytes @ 0x08005540) +T4AF4 010:955.641 -- Updating C cache (64 bytes @ 0x08005540) +T4AF4 010:955.671 -- Read from C cache (60 bytes @ 0x0800552C) +T4AF4 010:955.697 Data: C9 FB FE F7 91 FD FE F7 F7 FC FE F7 B5 FC FE F7 ... +T4AF4 010:955.722 - 0.726ms returns 60 (0x3C) +T4AF4 010:955.743 JLINK_ReadMemEx(0x0800552C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:955.762 -- Read from C cache (2 bytes @ 0x0800552C) +T4AF4 010:955.787 Data: C9 FB +T4AF4 010:955.811 - 0.076ms returns 2 (0x2) +T4AF4 010:955.863 JLINK_ReadMemEx(0x0800552E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:955.881 -- Read from C cache (2 bytes @ 0x0800552E) +T4AF4 010:955.906 Data: FE F7 +T4AF4 010:955.930 - 0.075ms returns 2 (0x2) +T4AF4 010:955.949 JLINK_ReadMemEx(0x08005530, 0x3C Bytes, Flags = 0x02000000) +T4AF4 010:955.977 -- Read from C cache (60 bytes @ 0x08005530) +T4AF4 010:956.003 Data: 91 FD FE F7 F7 FC FE F7 B5 FC FE F7 A3 FD FE F7 ... +T4AF4 010:956.027 - 0.086ms returns 60 (0x3C) +T4AF4 010:956.047 JLINK_ReadMemEx(0x08005530, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:956.065 -- Read from C cache (2 bytes @ 0x08005530) +T4AF4 010:956.089 Data: 91 FD +T4AF4 010:956.113 - 0.075ms returns 2 (0x2) +T4AF4 010:956.154 JLINK_ReadMemEx(0x08005532, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:956.179 -- Read from C cache (2 bytes @ 0x08005532) +T4AF4 010:956.204 Data: FE F7 +T4AF4 010:956.228 - 0.082ms returns 2 (0x2) +T4AF4 010:956.247 JLINK_ReadMemEx(0x08005534, 0x3C Bytes, Flags = 0x02000000) +T4AF4 010:956.266 -- Read from C cache (60 bytes @ 0x08005534) +T4AF4 010:956.291 Data: F7 FC FE F7 B5 FC FE F7 A3 FD FE F7 ED FD 0E 9A ... +T4AF4 010:956.319 - 0.080ms returns 60 (0x3C) +T4AF4 010:956.338 JLINK_ReadMemEx(0x08005534, 0x2 Bytes, Flags = 0x02000000) +T4AF4 010:956.356 -- Read from C cache (2 bytes @ 0x08005534) +T4AF4 010:956.381 Data: F7 FC +T4AF4 010:956.406 - 0.075ms returns 2 (0x2) +T54B0 011:679.528 JLINK_ReadMemEx(0x0800552E, 0x2 Bytes, Flags = 0x02000000) +T54B0 011:679.579 -- Read from C cache (2 bytes @ 0x0800552E) +T54B0 011:679.605 Data: FE F7 +T54B0 011:679.631 - 0.112ms returns 2 (0x2) +T54B0 011:679.651 JLINK_HasError() +T54B0 011:679.674 JLINK_SetBPEx(Addr = 0x08005532, Type = 0xFFFFFFF2) +T54B0 011:679.699 - 0.034ms returns 0x00000004 +T54B0 011:679.719 JLINK_HasError() +T54B0 011:679.738 JLINK_HasError() +T54B0 011:679.758 JLINK_Go() +T54B0 011:680.874 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 011:681.292 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 011:682.038 - 2.291ms +T54B0 011:782.195 JLINK_HasError() +T54B0 011:782.245 JLINK_IsHalted() +T54B0 011:785.417 - 3.192ms returns TRUE +T54B0 011:785.451 JLINK_HasError() +T54B0 011:785.471 JLINK_Halt() +T54B0 011:785.488 - 0.025ms returns 0x00 +T54B0 011:785.508 JLINK_IsHalted() +T54B0 011:785.524 - 0.025ms returns TRUE +T54B0 011:785.544 JLINK_IsHalted() +T54B0 011:785.560 - 0.025ms returns TRUE +T54B0 011:785.580 JLINK_IsHalted() +T54B0 011:785.596 - 0.025ms returns TRUE +T54B0 011:785.616 JLINK_HasError() +T54B0 011:785.635 JLINK_ReadReg(R15 (PC)) +T54B0 011:785.656 - 0.029ms returns 0x08005532 +T54B0 011:785.676 JLINK_ReadReg(XPSR) +T54B0 011:785.694 - 0.026ms returns 0x41000000 +T54B0 011:785.716 JLINK_HasError() +T54B0 011:785.735 JLINK_ClrBPEx(BPHandle = 0x00000004) +T54B0 011:785.754 - 0.026ms returns 0x00 +T54B0 011:785.773 JLINK_HasError() +T54B0 011:785.792 JLINK_HasError() +T54B0 011:785.810 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 011:785.836 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 011:786.906 Data: 03 00 00 00 +T54B0 011:786.942 - 1.140ms returns 1 (0x1) +T54B0 011:786.964 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 011:786.988 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 011:787.383 Data: 00 00 00 00 +T54B0 011:787.411 Debug reg: DWT_FUNC[0] +T54B0 011:787.434 - 0.478ms returns 1 (0x1) +T54B0 011:787.458 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 011:787.481 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 011:787.880 Data: 00 02 00 00 +T54B0 011:787.906 Debug reg: DWT_FUNC[1] +T54B0 011:787.929 - 0.478ms returns 1 (0x1) +T54B0 011:787.951 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 011:787.972 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 011:788.379 Data: 00 00 00 00 +T54B0 011:788.404 Debug reg: DWT_FUNC[2] +T54B0 011:788.427 - 0.484ms returns 1 (0x1) +T54B0 011:788.449 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 011:788.469 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 011:788.878 Data: 00 00 00 00 +T54B0 011:788.903 Debug reg: DWT_FUNC[3] +T54B0 011:788.926 - 0.485ms returns 1 (0x1) +T54B0 011:789.200 JLINK_HasError() +T54B0 011:789.220 JLINK_ReadReg(R0) +T54B0 011:789.238 - 0.026ms returns 0x00000000 +T54B0 011:789.258 JLINK_ReadReg(R1) +T54B0 011:789.275 - 0.025ms returns 0x40003000 +T54B0 011:789.294 JLINK_ReadReg(R2) +T54B0 011:789.321 - 0.035ms returns 0x07000000 +T54B0 011:789.340 JLINK_ReadReg(R3) +T54B0 011:789.357 - 0.025ms returns 0x00000000 +T54B0 011:789.376 JLINK_ReadReg(R4) +T54B0 011:789.393 - 0.025ms returns 0x00000000 +T54B0 011:789.412 JLINK_ReadReg(R5) +T54B0 011:789.429 - 0.025ms returns 0x20000018 +T54B0 011:789.447 JLINK_ReadReg(R6) +T54B0 011:789.464 - 0.024ms returns 0x00000000 +T54B0 011:789.482 JLINK_ReadReg(R7) +T54B0 011:789.499 - 0.025ms returns 0x00000000 +T54B0 011:789.518 JLINK_ReadReg(R8) +T54B0 011:789.535 - 0.025ms returns 0x00000000 +T54B0 011:789.554 JLINK_ReadReg(R9) +T54B0 011:789.631 - 0.085ms returns 0x20000160 +T54B0 011:789.650 JLINK_ReadReg(R10) +T54B0 011:789.667 - 0.025ms returns 0x08006850 +T54B0 011:789.687 JLINK_ReadReg(R11) +T54B0 011:789.704 - 0.025ms returns 0x00000000 +T54B0 011:789.723 JLINK_ReadReg(R12) +T54B0 011:789.740 - 0.024ms returns 0x00000000 +T54B0 011:789.758 JLINK_ReadReg(R13 (SP)) +T54B0 011:789.776 - 0.025ms returns 0x20000F88 +T54B0 011:789.799 JLINK_ReadReg(R14) +T54B0 011:789.814 - 0.021ms returns 0x0800232D +T54B0 011:789.830 JLINK_ReadReg(R15 (PC)) +T54B0 011:789.844 - 0.021ms returns 0x08005532 +T54B0 011:789.860 JLINK_ReadReg(XPSR) +T54B0 011:789.874 - 0.021ms returns 0x41000000 +T54B0 011:789.890 JLINK_ReadReg(MSP) +T54B0 011:789.905 - 0.021ms returns 0x20000F88 +T54B0 011:789.921 JLINK_ReadReg(PSP) +T54B0 011:789.935 - 0.021ms returns 0x20001000 +T54B0 011:789.951 JLINK_ReadReg(CFBP) +T54B0 011:789.965 - 0.021ms returns 0x00000000 +T4AF4 011:790.480 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:790.526 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 011:791.889 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 011:791.920 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 011:791.946 Data: BB 01 00 08 +T4AF4 011:791.971 - 1.498ms returns 4 (0x4) +T4AF4 011:792.003 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:792.026 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 011:792.645 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 011:792.677 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 011:792.702 Data: 00 00 00 00 +T4AF4 011:792.727 - 0.732ms returns 4 (0x4) +T4AF4 011:792.751 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:792.772 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 011:792.796 Data: 00 00 00 00 +T4AF4 011:792.821 - 0.078ms returns 4 (0x4) +T4AF4 011:792.841 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:792.861 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 011:793.525 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 011:793.551 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 011:793.576 Data: 00 00 00 00 +T4AF4 011:793.600 - 0.767ms returns 4 (0x4) +T4AF4 011:793.622 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:793.641 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 011:793.666 Data: 00 00 00 00 +T4AF4 011:793.690 - 0.077ms returns 4 (0x4) +T4AF4 011:793.710 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:793.729 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 011:793.753 Data: 00 00 00 00 +T4AF4 011:793.778 - 0.076ms returns 4 (0x4) +T4AF4 011:793.798 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 011:793.816 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 011:793.841 Data: 00 00 00 00 +T4AF4 011:793.865 - 0.075ms returns 4 (0x4) +T4AF4 011:793.886 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:793.904 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 011:793.929 Data: 00 00 +T4AF4 011:793.953 - 0.075ms returns 2 (0x2) +T4AF4 011:794.029 JLINK_HasError() +T4AF4 011:794.049 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 011:794.069 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 011:795.149 Data: 2B 70 00 00 +T4AF4 011:795.185 Debug reg: DWT_CYCCNT +T4AF4 011:795.210 - 1.170ms returns 1 (0x1) +T4AF4 011:802.238 JLINK_ReadMemEx(0x0800552A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:802.277 CPU_ReadMem(64 bytes @ 0x08005500) +T4AF4 011:803.650 -- Updating C cache (64 bytes @ 0x08005500) +T4AF4 011:803.685 -- Read from C cache (2 bytes @ 0x0800552A) +T4AF4 011:803.711 Data: FF F7 +T4AF4 011:803.736 - 1.506ms returns 2 (0x2) +T4AF4 011:803.759 JLINK_ReadMemEx(0x0800552C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 011:803.781 CPU_ReadMem(64 bytes @ 0x08005540) +T4AF4 011:804.382 -- Updating C cache (64 bytes @ 0x08005540) +T4AF4 011:804.408 -- Read from C cache (60 bytes @ 0x0800552C) +T4AF4 011:804.434 Data: C9 FB FE F7 91 FD FE F7 F7 FC FE F7 B5 FC FE F7 ... +T4AF4 011:804.458 - 0.707ms returns 60 (0x3C) +T4AF4 011:804.479 JLINK_ReadMemEx(0x0800552C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:804.497 -- Read from C cache (2 bytes @ 0x0800552C) +T4AF4 011:804.522 Data: C9 FB +T4AF4 011:804.546 - 0.076ms returns 2 (0x2) +T4AF4 011:804.596 JLINK_ReadMemEx(0x0800552E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:804.615 -- Read from C cache (2 bytes @ 0x0800552E) +T4AF4 011:804.640 Data: FE F7 +T4AF4 011:804.664 - 0.076ms returns 2 (0x2) +T4AF4 011:804.684 JLINK_ReadMemEx(0x08005530, 0x3C Bytes, Flags = 0x02000000) +T4AF4 011:804.702 -- Read from C cache (60 bytes @ 0x08005530) +T4AF4 011:804.727 Data: 91 FD FE F7 F7 FC FE F7 B5 FC FE F7 A3 FD FE F7 ... +T4AF4 011:804.751 - 0.076ms returns 60 (0x3C) +T4AF4 011:804.771 JLINK_ReadMemEx(0x08005530, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:804.788 -- Read from C cache (2 bytes @ 0x08005530) +T4AF4 011:804.813 Data: 91 FD +T4AF4 011:804.837 - 0.075ms returns 2 (0x2) +T4AF4 011:804.865 JLINK_ReadMemEx(0x08005532, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:804.883 -- Read from C cache (2 bytes @ 0x08005532) +T4AF4 011:804.908 Data: FE F7 +T4AF4 011:804.932 - 0.076ms returns 2 (0x2) +T4AF4 011:804.952 JLINK_ReadMemEx(0x08005534, 0x3C Bytes, Flags = 0x02000000) +T4AF4 011:804.970 -- Read from C cache (60 bytes @ 0x08005534) +T4AF4 011:804.995 Data: F7 FC FE F7 B5 FC FE F7 A3 FD FE F7 ED FD 0E 9A ... +T4AF4 011:805.019 - 0.076ms returns 60 (0x3C) +T4AF4 011:805.039 JLINK_ReadMemEx(0x08005534, 0x2 Bytes, Flags = 0x02000000) +T4AF4 011:805.057 -- Read from C cache (2 bytes @ 0x08005534) +T4AF4 011:805.092 Data: F7 FC +T4AF4 011:805.116 - 0.097ms returns 2 (0x2) +T54B0 012:910.283 JLINK_ReadMemEx(0x08005532, 0x2 Bytes, Flags = 0x02000000) +T54B0 012:910.337 -- Read from C cache (2 bytes @ 0x08005532) +T54B0 012:910.362 Data: FE F7 +T54B0 012:910.388 - 0.114ms returns 2 (0x2) +T54B0 012:910.409 JLINK_HasError() +T54B0 012:910.430 JLINK_SetBPEx(Addr = 0x08005536, Type = 0xFFFFFFF2) +T54B0 012:910.455 - 0.033ms returns 0x00000005 +T54B0 012:910.474 JLINK_HasError() +T54B0 012:910.493 JLINK_HasError() +T54B0 012:910.512 JLINK_Go() +T54B0 012:911.725 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 012:912.104 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 012:912.914 - 2.428ms +T54B0 013:013.143 JLINK_HasError() +T54B0 013:013.237 JLINK_IsHalted() +T54B0 013:016.366 - 3.146ms returns TRUE +T54B0 013:016.396 JLINK_HasError() +T54B0 013:016.412 JLINK_Halt() +T54B0 013:016.426 - 0.021ms returns 0x00 +T54B0 013:016.442 JLINK_IsHalted() +T54B0 013:016.456 - 0.020ms returns TRUE +T54B0 013:016.473 JLINK_IsHalted() +T54B0 013:016.486 - 0.020ms returns TRUE +T54B0 013:016.502 JLINK_IsHalted() +T54B0 013:016.515 - 0.020ms returns TRUE +T54B0 013:016.532 JLINK_HasError() +T54B0 013:016.548 JLINK_ReadReg(R15 (PC)) +T54B0 013:016.566 - 0.025ms returns 0x08005536 +T54B0 013:016.582 JLINK_ReadReg(XPSR) +T54B0 013:016.597 - 0.021ms returns 0x61000000 +T54B0 013:016.616 JLINK_HasError() +T54B0 013:016.631 JLINK_ClrBPEx(BPHandle = 0x00000005) +T54B0 013:016.646 - 0.022ms returns 0x00 +T54B0 013:016.662 JLINK_HasError() +T54B0 013:016.678 JLINK_HasError() +T54B0 013:016.693 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 013:016.715 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 013:017.810 Data: 03 00 00 00 +T54B0 013:017.880 - 1.194ms returns 1 (0x1) +T54B0 013:017.899 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 013:017.920 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 013:018.338 Data: 00 00 00 00 +T54B0 013:018.364 Debug reg: DWT_FUNC[0] +T54B0 013:018.388 - 0.497ms returns 1 (0x1) +T54B0 013:018.408 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 013:018.428 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 013:018.842 Data: 00 02 00 00 +T54B0 013:018.867 Debug reg: DWT_FUNC[1] +T54B0 013:018.890 - 0.490ms returns 1 (0x1) +T54B0 013:018.910 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 013:018.930 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 013:019.372 Data: 00 00 00 00 +T54B0 013:019.397 Debug reg: DWT_FUNC[2] +T54B0 013:019.420 - 0.518ms returns 1 (0x1) +T54B0 013:019.440 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 013:019.460 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 013:019.839 Data: 00 00 00 00 +T54B0 013:019.861 Debug reg: DWT_FUNC[3] +T54B0 013:019.880 - 0.447ms returns 1 (0x1) +T54B0 013:020.192 JLINK_HasError() +T54B0 013:020.212 JLINK_ReadReg(R0) +T54B0 013:020.230 - 0.027ms returns 0x00000000 +T54B0 013:020.249 JLINK_ReadReg(R1) +T54B0 013:020.266 - 0.025ms returns 0x00000007 +T54B0 013:020.285 JLINK_ReadReg(R2) +T54B0 013:020.302 - 0.025ms returns 0x00000018 +T54B0 013:020.321 JLINK_ReadReg(R3) +T54B0 013:020.338 - 0.025ms returns 0x00000000 +T54B0 013:020.357 JLINK_ReadReg(R4) +T54B0 013:020.374 - 0.025ms returns 0x00000000 +T54B0 013:020.393 JLINK_ReadReg(R5) +T54B0 013:020.410 - 0.025ms returns 0x20000018 +T54B0 013:020.428 JLINK_ReadReg(R6) +T54B0 013:020.445 - 0.025ms returns 0x00000000 +T54B0 013:020.464 JLINK_ReadReg(R7) +T54B0 013:020.481 - 0.025ms returns 0x00000000 +T54B0 013:020.499 JLINK_ReadReg(R8) +T54B0 013:020.516 - 0.025ms returns 0x00000000 +T54B0 013:020.536 JLINK_ReadReg(R9) +T54B0 013:020.553 - 0.025ms returns 0x20000160 +T54B0 013:020.572 JLINK_ReadReg(R10) +T54B0 013:020.589 - 0.025ms returns 0x08006850 +T54B0 013:020.607 JLINK_ReadReg(R11) +T54B0 013:020.624 - 0.025ms returns 0x00000000 +T54B0 013:020.643 JLINK_ReadReg(R12) +T54B0 013:020.659 - 0.025ms returns 0x00000001 +T54B0 013:020.678 JLINK_ReadReg(R13 (SP)) +T54B0 013:020.695 - 0.025ms returns 0x20000F88 +T54B0 013:020.714 JLINK_ReadReg(R14) +T54B0 013:020.731 - 0.024ms returns 0x08004051 +T54B0 013:020.749 JLINK_ReadReg(R15 (PC)) +T54B0 013:020.766 - 0.025ms returns 0x08005536 +T54B0 013:020.785 JLINK_ReadReg(XPSR) +T54B0 013:020.801 - 0.025ms returns 0x61000000 +T54B0 013:020.820 JLINK_ReadReg(MSP) +T54B0 013:020.837 - 0.024ms returns 0x20000F88 +T54B0 013:020.855 JLINK_ReadReg(PSP) +T54B0 013:020.872 - 0.025ms returns 0x20001000 +T54B0 013:020.891 JLINK_ReadReg(CFBP) +T54B0 013:020.908 - 0.025ms returns 0x00000000 +T4AF4 013:021.351 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:021.392 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 013:022.734 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 013:022.783 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 013:022.814 Data: BB 01 00 08 +T4AF4 013:022.844 - 1.503ms returns 4 (0x4) +T4AF4 013:022.886 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:022.914 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 013:023.704 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 013:023.745 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 013:023.771 Data: 00 00 00 00 +T4AF4 013:023.797 - 0.919ms returns 4 (0x4) +T4AF4 013:023.827 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:023.849 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 013:023.874 Data: 00 00 00 00 +T4AF4 013:023.898 - 0.080ms returns 4 (0x4) +T4AF4 013:023.918 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:023.940 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 013:025.315 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 013:025.353 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 013:025.378 Data: 00 00 00 00 +T4AF4 013:025.404 - 1.494ms returns 4 (0x4) +T4AF4 013:025.430 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:025.453 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 013:025.479 Data: 00 00 00 00 +T4AF4 013:025.513 - 0.091ms returns 4 (0x4) +T4AF4 013:025.534 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:025.553 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 013:025.578 Data: 00 00 00 00 +T4AF4 013:025.602 - 0.077ms returns 4 (0x4) +T4AF4 013:025.622 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 013:025.641 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 013:025.666 Data: 00 00 00 00 +T4AF4 013:025.690 - 0.076ms returns 4 (0x4) +T4AF4 013:025.711 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:025.730 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 013:025.755 Data: 00 00 +T4AF4 013:025.779 - 0.076ms returns 2 (0x2) +T4AF4 013:025.859 JLINK_HasError() +T4AF4 013:025.879 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 013:025.901 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 013:027.030 Data: 19 8B 00 00 +T4AF4 013:027.067 Debug reg: DWT_CYCCNT +T4AF4 013:027.092 - 1.221ms returns 1 (0x1) +T4AF4 013:032.410 JLINK_ReadMemEx(0x08005532, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:032.452 CPU_ReadMem(64 bytes @ 0x08005500) +T4AF4 013:033.742 -- Updating C cache (64 bytes @ 0x08005500) +T4AF4 013:033.781 -- Read from C cache (2 bytes @ 0x08005532) +T4AF4 013:033.807 Data: FE F7 +T4AF4 013:033.833 - 1.431ms returns 2 (0x2) +T4AF4 013:033.856 JLINK_ReadMemEx(0x08005534, 0x3C Bytes, Flags = 0x02000000) +T4AF4 013:033.879 CPU_ReadMem(64 bytes @ 0x08005540) +T4AF4 013:034.475 -- Updating C cache (64 bytes @ 0x08005540) +T4AF4 013:034.501 -- Read from C cache (60 bytes @ 0x08005534) +T4AF4 013:034.527 Data: F7 FC FE F7 B5 FC FE F7 A3 FD FE F7 ED FD 0E 9A ... +T4AF4 013:034.551 - 0.703ms returns 60 (0x3C) +T4AF4 013:034.572 JLINK_ReadMemEx(0x08005534, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:034.590 -- Read from C cache (2 bytes @ 0x08005534) +T4AF4 013:034.615 Data: F7 FC +T4AF4 013:034.640 - 0.076ms returns 2 (0x2) +T4AF4 013:034.690 JLINK_ReadMemEx(0x08005536, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:034.709 -- Read from C cache (2 bytes @ 0x08005536) +T4AF4 013:034.733 Data: FE F7 +T4AF4 013:034.757 - 0.081ms returns 2 (0x2) +T4AF4 013:034.781 JLINK_ReadMemEx(0x08005538, 0x3C Bytes, Flags = 0x02000000) +T4AF4 013:034.796 -- Read from C cache (60 bytes @ 0x08005538) +T4AF4 013:034.818 Data: B5 FC FE F7 A3 FD FE F7 ED FD 0E 9A 40 F6 00 40 ... +T4AF4 013:034.838 - 0.064ms returns 60 (0x3C) +T4AF4 013:034.854 JLINK_ReadMemEx(0x08005538, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:034.870 -- Read from C cache (2 bytes @ 0x08005538) +T4AF4 013:034.890 Data: B5 FC +T4AF4 013:034.911 - 0.063ms returns 2 (0x2) +T4AF4 013:034.935 JLINK_ReadMemEx(0x0800553A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:034.950 -- Read from C cache (2 bytes @ 0x0800553A) +T4AF4 013:034.971 Data: FE F7 +T4AF4 013:034.992 - 0.064ms returns 2 (0x2) +T4AF4 013:035.008 JLINK_ReadMemEx(0x0800553C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 013:035.024 -- Read from C cache (60 bytes @ 0x0800553C) +T4AF4 013:035.045 Data: A3 FD FE F7 ED FD 0E 9A 40 F6 00 40 C4 F2 01 00 ... +T4AF4 013:035.066 - 0.064ms returns 60 (0x3C) +T4AF4 013:035.082 JLINK_ReadMemEx(0x0800553C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 013:035.097 -- Read from C cache (2 bytes @ 0x0800553C) +T4AF4 013:035.118 Data: A3 FD +T4AF4 013:035.139 - 0.063ms returns 2 (0x2) +T54B0 014:986.162 JLINK_ReadMemEx(0x08005536, 0x2 Bytes, Flags = 0x02000000) +T54B0 014:986.202 -- Read from C cache (2 bytes @ 0x08005536) +T54B0 014:986.228 Data: FE F7 +T54B0 014:986.254 - 0.101ms returns 2 (0x2) +T54B0 014:986.275 JLINK_HasError() +T54B0 014:986.298 JLINK_Step() +T54B0 014:987.360 -- Read from C cache (2 bytes @ 0x08005536) +T54B0 014:987.404 -- Read from C cache (2 bytes @ 0x08005538) +T54B0 014:991.568 -- Simulated +T54B0 014:991.611 - 5.322ms returns 0 +T54B0 014:991.642 JLINK_HasError() +T54B0 014:991.663 JLINK_ReadReg(R15 (PC)) +T54B0 014:991.686 - 0.031ms returns 0x08003EA4 +T54B0 014:991.714 JLINK_ReadReg(XPSR) +T54B0 014:991.732 - 0.026ms returns 0x61000000 +T54B0 014:992.333 JLINK_HasError() +T54B0 014:992.358 JLINK_ReadReg(R0) +T54B0 014:992.375 - 0.026ms returns 0x00000000 +T54B0 014:992.394 JLINK_ReadReg(R1) +T54B0 014:992.412 - 0.025ms returns 0x00000007 +T54B0 014:992.430 JLINK_ReadReg(R2) +T54B0 014:992.448 - 0.025ms returns 0x00000018 +T54B0 014:992.466 JLINK_ReadReg(R3) +T54B0 014:992.483 - 0.025ms returns 0x00000000 +T54B0 014:992.502 JLINK_ReadReg(R4) +T54B0 014:992.519 - 0.025ms returns 0x00000000 +T54B0 014:992.538 JLINK_ReadReg(R5) +T54B0 014:992.555 - 0.025ms returns 0x20000018 +T54B0 014:992.574 JLINK_ReadReg(R6) +T54B0 014:992.591 - 0.025ms returns 0x00000000 +T54B0 014:992.610 JLINK_ReadReg(R7) +T54B0 014:992.627 - 0.025ms returns 0x00000000 +T54B0 014:992.646 JLINK_ReadReg(R8) +T54B0 014:992.663 - 0.025ms returns 0x00000000 +T54B0 014:992.684 JLINK_ReadReg(R9) +T54B0 014:992.701 - 0.025ms returns 0x20000160 +T54B0 014:992.720 JLINK_ReadReg(R10) +T54B0 014:992.737 - 0.025ms returns 0x08006850 +T54B0 014:992.756 JLINK_ReadReg(R11) +T54B0 014:992.773 - 0.025ms returns 0x00000000 +T54B0 014:992.792 JLINK_ReadReg(R12) +T54B0 014:992.809 - 0.025ms returns 0x00000001 +T54B0 014:992.827 JLINK_ReadReg(R13 (SP)) +T54B0 014:992.845 - 0.025ms returns 0x20000F88 +T54B0 014:992.864 JLINK_ReadReg(R14) +T54B0 014:992.881 - 0.025ms returns 0x0800553B +T54B0 014:992.899 JLINK_ReadReg(R15 (PC)) +T54B0 014:992.916 - 0.025ms returns 0x08003EA4 +T54B0 014:992.935 JLINK_ReadReg(XPSR) +T54B0 014:992.952 - 0.025ms returns 0x61000000 +T54B0 014:992.971 JLINK_ReadReg(MSP) +T54B0 014:992.988 - 0.027ms returns 0x20000F88 +T54B0 014:993.008 JLINK_ReadReg(PSP) +T54B0 014:993.025 - 0.025ms returns 0x20001000 +T54B0 014:993.044 JLINK_ReadReg(CFBP) +T54B0 014:993.061 - 0.025ms returns 0x00000000 +T4AF4 014:993.558 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 014:993.607 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 014:993.633 Data: BB 01 00 08 +T4AF4 014:993.659 - 0.110ms returns 4 (0x4) +T4AF4 015:011.784 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:011.833 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 015:011.860 Data: 00 00 00 00 +T4AF4 015:011.886 - 0.111ms returns 4 (0x4) +T4AF4 015:011.908 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:011.928 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 015:011.953 Data: 00 00 00 00 +T4AF4 015:011.977 - 0.077ms returns 4 (0x4) +T4AF4 015:011.997 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:012.016 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 015:012.041 Data: 00 00 00 00 +T4AF4 015:012.065 - 0.076ms returns 4 (0x4) +T4AF4 015:012.086 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:012.108 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 015:012.132 Data: 00 00 00 00 +T4AF4 015:012.157 - 0.079ms returns 4 (0x4) +T4AF4 015:012.177 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:012.196 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 015:012.221 Data: 00 00 00 00 +T4AF4 015:012.245 - 0.076ms returns 4 (0x4) +T4AF4 015:012.265 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 015:012.283 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 015:012.308 Data: 00 00 00 00 +T4AF4 015:012.332 - 0.076ms returns 4 (0x4) +T4AF4 015:012.353 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:012.373 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 015:012.397 Data: 00 00 +T4AF4 015:012.422 - 0.076ms returns 2 (0x2) +T4AF4 015:012.502 JLINK_HasError() +T4AF4 015:012.524 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 015:012.550 Data: 1A 8B 00 00 +T4AF4 015:012.579 Debug reg: DWT_CYCCNT +T4AF4 015:012.603 - 0.087ms returns 1 (0x1) +T4AF4 015:017.044 JLINK_ReadMemEx(0x08003DA4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:017.089 CPU_ReadMem(128 bytes @ 0x08003D80) +T4AF4 015:018.830 -- Updating C cache (128 bytes @ 0x08003D80) +T4AF4 015:018.863 -- Read from C cache (60 bytes @ 0x08003DA4) +T4AF4 015:018.899 Data: 02 98 00 28 18 BF 01 20 00 90 FF E7 00 98 00 F0 ... +T4AF4 015:018.924 - 1.888ms returns 60 (0x3C) +T4AF4 015:018.946 JLINK_ReadMemEx(0x08003DA4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:018.966 -- Read from C cache (2 bytes @ 0x08003DA4) +T4AF4 015:018.991 Data: 02 98 +T4AF4 015:019.016 - 0.078ms returns 2 (0x2) +T4AF4 015:019.036 JLINK_ReadMemEx(0x08003DA6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.054 -- Read from C cache (2 bytes @ 0x08003DA6) +T4AF4 015:019.079 Data: 00 28 +T4AF4 015:019.105 - 0.077ms returns 2 (0x2) +T4AF4 015:019.126 JLINK_ReadMemEx(0x08003DA6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.144 -- Read from C cache (2 bytes @ 0x08003DA6) +T4AF4 015:019.169 Data: 00 28 +T4AF4 015:019.193 - 0.075ms returns 2 (0x2) +T4AF4 015:019.212 JLINK_ReadMemEx(0x08003DA8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:019.230 -- Read from C cache (60 bytes @ 0x08003DA8) +T4AF4 015:019.256 Data: 18 BF 01 20 00 90 FF E7 00 98 00 F0 01 00 03 90 ... +T4AF4 015:019.280 - 0.075ms returns 60 (0x3C) +T4AF4 015:019.299 JLINK_ReadMemEx(0x08003DA8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.317 -- Read from C cache (2 bytes @ 0x08003DA8) +T4AF4 015:019.342 Data: 18 BF +T4AF4 015:019.366 - 0.075ms returns 2 (0x2) +T4AF4 015:019.386 JLINK_ReadMemEx(0x08003DA8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:019.404 -- Read from C cache (60 bytes @ 0x08003DA8) +T4AF4 015:019.429 Data: 18 BF 01 20 00 90 FF E7 00 98 00 F0 01 00 03 90 ... +T4AF4 015:019.453 - 0.075ms returns 60 (0x3C) +T4AF4 015:019.472 JLINK_ReadMemEx(0x08003DA8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.491 -- Read from C cache (2 bytes @ 0x08003DA8) +T4AF4 015:019.515 Data: 18 BF +T4AF4 015:019.539 - 0.075ms returns 2 (0x2) +T4AF4 015:019.559 JLINK_ReadMemEx(0x08003DAA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.577 -- Read from C cache (2 bytes @ 0x08003DAA) +T4AF4 015:019.601 Data: 01 20 +T4AF4 015:019.625 - 0.075ms returns 2 (0x2) +T4AF4 015:019.645 JLINK_ReadMemEx(0x08003DAC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:019.663 -- Read from C cache (60 bytes @ 0x08003DAC) +T4AF4 015:019.688 Data: 00 90 FF E7 00 98 00 F0 01 00 03 90 FF E7 03 98 ... +T4AF4 015:019.712 - 0.075ms returns 60 (0x3C) +T4AF4 015:019.731 JLINK_ReadMemEx(0x08003DAC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.749 -- Read from C cache (2 bytes @ 0x08003DAC) +T4AF4 015:019.773 Data: 00 90 +T4AF4 015:019.798 - 0.074ms returns 2 (0x2) +T4AF4 015:019.817 JLINK_ReadMemEx(0x08003DAE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.835 -- Read from C cache (2 bytes @ 0x08003DAE) +T4AF4 015:019.859 Data: FF E7 +T4AF4 015:019.883 - 0.074ms returns 2 (0x2) +T4AF4 015:019.903 JLINK_ReadMemEx(0x08003DAE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:019.921 -- Read from C cache (2 bytes @ 0x08003DAE) +T4AF4 015:019.945 Data: FF E7 +T4AF4 015:019.969 - 0.075ms returns 2 (0x2) +T4AF4 015:019.988 JLINK_ReadMemEx(0x08003DB0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:020.006 -- Read from C cache (60 bytes @ 0x08003DB0) +T4AF4 015:020.032 Data: 00 98 00 F0 01 00 03 90 FF E7 03 98 07 90 FF E7 ... +T4AF4 015:020.056 - 0.075ms returns 60 (0x3C) +T4AF4 015:020.075 JLINK_ReadMemEx(0x08003DB0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.093 -- Read from C cache (2 bytes @ 0x08003DB0) +T4AF4 015:020.127 Data: 00 98 +T4AF4 015:020.155 - 0.088ms returns 2 (0x2) +T4AF4 015:020.175 JLINK_ReadMemEx(0x08003DB0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:020.193 -- Read from C cache (60 bytes @ 0x08003DB0) +T4AF4 015:020.219 Data: 00 98 00 F0 01 00 03 90 FF E7 03 98 07 90 FF E7 ... +T4AF4 015:020.243 - 0.076ms returns 60 (0x3C) +T4AF4 015:020.262 JLINK_ReadMemEx(0x08003DB0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.280 -- Read from C cache (2 bytes @ 0x08003DB0) +T4AF4 015:020.305 Data: 00 98 +T4AF4 015:020.330 - 0.075ms returns 2 (0x2) +T4AF4 015:020.349 JLINK_ReadMemEx(0x08003DB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.367 -- Read from C cache (2 bytes @ 0x08003DB2) +T4AF4 015:020.396 Data: 00 F0 +T4AF4 015:020.420 - 0.080ms returns 2 (0x2) +T4AF4 015:020.440 JLINK_ReadMemEx(0x08003DB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.458 -- Read from C cache (2 bytes @ 0x08003DB2) +T4AF4 015:020.483 Data: 00 F0 +T4AF4 015:020.507 - 0.075ms returns 2 (0x2) +T4AF4 015:020.526 JLINK_ReadMemEx(0x08003DB4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:020.544 -- Read from C cache (60 bytes @ 0x08003DB4) +T4AF4 015:020.570 Data: 01 00 03 90 FF E7 03 98 07 90 FF E7 07 98 08 B0 ... +T4AF4 015:020.593 - 0.075ms returns 60 (0x3C) +T4AF4 015:020.613 JLINK_ReadMemEx(0x08003DB4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.631 -- Read from C cache (2 bytes @ 0x08003DB4) +T4AF4 015:020.655 Data: 01 00 +T4AF4 015:020.679 - 0.074ms returns 2 (0x2) +T4AF4 015:020.699 JLINK_ReadMemEx(0x08003DB6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.717 -- Read from C cache (2 bytes @ 0x08003DB6) +T4AF4 015:020.741 Data: 03 90 +T4AF4 015:020.765 - 0.075ms returns 2 (0x2) +T4AF4 015:020.785 JLINK_ReadMemEx(0x08003DB8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:020.803 -- Read from C cache (60 bytes @ 0x08003DB8) +T4AF4 015:020.828 Data: FF E7 03 98 07 90 FF E7 07 98 08 B0 70 47 00 00 ... +T4AF4 015:020.852 - 0.075ms returns 60 (0x3C) +T4AF4 015:020.871 JLINK_ReadMemEx(0x08003DB8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:020.888 -- Read from C cache (2 bytes @ 0x08003DB8) +T4AF4 015:020.913 Data: FF E7 +T4AF4 015:020.937 - 0.075ms returns 2 (0x2) +T4AF4 015:020.957 JLINK_ReadMemEx(0x08003DB8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:020.975 -- Read from C cache (60 bytes @ 0x08003DB8) +T4AF4 015:021.000 Data: FF E7 03 98 07 90 FF E7 07 98 08 B0 70 47 00 00 ... +T4AF4 015:021.024 - 0.075ms returns 60 (0x3C) +T4AF4 015:021.043 JLINK_ReadMemEx(0x08003DB8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.061 -- Read from C cache (2 bytes @ 0x08003DB8) +T4AF4 015:021.085 Data: FF E7 +T4AF4 015:021.111 - 0.076ms returns 2 (0x2) +T4AF4 015:021.131 JLINK_ReadMemEx(0x08003DBA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.148 -- Read from C cache (2 bytes @ 0x08003DBA) +T4AF4 015:021.173 Data: 03 98 +T4AF4 015:021.197 - 0.074ms returns 2 (0x2) +T4AF4 015:021.216 JLINK_ReadMemEx(0x08003DBA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.234 -- Read from C cache (2 bytes @ 0x08003DBA) +T4AF4 015:021.259 Data: 03 98 +T4AF4 015:021.283 - 0.075ms returns 2 (0x2) +T4AF4 015:021.302 JLINK_ReadMemEx(0x08003DBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:021.320 -- Read from C cache (60 bytes @ 0x08003DBC) +T4AF4 015:021.346 Data: 07 90 FF E7 07 98 08 B0 70 47 00 00 80 B5 86 B0 ... +T4AF4 015:021.370 - 0.075ms returns 60 (0x3C) +T4AF4 015:021.388 JLINK_ReadMemEx(0x08003DBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.406 -- Read from C cache (2 bytes @ 0x08003DBC) +T4AF4 015:021.431 Data: 07 90 +T4AF4 015:021.455 - 0.075ms returns 2 (0x2) +T4AF4 015:021.475 JLINK_ReadMemEx(0x08003DBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:021.493 -- Read from C cache (60 bytes @ 0x08003DBC) +T4AF4 015:021.518 Data: 07 90 FF E7 07 98 08 B0 70 47 00 00 80 B5 86 B0 ... +T4AF4 015:021.542 - 0.075ms returns 60 (0x3C) +T4AF4 015:021.561 JLINK_ReadMemEx(0x08003DBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.579 -- Read from C cache (2 bytes @ 0x08003DBC) +T4AF4 015:021.603 Data: 07 90 +T4AF4 015:021.627 - 0.074ms returns 2 (0x2) +T4AF4 015:021.647 JLINK_ReadMemEx(0x08003DBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.664 -- Read from C cache (2 bytes @ 0x08003DBE) +T4AF4 015:021.689 Data: FF E7 +T4AF4 015:021.713 - 0.074ms returns 2 (0x2) +T4AF4 015:021.733 JLINK_ReadMemEx(0x08003DBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.750 -- Read from C cache (2 bytes @ 0x08003DBE) +T4AF4 015:021.775 Data: FF E7 +T4AF4 015:021.799 - 0.075ms returns 2 (0x2) +T4AF4 015:021.819 JLINK_ReadMemEx(0x08003DC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:021.836 -- Read from C cache (60 bytes @ 0x08003DC0) +T4AF4 015:021.862 Data: 07 98 08 B0 70 47 00 00 80 B5 86 B0 4F F6 00 00 ... +T4AF4 015:021.890 - 0.080ms returns 60 (0x3C) +T4AF4 015:021.909 JLINK_ReadMemEx(0x08003DC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:021.927 -- Read from C cache (2 bytes @ 0x08003DC0) +T4AF4 015:021.952 Data: 07 98 +T4AF4 015:021.976 - 0.074ms returns 2 (0x2) +T4AF4 015:021.995 JLINK_ReadMemEx(0x08003DC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:022.013 -- Read from C cache (60 bytes @ 0x08003DC0) +T4AF4 015:022.039 Data: 07 98 08 B0 70 47 00 00 80 B5 86 B0 4F F6 00 00 ... +T4AF4 015:022.063 - 0.075ms returns 60 (0x3C) +T4AF4 015:022.082 JLINK_ReadMemEx(0x08003DC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.101 -- Read from C cache (2 bytes @ 0x08003DC0) +T4AF4 015:022.126 Data: 07 98 +T4AF4 015:022.150 - 0.076ms returns 2 (0x2) +T4AF4 015:022.172 JLINK_ReadMemEx(0x08003DC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.190 -- Read from C cache (2 bytes @ 0x08003DC2) +T4AF4 015:022.215 Data: 08 B0 +T4AF4 015:022.239 - 0.075ms returns 2 (0x2) +T4AF4 015:022.261 JLINK_ReadMemEx(0x08003DC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.279 -- Read from C cache (2 bytes @ 0x08003DC2) +T4AF4 015:022.303 Data: 08 B0 +T4AF4 015:022.327 - 0.075ms returns 2 (0x2) +T4AF4 015:022.349 JLINK_ReadMemEx(0x08003DC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:022.367 -- Read from C cache (60 bytes @ 0x08003DC4) +T4AF4 015:022.392 Data: 70 47 00 00 80 B5 86 B0 4F F6 00 00 C0 F6 01 00 ... +T4AF4 015:022.416 - 0.075ms returns 60 (0x3C) +T4AF4 015:022.438 JLINK_ReadMemEx(0x08003DC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.456 -- Read from C cache (2 bytes @ 0x08003DC4) +T4AF4 015:022.480 Data: 70 47 +T4AF4 015:022.504 - 0.074ms returns 2 (0x2) +T4AF4 015:022.526 JLINK_ReadMemEx(0x08003DC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:022.544 -- Read from C cache (60 bytes @ 0x08003DC4) +T4AF4 015:022.570 Data: 70 47 00 00 80 B5 86 B0 4F F6 00 00 C0 F6 01 00 ... +T4AF4 015:022.593 - 0.075ms returns 60 (0x3C) +T4AF4 015:022.615 JLINK_ReadMemEx(0x08003DC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.633 -- Read from C cache (2 bytes @ 0x08003DC4) +T4AF4 015:022.657 Data: 70 47 +T4AF4 015:022.681 - 0.074ms returns 2 (0x2) +T4AF4 015:022.703 JLINK_ReadMemEx(0x08003DC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.721 -- Read from C cache (2 bytes @ 0x08003DC6) +T4AF4 015:022.745 Data: 00 00 +T4AF4 015:022.769 - 0.074ms returns 2 (0x2) +T4AF4 015:022.792 JLINK_ReadMemEx(0x08003DC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:022.810 -- Read from C cache (2 bytes @ 0x08003DC6) +T4AF4 015:022.834 Data: 00 00 +T4AF4 015:022.858 - 0.074ms returns 2 (0x2) +T4AF4 015:022.880 JLINK_ReadMemEx(0x08003DC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:022.900 CPU_ReadMem(64 bytes @ 0x08003E00) +T4AF4 015:024.205 -- Updating C cache (64 bytes @ 0x08003E00) +T4AF4 015:024.243 -- Read from C cache (60 bytes @ 0x08003DC8) +T4AF4 015:024.270 Data: 80 B5 86 B0 4F F6 00 00 C0 F6 01 00 03 90 00 20 ... +T4AF4 015:024.295 - 1.423ms returns 60 (0x3C) +T4AF4 015:024.321 JLINK_ReadMemEx(0x08003DC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:024.341 -- Read from C cache (2 bytes @ 0x08003DC8) +T4AF4 015:024.366 Data: 80 B5 +T4AF4 015:024.391 - 0.078ms returns 2 (0x2) +T4AF4 015:024.415 JLINK_ReadMemEx(0x08003DC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:024.434 -- Read from C cache (60 bytes @ 0x08003DC8) +T4AF4 015:024.459 Data: 80 B5 86 B0 4F F6 00 00 C0 F6 01 00 03 90 00 20 ... +T4AF4 015:024.483 - 0.076ms returns 60 (0x3C) +T4AF4 015:024.505 JLINK_ReadMemEx(0x08003DC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:024.523 -- Read from C cache (2 bytes @ 0x08003DC8) +T4AF4 015:024.548 Data: 80 B5 +T4AF4 015:024.572 - 0.075ms returns 2 (0x2) +T4AF4 015:024.593 JLINK_ReadMemEx(0x08003DCA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:024.612 -- Read from C cache (2 bytes @ 0x08003DCA) +T4AF4 015:024.636 Data: 86 B0 +T4AF4 015:024.661 - 0.075ms returns 2 (0x2) +T4AF4 015:024.683 JLINK_ReadMemEx(0x08003DCA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:024.701 -- Read from C cache (2 bytes @ 0x08003DCA) +T4AF4 015:024.739 Data: 86 B0 +T4AF4 015:024.765 - 0.090ms returns 2 (0x2) +T4AF4 015:024.787 JLINK_ReadMemEx(0x08003DCC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:024.806 -- Read from C cache (60 bytes @ 0x08003DCC) +T4AF4 015:024.831 Data: 4F F6 00 00 C0 F6 01 00 03 90 00 20 02 90 FF E7 ... +T4AF4 015:024.863 - 0.083ms returns 60 (0x3C) +T4AF4 015:024.882 JLINK_ReadMemEx(0x08003DCC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:024.897 -- Read from C cache (2 bytes @ 0x08003DCC) +T4AF4 015:024.918 Data: 4F F6 +T4AF4 015:024.938 - 0.063ms returns 2 (0x2) +T4AF4 015:024.957 JLINK_ReadMemEx(0x08003DCC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:025.026 -- Read from C cache (60 bytes @ 0x08003DCC) +T4AF4 015:025.047 Data: 4F F6 00 00 C0 F6 01 00 03 90 00 20 02 90 FF E7 ... +T4AF4 015:025.068 - 0.117ms returns 60 (0x3C) +T4AF4 015:025.093 JLINK_ReadMemEx(0x08003DCC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.109 -- Read from C cache (2 bytes @ 0x08003DCC) +T4AF4 015:025.129 Data: 4F F6 +T4AF4 015:025.150 - 0.064ms returns 2 (0x2) +T4AF4 015:025.169 JLINK_ReadMemEx(0x08003DCE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.184 -- Read from C cache (2 bytes @ 0x08003DCE) +T4AF4 015:025.205 Data: 00 00 +T4AF4 015:025.226 - 0.063ms returns 2 (0x2) +T4AF4 015:025.245 JLINK_ReadMemEx(0x08003DD0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:025.260 -- Read from C cache (60 bytes @ 0x08003DD0) +T4AF4 015:025.282 Data: C0 F6 01 00 03 90 00 20 02 90 FF E7 02 98 80 28 ... +T4AF4 015:025.302 - 0.064ms returns 60 (0x3C) +T4AF4 015:025.321 JLINK_ReadMemEx(0x08003DD0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.336 -- Read from C cache (2 bytes @ 0x08003DD0) +T4AF4 015:025.357 Data: C0 F6 +T4AF4 015:025.377 - 0.064ms returns 2 (0x2) +T4AF4 015:025.396 JLINK_ReadMemEx(0x08003DD2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.411 -- Read from C cache (2 bytes @ 0x08003DD2) +T4AF4 015:025.432 Data: 01 00 +T4AF4 015:025.453 - 0.064ms returns 2 (0x2) +T4AF4 015:025.471 JLINK_ReadMemEx(0x08003DD4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:025.487 -- Read from C cache (60 bytes @ 0x08003DD4) +T4AF4 015:025.508 Data: 03 90 00 20 02 90 FF E7 02 98 80 28 12 DC FF E7 ... +T4AF4 015:025.529 - 0.064ms returns 60 (0x3C) +T4AF4 015:025.547 JLINK_ReadMemEx(0x08003DD4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.563 -- Read from C cache (2 bytes @ 0x08003DD4) +T4AF4 015:025.583 Data: 03 90 +T4AF4 015:025.604 - 0.064ms returns 2 (0x2) +T4AF4 015:025.623 JLINK_ReadMemEx(0x08003DD6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.638 -- Read from C cache (2 bytes @ 0x08003DD6) +T4AF4 015:025.659 Data: 00 20 +T4AF4 015:025.680 - 0.064ms returns 2 (0x2) +T4AF4 015:025.698 JLINK_ReadMemEx(0x08003DD6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.714 -- Read from C cache (2 bytes @ 0x08003DD6) +T4AF4 015:025.735 Data: 00 20 +T4AF4 015:025.755 - 0.064ms returns 2 (0x2) +T4AF4 015:025.774 JLINK_ReadMemEx(0x08003DD8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:025.789 -- Read from C cache (60 bytes @ 0x08003DD8) +T4AF4 015:025.811 Data: 02 90 FF E7 02 98 80 28 12 DC FF E7 03 98 02 F0 ... +T4AF4 015:025.831 - 0.064ms returns 60 (0x3C) +T4AF4 015:025.850 JLINK_ReadMemEx(0x08003DD8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:025.865 -- Read from C cache (2 bytes @ 0x08003DD8) +T4AF4 015:025.886 Data: 02 90 +T4AF4 015:025.907 - 0.064ms returns 2 (0x2) +T4AF4 015:025.926 JLINK_ReadMemEx(0x08003DD8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:025.941 -- Read from C cache (60 bytes @ 0x08003DD8) +T4AF4 015:025.963 Data: 02 90 FF E7 02 98 80 28 12 DC FF E7 03 98 02 F0 ... +T4AF4 015:025.983 - 0.064ms returns 60 (0x3C) +T4AF4 015:026.001 JLINK_ReadMemEx(0x08003DD8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.017 -- Read from C cache (2 bytes @ 0x08003DD8) +T4AF4 015:026.038 Data: 02 90 +T4AF4 015:026.058 - 0.064ms returns 2 (0x2) +T4AF4 015:026.077 JLINK_ReadMemEx(0x08003DDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.200 -- Read from C cache (2 bytes @ 0x08003DDA) +T4AF4 015:026.263 Data: FF E7 +T4AF4 015:026.289 - 0.220ms returns 2 (0x2) +T4AF4 015:026.314 JLINK_ReadMemEx(0x08003DDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.334 -- Read from C cache (2 bytes @ 0x08003DDA) +T4AF4 015:026.363 Data: FF E7 +T4AF4 015:026.388 - 0.082ms returns 2 (0x2) +T4AF4 015:026.410 JLINK_ReadMemEx(0x08003DDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:026.429 -- Read from C cache (60 bytes @ 0x08003DDC) +T4AF4 015:026.455 Data: 02 98 80 28 12 DC FF E7 03 98 02 F0 F5 FA 02 9A ... +T4AF4 015:026.479 - 0.077ms returns 60 (0x3C) +T4AF4 015:026.501 JLINK_ReadMemEx(0x08003DDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.519 -- Read from C cache (2 bytes @ 0x08003DDC) +T4AF4 015:026.544 Data: 02 98 +T4AF4 015:026.569 - 0.076ms returns 2 (0x2) +T4AF4 015:026.591 JLINK_ReadMemEx(0x08003DDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:026.609 -- Read from C cache (60 bytes @ 0x08003DDC) +T4AF4 015:026.635 Data: 02 98 80 28 12 DC FF E7 03 98 02 F0 F5 FA 02 9A ... +T4AF4 015:026.660 - 0.077ms returns 60 (0x3C) +T4AF4 015:026.682 JLINK_ReadMemEx(0x08003DDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.700 -- Read from C cache (2 bytes @ 0x08003DDC) +T4AF4 015:026.725 Data: 02 98 +T4AF4 015:026.749 - 0.076ms returns 2 (0x2) +T4AF4 015:026.772 JLINK_ReadMemEx(0x08003DDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.790 -- Read from C cache (2 bytes @ 0x08003DDE) +T4AF4 015:026.815 Data: 80 28 +T4AF4 015:026.839 - 0.076ms returns 2 (0x2) +T4AF4 015:026.862 JLINK_ReadMemEx(0x08003DDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:026.880 -- Read from C cache (2 bytes @ 0x08003DDE) +T4AF4 015:026.905 Data: 80 28 +T4AF4 015:026.929 - 0.075ms returns 2 (0x2) +T4AF4 015:026.951 JLINK_ReadMemEx(0x08003DE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:026.969 -- Read from C cache (60 bytes @ 0x08003DE0) +T4AF4 015:026.995 Data: 12 DC FF E7 03 98 02 F0 F5 FA 02 9A 40 F2 A0 61 ... +T4AF4 015:027.019 - 0.076ms returns 60 (0x3C) +T4AF4 015:027.041 JLINK_ReadMemEx(0x08003DE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.059 -- Read from C cache (2 bytes @ 0x08003DE0) +T4AF4 015:027.091 Data: 12 DC +T4AF4 015:027.116 - 0.083ms returns 2 (0x2) +T4AF4 015:027.138 JLINK_ReadMemEx(0x08003DE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:027.156 -- Read from C cache (60 bytes @ 0x08003DE0) +T4AF4 015:027.181 Data: 12 DC FF E7 03 98 02 F0 F5 FA 02 9A 40 F2 A0 61 ... +T4AF4 015:027.205 - 0.076ms returns 60 (0x3C) +T4AF4 015:027.227 JLINK_ReadMemEx(0x08003DE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.245 -- Read from C cache (2 bytes @ 0x08003DE0) +T4AF4 015:027.270 Data: 12 DC +T4AF4 015:027.294 - 0.075ms returns 2 (0x2) +T4AF4 015:027.316 JLINK_ReadMemEx(0x08003DE2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.334 -- Read from C cache (2 bytes @ 0x08003DE2) +T4AF4 015:027.359 Data: FF E7 +T4AF4 015:027.383 - 0.075ms returns 2 (0x2) +T4AF4 015:027.406 JLINK_ReadMemEx(0x08003DE2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.423 -- Read from C cache (2 bytes @ 0x08003DE2) +T4AF4 015:027.448 Data: FF E7 +T4AF4 015:027.472 - 0.075ms returns 2 (0x2) +T4AF4 015:027.495 JLINK_ReadMemEx(0x08003DE4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:027.513 -- Read from C cache (60 bytes @ 0x08003DE4) +T4AF4 015:027.538 Data: 03 98 02 F0 F5 FA 02 9A 40 F2 A0 61 C2 F2 00 01 ... +T4AF4 015:027.563 - 0.076ms returns 60 (0x3C) +T4AF4 015:027.584 JLINK_ReadMemEx(0x08003DE4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.602 -- Read from C cache (2 bytes @ 0x08003DE4) +T4AF4 015:027.627 Data: 03 98 +T4AF4 015:027.651 - 0.075ms returns 2 (0x2) +T4AF4 015:027.673 JLINK_ReadMemEx(0x08003DE4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:027.691 -- Read from C cache (60 bytes @ 0x08003DE4) +T4AF4 015:027.717 Data: 03 98 02 F0 F5 FA 02 9A 40 F2 A0 61 C2 F2 00 01 ... +T4AF4 015:027.741 - 0.076ms returns 60 (0x3C) +T4AF4 015:027.763 JLINK_ReadMemEx(0x08003DE4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.781 -- Read from C cache (2 bytes @ 0x08003DE4) +T4AF4 015:027.809 Data: 03 98 +T4AF4 015:027.834 - 0.079ms returns 2 (0x2) +T4AF4 015:027.856 JLINK_ReadMemEx(0x08003DE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.874 -- Read from C cache (2 bytes @ 0x08003DE6) +T4AF4 015:027.898 Data: 02 F0 +T4AF4 015:027.923 - 0.075ms returns 2 (0x2) +T4AF4 015:027.945 JLINK_ReadMemEx(0x08003DE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:027.963 -- Read from C cache (2 bytes @ 0x08003DE6) +T4AF4 015:027.988 Data: 02 F0 +T4AF4 015:028.012 - 0.079ms returns 2 (0x2) +T4AF4 015:028.037 JLINK_ReadMemEx(0x08003DE8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:028.056 -- Read from C cache (60 bytes @ 0x08003DE8) +T4AF4 015:028.088 Data: F5 FA 02 9A 40 F2 A0 61 C2 F2 00 01 21 F8 12 00 ... +T4AF4 015:028.112 - 0.083ms returns 60 (0x3C) +T4AF4 015:028.138 JLINK_ReadMemEx(0x08003DE8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.156 -- Read from C cache (2 bytes @ 0x08003DE8) +T4AF4 015:028.180 Data: F5 FA +T4AF4 015:028.205 - 0.075ms returns 2 (0x2) +T4AF4 015:028.227 JLINK_ReadMemEx(0x08003DEA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.246 -- Read from C cache (2 bytes @ 0x08003DEA) +T4AF4 015:028.270 Data: 02 9A +T4AF4 015:028.294 - 0.075ms returns 2 (0x2) +T4AF4 015:028.316 JLINK_ReadMemEx(0x08003DEC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:028.334 -- Read from C cache (60 bytes @ 0x08003DEC) +T4AF4 015:028.360 Data: 40 F2 A0 61 C2 F2 00 01 21 F8 12 00 03 98 02 30 ... +T4AF4 015:028.384 - 0.076ms returns 60 (0x3C) +T4AF4 015:028.406 JLINK_ReadMemEx(0x08003DEC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.424 -- Read from C cache (2 bytes @ 0x08003DEC) +T4AF4 015:028.449 Data: 40 F2 +T4AF4 015:028.473 - 0.075ms returns 2 (0x2) +T4AF4 015:028.496 JLINK_ReadMemEx(0x08003DEC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:028.514 -- Read from C cache (60 bytes @ 0x08003DEC) +T4AF4 015:028.540 Data: 40 F2 A0 61 C2 F2 00 01 21 F8 12 00 03 98 02 30 ... +T4AF4 015:028.564 - 0.076ms returns 60 (0x3C) +T4AF4 015:028.586 JLINK_ReadMemEx(0x08003DEC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.604 -- Read from C cache (2 bytes @ 0x08003DEC) +T4AF4 015:028.629 Data: 40 F2 +T4AF4 015:028.653 - 0.075ms returns 2 (0x2) +T4AF4 015:028.675 JLINK_ReadMemEx(0x08003DEE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.693 -- Read from C cache (2 bytes @ 0x08003DEE) +T4AF4 015:028.718 Data: A0 61 +T4AF4 015:028.742 - 0.075ms returns 2 (0x2) +T4AF4 015:028.765 JLINK_ReadMemEx(0x08003DF0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:028.783 -- Read from C cache (60 bytes @ 0x08003DF0) +T4AF4 015:028.809 Data: C2 F2 00 01 21 F8 12 00 03 98 02 30 03 90 FF E7 ... +T4AF4 015:028.833 - 0.076ms returns 60 (0x3C) +T4AF4 015:028.855 JLINK_ReadMemEx(0x08003DF0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.873 -- Read from C cache (2 bytes @ 0x08003DF0) +T4AF4 015:028.898 Data: C2 F2 +T4AF4 015:028.922 - 0.076ms returns 2 (0x2) +T4AF4 015:028.945 JLINK_ReadMemEx(0x08003DF2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:028.963 -- Read from C cache (2 bytes @ 0x08003DF2) +T4AF4 015:028.988 Data: 00 01 +T4AF4 015:029.012 - 0.076ms returns 2 (0x2) +T4AF4 015:029.035 JLINK_ReadMemEx(0x08003DF4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:029.053 -- Read from C cache (60 bytes @ 0x08003DF4) +T4AF4 015:029.079 Data: 21 F8 12 00 03 98 02 30 03 90 FF E7 02 98 01 30 ... +T4AF4 015:029.113 - 0.086ms returns 60 (0x3C) +T4AF4 015:029.134 JLINK_ReadMemEx(0x08003DF4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.153 -- Read from C cache (2 bytes @ 0x08003DF4) +T4AF4 015:029.178 Data: 21 F8 +T4AF4 015:029.202 - 0.076ms returns 2 (0x2) +T4AF4 015:029.224 JLINK_ReadMemEx(0x08003DF6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.242 -- Read from C cache (2 bytes @ 0x08003DF6) +T4AF4 015:029.267 Data: 12 00 +T4AF4 015:029.292 - 0.076ms returns 2 (0x2) +T4AF4 015:029.315 JLINK_ReadMemEx(0x08003DF8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:029.333 -- Read from C cache (60 bytes @ 0x08003DF8) +T4AF4 015:029.363 Data: 03 98 02 30 03 90 FF E7 02 98 01 30 02 90 E9 E7 ... +T4AF4 015:029.387 - 0.081ms returns 60 (0x3C) +T4AF4 015:029.409 JLINK_ReadMemEx(0x08003DF8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.427 -- Read from C cache (2 bytes @ 0x08003DF8) +T4AF4 015:029.452 Data: 03 98 +T4AF4 015:029.477 - 0.076ms returns 2 (0x2) +T4AF4 015:029.499 JLINK_ReadMemEx(0x08003DFA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.517 -- Read from C cache (2 bytes @ 0x08003DFA) +T4AF4 015:029.542 Data: 02 30 +T4AF4 015:029.566 - 0.076ms returns 2 (0x2) +T4AF4 015:029.589 JLINK_ReadMemEx(0x08003DFA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.607 -- Read from C cache (2 bytes @ 0x08003DFA) +T4AF4 015:029.632 Data: 02 30 +T4AF4 015:029.656 - 0.076ms returns 2 (0x2) +T4AF4 015:029.678 JLINK_ReadMemEx(0x08003DFC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:029.697 -- Read from C cache (60 bytes @ 0x08003DFC) +T4AF4 015:029.723 Data: 03 90 FF E7 02 98 01 30 02 90 E9 E7 40 F2 A0 60 ... +T4AF4 015:029.747 - 0.077ms returns 60 (0x3C) +T4AF4 015:029.769 JLINK_ReadMemEx(0x08003DFC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.787 -- Read from C cache (2 bytes @ 0x08003DFC) +T4AF4 015:029.812 Data: 03 90 +T4AF4 015:029.837 - 0.076ms returns 2 (0x2) +T4AF4 015:029.859 JLINK_ReadMemEx(0x08003DFC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:029.877 -- Read from C cache (60 bytes @ 0x08003DFC) +T4AF4 015:029.903 Data: 03 90 FF E7 02 98 01 30 02 90 E9 E7 40 F2 A0 60 ... +T4AF4 015:029.928 - 0.076ms returns 60 (0x3C) +T4AF4 015:029.949 JLINK_ReadMemEx(0x08003DFC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:029.968 -- Read from C cache (2 bytes @ 0x08003DFC) +T4AF4 015:029.992 Data: 03 90 +T4AF4 015:030.017 - 0.076ms returns 2 (0x2) +T4AF4 015:030.039 JLINK_ReadMemEx(0x08003DFE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.057 -- Read from C cache (2 bytes @ 0x08003DFE) +T4AF4 015:030.088 Data: FF E7 +T4AF4 015:030.113 - 0.082ms returns 2 (0x2) +T4AF4 015:030.135 JLINK_ReadMemEx(0x08003DFE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.154 -- Read from C cache (2 bytes @ 0x08003DFE) +T4AF4 015:030.178 Data: FF E7 +T4AF4 015:030.203 - 0.076ms returns 2 (0x2) +T4AF4 015:030.225 JLINK_ReadMemEx(0x08003E00, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:030.243 -- Read from C cache (60 bytes @ 0x08003E00) +T4AF4 015:030.269 Data: 02 98 01 30 02 90 E9 E7 40 F2 A0 60 C2 F2 00 00 ... +T4AF4 015:030.293 - 0.076ms returns 60 (0x3C) +T4AF4 015:030.315 JLINK_ReadMemEx(0x08003E00, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.333 -- Read from C cache (2 bytes @ 0x08003E00) +T4AF4 015:030.358 Data: 02 98 +T4AF4 015:030.383 - 0.076ms returns 2 (0x2) +T4AF4 015:030.405 JLINK_ReadMemEx(0x08003E00, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:030.423 -- Read from C cache (60 bytes @ 0x08003E00) +T4AF4 015:030.449 Data: 02 98 01 30 02 90 E9 E7 40 F2 A0 60 C2 F2 00 00 ... +T4AF4 015:030.473 - 0.076ms returns 60 (0x3C) +T4AF4 015:030.495 JLINK_ReadMemEx(0x08003E00, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.513 -- Read from C cache (2 bytes @ 0x08003E00) +T4AF4 015:030.538 Data: 02 98 +T4AF4 015:030.562 - 0.076ms returns 2 (0x2) +T4AF4 015:030.584 JLINK_ReadMemEx(0x08003E02, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.602 -- Read from C cache (2 bytes @ 0x08003E02) +T4AF4 015:030.627 Data: 01 30 +T4AF4 015:030.651 - 0.075ms returns 2 (0x2) +T4AF4 015:030.674 JLINK_ReadMemEx(0x08003E02, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.692 -- Read from C cache (2 bytes @ 0x08003E02) +T4AF4 015:030.717 Data: 01 30 +T4AF4 015:030.741 - 0.075ms returns 2 (0x2) +T4AF4 015:030.763 JLINK_ReadMemEx(0x08003E04, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:030.781 -- Read from C cache (60 bytes @ 0x08003E04) +T4AF4 015:030.807 Data: 02 90 E9 E7 40 F2 A0 60 C2 F2 00 00 01 90 80 21 ... +T4AF4 015:030.831 - 0.076ms returns 60 (0x3C) +T4AF4 015:030.853 JLINK_ReadMemEx(0x08003E04, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:030.871 -- Read from C cache (2 bytes @ 0x08003E04) +T4AF4 015:030.896 Data: 02 90 +T4AF4 015:030.924 - 0.080ms returns 2 (0x2) +T4AF4 015:030.947 JLINK_ReadMemEx(0x08003E04, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:030.965 -- Read from C cache (60 bytes @ 0x08003E04) +T4AF4 015:030.991 Data: 02 90 E9 E7 40 F2 A0 60 C2 F2 00 00 01 90 80 21 ... +T4AF4 015:031.015 - 0.076ms returns 60 (0x3C) +T4AF4 015:031.037 JLINK_ReadMemEx(0x08003E04, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:031.055 -- Read from C cache (2 bytes @ 0x08003E04) +T4AF4 015:031.096 Data: 02 90 +T4AF4 015:031.121 - 0.093ms returns 2 (0x2) +T4AF4 015:031.143 JLINK_ReadMemEx(0x08003E06, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:031.161 -- Read from C cache (2 bytes @ 0x08003E06) +T4AF4 015:031.186 Data: E9 E7 +T4AF4 015:031.211 - 0.076ms returns 2 (0x2) +T4AF4 015:031.234 JLINK_ReadMemEx(0x08003E06, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:031.252 -- Read from C cache (2 bytes @ 0x08003E06) +T4AF4 015:031.276 Data: E9 E7 +T4AF4 015:031.301 - 0.075ms returns 2 (0x2) +T4AF4 015:031.323 JLINK_ReadMemEx(0x08003E08, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:031.344 CPU_ReadMem(64 bytes @ 0x08003E40) +T4AF4 015:032.706 -- Updating C cache (64 bytes @ 0x08003E40) +T4AF4 015:032.745 -- Read from C cache (60 bytes @ 0x08003E08) +T4AF4 015:032.773 Data: 40 F2 A0 60 C2 F2 00 00 01 90 80 21 01 F0 24 FB ... +T4AF4 015:032.799 - 1.485ms returns 60 (0x3C) +T4AF4 015:032.825 JLINK_ReadMemEx(0x08003E08, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:032.845 -- Read from C cache (2 bytes @ 0x08003E08) +T4AF4 015:032.870 Data: 40 F2 +T4AF4 015:032.895 - 0.078ms returns 2 (0x2) +T4AF4 015:032.919 JLINK_ReadMemEx(0x08003E08, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:032.938 -- Read from C cache (60 bytes @ 0x08003E08) +T4AF4 015:032.964 Data: 40 F2 A0 60 C2 F2 00 00 01 90 80 21 01 F0 24 FB ... +T4AF4 015:032.988 - 0.077ms returns 60 (0x3C) +T4AF4 015:033.010 JLINK_ReadMemEx(0x08003E08, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.028 -- Read from C cache (2 bytes @ 0x08003E08) +T4AF4 015:033.053 Data: 40 F2 +T4AF4 015:033.077 - 0.084ms returns 2 (0x2) +T4AF4 015:033.108 JLINK_ReadMemEx(0x08003E0A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.126 -- Read from C cache (2 bytes @ 0x08003E0A) +T4AF4 015:033.151 Data: A0 60 +T4AF4 015:033.176 - 0.076ms returns 2 (0x2) +T4AF4 015:033.198 JLINK_ReadMemEx(0x08003E0C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:033.216 -- Read from C cache (60 bytes @ 0x08003E0C) +T4AF4 015:033.242 Data: C2 F2 00 00 01 90 80 21 01 F0 24 FB 01 99 04 90 ... +T4AF4 015:033.266 - 0.076ms returns 60 (0x3C) +T4AF4 015:033.288 JLINK_ReadMemEx(0x08003E0C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.305 -- Read from C cache (2 bytes @ 0x08003E0C) +T4AF4 015:033.330 Data: C2 F2 +T4AF4 015:033.354 - 0.075ms returns 2 (0x2) +T4AF4 015:033.376 JLINK_ReadMemEx(0x08003E0E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.394 -- Read from C cache (2 bytes @ 0x08003E0E) +T4AF4 015:033.419 Data: 00 00 +T4AF4 015:033.444 - 0.075ms returns 2 (0x2) +T4AF4 015:033.466 JLINK_ReadMemEx(0x08003E10, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:033.484 -- Read from C cache (60 bytes @ 0x08003E10) +T4AF4 015:033.509 Data: 01 90 80 21 01 F0 24 FB 01 99 04 90 04 98 B1 F8 ... +T4AF4 015:033.533 - 0.076ms returns 60 (0x3C) +T4AF4 015:033.555 JLINK_ReadMemEx(0x08003E10, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.573 -- Read from C cache (2 bytes @ 0x08003E10) +T4AF4 015:033.597 Data: 01 90 +T4AF4 015:033.622 - 0.075ms returns 2 (0x2) +T4AF4 015:033.644 JLINK_ReadMemEx(0x08003E12, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.662 -- Read from C cache (2 bytes @ 0x08003E12) +T4AF4 015:033.687 Data: 80 21 +T4AF4 015:033.711 - 0.075ms returns 2 (0x2) +T4AF4 015:033.733 JLINK_ReadMemEx(0x08003E12, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.751 -- Read from C cache (2 bytes @ 0x08003E12) +T4AF4 015:033.776 Data: 80 21 +T4AF4 015:033.800 - 0.075ms returns 2 (0x2) +T4AF4 015:033.822 JLINK_ReadMemEx(0x08003E14, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:033.840 -- Read from C cache (60 bytes @ 0x08003E14) +T4AF4 015:033.874 Data: 01 F0 24 FB 01 99 04 90 04 98 B1 F8 00 11 88 42 ... +T4AF4 015:033.898 - 0.085ms returns 60 (0x3C) +T4AF4 015:033.920 JLINK_ReadMemEx(0x08003E14, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:033.938 -- Read from C cache (2 bytes @ 0x08003E14) +T4AF4 015:033.963 Data: 01 F0 +T4AF4 015:033.987 - 0.075ms returns 2 (0x2) +T4AF4 015:034.010 JLINK_ReadMemEx(0x08003E14, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:034.028 -- Read from C cache (60 bytes @ 0x08003E14) +T4AF4 015:034.054 Data: 01 F0 24 FB 01 99 04 90 04 98 B1 F8 00 11 88 42 ... +T4AF4 015:034.077 - 0.082ms returns 60 (0x3C) +T4AF4 015:034.106 JLINK_ReadMemEx(0x08003E14, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.124 -- Read from C cache (2 bytes @ 0x08003E14) +T4AF4 015:034.148 Data: 01 F0 +T4AF4 015:034.173 - 0.075ms returns 2 (0x2) +T4AF4 015:034.195 JLINK_ReadMemEx(0x08003E16, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.213 -- Read from C cache (2 bytes @ 0x08003E16) +T4AF4 015:034.237 Data: 24 FB +T4AF4 015:034.262 - 0.075ms returns 2 (0x2) +T4AF4 015:034.284 JLINK_ReadMemEx(0x08003E18, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:034.302 -- Read from C cache (60 bytes @ 0x08003E18) +T4AF4 015:034.327 Data: 01 99 04 90 04 98 B1 F8 00 11 88 42 35 D1 FF E7 ... +T4AF4 015:034.352 - 0.076ms returns 60 (0x3C) +T4AF4 015:034.373 JLINK_ReadMemEx(0x08003E18, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.391 -- Read from C cache (2 bytes @ 0x08003E18) +T4AF4 015:034.416 Data: 01 99 +T4AF4 015:034.440 - 0.075ms returns 2 (0x2) +T4AF4 015:034.462 JLINK_ReadMemEx(0x08003E1A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.480 -- Read from C cache (2 bytes @ 0x08003E1A) +T4AF4 015:034.512 Data: 04 90 +T4AF4 015:034.536 - 0.082ms returns 2 (0x2) +T4AF4 015:034.559 JLINK_ReadMemEx(0x08003E1A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.578 -- Read from C cache (2 bytes @ 0x08003E1A) +T4AF4 015:034.602 Data: 04 90 +T4AF4 015:034.627 - 0.076ms returns 2 (0x2) +T4AF4 015:034.649 JLINK_ReadMemEx(0x08003E1C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:034.667 -- Read from C cache (60 bytes @ 0x08003E1C) +T4AF4 015:034.692 Data: 04 98 B1 F8 00 11 88 42 35 D1 FF E7 04 98 4F F6 ... +T4AF4 015:034.717 - 0.076ms returns 60 (0x3C) +T4AF4 015:034.738 JLINK_ReadMemEx(0x08003E1C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.756 -- Read from C cache (2 bytes @ 0x08003E1C) +T4AF4 015:034.781 Data: 04 98 +T4AF4 015:034.805 - 0.075ms returns 2 (0x2) +T4AF4 015:034.828 JLINK_ReadMemEx(0x08003E1C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:034.846 -- Read from C cache (60 bytes @ 0x08003E1C) +T4AF4 015:034.871 Data: 04 98 B1 F8 00 11 88 42 35 D1 FF E7 04 98 4F F6 ... +T4AF4 015:034.895 - 0.076ms returns 60 (0x3C) +T4AF4 015:034.917 JLINK_ReadMemEx(0x08003E1C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:034.935 -- Read from C cache (2 bytes @ 0x08003E1C) +T4AF4 015:034.960 Data: 04 98 +T4AF4 015:034.984 - 0.075ms returns 2 (0x2) +T4AF4 015:035.006 JLINK_ReadMemEx(0x08003E1E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.024 -- Read from C cache (2 bytes @ 0x08003E1E) +T4AF4 015:035.049 Data: B1 F8 +T4AF4 015:035.073 - 0.082ms returns 2 (0x2) +T4AF4 015:035.103 JLINK_ReadMemEx(0x08003E1E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.121 -- Read from C cache (2 bytes @ 0x08003E1E) +T4AF4 015:035.145 Data: B1 F8 +T4AF4 015:035.170 - 0.075ms returns 2 (0x2) +T4AF4 015:035.192 JLINK_ReadMemEx(0x08003E20, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:035.210 -- Read from C cache (60 bytes @ 0x08003E20) +T4AF4 015:035.236 Data: 00 11 88 42 35 D1 FF E7 04 98 4F F6 FF 71 88 42 ... +T4AF4 015:035.260 - 0.076ms returns 60 (0x3C) +T4AF4 015:035.282 JLINK_ReadMemEx(0x08003E20, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.300 -- Read from C cache (2 bytes @ 0x08003E20) +T4AF4 015:035.324 Data: 00 11 +T4AF4 015:035.349 - 0.075ms returns 2 (0x2) +T4AF4 015:035.371 JLINK_ReadMemEx(0x08003E22, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.390 -- Read from C cache (2 bytes @ 0x08003E22) +T4AF4 015:035.419 Data: 88 42 +T4AF4 015:035.443 - 0.080ms returns 2 (0x2) +T4AF4 015:035.466 JLINK_ReadMemEx(0x08003E24, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:035.484 -- Read from C cache (60 bytes @ 0x08003E24) +T4AF4 015:035.509 Data: 35 D1 FF E7 04 98 4F F6 FF 71 88 42 2F D0 FF E7 ... +T4AF4 015:035.534 - 0.076ms returns 60 (0x3C) +T4AF4 015:035.555 JLINK_ReadMemEx(0x08003E24, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.573 -- Read from C cache (2 bytes @ 0x08003E24) +T4AF4 015:035.598 Data: 35 D1 +T4AF4 015:035.622 - 0.075ms returns 2 (0x2) +T4AF4 015:035.645 JLINK_ReadMemEx(0x08003E24, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:035.663 -- Read from C cache (60 bytes @ 0x08003E24) +T4AF4 015:035.689 Data: 35 D1 FF E7 04 98 4F F6 FF 71 88 42 2F D0 FF E7 ... +T4AF4 015:035.713 - 0.076ms returns 60 (0x3C) +T4AF4 015:035.734 JLINK_ReadMemEx(0x08003E24, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.752 -- Read from C cache (2 bytes @ 0x08003E24) +T4AF4 015:035.777 Data: 35 D1 +T4AF4 015:035.801 - 0.075ms returns 2 (0x2) +T4AF4 015:035.823 JLINK_ReadMemEx(0x08003E26, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.841 -- Read from C cache (2 bytes @ 0x08003E26) +T4AF4 015:035.865 Data: FF E7 +T4AF4 015:035.890 - 0.075ms returns 2 (0x2) +T4AF4 015:035.912 JLINK_ReadMemEx(0x08003E26, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:035.930 -- Read from C cache (2 bytes @ 0x08003E26) +T4AF4 015:035.954 Data: FF E7 +T4AF4 015:035.978 - 0.075ms returns 2 (0x2) +T4AF4 015:036.000 JLINK_ReadMemEx(0x08003E28, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:036.018 -- Read from C cache (60 bytes @ 0x08003E28) +T4AF4 015:036.043 Data: 04 98 4F F6 FF 71 88 42 2F D0 FF E7 40 F2 CC 00 ... +T4AF4 015:036.067 - 0.076ms returns 60 (0x3C) +T4AF4 015:036.095 JLINK_ReadMemEx(0x08003E28, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.114 -- Read from C cache (2 bytes @ 0x08003E28) +T4AF4 015:036.138 Data: 04 98 +T4AF4 015:036.163 - 0.075ms returns 2 (0x2) +T4AF4 015:036.185 JLINK_ReadMemEx(0x08003E28, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:036.203 -- Read from C cache (60 bytes @ 0x08003E28) +T4AF4 015:036.228 Data: 04 98 4F F6 FF 71 88 42 2F D0 FF E7 40 F2 CC 00 ... +T4AF4 015:036.252 - 0.076ms returns 60 (0x3C) +T4AF4 015:036.274 JLINK_ReadMemEx(0x08003E28, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.292 -- Read from C cache (2 bytes @ 0x08003E28) +T4AF4 015:036.316 Data: 04 98 +T4AF4 015:036.340 - 0.075ms returns 2 (0x2) +T4AF4 015:036.362 JLINK_ReadMemEx(0x08003E2A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.380 -- Read from C cache (2 bytes @ 0x08003E2A) +T4AF4 015:036.405 Data: 4F F6 +T4AF4 015:036.429 - 0.075ms returns 2 (0x2) +T4AF4 015:036.451 JLINK_ReadMemEx(0x08003E2A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.469 -- Read from C cache (2 bytes @ 0x08003E2A) +T4AF4 015:036.493 Data: 4F F6 +T4AF4 015:036.518 - 0.075ms returns 2 (0x2) +T4AF4 015:036.539 JLINK_ReadMemEx(0x08003E2C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:036.557 -- Read from C cache (60 bytes @ 0x08003E2C) +T4AF4 015:036.583 Data: FF 71 88 42 2F D0 FF E7 40 F2 CC 00 C2 F2 00 00 ... +T4AF4 015:036.607 - 0.075ms returns 60 (0x3C) +T4AF4 015:036.628 JLINK_ReadMemEx(0x08003E2C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.646 -- Read from C cache (2 bytes @ 0x08003E2C) +T4AF4 015:036.671 Data: FF 71 +T4AF4 015:036.695 - 0.075ms returns 2 (0x2) +T4AF4 015:036.717 JLINK_ReadMemEx(0x08003E2E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.735 -- Read from C cache (2 bytes @ 0x08003E2E) +T4AF4 015:036.760 Data: 88 42 +T4AF4 015:036.784 - 0.075ms returns 2 (0x2) +T4AF4 015:036.806 JLINK_ReadMemEx(0x08003E30, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:036.824 -- Read from C cache (60 bytes @ 0x08003E30) +T4AF4 015:036.849 Data: 2F D0 FF E7 40 F2 CC 00 C2 F2 00 00 00 88 40 F2 ... +T4AF4 015:036.873 - 0.076ms returns 60 (0x3C) +T4AF4 015:036.895 JLINK_ReadMemEx(0x08003E30, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:036.913 -- Read from C cache (2 bytes @ 0x08003E30) +T4AF4 015:036.941 Data: 2F D0 +T4AF4 015:036.965 - 0.078ms returns 2 (0x2) +T4AF4 015:036.988 JLINK_ReadMemEx(0x08003E30, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:037.006 -- Read from C cache (60 bytes @ 0x08003E30) +T4AF4 015:037.032 Data: 2F D0 FF E7 40 F2 CC 00 C2 F2 00 00 00 88 40 F2 ... +T4AF4 015:037.056 - 0.076ms returns 60 (0x3C) +T4AF4 015:037.078 JLINK_ReadMemEx(0x08003E30, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.103 -- Read from C cache (2 bytes @ 0x08003E30) +T4AF4 015:037.127 Data: 2F D0 +T4AF4 015:037.151 - 0.081ms returns 2 (0x2) +T4AF4 015:037.173 JLINK_ReadMemEx(0x08003E32, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.191 -- Read from C cache (2 bytes @ 0x08003E32) +T4AF4 015:037.215 Data: FF E7 +T4AF4 015:037.240 - 0.075ms returns 2 (0x2) +T4AF4 015:037.262 JLINK_ReadMemEx(0x08003E32, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.280 -- Read from C cache (2 bytes @ 0x08003E32) +T4AF4 015:037.304 Data: FF E7 +T4AF4 015:037.328 - 0.074ms returns 2 (0x2) +T4AF4 015:037.350 JLINK_ReadMemEx(0x08003E34, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:037.368 -- Read from C cache (60 bytes @ 0x08003E34) +T4AF4 015:037.393 Data: 40 F2 CC 00 C2 F2 00 00 00 88 40 F2 A0 61 C2 F2 ... +T4AF4 015:037.417 - 0.075ms returns 60 (0x3C) +T4AF4 015:037.439 JLINK_ReadMemEx(0x08003E34, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.457 -- Read from C cache (2 bytes @ 0x08003E34) +T4AF4 015:037.481 Data: 40 F2 +T4AF4 015:037.505 - 0.075ms returns 2 (0x2) +T4AF4 015:037.528 JLINK_ReadMemEx(0x08003E34, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:037.546 -- Read from C cache (60 bytes @ 0x08003E34) +T4AF4 015:037.571 Data: 40 F2 CC 00 C2 F2 00 00 00 88 40 F2 A0 61 C2 F2 ... +T4AF4 015:037.595 - 0.076ms returns 60 (0x3C) +T4AF4 015:037.617 JLINK_ReadMemEx(0x08003E34, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.635 -- Read from C cache (2 bytes @ 0x08003E34) +T4AF4 015:037.660 Data: 40 F2 +T4AF4 015:037.684 - 0.075ms returns 2 (0x2) +T4AF4 015:037.706 JLINK_ReadMemEx(0x08003E36, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.724 -- Read from C cache (2 bytes @ 0x08003E36) +T4AF4 015:037.748 Data: CC 00 +T4AF4 015:037.772 - 0.075ms returns 2 (0x2) +T4AF4 015:037.794 JLINK_ReadMemEx(0x08003E38, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:037.813 -- Read from C cache (60 bytes @ 0x08003E38) +T4AF4 015:037.838 Data: C2 F2 00 00 00 88 40 F2 A0 61 C2 F2 00 01 B1 F8 ... +T4AF4 015:037.862 - 0.075ms returns 60 (0x3C) +T4AF4 015:037.883 JLINK_ReadMemEx(0x08003E38, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.901 -- Read from C cache (2 bytes @ 0x08003E38) +T4AF4 015:037.925 Data: C2 F2 +T4AF4 015:037.950 - 0.074ms returns 2 (0x2) +T4AF4 015:037.971 JLINK_ReadMemEx(0x08003E3A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:037.989 -- Read from C cache (2 bytes @ 0x08003E3A) +T4AF4 015:038.013 Data: 00 00 +T4AF4 015:038.038 - 0.074ms returns 2 (0x2) +T4AF4 015:038.059 JLINK_ReadMemEx(0x08003E3C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:038.077 -- Read from C cache (60 bytes @ 0x08003E3C) +T4AF4 015:038.127 Data: 00 88 40 F2 A0 61 C2 F2 00 01 B1 F8 FC 10 88 42 ... +T4AF4 015:038.151 - 0.099ms returns 60 (0x3C) +T4AF4 015:038.172 JLINK_ReadMemEx(0x08003E3C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.190 -- Read from C cache (2 bytes @ 0x08003E3C) +T4AF4 015:038.216 Data: 00 88 +T4AF4 015:038.241 - 0.076ms returns 2 (0x2) +T4AF4 015:038.262 JLINK_ReadMemEx(0x08003E3E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.280 -- Read from C cache (2 bytes @ 0x08003E3E) +T4AF4 015:038.305 Data: 40 F2 +T4AF4 015:038.335 - 0.080ms returns 2 (0x2) +T4AF4 015:038.354 JLINK_ReadMemEx(0x08003E3E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.369 -- Read from C cache (2 bytes @ 0x08003E3E) +T4AF4 015:038.390 Data: 40 F2 +T4AF4 015:038.411 - 0.063ms returns 2 (0x2) +T4AF4 015:038.429 JLINK_ReadMemEx(0x08003E40, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:038.444 -- Read from C cache (60 bytes @ 0x08003E40) +T4AF4 015:038.466 Data: A0 61 C2 F2 00 01 B1 F8 FC 10 88 42 21 D1 FF E7 ... +T4AF4 015:038.490 - 0.068ms returns 60 (0x3C) +T4AF4 015:038.508 JLINK_ReadMemEx(0x08003E40, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.524 -- Read from C cache (2 bytes @ 0x08003E40) +T4AF4 015:038.544 Data: A0 61 +T4AF4 015:038.565 - 0.063ms returns 2 (0x2) +T4AF4 015:038.584 JLINK_ReadMemEx(0x08003E42, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.599 -- Read from C cache (2 bytes @ 0x08003E42) +T4AF4 015:038.620 Data: C2 F2 +T4AF4 015:038.640 - 0.064ms returns 2 (0x2) +T4AF4 015:038.659 JLINK_ReadMemEx(0x08003E44, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:038.674 -- Read from C cache (60 bytes @ 0x08003E44) +T4AF4 015:038.749 Data: 00 01 B1 F8 FC 10 88 42 21 D1 FF E7 00 20 05 90 ... +T4AF4 015:038.769 - 0.117ms returns 60 (0x3C) +T4AF4 015:038.788 JLINK_ReadMemEx(0x08003E44, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.803 -- Read from C cache (2 bytes @ 0x08003E44) +T4AF4 015:038.824 Data: 00 01 +T4AF4 015:038.844 - 0.064ms returns 2 (0x2) +T4AF4 015:038.863 JLINK_ReadMemEx(0x08003E46, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:038.878 -- Read from C cache (2 bytes @ 0x08003E46) +T4AF4 015:038.899 Data: B1 F8 +T4AF4 015:038.920 - 0.063ms returns 2 (0x2) +T4AF4 015:038.938 JLINK_ReadMemEx(0x08003E48, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:038.956 CPU_ReadMem(64 bytes @ 0x08003E80) +T4AF4 015:040.195 -- Updating C cache (64 bytes @ 0x08003E80) +T4AF4 015:040.227 -- Read from C cache (60 bytes @ 0x08003E48) +T4AF4 015:040.253 Data: FC 10 88 42 21 D1 FF E7 00 20 05 90 FF E7 05 98 ... +T4AF4 015:040.278 - 1.347ms returns 60 (0x3C) +T4AF4 015:040.302 JLINK_ReadMemEx(0x08003E48, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.324 -- Read from C cache (2 bytes @ 0x08003E48) +T4AF4 015:040.349 Data: FC 10 +T4AF4 015:040.374 - 0.080ms returns 2 (0x2) +T4AF4 015:040.397 JLINK_ReadMemEx(0x08003E4A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.415 -- Read from C cache (2 bytes @ 0x08003E4A) +T4AF4 015:040.440 Data: 88 42 +T4AF4 015:040.464 - 0.075ms returns 2 (0x2) +T4AF4 015:040.486 JLINK_ReadMemEx(0x08003E4C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:040.504 -- Read from C cache (60 bytes @ 0x08003E4C) +T4AF4 015:040.529 Data: 21 D1 FF E7 00 20 05 90 FF E7 05 98 7F 28 12 D8 ... +T4AF4 015:040.553 - 0.075ms returns 60 (0x3C) +T4AF4 015:040.575 JLINK_ReadMemEx(0x08003E4C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.593 -- Read from C cache (2 bytes @ 0x08003E4C) +T4AF4 015:040.617 Data: 21 D1 +T4AF4 015:040.641 - 0.075ms returns 2 (0x2) +T4AF4 015:040.664 JLINK_ReadMemEx(0x08003E4C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:040.682 -- Read from C cache (60 bytes @ 0x08003E4C) +T4AF4 015:040.707 Data: 21 D1 FF E7 00 20 05 90 FF E7 05 98 7F 28 12 D8 ... +T4AF4 015:040.733 - 0.078ms returns 60 (0x3C) +T4AF4 015:040.755 JLINK_ReadMemEx(0x08003E4C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.773 -- Read from C cache (2 bytes @ 0x08003E4C) +T4AF4 015:040.797 Data: 21 D1 +T4AF4 015:040.821 - 0.074ms returns 2 (0x2) +T4AF4 015:040.848 JLINK_ReadMemEx(0x08003E4E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.863 -- Read from C cache (2 bytes @ 0x08003E4E) +T4AF4 015:040.884 Data: FF E7 +T4AF4 015:040.905 - 0.064ms returns 2 (0x2) +T4AF4 015:040.924 JLINK_ReadMemEx(0x08003E4E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:040.939 -- Read from C cache (2 bytes @ 0x08003E4E) +T4AF4 015:040.960 Data: FF E7 +T4AF4 015:040.980 - 0.063ms returns 2 (0x2) +T4AF4 015:040.999 JLINK_ReadMemEx(0x08003E50, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:041.014 -- Read from C cache (60 bytes @ 0x08003E50) +T4AF4 015:041.035 Data: 00 20 05 90 FF E7 05 98 7F 28 12 D8 FF E7 05 9A ... +T4AF4 015:041.056 - 0.064ms returns 60 (0x3C) +T4AF4 015:041.074 JLINK_ReadMemEx(0x08003E50, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.096 -- Read from C cache (2 bytes @ 0x08003E50) +T4AF4 015:041.117 Data: 00 20 +T4AF4 015:041.137 - 0.070ms returns 2 (0x2) +T4AF4 015:041.156 JLINK_ReadMemEx(0x08003E50, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:041.175 -- Read from C cache (60 bytes @ 0x08003E50) +T4AF4 015:041.199 Data: 00 20 05 90 FF E7 05 98 7F 28 12 D8 FF E7 05 9A ... +T4AF4 015:041.219 - 0.070ms returns 60 (0x3C) +T4AF4 015:041.238 JLINK_ReadMemEx(0x08003E50, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.253 -- Read from C cache (2 bytes @ 0x08003E50) +T4AF4 015:041.274 Data: 00 20 +T4AF4 015:041.294 - 0.063ms returns 2 (0x2) +T4AF4 015:041.313 JLINK_ReadMemEx(0x08003E52, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.328 -- Read from C cache (2 bytes @ 0x08003E52) +T4AF4 015:041.349 Data: 05 90 +T4AF4 015:041.369 - 0.063ms returns 2 (0x2) +T4AF4 015:041.388 JLINK_ReadMemEx(0x08003E52, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.404 -- Read from C cache (2 bytes @ 0x08003E52) +T4AF4 015:041.424 Data: 05 90 +T4AF4 015:041.445 - 0.063ms returns 2 (0x2) +T4AF4 015:041.464 JLINK_ReadMemEx(0x08003E54, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:041.479 -- Read from C cache (60 bytes @ 0x08003E54) +T4AF4 015:041.500 Data: FF E7 05 98 7F 28 12 D8 FF E7 05 9A 40 F2 A0 60 ... +T4AF4 015:041.521 - 0.064ms returns 60 (0x3C) +T4AF4 015:041.539 JLINK_ReadMemEx(0x08003E54, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.554 -- Read from C cache (2 bytes @ 0x08003E54) +T4AF4 015:041.575 Data: FF E7 +T4AF4 015:041.596 - 0.063ms returns 2 (0x2) +T4AF4 015:041.614 JLINK_ReadMemEx(0x08003E54, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:041.630 -- Read from C cache (60 bytes @ 0x08003E54) +T4AF4 015:041.651 Data: FF E7 05 98 7F 28 12 D8 FF E7 05 9A 40 F2 A0 60 ... +T4AF4 015:041.672 - 0.064ms returns 60 (0x3C) +T4AF4 015:041.690 JLINK_ReadMemEx(0x08003E54, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.705 -- Read from C cache (2 bytes @ 0x08003E54) +T4AF4 015:041.726 Data: FF E7 +T4AF4 015:041.747 - 0.063ms returns 2 (0x2) +T4AF4 015:041.765 JLINK_ReadMemEx(0x08003E56, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.780 -- Read from C cache (2 bytes @ 0x08003E56) +T4AF4 015:041.801 Data: 05 98 +T4AF4 015:041.822 - 0.064ms returns 2 (0x2) +T4AF4 015:041.841 JLINK_ReadMemEx(0x08003E56, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:041.856 -- Read from C cache (2 bytes @ 0x08003E56) +T4AF4 015:041.877 Data: 05 98 +T4AF4 015:041.898 - 0.063ms returns 2 (0x2) +T4AF4 015:041.916 JLINK_ReadMemEx(0x08003E58, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:041.931 -- Read from C cache (60 bytes @ 0x08003E58) +T4AF4 015:041.953 Data: 7F 28 12 D8 FF E7 05 9A 40 F2 A0 60 C2 F2 00 00 ... +T4AF4 015:041.973 - 0.064ms returns 60 (0x3C) +T4AF4 015:041.991 JLINK_ReadMemEx(0x08003E58, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.007 -- Read from C cache (2 bytes @ 0x08003E58) +T4AF4 015:042.027 Data: 7F 28 +T4AF4 015:042.048 - 0.063ms returns 2 (0x2) +T4AF4 015:042.067 JLINK_ReadMemEx(0x08003E58, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:042.293 -- Read from C cache (60 bytes @ 0x08003E58) +T4AF4 015:042.335 Data: 7F 28 12 D8 FF E7 05 9A 40 F2 A0 60 C2 F2 00 00 ... +T4AF4 015:042.364 - 0.306ms returns 60 (0x3C) +T4AF4 015:042.387 JLINK_ReadMemEx(0x08003E58, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.407 -- Read from C cache (2 bytes @ 0x08003E58) +T4AF4 015:042.432 Data: 7F 28 +T4AF4 015:042.457 - 0.078ms returns 2 (0x2) +T4AF4 015:042.479 JLINK_ReadMemEx(0x08003E5A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.498 -- Read from C cache (2 bytes @ 0x08003E5A) +T4AF4 015:042.523 Data: 12 D8 +T4AF4 015:042.547 - 0.076ms returns 2 (0x2) +T4AF4 015:042.570 JLINK_ReadMemEx(0x08003E5A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.588 -- Read from C cache (2 bytes @ 0x08003E5A) +T4AF4 015:042.612 Data: 12 D8 +T4AF4 015:042.637 - 0.075ms returns 2 (0x2) +T4AF4 015:042.658 JLINK_ReadMemEx(0x08003E5C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:042.677 -- Read from C cache (60 bytes @ 0x08003E5C) +T4AF4 015:042.702 Data: FF E7 05 9A 40 F2 A0 60 C2 F2 00 00 30 F8 12 00 ... +T4AF4 015:042.726 - 0.076ms returns 60 (0x3C) +T4AF4 015:042.748 JLINK_ReadMemEx(0x08003E5C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.769 -- Read from C cache (2 bytes @ 0x08003E5C) +T4AF4 015:042.797 Data: FF E7 +T4AF4 015:042.821 - 0.081ms returns 2 (0x2) +T4AF4 015:042.843 JLINK_ReadMemEx(0x08003E5C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:042.861 -- Read from C cache (60 bytes @ 0x08003E5C) +T4AF4 015:042.887 Data: FF E7 05 9A 40 F2 A0 60 C2 F2 00 00 30 F8 12 00 ... +T4AF4 015:042.912 - 0.077ms returns 60 (0x3C) +T4AF4 015:042.934 JLINK_ReadMemEx(0x08003E5C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:042.952 -- Read from C cache (2 bytes @ 0x08003E5C) +T4AF4 015:042.977 Data: FF E7 +T4AF4 015:043.001 - 0.075ms returns 2 (0x2) +T4AF4 015:043.026 JLINK_ReadMemEx(0x08003E5E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.045 -- Read from C cache (2 bytes @ 0x08003E5E) +T4AF4 015:043.069 Data: 05 9A +T4AF4 015:043.103 - 0.085ms returns 2 (0x2) +T4AF4 015:043.125 JLINK_ReadMemEx(0x08003E5E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.143 -- Read from C cache (2 bytes @ 0x08003E5E) +T4AF4 015:043.168 Data: 05 9A +T4AF4 015:043.193 - 0.076ms returns 2 (0x2) +T4AF4 015:043.215 JLINK_ReadMemEx(0x08003E60, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:043.233 -- Read from C cache (60 bytes @ 0x08003E60) +T4AF4 015:043.258 Data: 40 F2 A0 60 C2 F2 00 00 30 F8 12 00 40 F2 60 51 ... +T4AF4 015:043.283 - 0.076ms returns 60 (0x3C) +T4AF4 015:043.304 JLINK_ReadMemEx(0x08003E60, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.323 -- Read from C cache (2 bytes @ 0x08003E60) +T4AF4 015:043.347 Data: 40 F2 +T4AF4 015:043.372 - 0.075ms returns 2 (0x2) +T4AF4 015:043.394 JLINK_ReadMemEx(0x08003E60, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:043.412 -- Read from C cache (60 bytes @ 0x08003E60) +T4AF4 015:043.438 Data: 40 F2 A0 60 C2 F2 00 00 30 F8 12 00 40 F2 60 51 ... +T4AF4 015:043.462 - 0.076ms returns 60 (0x3C) +T4AF4 015:043.484 JLINK_ReadMemEx(0x08003E60, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.502 -- Read from C cache (2 bytes @ 0x08003E60) +T4AF4 015:043.526 Data: 40 F2 +T4AF4 015:043.551 - 0.075ms returns 2 (0x2) +T4AF4 015:043.573 JLINK_ReadMemEx(0x08003E62, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.591 -- Read from C cache (2 bytes @ 0x08003E62) +T4AF4 015:043.615 Data: A0 60 +T4AF4 015:043.640 - 0.075ms returns 2 (0x2) +T4AF4 015:043.662 JLINK_ReadMemEx(0x08003E64, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:043.680 -- Read from C cache (60 bytes @ 0x08003E64) +T4AF4 015:043.706 Data: C2 F2 00 00 30 F8 12 00 40 F2 60 51 C2 F2 00 01 ... +T4AF4 015:043.730 - 0.076ms returns 60 (0x3C) +T4AF4 015:043.751 JLINK_ReadMemEx(0x08003E64, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.769 -- Read from C cache (2 bytes @ 0x08003E64) +T4AF4 015:043.794 Data: C2 F2 +T4AF4 015:043.818 - 0.075ms returns 2 (0x2) +T4AF4 015:043.840 JLINK_ReadMemEx(0x08003E66, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:043.858 -- Read from C cache (2 bytes @ 0x08003E66) +T4AF4 015:043.883 Data: 00 00 +T4AF4 015:043.907 - 0.075ms returns 2 (0x2) +T4AF4 015:043.929 JLINK_ReadMemEx(0x08003E68, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:043.947 -- Read from C cache (60 bytes @ 0x08003E68) +T4AF4 015:043.973 Data: 30 F8 12 00 40 F2 60 51 C2 F2 00 01 21 F8 12 00 ... +T4AF4 015:043.997 - 0.076ms returns 60 (0x3C) +T4AF4 015:044.018 JLINK_ReadMemEx(0x08003E68, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.036 -- Read from C cache (2 bytes @ 0x08003E68) +T4AF4 015:044.061 Data: 30 F8 +T4AF4 015:044.092 - 0.082ms returns 2 (0x2) +T4AF4 015:044.114 JLINK_ReadMemEx(0x08003E6A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.132 -- Read from C cache (2 bytes @ 0x08003E6A) +T4AF4 015:044.156 Data: 12 00 +T4AF4 015:044.181 - 0.075ms returns 2 (0x2) +T4AF4 015:044.203 JLINK_ReadMemEx(0x08003E6C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:044.221 -- Read from C cache (60 bytes @ 0x08003E6C) +T4AF4 015:044.246 Data: 40 F2 60 51 C2 F2 00 01 21 F8 12 00 FF E7 05 98 ... +T4AF4 015:044.270 - 0.076ms returns 60 (0x3C) +T4AF4 015:044.292 JLINK_ReadMemEx(0x08003E6C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.313 -- Read from C cache (2 bytes @ 0x08003E6C) +T4AF4 015:044.339 Data: 40 F2 +T4AF4 015:044.363 - 0.079ms returns 2 (0x2) +T4AF4 015:044.385 JLINK_ReadMemEx(0x08003E6E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.403 -- Read from C cache (2 bytes @ 0x08003E6E) +T4AF4 015:044.428 Data: 60 51 +T4AF4 015:044.452 - 0.075ms returns 2 (0x2) +T4AF4 015:044.474 JLINK_ReadMemEx(0x08003E70, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:044.492 -- Read from C cache (60 bytes @ 0x08003E70) +T4AF4 015:044.518 Data: C2 F2 00 01 21 F8 12 00 FF E7 05 98 01 30 05 90 ... +T4AF4 015:044.542 - 0.076ms returns 60 (0x3C) +T4AF4 015:044.563 JLINK_ReadMemEx(0x08003E70, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.581 -- Read from C cache (2 bytes @ 0x08003E70) +T4AF4 015:044.607 Data: C2 F2 +T4AF4 015:044.631 - 0.076ms returns 2 (0x2) +T4AF4 015:044.653 JLINK_ReadMemEx(0x08003E72, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.672 -- Read from C cache (2 bytes @ 0x08003E72) +T4AF4 015:044.696 Data: 00 01 +T4AF4 015:044.721 - 0.075ms returns 2 (0x2) +T4AF4 015:044.743 JLINK_ReadMemEx(0x08003E74, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:044.761 -- Read from C cache (60 bytes @ 0x08003E74) +T4AF4 015:044.786 Data: 21 F8 12 00 FF E7 05 98 01 30 05 90 E9 E7 40 F2 ... +T4AF4 015:044.811 - 0.076ms returns 60 (0x3C) +T4AF4 015:044.832 JLINK_ReadMemEx(0x08003E74, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.850 -- Read from C cache (2 bytes @ 0x08003E74) +T4AF4 015:044.875 Data: 21 F8 +T4AF4 015:044.899 - 0.075ms returns 2 (0x2) +T4AF4 015:044.921 JLINK_ReadMemEx(0x08003E76, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:044.939 -- Read from C cache (2 bytes @ 0x08003E76) +T4AF4 015:044.963 Data: 12 00 +T4AF4 015:044.988 - 0.075ms returns 2 (0x2) +T4AF4 015:045.010 JLINK_ReadMemEx(0x08003E78, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:045.028 -- Read from C cache (60 bytes @ 0x08003E78) +T4AF4 015:045.053 Data: FF E7 05 98 01 30 05 90 E9 E7 40 F2 60 51 C2 F2 ... +T4AF4 015:045.077 - 0.082ms returns 60 (0x3C) +T4AF4 015:045.105 JLINK_ReadMemEx(0x08003E78, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.123 -- Read from C cache (2 bytes @ 0x08003E78) +T4AF4 015:045.148 Data: FF E7 +T4AF4 015:045.172 - 0.075ms returns 2 (0x2) +T4AF4 015:045.194 JLINK_ReadMemEx(0x08003E7A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.212 -- Read from C cache (2 bytes @ 0x08003E7A) +T4AF4 015:045.237 Data: 05 98 +T4AF4 015:045.262 - 0.076ms returns 2 (0x2) +T4AF4 015:045.284 JLINK_ReadMemEx(0x08003E7A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.302 -- Read from C cache (2 bytes @ 0x08003E7A) +T4AF4 015:045.327 Data: 05 98 +T4AF4 015:045.351 - 0.075ms returns 2 (0x2) +T4AF4 015:045.373 JLINK_ReadMemEx(0x08003E7C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:045.391 -- Read from C cache (60 bytes @ 0x08003E7C) +T4AF4 015:045.417 Data: 01 30 05 90 E9 E7 40 F2 60 51 C2 F2 00 01 00 20 ... +T4AF4 015:045.441 - 0.076ms returns 60 (0x3C) +T4AF4 015:045.462 JLINK_ReadMemEx(0x08003E7C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.481 -- Read from C cache (2 bytes @ 0x08003E7C) +T4AF4 015:045.505 Data: 01 30 +T4AF4 015:045.530 - 0.075ms returns 2 (0x2) +T4AF4 015:045.552 JLINK_ReadMemEx(0x08003E7C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:045.570 -- Read from C cache (60 bytes @ 0x08003E7C) +T4AF4 015:045.595 Data: 01 30 05 90 E9 E7 40 F2 60 51 C2 F2 00 01 00 20 ... +T4AF4 015:045.620 - 0.076ms returns 60 (0x3C) +T4AF4 015:045.641 JLINK_ReadMemEx(0x08003E7C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.659 -- Read from C cache (2 bytes @ 0x08003E7C) +T4AF4 015:045.684 Data: 01 30 +T4AF4 015:045.708 - 0.075ms returns 2 (0x2) +T4AF4 015:045.730 JLINK_ReadMemEx(0x08003E7E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.748 -- Read from C cache (2 bytes @ 0x08003E7E) +T4AF4 015:045.773 Data: 05 90 +T4AF4 015:045.797 - 0.075ms returns 2 (0x2) +T4AF4 015:045.819 JLINK_ReadMemEx(0x08003E7E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:045.837 -- Read from C cache (2 bytes @ 0x08003E7E) +T4AF4 015:045.866 Data: 05 90 +T4AF4 015:045.890 - 0.079ms returns 2 (0x2) +T4AF4 015:045.912 JLINK_ReadMemEx(0x08003E80, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:045.930 -- Read from C cache (60 bytes @ 0x08003E80) +T4AF4 015:045.956 Data: E9 E7 40 F2 60 51 C2 F2 00 01 00 20 A1 F8 FE 00 ... +T4AF4 015:045.980 - 0.076ms returns 60 (0x3C) +T4AF4 015:046.001 JLINK_ReadMemEx(0x08003E80, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.019 -- Read from C cache (2 bytes @ 0x08003E80) +T4AF4 015:046.044 Data: E9 E7 +T4AF4 015:046.068 - 0.075ms returns 2 (0x2) +T4AF4 015:046.097 JLINK_ReadMemEx(0x08003E80, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:046.115 -- Read from C cache (60 bytes @ 0x08003E80) +T4AF4 015:046.140 Data: E9 E7 40 F2 60 51 C2 F2 00 01 00 20 A1 F8 FE 00 ... +T4AF4 015:046.165 - 0.076ms returns 60 (0x3C) +T4AF4 015:046.186 JLINK_ReadMemEx(0x08003E80, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.204 -- Read from C cache (2 bytes @ 0x08003E80) +T4AF4 015:046.229 Data: E9 E7 +T4AF4 015:046.253 - 0.075ms returns 2 (0x2) +T4AF4 015:046.275 JLINK_ReadMemEx(0x08003E82, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.293 -- Read from C cache (2 bytes @ 0x08003E82) +T4AF4 015:046.318 Data: 40 F2 +T4AF4 015:046.342 - 0.075ms returns 2 (0x2) +T4AF4 015:046.364 JLINK_ReadMemEx(0x08003E82, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.382 -- Read from C cache (2 bytes @ 0x08003E82) +T4AF4 015:046.407 Data: 40 F2 +T4AF4 015:046.431 - 0.075ms returns 2 (0x2) +T4AF4 015:046.453 JLINK_ReadMemEx(0x08003E84, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:046.471 -- Read from C cache (60 bytes @ 0x08003E84) +T4AF4 015:046.496 Data: 60 51 C2 F2 00 01 00 20 A1 F8 FE 00 04 E0 FC F7 ... +T4AF4 015:046.520 - 0.076ms returns 60 (0x3C) +T4AF4 015:046.542 JLINK_ReadMemEx(0x08003E84, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.560 -- Read from C cache (2 bytes @ 0x08003E84) +T4AF4 015:046.585 Data: 60 51 +T4AF4 015:046.609 - 0.075ms returns 2 (0x2) +T4AF4 015:046.631 JLINK_ReadMemEx(0x08003E86, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:046.650 -- Read from C cache (2 bytes @ 0x08003E86) +T4AF4 015:046.674 Data: C2 F2 +T4AF4 015:046.701 - 0.077ms returns 2 (0x2) +T4AF4 015:046.722 JLINK_ReadMemEx(0x08003E88, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:046.743 CPU_ReadMem(64 bytes @ 0x08003EC0) +T4AF4 015:048.076 -- Updating C cache (64 bytes @ 0x08003EC0) +T4AF4 015:048.115 -- Read from C cache (60 bytes @ 0x08003E88) +T4AF4 015:048.141 Data: 00 01 00 20 A1 F8 FE 00 04 E0 FC F7 5D FB 00 F0 ... +T4AF4 015:048.166 - 1.451ms returns 60 (0x3C) +T4AF4 015:048.189 JLINK_ReadMemEx(0x08003E88, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.209 -- Read from C cache (2 bytes @ 0x08003E88) +T4AF4 015:048.233 Data: 00 01 +T4AF4 015:048.258 - 0.077ms returns 2 (0x2) +T4AF4 015:048.281 JLINK_ReadMemEx(0x08003E8A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.300 -- Read from C cache (2 bytes @ 0x08003E8A) +T4AF4 015:048.324 Data: 00 20 +T4AF4 015:048.349 - 0.075ms returns 2 (0x2) +T4AF4 015:048.371 JLINK_ReadMemEx(0x08003E8C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:048.389 -- Read from C cache (60 bytes @ 0x08003E8C) +T4AF4 015:048.414 Data: A1 F8 FE 00 04 E0 FC F7 5D FB 00 F0 AD FE FF E7 ... +T4AF4 015:048.439 - 0.076ms returns 60 (0x3C) +T4AF4 015:048.460 JLINK_ReadMemEx(0x08003E8C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.481 -- Read from C cache (2 bytes @ 0x08003E8C) +T4AF4 015:048.505 Data: A1 F8 +T4AF4 015:048.529 - 0.077ms returns 2 (0x2) +T4AF4 015:048.554 JLINK_ReadMemEx(0x08003E8C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:048.572 -- Read from C cache (60 bytes @ 0x08003E8C) +T4AF4 015:048.598 Data: A1 F8 FE 00 04 E0 FC F7 5D FB 00 F0 AD FE FF E7 ... +T4AF4 015:048.622 - 0.076ms returns 60 (0x3C) +T4AF4 015:048.643 JLINK_ReadMemEx(0x08003E8C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.669 -- Read from C cache (2 bytes @ 0x08003E8C) +T4AF4 015:048.690 Data: A1 F8 +T4AF4 015:048.710 - 0.074ms returns 2 (0x2) +T4AF4 015:048.733 JLINK_ReadMemEx(0x08003E8E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.751 -- Read from C cache (2 bytes @ 0x08003E8E) +T4AF4 015:048.772 Data: FE 00 +T4AF4 015:048.792 - 0.066ms returns 2 (0x2) +T4AF4 015:048.812 JLINK_ReadMemEx(0x08003E90, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:048.827 -- Read from C cache (60 bytes @ 0x08003E90) +T4AF4 015:048.849 Data: 04 E0 FC F7 5D FB 00 F0 AD FE FF E7 FF F7 DC FE ... +T4AF4 015:048.869 - 0.064ms returns 60 (0x3C) +T4AF4 015:048.888 JLINK_ReadMemEx(0x08003E90, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.903 -- Read from C cache (2 bytes @ 0x08003E90) +T4AF4 015:048.924 Data: 04 E0 +T4AF4 015:048.944 - 0.063ms returns 2 (0x2) +T4AF4 015:048.965 JLINK_ReadMemEx(0x08003E92, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:048.981 -- Read from C cache (2 bytes @ 0x08003E92) +T4AF4 015:049.013 Data: FC F7 +T4AF4 015:049.099 - 0.142ms returns 2 (0x2) +T4AF4 015:049.134 JLINK_ReadMemEx(0x08003E92, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.152 -- Read from C cache (2 bytes @ 0x08003E92) +T4AF4 015:049.177 Data: FC F7 +T4AF4 015:049.202 - 0.076ms returns 2 (0x2) +T4AF4 015:049.224 JLINK_ReadMemEx(0x08003E94, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:049.242 -- Read from C cache (60 bytes @ 0x08003E94) +T4AF4 015:049.267 Data: 5D FB 00 F0 AD FE FF E7 FF F7 DC FE 06 B0 80 BD ... +T4AF4 015:049.292 - 0.076ms returns 60 (0x3C) +T4AF4 015:049.313 JLINK_ReadMemEx(0x08003E94, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.332 -- Read from C cache (2 bytes @ 0x08003E94) +T4AF4 015:049.356 Data: 5D FB +T4AF4 015:049.381 - 0.075ms returns 2 (0x2) +T4AF4 015:049.403 JLINK_ReadMemEx(0x08003E96, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.421 -- Read from C cache (2 bytes @ 0x08003E96) +T4AF4 015:049.446 Data: 00 F0 +T4AF4 015:049.470 - 0.075ms returns 2 (0x2) +T4AF4 015:049.492 JLINK_ReadMemEx(0x08003E98, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:049.511 -- Read from C cache (60 bytes @ 0x08003E98) +T4AF4 015:049.536 Data: AD FE FF E7 FF F7 DC FE 06 B0 80 BD 80 B5 82 B0 ... +T4AF4 015:049.560 - 0.076ms returns 60 (0x3C) +T4AF4 015:049.582 JLINK_ReadMemEx(0x08003E98, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.600 -- Read from C cache (2 bytes @ 0x08003E98) +T4AF4 015:049.625 Data: AD FE +T4AF4 015:049.649 - 0.075ms returns 2 (0x2) +T4AF4 015:049.671 JLINK_ReadMemEx(0x08003E9A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.689 -- Read from C cache (2 bytes @ 0x08003E9A) +T4AF4 015:049.713 Data: FF E7 +T4AF4 015:049.737 - 0.075ms returns 2 (0x2) +T4AF4 015:049.759 JLINK_ReadMemEx(0x08003E9C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:049.777 -- Read from C cache (60 bytes @ 0x08003E9C) +T4AF4 015:049.803 Data: FF F7 DC FE 06 B0 80 BD 80 B5 82 B0 40 F2 04 40 ... +T4AF4 015:049.827 - 0.076ms returns 60 (0x3C) +T4AF4 015:049.849 JLINK_ReadMemEx(0x08003E9C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:049.867 -- Read from C cache (2 bytes @ 0x08003E9C) +T4AF4 015:049.891 Data: FF F7 +T4AF4 015:049.915 - 0.075ms returns 2 (0x2) +T4AF4 015:049.938 JLINK_ReadMemEx(0x08003E9C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:049.956 -- Read from C cache (60 bytes @ 0x08003E9C) +T4AF4 015:049.981 Data: FF F7 DC FE 06 B0 80 BD 80 B5 82 B0 40 F2 04 40 ... +T4AF4 015:050.005 - 0.076ms returns 60 (0x3C) +T4AF4 015:050.027 JLINK_ReadMemEx(0x08003E9C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.045 -- Read from C cache (2 bytes @ 0x08003E9C) +T4AF4 015:050.070 Data: FF F7 +T4AF4 015:050.100 - 0.081ms returns 2 (0x2) +T4AF4 015:050.122 JLINK_ReadMemEx(0x08003E9E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.140 -- Read from C cache (2 bytes @ 0x08003E9E) +T4AF4 015:050.165 Data: DC FE +T4AF4 015:050.189 - 0.075ms returns 2 (0x2) +T4AF4 015:050.211 JLINK_ReadMemEx(0x08003EA0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:050.231 -- Read from C cache (60 bytes @ 0x08003EA0) +T4AF4 015:050.257 Data: 06 B0 80 BD 80 B5 82 B0 40 F2 04 40 C2 F2 00 00 ... +T4AF4 015:050.281 - 0.078ms returns 60 (0x3C) +T4AF4 015:050.305 JLINK_ReadMemEx(0x08003EA0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.325 -- Read from C cache (2 bytes @ 0x08003EA0) +T4AF4 015:050.354 Data: 06 B0 +T4AF4 015:050.374 - 0.076ms returns 2 (0x2) +T4AF4 015:050.393 JLINK_ReadMemEx(0x08003EA2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.408 -- Read from C cache (2 bytes @ 0x08003EA2) +T4AF4 015:050.429 Data: 80 BD +T4AF4 015:050.450 - 0.064ms returns 2 (0x2) +T4AF4 015:050.469 JLINK_ReadMemEx(0x08003EA2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.484 -- Read from C cache (2 bytes @ 0x08003EA2) +T4AF4 015:050.505 Data: 80 BD +T4AF4 015:050.526 - 0.064ms returns 2 (0x2) +T4AF4 015:050.545 JLINK_ReadMemEx(0x08003EA4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:050.560 -- Read from C cache (60 bytes @ 0x08003EA4) +T4AF4 015:050.582 Data: 80 B5 82 B0 40 F2 04 40 C2 F2 00 00 00 90 46 F2 ... +T4AF4 015:050.602 - 0.064ms returns 60 (0x3C) +T4AF4 015:050.620 JLINK_ReadMemEx(0x08003EA4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:050.636 -- Read from C cache (2 bytes @ 0x08003EA4) +T4AF4 015:050.657 Data: 80 B5 +T4AF4 015:050.678 - 0.064ms returns 2 (0x2) +T4AF4 015:082.146 JLINK_ReadMemEx(0x08003EA4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 015:082.195 -- Read from C cache (60 bytes @ 0x08003EA4) +T4AF4 015:082.223 Data: 80 B5 82 B0 40 F2 04 40 C2 F2 00 00 00 90 46 F2 ... +T4AF4 015:082.247 - 0.110ms returns 60 (0x3C) +T4AF4 015:082.267 JLINK_ReadMemEx(0x08003EA4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:082.291 -- Read from C cache (2 bytes @ 0x08003EA4) +T4AF4 015:082.312 Data: 80 B5 +T4AF4 015:082.335 - 0.074ms returns 2 (0x2) +T4AF4 015:082.352 JLINK_ReadMemEx(0x08003EA6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 015:082.367 -- Read from C cache (2 bytes @ 0x08003EA6) +T4AF4 015:082.388 Data: 82 B0 +T4AF4 015:082.409 - 0.064ms returns 2 (0x2) +T54B0 017:648.210 JLINK_ReadMemEx(0x08003EA4, 0x2 Bytes, Flags = 0x02000000) +T54B0 017:648.266 -- Read from C cache (2 bytes @ 0x08003EA4) +T54B0 017:648.292 Data: 80 B5 +T54B0 017:648.316 - 0.115ms returns 2 (0x2) +T54B0 017:648.337 JLINK_HasError() +T54B0 017:648.358 JLINK_Step() +T54B0 017:649.411 -- Read from C cache (2 bytes @ 0x08003EA4) +T54B0 017:649.493 CPU_WriteMem(8 bytes @ 0x20000F80) +T54B0 017:649.836 -- Simulated +T54B0 017:649.861 - 1.511ms returns 0 +T54B0 017:649.882 JLINK_HasError() +T54B0 017:649.901 JLINK_ReadReg(R15 (PC)) +T54B0 017:649.920 - 0.027ms returns 0x08003EA6 +T54B0 017:649.940 JLINK_ReadReg(XPSR) +T54B0 017:649.957 - 0.025ms returns 0x61000000 +T54B0 017:649.982 JLINK_ReadMemEx(0x08003EA6, 0x2 Bytes, Flags = 0x02000000) +T54B0 017:650.001 -- Read from C cache (2 bytes @ 0x08003EA6) +T54B0 017:650.025 Data: 82 B0 +T54B0 017:650.049 - 0.074ms returns 2 (0x2) +T54B0 017:650.068 JLINK_ReadMemEx(0x08003EA8, 0x3C Bytes, Flags = 0x02000000) +T54B0 017:650.086 -- Read from C cache (60 bytes @ 0x08003EA8) +T54B0 017:650.111 Data: 40 F2 04 40 C2 F2 00 00 00 90 46 F2 00 41 C4 F2 ... +T54B0 017:650.134 - 0.074ms returns 60 (0x3C) +T54B0 017:650.153 JLINK_ReadMemEx(0x08003EA8, 0x2 Bytes, Flags = 0x02000000) +T54B0 017:650.171 -- Read from C cache (2 bytes @ 0x08003EA8) +T54B0 017:650.194 Data: 40 F2 +T54B0 017:650.218 - 0.073ms returns 2 (0x2) +T54B0 017:650.237 JLINK_HasError() +T54B0 017:650.256 JLINK_Step() +T54B0 017:650.274 -- Read from C cache (2 bytes @ 0x08003EA6) +T54B0 017:650.299 -- Simulated +T54B0 017:650.323 - 0.075ms returns 0 +T54B0 017:650.341 JLINK_HasError() +T54B0 017:650.360 JLINK_ReadReg(R15 (PC)) +T54B0 017:650.377 - 0.025ms returns 0x08003EA8 +T54B0 017:650.396 JLINK_ReadReg(XPSR) +T54B0 017:650.413 - 0.025ms returns 0x61000000 +T54B0 017:653.818 JLINK_HasError() +T54B0 017:653.873 JLINK_ReadReg(R0) +T54B0 017:653.902 - 0.040ms returns 0x00000000 +T54B0 017:653.928 JLINK_ReadReg(R1) +T54B0 017:653.951 - 0.033ms returns 0x00000007 +T54B0 017:653.975 JLINK_ReadReg(R2) +T54B0 017:653.997 - 0.032ms returns 0x00000018 +T54B0 017:654.020 JLINK_ReadReg(R3) +T54B0 017:654.044 - 0.058ms returns 0x00000000 +T54B0 017:654.106 JLINK_ReadReg(R4) +T54B0 017:654.136 - 0.042ms returns 0x00000000 +T54B0 017:654.162 JLINK_ReadReg(R5) +T54B0 017:654.187 - 0.036ms returns 0x20000018 +T54B0 017:654.212 JLINK_ReadReg(R6) +T54B0 017:654.235 - 0.032ms returns 0x00000000 +T54B0 017:654.256 JLINK_ReadReg(R7) +T54B0 017:654.273 - 0.026ms returns 0x00000000 +T54B0 017:654.292 JLINK_ReadReg(R8) +T54B0 017:654.310 - 0.026ms returns 0x00000000 +T54B0 017:654.329 JLINK_ReadReg(R9) +T54B0 017:654.346 - 0.025ms returns 0x20000160 +T54B0 017:654.365 JLINK_ReadReg(R10) +T54B0 017:654.382 - 0.025ms returns 0x08006850 +T54B0 017:654.401 JLINK_ReadReg(R11) +T54B0 017:654.418 - 0.025ms returns 0x00000000 +T54B0 017:654.437 JLINK_ReadReg(R12) +T54B0 017:654.454 - 0.025ms returns 0x00000001 +T54B0 017:654.474 JLINK_ReadReg(R13 (SP)) +T54B0 017:654.491 - 0.026ms returns 0x20000F78 +T54B0 017:654.512 JLINK_ReadReg(R14) +T54B0 017:654.530 - 0.026ms returns 0x0800553B +T54B0 017:654.549 JLINK_ReadReg(R15 (PC)) +T54B0 017:654.566 - 0.025ms returns 0x08003EA8 +T54B0 017:654.585 JLINK_ReadReg(XPSR) +T54B0 017:654.603 - 0.025ms returns 0x61000000 +T54B0 017:654.624 JLINK_ReadReg(MSP) +T54B0 017:654.642 - 0.025ms returns 0x20000F78 +T54B0 017:654.661 JLINK_ReadReg(PSP) +T54B0 017:654.678 - 0.025ms returns 0x20001000 +T54B0 017:654.697 JLINK_ReadReg(CFBP) +T54B0 017:654.714 - 0.025ms returns 0x00000000 +T4AF4 017:656.034 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:656.090 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 017:657.342 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 017:657.379 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 017:657.406 Data: 3B 55 00 08 +T4AF4 017:657.431 - 1.406ms returns 4 (0x4) +T4AF4 017:657.461 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:657.486 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 017:657.511 Data: 00 00 00 00 +T4AF4 017:657.536 - 0.083ms returns 4 (0x4) +T4AF4 017:657.555 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:657.575 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 017:657.600 Data: 3B 55 00 08 +T4AF4 017:657.625 - 0.077ms returns 4 (0x4) +T4AF4 017:657.646 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:657.667 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 017:657.723 Data: BB 01 00 08 +T4AF4 017:657.781 - 0.147ms returns 4 (0x4) +T4AF4 017:657.817 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:657.855 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 017:657.911 Data: 00 00 00 00 +T4AF4 017:657.952 - 0.147ms returns 4 (0x4) +T4AF4 017:657.983 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:658.012 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 017:658.049 Data: 00 00 00 00 +T4AF4 017:658.080 - 0.110ms returns 4 (0x4) +T4AF4 017:658.111 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:658.140 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 017:658.178 Data: 00 00 00 00 +T4AF4 017:658.216 - 0.116ms returns 4 (0x4) +T4AF4 017:658.245 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:658.275 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 017:658.312 Data: 00 00 00 00 +T4AF4 017:658.348 - 0.116ms returns 4 (0x4) +T4AF4 017:658.379 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:658.408 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 017:658.447 Data: 00 00 00 00 +T4AF4 017:658.487 - 0.118ms returns 4 (0x4) +T4AF4 017:658.510 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 017:658.532 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 017:658.560 Data: 00 00 00 00 +T4AF4 017:658.590 - 0.089ms returns 4 (0x4) +T4AF4 017:658.616 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:658.640 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 017:658.671 Data: 00 00 +T4AF4 017:658.698 - 0.091ms returns 2 (0x2) +T4AF4 017:658.779 JLINK_HasError() +T4AF4 017:658.803 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 017:658.928 Data: 1E 8B 00 00 +T4AF4 017:658.963 Debug reg: DWT_CYCCNT +T4AF4 017:658.991 - 0.198ms returns 1 (0x1) +T4AF4 017:665.793 JLINK_ReadMemEx(0x08003EA4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:665.853 -- Read from C cache (60 bytes @ 0x08003EA4) +T4AF4 017:665.889 Data: 80 B5 82 B0 40 F2 04 40 C2 F2 00 00 00 90 46 F2 ... +T4AF4 017:665.919 - 0.136ms returns 60 (0x3C) +T4AF4 017:665.944 JLINK_ReadMemEx(0x08003EA4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:665.969 -- Read from C cache (2 bytes @ 0x08003EA4) +T4AF4 017:666.003 Data: 80 B5 +T4AF4 017:666.037 - 0.104ms returns 2 (0x2) +T4AF4 017:666.064 JLINK_ReadMemEx(0x08003EA6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:666.153 -- Read from C cache (2 bytes @ 0x08003EA6) +T4AF4 017:666.186 Data: 82 B0 +T4AF4 017:666.218 - 0.166ms returns 2 (0x2) +T4AF4 017:666.245 JLINK_ReadMemEx(0x08003EA6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:666.271 -- Read from C cache (2 bytes @ 0x08003EA6) +T4AF4 017:666.303 Data: 82 B0 +T4AF4 017:666.336 - 0.101ms returns 2 (0x2) +T4AF4 017:666.362 JLINK_ReadMemEx(0x08003EA8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:666.385 -- Read from C cache (60 bytes @ 0x08003EA8) +T4AF4 017:666.420 Data: 40 F2 04 40 C2 F2 00 00 00 90 46 F2 00 41 C4 F2 ... +T4AF4 017:666.453 - 0.103ms returns 60 (0x3C) +T4AF4 017:666.480 JLINK_ReadMemEx(0x08003EA8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:666.504 -- Read from C cache (2 bytes @ 0x08003EA8) +T4AF4 017:666.538 Data: 40 F2 +T4AF4 017:666.571 - 0.101ms returns 2 (0x2) +T4AF4 017:666.622 JLINK_ReadMemEx(0x08003EA8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:666.648 -- Read from C cache (60 bytes @ 0x08003EA8) +T4AF4 017:666.681 Data: 40 F2 04 40 C2 F2 00 00 00 90 46 F2 00 41 C4 F2 ... +T4AF4 017:666.715 - 0.104ms returns 60 (0x3C) +T4AF4 017:666.742 JLINK_ReadMemEx(0x08003EA8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:666.766 -- Read from C cache (2 bytes @ 0x08003EA8) +T4AF4 017:666.800 Data: 40 F2 +T4AF4 017:666.832 - 0.101ms returns 2 (0x2) +T4AF4 017:666.859 JLINK_ReadMemEx(0x08003EAA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:666.883 -- Read from C cache (2 bytes @ 0x08003EAA) +T4AF4 017:666.916 Data: 04 40 +T4AF4 017:666.949 - 0.101ms returns 2 (0x2) +T4AF4 017:666.981 JLINK_ReadMemEx(0x08003EAC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:667.006 -- Read from C cache (60 bytes @ 0x08003EAC) +T4AF4 017:667.040 Data: C2 F2 00 00 00 90 46 F2 00 41 C4 F2 00 01 01 60 ... +T4AF4 017:667.073 - 0.102ms returns 60 (0x3C) +T4AF4 017:667.099 JLINK_ReadMemEx(0x08003EAC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.123 -- Read from C cache (2 bytes @ 0x08003EAC) +T4AF4 017:667.157 Data: C2 F2 +T4AF4 017:667.189 - 0.102ms returns 2 (0x2) +T4AF4 017:667.216 JLINK_ReadMemEx(0x08003EAE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.240 -- Read from C cache (2 bytes @ 0x08003EAE) +T4AF4 017:667.272 Data: 00 00 +T4AF4 017:667.305 - 0.100ms returns 2 (0x2) +T4AF4 017:667.336 JLINK_ReadMemEx(0x08003EB0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:667.361 -- Read from C cache (60 bytes @ 0x08003EB0) +T4AF4 017:667.395 Data: 00 90 46 F2 00 41 C4 F2 00 01 01 60 10 21 41 60 ... +T4AF4 017:667.426 - 0.102ms returns 60 (0x3C) +T4AF4 017:667.452 JLINK_ReadMemEx(0x08003EB0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.476 -- Read from C cache (2 bytes @ 0x08003EB0) +T4AF4 017:667.510 Data: 00 90 +T4AF4 017:667.542 - 0.101ms returns 2 (0x2) +T4AF4 017:667.568 JLINK_ReadMemEx(0x08003EB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.592 -- Read from C cache (2 bytes @ 0x08003EB2) +T4AF4 017:667.632 Data: 46 F2 +T4AF4 017:667.668 - 0.112ms returns 2 (0x2) +T4AF4 017:667.700 JLINK_ReadMemEx(0x08003EB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.724 -- Read from C cache (2 bytes @ 0x08003EB2) +T4AF4 017:667.757 Data: 46 F2 +T4AF4 017:667.791 - 0.101ms returns 2 (0x2) +T4AF4 017:667.817 JLINK_ReadMemEx(0x08003EB4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:667.842 -- Read from C cache (60 bytes @ 0x08003EB4) +T4AF4 017:667.887 Data: 00 41 C4 F2 00 01 01 60 10 21 41 60 00 21 01 91 ... +T4AF4 017:667.920 - 0.113ms returns 60 (0x3C) +T4AF4 017:667.945 JLINK_ReadMemEx(0x08003EB4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:667.969 -- Read from C cache (2 bytes @ 0x08003EB4) +T4AF4 017:668.002 Data: 00 41 +T4AF4 017:668.036 - 0.100ms returns 2 (0x2) +T4AF4 017:668.066 JLINK_ReadMemEx(0x08003EB6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:668.090 -- Read from C cache (2 bytes @ 0x08003EB6) +T4AF4 017:668.126 Data: C4 F2 +T4AF4 017:668.158 - 0.104ms returns 2 (0x2) +T4AF4 017:668.184 JLINK_ReadMemEx(0x08003EB8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:668.209 -- Read from C cache (60 bytes @ 0x08003EB8) +T4AF4 017:668.242 Data: 00 01 01 60 10 21 41 60 00 21 01 91 81 60 C1 60 ... +T4AF4 017:668.276 - 0.102ms returns 60 (0x3C) +T4AF4 017:668.301 JLINK_ReadMemEx(0x08003EB8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:668.325 -- Read from C cache (2 bytes @ 0x08003EB8) +T4AF4 017:668.358 Data: 00 01 +T4AF4 017:668.391 - 0.100ms returns 2 (0x2) +T4AF4 017:668.421 JLINK_ReadMemEx(0x08003EBA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:668.445 -- Read from C cache (2 bytes @ 0x08003EBA) +T4AF4 017:668.480 Data: 01 60 +T4AF4 017:668.512 - 0.103ms returns 2 (0x2) +T4AF4 017:668.538 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:668.562 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 017:668.596 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 017:668.640 - 0.113ms returns 60 (0x3C) +T4AF4 017:668.667 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:668.691 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 017:668.724 Data: 10 21 +T4AF4 017:668.756 - 0.100ms returns 2 (0x2) +T4AF4 017:668.789 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 017:668.812 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 017:668.846 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 017:668.879 - 0.100ms returns 60 (0x3C) +T4AF4 017:668.904 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:668.928 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 017:668.961 Data: 10 21 +T4AF4 017:668.995 - 0.102ms returns 2 (0x2) +T4AF4 017:669.021 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 017:669.045 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 017:669.079 Data: 41 60 +T4AF4 017:669.111 - 0.103ms returns 2 (0x2) +T54B0 018:527.599 JLINK_ReadMemEx(0x08003EA8, 0x2 Bytes, Flags = 0x02000000) +T54B0 018:527.649 -- Read from C cache (2 bytes @ 0x08003EA8) +T54B0 018:527.675 Data: 40 F2 +T54B0 018:527.700 - 0.110ms returns 2 (0x2) +T54B0 018:527.721 JLINK_HasError() +T54B0 018:527.743 JLINK_Step() +T54B0 018:528.881 -- Read from C cache (2 bytes @ 0x08003EA8) +T54B0 018:528.920 -- Read from C cache (2 bytes @ 0x08003EAA) +T54B0 018:528.948 -- Simulated +T54B0 018:528.972 - 1.237ms returns 0 +T54B0 018:528.994 JLINK_HasError() +T54B0 018:529.014 JLINK_ReadReg(R15 (PC)) +T54B0 018:529.033 - 0.027ms returns 0x08003EAC +T54B0 018:529.052 JLINK_ReadReg(XPSR) +T54B0 018:529.069 - 0.025ms returns 0x61000000 +T54B0 018:529.095 JLINK_HasError() +T54B0 018:529.114 JLINK_Step() +T54B0 018:529.132 -- Read from C cache (2 bytes @ 0x08003EAC) +T54B0 018:529.157 -- Read from C cache (2 bytes @ 0x08003EAE) +T54B0 018:529.182 -- Simulated +T54B0 018:529.205 - 0.099ms returns 0 +T54B0 018:529.224 JLINK_HasError() +T54B0 018:529.242 JLINK_ReadReg(R15 (PC)) +T54B0 018:529.261 - 0.027ms returns 0x08003EB0 +T54B0 018:529.280 JLINK_ReadReg(XPSR) +T54B0 018:529.297 - 0.025ms returns 0x61000000 +T54B0 018:529.317 JLINK_HasError() +T54B0 018:529.335 JLINK_Step() +T54B0 018:529.359 -- Read from C cache (2 bytes @ 0x08003EB0) +T54B0 018:529.389 CPU_WriteMem(4 bytes @ 0x20000F78) +T54B0 018:530.481 -- Simulated +T54B0 018:530.519 - 1.193ms returns 0 +T54B0 018:530.544 JLINK_HasError() +T54B0 018:530.564 JLINK_ReadReg(R15 (PC)) +T54B0 018:530.587 - 0.037ms returns 0x08003EB2 +T54B0 018:530.617 JLINK_ReadReg(XPSR) +T54B0 018:530.635 - 0.027ms returns 0x61000000 +T54B0 018:530.661 JLINK_HasError() +T54B0 018:530.681 JLINK_Step() +T54B0 018:530.701 -- Read from C cache (2 bytes @ 0x08003EB2) +T54B0 018:530.729 -- Read from C cache (2 bytes @ 0x08003EB4) +T54B0 018:530.755 -- Simulated +T54B0 018:530.780 - 0.107ms returns 0 +T54B0 018:530.799 JLINK_HasError() +T54B0 018:530.818 JLINK_ReadReg(R15 (PC)) +T54B0 018:530.836 - 0.026ms returns 0x08003EB6 +T54B0 018:530.855 JLINK_ReadReg(XPSR) +T54B0 018:530.873 - 0.026ms returns 0x61000000 +T54B0 018:530.893 JLINK_HasError() +T54B0 018:530.912 JLINK_Step() +T54B0 018:530.931 -- Read from C cache (2 bytes @ 0x08003EB6) +T54B0 018:530.956 -- Read from C cache (2 bytes @ 0x08003EB8) +T54B0 018:530.982 -- Simulated +T54B0 018:531.006 - 0.102ms returns 0 +T54B0 018:531.025 JLINK_HasError() +T54B0 018:531.044 JLINK_ReadReg(R15 (PC)) +T54B0 018:531.061 - 0.026ms returns 0x08003EBA +T54B0 018:531.081 JLINK_ReadReg(XPSR) +T54B0 018:531.099 - 0.025ms returns 0x61000000 +T54B0 018:531.119 JLINK_HasError() +T54B0 018:531.138 JLINK_Step() +T54B0 018:531.156 -- Read from C cache (2 bytes @ 0x08003EBA) +T54B0 018:531.188 CPU_WriteMem(4 bytes @ 0x20000404) +T54B0 018:532.279 -- Simulated +T54B0 018:532.316 - 1.186ms returns 0 +T54B0 018:532.339 JLINK_HasError() +T54B0 018:532.360 JLINK_ReadReg(R15 (PC)) +T54B0 018:532.381 - 0.030ms returns 0x08003EBC +T54B0 018:532.401 JLINK_ReadReg(XPSR) +T54B0 018:532.418 - 0.026ms returns 0x61000000 +T54B0 018:532.444 JLINK_HasError() +T54B0 018:532.463 JLINK_Step() +T54B0 018:532.486 -- Read from C cache (2 bytes @ 0x08003EBC) +T54B0 018:532.513 -- Simulated +T54B0 018:532.538 - 0.083ms returns 0 +T54B0 018:532.557 JLINK_HasError() +T54B0 018:532.576 JLINK_ReadReg(R15 (PC)) +T54B0 018:532.594 - 0.026ms returns 0x08003EBE +T54B0 018:532.614 JLINK_ReadReg(XPSR) +T54B0 018:532.631 - 0.026ms returns 0x21000000 +T54B0 018:533.150 JLINK_HasError() +T54B0 018:533.170 JLINK_ReadReg(R0) +T54B0 018:533.188 - 0.026ms returns 0x20000404 +T54B0 018:533.208 JLINK_ReadReg(R1) +T54B0 018:533.226 - 0.026ms returns 0x00000010 +T54B0 018:533.245 JLINK_ReadReg(R2) +T54B0 018:533.263 - 0.026ms returns 0x00000018 +T54B0 018:533.282 JLINK_ReadReg(R3) +T54B0 018:533.300 - 0.026ms returns 0x00000000 +T54B0 018:533.319 JLINK_ReadReg(R4) +T54B0 018:533.337 - 0.026ms returns 0x00000000 +T54B0 018:533.357 JLINK_ReadReg(R5) +T54B0 018:533.374 - 0.026ms returns 0x20000018 +T54B0 018:533.394 JLINK_ReadReg(R6) +T54B0 018:533.411 - 0.026ms returns 0x00000000 +T54B0 018:533.431 JLINK_ReadReg(R7) +T54B0 018:533.448 - 0.026ms returns 0x00000000 +T54B0 018:533.467 JLINK_ReadReg(R8) +T54B0 018:533.503 - 0.043ms returns 0x00000000 +T54B0 018:533.522 JLINK_ReadReg(R9) +T54B0 018:533.540 - 0.026ms returns 0x20000160 +T54B0 018:533.559 JLINK_ReadReg(R10) +T54B0 018:533.576 - 0.026ms returns 0x08006850 +T54B0 018:533.596 JLINK_ReadReg(R11) +T54B0 018:533.613 - 0.026ms returns 0x00000000 +T54B0 018:533.633 JLINK_ReadReg(R12) +T54B0 018:533.650 - 0.026ms returns 0x00000001 +T54B0 018:533.671 JLINK_ReadReg(R13 (SP)) +T54B0 018:533.689 - 0.026ms returns 0x20000F78 +T54B0 018:533.709 JLINK_ReadReg(R14) +T54B0 018:533.726 - 0.026ms returns 0x0800553B +T54B0 018:533.746 JLINK_ReadReg(R15 (PC)) +T54B0 018:533.763 - 0.026ms returns 0x08003EBE +T54B0 018:533.783 JLINK_ReadReg(XPSR) +T54B0 018:533.800 - 0.026ms returns 0x21000000 +T54B0 018:533.819 JLINK_ReadReg(MSP) +T54B0 018:533.837 - 0.025ms returns 0x20000F78 +T54B0 018:533.856 JLINK_ReadReg(PSP) +T54B0 018:533.873 - 0.026ms returns 0x20001000 +T54B0 018:533.893 JLINK_ReadReg(CFBP) +T54B0 018:533.912 - 0.027ms returns 0x00000000 +T4AF4 018:534.869 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:534.903 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 018:534.926 Data: 3B 55 00 08 +T4AF4 018:534.948 - 0.086ms returns 4 (0x4) +T4AF4 018:534.968 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:534.986 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 018:535.016 Data: 00 00 00 00 +T4AF4 018:535.038 - 0.076ms returns 4 (0x4) +T4AF4 018:535.055 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.072 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 018:535.093 Data: 3B 55 00 08 +T4AF4 018:535.114 - 0.066ms returns 4 (0x4) +T4AF4 018:535.132 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.148 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 018:535.170 Data: BB 01 00 08 +T4AF4 018:535.191 - 0.066ms returns 4 (0x4) +T4AF4 018:535.215 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.231 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 018:535.253 Data: 00 00 00 00 +T4AF4 018:535.274 - 0.066ms returns 4 (0x4) +T4AF4 018:535.291 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.307 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 018:535.329 Data: 00 00 00 00 +T4AF4 018:535.350 - 0.066ms returns 4 (0x4) +T4AF4 018:535.367 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.383 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 018:535.405 Data: 00 00 00 00 +T4AF4 018:535.426 - 0.066ms returns 4 (0x4) +T4AF4 018:535.443 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.459 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 018:535.488 Data: 00 00 00 00 +T4AF4 018:535.509 - 0.073ms returns 4 (0x4) +T4AF4 018:535.527 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.543 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 018:535.565 Data: 00 00 00 00 +T4AF4 018:535.586 - 0.066ms returns 4 (0x4) +T4AF4 018:535.603 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 018:535.620 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 018:535.641 Data: 00 00 00 00 +T4AF4 018:535.662 - 0.066ms returns 4 (0x4) +T4AF4 018:535.680 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:535.696 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 018:535.718 Data: 00 00 +T4AF4 018:535.739 - 0.066ms returns 2 (0x2) +T4AF4 018:535.789 JLINK_HasError() +T4AF4 018:535.807 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 018:535.827 Data: 27 8B 00 00 +T4AF4 018:535.849 Debug reg: DWT_CYCCNT +T4AF4 018:535.870 - 0.070ms returns 1 (0x1) +T4AF4 018:539.230 JLINK_ReadMemEx(0x08003EA8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:539.264 -- Read from C cache (60 bytes @ 0x08003EA8) +T4AF4 018:539.291 Data: 40 F2 04 40 C2 F2 00 00 00 90 46 F2 00 41 C4 F2 ... +T4AF4 018:539.316 - 0.094ms returns 60 (0x3C) +T4AF4 018:539.336 JLINK_ReadMemEx(0x08003EA8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.355 -- Read from C cache (2 bytes @ 0x08003EA8) +T4AF4 018:539.380 Data: 40 F2 +T4AF4 018:539.405 - 0.077ms returns 2 (0x2) +T4AF4 018:539.424 JLINK_ReadMemEx(0x08003EAA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.443 -- Read from C cache (2 bytes @ 0x08003EAA) +T4AF4 018:539.468 Data: 04 40 +T4AF4 018:539.494 - 0.078ms returns 2 (0x2) +T4AF4 018:539.514 JLINK_ReadMemEx(0x08003EAC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:539.533 -- Read from C cache (60 bytes @ 0x08003EAC) +T4AF4 018:539.559 Data: C2 F2 00 00 00 90 46 F2 00 41 C4 F2 00 01 01 60 ... +T4AF4 018:539.583 - 0.077ms returns 60 (0x3C) +T4AF4 018:539.602 JLINK_ReadMemEx(0x08003EAC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.621 -- Read from C cache (2 bytes @ 0x08003EAC) +T4AF4 018:539.646 Data: C2 F2 +T4AF4 018:539.670 - 0.076ms returns 2 (0x2) +T4AF4 018:539.690 JLINK_ReadMemEx(0x08003EAE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.708 -- Read from C cache (2 bytes @ 0x08003EAE) +T4AF4 018:539.733 Data: 00 00 +T4AF4 018:539.757 - 0.076ms returns 2 (0x2) +T4AF4 018:539.777 JLINK_ReadMemEx(0x08003EB0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:539.796 -- Read from C cache (60 bytes @ 0x08003EB0) +T4AF4 018:539.821 Data: 00 90 46 F2 00 41 C4 F2 00 01 01 60 10 21 41 60 ... +T4AF4 018:539.846 - 0.076ms returns 60 (0x3C) +T4AF4 018:539.872 JLINK_ReadMemEx(0x08003EB0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.894 -- Read from C cache (2 bytes @ 0x08003EB0) +T4AF4 018:539.919 Data: 00 90 +T4AF4 018:539.943 - 0.080ms returns 2 (0x2) +T4AF4 018:539.963 JLINK_ReadMemEx(0x08003EB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:539.982 -- Read from C cache (2 bytes @ 0x08003EB2) +T4AF4 018:540.006 Data: 46 F2 +T4AF4 018:540.030 - 0.075ms returns 2 (0x2) +T4AF4 018:540.050 JLINK_ReadMemEx(0x08003EB2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.068 -- Read from C cache (2 bytes @ 0x08003EB2) +T4AF4 018:540.093 Data: 46 F2 +T4AF4 018:540.118 - 0.075ms returns 2 (0x2) +T4AF4 018:540.137 JLINK_ReadMemEx(0x08003EB4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:540.156 -- Read from C cache (60 bytes @ 0x08003EB4) +T4AF4 018:540.182 Data: 00 41 C4 F2 00 01 01 60 10 21 41 60 00 21 01 91 ... +T4AF4 018:540.206 - 0.077ms returns 60 (0x3C) +T4AF4 018:540.225 JLINK_ReadMemEx(0x08003EB4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.243 -- Read from C cache (2 bytes @ 0x08003EB4) +T4AF4 018:540.268 Data: 00 41 +T4AF4 018:540.293 - 0.075ms returns 2 (0x2) +T4AF4 018:540.312 JLINK_ReadMemEx(0x08003EB6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.330 -- Read from C cache (2 bytes @ 0x08003EB6) +T4AF4 018:540.355 Data: C4 F2 +T4AF4 018:540.380 - 0.076ms returns 2 (0x2) +T4AF4 018:540.399 JLINK_ReadMemEx(0x08003EB8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:540.418 -- Read from C cache (60 bytes @ 0x08003EB8) +T4AF4 018:540.443 Data: 00 01 01 60 10 21 41 60 00 21 01 91 81 60 C1 60 ... +T4AF4 018:540.467 - 0.078ms returns 60 (0x3C) +T4AF4 018:540.541 JLINK_ReadMemEx(0x08003EB8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.560 -- Read from C cache (2 bytes @ 0x08003EB8) +T4AF4 018:540.585 Data: 00 01 +T4AF4 018:540.610 - 0.077ms returns 2 (0x2) +T4AF4 018:540.630 JLINK_ReadMemEx(0x08003EBA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.648 -- Read from C cache (2 bytes @ 0x08003EBA) +T4AF4 018:540.673 Data: 01 60 +T4AF4 018:540.698 - 0.076ms returns 2 (0x2) +T4AF4 018:540.717 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:540.736 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 018:540.762 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 018:540.786 - 0.076ms returns 60 (0x3C) +T4AF4 018:540.805 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.823 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 018:540.848 Data: 10 21 +T4AF4 018:540.872 - 0.075ms returns 2 (0x2) +T4AF4 018:540.892 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:540.910 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 018:540.936 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 018:540.961 - 0.077ms returns 60 (0x3C) +T4AF4 018:540.980 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:540.998 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 018:541.022 Data: 10 21 +T4AF4 018:541.047 - 0.075ms returns 2 (0x2) +T4AF4 018:541.066 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.084 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 018:541.109 Data: 41 60 +T4AF4 018:541.133 - 0.075ms returns 2 (0x2) +T4AF4 018:541.170 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.188 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 018:541.213 Data: 41 60 +T4AF4 018:541.238 - 0.076ms returns 2 (0x2) +T4AF4 018:541.257 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:541.275 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 018:541.301 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 018:541.325 - 0.076ms returns 60 (0x3C) +T4AF4 018:541.344 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.363 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 018:541.387 Data: 00 21 +T4AF4 018:541.412 - 0.076ms returns 2 (0x2) +T4AF4 018:541.435 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:541.457 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 018:541.485 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 018:541.511 - 0.087ms returns 60 (0x3C) +T4AF4 018:541.534 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.552 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 018:541.577 Data: 00 21 +T4AF4 018:541.602 - 0.076ms returns 2 (0x2) +T4AF4 018:541.621 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.639 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 018:541.664 Data: 01 91 +T4AF4 018:541.688 - 0.075ms returns 2 (0x2) +T4AF4 018:541.712 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.731 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 018:541.755 Data: 01 91 +T4AF4 018:541.780 - 0.075ms returns 2 (0x2) +T4AF4 018:541.799 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:541.817 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 018:541.842 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 018:541.867 - 0.076ms returns 60 (0x3C) +T4AF4 018:541.886 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:541.904 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 018:541.930 Data: 81 60 +T4AF4 018:541.955 - 0.079ms returns 2 (0x2) +T4AF4 018:541.980 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:541.998 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 018:542.024 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 018:542.048 - 0.076ms returns 60 (0x3C) +T4AF4 018:542.068 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:542.086 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 018:542.110 Data: 81 60 +T4AF4 018:542.135 - 0.076ms returns 2 (0x2) +T4AF4 018:542.155 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:542.173 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 018:542.197 Data: C1 60 +T4AF4 018:542.222 - 0.075ms returns 2 (0x2) +T4AF4 018:542.245 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:542.264 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 018:542.289 Data: C1 60 +T4AF4 018:542.313 - 0.076ms returns 2 (0x2) +T4AF4 018:542.333 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 018:542.357 CPU_ReadMem(64 bytes @ 0x08003F00) +T4AF4 018:543.729 -- Updating C cache (64 bytes @ 0x08003F00) +T4AF4 018:543.768 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 018:543.795 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 018:543.820 - 1.495ms returns 60 (0x3C) +T4AF4 018:543.843 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 018:543.863 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 018:543.888 Data: 4F F4 +T4AF4 018:543.912 - 0.077ms returns 2 (0x2) +T54B0 019:031.944 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T54B0 019:031.997 -- Read from C cache (2 bytes @ 0x08003EBE) +T54B0 019:032.024 Data: 41 60 +T54B0 019:032.049 - 0.114ms returns 2 (0x2) +T54B0 019:032.070 JLINK_HasError() +T54B0 019:032.092 JLINK_Step() +T54B0 019:033.185 -- Read from C cache (2 bytes @ 0x08003EBE) +T54B0 019:033.228 CPU_WriteMem(4 bytes @ 0x20000408) +T54B0 019:033.660 -- Simulated +T54B0 019:033.686 - 1.602ms returns 0 +T54B0 019:033.708 JLINK_HasError() +T54B0 019:033.728 JLINK_ReadReg(R15 (PC)) +T54B0 019:033.747 - 0.027ms returns 0x08003EC0 +T54B0 019:033.767 JLINK_ReadReg(XPSR) +T54B0 019:033.784 - 0.026ms returns 0x21000000 +T54B0 019:033.811 JLINK_HasError() +T54B0 019:033.831 JLINK_Step() +T54B0 019:033.850 -- Read from C cache (2 bytes @ 0x08003EC0) +T54B0 019:033.876 -- Simulated +T54B0 019:033.900 - 0.077ms returns 0 +T54B0 019:033.919 JLINK_HasError() +T54B0 019:033.938 JLINK_ReadReg(R15 (PC)) +T54B0 019:033.956 - 0.026ms returns 0x08003EC2 +T54B0 019:033.976 JLINK_ReadReg(XPSR) +T54B0 019:033.993 - 0.026ms returns 0x61000000 +T54B0 019:037.022 JLINK_HasError() +T54B0 019:037.065 JLINK_ReadReg(R0) +T54B0 019:037.091 - 0.035ms returns 0x20000404 +T54B0 019:037.112 JLINK_ReadReg(R1) +T54B0 019:037.129 - 0.026ms returns 0x00000000 +T54B0 019:037.149 JLINK_ReadReg(R2) +T54B0 019:037.167 - 0.026ms returns 0x00000018 +T54B0 019:037.186 JLINK_ReadReg(R3) +T54B0 019:037.204 - 0.026ms returns 0x00000000 +T54B0 019:037.223 JLINK_ReadReg(R4) +T54B0 019:037.243 - 0.028ms returns 0x00000000 +T54B0 019:037.262 JLINK_ReadReg(R5) +T54B0 019:037.280 - 0.025ms returns 0x20000018 +T54B0 019:037.299 JLINK_ReadReg(R6) +T54B0 019:037.317 - 0.026ms returns 0x00000000 +T54B0 019:037.336 JLINK_ReadReg(R7) +T54B0 019:037.353 - 0.025ms returns 0x00000000 +T54B0 019:037.372 JLINK_ReadReg(R8) +T54B0 019:037.390 - 0.025ms returns 0x00000000 +T54B0 019:037.409 JLINK_ReadReg(R9) +T54B0 019:037.426 - 0.025ms returns 0x20000160 +T54B0 019:037.446 JLINK_ReadReg(R10) +T54B0 019:037.463 - 0.026ms returns 0x08006850 +T54B0 019:037.482 JLINK_ReadReg(R11) +T54B0 019:037.500 - 0.025ms returns 0x00000000 +T54B0 019:037.519 JLINK_ReadReg(R12) +T54B0 019:037.538 - 0.028ms returns 0x00000001 +T54B0 019:037.558 JLINK_ReadReg(R13 (SP)) +T54B0 019:037.575 - 0.026ms returns 0x20000F78 +T54B0 019:037.595 JLINK_ReadReg(R14) +T54B0 019:037.612 - 0.025ms returns 0x0800553B +T54B0 019:037.631 JLINK_ReadReg(R15 (PC)) +T54B0 019:037.649 - 0.026ms returns 0x08003EC2 +T54B0 019:037.668 JLINK_ReadReg(XPSR) +T54B0 019:037.685 - 0.025ms returns 0x61000000 +T54B0 019:037.705 JLINK_ReadReg(MSP) +T54B0 019:037.722 - 0.026ms returns 0x20000F78 +T54B0 019:037.742 JLINK_ReadReg(PSP) +T54B0 019:037.759 - 0.027ms returns 0x20001000 +T54B0 019:037.780 JLINK_ReadReg(CFBP) +T54B0 019:037.797 - 0.026ms returns 0x00000000 +T4AF4 019:038.822 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:038.871 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:038.898 Data: 3B 55 00 08 +T4AF4 019:038.924 - 0.110ms returns 4 (0x4) +T4AF4 019:038.948 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:038.967 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 019:038.992 Data: 00 00 00 00 +T4AF4 019:039.017 - 0.077ms returns 4 (0x4) +T4AF4 019:039.039 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.059 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:039.084 Data: 3B 55 00 08 +T4AF4 019:039.109 - 0.077ms returns 4 (0x4) +T4AF4 019:039.129 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.149 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 019:039.174 Data: BB 01 00 08 +T4AF4 019:039.198 - 0.077ms returns 4 (0x4) +T4AF4 019:039.330 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.350 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 019:039.375 Data: 00 00 00 00 +T4AF4 019:039.400 - 0.078ms returns 4 (0x4) +T4AF4 019:039.420 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.440 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 019:039.464 Data: 00 00 00 00 +T4AF4 019:039.489 - 0.077ms returns 4 (0x4) +T4AF4 019:039.509 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.528 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 019:039.553 Data: 00 00 00 00 +T4AF4 019:039.577 - 0.076ms returns 4 (0x4) +T4AF4 019:039.597 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.616 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 019:039.641 Data: 00 00 00 00 +T4AF4 019:039.665 - 0.076ms returns 4 (0x4) +T4AF4 019:039.685 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.704 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 019:039.728 Data: 00 00 00 00 +T4AF4 019:039.753 - 0.076ms returns 4 (0x4) +T4AF4 019:039.773 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:039.793 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 019:039.818 Data: 00 00 00 00 +T4AF4 019:039.843 - 0.078ms returns 4 (0x4) +T4AF4 019:039.863 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:039.892 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 019:039.921 Data: 00 00 +T4AF4 019:039.945 - 0.090ms returns 2 (0x2) +T4AF4 019:040.006 JLINK_HasError() +T4AF4 019:040.027 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 019:040.051 Data: 2A 8B 00 00 +T4AF4 019:040.077 Debug reg: DWT_CYCCNT +T4AF4 019:040.101 - 0.082ms returns 1 (0x1) +T4AF4 019:049.594 JLINK_ReadMemEx(0x08003EBA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:049.631 -- Read from C cache (2 bytes @ 0x08003EBA) +T4AF4 019:049.657 Data: 01 60 +T4AF4 019:049.684 - 0.098ms returns 2 (0x2) +T4AF4 019:049.704 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:049.723 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 019:049.749 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 019:049.773 - 0.077ms returns 60 (0x3C) +T4AF4 019:049.792 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:049.810 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 019:049.835 Data: 10 21 +T4AF4 019:049.859 - 0.075ms returns 2 (0x2) +T4AF4 019:049.890 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:049.909 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 019:049.934 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 019:049.959 - 0.077ms returns 60 (0x3C) +T4AF4 019:049.978 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:049.996 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 019:050.021 Data: 10 21 +T4AF4 019:050.045 - 0.075ms returns 2 (0x2) +T4AF4 019:050.064 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.082 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 019:050.107 Data: 41 60 +T4AF4 019:050.131 - 0.075ms returns 2 (0x2) +T4AF4 019:050.156 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.174 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 019:050.199 Data: 41 60 +T4AF4 019:050.223 - 0.075ms returns 2 (0x2) +T4AF4 019:050.242 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:050.261 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 019:050.288 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 019:050.321 - 0.086ms returns 60 (0x3C) +T4AF4 019:050.340 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.358 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 019:050.383 Data: 00 21 +T4AF4 019:050.407 - 0.075ms returns 2 (0x2) +T4AF4 019:050.430 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:050.449 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 019:050.474 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 019:050.498 - 0.076ms returns 60 (0x3C) +T4AF4 019:050.517 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.535 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 019:050.559 Data: 00 21 +T4AF4 019:050.584 - 0.074ms returns 2 (0x2) +T4AF4 019:050.603 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.621 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 019:050.645 Data: 01 91 +T4AF4 019:050.669 - 0.075ms returns 2 (0x2) +T4AF4 019:050.693 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.711 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 019:050.735 Data: 01 91 +T4AF4 019:050.760 - 0.075ms returns 2 (0x2) +T4AF4 019:050.779 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:050.800 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 019:050.825 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 019:050.851 - 0.080ms returns 60 (0x3C) +T4AF4 019:050.870 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:050.888 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 019:050.912 Data: 81 60 +T4AF4 019:050.937 - 0.074ms returns 2 (0x2) +T4AF4 019:050.960 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:050.984 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 019:051.014 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 019:051.035 - 0.082ms returns 60 (0x3C) +T4AF4 019:051.052 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:051.067 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 019:051.088 Data: 81 60 +T4AF4 019:051.108 - 0.063ms returns 2 (0x2) +T4AF4 019:051.125 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:051.140 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 019:051.161 Data: C1 60 +T4AF4 019:051.181 - 0.063ms returns 2 (0x2) +T4AF4 019:051.201 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:051.216 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 019:051.308 Data: C1 60 +T4AF4 019:051.328 - 0.136ms returns 2 (0x2) +T4AF4 019:051.354 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:051.372 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 019:051.398 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 019:051.422 - 0.076ms returns 60 (0x3C) +T4AF4 019:051.444 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:051.463 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 019:051.488 Data: 4F F4 +T4AF4 019:051.512 - 0.076ms returns 2 (0x2) +T54B0 019:501.985 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T54B0 019:502.038 -- Read from C cache (2 bytes @ 0x08003EC2) +T54B0 019:502.064 Data: 01 91 +T54B0 019:502.089 - 0.113ms returns 2 (0x2) +T54B0 019:502.109 JLINK_HasError() +T54B0 019:502.131 JLINK_Step() +T54B0 019:502.156 -- Read from C cache (2 bytes @ 0x08003EC2) +T54B0 019:502.193 CPU_WriteMem(4 bytes @ 0x20000F7C) +T54B0 019:503.214 -- Simulated +T54B0 019:503.240 - 1.118ms returns 0 +T54B0 019:503.262 JLINK_HasError() +T54B0 019:503.281 JLINK_ReadReg(R15 (PC)) +T54B0 019:503.301 - 0.028ms returns 0x08003EC4 +T54B0 019:503.320 JLINK_ReadReg(XPSR) +T54B0 019:503.337 - 0.026ms returns 0x61000000 +T54B0 019:503.363 JLINK_HasError() +T54B0 019:503.381 JLINK_Step() +T54B0 019:503.400 -- Read from C cache (2 bytes @ 0x08003EC4) +T54B0 019:503.428 CPU_WriteMem(4 bytes @ 0x2000040C) +T54B0 019:503.833 -- Simulated +T54B0 019:503.858 - 0.485ms returns 0 +T54B0 019:503.880 JLINK_HasError() +T54B0 019:503.899 JLINK_ReadReg(R15 (PC)) +T54B0 019:503.917 - 0.026ms returns 0x08003EC6 +T54B0 019:503.936 JLINK_ReadReg(XPSR) +T54B0 019:503.953 - 0.025ms returns 0x61000000 +T54B0 019:507.781 JLINK_HasError() +T54B0 019:507.826 JLINK_ReadReg(R0) +T54B0 019:507.849 - 0.033ms returns 0x20000404 +T54B0 019:507.870 JLINK_ReadReg(R1) +T54B0 019:507.894 - 0.032ms returns 0x00000000 +T54B0 019:507.913 JLINK_ReadReg(R2) +T54B0 019:507.930 - 0.025ms returns 0x00000018 +T54B0 019:507.949 JLINK_ReadReg(R3) +T54B0 019:507.966 - 0.025ms returns 0x00000000 +T54B0 019:507.985 JLINK_ReadReg(R4) +T54B0 019:508.002 - 0.025ms returns 0x00000000 +T54B0 019:508.021 JLINK_ReadReg(R5) +T54B0 019:508.038 - 0.025ms returns 0x20000018 +T54B0 019:508.057 JLINK_ReadReg(R6) +T54B0 019:508.074 - 0.025ms returns 0x00000000 +T54B0 019:508.092 JLINK_ReadReg(R7) +T54B0 019:508.109 - 0.025ms returns 0x00000000 +T54B0 019:508.128 JLINK_ReadReg(R8) +T54B0 019:508.145 - 0.025ms returns 0x00000000 +T54B0 019:508.164 JLINK_ReadReg(R9) +T54B0 019:508.181 - 0.025ms returns 0x20000160 +T54B0 019:508.200 JLINK_ReadReg(R10) +T54B0 019:508.217 - 0.025ms returns 0x08006850 +T54B0 019:508.236 JLINK_ReadReg(R11) +T54B0 019:508.252 - 0.025ms returns 0x00000000 +T54B0 019:508.271 JLINK_ReadReg(R12) +T54B0 019:508.288 - 0.025ms returns 0x00000001 +T54B0 019:508.307 JLINK_ReadReg(R13 (SP)) +T54B0 019:508.325 - 0.026ms returns 0x20000F78 +T54B0 019:508.344 JLINK_ReadReg(R14) +T54B0 019:508.361 - 0.025ms returns 0x0800553B +T54B0 019:508.380 JLINK_ReadReg(R15 (PC)) +T54B0 019:508.397 - 0.025ms returns 0x08003EC6 +T54B0 019:508.416 JLINK_ReadReg(XPSR) +T54B0 019:508.433 - 0.025ms returns 0x61000000 +T54B0 019:508.451 JLINK_ReadReg(MSP) +T54B0 019:508.468 - 0.025ms returns 0x20000F78 +T54B0 019:508.487 JLINK_ReadReg(PSP) +T54B0 019:508.516 - 0.041ms returns 0x20001000 +T54B0 019:508.539 JLINK_ReadReg(CFBP) +T54B0 019:508.556 - 0.025ms returns 0x00000000 +T4AF4 019:509.903 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:509.938 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:509.961 Data: 3B 55 00 08 +T4AF4 019:509.983 - 0.087ms returns 4 (0x4) +T4AF4 019:510.003 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.020 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 019:510.042 Data: 00 00 00 00 +T4AF4 019:510.063 - 0.066ms returns 4 (0x4) +T4AF4 019:510.079 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.096 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:510.117 Data: 3B 55 00 08 +T4AF4 019:510.137 - 0.065ms returns 4 (0x4) +T4AF4 019:510.155 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.171 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 019:510.192 Data: BB 01 00 08 +T4AF4 019:510.213 - 0.065ms returns 4 (0x4) +T4AF4 019:510.237 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.253 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 019:510.274 Data: 00 00 00 00 +T4AF4 019:510.295 - 0.065ms returns 4 (0x4) +T4AF4 019:510.312 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.328 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 019:510.349 Data: 00 00 00 00 +T4AF4 019:510.370 - 0.064ms returns 4 (0x4) +T4AF4 019:510.387 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.403 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 019:510.424 Data: 00 00 00 00 +T4AF4 019:510.445 - 0.064ms returns 4 (0x4) +T4AF4 019:510.461 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.477 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 019:510.499 Data: 00 00 00 00 +T4AF4 019:510.519 - 0.065ms returns 4 (0x4) +T4AF4 019:510.536 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.552 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 019:510.574 Data: 00 00 00 00 +T4AF4 019:510.594 - 0.065ms returns 4 (0x4) +T4AF4 019:510.611 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:510.628 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 019:510.649 Data: 00 00 00 00 +T4AF4 019:510.670 - 0.065ms returns 4 (0x4) +T4AF4 019:510.687 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:510.703 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 019:510.725 Data: 00 00 +T4AF4 019:510.745 - 0.065ms returns 2 (0x2) +T4AF4 019:510.795 JLINK_HasError() +T4AF4 019:510.813 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 019:510.833 Data: 2E 8B 00 00 +T4AF4 019:510.855 Debug reg: DWT_CYCCNT +T4AF4 019:510.882 - 0.076ms returns 1 (0x1) +T4AF4 019:512.798 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:512.826 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 019:512.848 Data: C1 60 +T4AF4 019:512.870 - 0.079ms returns 2 (0x2) +T4AF4 019:512.887 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:512.902 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 019:512.924 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 019:512.945 - 0.065ms returns 60 (0x3C) +T4AF4 019:512.961 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:512.977 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 019:512.998 Data: 4F F4 +T4AF4 019:513.018 - 0.064ms returns 2 (0x2) +T4AF4 019:513.041 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:513.056 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 019:513.078 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 019:513.099 - 0.074ms returns 60 (0x3C) +T4AF4 019:513.125 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:513.140 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 019:513.161 Data: 4F F4 +T4AF4 019:513.182 - 0.064ms returns 2 (0x2) +T4AF4 019:513.204 JLINK_ReadMemEx(0x08003ECA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:513.224 -- Read from C cache (2 bytes @ 0x08003ECA) +T4AF4 019:513.245 Data: 40 22 +T4AF4 019:513.266 - 0.068ms returns 2 (0x2) +T4AF4 019:520.685 JLINK_ReadMemEx(0x08003EBC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:520.716 -- Read from C cache (60 bytes @ 0x08003EBC) +T4AF4 019:520.739 Data: 10 21 41 60 00 21 01 91 81 60 C1 60 4F F4 40 22 ... +T4AF4 019:520.760 - 0.082ms returns 60 (0x3C) +T4AF4 019:520.777 JLINK_ReadMemEx(0x08003EBC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:520.793 -- Read from C cache (2 bytes @ 0x08003EBC) +T4AF4 019:520.814 Data: 10 21 +T4AF4 019:520.835 - 0.065ms returns 2 (0x2) +T4AF4 019:520.852 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:520.867 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 019:520.888 Data: 41 60 +T4AF4 019:520.909 - 0.063ms returns 2 (0x2) +T4AF4 019:520.935 JLINK_ReadMemEx(0x08003EBE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:520.960 -- Read from C cache (2 bytes @ 0x08003EBE) +T4AF4 019:520.981 Data: 41 60 +T4AF4 019:521.002 - 0.074ms returns 2 (0x2) +T4AF4 019:521.018 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:521.034 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 019:521.055 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 019:521.076 - 0.064ms returns 60 (0x3C) +T4AF4 019:521.092 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.107 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 019:521.128 Data: 00 21 +T4AF4 019:521.149 - 0.063ms returns 2 (0x2) +T4AF4 019:521.169 JLINK_ReadMemEx(0x08003EC0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:521.185 -- Read from C cache (60 bytes @ 0x08003EC0) +T4AF4 019:521.207 Data: 00 21 01 91 81 60 C1 60 4F F4 40 22 02 61 4F F4 ... +T4AF4 019:521.227 - 0.064ms returns 60 (0x3C) +T4AF4 019:521.243 JLINK_ReadMemEx(0x08003EC0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.259 -- Read from C cache (2 bytes @ 0x08003EC0) +T4AF4 019:521.279 Data: 00 21 +T4AF4 019:521.300 - 0.063ms returns 2 (0x2) +T4AF4 019:521.316 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.332 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 019:521.352 Data: 01 91 +T4AF4 019:521.373 - 0.063ms returns 2 (0x2) +T4AF4 019:521.393 JLINK_ReadMemEx(0x08003EC2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.408 -- Read from C cache (2 bytes @ 0x08003EC2) +T4AF4 019:521.429 Data: 01 91 +T4AF4 019:521.450 - 0.064ms returns 2 (0x2) +T4AF4 019:521.466 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:521.482 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 019:521.503 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 019:521.524 - 0.064ms returns 60 (0x3C) +T4AF4 019:521.540 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.556 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 019:521.577 Data: 81 60 +T4AF4 019:521.597 - 0.064ms returns 2 (0x2) +T4AF4 019:521.617 JLINK_ReadMemEx(0x08003EC4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:521.632 -- Read from C cache (60 bytes @ 0x08003EC4) +T4AF4 019:521.654 Data: 81 60 C1 60 4F F4 40 22 02 61 4F F4 80 12 42 61 ... +T4AF4 019:521.674 - 0.064ms returns 60 (0x3C) +T4AF4 019:521.691 JLINK_ReadMemEx(0x08003EC4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.706 -- Read from C cache (2 bytes @ 0x08003EC4) +T4AF4 019:521.730 Data: 81 60 +T4AF4 019:521.751 - 0.067ms returns 2 (0x2) +T4AF4 019:521.768 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:521.783 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 019:521.804 Data: C1 60 +T4AF4 019:521.824 - 0.063ms returns 2 (0x2) +T54B0 019:894.053 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T54B0 019:894.102 -- Read from C cache (2 bytes @ 0x08003EC6) +T54B0 019:894.128 Data: C1 60 +T54B0 019:894.153 - 0.108ms returns 2 (0x2) +T54B0 019:894.174 JLINK_HasError() +T54B0 019:894.195 JLINK_Step() +T54B0 019:895.476 -- Read from C cache (2 bytes @ 0x08003EC6) +T54B0 019:895.597 CPU_WriteMem(4 bytes @ 0x20000410) +T54B0 019:896.656 -- Simulated +T54B0 019:896.681 - 2.494ms returns 0 +T54B0 019:896.703 JLINK_HasError() +T54B0 019:896.723 JLINK_ReadReg(R15 (PC)) +T54B0 019:896.742 - 0.027ms returns 0x08003EC8 +T54B0 019:896.761 JLINK_ReadReg(XPSR) +T54B0 019:896.778 - 0.026ms returns 0x61000000 +T54B0 019:896.805 JLINK_HasError() +T54B0 019:896.824 JLINK_Step() +T54B0 019:896.842 -- Read from C cache (2 bytes @ 0x08003EC8) +T54B0 019:896.868 -- Read from C cache (2 bytes @ 0x08003ECA) +T54B0 019:896.894 -- Simulated +T54B0 019:896.918 - 0.102ms returns 0 +T54B0 019:896.937 JLINK_HasError() +T54B0 019:896.955 JLINK_ReadReg(R15 (PC)) +T54B0 019:896.972 - 0.025ms returns 0x08003ECC +T54B0 019:896.991 JLINK_ReadReg(XPSR) +T54B0 019:897.008 - 0.025ms returns 0x61000000 +T54B0 019:899.861 JLINK_HasError() +T54B0 019:899.893 JLINK_ReadReg(R0) +T54B0 019:899.914 - 0.029ms returns 0x20000404 +T54B0 019:899.934 JLINK_ReadReg(R1) +T54B0 019:899.951 - 0.026ms returns 0x00000000 +T54B0 019:899.970 JLINK_ReadReg(R2) +T54B0 019:899.987 - 0.025ms returns 0x000C0000 +T54B0 019:900.006 JLINK_ReadReg(R3) +T54B0 019:900.024 - 0.025ms returns 0x00000000 +T54B0 019:900.043 JLINK_ReadReg(R4) +T54B0 019:900.060 - 0.025ms returns 0x00000000 +T54B0 019:900.079 JLINK_ReadReg(R5) +T54B0 019:900.096 - 0.025ms returns 0x20000018 +T54B0 019:900.114 JLINK_ReadReg(R6) +T54B0 019:900.136 - 0.030ms returns 0x00000000 +T54B0 019:900.155 JLINK_ReadReg(R7) +T54B0 019:900.172 - 0.025ms returns 0x00000000 +T54B0 019:900.191 JLINK_ReadReg(R8) +T54B0 019:900.208 - 0.025ms returns 0x00000000 +T54B0 019:900.227 JLINK_ReadReg(R9) +T54B0 019:900.244 - 0.025ms returns 0x20000160 +T54B0 019:900.263 JLINK_ReadReg(R10) +T54B0 019:900.280 - 0.025ms returns 0x08006850 +T54B0 019:900.299 JLINK_ReadReg(R11) +T54B0 019:900.316 - 0.025ms returns 0x00000000 +T54B0 019:900.335 JLINK_ReadReg(R12) +T54B0 019:900.354 - 0.027ms returns 0x00000001 +T54B0 019:900.373 JLINK_ReadReg(R13 (SP)) +T54B0 019:900.393 - 0.030ms returns 0x20000F78 +T54B0 019:900.418 JLINK_ReadReg(R14) +T54B0 019:900.452 - 0.044ms returns 0x0800553B +T54B0 019:900.474 JLINK_ReadReg(R15 (PC)) +T54B0 019:900.491 - 0.026ms returns 0x08003ECC +T54B0 019:900.510 JLINK_ReadReg(XPSR) +T54B0 019:900.527 - 0.025ms returns 0x61000000 +T54B0 019:900.547 JLINK_ReadReg(MSP) +T54B0 019:900.564 - 0.025ms returns 0x20000F78 +T54B0 019:900.583 JLINK_ReadReg(PSP) +T54B0 019:900.602 - 0.027ms returns 0x20001000 +T54B0 019:900.621 JLINK_ReadReg(CFBP) +T54B0 019:900.638 - 0.025ms returns 0x00000000 +T4AF4 019:901.511 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.553 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:901.576 Data: 3B 55 00 08 +T4AF4 019:901.597 - 0.094ms returns 4 (0x4) +T4AF4 019:901.619 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.635 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 019:901.657 Data: 00 00 00 00 +T4AF4 019:901.677 - 0.065ms returns 4 (0x4) +T4AF4 019:901.694 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.710 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 019:901.731 Data: 3B 55 00 08 +T4AF4 019:901.752 - 0.065ms returns 4 (0x4) +T4AF4 019:901.769 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.785 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 019:901.806 Data: BB 01 00 08 +T4AF4 019:901.827 - 0.065ms returns 4 (0x4) +T4AF4 019:901.852 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.868 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 019:901.889 Data: 00 00 00 00 +T4AF4 019:901.909 - 0.064ms returns 4 (0x4) +T4AF4 019:901.926 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:901.942 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 019:901.963 Data: 00 00 00 00 +T4AF4 019:901.983 - 0.064ms returns 4 (0x4) +T4AF4 019:902.000 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:902.021 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 019:902.045 Data: 00 00 00 00 +T4AF4 019:902.065 - 0.072ms returns 4 (0x4) +T4AF4 019:902.082 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:902.098 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 019:902.119 Data: 00 00 00 00 +T4AF4 019:902.139 - 0.064ms returns 4 (0x4) +T4AF4 019:902.156 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:902.172 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 019:902.213 Data: 00 00 00 00 +T4AF4 019:902.235 - 0.086ms returns 4 (0x4) +T4AF4 019:902.259 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 019:902.278 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 019:902.303 Data: 00 00 00 00 +T4AF4 019:902.327 - 0.076ms returns 4 (0x4) +T4AF4 019:902.348 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:902.368 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 019:902.392 Data: 00 00 +T4AF4 019:902.417 - 0.077ms returns 2 (0x2) +T4AF4 019:902.474 JLINK_HasError() +T4AF4 019:902.494 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 019:902.517 Data: 31 8B 00 00 +T4AF4 019:902.541 Debug reg: DWT_CYCCNT +T4AF4 019:902.565 - 0.078ms returns 1 (0x1) +T4AF4 019:906.908 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:906.946 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 019:906.972 Data: C1 60 +T4AF4 019:906.997 - 0.097ms returns 2 (0x2) +T4AF4 019:907.017 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:907.035 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 019:907.061 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 019:907.085 - 0.077ms returns 60 (0x3C) +T4AF4 019:907.105 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.123 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 019:907.147 Data: 4F F4 +T4AF4 019:907.171 - 0.075ms returns 2 (0x2) +T4AF4 019:907.192 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:907.210 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 019:907.235 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 019:907.259 - 0.075ms returns 60 (0x3C) +T4AF4 019:907.278 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.296 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 019:907.321 Data: 4F F4 +T4AF4 019:907.345 - 0.075ms returns 2 (0x2) +T4AF4 019:907.364 JLINK_ReadMemEx(0x08003ECA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.390 -- Read from C cache (2 bytes @ 0x08003ECA) +T4AF4 019:907.415 Data: 40 22 +T4AF4 019:907.441 - 0.085ms returns 2 (0x2) +T4AF4 019:907.503 JLINK_ReadMemEx(0x08003ECC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:907.534 -- Read from C cache (60 bytes @ 0x08003ECC) +T4AF4 019:907.601 Data: 02 61 4F F4 80 12 42 61 01 76 41 76 81 76 C1 76 ... +T4AF4 019:907.643 - 0.152ms returns 60 (0x3C) +T4AF4 019:907.672 JLINK_ReadMemEx(0x08003ECC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.698 -- Read from C cache (2 bytes @ 0x08003ECC) +T4AF4 019:907.728 Data: 02 61 +T4AF4 019:907.760 - 0.102ms returns 2 (0x2) +T4AF4 019:907.792 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.819 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 019:907.860 Data: 4F F4 +T4AF4 019:907.897 - 0.117ms returns 2 (0x2) +T4AF4 019:907.931 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:907.958 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 019:907.997 Data: 4F F4 +T4AF4 019:908.035 - 0.117ms returns 2 (0x2) +T4AF4 019:908.064 JLINK_ReadMemEx(0x08003ED0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:908.093 -- Read from C cache (60 bytes @ 0x08003ED0) +T4AF4 019:908.129 Data: 80 12 42 61 01 76 41 76 81 76 C1 76 01 77 41 77 ... +T4AF4 019:908.166 - 0.118ms returns 60 (0x3C) +T4AF4 019:908.202 JLINK_ReadMemEx(0x08003ED0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:908.223 -- Read from C cache (2 bytes @ 0x08003ED0) +T4AF4 019:908.262 Data: 80 12 +T4AF4 019:908.290 - 0.097ms returns 2 (0x2) +T4AF4 019:908.317 JLINK_ReadMemEx(0x08003ED2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:908.337 -- Read from C cache (2 bytes @ 0x08003ED2) +T4AF4 019:908.364 Data: 42 61 +T4AF4 019:908.394 - 0.087ms returns 2 (0x2) +T4AF4 019:908.415 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:908.436 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 019:908.464 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 019:908.491 - 0.084ms returns 60 (0x3C) +T4AF4 019:908.512 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:908.531 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 019:908.558 Data: 01 76 +T4AF4 019:908.586 - 0.083ms returns 2 (0x2) +T4AF4 019:908.612 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 019:908.633 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 019:908.661 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 019:908.688 - 0.085ms returns 60 (0x3C) +T4AF4 019:908.709 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:908.729 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 019:908.756 Data: 01 76 +T4AF4 019:908.784 - 0.085ms returns 2 (0x2) +T4AF4 019:908.806 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 019:908.825 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 019:908.856 Data: 41 76 +T4AF4 019:908.883 - 0.086ms returns 2 (0x2) +T54B0 020:311.976 JLINK_ReadMemEx(0x08003ECC, 0x2 Bytes, Flags = 0x02000000) +T54B0 020:312.024 -- Read from C cache (2 bytes @ 0x08003ECC) +T54B0 020:312.050 Data: 02 61 +T54B0 020:312.075 - 0.108ms returns 2 (0x2) +T54B0 020:312.095 JLINK_HasError() +T54B0 020:312.117 JLINK_Step() +T54B0 020:312.146 -- Read from C cache (2 bytes @ 0x08003ECC) +T54B0 020:312.182 CPU_WriteMem(4 bytes @ 0x20000414) +T54B0 020:313.228 -- Simulated +T54B0 020:313.254 - 1.145ms returns 0 +T54B0 020:313.275 JLINK_HasError() +T54B0 020:313.294 JLINK_ReadReg(R15 (PC)) +T54B0 020:313.314 - 0.028ms returns 0x08003ECE +T54B0 020:313.333 JLINK_ReadReg(XPSR) +T54B0 020:313.350 - 0.025ms returns 0x61000000 +T54B0 020:313.376 JLINK_HasError() +T54B0 020:313.394 JLINK_Step() +T54B0 020:313.413 -- Read from C cache (2 bytes @ 0x08003ECE) +T54B0 020:313.438 -- Read from C cache (2 bytes @ 0x08003ED0) +T54B0 020:313.464 -- Simulated +T54B0 020:313.487 - 0.101ms returns 0 +T54B0 020:313.506 JLINK_HasError() +T54B0 020:313.524 JLINK_ReadReg(R15 (PC)) +T54B0 020:313.543 - 0.027ms returns 0x08003ED2 +T54B0 020:313.562 JLINK_ReadReg(XPSR) +T54B0 020:313.579 - 0.025ms returns 0x61000000 +T54B0 020:317.583 JLINK_HasError() +T54B0 020:317.621 JLINK_ReadReg(R0) +T54B0 020:317.643 - 0.033ms returns 0x20000404 +T54B0 020:317.670 JLINK_ReadReg(R1) +T54B0 020:317.692 - 0.031ms returns 0x00000000 +T54B0 020:317.712 JLINK_ReadReg(R2) +T54B0 020:317.729 - 0.026ms returns 0x00100000 +T54B0 020:317.749 JLINK_ReadReg(R3) +T54B0 020:317.767 - 0.026ms returns 0x00000000 +T54B0 020:317.787 JLINK_ReadReg(R4) +T54B0 020:317.804 - 0.026ms returns 0x00000000 +T54B0 020:317.823 JLINK_ReadReg(R5) +T54B0 020:317.841 - 0.026ms returns 0x20000018 +T54B0 020:317.860 JLINK_ReadReg(R6) +T54B0 020:317.878 - 0.030ms returns 0x00000000 +T54B0 020:317.902 JLINK_ReadReg(R7) +T54B0 020:317.920 - 0.026ms returns 0x00000000 +T54B0 020:317.940 JLINK_ReadReg(R8) +T54B0 020:317.957 - 0.026ms returns 0x00000000 +T54B0 020:317.977 JLINK_ReadReg(R9) +T54B0 020:317.995 - 0.026ms returns 0x20000160 +T54B0 020:318.014 JLINK_ReadReg(R10) +T54B0 020:318.032 - 0.026ms returns 0x08006850 +T54B0 020:318.051 JLINK_ReadReg(R11) +T54B0 020:318.069 - 0.026ms returns 0x00000000 +T54B0 020:318.088 JLINK_ReadReg(R12) +T54B0 020:318.106 - 0.026ms returns 0x00000001 +T54B0 020:318.125 JLINK_ReadReg(R13 (SP)) +T54B0 020:318.144 - 0.026ms returns 0x20000F78 +T54B0 020:318.163 JLINK_ReadReg(R14) +T54B0 020:318.181 - 0.026ms returns 0x0800553B +T54B0 020:318.201 JLINK_ReadReg(R15 (PC)) +T54B0 020:318.218 - 0.026ms returns 0x08003ED2 +T54B0 020:318.245 JLINK_ReadReg(XPSR) +T54B0 020:318.270 - 0.033ms returns 0x61000000 +T54B0 020:318.290 JLINK_ReadReg(MSP) +T54B0 020:318.308 - 0.026ms returns 0x20000F78 +T54B0 020:318.327 JLINK_ReadReg(PSP) +T54B0 020:318.345 - 0.026ms returns 0x20001000 +T54B0 020:318.364 JLINK_ReadReg(CFBP) +T54B0 020:318.382 - 0.026ms returns 0x00000000 +T4AF4 020:319.501 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:319.542 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 020:319.569 Data: 3B 55 00 08 +T4AF4 020:319.594 - 0.102ms returns 4 (0x4) +T4AF4 020:319.618 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:319.638 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 020:319.677 Data: 00 00 00 00 +T4AF4 020:319.711 - 0.102ms returns 4 (0x4) +T4AF4 020:319.731 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:319.751 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 020:319.776 Data: 3B 55 00 08 +T4AF4 020:319.800 - 0.077ms returns 4 (0x4) +T4AF4 020:319.820 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:319.840 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 020:319.864 Data: BB 01 00 08 +T4AF4 020:319.889 - 0.076ms returns 4 (0x4) +T4AF4 020:319.917 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:319.936 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 020:319.961 Data: 00 00 00 00 +T4AF4 020:319.985 - 0.077ms returns 4 (0x4) +T4AF4 020:320.006 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:320.025 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 020:320.050 Data: 00 00 00 00 +T4AF4 020:320.074 - 0.076ms returns 4 (0x4) +T4AF4 020:320.094 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:320.113 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 020:320.138 Data: 00 00 00 00 +T4AF4 020:320.162 - 0.076ms returns 4 (0x4) +T4AF4 020:320.182 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:320.201 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 020:320.226 Data: 00 00 00 00 +T4AF4 020:320.250 - 0.076ms returns 4 (0x4) +T4AF4 020:320.270 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:320.289 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 020:320.313 Data: 00 00 00 00 +T4AF4 020:320.337 - 0.075ms returns 4 (0x4) +T4AF4 020:320.358 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:320.376 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 020:320.401 Data: 00 00 00 00 +T4AF4 020:320.425 - 0.076ms returns 4 (0x4) +T4AF4 020:320.446 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:320.465 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 020:320.489 Data: 00 00 +T4AF4 020:320.514 - 0.076ms returns 2 (0x2) +T4AF4 020:320.575 JLINK_HasError() +T4AF4 020:320.596 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 020:320.620 Data: 34 8B 00 00 +T4AF4 020:320.645 Debug reg: DWT_CYCCNT +T4AF4 020:320.671 - 0.083ms returns 1 (0x1) +T4AF4 020:328.088 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.137 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 020:328.163 Data: C1 60 +T4AF4 020:328.189 - 0.109ms returns 2 (0x2) +T4AF4 020:328.209 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:328.227 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 020:328.253 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 020:328.276 - 0.075ms returns 60 (0x3C) +T4AF4 020:328.296 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.314 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 020:328.338 Data: 4F F4 +T4AF4 020:328.362 - 0.074ms returns 2 (0x2) +T4AF4 020:328.395 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:328.413 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 020:328.438 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 020:328.462 - 0.075ms returns 60 (0x3C) +T4AF4 020:328.490 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.513 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 020:328.537 Data: 4F F4 +T4AF4 020:328.561 - 0.079ms returns 2 (0x2) +T4AF4 020:328.580 JLINK_ReadMemEx(0x08003ECA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.602 -- Read from C cache (2 bytes @ 0x08003ECA) +T4AF4 020:328.622 Data: 40 22 +T4AF4 020:328.643 - 0.070ms returns 2 (0x2) +T4AF4 020:328.665 JLINK_ReadMemEx(0x08003ECC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:328.681 -- Read from C cache (60 bytes @ 0x08003ECC) +T4AF4 020:328.705 Data: 02 61 4F F4 80 12 42 61 01 76 41 76 81 76 C1 76 ... +T4AF4 020:328.735 - 0.076ms returns 60 (0x3C) +T4AF4 020:328.752 JLINK_ReadMemEx(0x08003ECC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.775 -- Read from C cache (2 bytes @ 0x08003ECC) +T4AF4 020:328.799 Data: 02 61 +T4AF4 020:328.823 - 0.079ms returns 2 (0x2) +T4AF4 020:328.842 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.860 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 020:328.884 Data: 4F F4 +T4AF4 020:328.908 - 0.074ms returns 2 (0x2) +T4AF4 020:328.931 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:328.949 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 020:328.974 Data: 4F F4 +T4AF4 020:328.998 - 0.074ms returns 2 (0x2) +T4AF4 020:329.017 JLINK_ReadMemEx(0x08003ED0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:329.034 -- Read from C cache (60 bytes @ 0x08003ED0) +T4AF4 020:329.060 Data: 80 12 42 61 01 76 41 76 81 76 C1 76 01 77 41 77 ... +T4AF4 020:329.083 - 0.075ms returns 60 (0x3C) +T4AF4 020:329.102 JLINK_ReadMemEx(0x08003ED0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:329.120 -- Read from C cache (2 bytes @ 0x08003ED0) +T4AF4 020:329.144 Data: 80 12 +T4AF4 020:329.168 - 0.073ms returns 2 (0x2) +T4AF4 020:329.191 JLINK_ReadMemEx(0x08003ED2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:329.209 -- Read from C cache (2 bytes @ 0x08003ED2) +T4AF4 020:329.233 Data: 42 61 +T4AF4 020:329.257 - 0.074ms returns 2 (0x2) +T4AF4 020:329.276 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:329.294 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 020:329.319 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 020:329.343 - 0.074ms returns 60 (0x3C) +T4AF4 020:329.362 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:329.379 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 020:329.403 Data: 01 76 +T4AF4 020:329.427 - 0.074ms returns 2 (0x2) +T4AF4 020:329.451 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:329.469 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 020:329.494 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 020:329.518 - 0.075ms returns 60 (0x3C) +T4AF4 020:329.536 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:329.554 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 020:329.578 Data: 01 76 +T4AF4 020:329.602 - 0.073ms returns 2 (0x2) +T4AF4 020:329.621 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:329.639 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 020:329.669 Data: 41 76 +T4AF4 020:329.693 - 0.081ms returns 2 (0x2) +T54B0 020:735.377 JLINK_ReadMemEx(0x08003ED2, 0x2 Bytes, Flags = 0x02000000) +T54B0 020:735.429 -- Read from C cache (2 bytes @ 0x08003ED2) +T54B0 020:735.455 Data: 42 61 +T54B0 020:735.479 - 0.110ms returns 2 (0x2) +T54B0 020:735.500 JLINK_HasError() +T54B0 020:735.521 JLINK_Step() +T54B0 020:736.781 -- Read from C cache (2 bytes @ 0x08003ED2) +T54B0 020:736.864 CPU_WriteMem(4 bytes @ 0x20000418) +T54B0 020:737.949 -- Simulated +T54B0 020:737.978 - 2.466ms returns 0 +T54B0 020:738.001 JLINK_HasError() +T54B0 020:738.020 JLINK_ReadReg(R15 (PC)) +T54B0 020:738.040 - 0.028ms returns 0x08003ED4 +T54B0 020:738.059 JLINK_ReadReg(XPSR) +T54B0 020:738.077 - 0.026ms returns 0x61000000 +T54B0 020:741.641 JLINK_HasError() +T54B0 020:741.677 JLINK_ReadReg(R0) +T54B0 020:741.797 - 0.133ms returns 0x20000404 +T54B0 020:741.822 JLINK_ReadReg(R1) +T54B0 020:741.839 - 0.026ms returns 0x00000000 +T54B0 020:741.867 JLINK_ReadReg(R2) +T54B0 020:741.882 - 0.021ms returns 0x00100000 +T54B0 020:741.898 JLINK_ReadReg(R3) +T54B0 020:741.913 - 0.021ms returns 0x00000000 +T54B0 020:741.929 JLINK_ReadReg(R4) +T54B0 020:741.943 - 0.021ms returns 0x00000000 +T54B0 020:741.960 JLINK_ReadReg(R5) +T54B0 020:741.974 - 0.021ms returns 0x20000018 +T54B0 020:741.990 JLINK_ReadReg(R6) +T54B0 020:742.005 - 0.021ms returns 0x00000000 +T54B0 020:742.021 JLINK_ReadReg(R7) +T54B0 020:742.036 - 0.021ms returns 0x00000000 +T54B0 020:742.052 JLINK_ReadReg(R8) +T54B0 020:742.066 - 0.021ms returns 0x00000000 +T54B0 020:742.132 JLINK_ReadReg(R9) +T54B0 020:742.146 - 0.021ms returns 0x20000160 +T54B0 020:742.163 JLINK_ReadReg(R10) +T54B0 020:742.177 - 0.021ms returns 0x08006850 +T54B0 020:742.193 JLINK_ReadReg(R11) +T54B0 020:742.208 - 0.021ms returns 0x00000000 +T54B0 020:742.224 JLINK_ReadReg(R12) +T54B0 020:742.238 - 0.021ms returns 0x00000001 +T54B0 020:742.254 JLINK_ReadReg(R13 (SP)) +T54B0 020:742.269 - 0.022ms returns 0x20000F78 +T54B0 020:742.285 JLINK_ReadReg(R14) +T54B0 020:742.300 - 0.021ms returns 0x0800553B +T54B0 020:742.316 JLINK_ReadReg(R15 (PC)) +T54B0 020:742.330 - 0.021ms returns 0x08003ED4 +T54B0 020:742.347 JLINK_ReadReg(XPSR) +T54B0 020:742.361 - 0.021ms returns 0x61000000 +T54B0 020:742.377 JLINK_ReadReg(MSP) +T54B0 020:742.392 - 0.021ms returns 0x20000F78 +T54B0 020:742.408 JLINK_ReadReg(PSP) +T54B0 020:742.423 - 0.025ms returns 0x20001000 +T54B0 020:742.444 JLINK_ReadReg(CFBP) +T54B0 020:742.459 - 0.022ms returns 0x00000000 +T4AF4 020:743.663 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:743.698 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 020:743.720 Data: 3B 55 00 08 +T4AF4 020:743.742 - 0.086ms returns 4 (0x4) +T4AF4 020:743.763 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:743.779 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 020:743.800 Data: 00 00 00 00 +T4AF4 020:743.821 - 0.065ms returns 4 (0x4) +T4AF4 020:743.837 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:743.854 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 020:743.875 Data: 3B 55 00 08 +T4AF4 020:743.895 - 0.064ms returns 4 (0x4) +T4AF4 020:743.912 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:743.928 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 020:743.949 Data: BB 01 00 08 +T4AF4 020:743.970 - 0.064ms returns 4 (0x4) +T4AF4 020:743.993 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.009 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 020:744.030 Data: 00 00 00 00 +T4AF4 020:744.051 - 0.064ms returns 4 (0x4) +T4AF4 020:744.068 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.084 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 020:744.105 Data: 00 00 00 00 +T4AF4 020:744.125 - 0.064ms returns 4 (0x4) +T4AF4 020:744.142 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.158 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 020:744.179 Data: 00 00 00 00 +T4AF4 020:744.199 - 0.064ms returns 4 (0x4) +T4AF4 020:744.216 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.232 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 020:744.253 Data: 00 00 00 00 +T4AF4 020:744.273 - 0.064ms returns 4 (0x4) +T4AF4 020:744.290 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.306 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 020:744.327 Data: 00 00 00 00 +T4AF4 020:744.347 - 0.064ms returns 4 (0x4) +T4AF4 020:744.364 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 020:744.380 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 020:744.401 Data: 00 00 00 00 +T4AF4 020:744.421 - 0.064ms returns 4 (0x4) +T4AF4 020:744.438 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:744.454 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 020:744.488 Data: 00 00 +T4AF4 020:744.509 - 0.077ms returns 2 (0x2) +T4AF4 020:744.558 JLINK_HasError() +T4AF4 020:744.576 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 020:744.597 Data: 36 8B 00 00 +T4AF4 020:744.618 Debug reg: DWT_CYCCNT +T4AF4 020:744.638 - 0.069ms returns 1 (0x1) +T4AF4 020:751.863 JLINK_ReadMemEx(0x08003EC6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:751.899 -- Read from C cache (2 bytes @ 0x08003EC6) +T4AF4 020:751.930 Data: C1 60 +T4AF4 020:751.955 - 0.101ms returns 2 (0x2) +T4AF4 020:751.976 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:751.997 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 020:752.023 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 020:752.047 - 0.079ms returns 60 (0x3C) +T4AF4 020:752.066 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.084 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 020:752.109 Data: 4F F4 +T4AF4 020:752.133 - 0.075ms returns 2 (0x2) +T4AF4 020:752.164 JLINK_ReadMemEx(0x08003EC8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:752.182 -- Read from C cache (60 bytes @ 0x08003EC8) +T4AF4 020:752.207 Data: 4F F4 40 22 02 61 4F F4 80 12 42 61 01 76 41 76 ... +T4AF4 020:752.231 - 0.075ms returns 60 (0x3C) +T4AF4 020:752.250 JLINK_ReadMemEx(0x08003EC8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.268 -- Read from C cache (2 bytes @ 0x08003EC8) +T4AF4 020:752.292 Data: 4F F4 +T4AF4 020:752.316 - 0.074ms returns 2 (0x2) +T4AF4 020:752.338 JLINK_ReadMemEx(0x08003ECA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.356 -- Read from C cache (2 bytes @ 0x08003ECA) +T4AF4 020:752.380 Data: 40 22 +T4AF4 020:752.404 - 0.074ms returns 2 (0x2) +T4AF4 020:752.429 JLINK_ReadMemEx(0x08003ECC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:752.447 -- Read from C cache (60 bytes @ 0x08003ECC) +T4AF4 020:752.473 Data: 02 61 4F F4 80 12 42 61 01 76 41 76 81 76 C1 76 ... +T4AF4 020:752.497 - 0.076ms returns 60 (0x3C) +T4AF4 020:752.516 JLINK_ReadMemEx(0x08003ECC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.534 -- Read from C cache (2 bytes @ 0x08003ECC) +T4AF4 020:752.558 Data: 02 61 +T4AF4 020:752.582 - 0.074ms returns 2 (0x2) +T4AF4 020:752.602 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.620 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 020:752.645 Data: 4F F4 +T4AF4 020:752.669 - 0.075ms returns 2 (0x2) +T4AF4 020:752.692 JLINK_ReadMemEx(0x08003ECE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.711 -- Read from C cache (2 bytes @ 0x08003ECE) +T4AF4 020:752.736 Data: 4F F4 +T4AF4 020:752.760 - 0.076ms returns 2 (0x2) +T4AF4 020:752.779 JLINK_ReadMemEx(0x08003ED0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:752.797 -- Read from C cache (60 bytes @ 0x08003ED0) +T4AF4 020:752.822 Data: 80 12 42 61 01 76 41 76 81 76 C1 76 01 77 41 77 ... +T4AF4 020:752.846 - 0.075ms returns 60 (0x3C) +T4AF4 020:752.866 JLINK_ReadMemEx(0x08003ED0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.884 -- Read from C cache (2 bytes @ 0x08003ED0) +T4AF4 020:752.910 Data: 80 12 +T4AF4 020:752.935 - 0.077ms returns 2 (0x2) +T4AF4 020:752.959 JLINK_ReadMemEx(0x08003ED2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:752.977 -- Read from C cache (2 bytes @ 0x08003ED2) +T4AF4 020:753.001 Data: 42 61 +T4AF4 020:753.027 - 0.079ms returns 2 (0x2) +T4AF4 020:753.048 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:753.073 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 020:753.098 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 020:753.122 - 0.081ms returns 60 (0x3C) +T4AF4 020:753.141 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:753.159 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 020:753.183 Data: 01 76 +T4AF4 020:753.208 - 0.074ms returns 2 (0x2) +T4AF4 020:753.231 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 020:753.250 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 020:753.275 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 020:753.310 - 0.087ms returns 60 (0x3C) +T4AF4 020:753.329 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:753.347 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 020:753.372 Data: 01 76 +T4AF4 020:753.396 - 0.075ms returns 2 (0x2) +T4AF4 020:753.415 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 020:753.433 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 020:753.457 Data: 41 76 +T4AF4 020:753.482 - 0.075ms returns 2 (0x2) +T54B0 021:141.779 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T54B0 021:141.832 -- Read from C cache (2 bytes @ 0x08003ED4) +T54B0 021:141.858 Data: 01 76 +T54B0 021:141.883 - 0.114ms returns 2 (0x2) +T54B0 021:141.904 JLINK_HasError() +T54B0 021:141.925 JLINK_Step() +T54B0 021:141.949 -- Read from C cache (2 bytes @ 0x08003ED4) +T54B0 021:141.984 CPU_WriteMem(1 bytes @ 0x2000041C) +T54B0 021:143.019 -- Simulated +T54B0 021:143.047 - 1.131ms returns 0 +T54B0 021:143.068 JLINK_HasError() +T54B0 021:143.088 JLINK_ReadReg(R15 (PC)) +T54B0 021:143.108 - 0.028ms returns 0x08003ED6 +T54B0 021:143.127 JLINK_ReadReg(XPSR) +T54B0 021:143.150 - 0.034ms returns 0x61000000 +T54B0 021:143.938 JLINK_HasError() +T54B0 021:143.964 JLINK_ReadReg(R0) +T54B0 021:143.984 - 0.027ms returns 0x20000404 +T54B0 021:144.003 JLINK_ReadReg(R1) +T54B0 021:144.020 - 0.025ms returns 0x00000000 +T54B0 021:144.039 JLINK_ReadReg(R2) +T54B0 021:144.056 - 0.025ms returns 0x00100000 +T54B0 021:144.075 JLINK_ReadReg(R3) +T54B0 021:144.092 - 0.025ms returns 0x00000000 +T54B0 021:144.111 JLINK_ReadReg(R4) +T54B0 021:144.128 - 0.025ms returns 0x00000000 +T54B0 021:144.147 JLINK_ReadReg(R5) +T54B0 021:144.164 - 0.025ms returns 0x20000018 +T54B0 021:144.183 JLINK_ReadReg(R6) +T54B0 021:144.200 - 0.025ms returns 0x00000000 +T54B0 021:144.219 JLINK_ReadReg(R7) +T54B0 021:144.235 - 0.025ms returns 0x00000000 +T54B0 021:144.254 JLINK_ReadReg(R8) +T54B0 021:144.271 - 0.025ms returns 0x00000000 +T54B0 021:144.290 JLINK_ReadReg(R9) +T54B0 021:144.307 - 0.025ms returns 0x20000160 +T54B0 021:144.326 JLINK_ReadReg(R10) +T54B0 021:144.343 - 0.025ms returns 0x08006850 +T54B0 021:144.362 JLINK_ReadReg(R11) +T54B0 021:144.379 - 0.025ms returns 0x00000000 +T54B0 021:144.398 JLINK_ReadReg(R12) +T54B0 021:144.415 - 0.025ms returns 0x00000001 +T54B0 021:144.434 JLINK_ReadReg(R13 (SP)) +T54B0 021:144.451 - 0.025ms returns 0x20000F78 +T54B0 021:144.470 JLINK_ReadReg(R14) +T54B0 021:144.487 - 0.025ms returns 0x0800553B +T54B0 021:144.506 JLINK_ReadReg(R15 (PC)) +T54B0 021:144.523 - 0.025ms returns 0x08003ED6 +T54B0 021:144.542 JLINK_ReadReg(XPSR) +T54B0 021:144.559 - 0.025ms returns 0x61000000 +T54B0 021:144.578 JLINK_ReadReg(MSP) +T54B0 021:144.595 - 0.025ms returns 0x20000F78 +T54B0 021:144.614 JLINK_ReadReg(PSP) +T54B0 021:144.631 - 0.025ms returns 0x20001000 +T54B0 021:144.650 JLINK_ReadReg(CFBP) +T54B0 021:144.667 - 0.025ms returns 0x00000000 +T4AF4 021:147.601 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:147.633 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 021:147.655 Data: 3B 55 00 08 +T4AF4 021:147.677 - 0.083ms returns 4 (0x4) +T4AF4 021:147.698 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:147.715 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 021:147.736 Data: 00 00 00 00 +T4AF4 021:147.757 - 0.066ms returns 4 (0x4) +T4AF4 021:147.780 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:147.796 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 021:147.817 Data: 3B 55 00 08 +T4AF4 021:147.838 - 0.065ms returns 4 (0x4) +T4AF4 021:147.855 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:147.871 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 021:147.893 Data: BB 01 00 08 +T4AF4 021:147.913 - 0.065ms returns 4 (0x4) +T4AF4 021:147.938 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:147.954 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 021:147.975 Data: 00 00 00 00 +T4AF4 021:148.006 - 0.075ms returns 4 (0x4) +T4AF4 021:148.023 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:148.040 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 021:148.061 Data: 00 00 00 00 +T4AF4 021:148.081 - 0.065ms returns 4 (0x4) +T4AF4 021:148.098 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:148.114 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 021:148.136 Data: 00 00 00 00 +T4AF4 021:148.156 - 0.064ms returns 4 (0x4) +T4AF4 021:148.173 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:148.189 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 021:148.210 Data: 00 00 00 00 +T4AF4 021:148.230 - 0.064ms returns 4 (0x4) +T4AF4 021:148.247 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:148.263 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 021:148.284 Data: 00 00 00 00 +T4AF4 021:148.305 - 0.064ms returns 4 (0x4) +T4AF4 021:148.322 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:148.338 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 021:148.359 Data: 00 00 00 00 +T4AF4 021:148.379 - 0.064ms returns 4 (0x4) +T4AF4 021:148.397 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:148.413 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 021:148.433 Data: 00 00 +T4AF4 021:148.454 - 0.064ms returns 2 (0x2) +T4AF4 021:148.503 JLINK_HasError() +T4AF4 021:148.521 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 021:148.540 Data: 38 8B 00 00 +T4AF4 021:148.562 Debug reg: DWT_CYCCNT +T4AF4 021:148.582 - 0.068ms returns 1 (0x1) +T4AF4 021:153.044 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:153.076 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 021:153.106 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 021:153.131 - 0.095ms returns 60 (0x3C) +T4AF4 021:153.151 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.171 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 021:153.196 Data: 01 76 +T4AF4 021:153.220 - 0.078ms returns 2 (0x2) +T4AF4 021:153.240 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.258 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 021:153.282 Data: 41 76 +T4AF4 021:153.311 - 0.078ms returns 2 (0x2) +T4AF4 021:153.338 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.354 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 021:153.375 Data: 41 76 +T4AF4 021:153.396 - 0.064ms returns 2 (0x2) +T4AF4 021:153.412 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:153.427 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 021:153.449 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 021:153.469 - 0.064ms returns 60 (0x3C) +T4AF4 021:153.485 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.501 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 021:153.521 Data: 81 76 +T4AF4 021:153.542 - 0.063ms returns 2 (0x2) +T4AF4 021:153.562 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:153.577 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 021:153.599 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 021:153.620 - 0.065ms returns 60 (0x3C) +T4AF4 021:153.636 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.651 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 021:153.672 Data: 81 76 +T4AF4 021:153.692 - 0.065ms returns 2 (0x2) +T4AF4 021:153.711 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.726 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 021:153.747 Data: C1 76 +T4AF4 021:153.767 - 0.063ms returns 2 (0x2) +T4AF4 021:153.787 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.802 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 021:153.823 Data: C1 76 +T4AF4 021:153.844 - 0.064ms returns 2 (0x2) +T4AF4 021:153.860 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:153.880 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 021:153.905 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 021:153.925 - 0.072ms returns 60 (0x3C) +T4AF4 021:153.941 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:153.957 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 021:153.977 Data: 01 77 +T4AF4 021:153.998 - 0.063ms returns 2 (0x2) +T4AF4 021:154.018 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:154.033 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 021:154.055 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 021:154.075 - 0.064ms returns 60 (0x3C) +T4AF4 021:154.091 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:154.107 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 021:154.128 Data: 01 77 +T4AF4 021:154.148 - 0.064ms returns 2 (0x2) +T4AF4 021:154.164 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:154.180 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 021:154.201 Data: 41 77 +T4AF4 021:154.221 - 0.064ms returns 2 (0x2) +T54B0 021:624.300 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T54B0 021:624.350 -- Read from C cache (2 bytes @ 0x08003ED6) +T54B0 021:624.376 Data: 41 76 +T54B0 021:624.400 - 0.109ms returns 2 (0x2) +T54B0 021:624.421 JLINK_HasError() +T54B0 021:624.442 JLINK_Step() +T54B0 021:625.557 -- Read from C cache (2 bytes @ 0x08003ED6) +T54B0 021:625.597 CPU_WriteMem(1 bytes @ 0x2000041D) +T54B0 021:625.923 -- Simulated +T54B0 021:625.949 - 1.514ms returns 0 +T54B0 021:625.970 JLINK_HasError() +T54B0 021:625.990 JLINK_ReadReg(R15 (PC)) +T54B0 021:626.009 - 0.027ms returns 0x08003ED8 +T54B0 021:626.028 JLINK_ReadReg(XPSR) +T54B0 021:626.046 - 0.025ms returns 0x61000000 +T54B0 021:626.328 JLINK_HasError() +T54B0 021:626.348 JLINK_ReadReg(R0) +T54B0 021:626.366 - 0.026ms returns 0x20000404 +T54B0 021:626.385 JLINK_ReadReg(R1) +T54B0 021:626.402 - 0.025ms returns 0x00000000 +T54B0 021:626.422 JLINK_ReadReg(R2) +T54B0 021:626.438 - 0.025ms returns 0x00100000 +T54B0 021:626.458 JLINK_ReadReg(R3) +T54B0 021:626.475 - 0.025ms returns 0x00000000 +T54B0 021:626.495 JLINK_ReadReg(R4) +T54B0 021:626.512 - 0.025ms returns 0x00000000 +T54B0 021:626.532 JLINK_ReadReg(R5) +T54B0 021:626.552 - 0.028ms returns 0x20000018 +T54B0 021:626.571 JLINK_ReadReg(R6) +T54B0 021:626.588 - 0.025ms returns 0x00000000 +T54B0 021:626.606 JLINK_ReadReg(R7) +T54B0 021:626.623 - 0.025ms returns 0x00000000 +T54B0 021:626.642 JLINK_ReadReg(R8) +T54B0 021:626.659 - 0.025ms returns 0x00000000 +T54B0 021:626.677 JLINK_ReadReg(R9) +T54B0 021:626.694 - 0.025ms returns 0x20000160 +T54B0 021:626.713 JLINK_ReadReg(R10) +T54B0 021:626.730 - 0.025ms returns 0x08006850 +T54B0 021:626.749 JLINK_ReadReg(R11) +T54B0 021:626.766 - 0.025ms returns 0x00000000 +T54B0 021:626.785 JLINK_ReadReg(R12) +T54B0 021:626.801 - 0.025ms returns 0x00000001 +T54B0 021:626.820 JLINK_ReadReg(R13 (SP)) +T54B0 021:626.838 - 0.026ms returns 0x20000F78 +T54B0 021:626.857 JLINK_ReadReg(R14) +T54B0 021:626.874 - 0.025ms returns 0x0800553B +T54B0 021:626.892 JLINK_ReadReg(R15 (PC)) +T54B0 021:626.909 - 0.025ms returns 0x08003ED8 +T54B0 021:626.928 JLINK_ReadReg(XPSR) +T54B0 021:626.945 - 0.025ms returns 0x61000000 +T54B0 021:626.964 JLINK_ReadReg(MSP) +T54B0 021:626.981 - 0.025ms returns 0x20000F78 +T54B0 021:626.999 JLINK_ReadReg(PSP) +T54B0 021:627.016 - 0.025ms returns 0x20001000 +T54B0 021:627.035 JLINK_ReadReg(CFBP) +T54B0 021:627.052 - 0.025ms returns 0x00000000 +T4AF4 021:630.469 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:630.616 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 021:630.676 Data: 3B 55 00 08 +T4AF4 021:630.788 - 0.333ms returns 4 (0x4) +T4AF4 021:630.822 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:630.876 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 021:630.903 Data: 00 00 00 00 +T4AF4 021:630.935 - 0.121ms returns 4 (0x4) +T4AF4 021:630.956 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:630.982 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 021:631.012 Data: 3B 55 00 08 +T4AF4 021:631.037 - 0.089ms returns 4 (0x4) +T4AF4 021:631.057 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.077 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 021:631.102 Data: BB 01 00 08 +T4AF4 021:631.126 - 0.077ms returns 4 (0x4) +T4AF4 021:631.153 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.173 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 021:631.198 Data: 00 00 00 00 +T4AF4 021:631.222 - 0.077ms returns 4 (0x4) +T4AF4 021:631.242 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.261 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 021:631.286 Data: 00 00 00 00 +T4AF4 021:631.310 - 0.076ms returns 4 (0x4) +T4AF4 021:631.331 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.350 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 021:631.375 Data: 00 00 00 00 +T4AF4 021:631.399 - 0.077ms returns 4 (0x4) +T4AF4 021:631.419 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.438 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 021:631.464 Data: 00 00 00 00 +T4AF4 021:631.496 - 0.085ms returns 4 (0x4) +T4AF4 021:631.516 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.535 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 021:631.560 Data: 00 00 00 00 +T4AF4 021:631.584 - 0.076ms returns 4 (0x4) +T4AF4 021:631.604 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 021:631.623 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 021:631.648 Data: 00 00 00 00 +T4AF4 021:631.672 - 0.076ms returns 4 (0x4) +T4AF4 021:631.693 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:631.712 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 021:631.736 Data: 00 00 +T4AF4 021:631.760 - 0.076ms returns 2 (0x2) +T4AF4 021:631.819 JLINK_HasError() +T4AF4 021:631.839 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 021:631.863 Data: 3A 8B 00 00 +T4AF4 021:631.888 Debug reg: DWT_CYCCNT +T4AF4 021:631.913 - 0.081ms returns 1 (0x1) +T4AF4 021:639.004 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:639.044 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 021:639.072 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 021:639.097 - 0.101ms returns 60 (0x3C) +T4AF4 021:639.117 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.135 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 021:639.160 Data: 01 76 +T4AF4 021:639.185 - 0.077ms returns 2 (0x2) +T4AF4 021:639.205 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.223 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 021:639.249 Data: 41 76 +T4AF4 021:639.273 - 0.076ms returns 2 (0x2) +T4AF4 021:639.300 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.318 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 021:639.343 Data: 41 76 +T4AF4 021:639.368 - 0.076ms returns 2 (0x2) +T4AF4 021:639.387 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:639.406 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 021:639.431 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 021:639.455 - 0.076ms returns 60 (0x3C) +T4AF4 021:639.474 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.500 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 021:639.525 Data: 81 76 +T4AF4 021:639.550 - 0.083ms returns 2 (0x2) +T4AF4 021:639.573 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:639.592 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 021:639.618 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 021:639.642 - 0.076ms returns 60 (0x3C) +T4AF4 021:639.661 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.679 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 021:639.715 Data: 81 76 +T4AF4 021:639.739 - 0.087ms returns 2 (0x2) +T4AF4 021:639.759 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.777 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 021:639.802 Data: C1 76 +T4AF4 021:639.826 - 0.075ms returns 2 (0x2) +T4AF4 021:639.850 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:639.868 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 021:639.893 Data: C1 76 +T4AF4 021:639.917 - 0.075ms returns 2 (0x2) +T4AF4 021:639.937 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:639.955 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 021:639.980 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 021:640.004 - 0.076ms returns 60 (0x3C) +T4AF4 021:640.024 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:640.041 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 021:640.066 Data: 01 77 +T4AF4 021:640.091 - 0.075ms returns 2 (0x2) +T4AF4 021:640.114 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 021:640.133 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 021:640.158 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 021:640.182 - 0.076ms returns 60 (0x3C) +T4AF4 021:640.201 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:640.219 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 021:640.244 Data: 01 77 +T4AF4 021:640.268 - 0.075ms returns 2 (0x2) +T4AF4 021:640.288 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 021:640.306 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 021:640.333 Data: 41 77 +T4AF4 021:640.357 - 0.078ms returns 2 (0x2) +T54B0 022:149.892 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T54B0 022:149.948 -- Read from C cache (2 bytes @ 0x08003ED8) +T54B0 022:149.974 Data: 81 76 +T54B0 022:149.999 - 0.115ms returns 2 (0x2) +T54B0 022:150.019 JLINK_HasError() +T54B0 022:150.041 JLINK_Step() +T54B0 022:151.122 -- Read from C cache (2 bytes @ 0x08003ED8) +T54B0 022:151.159 CPU_WriteMem(1 bytes @ 0x2000041E) +T54B0 022:151.475 -- Simulated +T54B0 022:151.500 - 1.467ms returns 0 +T54B0 022:151.521 JLINK_HasError() +T54B0 022:151.540 JLINK_ReadReg(R15 (PC)) +T54B0 022:151.559 - 0.027ms returns 0x08003EDA +T54B0 022:151.578 JLINK_ReadReg(XPSR) +T54B0 022:151.595 - 0.025ms returns 0x61000000 +T54B0 022:155.503 JLINK_HasError() +T54B0 022:155.535 JLINK_ReadReg(R0) +T54B0 022:155.556 - 0.029ms returns 0x20000404 +T54B0 022:155.576 JLINK_ReadReg(R1) +T54B0 022:155.594 - 0.025ms returns 0x00000000 +T54B0 022:155.613 JLINK_ReadReg(R2) +T54B0 022:155.630 - 0.025ms returns 0x00100000 +T54B0 022:155.649 JLINK_ReadReg(R3) +T54B0 022:155.666 - 0.025ms returns 0x00000000 +T54B0 022:155.685 JLINK_ReadReg(R4) +T54B0 022:155.702 - 0.025ms returns 0x00000000 +T54B0 022:155.721 JLINK_ReadReg(R5) +T54B0 022:155.738 - 0.026ms returns 0x20000018 +T54B0 022:155.758 JLINK_ReadReg(R6) +T54B0 022:155.774 - 0.025ms returns 0x00000000 +T54B0 022:155.793 JLINK_ReadReg(R7) +T54B0 022:155.810 - 0.025ms returns 0x00000000 +T54B0 022:155.829 JLINK_ReadReg(R8) +T54B0 022:155.847 - 0.025ms returns 0x00000000 +T54B0 022:155.866 JLINK_ReadReg(R9) +T54B0 022:155.882 - 0.025ms returns 0x20000160 +T54B0 022:155.901 JLINK_ReadReg(R10) +T54B0 022:155.918 - 0.025ms returns 0x08006850 +T54B0 022:155.937 JLINK_ReadReg(R11) +T54B0 022:155.954 - 0.025ms returns 0x00000000 +T54B0 022:155.973 JLINK_ReadReg(R12) +T54B0 022:155.990 - 0.025ms returns 0x00000001 +T54B0 022:156.015 JLINK_ReadReg(R13 (SP)) +T54B0 022:156.032 - 0.025ms returns 0x20000F78 +T54B0 022:156.052 JLINK_ReadReg(R14) +T54B0 022:156.071 - 0.027ms returns 0x0800553B +T54B0 022:156.090 JLINK_ReadReg(R15 (PC)) +T54B0 022:156.107 - 0.025ms returns 0x08003EDA +T54B0 022:156.126 JLINK_ReadReg(XPSR) +T54B0 022:156.143 - 0.025ms returns 0x61000000 +T54B0 022:156.162 JLINK_ReadReg(MSP) +T54B0 022:156.179 - 0.025ms returns 0x20000F78 +T54B0 022:156.198 JLINK_ReadReg(PSP) +T54B0 022:156.215 - 0.025ms returns 0x20001000 +T54B0 022:156.240 JLINK_ReadReg(CFBP) +T54B0 022:156.263 - 0.032ms returns 0x00000000 +T4AF4 022:157.219 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.262 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 022:157.288 Data: 3B 55 00 08 +T4AF4 022:157.313 - 0.103ms returns 4 (0x4) +T4AF4 022:157.338 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.358 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 022:157.383 Data: 00 00 00 00 +T4AF4 022:157.408 - 0.078ms returns 4 (0x4) +T4AF4 022:157.427 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.447 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 022:157.472 Data: 3B 55 00 08 +T4AF4 022:157.496 - 0.077ms returns 4 (0x4) +T4AF4 022:157.517 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.536 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 022:157.561 Data: BB 01 00 08 +T4AF4 022:157.585 - 0.077ms returns 4 (0x4) +T4AF4 022:157.613 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.632 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 022:157.657 Data: 00 00 00 00 +T4AF4 022:157.682 - 0.077ms returns 4 (0x4) +T4AF4 022:157.702 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.721 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 022:157.746 Data: 00 00 00 00 +T4AF4 022:157.770 - 0.076ms returns 4 (0x4) +T4AF4 022:157.790 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.809 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 022:157.834 Data: 00 00 00 00 +T4AF4 022:157.858 - 0.076ms returns 4 (0x4) +T4AF4 022:157.878 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.897 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 022:157.922 Data: 00 00 00 00 +T4AF4 022:157.947 - 0.076ms returns 4 (0x4) +T4AF4 022:157.967 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:157.985 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 022:158.012 Data: 00 00 00 00 +T4AF4 022:158.036 - 0.077ms returns 4 (0x4) +T4AF4 022:158.056 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:158.075 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 022:158.099 Data: 00 00 00 00 +T4AF4 022:158.123 - 0.076ms returns 4 (0x4) +T4AF4 022:158.144 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:158.163 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 022:158.188 Data: 00 00 +T4AF4 022:158.212 - 0.076ms returns 2 (0x2) +T4AF4 022:158.271 JLINK_HasError() +T4AF4 022:158.293 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 022:158.316 Data: 3C 8B 00 00 +T4AF4 022:158.341 Debug reg: DWT_CYCCNT +T4AF4 022:158.365 - 0.080ms returns 1 (0x1) +T4AF4 022:165.330 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:165.366 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 022:165.393 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 022:165.417 - 0.095ms returns 60 (0x3C) +T4AF4 022:165.437 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:165.455 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 022:165.479 Data: 01 76 +T4AF4 022:165.505 - 0.077ms returns 2 (0x2) +T4AF4 022:165.525 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:165.543 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 022:165.567 Data: 41 76 +T4AF4 022:165.591 - 0.074ms returns 2 (0x2) +T4AF4 022:165.618 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:165.636 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 022:165.661 Data: 41 76 +T4AF4 022:165.685 - 0.074ms returns 2 (0x2) +T4AF4 022:165.704 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:165.722 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 022:165.747 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 022:165.770 - 0.075ms returns 60 (0x3C) +T4AF4 022:165.789 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:165.813 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 022:165.842 Data: 81 76 +T4AF4 022:165.866 - 0.084ms returns 2 (0x2) +T4AF4 022:165.890 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:165.908 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 022:165.933 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 022:165.957 - 0.076ms returns 60 (0x3C) +T4AF4 022:165.976 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:165.994 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 022:166.018 Data: 81 76 +T4AF4 022:166.042 - 0.074ms returns 2 (0x2) +T4AF4 022:166.062 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:166.083 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 022:166.174 Data: C1 76 +T4AF4 022:166.198 - 0.145ms returns 2 (0x2) +T4AF4 022:166.222 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:166.239 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 022:166.264 Data: C1 76 +T4AF4 022:166.288 - 0.074ms returns 2 (0x2) +T4AF4 022:166.307 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:166.325 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 022:166.350 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 022:166.374 - 0.075ms returns 60 (0x3C) +T4AF4 022:166.393 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:166.411 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 022:166.435 Data: 01 77 +T4AF4 022:166.459 - 0.074ms returns 2 (0x2) +T4AF4 022:166.483 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:166.502 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 022:166.527 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 022:166.551 - 0.076ms returns 60 (0x3C) +T4AF4 022:166.570 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:166.588 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 022:166.612 Data: 01 77 +T4AF4 022:166.636 - 0.074ms returns 2 (0x2) +T4AF4 022:166.656 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:166.673 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 022:166.698 Data: 41 77 +T4AF4 022:166.722 - 0.074ms returns 2 (0x2) +T54B0 022:845.825 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T54B0 022:845.871 -- Read from C cache (2 bytes @ 0x08003EDA) +T54B0 022:845.892 Data: C1 76 +T54B0 022:845.918 - 0.100ms returns 2 (0x2) +T54B0 022:845.936 JLINK_HasError() +T54B0 022:845.954 JLINK_Step() +T54B0 022:847.000 -- Read from C cache (2 bytes @ 0x08003EDA) +T54B0 022:847.036 CPU_WriteMem(1 bytes @ 0x2000041F) +T54B0 022:847.382 -- Simulated +T54B0 022:847.407 - 1.460ms returns 0 +T54B0 022:847.427 JLINK_HasError() +T54B0 022:847.447 JLINK_ReadReg(R15 (PC)) +T54B0 022:847.466 - 0.027ms returns 0x08003EDC +T54B0 022:847.485 JLINK_ReadReg(XPSR) +T54B0 022:847.502 - 0.025ms returns 0x61000000 +T54B0 022:851.284 JLINK_HasError() +T54B0 022:851.312 JLINK_ReadReg(R0) +T54B0 022:851.330 - 0.025ms returns 0x20000404 +T54B0 022:851.347 JLINK_ReadReg(R1) +T54B0 022:851.362 - 0.021ms returns 0x00000000 +T54B0 022:851.378 JLINK_ReadReg(R2) +T54B0 022:851.393 - 0.021ms returns 0x00100000 +T54B0 022:851.409 JLINK_ReadReg(R3) +T54B0 022:851.424 - 0.021ms returns 0x00000000 +T54B0 022:851.440 JLINK_ReadReg(R4) +T54B0 022:851.454 - 0.021ms returns 0x00000000 +T54B0 022:851.471 JLINK_ReadReg(R5) +T54B0 022:851.485 - 0.021ms returns 0x20000018 +T54B0 022:851.501 JLINK_ReadReg(R6) +T54B0 022:851.515 - 0.021ms returns 0x00000000 +T54B0 022:851.532 JLINK_ReadReg(R7) +T54B0 022:851.546 - 0.021ms returns 0x00000000 +T54B0 022:851.562 JLINK_ReadReg(R8) +T54B0 022:851.577 - 0.021ms returns 0x00000000 +T54B0 022:851.593 JLINK_ReadReg(R9) +T54B0 022:851.607 - 0.021ms returns 0x20000160 +T54B0 022:851.623 JLINK_ReadReg(R10) +T54B0 022:851.638 - 0.021ms returns 0x08006850 +T54B0 022:851.654 JLINK_ReadReg(R11) +T54B0 022:851.668 - 0.021ms returns 0x00000000 +T54B0 022:851.690 JLINK_ReadReg(R12) +T54B0 022:851.709 - 0.028ms returns 0x00000001 +T54B0 022:851.727 JLINK_ReadReg(R13 (SP)) +T54B0 022:851.742 - 0.022ms returns 0x20000F78 +T54B0 022:851.759 JLINK_ReadReg(R14) +T54B0 022:851.773 - 0.021ms returns 0x0800553B +T54B0 022:851.789 JLINK_ReadReg(R15 (PC)) +T54B0 022:851.804 - 0.021ms returns 0x08003EDC +T54B0 022:851.820 JLINK_ReadReg(XPSR) +T54B0 022:851.834 - 0.022ms returns 0x61000000 +T54B0 022:851.854 JLINK_ReadReg(MSP) +T54B0 022:851.869 - 0.021ms returns 0x20000F78 +T54B0 022:851.885 JLINK_ReadReg(PSP) +T54B0 022:851.899 - 0.021ms returns 0x20001000 +T54B0 022:851.917 JLINK_ReadReg(CFBP) +T54B0 022:851.932 - 0.021ms returns 0x00000000 +T4AF4 022:852.754 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:852.790 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 022:852.813 Data: 3B 55 00 08 +T4AF4 022:852.834 - 0.096ms returns 4 (0x4) +T4AF4 022:852.863 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:852.880 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 022:852.903 Data: 00 00 00 00 +T4AF4 022:852.925 - 0.069ms returns 4 (0x4) +T4AF4 022:852.968 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.038 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 022:853.097 Data: 3B 55 00 08 +T4AF4 022:853.156 - 0.206ms returns 4 (0x4) +T4AF4 022:853.212 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.243 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 022:853.276 Data: BB 01 00 08 +T4AF4 022:853.307 - 0.105ms returns 4 (0x4) +T4AF4 022:853.343 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.369 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 022:853.399 Data: 00 00 00 00 +T4AF4 022:853.428 - 0.094ms returns 4 (0x4) +T4AF4 022:853.451 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.474 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 022:853.501 Data: 00 00 00 00 +T4AF4 022:853.527 - 0.084ms returns 4 (0x4) +T4AF4 022:853.549 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.570 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 022:853.599 Data: 00 00 00 00 +T4AF4 022:853.626 - 0.087ms returns 4 (0x4) +T4AF4 022:853.648 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.670 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 022:853.698 Data: 00 00 00 00 +T4AF4 022:853.725 - 0.087ms returns 4 (0x4) +T4AF4 022:853.748 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.776 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 022:853.810 Data: 00 00 00 00 +T4AF4 022:853.838 - 0.102ms returns 4 (0x4) +T4AF4 022:853.864 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 022:853.886 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 022:853.916 Data: 00 00 00 00 +T4AF4 022:853.943 - 0.088ms returns 4 (0x4) +T4AF4 022:853.967 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:853.989 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 022:854.016 Data: 00 00 +T4AF4 022:854.042 - 0.083ms returns 2 (0x2) +T4AF4 022:854.108 JLINK_HasError() +T4AF4 022:854.131 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 022:854.157 Data: 3E 8B 00 00 +T4AF4 022:854.184 Debug reg: DWT_CYCCNT +T4AF4 022:854.212 - 0.090ms returns 1 (0x1) +T4AF4 022:855.958 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:855.986 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 022:856.013 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 022:856.037 - 0.088ms returns 60 (0x3C) +T4AF4 022:856.057 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:856.075 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 022:856.100 Data: 01 77 +T4AF4 022:856.125 - 0.076ms returns 2 (0x2) +T4AF4 022:856.144 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:856.162 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 022:856.187 Data: 41 77 +T4AF4 022:856.223 - 0.087ms returns 2 (0x2) +T4AF4 022:863.098 JLINK_ReadMemEx(0x08003ED4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:863.138 -- Read from C cache (60 bytes @ 0x08003ED4) +T4AF4 022:863.165 Data: 01 76 41 76 81 76 C1 76 01 77 41 77 FD F7 E8 F9 ... +T4AF4 022:863.189 - 0.100ms returns 60 (0x3C) +T4AF4 022:863.209 JLINK_ReadMemEx(0x08003ED4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.227 -- Read from C cache (2 bytes @ 0x08003ED4) +T4AF4 022:863.252 Data: 01 76 +T4AF4 022:863.276 - 0.076ms returns 2 (0x2) +T4AF4 022:863.296 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.314 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 022:863.338 Data: 41 76 +T4AF4 022:863.362 - 0.074ms returns 2 (0x2) +T4AF4 022:863.395 JLINK_ReadMemEx(0x08003ED6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.413 -- Read from C cache (2 bytes @ 0x08003ED6) +T4AF4 022:863.437 Data: 41 76 +T4AF4 022:863.461 - 0.075ms returns 2 (0x2) +T4AF4 022:863.481 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:863.499 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 022:863.524 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 022:863.547 - 0.075ms returns 60 (0x3C) +T4AF4 022:863.566 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.584 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 022:863.608 Data: 81 76 +T4AF4 022:863.632 - 0.074ms returns 2 (0x2) +T4AF4 022:863.656 JLINK_ReadMemEx(0x08003ED8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:863.674 -- Read from C cache (60 bytes @ 0x08003ED8) +T4AF4 022:863.699 Data: 81 76 C1 76 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 ... +T4AF4 022:863.723 - 0.075ms returns 60 (0x3C) +T4AF4 022:863.742 JLINK_ReadMemEx(0x08003ED8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.760 -- Read from C cache (2 bytes @ 0x08003ED8) +T4AF4 022:863.784 Data: 81 76 +T4AF4 022:863.808 - 0.074ms returns 2 (0x2) +T4AF4 022:863.827 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.845 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 022:863.871 Data: C1 76 +T4AF4 022:863.895 - 0.075ms returns 2 (0x2) +T4AF4 022:863.918 JLINK_ReadMemEx(0x08003EDA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:863.936 -- Read from C cache (2 bytes @ 0x08003EDA) +T4AF4 022:863.960 Data: C1 76 +T4AF4 022:863.984 - 0.074ms returns 2 (0x2) +T4AF4 022:864.003 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 022:864.021 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 022:864.046 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 022:864.070 - 0.075ms returns 60 (0x3C) +T4AF4 022:864.089 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 022:864.107 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 022:864.131 Data: 01 77 +T4AF4 022:864.155 - 0.074ms returns 2 (0x2) +T54B0 024:374.162 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T54B0 024:374.217 -- Read from C cache (2 bytes @ 0x08003EDC) +T54B0 024:374.243 Data: 01 77 +T54B0 024:374.269 - 0.116ms returns 2 (0x2) +T54B0 024:374.290 JLINK_HasError() +T54B0 024:374.312 JLINK_Step() +T54B0 024:375.430 -- Read from C cache (2 bytes @ 0x08003EDC) +T54B0 024:375.478 CPU_WriteMem(1 bytes @ 0x20000420) +T54B0 024:375.805 -- Simulated +T54B0 024:375.830 - 1.527ms returns 0 +T54B0 024:375.853 JLINK_HasError() +T54B0 024:375.873 JLINK_ReadReg(R15 (PC)) +T54B0 024:375.892 - 0.028ms returns 0x08003EDE +T54B0 024:375.912 JLINK_ReadReg(XPSR) +T54B0 024:375.930 - 0.026ms returns 0x61000000 +T54B0 024:380.140 JLINK_HasError() +T54B0 024:380.180 JLINK_ReadReg(R0) +T54B0 024:380.203 - 0.031ms returns 0x20000404 +T54B0 024:380.223 JLINK_ReadReg(R1) +T54B0 024:380.243 - 0.028ms returns 0x00000000 +T54B0 024:380.262 JLINK_ReadReg(R2) +T54B0 024:380.279 - 0.025ms returns 0x00100000 +T54B0 024:380.298 JLINK_ReadReg(R3) +T54B0 024:380.315 - 0.025ms returns 0x00000000 +T54B0 024:380.335 JLINK_ReadReg(R4) +T54B0 024:380.352 - 0.025ms returns 0x00000000 +T54B0 024:380.387 JLINK_ReadReg(R5) +T54B0 024:380.408 - 0.030ms returns 0x20000018 +T54B0 024:380.428 JLINK_ReadReg(R6) +T54B0 024:380.445 - 0.025ms returns 0x00000000 +T54B0 024:380.464 JLINK_ReadReg(R7) +T54B0 024:380.481 - 0.025ms returns 0x00000000 +T54B0 024:380.500 JLINK_ReadReg(R8) +T54B0 024:380.517 - 0.025ms returns 0x00000000 +T54B0 024:380.536 JLINK_ReadReg(R9) +T54B0 024:380.553 - 0.025ms returns 0x20000160 +T54B0 024:380.572 JLINK_ReadReg(R10) +T54B0 024:380.589 - 0.025ms returns 0x08006850 +T54B0 024:380.608 JLINK_ReadReg(R11) +T54B0 024:380.625 - 0.025ms returns 0x00000000 +T54B0 024:380.644 JLINK_ReadReg(R12) +T54B0 024:380.661 - 0.025ms returns 0x00000001 +T54B0 024:380.685 JLINK_ReadReg(R13 (SP)) +T54B0 024:380.703 - 0.026ms returns 0x20000F78 +T54B0 024:380.722 JLINK_ReadReg(R14) +T54B0 024:380.739 - 0.025ms returns 0x0800553B +T54B0 024:380.758 JLINK_ReadReg(R15 (PC)) +T54B0 024:380.775 - 0.025ms returns 0x08003EDE +T54B0 024:380.794 JLINK_ReadReg(XPSR) +T54B0 024:380.811 - 0.025ms returns 0x61000000 +T54B0 024:380.830 JLINK_ReadReg(MSP) +T54B0 024:380.847 - 0.025ms returns 0x20000F78 +T54B0 024:380.866 JLINK_ReadReg(PSP) +T54B0 024:380.883 - 0.025ms returns 0x20001000 +T54B0 024:380.902 JLINK_ReadReg(CFBP) +T54B0 024:380.919 - 0.025ms returns 0x00000000 +T4AF4 024:382.901 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:382.940 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 024:382.968 Data: 3B 55 00 08 +T4AF4 024:382.994 - 0.101ms returns 4 (0x4) +T4AF4 024:383.018 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.038 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 024:383.063 Data: 00 00 00 00 +T4AF4 024:383.091 - 0.080ms returns 4 (0x4) +T4AF4 024:383.108 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.124 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 024:383.145 Data: 3B 55 00 08 +T4AF4 024:383.165 - 0.064ms returns 4 (0x4) +T4AF4 024:383.182 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.199 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 024:383.220 Data: BB 01 00 08 +T4AF4 024:383.240 - 0.064ms returns 4 (0x4) +T4AF4 024:383.264 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.280 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 024:383.301 Data: 00 00 00 00 +T4AF4 024:383.322 - 0.065ms returns 4 (0x4) +T4AF4 024:383.339 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.355 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 024:383.376 Data: 00 00 00 00 +T4AF4 024:383.396 - 0.064ms returns 4 (0x4) +T4AF4 024:383.413 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.429 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 024:383.450 Data: 00 00 00 00 +T4AF4 024:383.471 - 0.064ms returns 4 (0x4) +T4AF4 024:383.490 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.506 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 024:383.527 Data: 00 00 00 00 +T4AF4 024:383.548 - 0.064ms returns 4 (0x4) +T4AF4 024:383.565 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.580 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 024:383.601 Data: 00 00 00 00 +T4AF4 024:383.622 - 0.064ms returns 4 (0x4) +T4AF4 024:383.638 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 024:383.654 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 024:383.675 Data: 00 00 00 00 +T4AF4 024:383.696 - 0.064ms returns 4 (0x4) +T4AF4 024:383.713 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:383.729 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 024:383.758 Data: 00 00 +T4AF4 024:383.804 - 0.101ms returns 2 (0x2) +T4AF4 024:383.882 JLINK_HasError() +T4AF4 024:383.912 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 024:383.947 Data: 40 8B 00 00 +T4AF4 024:383.982 Debug reg: DWT_CYCCNT +T4AF4 024:384.010 - 0.107ms returns 1 (0x1) +T4AF4 024:389.353 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 024:389.403 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 024:389.435 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 024:389.460 - 0.115ms returns 60 (0x3C) +T4AF4 024:389.480 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:389.498 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 024:389.523 Data: 01 77 +T4AF4 024:389.548 - 0.076ms returns 2 (0x2) +T4AF4 024:389.568 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:389.586 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 024:389.611 Data: 41 77 +T4AF4 024:389.635 - 0.075ms returns 2 (0x2) +T4AF4 024:389.668 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:389.687 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 024:389.711 Data: 41 77 +T4AF4 024:389.735 - 0.075ms returns 2 (0x2) +T4AF4 024:389.755 JLINK_ReadMemEx(0x08003EE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 024:389.773 -- Read from C cache (60 bytes @ 0x08003EE0) +T4AF4 024:389.807 Data: FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 ... +T4AF4 024:389.833 - 0.087ms returns 60 (0x3C) +T4AF4 024:389.853 JLINK_ReadMemEx(0x08003EE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:389.871 -- Read from C cache (2 bytes @ 0x08003EE0) +T4AF4 024:389.895 Data: FD F7 +T4AF4 024:389.919 - 0.075ms returns 2 (0x2) +T4AF4 024:389.944 JLINK_ReadMemEx(0x08003EE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 024:389.963 -- Read from C cache (60 bytes @ 0x08003EE0) +T4AF4 024:389.988 Data: FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 ... +T4AF4 024:390.012 - 0.076ms returns 60 (0x3C) +T4AF4 024:390.031 JLINK_ReadMemEx(0x08003EE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.049 -- Read from C cache (2 bytes @ 0x08003EE0) +T4AF4 024:390.074 Data: FD F7 +T4AF4 024:390.098 - 0.075ms returns 2 (0x2) +T4AF4 024:390.117 JLINK_ReadMemEx(0x08003EE2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.135 -- Read from C cache (2 bytes @ 0x08003EE2) +T4AF4 024:390.159 Data: E8 F9 +T4AF4 024:390.184 - 0.075ms returns 2 (0x2) +T4AF4 024:390.219 JLINK_ReadMemEx(0x08003EE4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 024:390.239 -- Read from C cache (60 bytes @ 0x08003EE4) +T4AF4 024:390.265 Data: 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 F3 F9 40 F2 ... +T4AF4 024:390.289 - 0.077ms returns 60 (0x3C) +T4AF4 024:390.308 JLINK_ReadMemEx(0x08003EE4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.325 -- Read from C cache (2 bytes @ 0x08003EE4) +T4AF4 024:390.350 Data: 18 B1 +T4AF4 024:390.374 - 0.075ms returns 2 (0x2) +T4AF4 024:390.393 JLINK_ReadMemEx(0x08003EE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.411 -- Read from C cache (2 bytes @ 0x08003EE6) +T4AF4 024:390.436 Data: FF E7 +T4AF4 024:390.460 - 0.075ms returns 2 (0x2) +T4AF4 024:390.490 JLINK_ReadMemEx(0x08003EE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.508 -- Read from C cache (2 bytes @ 0x08003EE6) +T4AF4 024:390.533 Data: FF E7 +T4AF4 024:390.557 - 0.075ms returns 2 (0x2) +T4AF4 024:390.576 JLINK_ReadMemEx(0x08003EE8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 024:390.594 -- Read from C cache (60 bytes @ 0x08003EE8) +T4AF4 024:390.620 Data: FC F7 A0 FB FF E7 FC F7 F3 F9 40 F2 04 40 C2 F2 ... +T4AF4 024:390.644 - 0.075ms returns 60 (0x3C) +T4AF4 024:390.663 JLINK_ReadMemEx(0x08003EE8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 024:390.686 -- Read from C cache (2 bytes @ 0x08003EE8) +T4AF4 024:390.710 Data: FC F7 +T4AF4 024:390.739 - 0.084ms returns 2 (0x2) +T54B0 027:440.569 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T54B0 027:440.616 -- Read from C cache (2 bytes @ 0x08003EDE) +T54B0 027:440.639 Data: 41 77 +T54B0 027:440.660 - 0.098ms returns 2 (0x2) +T54B0 027:440.678 JLINK_HasError() +T54B0 027:440.696 JLINK_Step() +T54B0 027:441.764 -- Read from C cache (2 bytes @ 0x08003EDE) +T54B0 027:441.803 CPU_WriteMem(1 bytes @ 0x20000421) +T54B0 027:442.131 -- Simulated +T54B0 027:442.156 - 1.468ms returns 0 +T54B0 027:442.176 JLINK_HasError() +T54B0 027:442.196 JLINK_ReadReg(R15 (PC)) +T54B0 027:442.221 - 0.038ms returns 0x08003EE0 +T54B0 027:442.245 JLINK_ReadReg(XPSR) +T54B0 027:442.263 - 0.026ms returns 0x61000000 +T54B0 027:445.791 JLINK_HasError() +T54B0 027:445.824 JLINK_ReadReg(R0) +T54B0 027:445.845 - 0.030ms returns 0x20000404 +T54B0 027:445.865 JLINK_ReadReg(R1) +T54B0 027:445.883 - 0.026ms returns 0x00000000 +T54B0 027:445.903 JLINK_ReadReg(R2) +T54B0 027:445.920 - 0.026ms returns 0x00100000 +T54B0 027:445.940 JLINK_ReadReg(R3) +T54B0 027:445.958 - 0.026ms returns 0x00000000 +T54B0 027:445.977 JLINK_ReadReg(R4) +T54B0 027:445.995 - 0.026ms returns 0x00000000 +T54B0 027:446.014 JLINK_ReadReg(R5) +T54B0 027:446.032 - 0.026ms returns 0x20000018 +T54B0 027:446.051 JLINK_ReadReg(R6) +T54B0 027:446.069 - 0.026ms returns 0x00000000 +T54B0 027:446.088 JLINK_ReadReg(R7) +T54B0 027:446.106 - 0.026ms returns 0x00000000 +T54B0 027:446.125 JLINK_ReadReg(R8) +T54B0 027:446.142 - 0.026ms returns 0x00000000 +T54B0 027:446.162 JLINK_ReadReg(R9) +T54B0 027:446.180 - 0.026ms returns 0x20000160 +T54B0 027:446.199 JLINK_ReadReg(R10) +T54B0 027:446.217 - 0.026ms returns 0x08006850 +T54B0 027:446.236 JLINK_ReadReg(R11) +T54B0 027:446.253 - 0.026ms returns 0x00000000 +T54B0 027:446.273 JLINK_ReadReg(R12) +T54B0 027:446.290 - 0.025ms returns 0x00000001 +T54B0 027:446.309 JLINK_ReadReg(R13 (SP)) +T54B0 027:446.327 - 0.026ms returns 0x20000F78 +T54B0 027:446.349 JLINK_ReadReg(R14) +T54B0 027:446.366 - 0.026ms returns 0x0800553B +T54B0 027:446.385 JLINK_ReadReg(R15 (PC)) +T54B0 027:446.403 - 0.025ms returns 0x08003EE0 +T54B0 027:446.422 JLINK_ReadReg(XPSR) +T54B0 027:446.439 - 0.028ms returns 0x61000000 +T54B0 027:446.461 JLINK_ReadReg(MSP) +T54B0 027:446.478 - 0.026ms returns 0x20000F78 +T54B0 027:446.498 JLINK_ReadReg(PSP) +T54B0 027:446.515 - 0.025ms returns 0x20001000 +T54B0 027:446.534 JLINK_ReadReg(CFBP) +T54B0 027:446.552 - 0.026ms returns 0x00000000 +T4AF4 027:448.068 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.106 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 027:448.132 Data: 3B 55 00 08 +T4AF4 027:448.158 - 0.098ms returns 4 (0x4) +T4AF4 027:448.181 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.200 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 027:448.225 Data: 00 00 00 00 +T4AF4 027:448.249 - 0.076ms returns 4 (0x4) +T4AF4 027:448.268 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.287 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 027:448.311 Data: 3B 55 00 08 +T4AF4 027:448.334 - 0.074ms returns 4 (0x4) +T4AF4 027:448.354 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.373 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 027:448.399 Data: BB 01 00 08 +T4AF4 027:448.425 - 0.078ms returns 4 (0x4) +T4AF4 027:448.455 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.474 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 027:448.498 Data: 00 00 00 00 +T4AF4 027:448.522 - 0.075ms returns 4 (0x4) +T4AF4 027:448.542 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.560 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 027:448.584 Data: 00 00 00 00 +T4AF4 027:448.608 - 0.074ms returns 4 (0x4) +T4AF4 027:448.627 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.646 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 027:448.670 Data: 00 00 00 00 +T4AF4 027:448.694 - 0.074ms returns 4 (0x4) +T4AF4 027:448.713 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.732 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 027:448.756 Data: 00 00 00 00 +T4AF4 027:448.780 - 0.074ms returns 4 (0x4) +T4AF4 027:448.800 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.818 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 027:448.842 Data: 00 00 00 00 +T4AF4 027:448.866 - 0.074ms returns 4 (0x4) +T4AF4 027:448.885 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 027:448.906 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 027:448.941 Data: 00 00 00 00 +T4AF4 027:448.965 - 0.087ms returns 4 (0x4) +T4AF4 027:448.985 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:449.004 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 027:449.032 Data: 00 00 +T4AF4 027:449.052 - 0.074ms returns 2 (0x2) +T4AF4 027:449.104 JLINK_HasError() +T4AF4 027:449.121 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 027:449.141 Data: 42 8B 00 00 +T4AF4 027:449.162 Debug reg: DWT_CYCCNT +T4AF4 027:449.182 - 0.067ms returns 1 (0x1) +T4AF4 027:456.410 JLINK_ReadMemEx(0x08003EDC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 027:456.451 -- Read from C cache (60 bytes @ 0x08003EDC) +T4AF4 027:456.480 Data: 01 77 41 77 FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB ... +T4AF4 027:456.504 - 0.103ms returns 60 (0x3C) +T4AF4 027:456.525 JLINK_ReadMemEx(0x08003EDC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:456.543 -- Read from C cache (2 bytes @ 0x08003EDC) +T4AF4 027:456.568 Data: 01 77 +T4AF4 027:456.593 - 0.077ms returns 2 (0x2) +T4AF4 027:456.614 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:456.632 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 027:456.656 Data: 41 77 +T4AF4 027:456.681 - 0.075ms returns 2 (0x2) +T4AF4 027:456.709 JLINK_ReadMemEx(0x08003EDE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:456.727 -- Read from C cache (2 bytes @ 0x08003EDE) +T4AF4 027:456.751 Data: 41 77 +T4AF4 027:456.775 - 0.075ms returns 2 (0x2) +T4AF4 027:456.795 JLINK_ReadMemEx(0x08003EE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 027:456.813 -- Read from C cache (60 bytes @ 0x08003EE0) +T4AF4 027:456.838 Data: FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 ... +T4AF4 027:456.862 - 0.076ms returns 60 (0x3C) +T4AF4 027:456.882 JLINK_ReadMemEx(0x08003EE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:456.899 -- Read from C cache (2 bytes @ 0x08003EE0) +T4AF4 027:456.926 Data: FD F7 +T4AF4 027:456.950 - 0.077ms returns 2 (0x2) +T4AF4 027:456.975 JLINK_ReadMemEx(0x08003EE0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 027:456.993 -- Read from C cache (60 bytes @ 0x08003EE0) +T4AF4 027:457.018 Data: FD F7 E8 F9 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 ... +T4AF4 027:457.047 - 0.079ms returns 60 (0x3C) +T4AF4 027:457.063 JLINK_ReadMemEx(0x08003EE0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.078 -- Read from C cache (2 bytes @ 0x08003EE0) +T4AF4 027:457.099 Data: FD F7 +T4AF4 027:457.119 - 0.063ms returns 2 (0x2) +T4AF4 027:457.136 JLINK_ReadMemEx(0x08003EE2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.151 -- Read from C cache (2 bytes @ 0x08003EE2) +T4AF4 027:457.172 Data: E8 F9 +T4AF4 027:457.193 - 0.064ms returns 2 (0x2) +T4AF4 027:457.226 JLINK_ReadMemEx(0x08003EE4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 027:457.241 -- Read from C cache (60 bytes @ 0x08003EE4) +T4AF4 027:457.263 Data: 18 B1 FF E7 FC F7 A0 FB FF E7 FC F7 F3 F9 40 F2 ... +T4AF4 027:457.283 - 0.064ms returns 60 (0x3C) +T4AF4 027:457.300 JLINK_ReadMemEx(0x08003EE4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.315 -- Read from C cache (2 bytes @ 0x08003EE4) +T4AF4 027:457.336 Data: 18 B1 +T4AF4 027:457.358 - 0.065ms returns 2 (0x2) +T4AF4 027:457.374 JLINK_ReadMemEx(0x08003EE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.390 -- Read from C cache (2 bytes @ 0x08003EE6) +T4AF4 027:457.411 Data: FF E7 +T4AF4 027:457.431 - 0.063ms returns 2 (0x2) +T4AF4 027:457.457 JLINK_ReadMemEx(0x08003EE6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.472 -- Read from C cache (2 bytes @ 0x08003EE6) +T4AF4 027:457.493 Data: FF E7 +T4AF4 027:457.513 - 0.064ms returns 2 (0x2) +T4AF4 027:457.530 JLINK_ReadMemEx(0x08003EE8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 027:457.545 -- Read from C cache (60 bytes @ 0x08003EE8) +T4AF4 027:457.567 Data: FC F7 A0 FB FF E7 FC F7 F3 F9 40 F2 04 40 C2 F2 ... +T4AF4 027:457.588 - 0.064ms returns 60 (0x3C) +T4AF4 027:457.604 JLINK_ReadMemEx(0x08003EE8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 027:457.619 -- Read from C cache (2 bytes @ 0x08003EE8) +T4AF4 027:457.640 Data: FC F7 +T4AF4 027:457.661 - 0.071ms returns 2 (0x2) +T54B0 028:839.195 JLINK_ReadMemEx(0x08003EE0, 0x2 Bytes, Flags = 0x02000000) +T54B0 028:839.231 -- Read from C cache (2 bytes @ 0x08003EE0) +T54B0 028:839.257 Data: FD F7 +T54B0 028:839.281 - 0.094ms returns 2 (0x2) +T54B0 028:839.301 JLINK_HasError() +T54B0 028:839.323 JLINK_Step() +T54B0 028:840.355 -- Read from C cache (2 bytes @ 0x08003EE0) +T54B0 028:840.393 -- Read from C cache (2 bytes @ 0x08003EE2) +T54B0 028:840.421 -- Simulated +T54B0 028:840.446 - 1.131ms returns 0 +T54B0 028:840.469 JLINK_HasError() +T54B0 028:840.488 JLINK_ReadReg(R15 (PC)) +T54B0 028:840.506 - 0.026ms returns 0x080012B4 +T54B0 028:840.526 JLINK_ReadReg(XPSR) +T54B0 028:840.543 - 0.025ms returns 0x61000000 +T54B0 028:840.743 JLINK_HasError() +T54B0 028:840.769 JLINK_ReadReg(R0) +T54B0 028:840.863 - 0.109ms returns 0x20000404 +T54B0 028:840.891 JLINK_ReadReg(R1) +T54B0 028:840.908 - 0.026ms returns 0x00000000 +T54B0 028:840.928 JLINK_ReadReg(R2) +T54B0 028:840.945 - 0.025ms returns 0x00100000 +T54B0 028:840.964 JLINK_ReadReg(R3) +T54B0 028:840.982 - 0.025ms returns 0x00000000 +T54B0 028:841.000 JLINK_ReadReg(R4) +T54B0 028:841.018 - 0.025ms returns 0x00000000 +T54B0 028:841.036 JLINK_ReadReg(R5) +T54B0 028:841.053 - 0.025ms returns 0x20000018 +T54B0 028:841.072 JLINK_ReadReg(R6) +T54B0 028:841.089 - 0.025ms returns 0x00000000 +T54B0 028:841.108 JLINK_ReadReg(R7) +T54B0 028:841.125 - 0.025ms returns 0x00000000 +T54B0 028:841.143 JLINK_ReadReg(R8) +T54B0 028:841.160 - 0.025ms returns 0x00000000 +T54B0 028:841.179 JLINK_ReadReg(R9) +T54B0 028:841.196 - 0.025ms returns 0x20000160 +T54B0 028:841.214 JLINK_ReadReg(R10) +T54B0 028:841.231 - 0.025ms returns 0x08006850 +T54B0 028:841.250 JLINK_ReadReg(R11) +T54B0 028:841.267 - 0.025ms returns 0x00000000 +T54B0 028:841.286 JLINK_ReadReg(R12) +T54B0 028:841.302 - 0.025ms returns 0x00000001 +T54B0 028:841.321 JLINK_ReadReg(R13 (SP)) +T54B0 028:841.338 - 0.025ms returns 0x20000F78 +T54B0 028:841.357 JLINK_ReadReg(R14) +T54B0 028:841.374 - 0.025ms returns 0x08003EE5 +T54B0 028:841.393 JLINK_ReadReg(R15 (PC)) +T54B0 028:841.410 - 0.025ms returns 0x080012B4 +T54B0 028:841.428 JLINK_ReadReg(XPSR) +T54B0 028:841.445 - 0.025ms returns 0x61000000 +T54B0 028:841.464 JLINK_ReadReg(MSP) +T54B0 028:841.481 - 0.025ms returns 0x20000F78 +T54B0 028:841.500 JLINK_ReadReg(PSP) +T54B0 028:841.517 - 0.025ms returns 0x20001000 +T54B0 028:841.535 JLINK_ReadReg(CFBP) +T54B0 028:841.554 - 0.027ms returns 0x00000000 +T4AF4 028:842.028 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.073 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 028:842.099 Data: 3B 55 00 08 +T4AF4 028:842.124 - 0.105ms returns 4 (0x4) +T4AF4 028:842.147 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.167 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 028:842.192 Data: 00 00 00 00 +T4AF4 028:842.219 - 0.080ms returns 4 (0x4) +T4AF4 028:842.239 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.258 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 028:842.283 Data: 3B 55 00 08 +T4AF4 028:842.307 - 0.076ms returns 4 (0x4) +T4AF4 028:842.327 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.347 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 028:842.372 Data: BB 01 00 08 +T4AF4 028:842.396 - 0.077ms returns 4 (0x4) +T4AF4 028:842.445 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.465 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 028:842.489 Data: 00 00 00 00 +T4AF4 028:842.514 - 0.077ms returns 4 (0x4) +T4AF4 028:842.534 JLINK_ReadMemEx(0x20000F7C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:842.559 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 028:843.829 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 028:843.855 -- Read from C cache (4 bytes @ 0x20000F7C) +T4AF4 028:843.880 Data: 00 00 00 00 +T4AF4 028:843.904 - 1.379ms returns 4 (0x4) +T4AF4 028:858.602 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:858.640 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 028:858.767 Data: 00 00 00 00 +T4AF4 028:858.803 - 0.209ms returns 4 (0x4) +T4AF4 028:858.824 JLINK_ReadMemEx(0x20000F7C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:858.845 -- Read from C cache (4 bytes @ 0x20000F7C) +T4AF4 028:858.881 Data: 00 00 00 00 +T4AF4 028:858.905 - 0.089ms returns 4 (0x4) +T4AF4 028:858.938 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:858.958 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 028:858.983 Data: 00 00 00 00 +T4AF4 028:859.007 - 0.077ms returns 4 (0x4) +T4AF4 028:859.027 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:859.047 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 028:859.072 Data: 00 00 00 00 +T4AF4 028:859.096 - 0.076ms returns 4 (0x4) +T4AF4 028:859.180 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:859.200 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 028:859.225 Data: 00 00 00 00 +T4AF4 028:859.249 - 0.076ms returns 4 (0x4) +T4AF4 028:859.269 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:859.288 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 028:859.313 Data: 00 00 00 00 +T4AF4 028:859.337 - 0.076ms returns 4 (0x4) +T4AF4 028:859.357 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:859.376 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 028:859.403 Data: 00 00 00 00 +T4AF4 028:859.427 - 0.078ms returns 4 (0x4) +T4AF4 028:859.447 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 028:859.466 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 028:859.491 Data: 00 00 00 00 +T4AF4 028:859.520 - 0.079ms returns 4 (0x4) +T4AF4 028:859.538 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:859.554 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 028:859.575 Data: 00 00 +T4AF4 028:859.596 - 0.065ms returns 2 (0x2) +T4AF4 028:859.656 JLINK_HasError() +T4AF4 028:859.674 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 028:859.695 Data: 43 8B 00 00 +T4AF4 028:859.717 Debug reg: DWT_CYCCNT +T4AF4 028:859.737 - 0.070ms returns 1 (0x1) +T4AF4 028:864.280 JLINK_ReadMemEx(0x080011B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:864.321 CPU_ReadMem(128 bytes @ 0x08001180) +T4AF4 028:866.071 -- Updating C cache (128 bytes @ 0x08001180) +T4AF4 028:866.104 -- Read from C cache (60 bytes @ 0x080011B4) +T4AF4 028:866.131 Data: FF E7 9D F8 08 00 80 07 00 28 05 D5 FF E7 08 98 ... +T4AF4 028:866.155 - 1.883ms returns 60 (0x3C) +T4AF4 028:866.177 JLINK_ReadMemEx(0x080011B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.197 -- Read from C cache (2 bytes @ 0x080011B4) +T4AF4 028:866.221 Data: FF E7 +T4AF4 028:866.246 - 0.077ms returns 2 (0x2) +T4AF4 028:866.266 JLINK_ReadMemEx(0x080011B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.284 -- Read from C cache (2 bytes @ 0x080011B6) +T4AF4 028:866.308 Data: 9D F8 +T4AF4 028:866.332 - 0.075ms returns 2 (0x2) +T4AF4 028:866.353 JLINK_ReadMemEx(0x080011B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.371 -- Read from C cache (2 bytes @ 0x080011B6) +T4AF4 028:866.396 Data: 9D F8 +T4AF4 028:866.420 - 0.075ms returns 2 (0x2) +T4AF4 028:866.439 JLINK_ReadMemEx(0x080011B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:866.457 -- Read from C cache (60 bytes @ 0x080011B8) +T4AF4 028:866.486 Data: 08 00 80 07 00 28 05 D5 FF E7 08 98 40 F0 02 00 ... +T4AF4 028:866.510 - 0.079ms returns 60 (0x3C) +T4AF4 028:866.529 JLINK_ReadMemEx(0x080011B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.547 -- Read from C cache (2 bytes @ 0x080011B8) +T4AF4 028:866.572 Data: 08 00 +T4AF4 028:866.596 - 0.075ms returns 2 (0x2) +T4AF4 028:866.615 JLINK_ReadMemEx(0x080011BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.634 -- Read from C cache (2 bytes @ 0x080011BA) +T4AF4 028:866.658 Data: 80 07 +T4AF4 028:866.682 - 0.075ms returns 2 (0x2) +T4AF4 028:866.701 JLINK_ReadMemEx(0x080011BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:866.719 -- Read from C cache (60 bytes @ 0x080011BC) +T4AF4 028:866.755 Data: 00 28 05 D5 FF E7 08 98 40 F0 02 00 08 90 FF E7 ... +T4AF4 028:866.782 - 0.089ms returns 60 (0x3C) +T4AF4 028:866.806 JLINK_ReadMemEx(0x080011BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:866.824 -- Read from C cache (2 bytes @ 0x080011BC) +T4AF4 028:866.849 Data: 00 28 +T4AF4 028:866.875 - 0.076ms returns 2 (0x2) +T4AF4 028:866.896 JLINK_ReadMemEx(0x080011BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:866.916 -- Read from C cache (60 bytes @ 0x080011BC) +T4AF4 028:866.942 Data: 00 28 05 D5 FF E7 08 98 40 F0 02 00 08 90 FF E7 ... +T4AF4 028:866.966 - 0.078ms returns 60 (0x3C) +T4AF4 028:866.985 JLINK_ReadMemEx(0x080011BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.003 -- Read from C cache (2 bytes @ 0x080011BC) +T4AF4 028:867.029 Data: 00 28 +T4AF4 028:867.053 - 0.076ms returns 2 (0x2) +T4AF4 028:867.072 JLINK_ReadMemEx(0x080011BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.090 -- Read from C cache (2 bytes @ 0x080011BE) +T4AF4 028:867.115 Data: 05 D5 +T4AF4 028:867.139 - 0.075ms returns 2 (0x2) +T4AF4 028:867.159 JLINK_ReadMemEx(0x080011BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.177 -- Read from C cache (2 bytes @ 0x080011BE) +T4AF4 028:867.201 Data: 05 D5 +T4AF4 028:867.226 - 0.075ms returns 2 (0x2) +T4AF4 028:867.245 JLINK_ReadMemEx(0x080011C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:867.263 -- Read from C cache (60 bytes @ 0x080011C0) +T4AF4 028:867.288 Data: FF E7 08 98 40 F0 02 00 08 90 FF E7 9D F8 1D 00 ... +T4AF4 028:867.312 - 0.076ms returns 60 (0x3C) +T4AF4 028:867.331 JLINK_ReadMemEx(0x080011C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.350 -- Read from C cache (2 bytes @ 0x080011C0) +T4AF4 028:867.374 Data: FF E7 +T4AF4 028:867.399 - 0.075ms returns 2 (0x2) +T4AF4 028:867.418 JLINK_ReadMemEx(0x080011C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:867.437 -- Read from C cache (60 bytes @ 0x080011C0) +T4AF4 028:867.462 Data: FF E7 08 98 40 F0 02 00 08 90 FF E7 9D F8 1D 00 ... +T4AF4 028:867.486 - 0.075ms returns 60 (0x3C) +T4AF4 028:867.505 JLINK_ReadMemEx(0x080011C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.523 -- Read from C cache (2 bytes @ 0x080011C0) +T4AF4 028:867.547 Data: FF E7 +T4AF4 028:867.571 - 0.075ms returns 2 (0x2) +T4AF4 028:867.591 JLINK_ReadMemEx(0x080011C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.609 -- Read from C cache (2 bytes @ 0x080011C2) +T4AF4 028:867.633 Data: 08 98 +T4AF4 028:867.657 - 0.075ms returns 2 (0x2) +T4AF4 028:867.677 JLINK_ReadMemEx(0x080011C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.695 -- Read from C cache (2 bytes @ 0x080011C2) +T4AF4 028:867.719 Data: 08 98 +T4AF4 028:867.743 - 0.075ms returns 2 (0x2) +T4AF4 028:867.762 JLINK_ReadMemEx(0x080011C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:867.781 -- Read from C cache (60 bytes @ 0x080011C4) +T4AF4 028:867.813 Data: 40 F0 02 00 08 90 FF E7 9D F8 1D 00 40 07 00 28 ... +T4AF4 028:867.838 - 0.083ms returns 60 (0x3C) +T4AF4 028:867.858 JLINK_ReadMemEx(0x080011C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:867.880 -- Read from C cache (2 bytes @ 0x080011C4) +T4AF4 028:867.905 Data: 40 F0 +T4AF4 028:867.929 - 0.078ms returns 2 (0x2) +T4AF4 028:867.948 JLINK_ReadMemEx(0x080011C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:867.967 -- Read from C cache (60 bytes @ 0x080011C4) +T4AF4 028:867.992 Data: 40 F0 02 00 08 90 FF E7 9D F8 1D 00 40 07 00 28 ... +T4AF4 028:868.016 - 0.075ms returns 60 (0x3C) +T4AF4 028:868.035 JLINK_ReadMemEx(0x080011C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:868.053 -- Read from C cache (2 bytes @ 0x080011C4) +T4AF4 028:868.077 Data: 40 F0 +T4AF4 028:868.102 - 0.075ms returns 2 (0x2) +T4AF4 028:868.121 JLINK_ReadMemEx(0x080011C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:868.139 -- Read from C cache (2 bytes @ 0x080011C6) +T4AF4 028:868.163 Data: 02 00 +T4AF4 028:868.188 - 0.075ms returns 2 (0x2) +T4AF4 028:868.208 JLINK_ReadMemEx(0x080011C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:868.228 CPU_ReadMem(64 bytes @ 0x08001200) +T4AF4 028:869.570 -- Updating C cache (64 bytes @ 0x08001200) +T4AF4 028:869.606 -- Read from C cache (60 bytes @ 0x080011C8) +T4AF4 028:869.632 Data: 08 90 FF E7 9D F8 1D 00 40 07 00 28 0B D5 FF E7 ... +T4AF4 028:869.656 - 1.457ms returns 60 (0x3C) +T4AF4 028:869.677 JLINK_ReadMemEx(0x080011C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:869.696 -- Read from C cache (2 bytes @ 0x080011C8) +T4AF4 028:869.721 Data: 08 90 +T4AF4 028:869.745 - 0.076ms returns 2 (0x2) +T4AF4 028:869.765 JLINK_ReadMemEx(0x080011CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:869.783 -- Read from C cache (2 bytes @ 0x080011CA) +T4AF4 028:869.811 Data: FF E7 +T4AF4 028:869.836 - 0.079ms returns 2 (0x2) +T4AF4 028:869.856 JLINK_ReadMemEx(0x080011CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:869.873 -- Read from C cache (2 bytes @ 0x080011CA) +T4AF4 028:869.898 Data: FF E7 +T4AF4 028:869.922 - 0.075ms returns 2 (0x2) +T4AF4 028:869.941 JLINK_ReadMemEx(0x080011CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:869.959 -- Read from C cache (60 bytes @ 0x080011CC) +T4AF4 028:869.985 Data: 9D F8 1D 00 40 07 00 28 0B D5 FF E7 9D F8 08 00 ... +T4AF4 028:870.009 - 0.075ms returns 60 (0x3C) +T4AF4 028:870.028 JLINK_ReadMemEx(0x080011CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.045 -- Read from C cache (2 bytes @ 0x080011CC) +T4AF4 028:870.070 Data: 9D F8 +T4AF4 028:870.094 - 0.074ms returns 2 (0x2) +T4AF4 028:870.113 JLINK_ReadMemEx(0x080011CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:870.131 -- Read from C cache (60 bytes @ 0x080011CC) +T4AF4 028:870.157 Data: 9D F8 1D 00 40 07 00 28 0B D5 FF E7 9D F8 08 00 ... +T4AF4 028:870.180 - 0.075ms returns 60 (0x3C) +T4AF4 028:870.199 JLINK_ReadMemEx(0x080011CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.217 -- Read from C cache (2 bytes @ 0x080011CC) +T4AF4 028:870.242 Data: 9D F8 +T4AF4 028:870.266 - 0.075ms returns 2 (0x2) +T4AF4 028:870.285 JLINK_ReadMemEx(0x080011CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.303 -- Read from C cache (2 bytes @ 0x080011CE) +T4AF4 028:870.327 Data: 1D 00 +T4AF4 028:870.352 - 0.075ms returns 2 (0x2) +T4AF4 028:870.371 JLINK_ReadMemEx(0x080011D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:870.389 -- Read from C cache (60 bytes @ 0x080011D0) +T4AF4 028:870.415 Data: 40 07 00 28 0B D5 FF E7 9D F8 08 00 40 07 00 28 ... +T4AF4 028:870.439 - 0.075ms returns 60 (0x3C) +T4AF4 028:870.458 JLINK_ReadMemEx(0x080011D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.477 -- Read from C cache (2 bytes @ 0x080011D0) +T4AF4 028:870.502 Data: 40 07 +T4AF4 028:870.526 - 0.076ms returns 2 (0x2) +T4AF4 028:870.545 JLINK_ReadMemEx(0x080011D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.563 -- Read from C cache (2 bytes @ 0x080011D2) +T4AF4 028:870.591 Data: 00 28 +T4AF4 028:870.612 - 0.074ms returns 2 (0x2) +T4AF4 028:870.628 JLINK_ReadMemEx(0x080011D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.644 -- Read from C cache (2 bytes @ 0x080011D2) +T4AF4 028:870.664 Data: 00 28 +T4AF4 028:870.685 - 0.063ms returns 2 (0x2) +T4AF4 028:870.701 JLINK_ReadMemEx(0x080011D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:870.716 -- Read from C cache (60 bytes @ 0x080011D4) +T4AF4 028:870.738 Data: 0B D5 FF E7 9D F8 08 00 40 07 00 28 05 D5 FF E7 ... +T4AF4 028:870.758 - 0.064ms returns 60 (0x3C) +T4AF4 028:870.774 JLINK_ReadMemEx(0x080011D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.789 -- Read from C cache (2 bytes @ 0x080011D4) +T4AF4 028:870.817 Data: 0B D5 +T4AF4 028:870.838 - 0.070ms returns 2 (0x2) +T4AF4 028:870.856 JLINK_ReadMemEx(0x080011D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:870.871 -- Read from C cache (60 bytes @ 0x080011D4) +T4AF4 028:870.893 Data: 0B D5 FF E7 9D F8 08 00 40 07 00 28 05 D5 FF E7 ... +T4AF4 028:870.913 - 0.064ms returns 60 (0x3C) +T4AF4 028:870.929 JLINK_ReadMemEx(0x080011D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:870.945 -- Read from C cache (2 bytes @ 0x080011D4) +T4AF4 028:870.965 Data: 0B D5 +T4AF4 028:870.986 - 0.063ms returns 2 (0x2) +T4AF4 028:871.002 JLINK_ReadMemEx(0x080011D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.019 -- Read from C cache (2 bytes @ 0x080011D6) +T4AF4 028:871.042 Data: FF E7 +T4AF4 028:871.063 - 0.067ms returns 2 (0x2) +T4AF4 028:871.079 JLINK_ReadMemEx(0x080011D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.094 -- Read from C cache (2 bytes @ 0x080011D6) +T4AF4 028:871.115 Data: FF E7 +T4AF4 028:871.136 - 0.063ms returns 2 (0x2) +T4AF4 028:871.152 JLINK_ReadMemEx(0x080011D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:871.167 -- Read from C cache (60 bytes @ 0x080011D8) +T4AF4 028:871.189 Data: 9D F8 08 00 40 07 00 28 05 D5 FF E7 08 98 40 F0 ... +T4AF4 028:871.209 - 0.064ms returns 60 (0x3C) +T4AF4 028:871.225 JLINK_ReadMemEx(0x080011D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.240 -- Read from C cache (2 bytes @ 0x080011D8) +T4AF4 028:871.261 Data: 9D F8 +T4AF4 028:871.281 - 0.063ms returns 2 (0x2) +T4AF4 028:871.298 JLINK_ReadMemEx(0x080011D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:871.313 -- Read from C cache (60 bytes @ 0x080011D8) +T4AF4 028:871.335 Data: 9D F8 08 00 40 07 00 28 05 D5 FF E7 08 98 40 F0 ... +T4AF4 028:871.355 - 0.064ms returns 60 (0x3C) +T4AF4 028:871.371 JLINK_ReadMemEx(0x080011D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.386 -- Read from C cache (2 bytes @ 0x080011D8) +T4AF4 028:871.407 Data: 9D F8 +T4AF4 028:871.428 - 0.063ms returns 2 (0x2) +T4AF4 028:871.444 JLINK_ReadMemEx(0x080011DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.459 -- Read from C cache (2 bytes @ 0x080011DA) +T4AF4 028:871.480 Data: 08 00 +T4AF4 028:871.500 - 0.063ms returns 2 (0x2) +T4AF4 028:871.517 JLINK_ReadMemEx(0x080011DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:871.532 -- Read from C cache (60 bytes @ 0x080011DC) +T4AF4 028:871.553 Data: 40 07 00 28 05 D5 FF E7 08 98 40 F0 04 00 08 90 ... +T4AF4 028:871.574 - 0.064ms returns 60 (0x3C) +T4AF4 028:871.590 JLINK_ReadMemEx(0x080011DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.605 -- Read from C cache (2 bytes @ 0x080011DC) +T4AF4 028:871.626 Data: 40 07 +T4AF4 028:871.646 - 0.063ms returns 2 (0x2) +T4AF4 028:871.662 JLINK_ReadMemEx(0x080011DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.678 -- Read from C cache (2 bytes @ 0x080011DE) +T4AF4 028:871.698 Data: 00 28 +T4AF4 028:871.719 - 0.063ms returns 2 (0x2) +T4AF4 028:871.735 JLINK_ReadMemEx(0x080011DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.751 -- Read from C cache (2 bytes @ 0x080011DE) +T4AF4 028:871.771 Data: 00 28 +T4AF4 028:871.792 - 0.063ms returns 2 (0x2) +T4AF4 028:871.808 JLINK_ReadMemEx(0x080011E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:871.823 -- Read from C cache (60 bytes @ 0x080011E0) +T4AF4 028:871.848 Data: 05 D5 FF E7 08 98 40 F0 04 00 08 90 FF E7 9D F8 ... +T4AF4 028:871.881 - 0.083ms returns 60 (0x3C) +T4AF4 028:871.926 JLINK_ReadMemEx(0x080011E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:871.960 -- Read from C cache (2 bytes @ 0x080011E0) +T4AF4 028:871.998 Data: 05 D5 +T4AF4 028:872.056 - 0.142ms returns 2 (0x2) +T4AF4 028:872.090 JLINK_ReadMemEx(0x080011E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:872.121 -- Read from C cache (60 bytes @ 0x080011E0) +T4AF4 028:872.156 Data: 05 D5 FF E7 08 98 40 F0 04 00 08 90 FF E7 9D F8 ... +T4AF4 028:872.185 - 0.103ms returns 60 (0x3C) +T4AF4 028:872.204 JLINK_ReadMemEx(0x080011E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.222 -- Read from C cache (2 bytes @ 0x080011E0) +T4AF4 028:872.247 Data: 05 D5 +T4AF4 028:872.272 - 0.076ms returns 2 (0x2) +T4AF4 028:872.291 JLINK_ReadMemEx(0x080011E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.309 -- Read from C cache (2 bytes @ 0x080011E2) +T4AF4 028:872.334 Data: FF E7 +T4AF4 028:872.359 - 0.076ms returns 2 (0x2) +T4AF4 028:872.379 JLINK_ReadMemEx(0x080011E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.397 -- Read from C cache (2 bytes @ 0x080011E2) +T4AF4 028:872.422 Data: FF E7 +T4AF4 028:872.446 - 0.075ms returns 2 (0x2) +T4AF4 028:872.465 JLINK_ReadMemEx(0x080011E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:872.487 -- Read from C cache (60 bytes @ 0x080011E4) +T4AF4 028:872.516 Data: 08 98 40 F0 04 00 08 90 FF E7 9D F8 1D 00 00 07 ... +T4AF4 028:872.540 - 0.083ms returns 60 (0x3C) +T4AF4 028:872.560 JLINK_ReadMemEx(0x080011E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.577 -- Read from C cache (2 bytes @ 0x080011E4) +T4AF4 028:872.602 Data: 08 98 +T4AF4 028:872.627 - 0.075ms returns 2 (0x2) +T4AF4 028:872.646 JLINK_ReadMemEx(0x080011E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:872.664 -- Read from C cache (60 bytes @ 0x080011E4) +T4AF4 028:872.690 Data: 08 98 40 F0 04 00 08 90 FF E7 9D F8 1D 00 00 07 ... +T4AF4 028:872.714 - 0.076ms returns 60 (0x3C) +T4AF4 028:872.733 JLINK_ReadMemEx(0x080011E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.751 -- Read from C cache (2 bytes @ 0x080011E4) +T4AF4 028:872.776 Data: 08 98 +T4AF4 028:872.802 - 0.077ms returns 2 (0x2) +T4AF4 028:872.822 JLINK_ReadMemEx(0x080011E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.840 -- Read from C cache (2 bytes @ 0x080011E6) +T4AF4 028:872.865 Data: 40 F0 +T4AF4 028:872.889 - 0.076ms returns 2 (0x2) +T4AF4 028:872.909 JLINK_ReadMemEx(0x080011E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:872.927 -- Read from C cache (2 bytes @ 0x080011E6) +T4AF4 028:872.953 Data: 40 F0 +T4AF4 028:872.978 - 0.077ms returns 2 (0x2) +T4AF4 028:872.997 JLINK_ReadMemEx(0x080011E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:873.015 -- Read from C cache (60 bytes @ 0x080011E8) +T4AF4 028:873.041 Data: 04 00 08 90 FF E7 9D F8 1D 00 00 07 00 28 48 D5 ... +T4AF4 028:873.065 - 0.076ms returns 60 (0x3C) +T4AF4 028:873.084 JLINK_ReadMemEx(0x080011E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.102 -- Read from C cache (2 bytes @ 0x080011E8) +T4AF4 028:873.127 Data: 04 00 +T4AF4 028:873.151 - 0.075ms returns 2 (0x2) +T4AF4 028:873.171 JLINK_ReadMemEx(0x080011EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.189 -- Read from C cache (2 bytes @ 0x080011EA) +T4AF4 028:873.214 Data: 08 90 +T4AF4 028:873.238 - 0.075ms returns 2 (0x2) +T4AF4 028:873.257 JLINK_ReadMemEx(0x080011EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:873.275 -- Read from C cache (60 bytes @ 0x080011EC) +T4AF4 028:873.300 Data: FF E7 9D F8 1D 00 00 07 00 28 48 D5 FF E7 9D F8 ... +T4AF4 028:873.325 - 0.076ms returns 60 (0x3C) +T4AF4 028:873.344 JLINK_ReadMemEx(0x080011EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.362 -- Read from C cache (2 bytes @ 0x080011EC) +T4AF4 028:873.387 Data: FF E7 +T4AF4 028:873.411 - 0.075ms returns 2 (0x2) +T4AF4 028:873.433 JLINK_ReadMemEx(0x080011EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:873.451 -- Read from C cache (60 bytes @ 0x080011EC) +T4AF4 028:873.476 Data: FF E7 9D F8 1D 00 00 07 00 28 48 D5 FF E7 9D F8 ... +T4AF4 028:873.500 - 0.076ms returns 60 (0x3C) +T4AF4 028:873.519 JLINK_ReadMemEx(0x080011EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.546 -- Read from C cache (2 bytes @ 0x080011EC) +T4AF4 028:873.567 Data: FF E7 +T4AF4 028:873.588 - 0.075ms returns 2 (0x2) +T4AF4 028:873.604 JLINK_ReadMemEx(0x080011EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.620 -- Read from C cache (2 bytes @ 0x080011EE) +T4AF4 028:873.641 Data: 9D F8 +T4AF4 028:873.662 - 0.064ms returns 2 (0x2) +T4AF4 028:873.679 JLINK_ReadMemEx(0x080011EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.695 -- Read from C cache (2 bytes @ 0x080011EE) +T4AF4 028:873.716 Data: 9D F8 +T4AF4 028:873.737 - 0.065ms returns 2 (0x2) +T4AF4 028:873.753 JLINK_ReadMemEx(0x080011F0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:873.768 -- Read from C cache (60 bytes @ 0x080011F0) +T4AF4 028:873.790 Data: 1D 00 00 07 00 28 48 D5 FF E7 9D F8 08 00 10 F0 ... +T4AF4 028:873.821 - 0.075ms returns 60 (0x3C) +T4AF4 028:873.837 JLINK_ReadMemEx(0x080011F0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.867 -- Read from C cache (2 bytes @ 0x080011F0) +T4AF4 028:873.902 Data: 1D 00 +T4AF4 028:873.926 - 0.097ms returns 2 (0x2) +T4AF4 028:873.946 JLINK_ReadMemEx(0x080011F2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:873.969 -- Read from C cache (2 bytes @ 0x080011F2) +T4AF4 028:873.998 Data: 00 07 +T4AF4 028:874.022 - 0.084ms returns 2 (0x2) +T4AF4 028:874.041 JLINK_ReadMemEx(0x080011F4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:874.060 -- Read from C cache (60 bytes @ 0x080011F4) +T4AF4 028:874.085 Data: 00 28 48 D5 FF E7 9D F8 08 00 10 F0 70 0F 42 D0 ... +T4AF4 028:874.109 - 0.076ms returns 60 (0x3C) +T4AF4 028:874.128 JLINK_ReadMemEx(0x080011F4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.146 -- Read from C cache (2 bytes @ 0x080011F4) +T4AF4 028:874.171 Data: 00 28 +T4AF4 028:874.196 - 0.075ms returns 2 (0x2) +T4AF4 028:874.215 JLINK_ReadMemEx(0x080011F4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:874.234 -- Read from C cache (60 bytes @ 0x080011F4) +T4AF4 028:874.259 Data: 00 28 48 D5 FF E7 9D F8 08 00 10 F0 70 0F 42 D0 ... +T4AF4 028:874.283 - 0.076ms returns 60 (0x3C) +T4AF4 028:874.303 JLINK_ReadMemEx(0x080011F4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.321 -- Read from C cache (2 bytes @ 0x080011F4) +T4AF4 028:874.345 Data: 00 28 +T4AF4 028:874.370 - 0.075ms returns 2 (0x2) +T4AF4 028:874.389 JLINK_ReadMemEx(0x080011F6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.407 -- Read from C cache (2 bytes @ 0x080011F6) +T4AF4 028:874.432 Data: 48 D5 +T4AF4 028:874.457 - 0.076ms returns 2 (0x2) +T4AF4 028:874.477 JLINK_ReadMemEx(0x080011F6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.495 -- Read from C cache (2 bytes @ 0x080011F6) +T4AF4 028:874.520 Data: 48 D5 +T4AF4 028:874.544 - 0.076ms returns 2 (0x2) +T4AF4 028:874.564 JLINK_ReadMemEx(0x080011F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:874.582 -- Read from C cache (60 bytes @ 0x080011F8) +T4AF4 028:874.607 Data: FF E7 9D F8 08 00 10 F0 70 0F 42 D0 FF E7 02 98 ... +T4AF4 028:874.631 - 0.076ms returns 60 (0x3C) +T4AF4 028:874.650 JLINK_ReadMemEx(0x080011F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.668 -- Read from C cache (2 bytes @ 0x080011F8) +T4AF4 028:874.693 Data: FF E7 +T4AF4 028:874.717 - 0.075ms returns 2 (0x2) +T4AF4 028:874.737 JLINK_ReadMemEx(0x080011F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:874.755 -- Read from C cache (60 bytes @ 0x080011F8) +T4AF4 028:874.781 Data: FF E7 9D F8 08 00 10 F0 70 0F 42 D0 FF E7 02 98 ... +T4AF4 028:874.814 - 0.085ms returns 60 (0x3C) +T4AF4 028:874.834 JLINK_ReadMemEx(0x080011F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.857 -- Read from C cache (2 bytes @ 0x080011F8) +T4AF4 028:874.881 Data: FF E7 +T4AF4 028:874.906 - 0.080ms returns 2 (0x2) +T4AF4 028:874.925 JLINK_ReadMemEx(0x080011FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:874.943 -- Read from C cache (2 bytes @ 0x080011FA) +T4AF4 028:874.968 Data: 9D F8 +T4AF4 028:874.992 - 0.075ms returns 2 (0x2) +T4AF4 028:875.012 JLINK_ReadMemEx(0x080011FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.030 -- Read from C cache (2 bytes @ 0x080011FA) +T4AF4 028:875.054 Data: 9D F8 +T4AF4 028:875.079 - 0.075ms returns 2 (0x2) +T4AF4 028:875.098 JLINK_ReadMemEx(0x080011FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:875.116 -- Read from C cache (60 bytes @ 0x080011FC) +T4AF4 028:875.141 Data: 08 00 10 F0 70 0F 42 D0 FF E7 02 98 00 F0 70 00 ... +T4AF4 028:875.165 - 0.076ms returns 60 (0x3C) +T4AF4 028:875.184 JLINK_ReadMemEx(0x080011FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.202 -- Read from C cache (2 bytes @ 0x080011FC) +T4AF4 028:875.227 Data: 08 00 +T4AF4 028:875.251 - 0.075ms returns 2 (0x2) +T4AF4 028:875.272 JLINK_ReadMemEx(0x080011FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.290 -- Read from C cache (2 bytes @ 0x080011FE) +T4AF4 028:875.315 Data: 10 F0 +T4AF4 028:875.339 - 0.077ms returns 2 (0x2) +T4AF4 028:875.360 JLINK_ReadMemEx(0x08001200, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:875.379 -- Read from C cache (60 bytes @ 0x08001200) +T4AF4 028:875.404 Data: 70 0F 42 D0 FF E7 02 98 00 F0 70 00 01 46 01 91 ... +T4AF4 028:875.428 - 0.076ms returns 60 (0x3C) +T4AF4 028:875.447 JLINK_ReadMemEx(0x08001200, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.470 -- Read from C cache (2 bytes @ 0x08001200) +T4AF4 028:875.494 Data: 70 0F +T4AF4 028:875.515 - 0.074ms returns 2 (0x2) +T4AF4 028:875.532 JLINK_ReadMemEx(0x08001202, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.547 -- Read from C cache (2 bytes @ 0x08001202) +T4AF4 028:875.568 Data: 42 D0 +T4AF4 028:875.589 - 0.064ms returns 2 (0x2) +T4AF4 028:875.605 JLINK_ReadMemEx(0x08001204, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:875.621 -- Read from C cache (60 bytes @ 0x08001204) +T4AF4 028:875.642 Data: FF E7 02 98 00 F0 70 00 01 46 01 91 10 28 14 D0 ... +T4AF4 028:875.663 - 0.064ms returns 60 (0x3C) +T4AF4 028:875.679 JLINK_ReadMemEx(0x08001204, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.694 -- Read from C cache (2 bytes @ 0x08001204) +T4AF4 028:875.715 Data: FF E7 +T4AF4 028:875.736 - 0.063ms returns 2 (0x2) +T4AF4 028:875.752 JLINK_ReadMemEx(0x08001204, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:875.767 -- Read from C cache (60 bytes @ 0x08001204) +T4AF4 028:875.789 Data: FF E7 02 98 00 F0 70 00 01 46 01 91 10 28 14 D0 ... +T4AF4 028:875.819 - 0.073ms returns 60 (0x3C) +T4AF4 028:875.835 JLINK_ReadMemEx(0x08001204, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.861 -- Read from C cache (2 bytes @ 0x08001204) +T4AF4 028:875.891 Data: FF E7 +T4AF4 028:875.916 - 0.089ms returns 2 (0x2) +T4AF4 028:875.935 JLINK_ReadMemEx(0x08001206, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:875.953 -- Read from C cache (2 bytes @ 0x08001206) +T4AF4 028:875.980 Data: 02 98 +T4AF4 028:876.004 - 0.077ms returns 2 (0x2) +T4AF4 028:876.024 JLINK_ReadMemEx(0x08001206, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:876.042 -- Read from C cache (2 bytes @ 0x08001206) +T4AF4 028:876.066 Data: 02 98 +T4AF4 028:876.090 - 0.075ms returns 2 (0x2) +T4AF4 028:876.110 JLINK_ReadMemEx(0x08001208, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:876.130 CPU_ReadMem(64 bytes @ 0x08001240) +T4AF4 028:877.446 -- Updating C cache (64 bytes @ 0x08001240) +T4AF4 028:877.478 -- Read from C cache (60 bytes @ 0x08001208) +T4AF4 028:877.504 Data: 00 F0 70 00 01 46 01 91 10 28 14 D0 FF E7 01 98 ... +T4AF4 028:877.528 - 1.427ms returns 60 (0x3C) +T4AF4 028:877.550 JLINK_ReadMemEx(0x08001208, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:877.569 -- Read from C cache (2 bytes @ 0x08001208) +T4AF4 028:877.594 Data: 00 F0 +T4AF4 028:877.619 - 0.078ms returns 2 (0x2) +T4AF4 028:877.640 JLINK_ReadMemEx(0x08001208, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:877.658 -- Read from C cache (60 bytes @ 0x08001208) +T4AF4 028:877.684 Data: 00 F0 70 00 01 46 01 91 10 28 14 D0 FF E7 01 98 ... +T4AF4 028:877.708 - 0.076ms returns 60 (0x3C) +T4AF4 028:877.727 JLINK_ReadMemEx(0x08001208, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:877.745 -- Read from C cache (2 bytes @ 0x08001208) +T4AF4 028:877.770 Data: 00 F0 +T4AF4 028:877.794 - 0.077ms returns 2 (0x2) +T4AF4 028:877.816 JLINK_ReadMemEx(0x0800120A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:877.834 -- Read from C cache (2 bytes @ 0x0800120A) +T4AF4 028:877.859 Data: 70 00 +T4AF4 028:877.883 - 0.075ms returns 2 (0x2) +T4AF4 028:877.903 JLINK_ReadMemEx(0x0800120C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:877.921 -- Read from C cache (60 bytes @ 0x0800120C) +T4AF4 028:877.946 Data: 01 46 01 91 10 28 14 D0 FF E7 01 98 20 28 15 D0 ... +T4AF4 028:877.970 - 0.076ms returns 60 (0x3C) +T4AF4 028:877.990 JLINK_ReadMemEx(0x0800120C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.008 -- Read from C cache (2 bytes @ 0x0800120C) +T4AF4 028:878.032 Data: 01 46 +T4AF4 028:878.057 - 0.075ms returns 2 (0x2) +T4AF4 028:878.076 JLINK_ReadMemEx(0x0800120E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.094 -- Read from C cache (2 bytes @ 0x0800120E) +T4AF4 028:878.119 Data: 01 91 +T4AF4 028:878.143 - 0.075ms returns 2 (0x2) +T4AF4 028:878.163 JLINK_ReadMemEx(0x0800120E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.181 -- Read from C cache (2 bytes @ 0x0800120E) +T4AF4 028:878.206 Data: 01 91 +T4AF4 028:878.231 - 0.076ms returns 2 (0x2) +T4AF4 028:878.250 JLINK_ReadMemEx(0x08001210, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:878.275 -- Read from C cache (60 bytes @ 0x08001210) +T4AF4 028:878.301 Data: 10 28 14 D0 FF E7 01 98 20 28 15 D0 FF E7 01 98 ... +T4AF4 028:878.327 - 0.085ms returns 60 (0x3C) +T4AF4 028:878.346 JLINK_ReadMemEx(0x08001210, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.364 -- Read from C cache (2 bytes @ 0x08001210) +T4AF4 028:878.388 Data: 10 28 +T4AF4 028:878.421 - 0.082ms returns 2 (0x2) +T4AF4 028:878.438 JLINK_ReadMemEx(0x08001210, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:878.453 -- Read from C cache (60 bytes @ 0x08001210) +T4AF4 028:878.475 Data: 10 28 14 D0 FF E7 01 98 20 28 15 D0 FF E7 01 98 ... +T4AF4 028:878.495 - 0.064ms returns 60 (0x3C) +T4AF4 028:878.512 JLINK_ReadMemEx(0x08001210, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.527 -- Read from C cache (2 bytes @ 0x08001210) +T4AF4 028:878.548 Data: 10 28 +T4AF4 028:878.568 - 0.064ms returns 2 (0x2) +T4AF4 028:878.585 JLINK_ReadMemEx(0x08001212, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.600 -- Read from C cache (2 bytes @ 0x08001212) +T4AF4 028:878.621 Data: 14 D0 +T4AF4 028:878.642 - 0.064ms returns 2 (0x2) +T4AF4 028:878.659 JLINK_ReadMemEx(0x08001212, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.674 -- Read from C cache (2 bytes @ 0x08001212) +T4AF4 028:878.695 Data: 14 D0 +T4AF4 028:878.715 - 0.064ms returns 2 (0x2) +T4AF4 028:878.732 JLINK_ReadMemEx(0x08001214, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:878.747 -- Read from C cache (60 bytes @ 0x08001214) +T4AF4 028:878.769 Data: FF E7 01 98 20 28 15 D0 FF E7 01 98 30 28 16 D0 ... +T4AF4 028:878.790 - 0.073ms returns 60 (0x3C) +T4AF4 028:878.814 JLINK_ReadMemEx(0x08001214, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:878.830 -- Read from C cache (2 bytes @ 0x08001214) +T4AF4 028:878.865 Data: FF E7 +T4AF4 028:878.897 - 0.091ms returns 2 (0x2) +T4AF4 028:878.917 JLINK_ReadMemEx(0x08001214, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:878.935 -- Read from C cache (60 bytes @ 0x08001214) +T4AF4 028:878.960 Data: FF E7 01 98 20 28 15 D0 FF E7 01 98 30 28 16 D0 ... +T4AF4 028:878.985 - 0.076ms returns 60 (0x3C) +T4AF4 028:879.004 JLINK_ReadMemEx(0x08001214, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.022 -- Read from C cache (2 bytes @ 0x08001214) +T4AF4 028:879.048 Data: FF E7 +T4AF4 028:879.072 - 0.076ms returns 2 (0x2) +T4AF4 028:879.091 JLINK_ReadMemEx(0x08001216, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.109 -- Read from C cache (2 bytes @ 0x08001216) +T4AF4 028:879.134 Data: 01 98 +T4AF4 028:879.158 - 0.075ms returns 2 (0x2) +T4AF4 028:879.178 JLINK_ReadMemEx(0x08001216, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.196 -- Read from C cache (2 bytes @ 0x08001216) +T4AF4 028:879.221 Data: 01 98 +T4AF4 028:879.245 - 0.075ms returns 2 (0x2) +T4AF4 028:879.264 JLINK_ReadMemEx(0x08001218, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:879.283 -- Read from C cache (60 bytes @ 0x08001218) +T4AF4 028:879.308 Data: 20 28 15 D0 FF E7 01 98 30 28 16 D0 FF E7 01 98 ... +T4AF4 028:879.332 - 0.076ms returns 60 (0x3C) +T4AF4 028:879.351 JLINK_ReadMemEx(0x08001218, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.369 -- Read from C cache (2 bytes @ 0x08001218) +T4AF4 028:879.394 Data: 20 28 +T4AF4 028:879.420 - 0.077ms returns 2 (0x2) +T4AF4 028:879.440 JLINK_ReadMemEx(0x08001218, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:879.458 -- Read from C cache (60 bytes @ 0x08001218) +T4AF4 028:879.483 Data: 20 28 15 D0 FF E7 01 98 30 28 16 D0 FF E7 01 98 ... +T4AF4 028:879.508 - 0.076ms returns 60 (0x3C) +T4AF4 028:879.527 JLINK_ReadMemEx(0x08001218, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.545 -- Read from C cache (2 bytes @ 0x08001218) +T4AF4 028:879.569 Data: 20 28 +T4AF4 028:879.594 - 0.075ms returns 2 (0x2) +T4AF4 028:879.613 JLINK_ReadMemEx(0x0800121A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.631 -- Read from C cache (2 bytes @ 0x0800121A) +T4AF4 028:879.656 Data: 15 D0 +T4AF4 028:879.680 - 0.075ms returns 2 (0x2) +T4AF4 028:879.699 JLINK_ReadMemEx(0x0800121A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.720 -- Read from C cache (2 bytes @ 0x0800121A) +T4AF4 028:879.746 Data: 15 D0 +T4AF4 028:879.770 - 0.079ms returns 2 (0x2) +T4AF4 028:879.789 JLINK_ReadMemEx(0x0800121C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:879.817 -- Read from C cache (60 bytes @ 0x0800121C) +T4AF4 028:879.842 Data: FF E7 01 98 30 28 16 D0 FF E7 01 98 40 28 17 D0 ... +T4AF4 028:879.877 - 0.096ms returns 60 (0x3C) +T4AF4 028:879.897 JLINK_ReadMemEx(0x0800121C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:879.914 -- Read from C cache (2 bytes @ 0x0800121C) +T4AF4 028:879.939 Data: FF E7 +T4AF4 028:879.964 - 0.075ms returns 2 (0x2) +T4AF4 028:879.983 JLINK_ReadMemEx(0x0800121C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:880.002 -- Read from C cache (60 bytes @ 0x0800121C) +T4AF4 028:880.088 Data: FF E7 01 98 30 28 16 D0 FF E7 01 98 40 28 17 D0 ... +T4AF4 028:880.112 - 0.137ms returns 60 (0x3C) +T4AF4 028:880.132 JLINK_ReadMemEx(0x0800121C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.150 -- Read from C cache (2 bytes @ 0x0800121C) +T4AF4 028:880.175 Data: FF E7 +T4AF4 028:880.199 - 0.075ms returns 2 (0x2) +T4AF4 028:880.219 JLINK_ReadMemEx(0x0800121E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.237 -- Read from C cache (2 bytes @ 0x0800121E) +T4AF4 028:880.261 Data: 01 98 +T4AF4 028:880.285 - 0.075ms returns 2 (0x2) +T4AF4 028:880.305 JLINK_ReadMemEx(0x0800121E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.323 -- Read from C cache (2 bytes @ 0x0800121E) +T4AF4 028:880.348 Data: 01 98 +T4AF4 028:880.372 - 0.075ms returns 2 (0x2) +T4AF4 028:880.392 JLINK_ReadMemEx(0x08001220, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:880.410 -- Read from C cache (60 bytes @ 0x08001220) +T4AF4 028:880.435 Data: 30 28 16 D0 FF E7 01 98 40 28 17 D0 FF E7 01 98 ... +T4AF4 028:880.459 - 0.076ms returns 60 (0x3C) +T4AF4 028:880.478 JLINK_ReadMemEx(0x08001220, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.496 -- Read from C cache (2 bytes @ 0x08001220) +T4AF4 028:880.521 Data: 30 28 +T4AF4 028:880.546 - 0.075ms returns 2 (0x2) +T4AF4 028:880.566 JLINK_ReadMemEx(0x08001220, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:880.584 -- Read from C cache (60 bytes @ 0x08001220) +T4AF4 028:880.610 Data: 30 28 16 D0 FF E7 01 98 40 28 17 D0 FF E7 01 98 ... +T4AF4 028:880.634 - 0.077ms returns 60 (0x3C) +T4AF4 028:880.653 JLINK_ReadMemEx(0x08001220, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.671 -- Read from C cache (2 bytes @ 0x08001220) +T4AF4 028:880.696 Data: 30 28 +T4AF4 028:880.721 - 0.075ms returns 2 (0x2) +T4AF4 028:880.740 JLINK_ReadMemEx(0x08001222, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.758 -- Read from C cache (2 bytes @ 0x08001222) +T4AF4 028:880.783 Data: 16 D0 +T4AF4 028:880.809 - 0.077ms returns 2 (0x2) +T4AF4 028:880.828 JLINK_ReadMemEx(0x08001222, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:880.846 -- Read from C cache (2 bytes @ 0x08001222) +T4AF4 028:880.871 Data: 16 D0 +T4AF4 028:880.895 - 0.075ms returns 2 (0x2) +T4AF4 028:880.915 JLINK_ReadMemEx(0x08001224, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:880.933 -- Read from C cache (60 bytes @ 0x08001224) +T4AF4 028:880.959 Data: FF E7 01 98 40 28 17 D0 FF E7 01 98 50 28 18 D0 ... +T4AF4 028:880.983 - 0.076ms returns 60 (0x3C) +T4AF4 028:881.002 JLINK_ReadMemEx(0x08001224, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.020 -- Read from C cache (2 bytes @ 0x08001224) +T4AF4 028:881.044 Data: FF E7 +T4AF4 028:881.069 - 0.075ms returns 2 (0x2) +T4AF4 028:881.088 JLINK_ReadMemEx(0x08001224, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:881.106 -- Read from C cache (60 bytes @ 0x08001224) +T4AF4 028:881.132 Data: FF E7 01 98 40 28 17 D0 FF E7 01 98 50 28 18 D0 ... +T4AF4 028:881.156 - 0.075ms returns 60 (0x3C) +T4AF4 028:881.175 JLINK_ReadMemEx(0x08001224, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.193 -- Read from C cache (2 bytes @ 0x08001224) +T4AF4 028:881.217 Data: FF E7 +T4AF4 028:881.242 - 0.075ms returns 2 (0x2) +T4AF4 028:881.261 JLINK_ReadMemEx(0x08001226, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.282 -- Read from C cache (2 bytes @ 0x08001226) +T4AF4 028:881.308 Data: 01 98 +T4AF4 028:881.332 - 0.079ms returns 2 (0x2) +T4AF4 028:881.352 JLINK_ReadMemEx(0x08001226, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.370 -- Read from C cache (2 bytes @ 0x08001226) +T4AF4 028:881.395 Data: 01 98 +T4AF4 028:881.419 - 0.075ms returns 2 (0x2) +T4AF4 028:881.439 JLINK_ReadMemEx(0x08001228, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:881.457 -- Read from C cache (60 bytes @ 0x08001228) +T4AF4 028:881.482 Data: 40 28 17 D0 FF E7 01 98 50 28 18 D0 FF E7 01 98 ... +T4AF4 028:881.507 - 0.076ms returns 60 (0x3C) +T4AF4 028:881.526 JLINK_ReadMemEx(0x08001228, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.544 -- Read from C cache (2 bytes @ 0x08001228) +T4AF4 028:881.575 Data: 40 28 +T4AF4 028:881.599 - 0.081ms returns 2 (0x2) +T4AF4 028:881.619 JLINK_ReadMemEx(0x08001228, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:881.637 -- Read from C cache (60 bytes @ 0x08001228) +T4AF4 028:881.663 Data: 40 28 17 D0 FF E7 01 98 50 28 18 D0 FF E7 01 98 ... +T4AF4 028:881.687 - 0.076ms returns 60 (0x3C) +T4AF4 028:881.706 JLINK_ReadMemEx(0x08001228, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.723 -- Read from C cache (2 bytes @ 0x08001228) +T4AF4 028:881.748 Data: 40 28 +T4AF4 028:881.772 - 0.075ms returns 2 (0x2) +T4AF4 028:881.792 JLINK_ReadMemEx(0x0800122A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.812 -- Read from C cache (2 bytes @ 0x0800122A) +T4AF4 028:881.836 Data: 17 D0 +T4AF4 028:881.861 - 0.077ms returns 2 (0x2) +T4AF4 028:881.880 JLINK_ReadMemEx(0x0800122A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:881.898 -- Read from C cache (2 bytes @ 0x0800122A) +T4AF4 028:881.923 Data: 17 D0 +T4AF4 028:881.947 - 0.075ms returns 2 (0x2) +T4AF4 028:881.967 JLINK_ReadMemEx(0x0800122C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:881.985 -- Read from C cache (60 bytes @ 0x0800122C) +T4AF4 028:882.010 Data: FF E7 01 98 50 28 18 D0 FF E7 01 98 60 28 19 D0 ... +T4AF4 028:882.034 - 0.076ms returns 60 (0x3C) +T4AF4 028:882.053 JLINK_ReadMemEx(0x0800122C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.071 -- Read from C cache (2 bytes @ 0x0800122C) +T4AF4 028:882.096 Data: FF E7 +T4AF4 028:882.120 - 0.074ms returns 2 (0x2) +T4AF4 028:882.139 JLINK_ReadMemEx(0x0800122C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:882.157 -- Read from C cache (60 bytes @ 0x0800122C) +T4AF4 028:882.183 Data: FF E7 01 98 50 28 18 D0 FF E7 01 98 60 28 19 D0 ... +T4AF4 028:882.207 - 0.076ms returns 60 (0x3C) +T4AF4 028:882.226 JLINK_ReadMemEx(0x0800122C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.244 -- Read from C cache (2 bytes @ 0x0800122C) +T4AF4 028:882.269 Data: FF E7 +T4AF4 028:882.293 - 0.075ms returns 2 (0x2) +T4AF4 028:882.312 JLINK_ReadMemEx(0x0800122E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.330 -- Read from C cache (2 bytes @ 0x0800122E) +T4AF4 028:882.357 Data: 01 98 +T4AF4 028:882.381 - 0.077ms returns 2 (0x2) +T4AF4 028:882.401 JLINK_ReadMemEx(0x0800122E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.419 -- Read from C cache (2 bytes @ 0x0800122E) +T4AF4 028:882.451 Data: 01 98 +T4AF4 028:882.471 - 0.078ms returns 2 (0x2) +T4AF4 028:882.488 JLINK_ReadMemEx(0x08001230, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:882.503 -- Read from C cache (60 bytes @ 0x08001230) +T4AF4 028:882.525 Data: 50 28 18 D0 FF E7 01 98 60 28 19 D0 1D E0 08 98 ... +T4AF4 028:882.546 - 0.064ms returns 60 (0x3C) +T4AF4 028:882.562 JLINK_ReadMemEx(0x08001230, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.577 -- Read from C cache (2 bytes @ 0x08001230) +T4AF4 028:882.598 Data: 50 28 +T4AF4 028:882.619 - 0.064ms returns 2 (0x2) +T4AF4 028:882.636 JLINK_ReadMemEx(0x08001230, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:882.651 -- Read from C cache (60 bytes @ 0x08001230) +T4AF4 028:882.673 Data: 50 28 18 D0 FF E7 01 98 60 28 19 D0 1D E0 08 98 ... +T4AF4 028:882.693 - 0.065ms returns 60 (0x3C) +T4AF4 028:882.710 JLINK_ReadMemEx(0x08001230, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.727 -- Read from C cache (2 bytes @ 0x08001230) +T4AF4 028:882.750 Data: 50 28 +T4AF4 028:882.771 - 0.068ms returns 2 (0x2) +T4AF4 028:882.787 JLINK_ReadMemEx(0x08001232, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.806 -- Read from C cache (2 bytes @ 0x08001232) +T4AF4 028:882.827 Data: 18 D0 +T4AF4 028:882.858 - 0.080ms returns 2 (0x2) +T4AF4 028:882.885 JLINK_ReadMemEx(0x08001232, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:882.906 -- Read from C cache (2 bytes @ 0x08001232) +T4AF4 028:882.931 Data: 18 D0 +T4AF4 028:882.956 - 0.081ms returns 2 (0x2) +T4AF4 028:882.981 JLINK_ReadMemEx(0x08001234, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:882.999 -- Read from C cache (60 bytes @ 0x08001234) +T4AF4 028:883.025 Data: FF E7 01 98 60 28 19 D0 1D E0 08 98 40 F0 08 00 ... +T4AF4 028:883.049 - 0.076ms returns 60 (0x3C) +T4AF4 028:883.071 JLINK_ReadMemEx(0x08001234, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.089 -- Read from C cache (2 bytes @ 0x08001234) +T4AF4 028:883.114 Data: FF E7 +T4AF4 028:883.138 - 0.075ms returns 2 (0x2) +T4AF4 028:883.160 JLINK_ReadMemEx(0x08001234, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:883.179 -- Read from C cache (60 bytes @ 0x08001234) +T4AF4 028:883.204 Data: FF E7 01 98 60 28 19 D0 1D E0 08 98 40 F0 08 00 ... +T4AF4 028:883.229 - 0.077ms returns 60 (0x3C) +T4AF4 028:883.251 JLINK_ReadMemEx(0x08001234, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.269 -- Read from C cache (2 bytes @ 0x08001234) +T4AF4 028:883.293 Data: FF E7 +T4AF4 028:883.318 - 0.075ms returns 2 (0x2) +T4AF4 028:883.340 JLINK_ReadMemEx(0x08001236, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.357 -- Read from C cache (2 bytes @ 0x08001236) +T4AF4 028:883.382 Data: 01 98 +T4AF4 028:883.406 - 0.075ms returns 2 (0x2) +T4AF4 028:883.429 JLINK_ReadMemEx(0x08001236, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.447 -- Read from C cache (2 bytes @ 0x08001236) +T4AF4 028:883.471 Data: 01 98 +T4AF4 028:883.496 - 0.075ms returns 2 (0x2) +T4AF4 028:883.518 JLINK_ReadMemEx(0x08001238, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:883.536 -- Read from C cache (60 bytes @ 0x08001238) +T4AF4 028:883.561 Data: 60 28 19 D0 1D E0 08 98 40 F0 08 00 08 90 19 E0 ... +T4AF4 028:883.585 - 0.076ms returns 60 (0x3C) +T4AF4 028:883.607 JLINK_ReadMemEx(0x08001238, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.625 -- Read from C cache (2 bytes @ 0x08001238) +T4AF4 028:883.650 Data: 60 28 +T4AF4 028:883.674 - 0.075ms returns 2 (0x2) +T4AF4 028:883.696 JLINK_ReadMemEx(0x08001238, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:883.714 -- Read from C cache (60 bytes @ 0x08001238) +T4AF4 028:883.740 Data: 60 28 19 D0 1D E0 08 98 40 F0 08 00 08 90 19 E0 ... +T4AF4 028:883.764 - 0.076ms returns 60 (0x3C) +T4AF4 028:883.786 JLINK_ReadMemEx(0x08001238, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.806 -- Read from C cache (2 bytes @ 0x08001238) +T4AF4 028:883.830 Data: 60 28 +T4AF4 028:883.856 - 0.079ms returns 2 (0x2) +T4AF4 028:883.878 JLINK_ReadMemEx(0x0800123A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.896 -- Read from C cache (2 bytes @ 0x0800123A) +T4AF4 028:883.921 Data: 19 D0 +T4AF4 028:883.945 - 0.075ms returns 2 (0x2) +T4AF4 028:883.967 JLINK_ReadMemEx(0x0800123A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:883.985 -- Read from C cache (2 bytes @ 0x0800123A) +T4AF4 028:884.010 Data: 19 D0 +T4AF4 028:884.034 - 0.075ms returns 2 (0x2) +T4AF4 028:884.056 JLINK_ReadMemEx(0x0800123C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:884.074 -- Read from C cache (60 bytes @ 0x0800123C) +T4AF4 028:884.100 Data: 1D E0 08 98 40 F0 08 00 08 90 19 E0 08 98 40 F0 ... +T4AF4 028:884.124 - 0.077ms returns 60 (0x3C) +T4AF4 028:884.146 JLINK_ReadMemEx(0x0800123C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.165 -- Read from C cache (2 bytes @ 0x0800123C) +T4AF4 028:884.189 Data: 1D E0 +T4AF4 028:884.214 - 0.076ms returns 2 (0x2) +T4AF4 028:884.236 JLINK_ReadMemEx(0x0800123C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:884.254 -- Read from C cache (60 bytes @ 0x0800123C) +T4AF4 028:884.285 Data: 1D E0 08 98 40 F0 08 00 08 90 19 E0 08 98 40 F0 ... +T4AF4 028:884.309 - 0.082ms returns 60 (0x3C) +T4AF4 028:884.331 JLINK_ReadMemEx(0x0800123C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.349 -- Read from C cache (2 bytes @ 0x0800123C) +T4AF4 028:884.374 Data: 1D E0 +T4AF4 028:884.398 - 0.075ms returns 2 (0x2) +T4AF4 028:884.421 JLINK_ReadMemEx(0x0800123E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.439 -- Read from C cache (2 bytes @ 0x0800123E) +T4AF4 028:884.463 Data: 08 98 +T4AF4 028:884.487 - 0.075ms returns 2 (0x2) +T4AF4 028:884.509 JLINK_ReadMemEx(0x0800123E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.527 -- Read from C cache (2 bytes @ 0x0800123E) +T4AF4 028:884.552 Data: 08 98 +T4AF4 028:884.577 - 0.075ms returns 2 (0x2) +T4AF4 028:884.599 JLINK_ReadMemEx(0x08001240, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:884.617 -- Read from C cache (60 bytes @ 0x08001240) +T4AF4 028:884.642 Data: 40 F0 08 00 08 90 19 E0 08 98 40 F0 10 00 08 90 ... +T4AF4 028:884.666 - 0.076ms returns 60 (0x3C) +T4AF4 028:884.688 JLINK_ReadMemEx(0x08001240, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.706 -- Read from C cache (2 bytes @ 0x08001240) +T4AF4 028:884.730 Data: 40 F0 +T4AF4 028:884.755 - 0.075ms returns 2 (0x2) +T4AF4 028:884.777 JLINK_ReadMemEx(0x08001240, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:884.795 -- Read from C cache (60 bytes @ 0x08001240) +T4AF4 028:884.823 Data: 40 F0 08 00 08 90 19 E0 08 98 40 F0 10 00 08 90 ... +T4AF4 028:884.847 - 0.080ms returns 60 (0x3C) +T4AF4 028:884.871 JLINK_ReadMemEx(0x08001240, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.889 -- Read from C cache (2 bytes @ 0x08001240) +T4AF4 028:884.914 Data: 40 F0 +T4AF4 028:884.939 - 0.075ms returns 2 (0x2) +T4AF4 028:884.960 JLINK_ReadMemEx(0x08001242, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:884.978 -- Read from C cache (2 bytes @ 0x08001242) +T4AF4 028:885.003 Data: 08 00 +T4AF4 028:885.027 - 0.075ms returns 2 (0x2) +T4AF4 028:885.049 JLINK_ReadMemEx(0x08001244, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:885.068 -- Read from C cache (60 bytes @ 0x08001244) +T4AF4 028:885.094 Data: 08 90 19 E0 08 98 40 F0 10 00 08 90 14 E0 08 98 ... +T4AF4 028:885.118 - 0.076ms returns 60 (0x3C) +T4AF4 028:885.139 JLINK_ReadMemEx(0x08001244, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:885.157 -- Read from C cache (2 bytes @ 0x08001244) +T4AF4 028:885.182 Data: 08 90 +T4AF4 028:885.207 - 0.075ms returns 2 (0x2) +T4AF4 028:885.228 JLINK_ReadMemEx(0x08001246, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:885.246 -- Read from C cache (2 bytes @ 0x08001246) +T4AF4 028:885.271 Data: 19 E0 +T4AF4 028:885.295 - 0.075ms returns 2 (0x2) +T4AF4 028:885.317 JLINK_ReadMemEx(0x08001246, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:885.335 -- Read from C cache (2 bytes @ 0x08001246) +T4AF4 028:885.360 Data: 19 E0 +T4AF4 028:885.385 - 0.075ms returns 2 (0x2) +T4AF4 028:885.407 JLINK_ReadMemEx(0x08001248, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:885.426 CPU_ReadMem(64 bytes @ 0x08001280) +T4AF4 028:886.694 -- Updating C cache (64 bytes @ 0x08001280) +T4AF4 028:886.726 -- Read from C cache (60 bytes @ 0x08001248) +T4AF4 028:886.752 Data: 08 98 40 F0 10 00 08 90 14 E0 08 98 40 F0 20 00 ... +T4AF4 028:886.776 - 1.378ms returns 60 (0x3C) +T4AF4 028:886.806 JLINK_ReadMemEx(0x08001248, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:886.856 -- Read from C cache (2 bytes @ 0x08001248) +T4AF4 028:886.890 Data: 08 98 +T4AF4 028:886.937 - 0.143ms returns 2 (0x2) +T4AF4 028:886.971 JLINK_ReadMemEx(0x08001248, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:886.995 -- Read from C cache (60 bytes @ 0x08001248) +T4AF4 028:887.029 Data: 08 98 40 F0 10 00 08 90 14 E0 08 98 40 F0 20 00 ... +T4AF4 028:887.061 - 0.098ms returns 60 (0x3C) +T4AF4 028:887.084 JLINK_ReadMemEx(0x08001248, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.111 -- Read from C cache (2 bytes @ 0x08001248) +T4AF4 028:887.164 Data: 08 98 +T4AF4 028:887.191 - 0.120ms returns 2 (0x2) +T4AF4 028:887.223 JLINK_ReadMemEx(0x0800124A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.243 -- Read from C cache (2 bytes @ 0x0800124A) +T4AF4 028:887.269 Data: 40 F0 +T4AF4 028:887.294 - 0.080ms returns 2 (0x2) +T4AF4 028:887.317 JLINK_ReadMemEx(0x0800124A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.336 -- Read from C cache (2 bytes @ 0x0800124A) +T4AF4 028:887.361 Data: 40 F0 +T4AF4 028:887.386 - 0.077ms returns 2 (0x2) +T4AF4 028:887.408 JLINK_ReadMemEx(0x0800124C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:887.427 -- Read from C cache (60 bytes @ 0x0800124C) +T4AF4 028:887.453 Data: 10 00 08 90 14 E0 08 98 40 F0 20 00 08 90 0F E0 ... +T4AF4 028:887.477 - 0.077ms returns 60 (0x3C) +T4AF4 028:887.499 JLINK_ReadMemEx(0x0800124C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.517 -- Read from C cache (2 bytes @ 0x0800124C) +T4AF4 028:887.542 Data: 10 00 +T4AF4 028:887.567 - 0.076ms returns 2 (0x2) +T4AF4 028:887.590 JLINK_ReadMemEx(0x0800124E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.608 -- Read from C cache (2 bytes @ 0x0800124E) +T4AF4 028:887.633 Data: 08 90 +T4AF4 028:887.658 - 0.076ms returns 2 (0x2) +T4AF4 028:887.680 JLINK_ReadMemEx(0x08001250, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:887.698 -- Read from C cache (60 bytes @ 0x08001250) +T4AF4 028:887.724 Data: 14 E0 08 98 40 F0 20 00 08 90 0F E0 08 98 40 F0 ... +T4AF4 028:887.749 - 0.077ms returns 60 (0x3C) +T4AF4 028:887.771 JLINK_ReadMemEx(0x08001250, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.789 -- Read from C cache (2 bytes @ 0x08001250) +T4AF4 028:887.816 Data: 14 E0 +T4AF4 028:887.840 - 0.078ms returns 2 (0x2) +T4AF4 028:887.863 JLINK_ReadMemEx(0x08001250, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:887.881 -- Read from C cache (60 bytes @ 0x08001250) +T4AF4 028:887.907 Data: 14 E0 08 98 40 F0 20 00 08 90 0F E0 08 98 40 F0 ... +T4AF4 028:887.931 - 0.077ms returns 60 (0x3C) +T4AF4 028:887.953 JLINK_ReadMemEx(0x08001250, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:887.972 -- Read from C cache (2 bytes @ 0x08001250) +T4AF4 028:887.997 Data: 14 E0 +T4AF4 028:888.021 - 0.076ms returns 2 (0x2) +T4AF4 028:888.044 JLINK_ReadMemEx(0x08001252, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.062 -- Read from C cache (2 bytes @ 0x08001252) +T4AF4 028:888.087 Data: 08 98 +T4AF4 028:888.111 - 0.076ms returns 2 (0x2) +T4AF4 028:888.133 JLINK_ReadMemEx(0x08001252, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.152 -- Read from C cache (2 bytes @ 0x08001252) +T4AF4 028:888.177 Data: 08 98 +T4AF4 028:888.202 - 0.076ms returns 2 (0x2) +T4AF4 028:888.224 JLINK_ReadMemEx(0x08001254, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:888.242 -- Read from C cache (60 bytes @ 0x08001254) +T4AF4 028:888.268 Data: 40 F0 20 00 08 90 0F E0 08 98 40 F0 40 00 08 90 ... +T4AF4 028:888.292 - 0.077ms returns 60 (0x3C) +T4AF4 028:888.314 JLINK_ReadMemEx(0x08001254, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.333 -- Read from C cache (2 bytes @ 0x08001254) +T4AF4 028:888.357 Data: 40 F0 +T4AF4 028:888.382 - 0.076ms returns 2 (0x2) +T4AF4 028:888.404 JLINK_ReadMemEx(0x08001254, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:888.422 -- Read from C cache (60 bytes @ 0x08001254) +T4AF4 028:888.448 Data: 40 F0 20 00 08 90 0F E0 08 98 40 F0 40 00 08 90 ... +T4AF4 028:888.472 - 0.077ms returns 60 (0x3C) +T4AF4 028:888.494 JLINK_ReadMemEx(0x08001254, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.513 -- Read from C cache (2 bytes @ 0x08001254) +T4AF4 028:888.537 Data: 40 F0 +T4AF4 028:888.562 - 0.076ms returns 2 (0x2) +T4AF4 028:888.584 JLINK_ReadMemEx(0x08001256, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.603 -- Read from C cache (2 bytes @ 0x08001256) +T4AF4 028:888.628 Data: 20 00 +T4AF4 028:888.652 - 0.076ms returns 2 (0x2) +T4AF4 028:888.675 JLINK_ReadMemEx(0x08001258, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:888.693 -- Read from C cache (60 bytes @ 0x08001258) +T4AF4 028:888.719 Data: 08 90 0F E0 08 98 40 F0 40 00 08 90 0A E0 08 98 ... +T4AF4 028:888.743 - 0.076ms returns 60 (0x3C) +T4AF4 028:888.768 JLINK_ReadMemEx(0x08001258, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.791 -- Read from C cache (2 bytes @ 0x08001258) +T4AF4 028:888.818 Data: 08 90 +T4AF4 028:888.843 - 0.083ms returns 2 (0x2) +T4AF4 028:888.865 JLINK_ReadMemEx(0x0800125A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.883 -- Read from C cache (2 bytes @ 0x0800125A) +T4AF4 028:888.909 Data: 0F E0 +T4AF4 028:888.933 - 0.077ms returns 2 (0x2) +T4AF4 028:888.957 JLINK_ReadMemEx(0x0800125A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:888.979 -- Read from C cache (2 bytes @ 0x0800125A) +T4AF4 028:889.004 Data: 0F E0 +T4AF4 028:889.029 - 0.080ms returns 2 (0x2) +T4AF4 028:889.050 JLINK_ReadMemEx(0x0800125C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:889.069 -- Read from C cache (60 bytes @ 0x0800125C) +T4AF4 028:889.095 Data: 08 98 40 F0 40 00 08 90 0A E0 08 98 40 F0 80 00 ... +T4AF4 028:889.119 - 0.077ms returns 60 (0x3C) +T4AF4 028:889.141 JLINK_ReadMemEx(0x0800125C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.159 -- Read from C cache (2 bytes @ 0x0800125C) +T4AF4 028:889.184 Data: 08 98 +T4AF4 028:889.209 - 0.076ms returns 2 (0x2) +T4AF4 028:889.231 JLINK_ReadMemEx(0x0800125C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:889.250 -- Read from C cache (60 bytes @ 0x0800125C) +T4AF4 028:889.275 Data: 08 98 40 F0 40 00 08 90 0A E0 08 98 40 F0 80 00 ... +T4AF4 028:889.300 - 0.077ms returns 60 (0x3C) +T4AF4 028:889.322 JLINK_ReadMemEx(0x0800125C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.340 -- Read from C cache (2 bytes @ 0x0800125C) +T4AF4 028:889.365 Data: 08 98 +T4AF4 028:889.389 - 0.076ms returns 2 (0x2) +T4AF4 028:889.411 JLINK_ReadMemEx(0x0800125E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.430 -- Read from C cache (2 bytes @ 0x0800125E) +T4AF4 028:889.454 Data: 40 F0 +T4AF4 028:889.479 - 0.076ms returns 2 (0x2) +T4AF4 028:889.501 JLINK_ReadMemEx(0x0800125E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.520 -- Read from C cache (2 bytes @ 0x0800125E) +T4AF4 028:889.544 Data: 40 F0 +T4AF4 028:889.569 - 0.076ms returns 2 (0x2) +T4AF4 028:889.591 JLINK_ReadMemEx(0x08001260, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:889.609 -- Read from C cache (60 bytes @ 0x08001260) +T4AF4 028:889.635 Data: 40 00 08 90 0A E0 08 98 40 F0 80 00 08 90 05 E0 ... +T4AF4 028:889.659 - 0.077ms returns 60 (0x3C) +T4AF4 028:889.681 JLINK_ReadMemEx(0x08001260, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.700 -- Read from C cache (2 bytes @ 0x08001260) +T4AF4 028:889.725 Data: 40 00 +T4AF4 028:889.749 - 0.076ms returns 2 (0x2) +T4AF4 028:889.771 JLINK_ReadMemEx(0x08001262, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.790 -- Read from C cache (2 bytes @ 0x08001262) +T4AF4 028:889.816 Data: 08 90 +T4AF4 028:889.841 - 0.077ms returns 2 (0x2) +T4AF4 028:889.863 JLINK_ReadMemEx(0x08001264, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:889.881 -- Read from C cache (60 bytes @ 0x08001264) +T4AF4 028:889.907 Data: 0A E0 08 98 40 F0 80 00 08 90 05 E0 08 98 40 F4 ... +T4AF4 028:889.931 - 0.077ms returns 60 (0x3C) +T4AF4 028:889.953 JLINK_ReadMemEx(0x08001264, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:889.972 -- Read from C cache (2 bytes @ 0x08001264) +T4AF4 028:889.997 Data: 0A E0 +T4AF4 028:890.022 - 0.076ms returns 2 (0x2) +T4AF4 028:890.044 JLINK_ReadMemEx(0x08001264, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:890.062 -- Read from C cache (60 bytes @ 0x08001264) +T4AF4 028:890.088 Data: 0A E0 08 98 40 F0 80 00 08 90 05 E0 08 98 40 F4 ... +T4AF4 028:890.113 - 0.077ms returns 60 (0x3C) +T4AF4 028:890.134 JLINK_ReadMemEx(0x08001264, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.152 -- Read from C cache (2 bytes @ 0x08001264) +T4AF4 028:890.178 Data: 0A E0 +T4AF4 028:890.203 - 0.076ms returns 2 (0x2) +T4AF4 028:890.225 JLINK_ReadMemEx(0x08001266, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.243 -- Read from C cache (2 bytes @ 0x08001266) +T4AF4 028:890.268 Data: 08 98 +T4AF4 028:890.293 - 0.077ms returns 2 (0x2) +T4AF4 028:890.316 JLINK_ReadMemEx(0x08001266, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.337 -- Read from C cache (2 bytes @ 0x08001266) +T4AF4 028:890.364 Data: 08 98 +T4AF4 028:890.389 - 0.081ms returns 2 (0x2) +T4AF4 028:890.411 JLINK_ReadMemEx(0x08001268, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:890.429 -- Read from C cache (60 bytes @ 0x08001268) +T4AF4 028:890.455 Data: 40 F0 80 00 08 90 05 E0 08 98 40 F4 80 70 08 90 ... +T4AF4 028:890.479 - 0.076ms returns 60 (0x3C) +T4AF4 028:890.501 JLINK_ReadMemEx(0x08001268, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.519 -- Read from C cache (2 bytes @ 0x08001268) +T4AF4 028:890.544 Data: 40 F0 +T4AF4 028:890.569 - 0.076ms returns 2 (0x2) +T4AF4 028:890.591 JLINK_ReadMemEx(0x08001268, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:890.610 -- Read from C cache (60 bytes @ 0x08001268) +T4AF4 028:890.636 Data: 40 F0 80 00 08 90 05 E0 08 98 40 F4 80 70 08 90 ... +T4AF4 028:890.660 - 0.077ms returns 60 (0x3C) +T4AF4 028:890.682 JLINK_ReadMemEx(0x08001268, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.700 -- Read from C cache (2 bytes @ 0x08001268) +T4AF4 028:890.725 Data: 40 F0 +T4AF4 028:890.750 - 0.076ms returns 2 (0x2) +T4AF4 028:890.772 JLINK_ReadMemEx(0x0800126A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.790 -- Read from C cache (2 bytes @ 0x0800126A) +T4AF4 028:890.817 Data: 80 00 +T4AF4 028:890.842 - 0.078ms returns 2 (0x2) +T4AF4 028:890.864 JLINK_ReadMemEx(0x0800126C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:890.883 -- Read from C cache (60 bytes @ 0x0800126C) +T4AF4 028:890.908 Data: 08 90 05 E0 08 98 40 F4 80 70 08 90 00 E0 FF E7 ... +T4AF4 028:890.933 - 0.077ms returns 60 (0x3C) +T4AF4 028:890.955 JLINK_ReadMemEx(0x0800126C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:890.973 -- Read from C cache (2 bytes @ 0x0800126C) +T4AF4 028:890.998 Data: 08 90 +T4AF4 028:891.022 - 0.076ms returns 2 (0x2) +T4AF4 028:891.044 JLINK_ReadMemEx(0x0800126E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.063 -- Read from C cache (2 bytes @ 0x0800126E) +T4AF4 028:891.087 Data: 05 E0 +T4AF4 028:891.112 - 0.076ms returns 2 (0x2) +T4AF4 028:891.135 JLINK_ReadMemEx(0x0800126E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.153 -- Read from C cache (2 bytes @ 0x0800126E) +T4AF4 028:891.178 Data: 05 E0 +T4AF4 028:891.203 - 0.076ms returns 2 (0x2) +T4AF4 028:891.224 JLINK_ReadMemEx(0x08001270, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:891.243 -- Read from C cache (60 bytes @ 0x08001270) +T4AF4 028:891.269 Data: 08 98 40 F4 80 70 08 90 00 E0 FF E7 09 98 01 68 ... +T4AF4 028:891.293 - 0.077ms returns 60 (0x3C) +T4AF4 028:891.316 JLINK_ReadMemEx(0x08001270, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.334 -- Read from C cache (2 bytes @ 0x08001270) +T4AF4 028:891.359 Data: 08 98 +T4AF4 028:891.384 - 0.076ms returns 2 (0x2) +T4AF4 028:891.406 JLINK_ReadMemEx(0x08001270, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:891.424 -- Read from C cache (60 bytes @ 0x08001270) +T4AF4 028:891.451 Data: 08 98 40 F4 80 70 08 90 00 E0 FF E7 09 98 01 68 ... +T4AF4 028:891.475 - 0.077ms returns 60 (0x3C) +T4AF4 028:891.497 JLINK_ReadMemEx(0x08001270, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.515 -- Read from C cache (2 bytes @ 0x08001270) +T4AF4 028:891.540 Data: 08 98 +T4AF4 028:891.565 - 0.076ms returns 2 (0x2) +T4AF4 028:891.587 JLINK_ReadMemEx(0x08001272, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.605 -- Read from C cache (2 bytes @ 0x08001272) +T4AF4 028:891.630 Data: 40 F4 +T4AF4 028:891.655 - 0.076ms returns 2 (0x2) +T4AF4 028:891.677 JLINK_ReadMemEx(0x08001272, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.695 -- Read from C cache (2 bytes @ 0x08001272) +T4AF4 028:891.720 Data: 40 F4 +T4AF4 028:891.745 - 0.076ms returns 2 (0x2) +T4AF4 028:891.767 JLINK_ReadMemEx(0x08001274, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:891.786 -- Read from C cache (60 bytes @ 0x08001274) +T4AF4 028:891.814 Data: 80 70 08 90 00 E0 FF E7 09 98 01 68 88 69 20 F0 ... +T4AF4 028:891.839 - 0.080ms returns 60 (0x3C) +T4AF4 028:891.861 JLINK_ReadMemEx(0x08001274, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.881 -- Read from C cache (2 bytes @ 0x08001274) +T4AF4 028:891.908 Data: 80 70 +T4AF4 028:891.933 - 0.080ms returns 2 (0x2) +T4AF4 028:891.955 JLINK_ReadMemEx(0x08001276, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:891.973 -- Read from C cache (2 bytes @ 0x08001276) +T4AF4 028:891.998 Data: 08 90 +T4AF4 028:892.023 - 0.076ms returns 2 (0x2) +T4AF4 028:892.045 JLINK_ReadMemEx(0x08001278, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:892.063 -- Read from C cache (60 bytes @ 0x08001278) +T4AF4 028:892.089 Data: 00 E0 FF E7 09 98 01 68 88 69 20 F0 70 00 88 61 ... +T4AF4 028:892.113 - 0.076ms returns 60 (0x3C) +T4AF4 028:892.134 JLINK_ReadMemEx(0x08001278, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.153 -- Read from C cache (2 bytes @ 0x08001278) +T4AF4 028:892.178 Data: 00 E0 +T4AF4 028:892.202 - 0.076ms returns 2 (0x2) +T4AF4 028:892.225 JLINK_ReadMemEx(0x08001278, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:892.243 -- Read from C cache (60 bytes @ 0x08001278) +T4AF4 028:892.269 Data: 00 E0 FF E7 09 98 01 68 88 69 20 F0 70 00 88 61 ... +T4AF4 028:892.294 - 0.078ms returns 60 (0x3C) +T4AF4 028:892.316 JLINK_ReadMemEx(0x08001278, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.335 -- Read from C cache (2 bytes @ 0x08001278) +T4AF4 028:892.359 Data: 00 E0 +T4AF4 028:892.384 - 0.076ms returns 2 (0x2) +T4AF4 028:892.406 JLINK_ReadMemEx(0x0800127A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.425 -- Read from C cache (2 bytes @ 0x0800127A) +T4AF4 028:892.450 Data: FF E7 +T4AF4 028:892.475 - 0.077ms returns 2 (0x2) +T4AF4 028:892.497 JLINK_ReadMemEx(0x0800127A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.516 -- Read from C cache (2 bytes @ 0x0800127A) +T4AF4 028:892.541 Data: FF E7 +T4AF4 028:892.566 - 0.077ms returns 2 (0x2) +T4AF4 028:892.588 JLINK_ReadMemEx(0x0800127C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:892.606 -- Read from C cache (60 bytes @ 0x0800127C) +T4AF4 028:892.632 Data: 09 98 01 68 88 69 20 F0 70 00 88 61 FF E7 FF E7 ... +T4AF4 028:892.657 - 0.077ms returns 60 (0x3C) +T4AF4 028:892.679 JLINK_ReadMemEx(0x0800127C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.697 -- Read from C cache (2 bytes @ 0x0800127C) +T4AF4 028:892.722 Data: 09 98 +T4AF4 028:892.746 - 0.076ms returns 2 (0x2) +T4AF4 028:892.769 JLINK_ReadMemEx(0x0800127C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:892.787 -- Read from C cache (60 bytes @ 0x0800127C) +T4AF4 028:892.815 Data: 09 98 01 68 88 69 20 F0 70 00 88 61 FF E7 FF E7 ... +T4AF4 028:892.840 - 0.079ms returns 60 (0x3C) +T4AF4 028:892.862 JLINK_ReadMemEx(0x0800127C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.880 -- Read from C cache (2 bytes @ 0x0800127C) +T4AF4 028:892.905 Data: 09 98 +T4AF4 028:892.929 - 0.076ms returns 2 (0x2) +T4AF4 028:892.951 JLINK_ReadMemEx(0x0800127E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:892.970 -- Read from C cache (2 bytes @ 0x0800127E) +T4AF4 028:892.995 Data: 01 68 +T4AF4 028:893.020 - 0.077ms returns 2 (0x2) +T4AF4 028:893.042 JLINK_ReadMemEx(0x0800127E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.061 -- Read from C cache (2 bytes @ 0x0800127E) +T4AF4 028:893.086 Data: 01 68 +T4AF4 028:893.111 - 0.077ms returns 2 (0x2) +T4AF4 028:893.133 JLINK_ReadMemEx(0x08001280, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:893.151 -- Read from C cache (60 bytes @ 0x08001280) +T4AF4 028:893.177 Data: 88 69 20 F0 70 00 88 61 FF E7 FF E7 09 98 01 68 ... +T4AF4 028:893.201 - 0.077ms returns 60 (0x3C) +T4AF4 028:893.223 JLINK_ReadMemEx(0x08001280, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.241 -- Read from C cache (2 bytes @ 0x08001280) +T4AF4 028:893.266 Data: 88 69 +T4AF4 028:893.291 - 0.076ms returns 2 (0x2) +T4AF4 028:893.313 JLINK_ReadMemEx(0x08001280, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:893.332 -- Read from C cache (60 bytes @ 0x08001280) +T4AF4 028:893.358 Data: 88 69 20 F0 70 00 88 61 FF E7 FF E7 09 98 01 68 ... +T4AF4 028:893.383 - 0.077ms returns 60 (0x3C) +T4AF4 028:893.405 JLINK_ReadMemEx(0x08001280, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.564 -- Read from C cache (2 bytes @ 0x08001280) +T4AF4 028:893.590 Data: 88 69 +T4AF4 028:893.616 - 0.219ms returns 2 (0x2) +T4AF4 028:893.638 JLINK_ReadMemEx(0x08001282, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.657 -- Read from C cache (2 bytes @ 0x08001282) +T4AF4 028:893.682 Data: 20 F0 +T4AF4 028:893.706 - 0.076ms returns 2 (0x2) +T4AF4 028:893.729 JLINK_ReadMemEx(0x08001282, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.747 -- Read from C cache (2 bytes @ 0x08001282) +T4AF4 028:893.772 Data: 20 F0 +T4AF4 028:893.797 - 0.077ms returns 2 (0x2) +T4AF4 028:893.820 JLINK_ReadMemEx(0x08001284, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:893.839 -- Read from C cache (60 bytes @ 0x08001284) +T4AF4 028:893.865 Data: 70 00 88 61 FF E7 FF E7 09 98 01 68 04 20 48 60 ... +T4AF4 028:893.950 - 0.138ms returns 60 (0x3C) +T4AF4 028:893.972 JLINK_ReadMemEx(0x08001284, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:893.990 -- Read from C cache (2 bytes @ 0x08001284) +T4AF4 028:894.015 Data: 70 00 +T4AF4 028:894.040 - 0.076ms returns 2 (0x2) +T4AF4 028:894.062 JLINK_ReadMemEx(0x08001286, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:894.081 -- Read from C cache (2 bytes @ 0x08001286) +T4AF4 028:894.105 Data: 88 61 +T4AF4 028:894.130 - 0.076ms returns 2 (0x2) +T4AF4 028:894.152 JLINK_ReadMemEx(0x08001288, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:894.173 CPU_ReadMem(64 bytes @ 0x080012C0) +T4AF4 028:895.454 -- Updating C cache (64 bytes @ 0x080012C0) +T4AF4 028:895.486 -- Read from C cache (60 bytes @ 0x08001288) +T4AF4 028:895.513 Data: FF E7 FF E7 09 98 01 68 04 20 48 60 FF E7 08 98 ... +T4AF4 028:895.537 - 1.393ms returns 60 (0x3C) +T4AF4 028:895.561 JLINK_ReadMemEx(0x08001288, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:895.583 -- Read from C cache (2 bytes @ 0x08001288) +T4AF4 028:895.608 Data: FF E7 +T4AF4 028:895.633 - 0.080ms returns 2 (0x2) +T4AF4 028:895.656 JLINK_ReadMemEx(0x08001288, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:895.675 -- Read from C cache (60 bytes @ 0x08001288) +T4AF4 028:895.701 Data: FF E7 FF E7 09 98 01 68 04 20 48 60 FF E7 08 98 ... +T4AF4 028:895.725 - 0.077ms returns 60 (0x3C) +T4AF4 028:895.747 JLINK_ReadMemEx(0x08001288, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:895.766 -- Read from C cache (2 bytes @ 0x08001288) +T4AF4 028:895.791 Data: FF E7 +T4AF4 028:895.817 - 0.078ms returns 2 (0x2) +T4AF4 028:895.839 JLINK_ReadMemEx(0x0800128A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:895.858 -- Read from C cache (2 bytes @ 0x0800128A) +T4AF4 028:895.882 Data: FF E7 +T4AF4 028:895.907 - 0.076ms returns 2 (0x2) +T4AF4 028:895.929 JLINK_ReadMemEx(0x0800128A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:895.947 -- Read from C cache (2 bytes @ 0x0800128A) +T4AF4 028:895.972 Data: FF E7 +T4AF4 028:895.996 - 0.075ms returns 2 (0x2) +T4AF4 028:896.018 JLINK_ReadMemEx(0x0800128C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:896.036 -- Read from C cache (60 bytes @ 0x0800128C) +T4AF4 028:896.062 Data: 09 98 01 68 04 20 48 60 FF E7 08 98 48 B1 FF E7 ... +T4AF4 028:896.087 - 0.076ms returns 60 (0x3C) +T4AF4 028:896.108 JLINK_ReadMemEx(0x0800128C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.126 -- Read from C cache (2 bytes @ 0x0800128C) +T4AF4 028:896.160 Data: 09 98 +T4AF4 028:896.187 - 0.087ms returns 2 (0x2) +T4AF4 028:896.211 JLINK_ReadMemEx(0x0800128C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:896.231 -- Read from C cache (60 bytes @ 0x0800128C) +T4AF4 028:896.258 Data: 09 98 01 68 04 20 48 60 FF E7 08 98 48 B1 FF E7 ... +T4AF4 028:896.285 - 0.083ms returns 60 (0x3C) +T4AF4 028:896.308 JLINK_ReadMemEx(0x0800128C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.328 -- Read from C cache (2 bytes @ 0x0800128C) +T4AF4 028:896.354 Data: 09 98 +T4AF4 028:896.381 - 0.082ms returns 2 (0x2) +T4AF4 028:896.404 JLINK_ReadMemEx(0x0800128E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.424 -- Read from C cache (2 bytes @ 0x0800128E) +T4AF4 028:896.451 Data: 01 68 +T4AF4 028:896.477 - 0.088ms returns 2 (0x2) +T4AF4 028:896.507 JLINK_ReadMemEx(0x0800128E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.527 -- Read from C cache (2 bytes @ 0x0800128E) +T4AF4 028:896.554 Data: 01 68 +T4AF4 028:896.580 - 0.082ms returns 2 (0x2) +T4AF4 028:896.604 JLINK_ReadMemEx(0x08001290, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:896.624 -- Read from C cache (60 bytes @ 0x08001290) +T4AF4 028:896.651 Data: 04 20 48 60 FF E7 08 98 48 B1 FF E7 08 9A 09 99 ... +T4AF4 028:896.678 - 0.083ms returns 60 (0x3C) +T4AF4 028:896.701 JLINK_ReadMemEx(0x08001290, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.721 -- Read from C cache (2 bytes @ 0x08001290) +T4AF4 028:896.748 Data: 04 20 +T4AF4 028:896.774 - 0.082ms returns 2 (0x2) +T4AF4 028:896.800 JLINK_ReadMemEx(0x08001290, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:896.826 -- Read from C cache (60 bytes @ 0x08001290) +T4AF4 028:896.857 Data: 04 20 48 60 FF E7 08 98 48 B1 FF E7 08 9A 09 99 ... +T4AF4 028:896.883 - 0.092ms returns 60 (0x3C) +T4AF4 028:896.907 JLINK_ReadMemEx(0x08001290, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:896.927 -- Read from C cache (2 bytes @ 0x08001290) +T4AF4 028:896.954 Data: 04 20 +T4AF4 028:896.981 - 0.082ms returns 2 (0x2) +T4AF4 028:897.004 JLINK_ReadMemEx(0x08001292, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.024 -- Read from C cache (2 bytes @ 0x08001292) +T4AF4 028:897.051 Data: 48 60 +T4AF4 028:897.078 - 0.083ms returns 2 (0x2) +T4AF4 028:897.102 JLINK_ReadMemEx(0x08001292, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.123 -- Read from C cache (2 bytes @ 0x08001292) +T4AF4 028:897.149 Data: 48 60 +T4AF4 028:897.176 - 0.082ms returns 2 (0x2) +T4AF4 028:897.200 JLINK_ReadMemEx(0x08001294, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:897.219 -- Read from C cache (60 bytes @ 0x08001294) +T4AF4 028:897.247 Data: FF E7 08 98 48 B1 FF E7 08 9A 09 99 48 6A 10 43 ... +T4AF4 028:897.274 - 0.083ms returns 60 (0x3C) +T4AF4 028:897.297 JLINK_ReadMemEx(0x08001294, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.317 -- Read from C cache (2 bytes @ 0x08001294) +T4AF4 028:897.344 Data: FF E7 +T4AF4 028:897.370 - 0.082ms returns 2 (0x2) +T4AF4 028:897.394 JLINK_ReadMemEx(0x08001294, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:897.414 -- Read from C cache (60 bytes @ 0x08001294) +T4AF4 028:897.442 Data: FF E7 08 98 48 B1 FF E7 08 9A 09 99 48 6A 10 43 ... +T4AF4 028:897.468 - 0.083ms returns 60 (0x3C) +T4AF4 028:897.491 JLINK_ReadMemEx(0x08001294, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.511 -- Read from C cache (2 bytes @ 0x08001294) +T4AF4 028:897.538 Data: FF E7 +T4AF4 028:897.565 - 0.082ms returns 2 (0x2) +T4AF4 028:897.588 JLINK_ReadMemEx(0x08001296, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.608 -- Read from C cache (2 bytes @ 0x08001296) +T4AF4 028:897.635 Data: 08 98 +T4AF4 028:897.662 - 0.082ms returns 2 (0x2) +T4AF4 028:897.686 JLINK_ReadMemEx(0x08001296, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.706 -- Read from C cache (2 bytes @ 0x08001296) +T4AF4 028:897.733 Data: 08 98 +T4AF4 028:897.760 - 0.082ms returns 2 (0x2) +T4AF4 028:897.783 JLINK_ReadMemEx(0x08001298, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:897.805 -- Read from C cache (60 bytes @ 0x08001298) +T4AF4 028:897.837 Data: 48 B1 FF E7 08 9A 09 99 48 6A 10 43 48 62 09 98 ... +T4AF4 028:897.863 - 0.089ms returns 60 (0x3C) +T4AF4 028:897.887 JLINK_ReadMemEx(0x08001298, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:897.907 -- Read from C cache (2 bytes @ 0x08001298) +T4AF4 028:897.934 Data: 48 B1 +T4AF4 028:897.960 - 0.082ms returns 2 (0x2) +T4AF4 028:897.984 JLINK_ReadMemEx(0x08001298, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:898.004 -- Read from C cache (60 bytes @ 0x08001298) +T4AF4 028:898.032 Data: 48 B1 FF E7 08 9A 09 99 48 6A 10 43 48 62 09 98 ... +T4AF4 028:898.058 - 0.082ms returns 60 (0x3C) +T4AF4 028:898.081 JLINK_ReadMemEx(0x08001298, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.101 -- Read from C cache (2 bytes @ 0x08001298) +T4AF4 028:898.127 Data: 48 B1 +T4AF4 028:898.154 - 0.081ms returns 2 (0x2) +T4AF4 028:898.180 JLINK_ReadMemEx(0x0800129A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.200 -- Read from C cache (2 bytes @ 0x0800129A) +T4AF4 028:898.227 Data: FF E7 +T4AF4 028:898.253 - 0.082ms returns 2 (0x2) +T4AF4 028:898.278 JLINK_ReadMemEx(0x0800129A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.298 -- Read from C cache (2 bytes @ 0x0800129A) +T4AF4 028:898.325 Data: FF E7 +T4AF4 028:898.351 - 0.082ms returns 2 (0x2) +T4AF4 028:898.375 JLINK_ReadMemEx(0x0800129C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:898.395 -- Read from C cache (60 bytes @ 0x0800129C) +T4AF4 028:898.422 Data: 08 9A 09 99 48 6A 10 43 48 62 09 98 FF F7 BA FC ... +T4AF4 028:898.448 - 0.082ms returns 60 (0x3C) +T4AF4 028:898.472 JLINK_ReadMemEx(0x0800129C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.491 -- Read from C cache (2 bytes @ 0x0800129C) +T4AF4 028:898.518 Data: 08 9A +T4AF4 028:898.545 - 0.082ms returns 2 (0x2) +T4AF4 028:898.569 JLINK_ReadMemEx(0x0800129C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:898.588 -- Read from C cache (60 bytes @ 0x0800129C) +T4AF4 028:898.616 Data: 08 9A 09 99 48 6A 10 43 48 62 09 98 FF F7 BA FC ... +T4AF4 028:898.642 - 0.082ms returns 60 (0x3C) +T4AF4 028:898.666 JLINK_ReadMemEx(0x0800129C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.685 -- Read from C cache (2 bytes @ 0x0800129C) +T4AF4 028:898.712 Data: 08 9A +T4AF4 028:898.739 - 0.082ms returns 2 (0x2) +T4AF4 028:898.762 JLINK_ReadMemEx(0x0800129E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.782 -- Read from C cache (2 bytes @ 0x0800129E) +T4AF4 028:898.809 Data: 09 99 +T4AF4 028:898.838 - 0.084ms returns 2 (0x2) +T4AF4 028:898.862 JLINK_ReadMemEx(0x0800129E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:898.882 -- Read from C cache (2 bytes @ 0x0800129E) +T4AF4 028:898.908 Data: 09 99 +T4AF4 028:898.935 - 0.082ms returns 2 (0x2) +T4AF4 028:898.959 JLINK_ReadMemEx(0x080012A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:898.979 -- Read from C cache (60 bytes @ 0x080012A0) +T4AF4 028:899.008 Data: 48 6A 10 43 48 62 09 98 FF F7 BA FC FF E7 0A B0 ... +T4AF4 028:899.035 - 0.084ms returns 60 (0x3C) +T4AF4 028:899.058 JLINK_ReadMemEx(0x080012A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.077 -- Read from C cache (2 bytes @ 0x080012A0) +T4AF4 028:899.110 Data: 48 6A +T4AF4 028:899.135 - 0.085ms returns 2 (0x2) +T4AF4 028:899.157 JLINK_ReadMemEx(0x080012A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:899.175 -- Read from C cache (60 bytes @ 0x080012A0) +T4AF4 028:899.201 Data: 48 6A 10 43 48 62 09 98 FF F7 BA FC FF E7 0A B0 ... +T4AF4 028:899.225 - 0.076ms returns 60 (0x3C) +T4AF4 028:899.247 JLINK_ReadMemEx(0x080012A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.265 -- Read from C cache (2 bytes @ 0x080012A0) +T4AF4 028:899.289 Data: 48 6A +T4AF4 028:899.314 - 0.075ms returns 2 (0x2) +T4AF4 028:899.335 JLINK_ReadMemEx(0x080012A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.354 -- Read from C cache (2 bytes @ 0x080012A2) +T4AF4 028:899.378 Data: 10 43 +T4AF4 028:899.403 - 0.075ms returns 2 (0x2) +T4AF4 028:899.425 JLINK_ReadMemEx(0x080012A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.444 -- Read from C cache (2 bytes @ 0x080012A2) +T4AF4 028:899.468 Data: 10 43 +T4AF4 028:899.492 - 0.075ms returns 2 (0x2) +T4AF4 028:899.515 JLINK_ReadMemEx(0x080012A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:899.533 -- Read from C cache (60 bytes @ 0x080012A4) +T4AF4 028:899.559 Data: 48 62 09 98 FF F7 BA FC FF E7 0A B0 80 BD 00 00 ... +T4AF4 028:899.583 - 0.076ms returns 60 (0x3C) +T4AF4 028:899.605 JLINK_ReadMemEx(0x080012A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.623 -- Read from C cache (2 bytes @ 0x080012A4) +T4AF4 028:899.648 Data: 48 62 +T4AF4 028:899.672 - 0.076ms returns 2 (0x2) +T4AF4 028:899.695 JLINK_ReadMemEx(0x080012A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:899.713 -- Read from C cache (60 bytes @ 0x080012A4) +T4AF4 028:899.740 Data: 48 62 09 98 FF F7 BA FC FF E7 0A B0 80 BD 00 00 ... +T4AF4 028:899.764 - 0.076ms returns 60 (0x3C) +T4AF4 028:899.788 JLINK_ReadMemEx(0x080012A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.816 -- Read from C cache (2 bytes @ 0x080012A4) +T4AF4 028:899.840 Data: 48 62 +T4AF4 028:899.867 - 0.087ms returns 2 (0x2) +T4AF4 028:899.889 JLINK_ReadMemEx(0x080012A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.907 -- Read from C cache (2 bytes @ 0x080012A6) +T4AF4 028:899.931 Data: 09 98 +T4AF4 028:899.956 - 0.075ms returns 2 (0x2) +T4AF4 028:899.978 JLINK_ReadMemEx(0x080012A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:899.996 -- Read from C cache (2 bytes @ 0x080012A6) +T4AF4 028:900.020 Data: 09 98 +T4AF4 028:900.045 - 0.075ms returns 2 (0x2) +T4AF4 028:900.067 JLINK_ReadMemEx(0x080012A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:900.085 -- Read from C cache (60 bytes @ 0x080012A8) +T4AF4 028:900.111 Data: FF F7 BA FC FF E7 0A B0 80 BD 00 00 80 B5 84 B0 ... +T4AF4 028:900.135 - 0.076ms returns 60 (0x3C) +T4AF4 028:900.157 JLINK_ReadMemEx(0x080012A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.175 -- Read from C cache (2 bytes @ 0x080012A8) +T4AF4 028:900.199 Data: FF F7 +T4AF4 028:900.223 - 0.075ms returns 2 (0x2) +T4AF4 028:900.246 JLINK_ReadMemEx(0x080012A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:900.264 -- Read from C cache (60 bytes @ 0x080012A8) +T4AF4 028:900.289 Data: FF F7 BA FC FF E7 0A B0 80 BD 00 00 80 B5 84 B0 ... +T4AF4 028:900.313 - 0.076ms returns 60 (0x3C) +T4AF4 028:900.335 JLINK_ReadMemEx(0x080012A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.353 -- Read from C cache (2 bytes @ 0x080012A8) +T4AF4 028:900.377 Data: FF F7 +T4AF4 028:900.402 - 0.075ms returns 2 (0x2) +T4AF4 028:900.423 JLINK_ReadMemEx(0x080012AA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.441 -- Read from C cache (2 bytes @ 0x080012AA) +T4AF4 028:900.466 Data: BA FC +T4AF4 028:900.491 - 0.075ms returns 2 (0x2) +T4AF4 028:900.513 JLINK_ReadMemEx(0x080012AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:900.531 -- Read from C cache (60 bytes @ 0x080012AC) +T4AF4 028:900.556 Data: FF E7 0A B0 80 BD 00 00 80 B5 84 B0 02 90 02 98 ... +T4AF4 028:900.580 - 0.075ms returns 60 (0x3C) +T4AF4 028:900.602 JLINK_ReadMemEx(0x080012AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.620 -- Read from C cache (2 bytes @ 0x080012AC) +T4AF4 028:900.645 Data: FF E7 +T4AF4 028:900.669 - 0.075ms returns 2 (0x2) +T4AF4 028:900.691 JLINK_ReadMemEx(0x080012AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.709 -- Read from C cache (2 bytes @ 0x080012AE) +T4AF4 028:900.734 Data: 0A B0 +T4AF4 028:900.758 - 0.076ms returns 2 (0x2) +T4AF4 028:900.781 JLINK_ReadMemEx(0x080012AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.807 -- Read from C cache (2 bytes @ 0x080012AE) +T4AF4 028:900.832 Data: 0A B0 +T4AF4 028:900.858 - 0.086ms returns 2 (0x2) +T4AF4 028:900.880 JLINK_ReadMemEx(0x080012B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:900.898 -- Read from C cache (60 bytes @ 0x080012B0) +T4AF4 028:900.924 Data: 80 BD 00 00 80 B5 84 B0 02 90 02 98 20 B9 FF E7 ... +T4AF4 028:900.949 - 0.076ms returns 60 (0x3C) +T4AF4 028:900.970 JLINK_ReadMemEx(0x080012B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:900.988 -- Read from C cache (2 bytes @ 0x080012B0) +T4AF4 028:901.013 Data: 80 BD +T4AF4 028:901.037 - 0.075ms returns 2 (0x2) +T4AF4 028:901.060 JLINK_ReadMemEx(0x080012B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:901.078 -- Read from C cache (60 bytes @ 0x080012B0) +T4AF4 028:901.103 Data: 80 BD 00 00 80 B5 84 B0 02 90 02 98 20 B9 FF E7 ... +T4AF4 028:901.128 - 0.076ms returns 60 (0x3C) +T4AF4 028:901.150 JLINK_ReadMemEx(0x080012B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.168 -- Read from C cache (2 bytes @ 0x080012B0) +T4AF4 028:901.192 Data: 80 BD +T4AF4 028:901.217 - 0.075ms returns 2 (0x2) +T4AF4 028:901.239 JLINK_ReadMemEx(0x080012B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.257 -- Read from C cache (2 bytes @ 0x080012B2) +T4AF4 028:901.282 Data: 00 00 +T4AF4 028:901.306 - 0.075ms returns 2 (0x2) +T4AF4 028:901.329 JLINK_ReadMemEx(0x080012B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.350 -- Read from C cache (2 bytes @ 0x080012B2) +T4AF4 028:901.375 Data: 00 00 +T4AF4 028:901.400 - 0.079ms returns 2 (0x2) +T4AF4 028:901.421 JLINK_ReadMemEx(0x080012B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:901.440 -- Read from C cache (60 bytes @ 0x080012B4) +T4AF4 028:901.465 Data: 80 B5 84 B0 02 90 02 98 20 B9 FF E7 01 20 8D F8 ... +T4AF4 028:901.489 - 0.076ms returns 60 (0x3C) +T4AF4 028:901.511 JLINK_ReadMemEx(0x080012B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.529 -- Read from C cache (2 bytes @ 0x080012B4) +T4AF4 028:901.553 Data: 80 B5 +T4AF4 028:901.578 - 0.076ms returns 2 (0x2) +T4AF4 028:901.664 JLINK_ReadMemEx(0x080012B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:901.683 -- Read from C cache (60 bytes @ 0x080012B4) +T4AF4 028:901.709 Data: 80 B5 84 B0 02 90 02 98 20 B9 FF E7 01 20 8D F8 ... +T4AF4 028:901.733 - 0.077ms returns 60 (0x3C) +T4AF4 028:901.753 JLINK_ReadMemEx(0x080012B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.771 -- Read from C cache (2 bytes @ 0x080012B4) +T4AF4 028:901.796 Data: 80 B5 +T4AF4 028:901.820 - 0.076ms returns 2 (0x2) +T4AF4 028:901.840 JLINK_ReadMemEx(0x080012B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.860 -- Read from C cache (2 bytes @ 0x080012B6) +T4AF4 028:901.885 Data: 84 B0 +T4AF4 028:901.910 - 0.078ms returns 2 (0x2) +T4AF4 028:901.935 JLINK_ReadMemEx(0x080012B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:901.954 -- Read from C cache (2 bytes @ 0x080012B6) +T4AF4 028:901.978 Data: 84 B0 +T4AF4 028:902.003 - 0.075ms returns 2 (0x2) +T4AF4 028:902.022 JLINK_ReadMemEx(0x080012B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:902.040 -- Read from C cache (60 bytes @ 0x080012B8) +T4AF4 028:902.065 Data: 02 90 02 98 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 ... +T4AF4 028:902.090 - 0.076ms returns 60 (0x3C) +T4AF4 028:902.109 JLINK_ReadMemEx(0x080012B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:902.127 -- Read from C cache (2 bytes @ 0x080012B8) +T4AF4 028:902.151 Data: 02 90 +T4AF4 028:902.176 - 0.075ms returns 2 (0x2) +T4AF4 028:902.202 JLINK_ReadMemEx(0x080012B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 028:902.220 -- Read from C cache (60 bytes @ 0x080012B8) +T4AF4 028:902.245 Data: 02 90 02 98 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 ... +T4AF4 028:902.270 - 0.077ms returns 60 (0x3C) +T4AF4 028:902.289 JLINK_ReadMemEx(0x080012B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:902.307 -- Read from C cache (2 bytes @ 0x080012B8) +T4AF4 028:902.332 Data: 02 90 +T4AF4 028:902.357 - 0.075ms returns 2 (0x2) +T4AF4 028:902.376 JLINK_ReadMemEx(0x080012BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 028:902.394 -- Read from C cache (2 bytes @ 0x080012BA) +T4AF4 028:902.419 Data: 02 98 +T4AF4 028:902.443 - 0.077ms returns 2 (0x2) +T54B0 031:855.372 JLINK_ReadMemEx(0x080012B4, 0x2 Bytes, Flags = 0x02000000) +T54B0 031:855.424 -- Read from C cache (2 bytes @ 0x080012B4) +T54B0 031:855.450 Data: 80 B5 +T54B0 031:855.475 - 0.112ms returns 2 (0x2) +T54B0 031:855.495 JLINK_HasError() +T54B0 031:855.517 JLINK_Step() +T54B0 031:856.542 -- Read from C cache (2 bytes @ 0x080012B4) +T54B0 031:856.581 CPU_WriteMem(8 bytes @ 0x20000F70) +T54B0 031:857.038 -- Simulated +T54B0 031:857.063 - 1.555ms returns 0 +T54B0 031:857.084 JLINK_HasError() +T54B0 031:857.104 JLINK_ReadReg(R15 (PC)) +T54B0 031:857.123 - 0.027ms returns 0x080012B6 +T54B0 031:857.142 JLINK_ReadReg(XPSR) +T54B0 031:857.159 - 0.025ms returns 0x61000000 +T54B0 031:857.185 JLINK_HasError() +T54B0 031:857.206 JLINK_Step() +T54B0 031:857.224 -- Read from C cache (2 bytes @ 0x080012B6) +T54B0 031:857.250 -- Simulated +T54B0 031:857.275 - 0.078ms returns 0 +T54B0 031:857.294 JLINK_HasError() +T54B0 031:857.312 JLINK_ReadReg(R15 (PC)) +T54B0 031:857.330 - 0.025ms returns 0x080012B8 +T54B0 031:857.349 JLINK_ReadReg(XPSR) +T54B0 031:857.366 - 0.031ms returns 0x61000000 +T54B0 031:857.390 JLINK_HasError() +T54B0 031:857.406 JLINK_Step() +T54B0 031:857.421 -- Read from C cache (2 bytes @ 0x080012B8) +T54B0 031:857.446 CPU_WriteMem(4 bytes @ 0x20000F68) +T54B0 031:858.532 -- Simulated +T54B0 031:858.556 - 1.158ms returns 0 +T54B0 031:858.577 JLINK_HasError() +T54B0 031:858.596 JLINK_ReadReg(R15 (PC)) +T54B0 031:858.614 - 0.027ms returns 0x080012BA +T54B0 031:858.634 JLINK_ReadReg(XPSR) +T54B0 031:858.651 - 0.025ms returns 0x61000000 +T54B0 031:860.804 JLINK_HasError() +T54B0 031:860.837 JLINK_ReadReg(R0) +T54B0 031:860.855 - 0.026ms returns 0x20000404 +T54B0 031:860.872 JLINK_ReadReg(R1) +T54B0 031:860.887 - 0.021ms returns 0x00000000 +T54B0 031:860.903 JLINK_ReadReg(R2) +T54B0 031:860.918 - 0.021ms returns 0x00100000 +T54B0 031:860.934 JLINK_ReadReg(R3) +T54B0 031:860.948 - 0.021ms returns 0x00000000 +T54B0 031:860.964 JLINK_ReadReg(R4) +T54B0 031:860.979 - 0.021ms returns 0x00000000 +T54B0 031:860.995 JLINK_ReadReg(R5) +T54B0 031:861.010 - 0.026ms returns 0x20000018 +T54B0 031:861.030 JLINK_ReadReg(R6) +T54B0 031:861.044 - 0.021ms returns 0x00000000 +T54B0 031:861.061 JLINK_ReadReg(R7) +T54B0 031:861.075 - 0.021ms returns 0x00000000 +T54B0 031:861.091 JLINK_ReadReg(R8) +T54B0 031:861.106 - 0.021ms returns 0x00000000 +T54B0 031:861.122 JLINK_ReadReg(R9) +T54B0 031:861.136 - 0.021ms returns 0x20000160 +T54B0 031:861.152 JLINK_ReadReg(R10) +T54B0 031:861.167 - 0.021ms returns 0x08006850 +T54B0 031:861.183 JLINK_ReadReg(R11) +T54B0 031:861.197 - 0.021ms returns 0x00000000 +T54B0 031:861.213 JLINK_ReadReg(R12) +T54B0 031:861.228 - 0.021ms returns 0x00000001 +T54B0 031:861.246 JLINK_ReadReg(R13 (SP)) +T54B0 031:861.260 - 0.021ms returns 0x20000F60 +T54B0 031:861.276 JLINK_ReadReg(R14) +T54B0 031:861.291 - 0.021ms returns 0x08003EE5 +T54B0 031:861.307 JLINK_ReadReg(R15 (PC)) +T54B0 031:861.321 - 0.021ms returns 0x080012BA +T54B0 031:861.337 JLINK_ReadReg(XPSR) +T54B0 031:861.352 - 0.021ms returns 0x61000000 +T54B0 031:861.368 JLINK_ReadReg(MSP) +T54B0 031:861.382 - 0.021ms returns 0x20000F60 +T54B0 031:861.398 JLINK_ReadReg(PSP) +T54B0 031:861.413 - 0.021ms returns 0x20001000 +T54B0 031:861.429 JLINK_ReadReg(CFBP) +T54B0 031:861.445 - 0.023ms returns 0x00000000 +T4AF4 031:862.290 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:862.330 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 031:863.768 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 031:863.855 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 031:863.895 Data: E5 3E 00 08 +T4AF4 031:863.920 - 1.638ms returns 4 (0x4) +T4AF4 031:863.951 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:863.973 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 031:863.997 Data: 00 00 00 00 +T4AF4 031:864.022 - 0.079ms returns 4 (0x4) +T4AF4 031:864.041 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.060 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 031:864.085 Data: E5 3E 00 08 +T4AF4 031:864.109 - 0.076ms returns 4 (0x4) +T4AF4 031:864.130 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.149 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 031:864.174 Data: 3B 55 00 08 +T4AF4 031:864.199 - 0.077ms returns 4 (0x4) +T4AF4 031:864.220 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.240 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 031:864.264 Data: 00 00 00 00 +T4AF4 031:864.288 - 0.075ms returns 4 (0x4) +T4AF4 031:864.307 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.326 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 031:864.351 Data: 3B 55 00 08 +T4AF4 031:864.375 - 0.076ms returns 4 (0x4) +T4AF4 031:864.395 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.414 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 031:864.438 Data: BB 01 00 08 +T4AF4 031:864.463 - 0.076ms returns 4 (0x4) +T4AF4 031:864.490 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.510 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 031:864.534 Data: 04 04 00 20 +T4AF4 031:864.558 - 0.076ms returns 4 (0x4) +T4AF4 031:864.578 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:864.603 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 031:864.628 Data: 08 00 00 00 +T4AF4 031:864.652 - 0.082ms returns 4 (0x4) +T4AF4 031:865.449 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.472 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 031:865.493 Data: 00 00 00 00 +T4AF4 031:865.514 - 0.072ms returns 4 (0x4) +T4AF4 031:865.532 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.548 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 031:865.569 Data: 00 00 00 00 +T4AF4 031:865.590 - 0.065ms returns 4 (0x4) +T4AF4 031:865.607 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.623 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 031:865.644 Data: 00 00 00 00 +T4AF4 031:865.664 - 0.064ms returns 4 (0x4) +T4AF4 031:865.681 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.698 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 031:865.728 Data: 00 00 00 00 +T4AF4 031:865.748 - 0.073ms returns 4 (0x4) +T4AF4 031:865.765 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.781 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 031:865.802 Data: 00 00 00 00 +T4AF4 031:865.823 - 0.064ms returns 4 (0x4) +T4AF4 031:865.839 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 031:865.855 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 031:865.876 Data: 00 00 00 00 +T4AF4 031:865.897 - 0.064ms returns 4 (0x4) +T4AF4 031:865.915 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:865.931 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 031:865.952 Data: 00 00 +T4AF4 031:865.977 - 0.069ms returns 2 (0x2) +T4AF4 031:866.029 JLINK_HasError() +T4AF4 031:866.046 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 031:866.064 Data: 49 8B 00 00 +T4AF4 031:866.095 Debug reg: DWT_CYCCNT +T4AF4 031:866.116 - 0.078ms returns 1 (0x1) +T4AF4 031:870.719 JLINK_ReadMemEx(0x080012B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:870.755 -- Read from C cache (60 bytes @ 0x080012B4) +T4AF4 031:870.782 Data: 80 B5 84 B0 02 90 02 98 20 B9 FF E7 01 20 8D F8 ... +T4AF4 031:870.807 - 0.096ms returns 60 (0x3C) +T4AF4 031:870.826 JLINK_ReadMemEx(0x080012B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:870.845 -- Read from C cache (2 bytes @ 0x080012B4) +T4AF4 031:870.869 Data: 80 B5 +T4AF4 031:870.894 - 0.076ms returns 2 (0x2) +T4AF4 031:870.914 JLINK_ReadMemEx(0x080012B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:870.932 -- Read from C cache (2 bytes @ 0x080012B6) +T4AF4 031:870.956 Data: 84 B0 +T4AF4 031:870.980 - 0.075ms returns 2 (0x2) +T4AF4 031:871.001 JLINK_ReadMemEx(0x080012B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.019 -- Read from C cache (2 bytes @ 0x080012B6) +T4AF4 031:871.044 Data: 84 B0 +T4AF4 031:871.068 - 0.075ms returns 2 (0x2) +T4AF4 031:871.087 JLINK_ReadMemEx(0x080012B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:871.107 -- Read from C cache (60 bytes @ 0x080012B8) +T4AF4 031:871.132 Data: 02 90 02 98 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 ... +T4AF4 031:871.156 - 0.078ms returns 60 (0x3C) +T4AF4 031:871.176 JLINK_ReadMemEx(0x080012B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.194 -- Read from C cache (2 bytes @ 0x080012B8) +T4AF4 031:871.219 Data: 02 90 +T4AF4 031:871.243 - 0.075ms returns 2 (0x2) +T4AF4 031:871.262 JLINK_ReadMemEx(0x080012B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:871.281 -- Read from C cache (60 bytes @ 0x080012B8) +T4AF4 031:871.306 Data: 02 90 02 98 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 ... +T4AF4 031:871.331 - 0.076ms returns 60 (0x3C) +T4AF4 031:871.350 JLINK_ReadMemEx(0x080012B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.370 -- Read from C cache (2 bytes @ 0x080012B8) +T4AF4 031:871.394 Data: 02 90 +T4AF4 031:871.418 - 0.076ms returns 2 (0x2) +T4AF4 031:871.437 JLINK_ReadMemEx(0x080012BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.455 -- Read from C cache (2 bytes @ 0x080012BA) +T4AF4 031:871.483 Data: 02 98 +T4AF4 031:871.509 - 0.079ms returns 2 (0x2) +T4AF4 031:871.547 JLINK_ReadMemEx(0x080012BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.562 -- Read from C cache (2 bytes @ 0x080012BA) +T4AF4 031:871.583 Data: 02 98 +T4AF4 031:871.604 - 0.064ms returns 2 (0x2) +T4AF4 031:871.620 JLINK_ReadMemEx(0x080012BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:871.636 -- Read from C cache (60 bytes @ 0x080012BC) +T4AF4 031:871.657 Data: 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 02 98 90 F8 ... +T4AF4 031:871.678 - 0.064ms returns 60 (0x3C) +T4AF4 031:871.694 JLINK_ReadMemEx(0x080012BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.709 -- Read from C cache (2 bytes @ 0x080012BC) +T4AF4 031:871.732 Data: 20 B9 +T4AF4 031:871.753 - 0.065ms returns 2 (0x2) +T4AF4 031:871.774 JLINK_ReadMemEx(0x080012BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:871.789 -- Read from C cache (60 bytes @ 0x080012BC) +T4AF4 031:871.811 Data: 20 B9 FF E7 01 20 8D F8 0F 00 E0 E0 02 98 90 F8 ... +T4AF4 031:871.831 - 0.064ms returns 60 (0x3C) +T4AF4 031:871.847 JLINK_ReadMemEx(0x080012BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.863 -- Read from C cache (2 bytes @ 0x080012BC) +T4AF4 031:871.884 Data: 20 B9 +T4AF4 031:871.904 - 0.064ms returns 2 (0x2) +T4AF4 031:871.921 JLINK_ReadMemEx(0x080012BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:871.936 -- Read from C cache (2 bytes @ 0x080012BE) +T4AF4 031:871.957 Data: FF E7 +T4AF4 031:871.977 - 0.063ms returns 2 (0x2) +T4AF4 031:872.012 JLINK_ReadMemEx(0x080012BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.028 -- Read from C cache (2 bytes @ 0x080012BE) +T4AF4 031:872.048 Data: FF E7 +T4AF4 031:872.069 - 0.064ms returns 2 (0x2) +T4AF4 031:872.085 JLINK_ReadMemEx(0x080012C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:872.101 -- Read from C cache (60 bytes @ 0x080012C0) +T4AF4 031:872.122 Data: 01 20 8D F8 0F 00 E0 E0 02 98 90 F8 20 00 20 B9 ... +T4AF4 031:872.143 - 0.064ms returns 60 (0x3C) +T4AF4 031:872.159 JLINK_ReadMemEx(0x080012C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.174 -- Read from C cache (2 bytes @ 0x080012C0) +T4AF4 031:872.195 Data: 01 20 +T4AF4 031:872.216 - 0.063ms returns 2 (0x2) +T4AF4 031:872.241 JLINK_ReadMemEx(0x080012C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:872.257 -- Read from C cache (60 bytes @ 0x080012C0) +T4AF4 031:872.278 Data: 01 20 8D F8 0F 00 E0 E0 02 98 90 F8 20 00 20 B9 ... +T4AF4 031:872.299 - 0.064ms returns 60 (0x3C) +T4AF4 031:872.315 JLINK_ReadMemEx(0x080012C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.330 -- Read from C cache (2 bytes @ 0x080012C0) +T4AF4 031:872.351 Data: 01 20 +T4AF4 031:872.372 - 0.064ms returns 2 (0x2) +T4AF4 031:872.388 JLINK_ReadMemEx(0x080012C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.403 -- Read from C cache (2 bytes @ 0x080012C2) +T4AF4 031:872.424 Data: 8D F8 +T4AF4 031:872.445 - 0.063ms returns 2 (0x2) +T4AF4 031:872.465 JLINK_ReadMemEx(0x080012C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.480 -- Read from C cache (2 bytes @ 0x080012C2) +T4AF4 031:872.502 Data: 8D F8 +T4AF4 031:872.522 - 0.065ms returns 2 (0x2) +T4AF4 031:872.539 JLINK_ReadMemEx(0x080012C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 031:872.554 -- Read from C cache (60 bytes @ 0x080012C4) +T4AF4 031:872.576 Data: 0F 00 E0 E0 02 98 90 F8 20 00 20 B9 FF E7 02 98 ... +T4AF4 031:872.596 - 0.064ms returns 60 (0x3C) +T4AF4 031:872.612 JLINK_ReadMemEx(0x080012C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 031:872.628 -- Read from C cache (2 bytes @ 0x080012C4) +T4AF4 031:872.649 Data: 0F 00 +T4AF4 031:872.669 - 0.064ms returns 2 (0x2) +T54B0 032:671.746 JLINK_ReadMemEx(0x080012BA, 0x2 Bytes, Flags = 0x02000000) +T54B0 032:671.794 -- Read from C cache (2 bytes @ 0x080012BA) +T54B0 032:671.820 Data: 02 98 +T54B0 032:671.847 - 0.109ms returns 2 (0x2) +T54B0 032:671.867 JLINK_HasError() +T54B0 032:671.889 JLINK_Step() +T54B0 032:672.932 -- Read from C cache (2 bytes @ 0x080012BA) +T54B0 032:672.964 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 032:672.990 -- Simulated +T54B0 032:673.023 - 1.142ms returns 0 +T54B0 032:673.044 JLINK_HasError() +T54B0 032:673.064 JLINK_ReadReg(R15 (PC)) +T54B0 032:673.082 - 0.026ms returns 0x080012BC +T54B0 032:673.101 JLINK_ReadReg(XPSR) +T54B0 032:673.118 - 0.025ms returns 0x61000000 +T54B0 032:673.143 JLINK_HasError() +T54B0 032:673.162 JLINK_Step() +T54B0 032:673.180 -- Read from C cache (2 bytes @ 0x080012BC) +T54B0 032:673.205 -- Simulated +T54B0 032:673.228 - 0.077ms returns 0 +T54B0 032:673.249 JLINK_HasError() +T54B0 032:673.267 JLINK_ReadReg(R15 (PC)) +T54B0 032:673.285 - 0.025ms returns 0x080012C8 +T54B0 032:673.305 JLINK_ReadReg(XPSR) +T54B0 032:673.322 - 0.025ms returns 0x61000000 +T54B0 032:676.529 JLINK_HasError() +T54B0 032:676.557 JLINK_ReadReg(R0) +T54B0 032:676.575 - 0.025ms returns 0x20000404 +T54B0 032:676.592 JLINK_ReadReg(R1) +T54B0 032:676.656 - 0.071ms returns 0x00000000 +T54B0 032:676.673 JLINK_ReadReg(R2) +T54B0 032:676.687 - 0.021ms returns 0x00100000 +T54B0 032:676.703 JLINK_ReadReg(R3) +T54B0 032:676.718 - 0.021ms returns 0x00000000 +T54B0 032:676.734 JLINK_ReadReg(R4) +T54B0 032:676.748 - 0.021ms returns 0x00000000 +T54B0 032:676.765 JLINK_ReadReg(R5) +T54B0 032:676.779 - 0.021ms returns 0x20000018 +T54B0 032:676.795 JLINK_ReadReg(R6) +T54B0 032:676.810 - 0.021ms returns 0x00000000 +T54B0 032:676.826 JLINK_ReadReg(R7) +T54B0 032:676.840 - 0.021ms returns 0x00000000 +T54B0 032:676.856 JLINK_ReadReg(R8) +T54B0 032:676.871 - 0.021ms returns 0x00000000 +T54B0 032:676.887 JLINK_ReadReg(R9) +T54B0 032:676.901 - 0.021ms returns 0x20000160 +T54B0 032:676.917 JLINK_ReadReg(R10) +T54B0 032:676.932 - 0.021ms returns 0x08006850 +T54B0 032:676.949 JLINK_ReadReg(R11) +T54B0 032:676.964 - 0.021ms returns 0x00000000 +T54B0 032:676.980 JLINK_ReadReg(R12) +T54B0 032:676.994 - 0.021ms returns 0x00000001 +T54B0 032:677.010 JLINK_ReadReg(R13 (SP)) +T54B0 032:677.025 - 0.021ms returns 0x20000F60 +T54B0 032:677.041 JLINK_ReadReg(R14) +T54B0 032:677.055 - 0.021ms returns 0x08003EE5 +T54B0 032:677.071 JLINK_ReadReg(R15 (PC)) +T54B0 032:677.086 - 0.021ms returns 0x080012C8 +T54B0 032:677.102 JLINK_ReadReg(XPSR) +T54B0 032:677.116 - 0.021ms returns 0x61000000 +T54B0 032:677.132 JLINK_ReadReg(MSP) +T54B0 032:677.148 - 0.023ms returns 0x20000F60 +T54B0 032:677.164 JLINK_ReadReg(PSP) +T54B0 032:677.179 - 0.021ms returns 0x20001000 +T54B0 032:677.195 JLINK_ReadReg(CFBP) +T54B0 032:677.209 - 0.021ms returns 0x00000000 +T4AF4 032:677.984 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.021 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 032:678.044 Data: E5 3E 00 08 +T4AF4 032:678.065 - 0.088ms returns 4 (0x4) +T4AF4 032:678.087 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.104 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 032:678.125 Data: 00 00 00 00 +T4AF4 032:678.146 - 0.066ms returns 4 (0x4) +T4AF4 032:678.163 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.179 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 032:678.200 Data: E5 3E 00 08 +T4AF4 032:678.221 - 0.065ms returns 4 (0x4) +T4AF4 032:678.238 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.254 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 032:678.275 Data: 3B 55 00 08 +T4AF4 032:678.295 - 0.064ms returns 4 (0x4) +T4AF4 032:678.314 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.330 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 032:678.351 Data: 00 00 00 00 +T4AF4 032:678.372 - 0.064ms returns 4 (0x4) +T4AF4 032:678.388 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.404 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 032:678.429 Data: 3B 55 00 08 +T4AF4 032:678.450 - 0.069ms returns 4 (0x4) +T4AF4 032:678.467 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.501 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 032:678.537 Data: BB 01 00 08 +T4AF4 032:678.568 - 0.109ms returns 4 (0x4) +T4AF4 032:678.596 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.621 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 032:678.648 Data: 04 04 00 20 +T4AF4 032:678.676 - 0.088ms returns 4 (0x4) +T4AF4 032:678.696 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:678.715 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 032:678.740 Data: 08 00 00 00 +T4AF4 032:678.764 - 0.076ms returns 4 (0x4) +T4AF4 032:679.576 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:679.603 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 032:679.628 Data: 00 00 00 00 +T4AF4 032:679.652 - 0.084ms returns 4 (0x4) +T4AF4 032:679.673 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:679.693 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 032:679.718 Data: 00 00 00 00 +T4AF4 032:679.742 - 0.077ms returns 4 (0x4) +T4AF4 032:679.762 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:679.783 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 032:679.807 Data: 00 00 00 00 +T4AF4 032:679.831 - 0.077ms returns 4 (0x4) +T4AF4 032:679.851 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:679.870 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 032:679.898 Data: 00 00 00 00 +T4AF4 032:679.919 - 0.074ms returns 4 (0x4) +T4AF4 032:679.936 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:679.952 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 032:679.973 Data: 00 00 00 00 +T4AF4 032:679.993 - 0.064ms returns 4 (0x4) +T4AF4 032:680.010 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 032:680.026 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 032:680.047 Data: 00 00 00 00 +T4AF4 032:680.068 - 0.064ms returns 4 (0x4) +T4AF4 032:680.085 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:680.101 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 032:680.122 Data: 00 00 +T4AF4 032:680.142 - 0.064ms returns 2 (0x2) +T4AF4 032:680.190 JLINK_HasError() +T4AF4 032:680.208 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 032:680.229 Data: 4C 8B 00 00 +T4AF4 032:680.250 Debug reg: DWT_CYCCNT +T4AF4 032:680.271 - 0.070ms returns 1 (0x1) +T4AF4 032:684.098 JLINK_ReadMemEx(0x080012C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:684.145 -- Read from C cache (2 bytes @ 0x080012C2) +T4AF4 032:684.183 Data: 8D F8 +T4AF4 032:684.228 - 0.143ms returns 2 (0x2) +T4AF4 032:684.256 JLINK_ReadMemEx(0x080012C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:684.285 -- Read from C cache (60 bytes @ 0x080012C4) +T4AF4 032:684.325 Data: 0F 00 E0 E0 02 98 90 F8 20 00 20 B9 FF E7 02 98 ... +T4AF4 032:684.359 - 0.114ms returns 60 (0x3C) +T4AF4 032:684.391 JLINK_ReadMemEx(0x080012C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:684.424 -- Read from C cache (2 bytes @ 0x080012C4) +T4AF4 032:684.461 Data: 0F 00 +T4AF4 032:684.498 - 0.120ms returns 2 (0x2) +T4AF4 032:684.538 JLINK_ReadMemEx(0x080012C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:684.564 -- Read from C cache (2 bytes @ 0x080012C6) +T4AF4 032:684.598 Data: E0 E0 +T4AF4 032:684.643 - 0.116ms returns 2 (0x2) +T4AF4 032:684.672 JLINK_ReadMemEx(0x080012C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:684.708 CPU_ReadMem(64 bytes @ 0x08001300) +T4AF4 032:686.057 -- Updating C cache (64 bytes @ 0x08001300) +T4AF4 032:686.100 -- Read from C cache (60 bytes @ 0x080012C8) +T4AF4 032:686.128 Data: 02 98 90 F8 20 00 20 B9 FF E7 02 98 00 F0 DE F8 ... +T4AF4 032:686.152 - 1.489ms returns 60 (0x3C) +T4AF4 032:686.176 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.196 -- Read from C cache (2 bytes @ 0x080012C8) +T4AF4 032:686.221 Data: 02 98 +T4AF4 032:686.246 - 0.078ms returns 2 (0x2) +T4AF4 032:686.312 JLINK_ReadMemEx(0x080012C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:686.331 -- Read from C cache (60 bytes @ 0x080012C8) +T4AF4 032:686.357 Data: 02 98 90 F8 20 00 20 B9 FF E7 02 98 00 F0 DE F8 ... +T4AF4 032:686.381 - 0.077ms returns 60 (0x3C) +T4AF4 032:686.400 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.427 -- Read from C cache (2 bytes @ 0x080012C8) +T4AF4 032:686.457 Data: 02 98 +T4AF4 032:686.482 - 0.089ms returns 2 (0x2) +T4AF4 032:686.501 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.519 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 032:686.544 Data: 90 F8 +T4AF4 032:686.568 - 0.075ms returns 2 (0x2) +T4AF4 032:686.593 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.611 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 032:686.636 Data: 90 F8 +T4AF4 032:686.660 - 0.075ms returns 2 (0x2) +T4AF4 032:686.679 JLINK_ReadMemEx(0x080012CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:686.698 -- Read from C cache (60 bytes @ 0x080012CC) +T4AF4 032:686.723 Data: 20 00 20 B9 FF E7 02 98 00 F0 DE F8 FF E7 02 98 ... +T4AF4 032:686.747 - 0.076ms returns 60 (0x3C) +T4AF4 032:686.766 JLINK_ReadMemEx(0x080012CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.784 -- Read from C cache (2 bytes @ 0x080012CC) +T4AF4 032:686.809 Data: 20 00 +T4AF4 032:686.833 - 0.075ms returns 2 (0x2) +T4AF4 032:686.858 JLINK_ReadMemEx(0x080012CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:686.877 -- Read from C cache (2 bytes @ 0x080012CE) +T4AF4 032:686.901 Data: 20 B9 +T4AF4 032:686.925 - 0.075ms returns 2 (0x2) +T4AF4 032:686.944 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:686.963 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 032:686.988 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 032:687.012 - 0.075ms returns 60 (0x3C) +T4AF4 032:687.031 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:687.049 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 032:687.074 Data: FF E7 +T4AF4 032:687.098 - 0.075ms returns 2 (0x2) +T4AF4 032:687.127 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 032:687.145 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 032:687.170 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 032:687.194 - 0.075ms returns 60 (0x3C) +T4AF4 032:687.213 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:687.231 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 032:687.256 Data: FF E7 +T4AF4 032:687.283 - 0.078ms returns 2 (0x2) +T4AF4 032:687.302 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 032:687.321 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 032:687.345 Data: 02 98 +T4AF4 032:687.369 - 0.075ms returns 2 (0x2) +T4AF4 048:517.496 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 048:517.572 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 048:518.832 Data: 02 00 01 00 0A 0C 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 048:518.869 - 1.382ms returns 28 (0x1C) +T4AF4 048:518.946 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:518.973 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 048:519.394 Data: 00 00 23 01 +T4AF4 048:519.420 - 0.482ms returns 4 (0x4) +T4AF4 048:519.442 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 048:519.462 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 048:520.356 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 048:520.447 - 1.026ms returns 76 (0x4C) +T4AF4 048:520.498 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:520.524 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 048:521.018 Data: 31 C6 E5 4A +T4AF4 048:521.044 - 0.553ms returns 4 (0x4) +T4AF4 048:521.065 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:521.086 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 048:521.517 Data: 01 0E 1C 2A +T4AF4 048:521.547 - 0.492ms returns 4 (0x4) +T4AF4 048:521.570 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:521.590 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 048:522.017 Data: 00 00 00 00 +T4AF4 048:522.042 - 0.480ms returns 4 (0x4) +T4AF4 048:522.063 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:522.084 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 048:522.517 Data: 00 00 00 00 +T4AF4 048:522.542 - 0.487ms returns 4 (0x4) +T4AF4 048:522.565 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:522.586 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 048:523.017 Data: 00 00 00 00 +T4AF4 048:523.042 - 0.485ms returns 4 (0x4) +T4AF4 048:523.063 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:523.084 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 048:523.517 Data: 00 00 00 00 +T4AF4 048:523.542 - 0.487ms returns 4 (0x4) +T4AF4 048:523.564 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 048:523.585 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 048:524.671 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 048:524.807 - 1.253ms returns 108 (0x6C) +T4AF4 048:524.837 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 048:524.866 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 048:525.951 Data: AB AA FD 78 +T4AF4 048:525.987 - 1.158ms returns 4 (0x4) +T4AF4 048:889.902 JLINK_ReadMemEx(0x080012C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:889.956 -- Read from C cache (2 bytes @ 0x080012C2) +T4AF4 048:889.989 Data: 8D F8 +T4AF4 048:890.014 - 0.120ms returns 2 (0x2) +T4AF4 048:890.035 JLINK_ReadMemEx(0x080012C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:890.053 -- Read from C cache (60 bytes @ 0x080012C4) +T4AF4 048:890.078 Data: 0F 00 E0 E0 02 98 90 F8 20 00 20 B9 FF E7 02 98 ... +T4AF4 048:890.102 - 0.075ms returns 60 (0x3C) +T4AF4 048:890.121 JLINK_ReadMemEx(0x080012C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.139 -- Read from C cache (2 bytes @ 0x080012C4) +T4AF4 048:890.163 Data: 0F 00 +T4AF4 048:890.187 - 0.074ms returns 2 (0x2) +T4AF4 048:890.223 JLINK_ReadMemEx(0x080012C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.241 -- Read from C cache (2 bytes @ 0x080012C6) +T4AF4 048:890.266 Data: E0 E0 +T4AF4 048:890.290 - 0.075ms returns 2 (0x2) +T4AF4 048:890.309 JLINK_ReadMemEx(0x080012C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:890.327 -- Read from C cache (60 bytes @ 0x080012C8) +T4AF4 048:890.352 Data: 02 98 90 F8 20 00 20 B9 FF E7 02 98 00 F0 DE F8 ... +T4AF4 048:890.376 - 0.075ms returns 60 (0x3C) +T4AF4 048:890.395 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.413 -- Read from C cache (2 bytes @ 0x080012C8) +T4AF4 048:890.437 Data: 02 98 +T4AF4 048:890.461 - 0.074ms returns 2 (0x2) +T4AF4 048:890.505 JLINK_ReadMemEx(0x080012C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:890.523 -- Read from C cache (60 bytes @ 0x080012C8) +T4AF4 048:890.549 Data: 02 98 90 F8 20 00 20 B9 FF E7 02 98 00 F0 DE F8 ... +T4AF4 048:890.572 - 0.075ms returns 60 (0x3C) +T4AF4 048:890.591 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.609 -- Read from C cache (2 bytes @ 0x080012C8) +T4AF4 048:890.635 Data: 02 98 +T4AF4 048:890.659 - 0.076ms returns 2 (0x2) +T4AF4 048:890.678 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.696 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 048:890.721 Data: 90 F8 +T4AF4 048:890.745 - 0.074ms returns 2 (0x2) +T4AF4 048:890.770 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.788 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 048:890.812 Data: 90 F8 +T4AF4 048:890.836 - 0.074ms returns 2 (0x2) +T4AF4 048:890.855 JLINK_ReadMemEx(0x080012CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:890.873 -- Read from C cache (60 bytes @ 0x080012CC) +T4AF4 048:890.898 Data: 20 00 20 B9 FF E7 02 98 00 F0 DE F8 FF E7 02 98 ... +T4AF4 048:890.922 - 0.075ms returns 60 (0x3C) +T4AF4 048:890.941 JLINK_ReadMemEx(0x080012CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:890.959 -- Read from C cache (2 bytes @ 0x080012CC) +T4AF4 048:890.983 Data: 20 00 +T4AF4 048:891.007 - 0.074ms returns 2 (0x2) +T4AF4 048:891.032 JLINK_ReadMemEx(0x080012CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:891.050 -- Read from C cache (2 bytes @ 0x080012CE) +T4AF4 048:891.076 Data: 20 B9 +T4AF4 048:891.100 - 0.076ms returns 2 (0x2) +T4AF4 048:891.126 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:891.148 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 048:891.173 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 048:891.201 - 0.083ms returns 60 (0x3C) +T4AF4 048:891.218 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:891.233 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 048:891.254 Data: FF E7 +T4AF4 048:891.274 - 0.063ms returns 2 (0x2) +T4AF4 048:891.298 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 048:891.314 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 048:891.336 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 048:891.356 - 0.064ms returns 60 (0x3C) +T4AF4 048:891.372 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:891.387 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 048:891.408 Data: FF E7 +T4AF4 048:891.428 - 0.063ms returns 2 (0x2) +T4AF4 048:891.444 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 048:891.460 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 048:891.480 Data: 02 98 +T4AF4 048:891.501 - 0.063ms returns 2 (0x2) +T54B0 077:223.502 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T54B0 077:223.560 -- Read from C cache (2 bytes @ 0x080012C8) +T54B0 077:223.586 Data: 02 98 +T54B0 077:223.611 - 0.117ms returns 2 (0x2) +T54B0 077:223.632 JLINK_HasError() +T54B0 077:223.654 JLINK_Step() +T54B0 077:224.756 -- Read from C cache (2 bytes @ 0x080012C8) +T54B0 077:224.805 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 077:224.838 -- Simulated +T54B0 077:224.862 - 1.216ms returns 0 +T54B0 077:224.888 JLINK_HasError() +T54B0 077:224.916 JLINK_ReadReg(R15 (PC)) +T54B0 077:224.936 - 0.029ms returns 0x080012CA +T54B0 077:224.959 JLINK_ReadReg(XPSR) +T54B0 077:224.978 - 0.027ms returns 0x61000000 +T54B0 077:225.047 JLINK_HasError() +T54B0 077:225.068 JLINK_Step() +T54B0 077:225.087 -- Read from C cache (2 bytes @ 0x080012CA) +T54B0 077:225.113 -- Read from C cache (2 bytes @ 0x080012CC) +T54B0 077:225.137 -- Not simulated +T54B0 077:225.179 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 077:226.261 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 077:230.297 - 5.254ms returns 0 +T54B0 077:230.337 JLINK_HasError() +T54B0 077:230.358 JLINK_ReadReg(R15 (PC)) +T54B0 077:230.379 - 0.030ms returns 0x080012CE +T54B0 077:230.399 JLINK_ReadReg(XPSR) +T54B0 077:230.417 - 0.026ms returns 0x61000000 +T54B0 077:230.444 JLINK_HasError() +T54B0 077:230.463 JLINK_Step() +T54B0 077:230.491 CPU_ReadMem(64 bytes @ 0x080012C0) +T54B0 077:231.133 -- Updating C cache (64 bytes @ 0x080012C0) +T54B0 077:231.180 -- Read from C cache (2 bytes @ 0x080012CE) +T54B0 077:231.209 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 077:231.621 -- Simulated +T54B0 077:231.647 - 1.192ms returns 0 +T54B0 077:231.669 JLINK_HasError() +T54B0 077:231.688 JLINK_ReadReg(R15 (PC)) +T54B0 077:231.708 - 0.028ms returns 0x080012D0 +T54B0 077:231.727 JLINK_ReadReg(XPSR) +T54B0 077:231.745 - 0.025ms returns 0x61000000 +T54B0 077:231.769 JLINK_HasError() +T54B0 077:231.788 JLINK_Step() +T54B0 077:231.807 -- Read from C cache (2 bytes @ 0x080012D0) +T54B0 077:231.832 -- Simulated +T54B0 077:231.856 - 0.076ms returns 0 +T54B0 077:231.874 JLINK_HasError() +T54B0 077:231.893 JLINK_ReadReg(R15 (PC)) +T54B0 077:231.910 - 0.027ms returns 0x080012D2 +T54B0 077:231.935 JLINK_ReadReg(XPSR) +T54B0 077:231.952 - 0.026ms returns 0x61000000 +T54B0 077:232.116 JLINK_HasError() +T54B0 077:232.135 JLINK_ReadReg(R0) +T54B0 077:232.153 - 0.026ms returns 0x00000000 +T54B0 077:232.172 JLINK_ReadReg(R1) +T54B0 077:232.189 - 0.025ms returns 0x00000000 +T54B0 077:232.208 JLINK_ReadReg(R2) +T54B0 077:232.225 - 0.025ms returns 0x00100000 +T54B0 077:232.244 JLINK_ReadReg(R3) +T54B0 077:232.261 - 0.025ms returns 0x00000000 +T54B0 077:232.280 JLINK_ReadReg(R4) +T54B0 077:232.296 - 0.025ms returns 0x00000000 +T54B0 077:232.315 JLINK_ReadReg(R5) +T54B0 077:232.332 - 0.025ms returns 0x20000018 +T54B0 077:232.357 JLINK_ReadReg(R6) +T54B0 077:232.383 - 0.034ms returns 0x00000000 +T54B0 077:232.402 JLINK_ReadReg(R7) +T54B0 077:232.419 - 0.025ms returns 0x00000000 +T54B0 077:232.438 JLINK_ReadReg(R8) +T54B0 077:232.455 - 0.025ms returns 0x00000000 +T54B0 077:232.475 JLINK_ReadReg(R9) +T54B0 077:232.491 - 0.025ms returns 0x20000160 +T54B0 077:232.510 JLINK_ReadReg(R10) +T54B0 077:232.527 - 0.025ms returns 0x08006850 +T54B0 077:232.546 JLINK_ReadReg(R11) +T54B0 077:232.563 - 0.025ms returns 0x00000000 +T54B0 077:232.582 JLINK_ReadReg(R12) +T54B0 077:232.599 - 0.025ms returns 0x00000001 +T54B0 077:232.618 JLINK_ReadReg(R13 (SP)) +T54B0 077:232.635 - 0.025ms returns 0x20000F60 +T54B0 077:232.654 JLINK_ReadReg(R14) +T54B0 077:232.671 - 0.025ms returns 0x08003EE5 +T54B0 077:232.689 JLINK_ReadReg(R15 (PC)) +T54B0 077:232.706 - 0.025ms returns 0x080012D2 +T54B0 077:232.725 JLINK_ReadReg(XPSR) +T54B0 077:232.742 - 0.025ms returns 0x61000000 +T54B0 077:232.761 JLINK_ReadReg(MSP) +T54B0 077:232.777 - 0.025ms returns 0x20000F60 +T54B0 077:232.796 JLINK_ReadReg(PSP) +T54B0 077:232.813 - 0.025ms returns 0x20001000 +T54B0 077:232.832 JLINK_ReadReg(CFBP) +T54B0 077:232.849 - 0.025ms returns 0x00000000 +T4AF4 077:233.391 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:233.439 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 077:234.756 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 077:234.795 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 077:234.820 Data: E5 3E 00 08 +T4AF4 077:234.845 - 1.463ms returns 4 (0x4) +T4AF4 077:234.880 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:234.909 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 077:234.937 Data: 00 00 00 00 +T4AF4 077:234.961 - 0.089ms returns 4 (0x4) +T4AF4 077:234.981 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:235.000 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 077:235.025 Data: E5 3E 00 08 +T4AF4 077:235.049 - 0.076ms returns 4 (0x4) +T4AF4 077:235.070 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:235.091 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 077:236.375 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 077:236.414 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 077:236.440 Data: 3B 55 00 08 +T4AF4 077:236.465 - 1.404ms returns 4 (0x4) +T4AF4 077:236.494 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:236.518 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 077:236.543 Data: 00 00 00 00 +T4AF4 077:236.568 - 0.082ms returns 4 (0x4) +T4AF4 077:236.594 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:236.620 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 077:236.653 Data: 3B 55 00 08 +T4AF4 077:236.686 - 0.102ms returns 4 (0x4) +T4AF4 077:236.712 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:236.740 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 077:238.026 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 077:238.064 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 077:238.090 Data: BB 01 00 08 +T4AF4 077:238.115 - 1.411ms returns 4 (0x4) +T4AF4 077:238.151 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:238.172 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 077:238.197 Data: 04 04 00 20 +T4AF4 077:238.222 - 0.079ms returns 4 (0x4) +T4AF4 077:238.243 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:238.262 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 077:238.287 Data: 08 00 00 00 +T4AF4 077:238.311 - 0.077ms returns 4 (0x4) +T4AF4 077:238.356 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:238.378 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 077:239.630 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 077:239.677 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 077:239.710 Data: 00 00 00 00 +T4AF4 077:239.741 - 1.396ms returns 4 (0x4) +T4AF4 077:239.774 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:239.801 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 077:239.838 Data: 00 00 00 00 +T4AF4 077:239.862 - 0.096ms returns 4 (0x4) +T4AF4 077:239.882 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:239.904 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 077:241.327 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 077:241.364 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 077:241.390 Data: 00 00 00 00 +T4AF4 077:241.415 - 1.542ms returns 4 (0x4) +T4AF4 077:241.441 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:241.464 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 077:241.489 Data: 00 00 00 00 +T4AF4 077:241.514 - 0.081ms returns 4 (0x4) +T4AF4 077:241.534 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:241.553 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 077:241.578 Data: 00 00 00 00 +T4AF4 077:241.602 - 0.077ms returns 4 (0x4) +T4AF4 077:241.622 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 077:241.642 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 077:241.667 Data: 00 00 00 00 +T4AF4 077:241.691 - 0.076ms returns 4 (0x4) +T4AF4 077:241.712 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:241.731 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 077:241.756 Data: 00 00 +T4AF4 077:241.780 - 0.076ms returns 2 (0x2) +T4AF4 077:241.861 JLINK_HasError() +T4AF4 077:241.882 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 077:241.903 Data: 53 8B 00 00 +T4AF4 077:241.931 Debug reg: DWT_CYCCNT +T4AF4 077:241.955 - 0.082ms returns 1 (0x1) +T4AF4 077:242.179 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 077:242.202 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 077:243.384 Data: 02 00 01 00 0A 0C 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 077:243.423 - 1.252ms returns 28 (0x1C) +T4AF4 077:243.448 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:243.474 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 077:243.869 Data: 00 00 23 01 +T4AF4 077:243.894 - 0.455ms returns 4 (0x4) +T4AF4 077:243.918 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 077:243.940 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 077:244.814 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 077:244.850 - 0.939ms returns 76 (0x4C) +T4AF4 077:244.875 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:244.900 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 077:245.367 Data: 31 C6 E5 4A +T4AF4 077:245.392 - 0.526ms returns 4 (0x4) +T4AF4 077:245.414 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:245.434 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 077:245.866 Data: 01 0E 1C 2A +T4AF4 077:245.892 - 0.486ms returns 4 (0x4) +T4AF4 077:245.914 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:245.935 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 077:246.367 Data: 00 00 00 00 +T4AF4 077:246.393 - 0.486ms returns 4 (0x4) +T4AF4 077:246.414 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:246.434 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 077:246.866 Data: 00 00 00 00 +T4AF4 077:246.892 - 0.486ms returns 4 (0x4) +T4AF4 077:246.914 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:246.935 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 077:247.366 Data: 00 00 00 00 +T4AF4 077:247.391 - 0.484ms returns 4 (0x4) +T4AF4 077:247.412 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:247.432 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 077:247.867 Data: 00 00 00 00 +T4AF4 077:247.892 - 0.488ms returns 4 (0x4) +T4AF4 077:247.914 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 077:247.935 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 077:249.089 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 077:249.212 - 1.307ms returns 108 (0x6C) +T4AF4 077:249.240 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 077:249.269 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 077:250.373 Data: AB AA FD 78 +T4AF4 077:250.431 - 1.199ms returns 4 (0x4) +T4AF4 077:289.400 JLINK_ReadMemEx(0x080012C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:289.463 CPU_ReadMem(64 bytes @ 0x08001300) +T4AF4 077:290.786 -- Updating C cache (64 bytes @ 0x08001300) +T4AF4 077:290.824 -- Read from C cache (60 bytes @ 0x080012C8) +T4AF4 077:290.851 Data: 02 98 90 F8 20 00 20 B9 FF E7 02 98 00 F0 DE F8 ... +T4AF4 077:290.875 - 1.484ms returns 60 (0x3C) +T4AF4 077:290.898 JLINK_ReadMemEx(0x080012C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:290.920 -- Read from C cache (2 bytes @ 0x080012C8) +T4AF4 077:290.945 Data: 02 98 +T4AF4 077:290.970 - 0.080ms returns 2 (0x2) +T4AF4 077:290.990 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.008 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 077:291.033 Data: 90 F8 +T4AF4 077:291.057 - 0.075ms returns 2 (0x2) +T4AF4 077:291.080 JLINK_ReadMemEx(0x080012CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.098 -- Read from C cache (2 bytes @ 0x080012CA) +T4AF4 077:291.122 Data: 90 F8 +T4AF4 077:291.146 - 0.074ms returns 2 (0x2) +T4AF4 077:291.165 JLINK_ReadMemEx(0x080012CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:291.183 -- Read from C cache (60 bytes @ 0x080012CC) +T4AF4 077:291.209 Data: 20 00 20 B9 FF E7 02 98 00 F0 DE F8 FF E7 02 98 ... +T4AF4 077:291.232 - 0.075ms returns 60 (0x3C) +T4AF4 077:291.251 JLINK_ReadMemEx(0x080012CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.269 -- Read from C cache (2 bytes @ 0x080012CC) +T4AF4 077:291.293 Data: 20 00 +T4AF4 077:291.317 - 0.074ms returns 2 (0x2) +T4AF4 077:291.337 JLINK_ReadMemEx(0x080012CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.355 -- Read from C cache (2 bytes @ 0x080012CE) +T4AF4 077:291.379 Data: 20 B9 +T4AF4 077:291.403 - 0.074ms returns 2 (0x2) +T4AF4 077:291.422 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:291.440 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 077:291.465 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 077:291.489 - 0.075ms returns 60 (0x3C) +T4AF4 077:291.508 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.525 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 077:291.550 Data: FF E7 +T4AF4 077:291.574 - 0.074ms returns 2 (0x2) +T4AF4 077:291.593 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:291.611 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 077:291.636 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 077:291.660 - 0.075ms returns 60 (0x3C) +T4AF4 077:291.679 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.696 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 077:291.720 Data: FF E7 +T4AF4 077:291.744 - 0.073ms returns 2 (0x2) +T4AF4 077:291.763 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.781 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 077:291.805 Data: 02 98 +T4AF4 077:291.829 - 0.074ms returns 2 (0x2) +T4AF4 077:291.893 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:291.912 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 077:291.938 Data: 02 98 +T4AF4 077:291.962 - 0.076ms returns 2 (0x2) +T4AF4 077:291.981 JLINK_ReadMemEx(0x080012D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:291.999 -- Read from C cache (60 bytes @ 0x080012D4) +T4AF4 077:292.024 Data: 00 F0 DE F8 FF E7 02 98 01 68 08 68 40 F0 01 00 ... +T4AF4 077:292.048 - 0.075ms returns 60 (0x3C) +T4AF4 077:292.067 JLINK_ReadMemEx(0x080012D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:292.085 -- Read from C cache (2 bytes @ 0x080012D4) +T4AF4 077:292.109 Data: 00 F0 +T4AF4 077:292.135 - 0.076ms returns 2 (0x2) +T4AF4 077:292.160 JLINK_ReadMemEx(0x080012D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:292.178 -- Read from C cache (60 bytes @ 0x080012D4) +T4AF4 077:292.203 Data: 00 F0 DE F8 FF E7 02 98 01 68 08 68 40 F0 01 00 ... +T4AF4 077:292.232 - 0.079ms returns 60 (0x3C) +T4AF4 077:292.248 JLINK_ReadMemEx(0x080012D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:292.360 -- Read from C cache (2 bytes @ 0x080012D4) +T4AF4 077:292.386 Data: 00 F0 +T4AF4 077:292.407 - 0.166ms returns 2 (0x2) +T4AF4 077:292.423 JLINK_ReadMemEx(0x080012D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:292.438 -- Read from C cache (2 bytes @ 0x080012D6) +T4AF4 077:292.459 Data: DE F8 +T4AF4 077:292.480 - 0.063ms returns 2 (0x2) +T4AF4 077:292.507 JLINK_ReadMemEx(0x080012D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 077:292.523 -- Read from C cache (60 bytes @ 0x080012D8) +T4AF4 077:292.544 Data: FF E7 02 98 01 68 08 68 40 F0 01 00 08 60 00 F0 ... +T4AF4 077:292.564 - 0.064ms returns 60 (0x3C) +T4AF4 077:292.581 JLINK_ReadMemEx(0x080012D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:292.596 -- Read from C cache (2 bytes @ 0x080012D8) +T4AF4 077:292.616 Data: FF E7 +T4AF4 077:292.637 - 0.063ms returns 2 (0x2) +T4AF4 077:292.653 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 077:292.720 -- Read from C cache (2 bytes @ 0x080012DA) +T4AF4 077:292.741 Data: 02 98 +T4AF4 077:292.761 - 0.115ms returns 2 (0x2) +T54B0 078:175.647 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T54B0 078:175.703 -- Read from C cache (2 bytes @ 0x080012D2) +T54B0 078:175.730 Data: 02 98 +T54B0 078:175.755 - 0.117ms returns 2 (0x2) +T54B0 078:175.776 JLINK_HasError() +T54B0 078:175.798 JLINK_Step() +T54B0 078:176.886 -- Read from C cache (2 bytes @ 0x080012D2) +T54B0 078:176.937 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 078:176.973 -- Simulated +T54B0 078:176.999 - 1.210ms returns 0 +T54B0 078:177.023 JLINK_HasError() +T54B0 078:177.042 JLINK_ReadReg(R15 (PC)) +T54B0 078:177.061 - 0.027ms returns 0x080012D4 +T54B0 078:177.081 JLINK_ReadReg(XPSR) +T54B0 078:177.098 - 0.026ms returns 0x61000000 +T54B0 078:177.127 JLINK_HasError() +T54B0 078:177.146 JLINK_SetBPEx(Addr = 0x080012D8, Type = 0xFFFFFFF2) +T54B0 078:177.166 - 0.029ms returns 0x00000006 +T54B0 078:177.186 JLINK_HasError() +T54B0 078:177.204 JLINK_HasError() +T54B0 078:177.223 JLINK_Go() +T54B0 078:177.258 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 078:178.358 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 078:178.752 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 078:179.870 - 2.656ms +T54B0 078:280.054 JLINK_HasError() +T54B0 078:280.149 JLINK_IsHalted() +T54B0 078:283.511 - 3.381ms returns TRUE +T54B0 078:283.544 JLINK_HasError() +T54B0 078:283.563 JLINK_Halt() +T54B0 078:283.580 - 0.025ms returns 0x00 +T54B0 078:283.599 JLINK_IsHalted() +T54B0 078:283.615 - 0.024ms returns TRUE +T54B0 078:283.634 JLINK_IsHalted() +T54B0 078:283.650 - 0.024ms returns TRUE +T54B0 078:283.669 JLINK_IsHalted() +T54B0 078:283.685 - 0.024ms returns TRUE +T54B0 078:283.704 JLINK_HasError() +T54B0 078:283.723 JLINK_ReadReg(R15 (PC)) +T54B0 078:283.743 - 0.029ms returns 0x080012D8 +T54B0 078:283.763 JLINK_ReadReg(XPSR) +T54B0 078:283.780 - 0.026ms returns 0x61000000 +T54B0 078:283.802 JLINK_HasError() +T54B0 078:283.820 JLINK_ClrBPEx(BPHandle = 0x00000006) +T54B0 078:283.838 - 0.026ms returns 0x00 +T54B0 078:283.857 JLINK_HasError() +T54B0 078:283.875 JLINK_HasError() +T54B0 078:283.894 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 078:283.918 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 078:285.002 Data: 03 00 00 00 +T54B0 078:285.042 - 1.156ms returns 1 (0x1) +T54B0 078:285.069 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 078:285.094 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 078:285.474 Data: 00 00 00 00 +T54B0 078:285.500 Debug reg: DWT_FUNC[0] +T54B0 078:285.523 - 0.462ms returns 1 (0x1) +T54B0 078:285.543 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 078:285.563 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 078:285.983 Data: 00 02 00 00 +T54B0 078:286.008 Debug reg: DWT_FUNC[1] +T54B0 078:286.033 - 0.497ms returns 1 (0x1) +T54B0 078:286.052 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 078:286.072 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 078:286.481 Data: 00 00 00 00 +T54B0 078:286.506 Debug reg: DWT_FUNC[2] +T54B0 078:286.529 - 0.485ms returns 1 (0x1) +T54B0 078:286.549 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 078:286.581 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 078:286.974 Data: 00 00 00 00 +T54B0 078:286.995 Debug reg: DWT_FUNC[3] +T54B0 078:287.015 - 0.473ms returns 1 (0x1) +T54B0 078:287.308 JLINK_HasError() +T54B0 078:287.328 JLINK_ReadReg(R0) +T54B0 078:287.347 - 0.027ms returns 0x00100000 +T54B0 078:287.366 JLINK_ReadReg(R1) +T54B0 078:287.383 - 0.025ms returns 0xE000E100 +T54B0 078:287.402 JLINK_ReadReg(R2) +T54B0 078:287.419 - 0.025ms returns 0x00000000 +T54B0 078:287.438 JLINK_ReadReg(R3) +T54B0 078:287.455 - 0.025ms returns 0x00000000 +T54B0 078:287.473 JLINK_ReadReg(R4) +T54B0 078:287.490 - 0.025ms returns 0x00000000 +T54B0 078:287.509 JLINK_ReadReg(R5) +T54B0 078:287.528 - 0.027ms returns 0x20000018 +T54B0 078:287.547 JLINK_ReadReg(R6) +T54B0 078:287.564 - 0.025ms returns 0x00000000 +T54B0 078:287.583 JLINK_ReadReg(R7) +T54B0 078:287.600 - 0.026ms returns 0x00000000 +T54B0 078:287.619 JLINK_ReadReg(R8) +T54B0 078:287.636 - 0.025ms returns 0x00000000 +T54B0 078:287.655 JLINK_ReadReg(R9) +T54B0 078:287.672 - 0.025ms returns 0x20000160 +T54B0 078:287.690 JLINK_ReadReg(R10) +T54B0 078:287.707 - 0.025ms returns 0x08006850 +T54B0 078:287.726 JLINK_ReadReg(R11) +T54B0 078:287.743 - 0.025ms returns 0x00000000 +T54B0 078:287.761 JLINK_ReadReg(R12) +T54B0 078:287.778 - 0.025ms returns 0x00000001 +T54B0 078:287.797 JLINK_ReadReg(R13 (SP)) +T54B0 078:287.814 - 0.025ms returns 0x20000F60 +T54B0 078:287.833 JLINK_ReadReg(R14) +T54B0 078:287.850 - 0.025ms returns 0x08002501 +T54B0 078:287.868 JLINK_ReadReg(R15 (PC)) +T54B0 078:287.885 - 0.025ms returns 0x080012D8 +T54B0 078:287.904 JLINK_ReadReg(XPSR) +T54B0 078:287.921 - 0.025ms returns 0x61000000 +T54B0 078:287.940 JLINK_ReadReg(MSP) +T54B0 078:287.956 - 0.025ms returns 0x20000F60 +T54B0 078:287.975 JLINK_ReadReg(PSP) +T54B0 078:287.992 - 0.025ms returns 0x20001000 +T54B0 078:288.011 JLINK_ReadReg(CFBP) +T54B0 078:288.028 - 0.025ms returns 0x00000000 +T4AF4 078:288.471 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:288.519 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 078:289.867 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 078:289.895 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 078:289.920 Data: E5 3E 00 08 +T4AF4 078:289.944 - 1.481ms returns 4 (0x4) +T4AF4 078:289.971 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:289.991 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 078:290.016 Data: 00 00 00 00 +T4AF4 078:290.040 - 0.077ms returns 4 (0x4) +T4AF4 078:290.060 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:290.078 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 078:290.103 Data: E5 3E 00 08 +T4AF4 078:290.127 - 0.076ms returns 4 (0x4) +T4AF4 078:290.147 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:290.168 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 078:291.575 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 078:291.651 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 078:291.676 Data: 3B 55 00 08 +T4AF4 078:291.701 - 1.562ms returns 4 (0x4) +T4AF4 078:291.728 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:291.751 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 078:291.776 Data: 00 00 00 00 +T4AF4 078:291.800 - 0.080ms returns 4 (0x4) +T4AF4 078:291.819 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:291.838 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 078:291.863 Data: 3B 55 00 08 +T4AF4 078:291.887 - 0.075ms returns 4 (0x4) +T4AF4 078:291.907 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:291.928 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 078:293.312 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 078:293.393 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 078:293.419 Data: BB 01 00 08 +T4AF4 078:293.444 - 1.544ms returns 4 (0x4) +T4AF4 078:293.477 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:293.500 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 078:293.534 Data: 04 04 00 20 +T4AF4 078:293.558 - 0.089ms returns 4 (0x4) +T4AF4 078:293.579 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:293.598 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 078:293.623 Data: 08 00 00 00 +T4AF4 078:293.647 - 0.076ms returns 4 (0x4) +T4AF4 078:293.691 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:293.713 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 078:294.992 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 078:295.020 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 078:295.045 Data: 00 00 00 00 +T4AF4 078:295.069 - 1.386ms returns 4 (0x4) +T4AF4 078:295.096 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:295.117 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 078:295.142 Data: 00 00 00 00 +T4AF4 078:295.166 - 0.077ms returns 4 (0x4) +T4AF4 078:295.189 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:295.209 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 078:295.908 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 078:295.947 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 078:295.974 Data: 00 00 00 00 +T4AF4 078:295.998 - 0.818ms returns 4 (0x4) +T4AF4 078:296.035 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:296.058 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 078:296.087 Data: 00 00 00 00 +T4AF4 078:296.111 - 0.084ms returns 4 (0x4) +T4AF4 078:296.134 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:296.153 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 078:296.178 Data: 00 00 00 00 +T4AF4 078:296.202 - 0.076ms returns 4 (0x4) +T4AF4 078:296.224 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 078:296.243 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 078:296.268 Data: 00 00 00 00 +T4AF4 078:296.292 - 0.076ms returns 4 (0x4) +T4AF4 078:296.315 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:296.334 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 078:296.358 Data: 00 00 +T4AF4 078:296.382 - 0.075ms returns 2 (0x2) +T4AF4 078:296.449 JLINK_HasError() +T4AF4 078:296.469 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 078:296.491 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 078:297.605 Data: AC 94 00 00 +T4AF4 078:297.643 Debug reg: DWT_CYCCNT +T4AF4 078:297.668 - 1.207ms returns 1 (0x1) +T4AF4 078:297.908 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 078:297.936 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 078:299.124 Data: 02 00 01 00 0A 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 078:299.153 - 1.253ms returns 28 (0x1C) +T4AF4 078:299.178 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:299.202 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 078:299.600 Data: 00 00 23 01 +T4AF4 078:299.626 - 0.456ms returns 4 (0x4) +T4AF4 078:299.647 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 078:299.669 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 078:300.505 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 078:300.534 - 0.895ms returns 76 (0x4C) +T4AF4 078:300.558 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:300.583 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 078:301.100 Data: 31 C6 E5 4A +T4AF4 078:301.125 - 0.575ms returns 4 (0x4) +T4AF4 078:301.147 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:301.167 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 078:301.598 Data: 01 0E 1C 2A +T4AF4 078:301.623 - 0.485ms returns 4 (0x4) +T4AF4 078:301.645 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:301.665 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 078:302.099 Data: 00 00 00 00 +T4AF4 078:302.124 - 0.488ms returns 4 (0x4) +T4AF4 078:302.146 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:302.167 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 078:302.597 Data: 00 00 00 00 +T4AF4 078:302.623 - 0.485ms returns 4 (0x4) +T4AF4 078:302.644 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:302.670 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 078:303.097 Data: 00 00 00 00 +T4AF4 078:303.123 - 0.487ms returns 4 (0x4) +T4AF4 078:303.144 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:303.165 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 078:303.598 Data: 00 00 00 00 +T4AF4 078:303.623 - 0.487ms returns 4 (0x4) +T4AF4 078:303.645 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 078:303.665 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 078:304.656 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 078:304.693 - 1.056ms returns 108 (0x6C) +T4AF4 078:304.718 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 078:304.757 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 078:305.223 Data: AB AA FD 78 +T4AF4 078:305.249 - 0.539ms returns 4 (0x4) +T4AF4 078:514.132 JLINK_ReadMemEx(0x080012D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 078:514.196 CPU_ReadMem(128 bytes @ 0x080012C0) +T4AF4 078:515.957 -- Updating C cache (128 bytes @ 0x080012C0) +T4AF4 078:516.044 -- Read from C cache (60 bytes @ 0x080012D8) +T4AF4 078:516.110 Data: FF E7 02 98 01 68 08 68 40 F0 01 00 08 60 00 F0 ... +T4AF4 078:516.170 - 2.059ms returns 60 (0x3C) +T4AF4 078:516.225 JLINK_ReadMemEx(0x080012D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:516.273 -- Read from C cache (2 bytes @ 0x080012D8) +T4AF4 078:516.332 Data: FF E7 +T4AF4 078:516.353 - 0.135ms returns 2 (0x2) +T4AF4 078:516.370 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:516.385 -- Read from C cache (2 bytes @ 0x080012DA) +T4AF4 078:516.406 Data: 02 98 +T4AF4 078:516.427 - 0.063ms returns 2 (0x2) +T4AF4 078:523.063 JLINK_ReadMemEx(0x080012D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 078:523.102 -- Read from C cache (60 bytes @ 0x080012D0) +T4AF4 078:523.129 Data: FF E7 02 98 00 F0 DE F8 FF E7 02 98 01 68 08 68 ... +T4AF4 078:523.153 - 0.098ms returns 60 (0x3C) +T4AF4 078:523.181 JLINK_ReadMemEx(0x080012D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.204 -- Read from C cache (2 bytes @ 0x080012D0) +T4AF4 078:523.225 Data: FF E7 +T4AF4 078:523.247 - 0.072ms returns 2 (0x2) +T4AF4 078:523.263 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.279 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 078:523.300 Data: 02 98 +T4AF4 078:523.320 - 0.064ms returns 2 (0x2) +T4AF4 078:523.362 JLINK_ReadMemEx(0x080012D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.378 -- Read from C cache (2 bytes @ 0x080012D2) +T4AF4 078:523.399 Data: 02 98 +T4AF4 078:523.420 - 0.064ms returns 2 (0x2) +T4AF4 078:523.436 JLINK_ReadMemEx(0x080012D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 078:523.451 -- Read from C cache (60 bytes @ 0x080012D4) +T4AF4 078:523.473 Data: 00 F0 DE F8 FF E7 02 98 01 68 08 68 40 F0 01 00 ... +T4AF4 078:523.494 - 0.064ms returns 60 (0x3C) +T4AF4 078:523.510 JLINK_ReadMemEx(0x080012D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.525 -- Read from C cache (2 bytes @ 0x080012D4) +T4AF4 078:523.546 Data: 00 F0 +T4AF4 078:523.567 - 0.064ms returns 2 (0x2) +T4AF4 078:523.591 JLINK_ReadMemEx(0x080012D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 078:523.606 -- Read from C cache (60 bytes @ 0x080012D4) +T4AF4 078:523.628 Data: 00 F0 DE F8 FF E7 02 98 01 68 08 68 40 F0 01 00 ... +T4AF4 078:523.648 - 0.064ms returns 60 (0x3C) +T4AF4 078:523.664 JLINK_ReadMemEx(0x080012D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.680 -- Read from C cache (2 bytes @ 0x080012D4) +T4AF4 078:523.700 Data: 00 F0 +T4AF4 078:523.721 - 0.063ms returns 2 (0x2) +T4AF4 078:523.738 JLINK_ReadMemEx(0x080012D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 078:523.753 -- Read from C cache (2 bytes @ 0x080012D6) +T4AF4 078:523.773 Data: DE F8 +T4AF4 078:523.794 - 0.063ms returns 2 (0x2) +T54B0 079:726.314 JLINK_ReadMemEx(0x080012D8, 0x2 Bytes, Flags = 0x02000000) +T54B0 079:726.366 -- Read from C cache (2 bytes @ 0x080012D8) +T54B0 079:726.393 Data: FF E7 +T54B0 079:726.418 - 0.112ms returns 2 (0x2) +T54B0 079:726.446 JLINK_HasError() +T54B0 079:726.471 JLINK_Step() +T54B0 079:727.566 -- Read from C cache (2 bytes @ 0x080012D8) +T54B0 079:727.596 -- Simulated +T54B0 079:727.620 - 1.156ms returns 0 +T54B0 079:727.640 JLINK_HasError() +T54B0 079:727.659 JLINK_ReadReg(R15 (PC)) +T54B0 079:727.678 - 0.027ms returns 0x080012DA +T54B0 079:727.698 JLINK_ReadReg(XPSR) +T54B0 079:727.715 - 0.025ms returns 0x61000000 +T54B0 079:728.107 JLINK_HasError() +T54B0 079:728.127 JLINK_ReadReg(R0) +T54B0 079:728.145 - 0.026ms returns 0x00100000 +T54B0 079:728.164 JLINK_ReadReg(R1) +T54B0 079:728.181 - 0.025ms returns 0xE000E100 +T54B0 079:728.200 JLINK_ReadReg(R2) +T54B0 079:728.217 - 0.025ms returns 0x00000000 +T54B0 079:728.236 JLINK_ReadReg(R3) +T54B0 079:728.253 - 0.025ms returns 0x00000000 +T54B0 079:728.272 JLINK_ReadReg(R4) +T54B0 079:728.290 - 0.027ms returns 0x00000000 +T54B0 079:728.309 JLINK_ReadReg(R5) +T54B0 079:728.326 - 0.025ms returns 0x20000018 +T54B0 079:728.345 JLINK_ReadReg(R6) +T54B0 079:728.361 - 0.025ms returns 0x00000000 +T54B0 079:728.386 JLINK_ReadReg(R7) +T54B0 079:728.401 - 0.021ms returns 0x00000000 +T54B0 079:728.417 JLINK_ReadReg(R8) +T54B0 079:728.431 - 0.021ms returns 0x00000000 +T54B0 079:728.447 JLINK_ReadReg(R9) +T54B0 079:728.461 - 0.021ms returns 0x20000160 +T54B0 079:728.477 JLINK_ReadReg(R10) +T54B0 079:728.492 - 0.021ms returns 0x08006850 +T54B0 079:728.507 JLINK_ReadReg(R11) +T54B0 079:728.522 - 0.021ms returns 0x00000000 +T54B0 079:728.538 JLINK_ReadReg(R12) +T54B0 079:728.552 - 0.021ms returns 0x00000001 +T54B0 079:728.568 JLINK_ReadReg(R13 (SP)) +T54B0 079:728.583 - 0.021ms returns 0x20000F60 +T54B0 079:728.599 JLINK_ReadReg(R14) +T54B0 079:728.613 - 0.021ms returns 0x08002501 +T54B0 079:728.629 JLINK_ReadReg(R15 (PC)) +T54B0 079:728.643 - 0.021ms returns 0x080012DA +T54B0 079:728.659 JLINK_ReadReg(XPSR) +T54B0 079:728.674 - 0.021ms returns 0x61000000 +T54B0 079:728.690 JLINK_ReadReg(MSP) +T54B0 079:728.704 - 0.021ms returns 0x20000F60 +T54B0 079:728.720 JLINK_ReadReg(PSP) +T54B0 079:728.734 - 0.021ms returns 0x20001000 +T54B0 079:728.750 JLINK_ReadReg(CFBP) +T54B0 079:728.765 - 0.021ms returns 0x00000000 +T4AF4 079:732.506 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:732.541 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 079:732.563 Data: E5 3E 00 08 +T4AF4 079:732.585 - 0.086ms returns 4 (0x4) +T4AF4 079:732.607 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:732.624 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 079:732.645 Data: 00 00 00 00 +T4AF4 079:732.666 - 0.065ms returns 4 (0x4) +T4AF4 079:732.682 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:732.713 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 079:732.734 Data: E5 3E 00 08 +T4AF4 079:732.767 - 0.092ms returns 4 (0x4) +T4AF4 079:732.787 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:732.807 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 079:732.831 Data: 3B 55 00 08 +T4AF4 079:732.874 - 0.095ms returns 4 (0x4) +T4AF4 079:732.896 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:732.915 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 079:732.940 Data: 00 00 00 00 +T4AF4 079:732.964 - 0.076ms returns 4 (0x4) +T4AF4 079:732.984 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.003 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 079:733.028 Data: 3B 55 00 08 +T4AF4 079:733.052 - 0.076ms returns 4 (0x4) +T4AF4 079:733.072 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.091 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 079:733.116 Data: BB 01 00 08 +T4AF4 079:733.140 - 0.076ms returns 4 (0x4) +T4AF4 079:733.167 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.186 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 079:733.211 Data: 04 04 00 20 +T4AF4 079:733.235 - 0.076ms returns 4 (0x4) +T4AF4 079:733.255 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.274 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 079:733.313 Data: 08 00 00 00 +T4AF4 079:733.337 - 0.090ms returns 4 (0x4) +T4AF4 079:733.371 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.391 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 079:733.416 Data: 00 00 00 00 +T4AF4 079:733.440 - 0.077ms returns 4 (0x4) +T4AF4 079:733.460 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.480 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 079:733.504 Data: 00 00 00 00 +T4AF4 079:733.529 - 0.077ms returns 4 (0x4) +T4AF4 079:733.549 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.568 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 079:733.592 Data: 00 00 00 00 +T4AF4 079:733.617 - 0.076ms returns 4 (0x4) +T4AF4 079:733.636 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.655 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 079:733.680 Data: 00 00 00 00 +T4AF4 079:733.704 - 0.076ms returns 4 (0x4) +T4AF4 079:733.724 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.743 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 079:733.768 Data: 00 00 00 00 +T4AF4 079:733.792 - 0.076ms returns 4 (0x4) +T4AF4 079:733.812 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 079:733.831 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 079:733.857 Data: 00 00 00 00 +T4AF4 079:733.882 - 0.078ms returns 4 (0x4) +T4AF4 079:733.902 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:733.921 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 079:733.946 Data: 00 00 +T4AF4 079:733.970 - 0.076ms returns 2 (0x2) +T4AF4 079:734.024 JLINK_HasError() +T4AF4 079:734.046 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 079:734.070 Data: AD 94 00 00 +T4AF4 079:734.101 Debug reg: DWT_CYCCNT +T4AF4 079:734.122 - 0.083ms returns 1 (0x1) +T4AF4 079:734.299 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 079:734.319 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 079:735.603 Data: 02 00 01 00 0A 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 079:735.640 - 1.349ms returns 28 (0x1C) +T4AF4 079:735.666 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:735.692 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 079:736.160 Data: 00 00 23 01 +T4AF4 079:736.186 - 0.529ms returns 4 (0x4) +T4AF4 079:736.208 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 079:736.229 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 079:737.095 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 079:737.126 - 0.925ms returns 76 (0x4C) +T4AF4 079:737.148 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:737.170 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 079:737.660 Data: 31 C6 E5 4A +T4AF4 079:737.686 - 0.546ms returns 4 (0x4) +T4AF4 079:737.707 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:737.728 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 079:738.159 Data: 01 0E 1C 2A +T4AF4 079:738.184 - 0.485ms returns 4 (0x4) +T4AF4 079:738.205 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:738.226 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 079:738.684 Data: 00 00 00 00 +T4AF4 079:738.709 - 0.512ms returns 4 (0x4) +T4AF4 079:738.731 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:738.751 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 079:739.159 Data: 00 00 00 00 +T4AF4 079:739.184 - 0.462ms returns 4 (0x4) +T4AF4 079:739.205 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:739.226 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 079:739.659 Data: 00 00 00 00 +T4AF4 079:739.684 - 0.486ms returns 4 (0x4) +T4AF4 079:739.705 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:739.725 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 079:740.166 Data: 00 00 00 00 +T4AF4 079:740.206 - 0.510ms returns 4 (0x4) +T4AF4 079:740.234 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 079:740.266 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 079:741.280 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 079:741.308 - 1.082ms returns 108 (0x6C) +T4AF4 079:741.330 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 079:741.353 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 079:741.794 Data: AB AA FD 78 +T4AF4 079:741.821 - 0.499ms returns 4 (0x4) +T4AF4 079:777.261 JLINK_ReadMemEx(0x080012D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:777.313 -- Read from C cache (60 bytes @ 0x080012D8) +T4AF4 079:777.342 Data: FF E7 02 98 01 68 08 68 40 F0 01 00 08 60 00 F0 ... +T4AF4 079:777.366 - 0.113ms returns 60 (0x3C) +T4AF4 079:777.387 JLINK_ReadMemEx(0x080012D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:777.405 -- Read from C cache (2 bytes @ 0x080012D8) +T4AF4 079:777.429 Data: FF E7 +T4AF4 079:777.454 - 0.076ms returns 2 (0x2) +T4AF4 079:777.474 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:777.492 -- Read from C cache (2 bytes @ 0x080012DA) +T4AF4 079:777.517 Data: 02 98 +T4AF4 079:777.540 - 0.075ms returns 2 (0x2) +T4AF4 079:777.588 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:777.606 -- Read from C cache (2 bytes @ 0x080012DA) +T4AF4 079:777.631 Data: 02 98 +T4AF4 079:777.654 - 0.074ms returns 2 (0x2) +T4AF4 079:777.674 JLINK_ReadMemEx(0x080012DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:777.691 -- Read from C cache (60 bytes @ 0x080012DC) +T4AF4 079:777.717 Data: 01 68 08 68 40 F0 01 00 08 60 00 F0 F3 FF 01 90 ... +T4AF4 079:777.740 - 0.075ms returns 60 (0x3C) +T4AF4 079:777.759 JLINK_ReadMemEx(0x080012DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:777.777 -- Read from C cache (2 bytes @ 0x080012DC) +T4AF4 079:777.801 Data: 01 68 +T4AF4 079:777.826 - 0.074ms returns 2 (0x2) +T4AF4 079:777.851 JLINK_ReadMemEx(0x080012DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:777.869 -- Read from C cache (60 bytes @ 0x080012DC) +T4AF4 079:777.896 Data: 01 68 08 68 40 F0 01 00 08 60 00 F0 F3 FF 01 90 ... +T4AF4 079:777.924 - 0.081ms returns 60 (0x3C) +T4AF4 079:777.943 JLINK_ReadMemEx(0x080012DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:777.961 -- Read from C cache (2 bytes @ 0x080012DC) +T4AF4 079:777.995 Data: 01 68 +T4AF4 079:778.021 - 0.086ms returns 2 (0x2) +T4AF4 079:778.045 JLINK_ReadMemEx(0x080012DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.095 -- Read from C cache (2 bytes @ 0x080012DE) +T4AF4 079:778.187 Data: 08 68 +T4AF4 079:778.220 - 0.184ms returns 2 (0x2) +T4AF4 079:778.255 JLINK_ReadMemEx(0x080012DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.279 -- Read from C cache (2 bytes @ 0x080012DE) +T4AF4 079:778.310 Data: 08 68 +T4AF4 079:778.338 - 0.091ms returns 2 (0x2) +T4AF4 079:778.357 JLINK_ReadMemEx(0x080012E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:778.375 -- Read from C cache (60 bytes @ 0x080012E0) +T4AF4 079:778.401 Data: 40 F0 01 00 08 60 00 F0 F3 FF 01 90 FF E7 02 98 ... +T4AF4 079:778.425 - 0.076ms returns 60 (0x3C) +T4AF4 079:778.444 JLINK_ReadMemEx(0x080012E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.462 -- Read from C cache (2 bytes @ 0x080012E0) +T4AF4 079:778.487 Data: 40 F0 +T4AF4 079:778.511 - 0.074ms returns 2 (0x2) +T4AF4 079:778.536 JLINK_ReadMemEx(0x080012E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:778.554 -- Read from C cache (60 bytes @ 0x080012E0) +T4AF4 079:778.579 Data: 40 F0 01 00 08 60 00 F0 F3 FF 01 90 FF E7 02 98 ... +T4AF4 079:778.603 - 0.076ms returns 60 (0x3C) +T4AF4 079:778.623 JLINK_ReadMemEx(0x080012E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.641 -- Read from C cache (2 bytes @ 0x080012E0) +T4AF4 079:778.665 Data: 40 F0 +T4AF4 079:778.689 - 0.075ms returns 2 (0x2) +T4AF4 079:778.709 JLINK_ReadMemEx(0x080012E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.727 -- Read from C cache (2 bytes @ 0x080012E2) +T4AF4 079:778.751 Data: 01 00 +T4AF4 079:778.775 - 0.074ms returns 2 (0x2) +T4AF4 079:778.800 JLINK_ReadMemEx(0x080012E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 079:778.819 -- Read from C cache (60 bytes @ 0x080012E4) +T4AF4 079:778.855 Data: 08 60 00 F0 F3 FF 01 90 FF E7 02 98 00 68 40 68 ... +T4AF4 079:778.880 - 0.087ms returns 60 (0x3C) +T4AF4 079:778.899 JLINK_ReadMemEx(0x080012E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:778.928 -- Read from C cache (2 bytes @ 0x080012E4) +T4AF4 079:778.953 Data: 08 60 +T4AF4 079:778.977 - 0.087ms returns 2 (0x2) +T4AF4 079:778.997 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 079:779.014 -- Read from C cache (2 bytes @ 0x080012E6) +T4AF4 079:779.039 Data: 00 F0 +T4AF4 079:779.063 - 0.074ms returns 2 (0x2) +T54B0 106:902.809 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T54B0 106:902.865 -- Read from C cache (2 bytes @ 0x080012DA) +T54B0 106:902.891 Data: 02 98 +T54B0 106:902.915 - 0.114ms returns 2 (0x2) +T54B0 106:902.936 JLINK_HasError() +T54B0 106:902.958 JLINK_Step() +T54B0 106:903.897 -- Read from C cache (2 bytes @ 0x080012DA) +T54B0 106:903.940 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 106:903.966 -- Simulated +T54B0 106:903.989 - 1.039ms returns 0 +T54B0 106:904.010 JLINK_HasError() +T54B0 106:904.029 JLINK_ReadReg(R15 (PC)) +T54B0 106:904.048 - 0.027ms returns 0x080012DC +T54B0 106:904.067 JLINK_ReadReg(XPSR) +T54B0 106:904.084 - 0.025ms returns 0x61000000 +T54B0 106:904.111 JLINK_HasError() +T54B0 106:904.130 JLINK_Step() +T54B0 106:904.148 -- Read from C cache (2 bytes @ 0x080012DC) +T54B0 106:904.178 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 106:904.716 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 106:904.742 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 106:904.769 -- Simulated +T54B0 106:904.800 - 0.678ms returns 0 +T54B0 106:904.820 JLINK_HasError() +T54B0 106:904.838 JLINK_ReadReg(R15 (PC)) +T54B0 106:904.856 - 0.026ms returns 0x080012DE +T54B0 106:904.877 JLINK_ReadReg(XPSR) +T54B0 106:904.894 - 0.025ms returns 0x61000000 +T54B0 106:904.916 JLINK_HasError() +T54B0 106:904.934 JLINK_Step() +T54B0 106:904.953 -- Read from C cache (2 bytes @ 0x080012DE) +T54B0 106:904.977 -- Not simulated +T54B0 106:905.016 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 106:906.098 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 106:910.146 - 5.232ms returns 0 +T54B0 106:910.186 JLINK_HasError() +T54B0 106:910.212 JLINK_ReadReg(R15 (PC)) +T54B0 106:910.234 - 0.030ms returns 0x080012E0 +T54B0 106:910.258 JLINK_ReadReg(XPSR) +T54B0 106:910.277 - 0.028ms returns 0x61000000 +T54B0 106:910.348 JLINK_HasError() +T54B0 106:910.385 JLINK_Step() +T54B0 106:910.414 CPU_ReadMem(64 bytes @ 0x080012C0) +T54B0 106:911.781 -- Updating C cache (64 bytes @ 0x080012C0) +T54B0 106:911.818 -- Read from C cache (2 bytes @ 0x080012E0) +T54B0 106:911.846 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 106:912.221 -- Read from C cache (2 bytes @ 0x080012E2) +T54B0 106:912.249 -- Simulated +T54B0 106:912.274 - 1.897ms returns 0 +T54B0 106:912.296 JLINK_HasError() +T54B0 106:912.316 JLINK_ReadReg(R15 (PC)) +T54B0 106:912.335 - 0.029ms returns 0x080012E4 +T54B0 106:912.356 JLINK_ReadReg(XPSR) +T54B0 106:912.373 - 0.026ms returns 0x61000000 +T54B0 106:912.398 JLINK_HasError() +T54B0 106:912.418 JLINK_Step() +T54B0 106:912.436 -- Read from C cache (2 bytes @ 0x080012E4) +T54B0 106:912.462 -- Not simulated +T54B0 106:912.501 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 106:917.137 - 4.748ms returns 0 +T54B0 106:917.182 JLINK_HasError() +T54B0 106:917.204 JLINK_ReadReg(R15 (PC)) +T54B0 106:917.225 - 0.030ms returns 0x080012E6 +T54B0 106:917.246 JLINK_ReadReg(XPSR) +T54B0 106:917.263 - 0.026ms returns 0x61000000 +T54B0 106:917.601 JLINK_HasError() +T54B0 106:917.632 JLINK_ReadReg(R0) +T54B0 106:917.694 - 0.073ms returns 0x00010003 +T54B0 106:917.719 JLINK_ReadReg(R1) +T54B0 106:917.741 - 0.032ms returns 0x40006400 +T54B0 106:917.765 JLINK_ReadReg(R2) +T54B0 106:917.792 - 0.041ms returns 0x00000000 +T54B0 106:917.819 JLINK_ReadReg(R3) +T54B0 106:917.842 - 0.035ms returns 0x00000000 +T54B0 106:917.868 JLINK_ReadReg(R4) +T54B0 106:917.893 - 0.037ms returns 0x00000000 +T54B0 106:917.927 JLINK_ReadReg(R5) +T54B0 106:917.965 - 0.048ms returns 0x20000018 +T54B0 106:917.990 JLINK_ReadReg(R6) +T54B0 106:918.012 - 0.030ms returns 0x00000000 +T54B0 106:918.031 JLINK_ReadReg(R7) +T54B0 106:918.049 - 0.026ms returns 0x00000000 +T54B0 106:918.069 JLINK_ReadReg(R8) +T54B0 106:918.086 - 0.026ms returns 0x00000000 +T54B0 106:918.105 JLINK_ReadReg(R9) +T54B0 106:918.123 - 0.025ms returns 0x20000160 +T54B0 106:918.142 JLINK_ReadReg(R10) +T54B0 106:918.159 - 0.026ms returns 0x08006850 +T54B0 106:918.179 JLINK_ReadReg(R11) +T54B0 106:918.196 - 0.026ms returns 0x00000000 +T54B0 106:918.216 JLINK_ReadReg(R12) +T54B0 106:918.233 - 0.025ms returns 0x00000001 +T54B0 106:918.252 JLINK_ReadReg(R13 (SP)) +T54B0 106:918.270 - 0.026ms returns 0x20000F60 +T54B0 106:918.289 JLINK_ReadReg(R14) +T54B0 106:918.307 - 0.025ms returns 0x08002501 +T54B0 106:918.326 JLINK_ReadReg(R15 (PC)) +T54B0 106:918.344 - 0.026ms returns 0x080012E6 +T54B0 106:918.422 JLINK_ReadReg(XPSR) +T54B0 106:918.440 - 0.026ms returns 0x61000000 +T54B0 106:918.459 JLINK_ReadReg(MSP) +T54B0 106:918.476 - 0.026ms returns 0x20000F60 +T54B0 106:918.496 JLINK_ReadReg(PSP) +T54B0 106:918.513 - 0.026ms returns 0x20001000 +T54B0 106:918.532 JLINK_ReadReg(CFBP) +T54B0 106:918.550 - 0.025ms returns 0x00000000 +T4AF4 106:918.958 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:918.994 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 106:920.349 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 106:920.387 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 106:920.413 Data: E5 3E 00 08 +T4AF4 106:920.438 - 1.489ms returns 4 (0x4) +T4AF4 106:920.468 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:920.490 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 106:920.515 Data: 00 00 00 00 +T4AF4 106:920.539 - 0.080ms returns 4 (0x4) +T4AF4 106:920.559 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:920.578 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 106:920.602 Data: E5 3E 00 08 +T4AF4 106:920.626 - 0.075ms returns 4 (0x4) +T4AF4 106:920.647 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:920.669 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 106:922.050 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 106:922.136 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 106:922.161 Data: 3B 55 00 08 +T4AF4 106:922.185 - 1.546ms returns 4 (0x4) +T4AF4 106:922.213 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:922.236 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 106:922.261 Data: 00 00 00 00 +T4AF4 106:922.285 - 0.080ms returns 4 (0x4) +T4AF4 106:922.304 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:922.323 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 106:922.348 Data: 3B 55 00 08 +T4AF4 106:922.372 - 0.076ms returns 4 (0x4) +T4AF4 106:922.393 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:922.414 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 106:923.832 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 106:923.905 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 106:923.930 Data: BB 01 00 08 +T4AF4 106:923.955 - 1.570ms returns 4 (0x4) +T4AF4 106:923.990 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:924.013 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 106:924.038 Data: 04 04 00 20 +T4AF4 106:924.062 - 0.080ms returns 4 (0x4) +T4AF4 106:924.082 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:924.101 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 106:924.126 Data: 08 00 00 00 +T4AF4 106:924.150 - 0.075ms returns 4 (0x4) +T4AF4 106:924.201 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:924.223 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 106:925.464 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 106:925.491 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 106:925.515 Data: 00 00 00 00 +T4AF4 106:925.539 - 1.346ms returns 4 (0x4) +T4AF4 106:925.561 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:925.587 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 106:925.615 Data: 00 00 00 00 +T4AF4 106:925.639 - 0.086ms returns 4 (0x4) +T4AF4 106:925.660 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:925.680 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 106:926.338 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 106:926.367 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 106:926.392 Data: 00 00 00 00 +T4AF4 106:926.416 - 0.765ms returns 4 (0x4) +T4AF4 106:926.439 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:926.460 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 106:926.485 Data: 00 00 00 00 +T4AF4 106:926.509 - 0.078ms returns 4 (0x4) +T4AF4 106:926.529 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:926.548 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 106:926.573 Data: 00 00 00 00 +T4AF4 106:926.597 - 0.075ms returns 4 (0x4) +T4AF4 106:926.617 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 106:926.636 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 106:926.660 Data: 00 00 00 00 +T4AF4 106:926.684 - 0.075ms returns 4 (0x4) +T4AF4 106:926.705 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 106:926.723 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 106:926.748 Data: 00 00 +T4AF4 106:926.772 - 0.075ms returns 2 (0x2) +T4AF4 106:926.858 JLINK_HasError() +T4AF4 106:926.878 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 106:926.899 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 106:928.060 Data: B9 94 00 00 +T4AF4 106:928.153 Debug reg: DWT_CYCCNT +T4AF4 106:928.247 - 1.378ms returns 1 (0x1) +T4AF4 106:928.482 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 106:928.510 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 106:929.861 Data: 03 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 106:929.943 - 1.469ms returns 28 (0x1C) +T4AF4 106:929.968 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:929.994 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 106:931.169 Data: 00 00 23 01 +T4AF4 106:931.255 - 1.311ms returns 4 (0x4) +T4AF4 106:931.296 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 106:931.322 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 106:932.095 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 106:932.121 - 0.833ms returns 76 (0x4C) +T4AF4 106:932.142 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:932.163 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 106:932.586 Data: 31 C6 E5 4A +T4AF4 106:932.611 - 0.476ms returns 4 (0x4) +T4AF4 106:932.632 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:932.653 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 106:933.085 Data: 01 0E 1C 2A +T4AF4 106:933.110 - 0.486ms returns 4 (0x4) +T4AF4 106:933.131 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:933.151 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 106:933.586 Data: 00 00 00 00 +T4AF4 106:933.611 - 0.488ms returns 4 (0x4) +T4AF4 106:933.632 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:933.653 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 106:934.088 Data: 00 00 00 00 +T4AF4 106:934.116 - 0.492ms returns 4 (0x4) +T4AF4 106:934.138 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:934.161 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 106:934.585 Data: 00 00 00 00 +T4AF4 106:934.610 - 0.480ms returns 4 (0x4) +T4AF4 106:934.631 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:934.652 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 106:935.084 Data: 00 00 00 00 +T4AF4 106:935.109 - 0.485ms returns 4 (0x4) +T4AF4 106:935.130 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 106:935.151 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 106:936.198 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 106:936.281 - 1.159ms returns 108 (0x6C) +T4AF4 106:936.320 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 106:936.351 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 106:937.540 Data: AB AA FD 78 +T4AF4 106:937.624 - 1.312ms returns 4 (0x4) +T4AF4 107:351.038 JLINK_ReadMemEx(0x080012DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:351.098 CPU_ReadMem(64 bytes @ 0x080012C0) +T4AF4 107:352.412 -- Updating C cache (64 bytes @ 0x080012C0) +T4AF4 107:352.438 -- Read from C cache (2 bytes @ 0x080012DA) +T4AF4 107:352.464 Data: 02 98 +T4AF4 107:352.488 - 1.459ms returns 2 (0x2) +T4AF4 107:352.510 JLINK_ReadMemEx(0x080012DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:352.535 CPU_ReadMem(64 bytes @ 0x08001300) +T4AF4 107:353.290 -- Updating C cache (64 bytes @ 0x08001300) +T4AF4 107:353.336 -- Read from C cache (60 bytes @ 0x080012DC) +T4AF4 107:353.364 Data: 01 68 08 68 40 F0 01 00 08 60 00 F0 F3 FF 01 90 ... +T4AF4 107:353.388 - 0.886ms returns 60 (0x3C) +T4AF4 107:353.411 JLINK_ReadMemEx(0x080012DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:353.431 -- Read from C cache (2 bytes @ 0x080012DC) +T4AF4 107:353.456 Data: 01 68 +T4AF4 107:353.481 - 0.078ms returns 2 (0x2) +T4AF4 107:353.503 JLINK_ReadMemEx(0x080012DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:353.521 -- Read from C cache (60 bytes @ 0x080012DC) +T4AF4 107:353.546 Data: 01 68 08 68 40 F0 01 00 08 60 00 F0 F3 FF 01 90 ... +T4AF4 107:353.570 - 0.075ms returns 60 (0x3C) +T4AF4 107:353.589 JLINK_ReadMemEx(0x080012DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:353.607 -- Read from C cache (2 bytes @ 0x080012DC) +T4AF4 107:353.631 Data: 01 68 +T4AF4 107:353.655 - 0.074ms returns 2 (0x2) +T4AF4 107:353.674 JLINK_ReadMemEx(0x080012DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:353.692 -- Read from C cache (2 bytes @ 0x080012DE) +T4AF4 107:353.720 Data: 08 68 +T4AF4 107:353.744 - 0.077ms returns 2 (0x2) +T4AF4 107:353.763 JLINK_ReadMemEx(0x080012DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:353.782 -- Read from C cache (2 bytes @ 0x080012DE) +T4AF4 107:353.806 Data: 08 68 +T4AF4 107:353.830 - 0.075ms returns 2 (0x2) +T4AF4 107:353.849 JLINK_ReadMemEx(0x080012E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:353.867 -- Read from C cache (60 bytes @ 0x080012E0) +T4AF4 107:353.893 Data: 40 F0 01 00 08 60 00 F0 F3 FF 01 90 FF E7 02 98 ... +T4AF4 107:353.916 - 0.075ms returns 60 (0x3C) +T4AF4 107:353.935 JLINK_ReadMemEx(0x080012E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:353.954 -- Read from C cache (2 bytes @ 0x080012E0) +T4AF4 107:353.978 Data: 40 F0 +T4AF4 107:354.002 - 0.075ms returns 2 (0x2) +T4AF4 107:354.021 JLINK_ReadMemEx(0x080012E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:354.041 -- Read from C cache (60 bytes @ 0x080012E0) +T4AF4 107:354.067 Data: 40 F0 01 00 08 60 00 F0 F3 FF 01 90 FF E7 02 98 ... +T4AF4 107:354.090 - 0.077ms returns 60 (0x3C) +T4AF4 107:354.110 JLINK_ReadMemEx(0x080012E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.127 -- Read from C cache (2 bytes @ 0x080012E0) +T4AF4 107:354.156 Data: 40 F0 +T4AF4 107:354.176 - 0.073ms returns 2 (0x2) +T4AF4 107:354.192 JLINK_ReadMemEx(0x080012E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.207 -- Read from C cache (2 bytes @ 0x080012E2) +T4AF4 107:354.228 Data: 01 00 +T4AF4 107:354.248 - 0.063ms returns 2 (0x2) +T4AF4 107:354.265 JLINK_ReadMemEx(0x080012E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:354.291 -- Read from C cache (60 bytes @ 0x080012E4) +T4AF4 107:354.312 Data: 08 60 00 F0 F3 FF 01 90 FF E7 02 98 00 68 40 68 ... +T4AF4 107:354.341 - 0.085ms returns 60 (0x3C) +T4AF4 107:354.361 JLINK_ReadMemEx(0x080012E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.379 -- Read from C cache (2 bytes @ 0x080012E4) +T4AF4 107:354.404 Data: 08 60 +T4AF4 107:354.440 - 0.087ms returns 2 (0x2) +T4AF4 107:354.460 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.477 -- Read from C cache (2 bytes @ 0x080012E6) +T4AF4 107:354.502 Data: 00 F0 +T4AF4 107:354.526 - 0.074ms returns 2 (0x2) +T4AF4 107:354.575 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.593 -- Read from C cache (2 bytes @ 0x080012E6) +T4AF4 107:354.629 Data: 00 F0 +T4AF4 107:354.653 - 0.086ms returns 2 (0x2) +T4AF4 107:354.673 JLINK_ReadMemEx(0x080012E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:354.691 -- Read from C cache (60 bytes @ 0x080012E8) +T4AF4 107:354.716 Data: F3 FF 01 90 FF E7 02 98 00 68 40 68 C0 07 A8 B9 ... +T4AF4 107:354.740 - 0.075ms returns 60 (0x3C) +T4AF4 107:354.759 JLINK_ReadMemEx(0x080012E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.777 -- Read from C cache (2 bytes @ 0x080012E8) +T4AF4 107:354.802 Data: F3 FF +T4AF4 107:354.826 - 0.075ms returns 2 (0x2) +T4AF4 107:354.865 JLINK_ReadMemEx(0x080012EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:354.885 -- Read from C cache (2 bytes @ 0x080012EA) +T4AF4 107:354.909 Data: 01 90 +T4AF4 107:354.934 - 0.077ms returns 2 (0x2) +T4AF4 107:354.953 JLINK_ReadMemEx(0x080012EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:354.971 -- Read from C cache (60 bytes @ 0x080012EC) +T4AF4 107:354.997 Data: FF E7 02 98 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 ... +T4AF4 107:355.020 - 0.075ms returns 60 (0x3C) +T4AF4 107:355.040 JLINK_ReadMemEx(0x080012EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:355.057 -- Read from C cache (2 bytes @ 0x080012EC) +T4AF4 107:355.082 Data: FF E7 +T4AF4 107:355.106 - 0.074ms returns 2 (0x2) +T4AF4 107:355.130 JLINK_ReadMemEx(0x080012EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 107:355.149 -- Read from C cache (60 bytes @ 0x080012EC) +T4AF4 107:355.174 Data: FF E7 02 98 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 ... +T4AF4 107:355.198 - 0.075ms returns 60 (0x3C) +T4AF4 107:355.217 JLINK_ReadMemEx(0x080012EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:355.235 -- Read from C cache (2 bytes @ 0x080012EC) +T4AF4 107:355.259 Data: FF E7 +T4AF4 107:355.283 - 0.077ms returns 2 (0x2) +T4AF4 107:355.305 JLINK_ReadMemEx(0x080012EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 107:355.323 -- Read from C cache (2 bytes @ 0x080012EE) +T4AF4 107:355.358 Data: 02 98 +T4AF4 107:355.387 - 0.090ms returns 2 (0x2) +T54B0 112:455.101 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T54B0 112:455.156 -- Read from C cache (2 bytes @ 0x080012E6) +T54B0 112:455.183 Data: 00 F0 +T54B0 112:455.208 - 0.116ms returns 2 (0x2) +T54B0 112:455.229 JLINK_HasError() +T54B0 112:455.251 JLINK_SetBPEx(Addr = 0x080012EA, Type = 0xFFFFFFF2) +T54B0 112:455.275 - 0.033ms returns 0x00000007 +T54B0 112:455.295 JLINK_HasError() +T54B0 112:455.315 JLINK_HasError() +T54B0 112:455.334 JLINK_Go() +T54B0 112:456.315 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 112:456.711 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 112:457.458 - 2.134ms +T54B0 112:558.492 JLINK_HasError() +T54B0 112:558.548 JLINK_IsHalted() +T54B0 112:561.709 - 3.205ms returns TRUE +T54B0 112:561.768 JLINK_HasError() +T54B0 112:561.788 JLINK_Halt() +T54B0 112:561.805 - 0.025ms returns 0x00 +T54B0 112:561.824 JLINK_IsHalted() +T54B0 112:561.841 - 0.025ms returns TRUE +T54B0 112:561.860 JLINK_IsHalted() +T54B0 112:561.877 - 0.024ms returns TRUE +T54B0 112:561.895 JLINK_IsHalted() +T54B0 112:561.912 - 0.024ms returns TRUE +T54B0 112:561.932 JLINK_HasError() +T54B0 112:561.951 JLINK_ReadReg(R15 (PC)) +T54B0 112:561.972 - 0.029ms returns 0x080012EA +T54B0 112:561.991 JLINK_ReadReg(XPSR) +T54B0 112:562.009 - 0.026ms returns 0x61000000 +T54B0 112:562.033 JLINK_HasError() +T54B0 112:562.052 JLINK_ClrBPEx(BPHandle = 0x00000007) +T54B0 112:562.070 - 0.026ms returns 0x00 +T54B0 112:562.089 JLINK_HasError() +T54B0 112:562.108 JLINK_HasError() +T54B0 112:562.127 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 112:562.152 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 112:563.204 Data: 03 00 00 00 +T54B0 112:563.241 - 1.122ms returns 1 (0x1) +T54B0 112:563.263 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 112:563.287 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 112:563.818 Data: 00 00 00 00 +T54B0 112:563.843 Debug reg: DWT_FUNC[0] +T54B0 112:563.867 - 0.612ms returns 1 (0x1) +T54B0 112:563.887 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 112:563.907 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 112:564.319 Data: 00 02 00 00 +T54B0 112:564.344 Debug reg: DWT_FUNC[1] +T54B0 112:564.367 - 0.488ms returns 1 (0x1) +T54B0 112:564.387 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 112:564.407 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 112:564.817 Data: 00 00 00 00 +T54B0 112:564.843 Debug reg: DWT_FUNC[2] +T54B0 112:564.866 - 0.487ms returns 1 (0x1) +T54B0 112:564.886 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 112:564.907 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 112:565.316 Data: 00 00 00 00 +T54B0 112:565.348 Debug reg: DWT_FUNC[3] +T54B0 112:565.371 - 0.493ms returns 1 (0x1) +T54B0 112:565.396 JLINK_HasError() +T54B0 112:565.415 JLINK_Step() +T54B0 112:565.442 CPU_ReadMem(64 bytes @ 0x080012C0) +T54B0 112:566.069 -- Updating C cache (64 bytes @ 0x080012C0) +T54B0 112:566.094 -- Read from C cache (2 bytes @ 0x080012EA) +T54B0 112:566.121 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 112:566.582 CPU_WriteMem(4 bytes @ 0x20000F64) +T54B0 112:566.956 -- Simulated +T54B0 112:566.977 - 1.568ms returns 0 +T54B0 112:566.994 JLINK_HasError() +T54B0 112:567.010 JLINK_ReadReg(R15 (PC)) +T54B0 112:567.026 - 0.023ms returns 0x080012EC +T54B0 112:567.042 JLINK_ReadReg(XPSR) +T54B0 112:567.056 - 0.021ms returns 0x61000000 +T54B0 112:567.355 JLINK_HasError() +T54B0 112:567.374 JLINK_ReadReg(R0) +T54B0 112:567.392 - 0.026ms returns 0x00000007 +T54B0 112:567.411 JLINK_ReadReg(R1) +T54B0 112:567.428 - 0.025ms returns 0x40006400 +T54B0 112:567.447 JLINK_ReadReg(R2) +T54B0 112:567.464 - 0.025ms returns 0x00000000 +T54B0 112:567.482 JLINK_ReadReg(R3) +T54B0 112:567.499 - 0.025ms returns 0x00000000 +T54B0 112:567.518 JLINK_ReadReg(R4) +T54B0 112:567.535 - 0.025ms returns 0x00000000 +T54B0 112:567.553 JLINK_ReadReg(R5) +T54B0 112:567.570 - 0.025ms returns 0x20000018 +T54B0 112:567.589 JLINK_ReadReg(R6) +T54B0 112:567.606 - 0.025ms returns 0x00000000 +T54B0 112:567.625 JLINK_ReadReg(R7) +T54B0 112:567.642 - 0.025ms returns 0x00000000 +T54B0 112:567.660 JLINK_ReadReg(R8) +T54B0 112:567.677 - 0.025ms returns 0x00000000 +T54B0 112:567.698 JLINK_ReadReg(R9) +T54B0 112:567.714 - 0.025ms returns 0x20000160 +T54B0 112:567.733 JLINK_ReadReg(R10) +T54B0 112:567.750 - 0.025ms returns 0x08006850 +T54B0 112:567.769 JLINK_ReadReg(R11) +T54B0 112:567.785 - 0.025ms returns 0x00000000 +T54B0 112:567.804 JLINK_ReadReg(R12) +T54B0 112:567.821 - 0.025ms returns 0x00000001 +T54B0 112:567.839 JLINK_ReadReg(R13 (SP)) +T54B0 112:567.856 - 0.025ms returns 0x20000F60 +T54B0 112:567.875 JLINK_ReadReg(R14) +T54B0 112:567.892 - 0.025ms returns 0x080012EB +T54B0 112:567.911 JLINK_ReadReg(R15 (PC)) +T54B0 112:567.928 - 0.025ms returns 0x080012EC +T54B0 112:567.946 JLINK_ReadReg(XPSR) +T54B0 112:567.963 - 0.025ms returns 0x61000000 +T54B0 112:567.982 JLINK_ReadReg(MSP) +T54B0 112:567.998 - 0.025ms returns 0x20000F60 +T54B0 112:568.017 JLINK_ReadReg(PSP) +T54B0 112:568.034 - 0.025ms returns 0x20001000 +T54B0 112:568.053 JLINK_ReadReg(CFBP) +T54B0 112:568.070 - 0.025ms returns 0x00000000 +T4AF4 112:568.534 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:568.572 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 112:569.824 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 112:569.850 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 112:569.875 Data: E5 3E 00 08 +T4AF4 112:569.900 - 1.374ms returns 4 (0x4) +T4AF4 112:569.926 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:569.946 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 112:569.971 Data: 00 00 00 00 +T4AF4 112:569.995 - 0.079ms returns 4 (0x4) +T4AF4 112:570.016 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:570.035 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 112:570.060 Data: E5 3E 00 08 +T4AF4 112:570.084 - 0.076ms returns 4 (0x4) +T4AF4 112:570.104 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:570.128 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 112:571.603 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 112:571.641 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 112:571.675 Data: 3B 55 00 08 +T4AF4 112:571.701 - 1.605ms returns 4 (0x4) +T4AF4 112:571.728 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:571.752 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 112:571.777 Data: 00 00 00 00 +T4AF4 112:571.801 - 0.080ms returns 4 (0x4) +T4AF4 112:571.820 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:571.839 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 112:571.864 Data: 3B 55 00 08 +T4AF4 112:571.888 - 0.076ms returns 4 (0x4) +T4AF4 112:571.909 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:571.930 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 112:573.208 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 112:573.245 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 112:573.271 Data: BB 01 00 08 +T4AF4 112:573.296 - 1.395ms returns 4 (0x4) +T4AF4 112:573.344 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:573.370 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 112:573.395 Data: 04 04 00 20 +T4AF4 112:573.419 - 0.083ms returns 4 (0x4) +T4AF4 112:573.442 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:573.461 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 112:573.486 Data: 07 00 00 00 +T4AF4 112:573.510 - 0.076ms returns 4 (0x4) +T4AF4 112:574.104 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:574.132 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 112:575.513 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 112:575.550 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 112:575.575 Data: 00 00 00 00 +T4AF4 112:575.600 - 1.504ms returns 4 (0x4) +T4AF4 112:575.625 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:575.647 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 112:575.672 Data: 00 00 00 00 +T4AF4 112:575.696 - 0.079ms returns 4 (0x4) +T4AF4 112:575.716 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:575.737 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 112:577.144 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 112:577.181 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 112:577.206 Data: 00 00 00 00 +T4AF4 112:577.231 - 1.523ms returns 4 (0x4) +T4AF4 112:577.256 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:577.279 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 112:577.304 Data: 00 00 00 00 +T4AF4 112:577.328 - 0.080ms returns 4 (0x4) +T4AF4 112:577.349 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:577.368 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 112:577.392 Data: 00 00 00 00 +T4AF4 112:577.416 - 0.076ms returns 4 (0x4) +T4AF4 112:577.436 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 112:577.455 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 112:577.480 Data: 00 00 00 00 +T4AF4 112:577.504 - 0.076ms returns 4 (0x4) +T4AF4 112:577.524 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:577.543 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 112:577.570 Data: 00 00 +T4AF4 112:577.594 - 0.077ms returns 2 (0x2) +T4AF4 112:577.660 JLINK_HasError() +T4AF4 112:577.686 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 112:577.703 Data: 33 96 00 00 +T4AF4 112:577.724 Debug reg: DWT_CYCCNT +T4AF4 112:577.745 - 0.066ms returns 1 (0x1) +T4AF4 112:577.930 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 112:577.950 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 112:579.120 Data: 03 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 112:579.190 - 1.287ms returns 28 (0x1C) +T4AF4 112:579.233 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:579.256 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 112:579.697 Data: 00 00 23 01 +T4AF4 112:579.722 - 0.498ms returns 4 (0x4) +T4AF4 112:579.744 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 112:579.776 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 112:580.577 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 112:580.606 - 0.868ms returns 76 (0x4C) +T4AF4 112:580.624 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:580.642 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 112:581.222 Data: 31 C6 E5 4A +T4AF4 112:581.248 - 0.632ms returns 4 (0x4) +T4AF4 112:581.270 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:581.292 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 112:581.699 Data: 01 0E 1C 2A +T4AF4 112:581.724 - 0.462ms returns 4 (0x4) +T4AF4 112:581.746 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:581.766 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 112:582.199 Data: 00 00 00 00 +T4AF4 112:582.224 - 0.487ms returns 4 (0x4) +T4AF4 112:582.245 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:582.265 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 112:582.699 Data: 00 00 00 00 +T4AF4 112:582.724 - 0.487ms returns 4 (0x4) +T4AF4 112:582.745 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:582.765 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 112:583.199 Data: 00 00 00 00 +T4AF4 112:583.224 - 0.487ms returns 4 (0x4) +T4AF4 112:583.245 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:583.265 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 112:583.727 Data: 00 00 00 00 +T4AF4 112:583.752 - 0.516ms returns 4 (0x4) +T4AF4 112:583.774 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 112:583.794 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 112:584.864 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 112:584.949 - 1.196ms returns 108 (0x6C) +T4AF4 112:584.992 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 112:585.013 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 112:586.254 Data: AB AA FD 78 +T4AF4 112:586.291 - 1.308ms returns 4 (0x4) +T4AF4 112:618.674 JLINK_ReadMemEx(0x080012EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 112:618.736 CPU_ReadMem(64 bytes @ 0x08001300) +T4AF4 112:620.073 -- Updating C cache (64 bytes @ 0x08001300) +T4AF4 112:620.110 -- Read from C cache (60 bytes @ 0x080012EC) +T4AF4 112:620.137 Data: FF E7 02 98 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 ... +T4AF4 112:620.162 - 1.496ms returns 60 (0x3C) +T4AF4 112:620.184 JLINK_ReadMemEx(0x080012EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:620.204 -- Read from C cache (2 bytes @ 0x080012EC) +T4AF4 112:620.229 Data: FF E7 +T4AF4 112:620.253 - 0.077ms returns 2 (0x2) +T4AF4 112:620.274 JLINK_ReadMemEx(0x080012EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:620.292 -- Read from C cache (2 bytes @ 0x080012EE) +T4AF4 112:620.317 Data: 02 98 +T4AF4 112:620.341 - 0.075ms returns 2 (0x2) +T4AF4 112:620.372 JLINK_ReadMemEx(0x080012EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:620.390 -- Read from C cache (2 bytes @ 0x080012EE) +T4AF4 112:620.415 Data: 02 98 +T4AF4 112:620.439 - 0.075ms returns 2 (0x2) +T4AF4 112:620.458 JLINK_ReadMemEx(0x080012F0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 112:620.476 -- Read from C cache (60 bytes @ 0x080012F0) +T4AF4 112:620.502 Data: 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 E9 FF 01 99 ... +T4AF4 112:620.526 - 0.076ms returns 60 (0x3C) +T4AF4 112:620.545 JLINK_ReadMemEx(0x080012F0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:620.565 -- Read from C cache (2 bytes @ 0x080012F0) +T4AF4 112:620.589 Data: 00 68 +T4AF4 112:620.614 - 0.077ms returns 2 (0x2) +T4AF4 112:627.761 JLINK_ReadMemEx(0x080012E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 112:627.803 -- Read from C cache (60 bytes @ 0x080012E4) +T4AF4 112:627.830 Data: 08 60 00 F0 F3 FF 01 90 FF E7 02 98 00 68 40 68 ... +T4AF4 112:627.855 - 0.101ms returns 60 (0x3C) +T4AF4 112:627.875 JLINK_ReadMemEx(0x080012E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:627.893 -- Read from C cache (2 bytes @ 0x080012E4) +T4AF4 112:627.920 Data: 08 60 +T4AF4 112:627.941 - 0.074ms returns 2 (0x2) +T4AF4 112:627.958 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:627.973 -- Read from C cache (2 bytes @ 0x080012E6) +T4AF4 112:627.994 Data: 00 F0 +T4AF4 112:628.026 - 0.075ms returns 2 (0x2) +T4AF4 112:628.055 JLINK_ReadMemEx(0x080012E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:628.070 -- Read from C cache (2 bytes @ 0x080012E6) +T4AF4 112:628.091 Data: 00 F0 +T4AF4 112:628.112 - 0.064ms returns 2 (0x2) +T4AF4 112:628.128 JLINK_ReadMemEx(0x080012E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 112:628.143 -- Read from C cache (60 bytes @ 0x080012E8) +T4AF4 112:628.165 Data: F3 FF 01 90 FF E7 02 98 00 68 40 68 C0 07 A8 B9 ... +T4AF4 112:628.185 - 0.064ms returns 60 (0x3C) +T4AF4 112:628.201 JLINK_ReadMemEx(0x080012E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:628.216 -- Read from C cache (2 bytes @ 0x080012E8) +T4AF4 112:628.237 Data: F3 FF +T4AF4 112:628.257 - 0.063ms returns 2 (0x2) +T4AF4 112:628.293 JLINK_ReadMemEx(0x080012EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:628.308 -- Read from C cache (2 bytes @ 0x080012EA) +T4AF4 112:628.329 Data: 01 90 +T4AF4 112:628.349 - 0.063ms returns 2 (0x2) +T4AF4 112:628.365 JLINK_ReadMemEx(0x080012EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 112:628.381 -- Read from C cache (60 bytes @ 0x080012EC) +T4AF4 112:628.402 Data: FF E7 02 98 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 ... +T4AF4 112:628.422 - 0.064ms returns 60 (0x3C) +T4AF4 112:628.439 JLINK_ReadMemEx(0x080012EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 112:628.454 -- Read from C cache (2 bytes @ 0x080012EC) +T4AF4 112:628.474 Data: FF E7 +T4AF4 112:628.495 - 0.063ms returns 2 (0x2) +T54B0 118:053.687 JLINK_ReadMemEx(0x080012EC, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:053.745 -- Read from C cache (2 bytes @ 0x080012EC) +T54B0 118:053.772 Data: FF E7 +T54B0 118:053.797 - 0.119ms returns 2 (0x2) +T54B0 118:053.818 JLINK_HasError() +T54B0 118:053.841 JLINK_Step() +T54B0 118:054.903 -- Read from C cache (2 bytes @ 0x080012EC) +T54B0 118:054.944 -- Simulated +T54B0 118:054.968 - 1.136ms returns 0 +T54B0 118:054.991 JLINK_HasError() +T54B0 118:055.013 JLINK_ReadReg(R15 (PC)) +T54B0 118:055.032 - 0.027ms returns 0x080012EE +T54B0 118:055.052 JLINK_ReadReg(XPSR) +T54B0 118:055.070 - 0.026ms returns 0x61000000 +T54B0 118:055.097 JLINK_HasError() +T54B0 118:055.120 JLINK_Step() +T54B0 118:055.139 -- Read from C cache (2 bytes @ 0x080012EE) +T54B0 118:055.167 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 118:055.193 -- Simulated +T54B0 118:055.217 - 0.105ms returns 0 +T54B0 118:055.236 JLINK_HasError() +T54B0 118:055.255 JLINK_ReadReg(R15 (PC)) +T54B0 118:055.273 - 0.026ms returns 0x080012F0 +T54B0 118:055.293 JLINK_ReadReg(XPSR) +T54B0 118:055.310 - 0.026ms returns 0x61000000 +T54B0 118:055.332 JLINK_ReadMemEx(0x080012F0, 0x3C Bytes, Flags = 0x02000000) +T54B0 118:055.350 -- Read from C cache (60 bytes @ 0x080012F0) +T54B0 118:055.376 Data: 00 68 40 68 C0 07 A8 B9 FF E7 00 F0 E9 FF 01 99 ... +T54B0 118:055.400 - 0.077ms returns 60 (0x3C) +T54B0 118:055.420 JLINK_ReadMemEx(0x080012F0, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:055.438 -- Read from C cache (2 bytes @ 0x080012F0) +T54B0 118:055.463 Data: 00 68 +T54B0 118:055.487 - 0.076ms returns 2 (0x2) +T54B0 118:055.507 JLINK_ReadMemEx(0x080012F2, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:055.525 -- Read from C cache (2 bytes @ 0x080012F2) +T54B0 118:055.550 Data: 40 68 +T54B0 118:055.574 - 0.075ms returns 2 (0x2) +T54B0 118:055.594 JLINK_HasError() +T54B0 118:055.612 JLINK_Step() +T54B0 118:055.631 -- Read from C cache (2 bytes @ 0x080012F0) +T54B0 118:055.663 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 118:057.015 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 118:057.053 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 118:057.080 -- Simulated +T54B0 118:057.105 - 1.501ms returns 0 +T54B0 118:057.127 JLINK_HasError() +T54B0 118:057.148 JLINK_ReadReg(R15 (PC)) +T54B0 118:057.167 - 0.028ms returns 0x080012F2 +T54B0 118:057.187 JLINK_ReadReg(XPSR) +T54B0 118:057.205 - 0.026ms returns 0x61000000 +T54B0 118:057.230 JLINK_ReadMemEx(0x080012F2, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:057.250 -- Read from C cache (2 bytes @ 0x080012F2) +T54B0 118:057.383 Data: 40 68 +T54B0 118:057.408 - 0.187ms returns 2 (0x2) +T54B0 118:057.428 JLINK_ReadMemEx(0x080012F4, 0x3C Bytes, Flags = 0x02000000) +T54B0 118:057.447 -- Read from C cache (60 bytes @ 0x080012F4) +T54B0 118:057.473 Data: C0 07 A8 B9 FF E7 00 F0 E9 FF 01 99 40 1A 0B 28 ... +T54B0 118:057.497 - 0.077ms returns 60 (0x3C) +T54B0 118:057.517 JLINK_ReadMemEx(0x080012F4, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:057.535 -- Read from C cache (2 bytes @ 0x080012F4) +T54B0 118:057.559 Data: C0 07 +T54B0 118:057.584 - 0.075ms returns 2 (0x2) +T54B0 118:057.603 JLINK_HasError() +T54B0 118:057.622 JLINK_Step() +T54B0 118:057.642 -- Read from C cache (2 bytes @ 0x080012F2) +T54B0 118:057.668 -- Not simulated +T54B0 118:057.707 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 118:058.760 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 118:062.689 - 5.114ms returns 0 +T54B0 118:062.752 JLINK_HasError() +T54B0 118:062.773 JLINK_ReadReg(R15 (PC)) +T54B0 118:062.858 - 0.094ms returns 0x080012F4 +T54B0 118:062.878 JLINK_ReadReg(XPSR) +T54B0 118:062.895 - 0.026ms returns 0x61000000 +T54B0 118:062.923 JLINK_ReadMemEx(0x080012F4, 0x3C Bytes, Flags = 0x02000000) +T54B0 118:062.950 CPU_ReadMem(128 bytes @ 0x080012C0) +T54B0 118:064.601 -- Updating C cache (128 bytes @ 0x080012C0) +T54B0 118:064.633 -- Read from C cache (60 bytes @ 0x080012F4) +T54B0 118:064.656 Data: C0 07 A8 B9 FF E7 00 F0 E9 FF 01 99 40 1A 0B 28 ... +T54B0 118:064.676 - 1.760ms returns 60 (0x3C) +T54B0 118:064.695 JLINK_ReadMemEx(0x080012F4, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:064.711 -- Read from C cache (2 bytes @ 0x080012F4) +T54B0 118:064.732 Data: C0 07 +T54B0 118:064.752 - 0.064ms returns 2 (0x2) +T54B0 118:064.769 JLINK_ReadMemEx(0x080012F6, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:064.785 -- Read from C cache (2 bytes @ 0x080012F6) +T54B0 118:064.805 Data: A8 B9 +T54B0 118:064.825 - 0.062ms returns 2 (0x2) +T54B0 118:064.842 JLINK_HasError() +T54B0 118:064.859 JLINK_Step() +T54B0 118:064.876 -- Read from C cache (2 bytes @ 0x080012F4) +T54B0 118:064.898 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 118:066.074 -- Simulated +T54B0 118:066.163 - 1.325ms returns 0 +T54B0 118:066.227 JLINK_HasError() +T54B0 118:066.246 JLINK_ReadReg(R15 (PC)) +T54B0 118:066.267 - 0.029ms returns 0x080012F6 +T54B0 118:066.286 JLINK_ReadReg(XPSR) +T54B0 118:066.303 - 0.025ms returns 0x81000000 +T54B0 118:066.327 JLINK_ReadMemEx(0x080012F6, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:066.347 -- Read from C cache (2 bytes @ 0x080012F6) +T54B0 118:066.372 Data: A8 B9 +T54B0 118:066.396 - 0.077ms returns 2 (0x2) +T54B0 118:066.415 JLINK_ReadMemEx(0x080012F8, 0x3C Bytes, Flags = 0x02000000) +T54B0 118:066.433 -- Read from C cache (60 bytes @ 0x080012F8) +T54B0 118:066.458 Data: FF E7 00 F0 E9 FF 01 99 40 1A 0B 28 0D D3 FF E7 ... +T54B0 118:066.481 - 0.074ms returns 60 (0x3C) +T54B0 118:066.500 JLINK_ReadMemEx(0x080012F8, 0x2 Bytes, Flags = 0x02000000) +T54B0 118:066.518 -- Read from C cache (2 bytes @ 0x080012F8) +T54B0 118:066.542 Data: FF E7 +T54B0 118:066.565 - 0.073ms returns 2 (0x2) +T54B0 118:066.584 JLINK_HasError() +T54B0 118:066.603 JLINK_Step() +T54B0 118:066.621 -- Read from C cache (2 bytes @ 0x080012F6) +T54B0 118:066.647 -- Simulated +T54B0 118:066.670 - 0.075ms returns 0 +T54B0 118:066.689 JLINK_HasError() +T54B0 118:066.707 JLINK_ReadReg(R15 (PC)) +T54B0 118:066.724 - 0.025ms returns 0x08001324 +T54B0 118:066.743 JLINK_ReadReg(XPSR) +T54B0 118:066.760 - 0.025ms returns 0x81000000 +T54B0 118:066.979 JLINK_HasError() +T54B0 118:067.003 JLINK_ReadReg(R0) +T54B0 118:067.021 - 0.026ms returns 0x80000000 +T54B0 118:067.040 JLINK_ReadReg(R1) +T54B0 118:067.057 - 0.025ms returns 0x40006400 +T54B0 118:067.076 JLINK_ReadReg(R2) +T54B0 118:067.093 - 0.025ms returns 0x00000000 +T54B0 118:067.112 JLINK_ReadReg(R3) +T54B0 118:067.129 - 0.025ms returns 0x00000000 +T54B0 118:067.148 JLINK_ReadReg(R4) +T54B0 118:067.165 - 0.025ms returns 0x00000000 +T54B0 118:067.183 JLINK_ReadReg(R5) +T54B0 118:067.200 - 0.030ms returns 0x20000018 +T54B0 118:067.228 JLINK_ReadReg(R6) +T54B0 118:067.246 - 0.025ms returns 0x00000000 +T54B0 118:067.264 JLINK_ReadReg(R7) +T54B0 118:067.281 - 0.025ms returns 0x00000000 +T54B0 118:067.300 JLINK_ReadReg(R8) +T54B0 118:067.317 - 0.025ms returns 0x00000000 +T54B0 118:067.336 JLINK_ReadReg(R9) +T54B0 118:067.353 - 0.025ms returns 0x20000160 +T54B0 118:067.371 JLINK_ReadReg(R10) +T54B0 118:067.388 - 0.027ms returns 0x08006850 +T54B0 118:067.409 JLINK_ReadReg(R11) +T54B0 118:067.426 - 0.025ms returns 0x00000000 +T54B0 118:067.444 JLINK_ReadReg(R12) +T54B0 118:067.461 - 0.025ms returns 0x00000001 +T54B0 118:067.480 JLINK_ReadReg(R13 (SP)) +T54B0 118:067.497 - 0.031ms returns 0x20000F60 +T54B0 118:067.520 JLINK_ReadReg(R14) +T54B0 118:067.534 - 0.021ms returns 0x080012EB +T54B0 118:067.550 JLINK_ReadReg(R15 (PC)) +T54B0 118:067.565 - 0.021ms returns 0x08001324 +T54B0 118:067.580 JLINK_ReadReg(XPSR) +T54B0 118:067.595 - 0.021ms returns 0x81000000 +T54B0 118:067.611 JLINK_ReadReg(MSP) +T54B0 118:067.625 - 0.021ms returns 0x20000F60 +T54B0 118:067.641 JLINK_ReadReg(PSP) +T54B0 118:067.655 - 0.021ms returns 0x20001000 +T54B0 118:067.671 JLINK_ReadReg(CFBP) +T54B0 118:067.685 - 0.021ms returns 0x00000000 +T4AF4 118:068.182 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:068.224 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 118:069.579 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 118:069.617 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 118:069.643 Data: E5 3E 00 08 +T4AF4 118:069.668 - 1.494ms returns 4 (0x4) +T4AF4 118:069.697 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:069.719 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 118:069.744 Data: 00 00 00 00 +T4AF4 118:069.768 - 0.079ms returns 4 (0x4) +T4AF4 118:069.787 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:069.806 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 118:069.831 Data: E5 3E 00 08 +T4AF4 118:069.855 - 0.075ms returns 4 (0x4) +T4AF4 118:069.876 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:069.897 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 118:071.331 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 118:071.407 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 118:071.432 Data: 3B 55 00 08 +T4AF4 118:071.457 - 1.590ms returns 4 (0x4) +T4AF4 118:071.484 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:071.507 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 118:071.532 Data: 00 00 00 00 +T4AF4 118:071.557 - 0.081ms returns 4 (0x4) +T4AF4 118:071.576 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:071.595 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 118:071.620 Data: 3B 55 00 08 +T4AF4 118:071.644 - 0.076ms returns 4 (0x4) +T4AF4 118:071.664 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:071.686 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 118:073.038 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 118:073.153 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 118:073.179 Data: BB 01 00 08 +T4AF4 118:073.204 - 1.548ms returns 4 (0x4) +T4AF4 118:073.238 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:073.259 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 118:073.284 Data: 04 04 00 20 +T4AF4 118:073.309 - 0.079ms returns 4 (0x4) +T4AF4 118:073.329 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:073.348 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 118:073.373 Data: 07 00 00 00 +T4AF4 118:073.397 - 0.076ms returns 4 (0x4) +T4AF4 118:073.961 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:073.989 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 118:075.403 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 118:075.462 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 118:075.487 Data: 00 00 00 00 +T4AF4 118:075.512 - 1.559ms returns 4 (0x4) +T4AF4 118:075.593 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:075.622 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 118:075.651 Data: 00 00 00 00 +T4AF4 118:075.676 - 0.091ms returns 4 (0x4) +T4AF4 118:075.697 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:075.718 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 118:076.954 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 118:076.991 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 118:077.016 Data: 00 00 00 00 +T4AF4 118:077.041 - 1.353ms returns 4 (0x4) +T4AF4 118:077.067 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:077.090 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 118:077.115 Data: 00 00 00 00 +T4AF4 118:077.139 - 0.080ms returns 4 (0x4) +T4AF4 118:077.159 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:077.178 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 118:077.203 Data: 00 00 00 00 +T4AF4 118:077.227 - 0.076ms returns 4 (0x4) +T4AF4 118:077.247 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 118:077.266 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 118:077.293 Data: 00 00 00 00 +T4AF4 118:077.317 - 0.078ms returns 4 (0x4) +T4AF4 118:077.338 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:077.356 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 118:077.381 Data: 00 00 +T4AF4 118:077.405 - 0.075ms returns 2 (0x2) +T4AF4 118:077.474 JLINK_HasError() +T4AF4 118:077.494 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 118:077.516 Data: 40 96 00 00 +T4AF4 118:077.541 Debug reg: DWT_CYCCNT +T4AF4 118:077.565 - 0.079ms returns 1 (0x1) +T4AF4 118:077.796 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 118:077.819 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 118:078.989 Data: 03 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 118:079.023 - 1.235ms returns 28 (0x1C) +T4AF4 118:079.047 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:079.073 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 118:079.453 Data: 00 00 23 01 +T4AF4 118:079.479 - 0.440ms returns 4 (0x4) +T4AF4 118:079.501 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 118:079.521 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 118:080.454 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 118:080.539 - 1.060ms returns 76 (0x4C) +T4AF4 118:080.600 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:080.651 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 118:081.812 Data: 31 C6 E5 4A +T4AF4 118:081.848 - 1.257ms returns 4 (0x4) +T4AF4 118:081.873 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:081.899 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 118:082.321 Data: 01 0E 1C 2A +T4AF4 118:082.346 - 0.481ms returns 4 (0x4) +T4AF4 118:082.368 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:082.389 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 118:082.820 Data: 00 00 00 00 +T4AF4 118:082.845 - 0.485ms returns 4 (0x4) +T4AF4 118:082.866 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:082.887 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 118:083.320 Data: 00 00 00 00 +T4AF4 118:083.346 - 0.488ms returns 4 (0x4) +T4AF4 118:083.367 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:083.388 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 118:083.819 Data: 00 00 00 00 +T4AF4 118:083.844 - 0.486ms returns 4 (0x4) +T4AF4 118:083.866 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:083.886 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 118:084.328 Data: 00 00 00 00 +T4AF4 118:084.357 - 0.499ms returns 4 (0x4) +T4AF4 118:084.379 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 118:084.402 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 118:085.409 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 118:085.493 - 1.122ms returns 108 (0x6C) +T4AF4 118:085.518 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 118:085.543 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 118:085.945 Data: AB AA FD 78 +T4AF4 118:085.979 - 0.470ms returns 4 (0x4) +T4AF4 118:120.737 JLINK_ReadMemEx(0x08001322, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:120.782 -- Read from C cache (2 bytes @ 0x08001322) +T4AF4 118:120.812 Data: E4 E7 +T4AF4 118:120.837 - 0.109ms returns 2 (0x2) +T4AF4 118:120.858 JLINK_ReadMemEx(0x08001324, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:120.885 CPU_ReadMem(64 bytes @ 0x08001340) +T4AF4 118:122.257 -- Updating C cache (64 bytes @ 0x08001340) +T4AF4 118:122.297 -- Read from C cache (60 bytes @ 0x08001324) +T4AF4 118:122.324 Data: 02 98 01 68 08 68 20 F0 02 00 08 60 00 F0 CE FF ... +T4AF4 118:122.349 - 1.499ms returns 60 (0x3C) +T4AF4 118:122.372 JLINK_ReadMemEx(0x08001324, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:122.393 -- Read from C cache (2 bytes @ 0x08001324) +T4AF4 118:122.418 Data: 02 98 +T4AF4 118:122.442 - 0.078ms returns 2 (0x2) +T4AF4 118:122.498 JLINK_ReadMemEx(0x08001324, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:122.517 -- Read from C cache (60 bytes @ 0x08001324) +T4AF4 118:122.543 Data: 02 98 01 68 08 68 20 F0 02 00 08 60 00 F0 CE FF ... +T4AF4 118:122.567 - 0.076ms returns 60 (0x3C) +T4AF4 118:122.586 JLINK_ReadMemEx(0x08001324, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:122.604 -- Read from C cache (2 bytes @ 0x08001324) +T4AF4 118:122.629 Data: 02 98 +T4AF4 118:122.653 - 0.075ms returns 2 (0x2) +T4AF4 118:122.672 JLINK_ReadMemEx(0x08001326, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:122.692 -- Read from C cache (2 bytes @ 0x08001326) +T4AF4 118:122.717 Data: 01 68 +T4AF4 118:122.741 - 0.077ms returns 2 (0x2) +T4AF4 118:122.766 JLINK_ReadMemEx(0x08001326, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:122.785 -- Read from C cache (2 bytes @ 0x08001326) +T4AF4 118:122.815 Data: 01 68 +T4AF4 118:122.836 - 0.077ms returns 2 (0x2) +T4AF4 118:122.853 JLINK_ReadMemEx(0x08001328, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:122.868 -- Read from C cache (60 bytes @ 0x08001328) +T4AF4 118:122.890 Data: 08 68 20 F0 02 00 08 60 00 F0 CE FF 01 90 FF E7 ... +T4AF4 118:122.910 - 0.064ms returns 60 (0x3C) +T4AF4 118:122.926 JLINK_ReadMemEx(0x08001328, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:122.941 -- Read from C cache (2 bytes @ 0x08001328) +T4AF4 118:122.962 Data: 08 68 +T4AF4 118:122.983 - 0.063ms returns 2 (0x2) +T4AF4 118:123.004 JLINK_ReadMemEx(0x08001328, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:123.020 -- Read from C cache (60 bytes @ 0x08001328) +T4AF4 118:123.041 Data: 08 68 20 F0 02 00 08 60 00 F0 CE FF 01 90 FF E7 ... +T4AF4 118:123.062 - 0.064ms returns 60 (0x3C) +T4AF4 118:123.078 JLINK_ReadMemEx(0x08001328, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.093 -- Read from C cache (2 bytes @ 0x08001328) +T4AF4 118:123.114 Data: 08 68 +T4AF4 118:123.136 - 0.065ms returns 2 (0x2) +T4AF4 118:123.152 JLINK_ReadMemEx(0x0800132A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.178 -- Read from C cache (2 bytes @ 0x0800132A) +T4AF4 118:123.204 Data: 20 F0 +T4AF4 118:123.228 - 0.084ms returns 2 (0x2) +T4AF4 118:123.253 JLINK_ReadMemEx(0x0800132A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.271 -- Read from C cache (2 bytes @ 0x0800132A) +T4AF4 118:123.297 Data: 20 F0 +T4AF4 118:123.322 - 0.077ms returns 2 (0x2) +T4AF4 118:123.341 JLINK_ReadMemEx(0x0800132C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:123.359 -- Read from C cache (60 bytes @ 0x0800132C) +T4AF4 118:123.384 Data: 02 00 08 60 00 F0 CE FF 01 90 FF E7 02 98 00 68 ... +T4AF4 118:123.408 - 0.075ms returns 60 (0x3C) +T4AF4 118:123.427 JLINK_ReadMemEx(0x0800132C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.445 -- Read from C cache (2 bytes @ 0x0800132C) +T4AF4 118:123.469 Data: 02 00 +T4AF4 118:123.493 - 0.074ms returns 2 (0x2) +T4AF4 118:123.518 JLINK_ReadMemEx(0x0800132E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.536 -- Read from C cache (2 bytes @ 0x0800132E) +T4AF4 118:123.561 Data: 08 60 +T4AF4 118:123.585 - 0.075ms returns 2 (0x2) +T4AF4 118:123.604 JLINK_ReadMemEx(0x08001330, 0x3C Bytes, Flags = 0x02000000) +T4AF4 118:123.628 -- Read from C cache (60 bytes @ 0x08001330) +T4AF4 118:123.658 Data: 00 F0 CE FF 01 90 FF E7 02 98 00 68 40 68 80 07 ... +T4AF4 118:123.682 - 0.086ms returns 60 (0x3C) +T4AF4 118:123.701 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T4AF4 118:123.719 -- Read from C cache (2 bytes @ 0x08001330) +T4AF4 118:123.743 Data: 00 F0 +T4AF4 118:123.768 - 0.075ms returns 2 (0x2) +T54B0 130:199.799 JLINK_ReadMemEx(0x08001324, 0x2 Bytes, Flags = 0x02000000) +T54B0 130:199.852 -- Read from C cache (2 bytes @ 0x08001324) +T54B0 130:199.878 Data: 02 98 +T54B0 130:199.903 - 0.112ms returns 2 (0x2) +T54B0 130:199.924 JLINK_HasError() +T54B0 130:199.945 JLINK_Step() +T54B0 130:201.034 -- Read from C cache (2 bytes @ 0x08001324) +T54B0 130:201.068 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 130:201.094 -- Simulated +T54B0 130:201.118 - 1.181ms returns 0 +T54B0 130:201.139 JLINK_HasError() +T54B0 130:201.158 JLINK_ReadReg(R15 (PC)) +T54B0 130:201.176 - 0.026ms returns 0x08001326 +T54B0 130:201.196 JLINK_ReadReg(XPSR) +T54B0 130:201.213 - 0.025ms returns 0x81000000 +T54B0 130:201.238 JLINK_HasError() +T54B0 130:201.257 JLINK_Step() +T54B0 130:201.275 -- Read from C cache (2 bytes @ 0x08001326) +T54B0 130:201.306 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 130:201.926 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 130:201.952 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 130:201.977 -- Simulated +T54B0 130:202.001 - 0.752ms returns 0 +T54B0 130:202.021 JLINK_HasError() +T54B0 130:202.040 JLINK_ReadReg(R15 (PC)) +T54B0 130:202.058 - 0.026ms returns 0x08001328 +T54B0 130:202.077 JLINK_ReadReg(XPSR) +T54B0 130:202.094 - 0.025ms returns 0x81000000 +T54B0 130:202.116 JLINK_HasError() +T54B0 130:202.134 JLINK_Step() +T54B0 130:202.153 -- Read from C cache (2 bytes @ 0x08001328) +T54B0 130:202.177 -- Not simulated +T54B0 130:202.218 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 130:206.894 - 4.786ms returns 0 +T54B0 130:206.936 JLINK_HasError() +T54B0 130:206.957 JLINK_ReadReg(R15 (PC)) +T54B0 130:206.978 - 0.030ms returns 0x0800132A +T54B0 130:206.998 JLINK_ReadReg(XPSR) +T54B0 130:207.017 - 0.027ms returns 0x81000000 +T54B0 130:207.045 JLINK_HasError() +T54B0 130:207.065 JLINK_Step() +T54B0 130:207.092 CPU_ReadMem(64 bytes @ 0x08001300) +T54B0 130:208.435 -- Updating C cache (64 bytes @ 0x08001300) +T54B0 130:208.489 -- Read from C cache (2 bytes @ 0x0800132A) +T54B0 130:208.516 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 130:208.923 -- Read from C cache (2 bytes @ 0x0800132C) +T54B0 130:208.952 -- Simulated +T54B0 130:208.976 - 1.920ms returns 0 +T54B0 130:208.998 JLINK_HasError() +T54B0 130:209.018 JLINK_ReadReg(R15 (PC)) +T54B0 130:209.037 - 0.027ms returns 0x0800132E +T54B0 130:209.056 JLINK_ReadReg(XPSR) +T54B0 130:209.073 - 0.025ms returns 0x81000000 +T54B0 130:209.097 JLINK_HasError() +T54B0 130:209.116 JLINK_Step() +T54B0 130:209.134 -- Read from C cache (2 bytes @ 0x0800132E) +T54B0 130:209.160 -- Not simulated +T54B0 130:209.199 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 130:213.861 - 4.767ms returns 0 +T54B0 130:213.898 JLINK_HasError() +T54B0 130:213.918 JLINK_ReadReg(R15 (PC)) +T54B0 130:213.939 - 0.029ms returns 0x08001330 +T54B0 130:213.958 JLINK_ReadReg(XPSR) +T54B0 130:213.976 - 0.026ms returns 0x81000000 +T54B0 130:214.169 JLINK_HasError() +T54B0 130:214.203 JLINK_ReadReg(R0) +T54B0 130:214.225 - 0.031ms returns 0x00010001 +T54B0 130:214.245 JLINK_ReadReg(R1) +T54B0 130:214.262 - 0.025ms returns 0x40006400 +T54B0 130:214.282 JLINK_ReadReg(R2) +T54B0 130:214.299 - 0.025ms returns 0x00000000 +T54B0 130:214.318 JLINK_ReadReg(R3) +T54B0 130:214.338 - 0.029ms returns 0x00000000 +T54B0 130:214.358 JLINK_ReadReg(R4) +T54B0 130:214.375 - 0.025ms returns 0x00000000 +T54B0 130:214.393 JLINK_ReadReg(R5) +T54B0 130:214.410 - 0.025ms returns 0x20000018 +T54B0 130:214.429 JLINK_ReadReg(R6) +T54B0 130:214.448 - 0.027ms returns 0x00000000 +T54B0 130:214.467 JLINK_ReadReg(R7) +T54B0 130:214.484 - 0.025ms returns 0x00000000 +T54B0 130:214.503 JLINK_ReadReg(R8) +T54B0 130:214.531 - 0.036ms returns 0x00000000 +T54B0 130:214.550 JLINK_ReadReg(R9) +T54B0 130:214.567 - 0.025ms returns 0x20000160 +T54B0 130:214.586 JLINK_ReadReg(R10) +T54B0 130:214.603 - 0.025ms returns 0x08006850 +T54B0 130:214.622 JLINK_ReadReg(R11) +T54B0 130:214.638 - 0.025ms returns 0x00000000 +T54B0 130:214.657 JLINK_ReadReg(R12) +T54B0 130:214.674 - 0.025ms returns 0x00000001 +T54B0 130:214.693 JLINK_ReadReg(R13 (SP)) +T54B0 130:214.710 - 0.025ms returns 0x20000F60 +T54B0 130:214.729 JLINK_ReadReg(R14) +T54B0 130:214.746 - 0.025ms returns 0x080012EB +T54B0 130:214.765 JLINK_ReadReg(R15 (PC)) +T54B0 130:214.782 - 0.025ms returns 0x08001330 +T54B0 130:214.800 JLINK_ReadReg(XPSR) +T54B0 130:214.818 - 0.025ms returns 0x81000000 +T54B0 130:214.836 JLINK_ReadReg(MSP) +T54B0 130:214.853 - 0.025ms returns 0x20000F60 +T54B0 130:214.872 JLINK_ReadReg(PSP) +T54B0 130:214.889 - 0.025ms returns 0x20001000 +T54B0 130:214.908 JLINK_ReadReg(CFBP) +T54B0 130:214.925 - 0.025ms returns 0x00000000 +T4AF4 130:215.353 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:215.401 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 130:216.736 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 130:216.774 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 130:216.800 Data: E5 3E 00 08 +T4AF4 130:216.825 - 1.480ms returns 4 (0x4) +T4AF4 130:216.907 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:216.930 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 130:216.955 Data: 00 00 00 00 +T4AF4 130:216.979 - 0.081ms returns 4 (0x4) +T4AF4 130:216.999 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:217.018 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 130:217.042 Data: E5 3E 00 08 +T4AF4 130:217.067 - 0.076ms returns 4 (0x4) +T4AF4 130:217.088 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:217.109 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 130:218.430 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 130:218.478 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 130:218.507 Data: 3B 55 00 08 +T4AF4 130:218.532 - 1.452ms returns 4 (0x4) +T4AF4 130:218.560 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:218.583 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 130:218.608 Data: 00 00 00 00 +T4AF4 130:218.632 - 0.081ms returns 4 (0x4) +T4AF4 130:218.652 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:218.671 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 130:218.696 Data: 3B 55 00 08 +T4AF4 130:218.720 - 0.076ms returns 4 (0x4) +T4AF4 130:218.741 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:218.762 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 130:220.058 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 130:220.095 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 130:220.121 Data: BB 01 00 08 +T4AF4 130:220.146 - 1.413ms returns 4 (0x4) +T4AF4 130:220.180 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:220.204 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 130:220.229 Data: 04 04 00 20 +T4AF4 130:220.253 - 0.081ms returns 4 (0x4) +T4AF4 130:220.273 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:220.292 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 130:220.317 Data: 07 00 00 00 +T4AF4 130:220.341 - 0.076ms returns 4 (0x4) +T4AF4 130:220.386 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:220.408 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 130:221.733 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 130:221.770 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 130:221.795 Data: 00 00 00 00 +T4AF4 130:221.820 - 1.443ms returns 4 (0x4) +T4AF4 130:221.846 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:221.868 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 130:221.893 Data: 00 00 00 00 +T4AF4 130:221.918 - 0.079ms returns 4 (0x4) +T4AF4 130:221.938 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:221.966 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 130:223.310 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 130:223.348 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 130:223.374 Data: 00 00 00 00 +T4AF4 130:223.399 - 1.469ms returns 4 (0x4) +T4AF4 130:223.425 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:223.447 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 130:223.473 Data: 00 00 00 00 +T4AF4 130:223.497 - 0.080ms returns 4 (0x4) +T4AF4 130:223.517 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:223.536 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 130:223.561 Data: 00 00 00 00 +T4AF4 130:223.585 - 0.076ms returns 4 (0x4) +T4AF4 130:223.605 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 130:223.624 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 130:223.649 Data: 00 00 00 00 +T4AF4 130:223.674 - 0.076ms returns 4 (0x4) +T4AF4 130:223.695 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:223.713 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 130:223.738 Data: 00 00 +T4AF4 130:223.762 - 0.076ms returns 2 (0x2) +T4AF4 130:223.836 JLINK_HasError() +T4AF4 130:223.856 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 130:223.879 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 130:225.047 Data: 4D 96 00 00 +T4AF4 130:225.139 Debug reg: DWT_CYCCNT +T4AF4 130:225.200 - 1.352ms returns 1 (0x1) +T4AF4 130:225.421 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 130:225.449 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 130:226.784 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 130:226.868 - 1.455ms returns 28 (0x1C) +T4AF4 130:226.893 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:226.918 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 130:227.297 Data: 00 00 23 01 +T4AF4 130:227.323 - 0.438ms returns 4 (0x4) +T4AF4 130:227.344 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 130:227.365 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 130:228.313 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 130:228.396 - 1.060ms returns 76 (0x4C) +T4AF4 130:228.421 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:228.446 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 130:229.552 Data: 31 C6 E5 4A +T4AF4 130:229.600 - 1.188ms returns 4 (0x4) +T4AF4 130:229.627 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:229.653 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 130:230.184 Data: 01 0E 1C 2A +T4AF4 130:230.209 - 0.591ms returns 4 (0x4) +T4AF4 130:230.231 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:230.252 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 130:230.671 Data: 00 00 00 00 +T4AF4 130:230.697 - 0.474ms returns 4 (0x4) +T4AF4 130:230.718 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:230.739 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 130:231.170 Data: 00 00 00 00 +T4AF4 130:231.195 - 0.486ms returns 4 (0x4) +T4AF4 130:231.217 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:231.237 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 130:231.669 Data: 00 00 00 00 +T4AF4 130:231.695 - 0.486ms returns 4 (0x4) +T4AF4 130:231.716 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:231.737 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 130:232.170 Data: 00 00 00 00 +T4AF4 130:232.195 - 0.487ms returns 4 (0x4) +T4AF4 130:232.216 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 130:232.237 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 130:233.276 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 130:233.301 - 1.093ms returns 108 (0x6C) +T4AF4 130:233.323 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 130:233.344 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 130:233.795 Data: AB AA FD 78 +T4AF4 130:233.820 - 0.506ms returns 4 (0x4) +T4AF4 130:461.657 JLINK_ReadMemEx(0x08001324, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:461.718 CPU_ReadMem(128 bytes @ 0x08001300) +T4AF4 130:463.420 -- Updating C cache (128 bytes @ 0x08001300) +T4AF4 130:463.456 -- Read from C cache (60 bytes @ 0x08001324) +T4AF4 130:463.483 Data: 02 98 01 68 08 68 20 F0 02 00 08 60 00 F0 CE FF ... +T4AF4 130:463.507 - 1.859ms returns 60 (0x3C) +T4AF4 130:463.529 JLINK_ReadMemEx(0x08001324, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:463.549 -- Read from C cache (2 bytes @ 0x08001324) +T4AF4 130:463.574 Data: 02 98 +T4AF4 130:463.599 - 0.077ms returns 2 (0x2) +T4AF4 130:463.619 JLINK_ReadMemEx(0x08001326, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:463.637 -- Read from C cache (2 bytes @ 0x08001326) +T4AF4 130:463.662 Data: 01 68 +T4AF4 130:463.687 - 0.076ms returns 2 (0x2) +T4AF4 130:463.707 JLINK_ReadMemEx(0x08001326, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:463.726 -- Read from C cache (2 bytes @ 0x08001326) +T4AF4 130:463.751 Data: 01 68 +T4AF4 130:463.775 - 0.076ms returns 2 (0x2) +T4AF4 130:463.794 JLINK_ReadMemEx(0x08001328, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:463.813 -- Read from C cache (60 bytes @ 0x08001328) +T4AF4 130:463.838 Data: 08 68 20 F0 02 00 08 60 00 F0 CE FF 01 90 FF E7 ... +T4AF4 130:463.862 - 0.076ms returns 60 (0x3C) +T4AF4 130:463.881 JLINK_ReadMemEx(0x08001328, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:463.899 -- Read from C cache (2 bytes @ 0x08001328) +T4AF4 130:463.924 Data: 08 68 +T4AF4 130:463.948 - 0.075ms returns 2 (0x2) +T4AF4 130:463.968 JLINK_ReadMemEx(0x08001328, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:463.986 -- Read from C cache (60 bytes @ 0x08001328) +T4AF4 130:464.012 Data: 08 68 20 F0 02 00 08 60 00 F0 CE FF 01 90 FF E7 ... +T4AF4 130:464.036 - 0.076ms returns 60 (0x3C) +T4AF4 130:464.055 JLINK_ReadMemEx(0x08001328, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.073 -- Read from C cache (2 bytes @ 0x08001328) +T4AF4 130:464.097 Data: 08 68 +T4AF4 130:464.121 - 0.075ms returns 2 (0x2) +T4AF4 130:464.141 JLINK_ReadMemEx(0x0800132A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.159 -- Read from C cache (2 bytes @ 0x0800132A) +T4AF4 130:464.184 Data: 20 F0 +T4AF4 130:464.208 - 0.075ms returns 2 (0x2) +T4AF4 130:464.227 JLINK_ReadMemEx(0x0800132A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.245 -- Read from C cache (2 bytes @ 0x0800132A) +T4AF4 130:464.278 Data: 20 F0 +T4AF4 130:464.302 - 0.083ms returns 2 (0x2) +T4AF4 130:464.323 JLINK_ReadMemEx(0x0800132C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:464.341 -- Read from C cache (60 bytes @ 0x0800132C) +T4AF4 130:464.366 Data: 02 00 08 60 00 F0 CE FF 01 90 FF E7 02 98 00 68 ... +T4AF4 130:464.390 - 0.075ms returns 60 (0x3C) +T4AF4 130:464.409 JLINK_ReadMemEx(0x0800132C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.427 -- Read from C cache (2 bytes @ 0x0800132C) +T4AF4 130:464.452 Data: 02 00 +T4AF4 130:464.476 - 0.075ms returns 2 (0x2) +T4AF4 130:464.496 JLINK_ReadMemEx(0x0800132E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.514 -- Read from C cache (2 bytes @ 0x0800132E) +T4AF4 130:464.538 Data: 08 60 +T4AF4 130:464.562 - 0.075ms returns 2 (0x2) +T4AF4 130:464.582 JLINK_ReadMemEx(0x08001330, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:464.600 -- Read from C cache (60 bytes @ 0x08001330) +T4AF4 130:464.625 Data: 00 F0 CE FF 01 90 FF E7 02 98 00 68 40 68 80 07 ... +T4AF4 130:464.649 - 0.076ms returns 60 (0x3C) +T4AF4 130:464.668 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.686 -- Read from C cache (2 bytes @ 0x08001330) +T4AF4 130:464.711 Data: 00 F0 +T4AF4 130:464.735 - 0.075ms returns 2 (0x2) +T4AF4 130:464.782 JLINK_ReadMemEx(0x08001330, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:464.801 -- Read from C cache (60 bytes @ 0x08001330) +T4AF4 130:464.828 Data: 00 F0 CE FF 01 90 FF E7 02 98 00 68 40 68 80 07 ... +T4AF4 130:464.852 - 0.078ms returns 60 (0x3C) +T4AF4 130:464.872 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.890 -- Read from C cache (2 bytes @ 0x08001330) +T4AF4 130:464.920 Data: 00 F0 +T4AF4 130:464.940 - 0.080ms returns 2 (0x2) +T4AF4 130:464.963 JLINK_ReadMemEx(0x08001332, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:464.979 -- Read from C cache (2 bytes @ 0x08001332) +T4AF4 130:465.000 Data: CE FF +T4AF4 130:465.021 - 0.064ms returns 2 (0x2) +T4AF4 130:465.054 JLINK_ReadMemEx(0x08001334, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:465.069 -- Read from C cache (60 bytes @ 0x08001334) +T4AF4 130:465.091 Data: 01 90 FF E7 02 98 00 68 40 68 80 07 00 28 15 D5 ... +T4AF4 130:465.112 - 0.065ms returns 60 (0x3C) +T4AF4 130:465.128 JLINK_ReadMemEx(0x08001334, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:465.143 -- Read from C cache (2 bytes @ 0x08001334) +T4AF4 130:465.164 Data: 01 90 +T4AF4 130:465.185 - 0.064ms returns 2 (0x2) +T4AF4 130:465.201 JLINK_ReadMemEx(0x08001336, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:465.217 -- Read from C cache (2 bytes @ 0x08001336) +T4AF4 130:465.238 Data: FF E7 +T4AF4 130:465.258 - 0.069ms returns 2 (0x2) +T4AF4 130:465.285 JLINK_ReadMemEx(0x08001336, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:465.370 -- Read from C cache (2 bytes @ 0x08001336) +T4AF4 130:465.395 Data: FF E7 +T4AF4 130:465.420 - 0.143ms returns 2 (0x2) +T4AF4 130:465.440 JLINK_ReadMemEx(0x08001338, 0x3C Bytes, Flags = 0x02000000) +T4AF4 130:465.458 -- Read from C cache (60 bytes @ 0x08001338) +T4AF4 130:465.483 Data: 02 98 00 68 40 68 80 07 00 28 15 D5 FF E7 00 F0 ... +T4AF4 130:465.507 - 0.075ms returns 60 (0x3C) +T4AF4 130:465.526 JLINK_ReadMemEx(0x08001338, 0x2 Bytes, Flags = 0x02000000) +T4AF4 130:465.544 -- Read from C cache (2 bytes @ 0x08001338) +T4AF4 130:465.569 Data: 02 98 +T4AF4 130:465.593 - 0.074ms returns 2 (0x2) +T54B0 140:831.182 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T54B0 140:831.234 -- Read from C cache (2 bytes @ 0x08001330) +T54B0 140:831.261 Data: 00 F0 +T54B0 140:831.287 - 0.113ms returns 2 (0x2) +T54B0 140:831.307 JLINK_HasError() +T54B0 140:831.328 JLINK_SetBPEx(Addr = 0x08001334, Type = 0xFFFFFFF2) +T54B0 140:831.353 - 0.033ms returns 0x00000008 +T54B0 140:831.373 JLINK_HasError() +T54B0 140:831.391 JLINK_HasError() +T54B0 140:831.410 JLINK_Go() +T54B0 140:832.510 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 140:832.979 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 140:833.729 - 2.329ms +T54B0 140:933.881 JLINK_HasError() +T54B0 140:933.971 JLINK_IsHalted() +T54B0 140:937.260 - 3.333ms returns TRUE +T54B0 140:937.336 JLINK_HasError() +T54B0 140:937.377 JLINK_Halt() +T54B0 140:937.392 - 0.021ms returns 0x00 +T54B0 140:937.408 JLINK_IsHalted() +T54B0 140:937.422 - 0.020ms returns TRUE +T54B0 140:937.438 JLINK_IsHalted() +T54B0 140:937.452 - 0.020ms returns TRUE +T54B0 140:937.467 JLINK_IsHalted() +T54B0 140:937.481 - 0.020ms returns TRUE +T54B0 140:937.497 JLINK_HasError() +T54B0 140:937.514 JLINK_ReadReg(R15 (PC)) +T54B0 140:937.531 - 0.025ms returns 0x08001334 +T54B0 140:937.548 JLINK_ReadReg(XPSR) +T54B0 140:937.562 - 0.021ms returns 0x81000000 +T54B0 140:937.581 JLINK_HasError() +T54B0 140:937.597 JLINK_ClrBPEx(BPHandle = 0x00000008) +T54B0 140:937.612 - 0.022ms returns 0x00 +T54B0 140:937.628 JLINK_HasError() +T54B0 140:937.644 JLINK_HasError() +T54B0 140:937.660 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 140:937.683 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 140:938.756 Data: 03 00 00 00 +T54B0 140:938.822 - 1.183ms returns 1 (0x1) +T54B0 140:938.872 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 140:938.922 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 140:939.345 Data: 00 00 00 00 +T54B0 140:939.370 Debug reg: DWT_FUNC[0] +T54B0 140:939.394 - 0.530ms returns 1 (0x1) +T54B0 140:939.413 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 140:939.434 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 140:939.842 Data: 00 02 00 00 +T54B0 140:939.867 Debug reg: DWT_FUNC[1] +T54B0 140:939.891 - 0.487ms returns 1 (0x1) +T54B0 140:939.912 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 140:939.932 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 140:940.339 Data: 00 00 00 00 +T54B0 140:940.360 Debug reg: DWT_FUNC[2] +T54B0 140:940.380 - 0.474ms returns 1 (0x1) +T54B0 140:940.402 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 140:940.423 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 140:940.834 Data: 00 00 00 00 +T54B0 140:940.855 Debug reg: DWT_FUNC[3] +T54B0 140:940.875 - 0.480ms returns 1 (0x1) +T54B0 140:940.897 JLINK_HasError() +T54B0 140:940.913 JLINK_Step() +T54B0 140:940.933 CPU_ReadMem(64 bytes @ 0x08001300) +T54B0 140:941.460 -- Updating C cache (64 bytes @ 0x08001300) +T54B0 140:941.482 -- Read from C cache (2 bytes @ 0x08001334) +T54B0 140:941.508 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 140:941.962 CPU_WriteMem(4 bytes @ 0x20000F64) +T54B0 140:942.334 -- Simulated +T54B0 140:942.355 - 1.449ms returns 0 +T54B0 140:942.372 JLINK_HasError() +T54B0 140:942.388 JLINK_ReadReg(R15 (PC)) +T54B0 140:942.404 - 0.022ms returns 0x08001336 +T54B0 140:942.420 JLINK_ReadReg(XPSR) +T54B0 140:942.435 - 0.021ms returns 0x81000000 +T54B0 140:942.741 JLINK_HasError() +T54B0 140:942.761 JLINK_ReadReg(R0) +T54B0 140:942.779 - 0.026ms returns 0x00000008 +T54B0 140:942.798 JLINK_ReadReg(R1) +T54B0 140:942.815 - 0.025ms returns 0x40006400 +T54B0 140:942.834 JLINK_ReadReg(R2) +T54B0 140:942.851 - 0.025ms returns 0x00000000 +T54B0 140:942.870 JLINK_ReadReg(R3) +T54B0 140:942.887 - 0.025ms returns 0x00000000 +T54B0 140:942.906 JLINK_ReadReg(R4) +T54B0 140:942.923 - 0.025ms returns 0x00000000 +T54B0 140:942.942 JLINK_ReadReg(R5) +T54B0 140:942.959 - 0.025ms returns 0x20000018 +T54B0 140:942.978 JLINK_ReadReg(R6) +T54B0 140:942.995 - 0.025ms returns 0x00000000 +T54B0 140:943.014 JLINK_ReadReg(R7) +T54B0 140:943.030 - 0.025ms returns 0x00000000 +T54B0 140:943.049 JLINK_ReadReg(R8) +T54B0 140:943.066 - 0.025ms returns 0x00000000 +T54B0 140:943.085 JLINK_ReadReg(R9) +T54B0 140:943.102 - 0.025ms returns 0x20000160 +T54B0 140:943.121 JLINK_ReadReg(R10) +T54B0 140:943.138 - 0.025ms returns 0x08006850 +T54B0 140:943.156 JLINK_ReadReg(R11) +T54B0 140:943.173 - 0.025ms returns 0x00000000 +T54B0 140:943.192 JLINK_ReadReg(R12) +T54B0 140:943.209 - 0.025ms returns 0x00000001 +T54B0 140:943.228 JLINK_ReadReg(R13 (SP)) +T54B0 140:943.245 - 0.025ms returns 0x20000F60 +T54B0 140:943.264 JLINK_ReadReg(R14) +T54B0 140:943.281 - 0.025ms returns 0x08001335 +T54B0 140:943.300 JLINK_ReadReg(R15 (PC)) +T54B0 140:943.316 - 0.025ms returns 0x08001336 +T54B0 140:943.335 JLINK_ReadReg(XPSR) +T54B0 140:943.352 - 0.025ms returns 0x81000000 +T54B0 140:943.371 JLINK_ReadReg(MSP) +T54B0 140:943.388 - 0.025ms returns 0x20000F60 +T54B0 140:943.407 JLINK_ReadReg(PSP) +T54B0 140:943.423 - 0.025ms returns 0x20001000 +T54B0 140:943.442 JLINK_ReadReg(CFBP) +T54B0 140:943.459 - 0.025ms returns 0x00000000 +T4AF4 140:943.963 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:944.016 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 140:945.434 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 140:945.528 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 140:945.554 Data: E5 3E 00 08 +T4AF4 140:945.582 - 1.627ms returns 4 (0x4) +T4AF4 140:945.612 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:945.635 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 140:945.660 Data: 00 00 00 00 +T4AF4 140:945.685 - 0.081ms returns 4 (0x4) +T4AF4 140:945.705 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:945.724 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 140:945.748 Data: E5 3E 00 08 +T4AF4 140:945.772 - 0.076ms returns 4 (0x4) +T4AF4 140:945.794 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:945.815 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 140:947.184 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 140:947.268 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 140:947.293 Data: 3B 55 00 08 +T4AF4 140:947.318 - 1.533ms returns 4 (0x4) +T4AF4 140:947.346 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:947.370 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 140:947.395 Data: 00 00 00 00 +T4AF4 140:947.420 - 0.081ms returns 4 (0x4) +T4AF4 140:947.439 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:947.465 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 140:947.494 Data: 3B 55 00 08 +T4AF4 140:947.519 - 0.088ms returns 4 (0x4) +T4AF4 140:947.540 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:947.567 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 140:948.911 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 140:948.949 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 140:948.975 Data: BB 01 00 08 +T4AF4 140:949.000 - 1.468ms returns 4 (0x4) +T4AF4 140:949.039 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:949.062 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 140:949.088 Data: 04 04 00 20 +T4AF4 140:949.112 - 0.081ms returns 4 (0x4) +T4AF4 140:949.132 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:949.154 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 140:949.179 Data: 08 00 00 00 +T4AF4 140:949.203 - 0.079ms returns 4 (0x4) +T4AF4 140:949.890 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:949.919 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 140:951.307 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 140:951.389 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 140:951.414 Data: 00 00 00 00 +T4AF4 140:951.439 - 1.557ms returns 4 (0x4) +T4AF4 140:951.465 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:951.487 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 140:951.512 Data: 00 00 00 00 +T4AF4 140:951.536 - 0.079ms returns 4 (0x4) +T4AF4 140:951.558 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:951.579 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 140:952.901 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 140:952.938 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 140:952.964 Data: 00 00 00 00 +T4AF4 140:952.988 - 1.439ms returns 4 (0x4) +T4AF4 140:953.014 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:953.037 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 140:953.062 Data: 00 00 00 00 +T4AF4 140:953.086 - 0.080ms returns 4 (0x4) +T4AF4 140:953.106 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:953.126 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 140:953.152 Data: 00 00 00 00 +T4AF4 140:953.176 - 0.078ms returns 4 (0x4) +T4AF4 140:953.196 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 140:953.215 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 140:953.240 Data: 00 00 00 00 +T4AF4 140:953.264 - 0.076ms returns 4 (0x4) +T4AF4 140:953.285 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 140:953.304 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 140:953.329 Data: 00 00 +T4AF4 140:953.353 - 0.076ms returns 2 (0x2) +T4AF4 140:953.424 JLINK_HasError() +T4AF4 140:953.445 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 140:953.466 Data: C4 97 00 00 +T4AF4 140:953.491 Debug reg: DWT_CYCCNT +T4AF4 140:953.515 - 0.078ms returns 1 (0x1) +T4AF4 140:953.725 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 140:953.749 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 140:955.074 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 140:955.158 - 1.441ms returns 28 (0x1C) +T4AF4 140:955.184 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:955.209 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 140:955.606 Data: 00 00 23 01 +T4AF4 140:955.632 - 0.456ms returns 4 (0x4) +T4AF4 140:955.653 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 140:955.674 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 140:956.659 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 140:956.744 - 1.119ms returns 76 (0x4C) +T4AF4 140:956.787 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:956.809 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 140:957.927 Data: 31 C6 E5 4A +T4AF4 140:957.964 - 1.185ms returns 4 (0x4) +T4AF4 140:957.989 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:958.019 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 140:958.462 Data: 01 0E 1C 2A +T4AF4 140:958.488 - 0.507ms returns 4 (0x4) +T4AF4 140:958.509 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:958.530 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 140:958.962 Data: 00 00 00 00 +T4AF4 140:958.988 - 0.486ms returns 4 (0x4) +T4AF4 140:959.013 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:959.034 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 140:959.464 Data: 00 00 00 00 +T4AF4 140:959.489 - 0.485ms returns 4 (0x4) +T4AF4 140:959.522 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:959.543 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 140:959.975 Data: 00 00 00 00 +T4AF4 140:960.003 - 0.489ms returns 4 (0x4) +T4AF4 140:960.028 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:960.051 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 140:960.471 Data: 00 00 00 00 +T4AF4 140:960.496 - 0.476ms returns 4 (0x4) +T4AF4 140:960.521 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 140:960.543 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 140:961.657 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 140:961.748 - 1.235ms returns 108 (0x6C) +T4AF4 140:961.783 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 140:961.805 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 140:962.887 Data: AB AA FD 78 +T4AF4 140:962.923 - 1.148ms returns 4 (0x4) +T4AF4 140:995.620 JLINK_ReadMemEx(0x08001336, 0x2 Bytes, Flags = 0x02000000) +T4AF4 140:995.673 -- Read from C cache (2 bytes @ 0x08001336) +T4AF4 140:995.699 Data: FF E7 +T4AF4 140:995.725 - 0.113ms returns 2 (0x2) +T4AF4 140:995.745 JLINK_ReadMemEx(0x08001338, 0x3C Bytes, Flags = 0x02000000) +T4AF4 140:995.773 CPU_ReadMem(64 bytes @ 0x08001340) +T4AF4 140:997.190 -- Updating C cache (64 bytes @ 0x08001340) +T4AF4 140:997.285 -- Read from C cache (60 bytes @ 0x08001338) +T4AF4 140:997.341 Data: 02 98 00 68 40 68 80 07 00 28 15 D5 FF E7 00 F0 ... +T4AF4 140:997.365 - 1.628ms returns 60 (0x3C) +T4AF4 140:997.388 JLINK_ReadMemEx(0x08001338, 0x2 Bytes, Flags = 0x02000000) +T4AF4 140:997.407 -- Read from C cache (2 bytes @ 0x08001338) +T4AF4 140:997.432 Data: 02 98 +T4AF4 140:997.457 - 0.077ms returns 2 (0x2) +T4AF4 140:997.488 JLINK_ReadMemEx(0x08001338, 0x3C Bytes, Flags = 0x02000000) +T4AF4 140:997.506 -- Read from C cache (60 bytes @ 0x08001338) +T4AF4 140:997.534 Data: 02 98 00 68 40 68 80 07 00 28 15 D5 FF E7 00 F0 ... +T4AF4 140:997.568 - 0.088ms returns 60 (0x3C) +T4AF4 140:997.589 JLINK_ReadMemEx(0x08001338, 0x2 Bytes, Flags = 0x02000000) +T4AF4 140:997.608 -- Read from C cache (2 bytes @ 0x08001338) +T4AF4 140:997.632 Data: 02 98 +T4AF4 140:997.657 - 0.075ms returns 2 (0x2) +T4AF4 140:997.676 JLINK_ReadMemEx(0x0800133A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 140:997.694 -- Read from C cache (2 bytes @ 0x0800133A) +T4AF4 140:997.719 Data: 00 68 +T4AF4 140:997.743 - 0.075ms returns 2 (0x2) +T4AF4 141:004.072 JLINK_ReadMemEx(0x0800132E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.104 -- Read from C cache (2 bytes @ 0x0800132E) +T4AF4 141:004.130 Data: 08 60 +T4AF4 141:004.158 - 0.092ms returns 2 (0x2) +T4AF4 141:004.175 JLINK_ReadMemEx(0x08001330, 0x3C Bytes, Flags = 0x02000000) +T4AF4 141:004.190 -- Read from C cache (60 bytes @ 0x08001330) +T4AF4 141:004.212 Data: 00 F0 CE FF 01 90 FF E7 02 98 00 68 40 68 80 07 ... +T4AF4 141:004.232 - 0.064ms returns 60 (0x3C) +T4AF4 141:004.249 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.264 -- Read from C cache (2 bytes @ 0x08001330) +T4AF4 141:004.285 Data: 00 F0 +T4AF4 141:004.305 - 0.063ms returns 2 (0x2) +T4AF4 141:004.331 JLINK_ReadMemEx(0x08001330, 0x3C Bytes, Flags = 0x02000000) +T4AF4 141:004.347 -- Read from C cache (60 bytes @ 0x08001330) +T4AF4 141:004.368 Data: 00 F0 CE FF 01 90 FF E7 02 98 00 68 40 68 80 07 ... +T4AF4 141:004.389 - 0.064ms returns 60 (0x3C) +T4AF4 141:004.405 JLINK_ReadMemEx(0x08001330, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.427 -- Read from C cache (2 bytes @ 0x08001330) +T4AF4 141:004.451 Data: 00 F0 +T4AF4 141:004.472 - 0.074ms returns 2 (0x2) +T4AF4 141:004.489 JLINK_ReadMemEx(0x08001332, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.504 -- Read from C cache (2 bytes @ 0x08001332) +T4AF4 141:004.525 Data: CE FF +T4AF4 141:004.545 - 0.063ms returns 2 (0x2) +T4AF4 141:004.579 JLINK_ReadMemEx(0x08001334, 0x3C Bytes, Flags = 0x02000000) +T4AF4 141:004.602 -- Read from C cache (60 bytes @ 0x08001334) +T4AF4 141:004.624 Data: 01 90 FF E7 02 98 00 68 40 68 80 07 00 28 15 D5 ... +T4AF4 141:004.647 - 0.086ms returns 60 (0x3C) +T4AF4 141:004.675 JLINK_ReadMemEx(0x08001334, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.691 -- Read from C cache (2 bytes @ 0x08001334) +T4AF4 141:004.720 Data: 01 90 +T4AF4 141:004.744 - 0.077ms returns 2 (0x2) +T4AF4 141:004.763 JLINK_ReadMemEx(0x08001336, 0x2 Bytes, Flags = 0x02000000) +T4AF4 141:004.781 -- Read from C cache (2 bytes @ 0x08001336) +T4AF4 141:004.806 Data: FF E7 +T4AF4 141:004.830 - 0.075ms returns 2 (0x2) +T54B0 143:454.404 JLINK_ReadMemEx(0x08001336, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:454.465 -- Read from C cache (2 bytes @ 0x08001336) +T54B0 143:454.490 Data: FF E7 +T54B0 143:454.515 - 0.120ms returns 2 (0x2) +T54B0 143:454.537 JLINK_HasError() +T54B0 143:454.558 JLINK_Step() +T54B0 143:455.598 -- Read from C cache (2 bytes @ 0x08001336) +T54B0 143:455.637 -- Simulated +T54B0 143:455.668 - 1.119ms returns 0 +T54B0 143:455.697 JLINK_HasError() +T54B0 143:455.724 JLINK_ReadReg(R15 (PC)) +T54B0 143:455.743 - 0.028ms returns 0x08001338 +T54B0 143:455.763 JLINK_ReadReg(XPSR) +T54B0 143:455.781 - 0.026ms returns 0x81000000 +T54B0 143:455.808 JLINK_HasError() +T54B0 143:455.827 JLINK_Step() +T54B0 143:455.845 -- Read from C cache (2 bytes @ 0x08001338) +T54B0 143:455.873 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 143:455.898 -- Simulated +T54B0 143:455.922 - 0.102ms returns 0 +T54B0 143:455.940 JLINK_HasError() +T54B0 143:455.959 JLINK_ReadReg(R15 (PC)) +T54B0 143:455.977 - 0.026ms returns 0x0800133A +T54B0 143:455.996 JLINK_ReadReg(XPSR) +T54B0 143:456.013 - 0.025ms returns 0x81000000 +T54B0 143:456.034 JLINK_ReadMemEx(0x0800133A, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:456.053 -- Read from C cache (2 bytes @ 0x0800133A) +T54B0 143:456.077 Data: 00 68 +T54B0 143:456.101 - 0.075ms returns 2 (0x2) +T54B0 143:456.120 JLINK_ReadMemEx(0x0800133C, 0x3C Bytes, Flags = 0x02000000) +T54B0 143:456.140 -- Read from C cache (60 bytes @ 0x0800133C) +T54B0 143:456.165 Data: 40 68 80 07 00 28 15 D5 FF E7 00 F0 C3 FF 01 99 ... +T54B0 143:456.188 - 0.076ms returns 60 (0x3C) +T54B0 143:456.207 JLINK_ReadMemEx(0x0800133C, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:456.225 -- Read from C cache (2 bytes @ 0x0800133C) +T54B0 143:456.249 Data: 40 68 +T54B0 143:456.272 - 0.073ms returns 2 (0x2) +T54B0 143:456.292 JLINK_HasError() +T54B0 143:456.312 JLINK_Step() +T54B0 143:456.330 -- Read from C cache (2 bytes @ 0x0800133A) +T54B0 143:456.361 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 143:457.631 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 143:457.669 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 143:457.696 -- Simulated +T54B0 143:457.720 - 1.417ms returns 0 +T54B0 143:457.743 JLINK_HasError() +T54B0 143:457.762 JLINK_ReadReg(R15 (PC)) +T54B0 143:457.782 - 0.028ms returns 0x0800133C +T54B0 143:457.802 JLINK_ReadReg(XPSR) +T54B0 143:457.819 - 0.026ms returns 0x81000000 +T54B0 143:457.844 JLINK_ReadMemEx(0x0800133C, 0x3C Bytes, Flags = 0x02000000) +T54B0 143:457.864 -- Read from C cache (60 bytes @ 0x0800133C) +T54B0 143:457.889 Data: 40 68 80 07 00 28 15 D5 FF E7 00 F0 C3 FF 01 99 ... +T54B0 143:457.914 - 0.078ms returns 60 (0x3C) +T54B0 143:457.933 JLINK_ReadMemEx(0x0800133C, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:457.951 -- Read from C cache (2 bytes @ 0x0800133C) +T54B0 143:457.976 Data: 40 68 +T54B0 143:458.000 - 0.075ms returns 2 (0x2) +T54B0 143:458.020 JLINK_ReadMemEx(0x0800133E, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:458.052 -- Read from C cache (2 bytes @ 0x0800133E) +T54B0 143:458.077 Data: 80 07 +T54B0 143:458.101 - 0.090ms returns 2 (0x2) +T54B0 143:458.122 JLINK_HasError() +T54B0 143:458.141 JLINK_Step() +T54B0 143:458.160 -- Read from C cache (2 bytes @ 0x0800133C) +T54B0 143:458.186 -- Not simulated +T54B0 143:458.226 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 143:459.263 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 143:463.215 - 5.094ms returns 0 +T54B0 143:463.263 JLINK_HasError() +T54B0 143:463.294 JLINK_ReadReg(R15 (PC)) +T54B0 143:463.314 - 0.039ms returns 0x0800133E +T54B0 143:463.338 JLINK_ReadReg(XPSR) +T54B0 143:463.356 - 0.026ms returns 0x81000000 +T54B0 143:463.454 JLINK_ReadMemEx(0x0800133E, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:463.494 CPU_ReadMem(64 bytes @ 0x08001300) +T54B0 143:464.896 -- Updating C cache (64 bytes @ 0x08001300) +T54B0 143:464.984 -- Read from C cache (2 bytes @ 0x0800133E) +T54B0 143:465.010 Data: 80 07 +T54B0 143:465.035 - 1.590ms returns 2 (0x2) +T54B0 143:465.059 JLINK_ReadMemEx(0x08001340, 0x3C Bytes, Flags = 0x02000000) +T54B0 143:465.081 CPU_ReadMem(64 bytes @ 0x08001340) +T54B0 143:466.406 -- Updating C cache (64 bytes @ 0x08001340) +T54B0 143:466.454 -- Read from C cache (60 bytes @ 0x08001340) +T54B0 143:466.492 Data: 00 28 15 D5 FF E7 00 F0 C3 FF 01 99 40 1A 0B 28 ... +T54B0 143:466.524 - 1.473ms returns 60 (0x3C) +T54B0 143:466.546 JLINK_ReadMemEx(0x08001340, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:466.566 -- Read from C cache (2 bytes @ 0x08001340) +T54B0 143:466.590 Data: 00 28 +T54B0 143:466.614 - 0.076ms returns 2 (0x2) +T54B0 143:466.635 JLINK_HasError() +T54B0 143:466.654 JLINK_Step() +T54B0 143:466.678 -- Read from C cache (2 bytes @ 0x0800133E) +T54B0 143:466.715 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 143:467.892 -- Simulated +T54B0 143:467.983 - 1.349ms returns 0 +T54B0 143:468.035 JLINK_HasError() +T54B0 143:468.054 JLINK_ReadReg(R15 (PC)) +T54B0 143:468.075 - 0.029ms returns 0x08001340 +T54B0 143:468.094 JLINK_ReadReg(XPSR) +T54B0 143:468.112 - 0.025ms returns 0x01000000 +T54B0 143:468.138 JLINK_ReadMemEx(0x08001340, 0x3C Bytes, Flags = 0x02000000) +T54B0 143:468.186 -- Read from C cache (60 bytes @ 0x08001340) +T54B0 143:468.212 Data: 00 28 15 D5 FF E7 00 F0 C3 FF 01 99 40 1A 0B 28 ... +T54B0 143:468.236 - 0.106ms returns 60 (0x3C) +T54B0 143:468.256 JLINK_ReadMemEx(0x08001340, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:468.274 -- Read from C cache (2 bytes @ 0x08001340) +T54B0 143:468.298 Data: 00 28 +T54B0 143:468.322 - 0.074ms returns 2 (0x2) +T54B0 143:468.341 JLINK_ReadMemEx(0x08001342, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:468.359 -- Read from C cache (2 bytes @ 0x08001342) +T54B0 143:468.383 Data: 15 D5 +T54B0 143:468.407 - 0.074ms returns 2 (0x2) +T54B0 143:468.426 JLINK_HasError() +T54B0 143:468.445 JLINK_Step() +T54B0 143:468.465 -- Read from C cache (2 bytes @ 0x08001340) +T54B0 143:468.491 -- Simulated +T54B0 143:468.515 - 0.077ms returns 0 +T54B0 143:468.534 JLINK_HasError() +T54B0 143:468.552 JLINK_ReadReg(R15 (PC)) +T54B0 143:468.570 - 0.026ms returns 0x08001342 +T54B0 143:468.589 JLINK_ReadReg(XPSR) +T54B0 143:468.606 - 0.025ms returns 0x21000000 +T54B0 143:468.627 JLINK_ReadMemEx(0x08001342, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:468.645 -- Read from C cache (2 bytes @ 0x08001342) +T54B0 143:468.670 Data: 15 D5 +T54B0 143:468.699 - 0.079ms returns 2 (0x2) +T54B0 143:468.718 JLINK_ReadMemEx(0x08001344, 0x3C Bytes, Flags = 0x02000000) +T54B0 143:468.736 -- Read from C cache (60 bytes @ 0x08001344) +T54B0 143:468.761 Data: FF E7 00 F0 C3 FF 01 99 40 1A 0B 28 0D D3 FF E7 ... +T54B0 143:468.784 - 0.074ms returns 60 (0x3C) +T54B0 143:468.803 JLINK_ReadMemEx(0x08001344, 0x2 Bytes, Flags = 0x02000000) +T54B0 143:468.821 -- Read from C cache (2 bytes @ 0x08001344) +T54B0 143:468.845 Data: FF E7 +T54B0 143:468.868 - 0.073ms returns 2 (0x2) +T54B0 143:468.887 JLINK_HasError() +T54B0 143:468.905 JLINK_Step() +T54B0 143:468.934 -- Read from C cache (2 bytes @ 0x08001342) +T54B0 143:468.960 -- Simulated +T54B0 143:468.984 - 0.086ms returns 0 +T54B0 143:469.002 JLINK_HasError() +T54B0 143:469.021 JLINK_ReadReg(R15 (PC)) +T54B0 143:469.038 - 0.025ms returns 0x08001370 +T54B0 143:469.057 JLINK_ReadReg(XPSR) +T54B0 143:469.074 - 0.025ms returns 0x21000000 +T54B0 143:469.261 JLINK_HasError() +T54B0 143:469.297 JLINK_ReadReg(R0) +T54B0 143:469.319 - 0.030ms returns 0x40000000 +T54B0 143:469.339 JLINK_ReadReg(R1) +T54B0 143:469.357 - 0.026ms returns 0x40006400 +T54B0 143:469.377 JLINK_ReadReg(R2) +T54B0 143:469.394 - 0.026ms returns 0x00000000 +T54B0 143:469.413 JLINK_ReadReg(R3) +T54B0 143:469.431 - 0.026ms returns 0x00000000 +T54B0 143:469.451 JLINK_ReadReg(R4) +T54B0 143:469.468 - 0.026ms returns 0x00000000 +T54B0 143:469.488 JLINK_ReadReg(R5) +T54B0 143:469.505 - 0.026ms returns 0x20000018 +T54B0 143:469.524 JLINK_ReadReg(R6) +T54B0 143:469.542 - 0.026ms returns 0x00000000 +T54B0 143:469.561 JLINK_ReadReg(R7) +T54B0 143:469.579 - 0.026ms returns 0x00000000 +T54B0 143:469.598 JLINK_ReadReg(R8) +T54B0 143:469.616 - 0.026ms returns 0x00000000 +T54B0 143:469.635 JLINK_ReadReg(R9) +T54B0 143:469.652 - 0.025ms returns 0x20000160 +T54B0 143:469.672 JLINK_ReadReg(R10) +T54B0 143:469.691 - 0.027ms returns 0x08006850 +T54B0 143:469.710 JLINK_ReadReg(R11) +T54B0 143:469.727 - 0.025ms returns 0x00000000 +T54B0 143:469.748 JLINK_ReadReg(R12) +T54B0 143:469.765 - 0.025ms returns 0x00000001 +T54B0 143:469.785 JLINK_ReadReg(R13 (SP)) +T54B0 143:469.803 - 0.026ms returns 0x20000F60 +T54B0 143:469.822 JLINK_ReadReg(R14) +T54B0 143:469.839 - 0.025ms returns 0x08001335 +T54B0 143:469.858 JLINK_ReadReg(R15 (PC)) +T54B0 143:469.876 - 0.026ms returns 0x08001370 +T54B0 143:469.895 JLINK_ReadReg(XPSR) +T54B0 143:469.913 - 0.026ms returns 0x21000000 +T54B0 143:469.932 JLINK_ReadReg(MSP) +T54B0 143:469.949 - 0.026ms returns 0x20000F60 +T54B0 143:469.969 JLINK_ReadReg(PSP) +T54B0 143:469.986 - 0.025ms returns 0x20001000 +T54B0 143:470.005 JLINK_ReadReg(CFBP) +T54B0 143:470.023 - 0.025ms returns 0x00000000 +T4AF4 143:470.396 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:470.438 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 143:471.838 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 143:471.921 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 143:471.947 Data: E5 3E 00 08 +T4AF4 143:471.972 - 1.584ms returns 4 (0x4) +T4AF4 143:472.001 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:472.023 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 143:472.048 Data: 00 00 00 00 +T4AF4 143:472.073 - 0.080ms returns 4 (0x4) +T4AF4 143:472.092 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:472.111 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 143:472.136 Data: E5 3E 00 08 +T4AF4 143:472.160 - 0.076ms returns 4 (0x4) +T4AF4 143:472.181 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:472.202 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 143:473.516 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 143:473.554 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 143:473.580 Data: 3B 55 00 08 +T4AF4 143:473.605 - 1.432ms returns 4 (0x4) +T4AF4 143:473.633 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:473.657 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 143:473.682 Data: 00 00 00 00 +T4AF4 143:473.708 - 0.083ms returns 4 (0x4) +T4AF4 143:473.728 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:473.747 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 143:473.772 Data: 3B 55 00 08 +T4AF4 143:473.796 - 0.076ms returns 4 (0x4) +T4AF4 143:473.816 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:473.838 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 143:475.142 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 143:475.179 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 143:475.205 Data: BB 01 00 08 +T4AF4 143:475.230 - 1.422ms returns 4 (0x4) +T4AF4 143:475.270 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:475.299 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 143:475.324 Data: 04 04 00 20 +T4AF4 143:475.348 - 0.087ms returns 4 (0x4) +T4AF4 143:475.370 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:475.389 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 143:475.414 Data: 08 00 00 00 +T4AF4 143:475.438 - 0.077ms returns 4 (0x4) +T4AF4 143:476.069 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:476.098 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 143:477.446 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 143:477.484 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 143:477.510 Data: 00 00 00 00 +T4AF4 143:477.535 - 1.475ms returns 4 (0x4) +T4AF4 143:477.561 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:477.584 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 143:477.609 Data: 00 00 00 00 +T4AF4 143:477.634 - 0.080ms returns 4 (0x4) +T4AF4 143:477.654 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:477.676 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 143:479.014 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 143:479.055 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 143:479.082 Data: 00 00 00 00 +T4AF4 143:479.107 - 1.461ms returns 4 (0x4) +T4AF4 143:479.134 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:479.159 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 143:479.184 Data: 00 00 00 00 +T4AF4 143:479.209 - 0.083ms returns 4 (0x4) +T4AF4 143:479.229 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:479.249 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 143:479.274 Data: 00 00 00 00 +T4AF4 143:479.298 - 0.077ms returns 4 (0x4) +T4AF4 143:479.319 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 143:479.338 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 143:479.363 Data: 00 00 00 00 +T4AF4 143:479.387 - 0.077ms returns 4 (0x4) +T4AF4 143:479.409 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:479.428 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 143:479.452 Data: 00 00 +T4AF4 143:479.477 - 0.076ms returns 2 (0x2) +T4AF4 143:479.556 JLINK_HasError() +T4AF4 143:479.576 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 143:479.599 Data: D2 97 00 00 +T4AF4 143:479.624 Debug reg: DWT_CYCCNT +T4AF4 143:479.648 - 0.080ms returns 1 (0x1) +T4AF4 143:479.880 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 143:479.904 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 143:481.186 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 143:481.221 - 1.350ms returns 28 (0x1C) +T4AF4 143:481.247 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:481.272 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 143:481.758 Data: 00 00 23 01 +T4AF4 143:481.787 - 0.549ms returns 4 (0x4) +T4AF4 143:481.809 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 143:481.833 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 143:482.648 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 143:482.676 - 0.875ms returns 76 (0x4C) +T4AF4 143:482.698 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:482.723 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 143:483.135 Data: 31 C6 E5 4A +T4AF4 143:483.183 - 0.495ms returns 4 (0x4) +T4AF4 143:483.217 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:483.251 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 143:483.635 Data: 01 0E 1C 2A +T4AF4 143:483.663 - 0.454ms returns 4 (0x4) +T4AF4 143:483.685 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:483.708 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 143:484.120 Data: 00 00 00 00 +T4AF4 143:484.145 - 0.469ms returns 4 (0x4) +T4AF4 143:484.166 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:484.187 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 143:484.619 Data: 00 00 00 00 +T4AF4 143:484.644 - 0.584ms returns 4 (0x4) +T4AF4 143:484.768 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:484.790 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 143:485.250 Data: 00 00 00 00 +T4AF4 143:485.275 - 0.515ms returns 4 (0x4) +T4AF4 143:485.297 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:485.317 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 143:485.748 Data: 00 00 00 00 +T4AF4 143:485.774 - 0.485ms returns 4 (0x4) +T4AF4 143:485.795 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 143:485.816 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 143:486.871 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 143:486.958 - 1.191ms returns 108 (0x6C) +T4AF4 143:487.026 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 143:487.088 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 143:488.231 Data: AB AA FD 78 +T4AF4 143:488.318 - 1.320ms returns 4 (0x4) +T4AF4 143:525.808 JLINK_ReadMemEx(0x0800136E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:525.924 -- Read from C cache (2 bytes @ 0x0800136E) +T4AF4 143:525.951 Data: E3 E7 +T4AF4 143:525.979 - 0.179ms returns 2 (0x2) +T4AF4 143:525.999 JLINK_ReadMemEx(0x08001370, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:526.025 CPU_ReadMem(64 bytes @ 0x08001380) +T4AF4 143:527.453 -- Updating C cache (64 bytes @ 0x08001380) +T4AF4 143:527.547 -- Read from C cache (60 bytes @ 0x08001370) +T4AF4 143:527.596 Data: 02 98 00 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 143:527.627 - 1.637ms returns 60 (0x3C) +T4AF4 143:527.650 JLINK_ReadMemEx(0x08001370, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:527.676 -- Read from C cache (2 bytes @ 0x08001370) +T4AF4 143:527.701 Data: 02 98 +T4AF4 143:527.726 - 0.084ms returns 2 (0x2) +T4AF4 143:527.780 JLINK_ReadMemEx(0x08001370, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:527.798 -- Read from C cache (60 bytes @ 0x08001370) +T4AF4 143:527.824 Data: 02 98 00 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 143:527.848 - 0.076ms returns 60 (0x3C) +T4AF4 143:527.867 JLINK_ReadMemEx(0x08001370, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:527.885 -- Read from C cache (2 bytes @ 0x08001370) +T4AF4 143:527.910 Data: 02 98 +T4AF4 143:527.934 - 0.074ms returns 2 (0x2) +T4AF4 143:527.953 JLINK_ReadMemEx(0x08001372, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:527.971 -- Read from C cache (2 bytes @ 0x08001372) +T4AF4 143:527.995 Data: 00 7E +T4AF4 143:528.020 - 0.075ms returns 2 (0x2) +T4AF4 143:528.045 JLINK_ReadMemEx(0x08001372, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.063 -- Read from C cache (2 bytes @ 0x08001372) +T4AF4 143:528.088 Data: 00 7E +T4AF4 143:528.112 - 0.075ms returns 2 (0x2) +T4AF4 143:528.131 JLINK_ReadMemEx(0x08001374, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:528.149 -- Read from C cache (60 bytes @ 0x08001374) +T4AF4 143:528.175 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 80 00 ... +T4AF4 143:528.199 - 0.076ms returns 60 (0x3C) +T4AF4 143:528.218 JLINK_ReadMemEx(0x08001374, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.236 -- Read from C cache (2 bytes @ 0x08001374) +T4AF4 143:528.261 Data: 01 28 +T4AF4 143:528.285 - 0.075ms returns 2 (0x2) +T4AF4 143:528.310 JLINK_ReadMemEx(0x08001374, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:528.328 -- Read from C cache (60 bytes @ 0x08001374) +T4AF4 143:528.354 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 80 00 ... +T4AF4 143:528.378 - 0.076ms returns 60 (0x3C) +T4AF4 143:528.397 JLINK_ReadMemEx(0x08001374, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.415 -- Read from C cache (2 bytes @ 0x08001374) +T4AF4 143:528.439 Data: 01 28 +T4AF4 143:528.464 - 0.075ms returns 2 (0x2) +T4AF4 143:528.483 JLINK_ReadMemEx(0x08001376, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.501 -- Read from C cache (2 bytes @ 0x08001376) +T4AF4 143:528.525 Data: 07 D1 +T4AF4 143:528.549 - 0.075ms returns 2 (0x2) +T4AF4 143:528.574 JLINK_ReadMemEx(0x08001376, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.592 -- Read from C cache (2 bytes @ 0x08001376) +T4AF4 143:528.630 Data: 07 D1 +T4AF4 143:528.657 - 0.096ms returns 2 (0x2) +T4AF4 143:528.681 JLINK_ReadMemEx(0x08001378, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:528.700 -- Read from C cache (60 bytes @ 0x08001378) +T4AF4 143:528.725 Data: FF E7 02 98 01 68 08 68 40 F0 80 00 08 60 06 E0 ... +T4AF4 143:528.749 - 0.078ms returns 60 (0x3C) +T4AF4 143:528.770 JLINK_ReadMemEx(0x08001378, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.790 -- Read from C cache (2 bytes @ 0x08001378) +T4AF4 143:528.814 Data: FF E7 +T4AF4 143:528.839 - 0.076ms returns 2 (0x2) +T4AF4 143:528.867 JLINK_ReadMemEx(0x08001378, 0x3C Bytes, Flags = 0x02000000) +T4AF4 143:528.885 -- Read from C cache (60 bytes @ 0x08001378) +T4AF4 143:528.911 Data: FF E7 02 98 01 68 08 68 40 F0 80 00 08 60 06 E0 ... +T4AF4 143:528.935 - 0.076ms returns 60 (0x3C) +T4AF4 143:528.954 JLINK_ReadMemEx(0x08001378, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:528.972 -- Read from C cache (2 bytes @ 0x08001378) +T4AF4 143:528.996 Data: FF E7 +T4AF4 143:529.020 - 0.075ms returns 2 (0x2) +T4AF4 143:529.040 JLINK_ReadMemEx(0x0800137A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 143:529.058 -- Read from C cache (2 bytes @ 0x0800137A) +T4AF4 143:529.082 Data: 02 98 +T4AF4 143:529.106 - 0.075ms returns 2 (0x2) +T54B0 220:630.795 JLINK_ReadMemEx(0x08001370, 0x2 Bytes, Flags = 0x02000000) +T54B0 220:630.844 -- Read from C cache (2 bytes @ 0x08001370) +T54B0 220:630.870 Data: 02 98 +T54B0 220:630.895 - 0.109ms returns 2 (0x2) +T54B0 220:630.916 JLINK_HasError() +T54B0 220:630.937 JLINK_Step() +T54B0 220:632.023 -- Read from C cache (2 bytes @ 0x08001370) +T54B0 220:632.056 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 220:632.082 -- Simulated +T54B0 220:632.106 - 1.177ms returns 0 +T54B0 220:632.127 JLINK_HasError() +T54B0 220:632.146 JLINK_ReadReg(R15 (PC)) +T54B0 220:632.165 - 0.027ms returns 0x08001372 +T54B0 220:632.184 JLINK_ReadReg(XPSR) +T54B0 220:632.201 - 0.025ms returns 0x21000000 +T54B0 220:632.227 JLINK_HasError() +T54B0 220:632.245 JLINK_Step() +T54B0 220:632.264 -- Read from C cache (2 bytes @ 0x08001372) +T54B0 220:632.296 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 220:633.658 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 220:633.706 -- Read from C cache (1 bytes @ 0x2000041C) +T54B0 220:633.735 -- Simulated +T54B0 220:633.763 - 1.526ms returns 0 +T54B0 220:633.788 JLINK_HasError() +T54B0 220:633.809 JLINK_ReadReg(R15 (PC)) +T54B0 220:633.830 - 0.030ms returns 0x08001374 +T54B0 220:633.850 JLINK_ReadReg(XPSR) +T54B0 220:633.868 - 0.026ms returns 0x21000000 +T54B0 220:633.896 JLINK_HasError() +T54B0 220:633.915 JLINK_Step() +T54B0 220:633.937 -- Read from C cache (2 bytes @ 0x08001374) +T54B0 220:633.964 -- Simulated +T54B0 220:633.988 - 0.081ms returns 0 +T54B0 220:634.007 JLINK_HasError() +T54B0 220:634.026 JLINK_ReadReg(R15 (PC)) +T54B0 220:634.044 - 0.026ms returns 0x08001376 +T54B0 220:634.063 JLINK_ReadReg(XPSR) +T54B0 220:634.081 - 0.025ms returns 0x81000000 +T54B0 220:634.101 JLINK_HasError() +T54B0 220:634.120 JLINK_Step() +T54B0 220:634.139 -- Read from C cache (2 bytes @ 0x08001376) +T54B0 220:634.164 -- Simulated +T54B0 220:634.189 - 0.076ms returns 0 +T54B0 220:634.208 JLINK_HasError() +T54B0 220:634.227 JLINK_ReadReg(R15 (PC)) +T54B0 220:634.244 - 0.026ms returns 0x08001388 +T54B0 220:634.264 JLINK_ReadReg(XPSR) +T54B0 220:634.281 - 0.025ms returns 0x81000000 +T54B0 220:638.316 JLINK_HasError() +T54B0 220:638.350 JLINK_ReadReg(R0) +T54B0 220:638.372 - 0.030ms returns 0x00000000 +T54B0 220:638.392 JLINK_ReadReg(R1) +T54B0 220:638.410 - 0.026ms returns 0x40006400 +T54B0 220:638.430 JLINK_ReadReg(R2) +T54B0 220:638.447 - 0.026ms returns 0x00000000 +T54B0 220:638.467 JLINK_ReadReg(R3) +T54B0 220:638.484 - 0.026ms returns 0x00000000 +T54B0 220:638.504 JLINK_ReadReg(R4) +T54B0 220:638.521 - 0.025ms returns 0x00000000 +T54B0 220:638.540 JLINK_ReadReg(R5) +T54B0 220:638.558 - 0.025ms returns 0x20000018 +T54B0 220:638.577 JLINK_ReadReg(R6) +T54B0 220:638.595 - 0.025ms returns 0x00000000 +T54B0 220:638.614 JLINK_ReadReg(R7) +T54B0 220:638.642 - 0.036ms returns 0x00000000 +T54B0 220:638.662 JLINK_ReadReg(R8) +T54B0 220:638.679 - 0.026ms returns 0x00000000 +T54B0 220:638.699 JLINK_ReadReg(R9) +T54B0 220:638.717 - 0.026ms returns 0x20000160 +T54B0 220:638.736 JLINK_ReadReg(R10) +T54B0 220:638.756 - 0.028ms returns 0x08006850 +T54B0 220:638.778 JLINK_ReadReg(R11) +T54B0 220:638.799 - 0.030ms returns 0x00000000 +T54B0 220:638.819 JLINK_ReadReg(R12) +T54B0 220:638.837 - 0.026ms returns 0x00000001 +T54B0 220:638.856 JLINK_ReadReg(R13 (SP)) +T54B0 220:638.874 - 0.026ms returns 0x20000F60 +T54B0 220:638.894 JLINK_ReadReg(R14) +T54B0 220:638.911 - 0.025ms returns 0x08001335 +T54B0 220:638.931 JLINK_ReadReg(R15 (PC)) +T54B0 220:638.948 - 0.026ms returns 0x08001388 +T54B0 220:638.968 JLINK_ReadReg(XPSR) +T54B0 220:638.985 - 0.025ms returns 0x81000000 +T54B0 220:639.005 JLINK_ReadReg(MSP) +T54B0 220:639.024 - 0.031ms returns 0x20000F60 +T54B0 220:639.047 JLINK_ReadReg(PSP) +T54B0 220:639.065 - 0.026ms returns 0x20001000 +T54B0 220:639.084 JLINK_ReadReg(CFBP) +T54B0 220:639.102 - 0.025ms returns 0x00000000 +T4AF4 220:640.843 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:640.876 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 220:640.898 Data: E5 3E 00 08 +T4AF4 220:640.919 - 0.083ms returns 4 (0x4) +T4AF4 220:640.942 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:640.959 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 220:640.980 Data: 00 00 00 00 +T4AF4 220:641.001 - 0.066ms returns 4 (0x4) +T4AF4 220:641.018 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.034 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 220:641.055 Data: E5 3E 00 08 +T4AF4 220:641.075 - 0.064ms returns 4 (0x4) +T4AF4 220:641.093 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.109 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 220:641.130 Data: 3B 55 00 08 +T4AF4 220:641.151 - 0.064ms returns 4 (0x4) +T4AF4 220:641.169 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.185 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 220:641.206 Data: 00 00 00 00 +T4AF4 220:641.227 - 0.064ms returns 4 (0x4) +T4AF4 220:641.243 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.259 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 220:641.280 Data: 3B 55 00 08 +T4AF4 220:641.301 - 0.064ms returns 4 (0x4) +T4AF4 220:641.318 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.334 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 220:641.355 Data: BB 01 00 08 +T4AF4 220:641.375 - 0.064ms returns 4 (0x4) +T4AF4 220:641.401 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.417 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 220:641.438 Data: 04 04 00 20 +T4AF4 220:641.459 - 0.065ms returns 4 (0x4) +T4AF4 220:641.476 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.492 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 220:641.513 Data: 08 00 00 00 +T4AF4 220:641.533 - 0.064ms returns 4 (0x4) +T4AF4 220:641.564 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.580 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 220:641.601 Data: 00 00 00 00 +T4AF4 220:641.622 - 0.065ms returns 4 (0x4) +T4AF4 220:641.639 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.655 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 220:641.675 Data: 00 00 00 00 +T4AF4 220:641.696 - 0.064ms returns 4 (0x4) +T4AF4 220:641.713 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.729 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 220:641.750 Data: 00 00 00 00 +T4AF4 220:641.770 - 0.064ms returns 4 (0x4) +T4AF4 220:641.787 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.803 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 220:641.837 Data: 00 00 00 00 +T4AF4 220:641.859 - 0.085ms returns 4 (0x4) +T4AF4 220:641.889 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:641.911 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 220:641.937 Data: 00 00 00 00 +T4AF4 220:641.961 - 0.080ms returns 4 (0x4) +T4AF4 220:641.982 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 220:642.001 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 220:642.026 Data: 00 00 00 00 +T4AF4 220:642.052 - 0.078ms returns 4 (0x4) +T4AF4 220:642.073 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:642.092 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 220:642.117 Data: 00 00 +T4AF4 220:642.141 - 0.076ms returns 2 (0x2) +T4AF4 220:642.195 JLINK_HasError() +T4AF4 220:642.215 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 220:642.238 Data: D8 97 00 00 +T4AF4 220:642.263 Debug reg: DWT_CYCCNT +T4AF4 220:642.287 - 0.080ms returns 1 (0x1) +T4AF4 220:642.588 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 220:642.612 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 220:643.777 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 220:643.808 - 1.229ms returns 28 (0x1C) +T4AF4 220:643.833 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:643.856 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 220:644.263 Data: 00 00 23 01 +T4AF4 220:644.288 - 0.464ms returns 4 (0x4) +T4AF4 220:644.310 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 220:644.330 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 220:645.146 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 220:645.183 - 0.881ms returns 76 (0x4C) +T4AF4 220:645.210 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:645.236 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 220:645.777 Data: 31 C6 E5 4A +T4AF4 220:645.848 - 0.673ms returns 4 (0x4) +T4AF4 220:645.909 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:645.962 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 220:646.393 Data: 01 0E 1C 2A +T4AF4 220:646.426 - 0.525ms returns 4 (0x4) +T4AF4 220:646.450 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:646.474 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 220:646.888 Data: 00 00 00 00 +T4AF4 220:646.914 - 0.472ms returns 4 (0x4) +T4AF4 220:646.935 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:646.955 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 220:647.388 Data: 00 00 00 00 +T4AF4 220:647.412 - 0.486ms returns 4 (0x4) +T4AF4 220:647.433 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:647.454 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 220:647.888 Data: 00 00 00 00 +T4AF4 220:647.913 - 0.488ms returns 4 (0x4) +T4AF4 220:647.934 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:647.955 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 220:648.387 Data: 00 00 00 00 +T4AF4 220:648.413 - 0.487ms returns 4 (0x4) +T4AF4 220:648.434 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 220:648.455 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 220:649.434 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 220:649.465 - 1.039ms returns 108 (0x6C) +T4AF4 220:649.489 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 220:649.512 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 220:650.015 Data: AB AA FD 78 +T4AF4 220:650.044 - 0.563ms returns 4 (0x4) +T4AF4 220:687.600 JLINK_ReadMemEx(0x08001386, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:687.650 -- Read from C cache (2 bytes @ 0x08001386) +T4AF4 220:687.678 Data: 06 E0 +T4AF4 220:687.703 - 0.112ms returns 2 (0x2) +T4AF4 220:687.724 JLINK_ReadMemEx(0x08001388, 0x3C Bytes, Flags = 0x02000000) +T4AF4 220:687.771 CPU_ReadMem(64 bytes @ 0x080013C0) +T4AF4 220:689.137 -- Updating C cache (64 bytes @ 0x080013C0) +T4AF4 220:689.174 -- Read from C cache (60 bytes @ 0x08001388) +T4AF4 220:689.201 Data: 02 98 01 68 08 68 20 F0 80 00 08 60 FF E7 02 98 ... +T4AF4 220:689.226 - 1.510ms returns 60 (0x3C) +T4AF4 220:689.248 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:689.274 -- Read from C cache (2 bytes @ 0x08001388) +T4AF4 220:689.303 Data: 02 98 +T4AF4 220:689.328 - 0.088ms returns 2 (0x2) +T4AF4 220:689.384 JLINK_ReadMemEx(0x08001388, 0x3C Bytes, Flags = 0x02000000) +T4AF4 220:689.402 -- Read from C cache (60 bytes @ 0x08001388) +T4AF4 220:689.428 Data: 02 98 01 68 08 68 20 F0 80 00 08 60 FF E7 02 98 ... +T4AF4 220:689.452 - 0.076ms returns 60 (0x3C) +T4AF4 220:689.471 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:689.489 -- Read from C cache (2 bytes @ 0x08001388) +T4AF4 220:689.514 Data: 02 98 +T4AF4 220:689.540 - 0.076ms returns 2 (0x2) +T4AF4 220:689.559 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:689.577 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 220:689.602 Data: 01 68 +T4AF4 220:689.626 - 0.075ms returns 2 (0x2) +T4AF4 220:689.656 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:689.671 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 220:689.692 Data: 01 68 +T4AF4 220:689.713 - 0.064ms returns 2 (0x2) +T4AF4 220:689.729 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 220:689.745 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 220:689.788 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 220:689.811 - 0.088ms returns 60 (0x3C) +T4AF4 220:689.834 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:689.852 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 220:689.877 Data: 08 68 +T4AF4 220:689.901 - 0.075ms returns 2 (0x2) +T4AF4 220:689.927 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 220:689.948 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 220:689.974 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 220:689.997 - 0.079ms returns 60 (0x3C) +T4AF4 220:690.017 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:690.035 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 220:690.059 Data: 08 68 +T4AF4 220:690.083 - 0.075ms returns 2 (0x2) +T4AF4 220:690.102 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:690.120 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 220:690.145 Data: 20 F0 +T4AF4 220:690.169 - 0.074ms returns 2 (0x2) +T4AF4 220:690.193 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:690.211 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 220:690.236 Data: 20 F0 +T4AF4 220:690.260 - 0.075ms returns 2 (0x2) +T4AF4 220:690.279 JLINK_ReadMemEx(0x08001390, 0x3C Bytes, Flags = 0x02000000) +T4AF4 220:690.298 -- Read from C cache (60 bytes @ 0x08001390) +T4AF4 220:690.323 Data: 80 00 08 60 FF E7 02 98 40 7E 01 28 07 D1 FF E7 ... +T4AF4 220:690.347 - 0.075ms returns 60 (0x3C) +T4AF4 220:690.366 JLINK_ReadMemEx(0x08001390, 0x2 Bytes, Flags = 0x02000000) +T4AF4 220:690.384 -- Read from C cache (2 bytes @ 0x08001390) +T4AF4 220:690.408 Data: 80 00 +T4AF4 220:690.432 - 0.074ms returns 2 (0x2) +T54B0 226:647.214 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T54B0 226:647.264 -- Read from C cache (2 bytes @ 0x08001388) +T54B0 226:647.290 Data: 02 98 +T54B0 226:647.315 - 0.110ms returns 2 (0x2) +T54B0 226:647.336 JLINK_HasError() +T54B0 226:647.357 JLINK_Step() +T54B0 226:648.455 -- Read from C cache (2 bytes @ 0x08001388) +T54B0 226:648.487 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 226:648.513 -- Simulated +T54B0 226:648.536 - 1.187ms returns 0 +T54B0 226:648.557 JLINK_HasError() +T54B0 226:648.576 JLINK_ReadReg(R15 (PC)) +T54B0 226:648.595 - 0.027ms returns 0x0800138A +T54B0 226:648.614 JLINK_ReadReg(XPSR) +T54B0 226:648.631 - 0.025ms returns 0x81000000 +T54B0 226:648.656 JLINK_HasError() +T54B0 226:648.675 JLINK_Step() +T54B0 226:648.693 -- Read from C cache (2 bytes @ 0x0800138A) +T54B0 226:648.719 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 226:648.744 -- Simulated +T54B0 226:648.779 - 0.113ms returns 0 +T54B0 226:648.798 JLINK_HasError() +T54B0 226:648.817 JLINK_ReadReg(R15 (PC)) +T54B0 226:648.843 - 0.035ms returns 0x0800138C +T54B0 226:648.863 JLINK_ReadReg(XPSR) +T54B0 226:648.880 - 0.025ms returns 0x81000000 +T54B0 226:648.900 JLINK_HasError() +T54B0 226:648.919 JLINK_Step() +T54B0 226:648.937 -- Read from C cache (2 bytes @ 0x0800138C) +T54B0 226:648.962 -- Not simulated +T54B0 226:649.006 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 226:653.870 - 4.976ms returns 0 +T54B0 226:653.910 JLINK_HasError() +T54B0 226:653.931 JLINK_ReadReg(R15 (PC)) +T54B0 226:653.951 - 0.028ms returns 0x0800138E +T54B0 226:653.971 JLINK_ReadReg(XPSR) +T54B0 226:653.988 - 0.026ms returns 0x81000000 +T54B0 226:654.014 JLINK_HasError() +T54B0 226:654.033 JLINK_Step() +T54B0 226:654.061 CPU_ReadMem(64 bytes @ 0x08001380) +T54B0 226:655.329 -- Updating C cache (64 bytes @ 0x08001380) +T54B0 226:655.367 -- Read from C cache (2 bytes @ 0x0800138E) +T54B0 226:655.395 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 226:655.828 -- Read from C cache (2 bytes @ 0x08001390) +T54B0 226:655.856 -- Simulated +T54B0 226:655.881 - 1.856ms returns 0 +T54B0 226:655.903 JLINK_HasError() +T54B0 226:655.923 JLINK_ReadReg(R15 (PC)) +T54B0 226:655.943 - 0.028ms returns 0x08001392 +T54B0 226:655.962 JLINK_ReadReg(XPSR) +T54B0 226:655.980 - 0.026ms returns 0x81000000 +T54B0 226:656.004 JLINK_ReadMemEx(0x08001392, 0x2 Bytes, Flags = 0x02000000) +T54B0 226:656.023 -- Read from C cache (2 bytes @ 0x08001392) +T54B0 226:656.048 Data: 08 60 +T54B0 226:656.073 - 0.077ms returns 2 (0x2) +T54B0 226:656.093 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T54B0 226:656.114 CPU_ReadMem(64 bytes @ 0x080013C0) +T54B0 226:657.455 -- Updating C cache (64 bytes @ 0x080013C0) +T54B0 226:657.491 -- Read from C cache (60 bytes @ 0x08001394) +T54B0 226:657.518 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 226:657.542 - 1.457ms returns 60 (0x3C) +T54B0 226:657.564 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T54B0 226:657.584 -- Read from C cache (2 bytes @ 0x08001394) +T54B0 226:657.608 Data: FF E7 +T54B0 226:657.633 - 0.077ms returns 2 (0x2) +T54B0 226:657.654 JLINK_HasError() +T54B0 226:657.673 JLINK_Step() +T54B0 226:657.695 -- Read from C cache (2 bytes @ 0x08001392) +T54B0 226:657.744 -- Not simulated +T54B0 226:657.783 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 226:662.495 - 4.867ms returns 0 +T54B0 226:662.574 JLINK_HasError() +T54B0 226:662.610 JLINK_ReadReg(R15 (PC)) +T54B0 226:662.627 - 0.024ms returns 0x08001394 +T54B0 226:662.644 JLINK_ReadReg(XPSR) +T54B0 226:662.658 - 0.021ms returns 0x81000000 +T54B0 226:662.679 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T54B0 226:662.699 CPU_ReadMem(128 bytes @ 0x08001380) +T54B0 226:664.392 -- Updating C cache (128 bytes @ 0x08001380) +T54B0 226:664.478 -- Read from C cache (60 bytes @ 0x08001394) +T54B0 226:664.541 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 226:664.599 - 1.940ms returns 60 (0x3C) +T54B0 226:664.651 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T54B0 226:664.699 -- Read from C cache (2 bytes @ 0x08001394) +T54B0 226:664.758 Data: FF E7 +T54B0 226:664.816 - 0.181ms returns 2 (0x2) +T54B0 226:664.842 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T54B0 226:664.857 -- Read from C cache (2 bytes @ 0x08001396) +T54B0 226:664.877 Data: 02 98 +T54B0 226:664.897 - 0.061ms returns 2 (0x2) +T54B0 226:664.913 JLINK_HasError() +T54B0 226:664.930 JLINK_Step() +T54B0 226:664.946 -- Read from C cache (2 bytes @ 0x08001394) +T54B0 226:664.968 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 226:665.988 -- Simulated +T54B0 226:666.056 - 1.146ms returns 0 +T54B0 226:666.107 JLINK_HasError() +T54B0 226:666.154 JLINK_ReadReg(R15 (PC)) +T54B0 226:666.200 - 0.067ms returns 0x08001396 +T54B0 226:666.247 JLINK_ReadReg(XPSR) +T54B0 226:666.271 - 0.031ms returns 0x81000000 +T54B0 226:666.768 JLINK_HasError() +T54B0 226:666.803 JLINK_ReadReg(R0) +T54B0 226:666.825 - 0.031ms returns 0x00010001 +T54B0 226:666.846 JLINK_ReadReg(R1) +T54B0 226:666.871 - 0.038ms returns 0x40006400 +T54B0 226:666.895 JLINK_ReadReg(R2) +T54B0 226:666.913 - 0.026ms returns 0x00000000 +T54B0 226:666.933 JLINK_ReadReg(R3) +T54B0 226:666.950 - 0.026ms returns 0x00000000 +T54B0 226:666.970 JLINK_ReadReg(R4) +T54B0 226:666.987 - 0.025ms returns 0x00000000 +T54B0 226:667.007 JLINK_ReadReg(R5) +T54B0 226:667.024 - 0.026ms returns 0x20000018 +T54B0 226:667.044 JLINK_ReadReg(R6) +T54B0 226:667.061 - 0.026ms returns 0x00000000 +T54B0 226:667.081 JLINK_ReadReg(R7) +T54B0 226:667.098 - 0.025ms returns 0x00000000 +T54B0 226:667.117 JLINK_ReadReg(R8) +T54B0 226:667.135 - 0.025ms returns 0x00000000 +T54B0 226:667.154 JLINK_ReadReg(R9) +T54B0 226:667.171 - 0.025ms returns 0x20000160 +T54B0 226:667.190 JLINK_ReadReg(R10) +T54B0 226:667.208 - 0.025ms returns 0x08006850 +T54B0 226:667.227 JLINK_ReadReg(R11) +T54B0 226:667.244 - 0.025ms returns 0x00000000 +T54B0 226:667.264 JLINK_ReadReg(R12) +T54B0 226:667.281 - 0.025ms returns 0x00000001 +T54B0 226:667.302 JLINK_ReadReg(R13 (SP)) +T54B0 226:667.320 - 0.026ms returns 0x20000F60 +T54B0 226:667.339 JLINK_ReadReg(R14) +T54B0 226:667.356 - 0.025ms returns 0x08001335 +T54B0 226:667.376 JLINK_ReadReg(R15 (PC)) +T54B0 226:667.393 - 0.026ms returns 0x08001396 +T54B0 226:667.413 JLINK_ReadReg(XPSR) +T54B0 226:667.430 - 0.025ms returns 0x81000000 +T54B0 226:667.449 JLINK_ReadReg(MSP) +T54B0 226:667.468 - 0.027ms returns 0x20000F60 +T54B0 226:667.487 JLINK_ReadReg(PSP) +T54B0 226:667.504 - 0.025ms returns 0x20001000 +T54B0 226:667.524 JLINK_ReadReg(CFBP) +T54B0 226:667.541 - 0.025ms returns 0x00000000 +T4AF4 226:667.918 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:667.961 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 226:669.386 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 226:669.421 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 226:669.446 Data: E5 3E 00 08 +T4AF4 226:669.471 - 1.564ms returns 4 (0x4) +T4AF4 226:669.562 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:669.601 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 226:669.627 Data: 00 00 00 00 +T4AF4 226:669.652 - 0.099ms returns 4 (0x4) +T4AF4 226:669.674 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:669.694 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 226:669.718 Data: E5 3E 00 08 +T4AF4 226:669.742 - 0.076ms returns 4 (0x4) +T4AF4 226:669.764 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:669.787 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 226:671.163 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 226:671.248 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 226:671.274 Data: 3B 55 00 08 +T4AF4 226:671.301 - 1.546ms returns 4 (0x4) +T4AF4 226:671.329 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:671.352 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 226:671.377 Data: 00 00 00 00 +T4AF4 226:671.402 - 0.081ms returns 4 (0x4) +T4AF4 226:671.421 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:671.440 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 226:671.466 Data: 3B 55 00 08 +T4AF4 226:671.490 - 0.076ms returns 4 (0x4) +T4AF4 226:671.511 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:671.532 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 226:672.906 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 226:672.940 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 226:672.965 Data: BB 01 00 08 +T4AF4 226:672.990 - 1.487ms returns 4 (0x4) +T4AF4 226:673.024 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:673.047 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 226:673.072 Data: 04 04 00 20 +T4AF4 226:673.096 - 0.080ms returns 4 (0x4) +T4AF4 226:673.117 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:673.136 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 226:673.161 Data: 08 00 00 00 +T4AF4 226:673.185 - 0.076ms returns 4 (0x4) +T4AF4 226:673.230 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:673.258 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 226:674.661 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 226:674.742 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 226:674.767 Data: 00 00 00 00 +T4AF4 226:674.792 - 1.570ms returns 4 (0x4) +T4AF4 226:674.817 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:674.839 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 226:674.864 Data: 00 00 00 00 +T4AF4 226:674.888 - 0.079ms returns 4 (0x4) +T4AF4 226:674.908 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:674.930 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 226:676.277 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 226:676.364 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 226:676.390 Data: 00 00 00 00 +T4AF4 226:676.414 - 1.514ms returns 4 (0x4) +T4AF4 226:676.440 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:676.463 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 226:676.488 Data: 00 00 00 00 +T4AF4 226:676.512 - 0.080ms returns 4 (0x4) +T4AF4 226:676.532 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:676.551 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 226:676.576 Data: 00 00 00 00 +T4AF4 226:676.600 - 0.076ms returns 4 (0x4) +T4AF4 226:676.620 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 226:676.639 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 226:676.667 Data: 00 00 00 00 +T4AF4 226:676.691 - 0.079ms returns 4 (0x4) +T4AF4 226:676.712 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:676.731 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 226:676.755 Data: 00 00 +T4AF4 226:676.779 - 0.075ms returns 2 (0x2) +T4AF4 226:676.848 JLINK_HasError() +T4AF4 226:676.868 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 226:676.890 Data: E5 97 00 00 +T4AF4 226:676.915 Debug reg: DWT_CYCCNT +T4AF4 226:676.938 - 0.078ms returns 1 (0x1) +T4AF4 226:677.159 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 226:677.182 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 226:678.459 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 226:678.510 - 1.360ms returns 28 (0x1C) +T4AF4 226:678.535 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:678.561 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 226:678.947 Data: 00 00 23 01 +T4AF4 226:678.972 - 0.445ms returns 4 (0x4) +T4AF4 226:678.994 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 226:679.015 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 226:679.871 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 226:679.902 - 0.915ms returns 76 (0x4C) +T4AF4 226:679.923 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:679.945 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 226:680.447 Data: 31 C6 E5 4A +T4AF4 226:680.473 - 0.558ms returns 4 (0x4) +T4AF4 226:680.494 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:680.515 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 226:680.943 Data: 01 0E 1C 2A +T4AF4 226:680.968 - 0.481ms returns 4 (0x4) +T4AF4 226:680.989 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:681.009 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 226:681.448 Data: 00 00 00 00 +T4AF4 226:681.474 - 0.493ms returns 4 (0x4) +T4AF4 226:681.495 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:681.515 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 226:681.942 Data: 00 00 00 00 +T4AF4 226:681.967 - 0.481ms returns 4 (0x4) +T4AF4 226:681.988 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:682.009 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 226:682.512 Data: 00 00 00 00 +T4AF4 226:682.544 - 0.564ms returns 4 (0x4) +T4AF4 226:682.567 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:682.589 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 226:683.107 Data: 00 00 00 00 +T4AF4 226:683.132 - 0.574ms returns 4 (0x4) +T4AF4 226:683.154 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 226:683.180 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 226:684.296 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 226:684.370 - 1.225ms returns 108 (0x6C) +T4AF4 226:684.395 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 226:684.421 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 226:684.846 Data: AB AA FD 78 +T4AF4 226:684.872 - 0.484ms returns 4 (0x4) +T4AF4 226:719.613 JLINK_ReadMemEx(0x08001388, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:719.658 -- Read from C cache (60 bytes @ 0x08001388) +T4AF4 226:719.685 Data: 02 98 01 68 08 68 20 F0 80 00 08 60 FF E7 02 98 ... +T4AF4 226:719.710 - 0.105ms returns 60 (0x3C) +T4AF4 226:719.730 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:719.748 -- Read from C cache (2 bytes @ 0x08001388) +T4AF4 226:719.773 Data: 02 98 +T4AF4 226:719.805 - 0.083ms returns 2 (0x2) +T4AF4 226:719.824 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:719.843 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 226:719.932 Data: 01 68 +T4AF4 226:719.956 - 0.140ms returns 2 (0x2) +T4AF4 226:719.977 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:719.995 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 226:720.022 Data: 01 68 +T4AF4 226:720.046 - 0.078ms returns 2 (0x2) +T4AF4 226:720.066 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:720.084 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 226:720.109 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 226:720.133 - 0.075ms returns 60 (0x3C) +T4AF4 226:720.152 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.170 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 226:720.195 Data: 08 68 +T4AF4 226:720.220 - 0.076ms returns 2 (0x2) +T4AF4 226:720.240 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:720.258 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 226:720.283 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 226:720.307 - 0.075ms returns 60 (0x3C) +T4AF4 226:720.331 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.346 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 226:720.367 Data: 08 68 +T4AF4 226:720.387 - 0.063ms returns 2 (0x2) +T4AF4 226:720.403 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.418 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 226:720.439 Data: 20 F0 +T4AF4 226:720.459 - 0.063ms returns 2 (0x2) +T4AF4 226:720.476 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.491 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 226:720.512 Data: 20 F0 +T4AF4 226:720.532 - 0.063ms returns 2 (0x2) +T4AF4 226:720.549 JLINK_ReadMemEx(0x08001390, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:720.564 -- Read from C cache (60 bytes @ 0x08001390) +T4AF4 226:720.585 Data: 80 00 08 60 FF E7 02 98 40 7E 01 28 07 D1 FF E7 ... +T4AF4 226:720.605 - 0.063ms returns 60 (0x3C) +T4AF4 226:720.621 JLINK_ReadMemEx(0x08001390, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.636 -- Read from C cache (2 bytes @ 0x08001390) +T4AF4 226:720.657 Data: 80 00 +T4AF4 226:720.678 - 0.063ms returns 2 (0x2) +T4AF4 226:720.694 JLINK_ReadMemEx(0x08001392, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.709 -- Read from C cache (2 bytes @ 0x08001392) +T4AF4 226:720.730 Data: 08 60 +T4AF4 226:720.750 - 0.063ms returns 2 (0x2) +T4AF4 226:720.766 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:720.799 -- Read from C cache (60 bytes @ 0x08001394) +T4AF4 226:720.821 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 226:720.854 - 0.095ms returns 60 (0x3C) +T4AF4 226:720.877 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:720.895 -- Read from C cache (2 bytes @ 0x08001394) +T4AF4 226:720.920 Data: FF E7 +T4AF4 226:720.944 - 0.075ms returns 2 (0x2) +T4AF4 226:720.966 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:720.991 -- Read from C cache (60 bytes @ 0x08001394) +T4AF4 226:721.021 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 226:721.045 - 0.087ms returns 60 (0x3C) +T4AF4 226:721.066 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.084 -- Read from C cache (2 bytes @ 0x08001394) +T4AF4 226:721.109 Data: FF E7 +T4AF4 226:721.133 - 0.074ms returns 2 (0x2) +T4AF4 226:721.154 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.172 -- Read from C cache (2 bytes @ 0x08001396) +T4AF4 226:721.197 Data: 02 98 +T4AF4 226:721.234 - 0.088ms returns 2 (0x2) +T4AF4 226:721.314 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.334 -- Read from C cache (2 bytes @ 0x08001396) +T4AF4 226:721.358 Data: 02 98 +T4AF4 226:721.383 - 0.076ms returns 2 (0x2) +T4AF4 226:721.402 JLINK_ReadMemEx(0x08001398, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:721.420 -- Read from C cache (60 bytes @ 0x08001398) +T4AF4 226:721.446 Data: 40 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 226:721.470 - 0.075ms returns 60 (0x3C) +T4AF4 226:721.489 JLINK_ReadMemEx(0x08001398, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.507 -- Read from C cache (2 bytes @ 0x08001398) +T4AF4 226:721.531 Data: 40 7E +T4AF4 226:721.555 - 0.075ms returns 2 (0x2) +T4AF4 226:721.581 JLINK_ReadMemEx(0x08001398, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:721.600 -- Read from C cache (60 bytes @ 0x08001398) +T4AF4 226:721.625 Data: 40 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 226:721.649 - 0.076ms returns 60 (0x3C) +T4AF4 226:721.765 JLINK_ReadMemEx(0x08001398, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.791 -- Read from C cache (2 bytes @ 0x08001398) +T4AF4 226:721.816 Data: 40 7E +T4AF4 226:721.841 - 0.084ms returns 2 (0x2) +T4AF4 226:721.894 JLINK_ReadMemEx(0x0800139A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:721.913 -- Read from C cache (2 bytes @ 0x0800139A) +T4AF4 226:721.938 Data: 01 28 +T4AF4 226:721.962 - 0.075ms returns 2 (0x2) +T4AF4 226:721.987 JLINK_ReadMemEx(0x0800139A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.006 -- Read from C cache (2 bytes @ 0x0800139A) +T4AF4 226:722.030 Data: 01 28 +T4AF4 226:722.054 - 0.075ms returns 2 (0x2) +T4AF4 226:722.073 JLINK_ReadMemEx(0x0800139C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:722.092 -- Read from C cache (60 bytes @ 0x0800139C) +T4AF4 226:722.117 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 40 00 08 60 ... +T4AF4 226:722.141 - 0.076ms returns 60 (0x3C) +T4AF4 226:722.160 JLINK_ReadMemEx(0x0800139C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.178 -- Read from C cache (2 bytes @ 0x0800139C) +T4AF4 226:722.203 Data: 07 D1 +T4AF4 226:722.227 - 0.074ms returns 2 (0x2) +T4AF4 226:722.251 JLINK_ReadMemEx(0x0800139C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:722.270 -- Read from C cache (60 bytes @ 0x0800139C) +T4AF4 226:722.295 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 40 00 08 60 ... +T4AF4 226:722.323 - 0.079ms returns 60 (0x3C) +T4AF4 226:722.342 JLINK_ReadMemEx(0x0800139C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.360 -- Read from C cache (2 bytes @ 0x0800139C) +T4AF4 226:722.385 Data: 07 D1 +T4AF4 226:722.409 - 0.075ms returns 2 (0x2) +T4AF4 226:722.428 JLINK_ReadMemEx(0x0800139E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.446 -- Read from C cache (2 bytes @ 0x0800139E) +T4AF4 226:722.470 Data: FF E7 +T4AF4 226:722.494 - 0.074ms returns 2 (0x2) +T4AF4 226:722.533 JLINK_ReadMemEx(0x0800139E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.551 -- Read from C cache (2 bytes @ 0x0800139E) +T4AF4 226:722.577 Data: FF E7 +T4AF4 226:722.601 - 0.076ms returns 2 (0x2) +T4AF4 226:722.621 JLINK_ReadMemEx(0x080013A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 226:722.639 -- Read from C cache (60 bytes @ 0x080013A0) +T4AF4 226:722.664 Data: 02 98 01 68 08 68 40 F0 40 00 08 60 06 E0 02 98 ... +T4AF4 226:722.688 - 0.117ms returns 60 (0x3C) +T4AF4 226:722.749 JLINK_ReadMemEx(0x080013A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 226:722.817 -- Read from C cache (2 bytes @ 0x080013A0) +T4AF4 226:722.844 Data: 02 98 +T4AF4 226:722.868 - 0.127ms returns 2 (0x2) +T54B0 228:606.638 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T54B0 228:606.690 -- Read from C cache (2 bytes @ 0x08001396) +T54B0 228:606.717 Data: 02 98 +T54B0 228:606.754 - 0.127ms returns 2 (0x2) +T54B0 228:606.781 JLINK_HasError() +T54B0 228:606.810 JLINK_Step() +T54B0 228:607.835 -- Read from C cache (2 bytes @ 0x08001396) +T54B0 228:607.908 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 228:607.942 -- Simulated +T54B0 228:607.973 - 1.172ms returns 0 +T54B0 228:608.002 JLINK_HasError() +T54B0 228:608.028 JLINK_ReadReg(R15 (PC)) +T54B0 228:608.053 - 0.035ms returns 0x08001398 +T54B0 228:608.074 JLINK_ReadReg(XPSR) +T54B0 228:608.092 - 0.028ms returns 0x81000000 +T54B0 228:608.128 JLINK_HasError() +T54B0 228:608.158 JLINK_Step() +T54B0 228:608.182 -- Read from C cache (2 bytes @ 0x08001398) +T54B0 228:608.224 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 228:609.561 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 228:609.590 -- Read from C cache (1 bytes @ 0x2000041D) +T54B0 228:609.616 -- Simulated +T54B0 228:609.640 - 1.493ms returns 0 +T54B0 228:609.663 JLINK_HasError() +T54B0 228:609.682 JLINK_ReadReg(R15 (PC)) +T54B0 228:609.701 - 0.027ms returns 0x0800139A +T54B0 228:609.720 JLINK_ReadReg(XPSR) +T54B0 228:609.739 - 0.027ms returns 0x81000000 +T54B0 228:609.761 JLINK_HasError() +T54B0 228:609.780 JLINK_Step() +T54B0 228:609.799 -- Read from C cache (2 bytes @ 0x0800139A) +T54B0 228:609.824 -- Simulated +T54B0 228:609.848 - 0.076ms returns 0 +T54B0 228:609.867 JLINK_HasError() +T54B0 228:609.885 JLINK_ReadReg(R15 (PC)) +T54B0 228:609.902 - 0.025ms returns 0x0800139C +T54B0 228:609.921 JLINK_ReadReg(XPSR) +T54B0 228:609.938 - 0.025ms returns 0x81000000 +T54B0 228:609.959 JLINK_HasError() +T54B0 228:609.977 JLINK_Step() +T54B0 228:609.995 -- Read from C cache (2 bytes @ 0x0800139C) +T54B0 228:610.020 -- Simulated +T54B0 228:610.044 - 0.074ms returns 0 +T54B0 228:610.062 JLINK_HasError() +T54B0 228:610.081 JLINK_ReadReg(R15 (PC)) +T54B0 228:610.098 - 0.025ms returns 0x080013AE +T54B0 228:610.117 JLINK_ReadReg(XPSR) +T54B0 228:610.134 - 0.025ms returns 0x81000000 +T54B0 228:612.734 JLINK_HasError() +T54B0 228:612.767 JLINK_ReadReg(R0) +T54B0 228:612.788 - 0.030ms returns 0x00000000 +T54B0 228:612.808 JLINK_ReadReg(R1) +T54B0 228:612.825 - 0.025ms returns 0x40006400 +T54B0 228:612.845 JLINK_ReadReg(R2) +T54B0 228:612.862 - 0.025ms returns 0x00000000 +T54B0 228:612.881 JLINK_ReadReg(R3) +T54B0 228:612.898 - 0.025ms returns 0x00000000 +T54B0 228:612.917 JLINK_ReadReg(R4) +T54B0 228:612.934 - 0.025ms returns 0x00000000 +T54B0 228:612.952 JLINK_ReadReg(R5) +T54B0 228:612.969 - 0.025ms returns 0x20000018 +T54B0 228:612.988 JLINK_ReadReg(R6) +T54B0 228:613.005 - 0.025ms returns 0x00000000 +T54B0 228:613.024 JLINK_ReadReg(R7) +T54B0 228:613.041 - 0.025ms returns 0x00000000 +T54B0 228:613.060 JLINK_ReadReg(R8) +T54B0 228:613.077 - 0.025ms returns 0x00000000 +T54B0 228:613.096 JLINK_ReadReg(R9) +T54B0 228:613.113 - 0.025ms returns 0x20000160 +T54B0 228:613.132 JLINK_ReadReg(R10) +T54B0 228:613.149 - 0.025ms returns 0x08006850 +T54B0 228:613.168 JLINK_ReadReg(R11) +T54B0 228:613.185 - 0.025ms returns 0x00000000 +T54B0 228:613.204 JLINK_ReadReg(R12) +T54B0 228:613.221 - 0.025ms returns 0x00000001 +T54B0 228:613.240 JLINK_ReadReg(R13 (SP)) +T54B0 228:613.257 - 0.025ms returns 0x20000F60 +T54B0 228:613.276 JLINK_ReadReg(R14) +T54B0 228:613.293 - 0.025ms returns 0x08001335 +T54B0 228:613.312 JLINK_ReadReg(R15 (PC)) +T54B0 228:613.329 - 0.025ms returns 0x080013AE +T54B0 228:613.348 JLINK_ReadReg(XPSR) +T54B0 228:613.365 - 0.027ms returns 0x81000000 +T54B0 228:613.386 JLINK_ReadReg(MSP) +T54B0 228:613.403 - 0.025ms returns 0x20000F60 +T54B0 228:613.422 JLINK_ReadReg(PSP) +T54B0 228:613.439 - 0.027ms returns 0x20001000 +T54B0 228:613.460 JLINK_ReadReg(CFBP) +T54B0 228:613.482 - 0.029ms returns 0x00000000 +T4AF4 228:614.516 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.555 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 228:614.581 Data: E5 3E 00 08 +T4AF4 228:614.602 - 0.093ms returns 4 (0x4) +T4AF4 228:614.624 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.641 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 228:614.662 Data: 00 00 00 00 +T4AF4 228:614.683 - 0.066ms returns 4 (0x4) +T4AF4 228:614.700 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.716 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 228:614.744 Data: E5 3E 00 08 +T4AF4 228:614.764 - 0.071ms returns 4 (0x4) +T4AF4 228:614.781 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.798 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 228:614.819 Data: 3B 55 00 08 +T4AF4 228:614.839 - 0.065ms returns 4 (0x4) +T4AF4 228:614.858 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.874 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 228:614.895 Data: 00 00 00 00 +T4AF4 228:614.915 - 0.064ms returns 4 (0x4) +T4AF4 228:614.932 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:614.948 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 228:614.969 Data: 3B 55 00 08 +T4AF4 228:614.989 - 0.064ms returns 4 (0x4) +T4AF4 228:615.007 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.023 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 228:615.043 Data: BB 01 00 08 +T4AF4 228:615.064 - 0.064ms returns 4 (0x4) +T4AF4 228:615.088 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.104 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 228:615.125 Data: 04 04 00 20 +T4AF4 228:615.145 - 0.065ms returns 4 (0x4) +T4AF4 228:615.163 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.179 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 228:615.200 Data: 08 00 00 00 +T4AF4 228:615.221 - 0.065ms returns 4 (0x4) +T4AF4 228:615.250 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.267 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 228:615.288 Data: 00 00 00 00 +T4AF4 228:615.309 - 0.065ms returns 4 (0x4) +T4AF4 228:615.326 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.342 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 228:615.363 Data: 00 00 00 00 +T4AF4 228:615.383 - 0.064ms returns 4 (0x4) +T4AF4 228:615.400 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.416 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 228:615.437 Data: 00 00 00 00 +T4AF4 228:615.458 - 0.064ms returns 4 (0x4) +T4AF4 228:615.475 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.491 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 228:615.511 Data: 00 00 00 00 +T4AF4 228:615.532 - 0.064ms returns 4 (0x4) +T4AF4 228:615.549 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.565 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 228:615.588 Data: 00 00 00 00 +T4AF4 228:615.609 - 0.067ms returns 4 (0x4) +T4AF4 228:615.632 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 228:615.648 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 228:615.679 Data: 00 00 00 00 +T4AF4 228:615.703 - 0.079ms returns 4 (0x4) +T4AF4 228:615.731 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:615.750 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 228:615.774 Data: 00 00 +T4AF4 228:615.798 - 0.076ms returns 2 (0x2) +T4AF4 228:615.852 JLINK_HasError() +T4AF4 228:615.872 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 228:615.896 Data: EB 97 00 00 +T4AF4 228:615.921 Debug reg: DWT_CYCCNT +T4AF4 228:615.945 - 0.080ms returns 1 (0x1) +T4AF4 228:616.124 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 228:616.148 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 228:617.310 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 228:617.335 - 1.219ms returns 28 (0x1C) +T4AF4 228:617.361 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:617.384 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 228:617.878 Data: 00 00 23 01 +T4AF4 228:617.909 - 0.557ms returns 4 (0x4) +T4AF4 228:617.932 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 228:617.954 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 228:618.773 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 228:618.851 - 0.940ms returns 76 (0x4C) +T4AF4 228:618.908 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:618.964 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 228:620.082 Data: 31 C6 E5 4A +T4AF4 228:620.113 - 1.214ms returns 4 (0x4) +T4AF4 228:620.137 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:620.160 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 228:620.570 Data: 01 0E 1C 2A +T4AF4 228:620.596 - 0.467ms returns 4 (0x4) +T4AF4 228:620.617 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:620.638 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 228:621.055 Data: 00 00 00 00 +T4AF4 228:621.080 - 0.471ms returns 4 (0x4) +T4AF4 228:621.101 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:621.122 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 228:621.562 Data: 00 00 00 00 +T4AF4 228:621.587 - 0.493ms returns 4 (0x4) +T4AF4 228:621.608 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:621.628 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 228:622.054 Data: 00 00 00 00 +T4AF4 228:622.079 - 0.479ms returns 4 (0x4) +T4AF4 228:622.100 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:622.120 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 228:622.576 Data: 00 00 00 00 +T4AF4 228:622.601 - 0.509ms returns 4 (0x4) +T4AF4 228:622.622 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 228:622.643 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 228:623.734 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 228:623.828 - 1.231ms returns 108 (0x6C) +T4AF4 228:623.871 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 228:623.896 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 228:625.080 Data: AB AA FD 78 +T4AF4 228:625.116 - 1.254ms returns 4 (0x4) +T4AF4 228:659.860 JLINK_ReadMemEx(0x080013AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 228:659.908 -- Read from C cache (60 bytes @ 0x080013AC) +T4AF4 228:659.939 Data: 06 E0 02 98 01 68 08 68 20 F0 40 00 08 60 FF E7 ... +T4AF4 228:659.964 - 0.112ms returns 60 (0x3C) +T4AF4 228:659.984 JLINK_ReadMemEx(0x080013AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.004 -- Read from C cache (2 bytes @ 0x080013AC) +T4AF4 228:660.029 Data: 06 E0 +T4AF4 228:660.054 - 0.078ms returns 2 (0x2) +T4AF4 228:660.074 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.092 -- Read from C cache (2 bytes @ 0x080013AE) +T4AF4 228:660.116 Data: 02 98 +T4AF4 228:660.144 - 0.077ms returns 2 (0x2) +T4AF4 228:660.189 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.204 -- Read from C cache (2 bytes @ 0x080013AE) +T4AF4 228:660.225 Data: 02 98 +T4AF4 228:660.246 - 0.064ms returns 2 (0x2) +T4AF4 228:660.263 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 228:660.278 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 228:660.300 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 228:660.320 - 0.064ms returns 60 (0x3C) +T4AF4 228:660.336 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.351 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 228:660.372 Data: 01 68 +T4AF4 228:660.393 - 0.063ms returns 2 (0x2) +T4AF4 228:660.414 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 228:660.430 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 228:660.451 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 228:660.472 - 0.064ms returns 60 (0x3C) +T4AF4 228:660.490 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.506 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 228:660.542 Data: 01 68 +T4AF4 228:660.563 - 0.079ms returns 2 (0x2) +T4AF4 228:660.579 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.594 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 228:660.615 Data: 08 68 +T4AF4 228:660.636 - 0.063ms returns 2 (0x2) +T4AF4 228:660.657 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.672 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 228:660.693 Data: 08 68 +T4AF4 228:660.713 - 0.064ms returns 2 (0x2) +T4AF4 228:660.730 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 228:660.745 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 228:660.767 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 228:660.787 - 0.064ms returns 60 (0x3C) +T4AF4 228:660.803 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.818 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 228:660.839 Data: 20 F0 +T4AF4 228:660.860 - 0.063ms returns 2 (0x2) +T4AF4 228:660.880 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 228:660.896 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 228:660.918 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 228:660.938 - 0.064ms returns 60 (0x3C) +T4AF4 228:660.957 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:660.973 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 228:660.993 Data: 20 F0 +T4AF4 228:661.014 - 0.063ms returns 2 (0x2) +T4AF4 228:661.030 JLINK_ReadMemEx(0x080013B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 228:661.045 -- Read from C cache (2 bytes @ 0x080013B6) +T4AF4 228:661.066 Data: 40 00 +T4AF4 228:661.086 - 0.063ms returns 2 (0x2) +T54B0 232:846.807 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T54B0 232:846.858 -- Read from C cache (2 bytes @ 0x080013AE) +T54B0 232:846.884 Data: 02 98 +T54B0 232:846.908 - 0.110ms returns 2 (0x2) +T54B0 232:846.928 JLINK_HasError() +T54B0 232:846.950 JLINK_Step() +T54B0 232:847.991 -- Read from C cache (2 bytes @ 0x080013AE) +T54B0 232:848.025 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 232:848.052 -- Simulated +T54B0 232:848.075 - 1.134ms returns 0 +T54B0 232:848.096 JLINK_HasError() +T54B0 232:848.116 JLINK_ReadReg(R15 (PC)) +T54B0 232:848.134 - 0.027ms returns 0x080013B0 +T54B0 232:848.154 JLINK_ReadReg(XPSR) +T54B0 232:848.171 - 0.025ms returns 0x81000000 +T54B0 232:848.196 JLINK_HasError() +T54B0 232:848.215 JLINK_Step() +T54B0 232:848.233 -- Read from C cache (2 bytes @ 0x080013B0) +T54B0 232:848.261 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 232:848.286 -- Simulated +T54B0 232:848.309 - 0.102ms returns 0 +T54B0 232:848.327 JLINK_HasError() +T54B0 232:848.346 JLINK_ReadReg(R15 (PC)) +T54B0 232:848.363 - 0.025ms returns 0x080013B2 +T54B0 232:848.382 JLINK_ReadReg(XPSR) +T54B0 232:848.399 - 0.025ms returns 0x81000000 +T54B0 232:848.419 JLINK_HasError() +T54B0 232:848.437 JLINK_Step() +T54B0 232:848.455 -- Read from C cache (2 bytes @ 0x080013B2) +T54B0 232:848.480 -- Not simulated +T54B0 232:848.523 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 232:853.167 - 4.757ms returns 0 +T54B0 232:853.209 JLINK_HasError() +T54B0 232:853.230 JLINK_ReadReg(R15 (PC)) +T54B0 232:853.269 - 0.048ms returns 0x080013B4 +T54B0 232:853.289 JLINK_ReadReg(XPSR) +T54B0 232:853.308 - 0.026ms returns 0x81000000 +T54B0 232:853.334 JLINK_HasError() +T54B0 232:853.356 JLINK_Step() +T54B0 232:853.382 CPU_ReadMem(64 bytes @ 0x08001380) +T54B0 232:854.745 -- Updating C cache (64 bytes @ 0x08001380) +T54B0 232:854.787 -- Read from C cache (2 bytes @ 0x080013B4) +T54B0 232:854.815 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 232:855.230 -- Read from C cache (2 bytes @ 0x080013B6) +T54B0 232:855.260 -- Simulated +T54B0 232:855.284 - 1.936ms returns 0 +T54B0 232:855.306 JLINK_HasError() +T54B0 232:855.325 JLINK_ReadReg(R15 (PC)) +T54B0 232:855.346 - 0.029ms returns 0x080013B8 +T54B0 232:855.365 JLINK_ReadReg(XPSR) +T54B0 232:855.383 - 0.031ms returns 0x81000000 +T54B0 232:855.419 JLINK_ReadMemEx(0x080013B8, 0x3C Bytes, Flags = 0x02000000) +T54B0 232:855.440 CPU_ReadMem(64 bytes @ 0x080013C0) +T54B0 232:855.977 -- Updating C cache (64 bytes @ 0x080013C0) +T54B0 232:856.003 -- Read from C cache (60 bytes @ 0x080013B8) +T54B0 232:856.032 Data: 08 60 FF E7 02 98 80 7E 01 28 07 D1 FF E7 02 98 ... +T54B0 232:856.055 - 0.644ms returns 60 (0x3C) +T54B0 232:856.075 JLINK_ReadMemEx(0x080013B8, 0x2 Bytes, Flags = 0x02000000) +T54B0 232:856.093 -- Read from C cache (2 bytes @ 0x080013B8) +T54B0 232:856.117 Data: 08 60 +T54B0 232:856.140 - 0.073ms returns 2 (0x2) +T54B0 232:856.160 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T54B0 232:856.178 -- Read from C cache (2 bytes @ 0x080013BA) +T54B0 232:856.202 Data: FF E7 +T54B0 232:856.225 - 0.073ms returns 2 (0x2) +T54B0 232:856.244 JLINK_HasError() +T54B0 232:856.263 JLINK_Step() +T54B0 232:856.284 -- Read from C cache (2 bytes @ 0x080013B8) +T54B0 232:856.309 -- Not simulated +T54B0 232:856.346 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 232:860.925 - 4.682ms returns 0 +T54B0 232:860.960 JLINK_HasError() +T54B0 232:860.981 JLINK_ReadReg(R15 (PC)) +T54B0 232:861.001 - 0.029ms returns 0x080013BA +T54B0 232:861.021 JLINK_ReadReg(XPSR) +T54B0 232:861.039 - 0.026ms returns 0x81000000 +T54B0 232:861.064 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T54B0 232:861.088 CPU_ReadMem(64 bytes @ 0x08001380) +T54B0 232:861.740 -- Updating C cache (64 bytes @ 0x08001380) +T54B0 232:861.781 -- Read from C cache (2 bytes @ 0x080013BA) +T54B0 232:861.807 Data: FF E7 +T54B0 232:861.832 - 0.777ms returns 2 (0x2) +T54B0 232:861.856 JLINK_ReadMemEx(0x080013BC, 0x3C Bytes, Flags = 0x02000000) +T54B0 232:861.878 CPU_ReadMem(64 bytes @ 0x080013C0) +T54B0 232:862.494 -- Updating C cache (64 bytes @ 0x080013C0) +T54B0 232:862.531 -- Read from C cache (60 bytes @ 0x080013BC) +T54B0 232:862.557 Data: 02 98 80 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T54B0 232:862.581 - 0.733ms returns 60 (0x3C) +T54B0 232:862.603 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T54B0 232:862.622 -- Read from C cache (2 bytes @ 0x080013BC) +T54B0 232:862.646 Data: 02 98 +T54B0 232:862.670 - 0.075ms returns 2 (0x2) +T54B0 232:862.690 JLINK_HasError() +T54B0 232:862.710 JLINK_Step() +T54B0 232:862.731 -- Read from C cache (2 bytes @ 0x080013BA) +T54B0 232:862.757 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 232:863.944 -- Simulated +T54B0 232:864.017 - 1.314ms returns 0 +T54B0 232:864.036 JLINK_HasError() +T54B0 232:864.052 JLINK_ReadReg(R15 (PC)) +T54B0 232:864.070 - 0.024ms returns 0x080013BC +T54B0 232:864.086 JLINK_ReadReg(XPSR) +T54B0 232:864.101 - 0.021ms returns 0x81000000 +T54B0 232:864.424 JLINK_HasError() +T54B0 232:864.444 JLINK_ReadReg(R0) +T54B0 232:864.461 - 0.103ms returns 0x00010001 +T54B0 232:864.586 JLINK_ReadReg(R1) +T54B0 232:864.609 - 0.035ms returns 0x40006400 +T54B0 232:864.632 JLINK_ReadReg(R2) +T54B0 232:864.649 - 0.026ms returns 0x00000000 +T54B0 232:864.669 JLINK_ReadReg(R3) +T54B0 232:864.686 - 0.025ms returns 0x00000000 +T54B0 232:864.705 JLINK_ReadReg(R4) +T54B0 232:864.722 - 0.025ms returns 0x00000000 +T54B0 232:864.741 JLINK_ReadReg(R5) +T54B0 232:864.758 - 0.025ms returns 0x20000018 +T54B0 232:864.778 JLINK_ReadReg(R6) +T54B0 232:864.794 - 0.025ms returns 0x00000000 +T54B0 232:864.814 JLINK_ReadReg(R7) +T54B0 232:864.830 - 0.025ms returns 0x00000000 +T54B0 232:864.849 JLINK_ReadReg(R8) +T54B0 232:864.866 - 0.025ms returns 0x00000000 +T54B0 232:864.885 JLINK_ReadReg(R9) +T54B0 232:864.902 - 0.025ms returns 0x20000160 +T54B0 232:864.920 JLINK_ReadReg(R10) +T54B0 232:864.937 - 0.025ms returns 0x08006850 +T54B0 232:864.956 JLINK_ReadReg(R11) +T54B0 232:864.973 - 0.025ms returns 0x00000000 +T54B0 232:864.992 JLINK_ReadReg(R12) +T54B0 232:865.009 - 0.025ms returns 0x00000001 +T54B0 232:865.028 JLINK_ReadReg(R13 (SP)) +T54B0 232:865.045 - 0.025ms returns 0x20000F60 +T54B0 232:865.064 JLINK_ReadReg(R14) +T54B0 232:865.081 - 0.025ms returns 0x08001335 +T54B0 232:865.105 JLINK_ReadReg(R15 (PC)) +T54B0 232:865.127 - 0.030ms returns 0x080013BC +T54B0 232:865.146 JLINK_ReadReg(XPSR) +T54B0 232:865.162 - 0.025ms returns 0x81000000 +T54B0 232:865.181 JLINK_ReadReg(MSP) +T54B0 232:865.198 - 0.025ms returns 0x20000F60 +T54B0 232:865.217 JLINK_ReadReg(PSP) +T54B0 232:865.234 - 0.025ms returns 0x20001000 +T54B0 232:865.253 JLINK_ReadReg(CFBP) +T54B0 232:865.270 - 0.025ms returns 0x00000000 +T4AF4 232:865.639 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:865.686 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 232:867.040 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 232:867.076 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 232:867.102 Data: E5 3E 00 08 +T4AF4 232:867.126 - 1.496ms returns 4 (0x4) +T4AF4 232:867.156 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:867.178 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 232:867.203 Data: 00 00 00 00 +T4AF4 232:867.227 - 0.079ms returns 4 (0x4) +T4AF4 232:867.250 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:867.269 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 232:867.293 Data: E5 3E 00 08 +T4AF4 232:867.320 - 0.078ms returns 4 (0x4) +T4AF4 232:867.344 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:867.365 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 232:868.656 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 232:868.692 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 232:868.718 Data: 3B 55 00 08 +T4AF4 232:868.742 - 1.407ms returns 4 (0x4) +T4AF4 232:868.769 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:868.791 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 232:868.816 Data: 00 00 00 00 +T4AF4 232:868.841 - 0.080ms returns 4 (0x4) +T4AF4 232:868.860 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:868.879 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 232:868.904 Data: 3B 55 00 08 +T4AF4 232:868.928 - 0.076ms returns 4 (0x4) +T4AF4 232:868.948 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:868.969 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 232:870.321 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 232:870.408 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 232:870.451 Data: BB 01 00 08 +T4AF4 232:870.475 - 1.535ms returns 4 (0x4) +T4AF4 232:870.557 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:870.581 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 232:870.606 Data: 04 04 00 20 +T4AF4 232:870.630 - 0.081ms returns 4 (0x4) +T4AF4 232:870.651 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:870.670 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 232:870.695 Data: 08 00 00 00 +T4AF4 232:870.719 - 0.076ms returns 4 (0x4) +T4AF4 232:870.760 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:870.782 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 232:872.241 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 232:872.313 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 232:872.339 Data: 00 00 00 00 +T4AF4 232:872.363 - 1.612ms returns 4 (0x4) +T4AF4 232:872.389 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:872.411 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 232:872.436 Data: 00 00 00 00 +T4AF4 232:872.460 - 0.079ms returns 4 (0x4) +T4AF4 232:872.480 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:872.501 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 232:873.840 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 232:873.916 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 232:873.942 Data: 00 00 00 00 +T4AF4 232:873.966 - 1.495ms returns 4 (0x4) +T4AF4 232:873.992 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:874.014 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 232:874.039 Data: 00 00 00 00 +T4AF4 232:874.063 - 0.080ms returns 4 (0x4) +T4AF4 232:874.084 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:874.346 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 232:874.372 Data: 00 00 00 00 +T4AF4 232:874.397 - 0.321ms returns 4 (0x4) +T4AF4 232:874.417 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 232:874.437 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 232:874.461 Data: 00 00 00 00 +T4AF4 232:874.485 - 0.076ms returns 4 (0x4) +T4AF4 232:874.506 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:874.525 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 232:874.550 Data: 00 00 +T4AF4 232:874.574 - 0.076ms returns 2 (0x2) +T4AF4 232:874.640 JLINK_HasError() +T4AF4 232:874.660 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 232:874.681 Data: F8 97 00 00 +T4AF4 232:874.706 Debug reg: DWT_CYCCNT +T4AF4 232:874.730 - 0.078ms returns 1 (0x1) +T4AF4 232:874.941 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 232:874.965 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 232:876.235 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 232:876.312 - 1.436ms returns 28 (0x1C) +T4AF4 232:876.394 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:876.419 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 232:877.490 Data: 00 00 23 01 +T4AF4 232:877.528 - 1.142ms returns 4 (0x4) +T4AF4 232:877.553 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 232:877.578 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 232:878.358 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 232:878.394 - 0.849ms returns 76 (0x4C) +T4AF4 232:878.419 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:878.445 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 232:878.878 Data: 31 C6 E5 4A +T4AF4 232:878.917 - 0.506ms returns 4 (0x4) +T4AF4 232:878.943 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:878.968 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 232:879.351 Data: 01 0E 1C 2A +T4AF4 232:879.377 - 0.443ms returns 4 (0x4) +T4AF4 232:879.398 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:879.419 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 232:879.851 Data: 00 00 00 00 +T4AF4 232:879.876 - 0.485ms returns 4 (0x4) +T4AF4 232:879.897 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:879.918 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 232:880.419 Data: 00 00 00 00 +T4AF4 232:880.466 - 0.580ms returns 4 (0x4) +T4AF4 232:880.497 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:880.522 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 232:880.989 Data: 00 00 00 00 +T4AF4 232:881.015 - 0.526ms returns 4 (0x4) +T4AF4 232:881.036 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:881.057 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 232:881.478 Data: 00 00 00 00 +T4AF4 232:881.503 - 0.475ms returns 4 (0x4) +T4AF4 232:881.524 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 232:881.545 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 232:882.487 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 232:882.516 - 1.000ms returns 108 (0x6C) +T4AF4 232:882.540 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 232:882.562 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 232:882.987 Data: AB AA FD 78 +T4AF4 232:883.012 - 0.481ms returns 4 (0x4) +T4AF4 232:917.830 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:917.871 -- Read from C cache (2 bytes @ 0x080013AE) +T4AF4 232:917.898 Data: 02 98 +T4AF4 232:917.923 - 0.102ms returns 2 (0x2) +T4AF4 232:917.944 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:917.962 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 232:917.988 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 232:918.012 - 0.076ms returns 60 (0x3C) +T4AF4 232:918.031 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.049 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 232:918.073 Data: 01 68 +T4AF4 232:918.097 - 0.075ms returns 2 (0x2) +T4AF4 232:918.124 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:918.143 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 232:918.169 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 232:918.220 - 0.104ms returns 60 (0x3C) +T4AF4 232:918.240 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.259 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 232:918.284 Data: 01 68 +T4AF4 232:918.308 - 0.076ms returns 2 (0x2) +T4AF4 232:918.327 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.345 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 232:918.370 Data: 08 68 +T4AF4 232:918.394 - 0.075ms returns 2 (0x2) +T4AF4 232:918.413 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.431 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 232:918.456 Data: 08 68 +T4AF4 232:918.480 - 0.074ms returns 2 (0x2) +T4AF4 232:918.499 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:918.517 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 232:918.542 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 232:918.567 - 0.075ms returns 60 (0x3C) +T4AF4 232:918.586 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.604 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 232:918.629 Data: 20 F0 +T4AF4 232:918.653 - 0.075ms returns 2 (0x2) +T4AF4 232:918.672 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:918.690 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 232:918.716 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 232:918.740 - 0.075ms returns 60 (0x3C) +T4AF4 232:918.759 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.777 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 232:918.802 Data: 20 F0 +T4AF4 232:918.826 - 0.075ms returns 2 (0x2) +T4AF4 232:918.845 JLINK_ReadMemEx(0x080013B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:918.863 -- Read from C cache (2 bytes @ 0x080013B6) +T4AF4 232:918.888 Data: 40 00 +T4AF4 232:918.912 - 0.075ms returns 2 (0x2) +T4AF4 232:918.931 JLINK_ReadMemEx(0x080013B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:918.950 -- Read from C cache (60 bytes @ 0x080013B8) +T4AF4 232:918.975 Data: 08 60 FF E7 02 98 80 7E 01 28 07 D1 FF E7 02 98 ... +T4AF4 232:918.999 - 0.076ms returns 60 (0x3C) +T4AF4 232:919.018 JLINK_ReadMemEx(0x080013B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.036 -- Read from C cache (2 bytes @ 0x080013B8) +T4AF4 232:919.061 Data: 08 60 +T4AF4 232:919.085 - 0.075ms returns 2 (0x2) +T4AF4 232:919.104 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.122 -- Read from C cache (2 bytes @ 0x080013BA) +T4AF4 232:919.147 Data: FF E7 +T4AF4 232:919.171 - 0.075ms returns 2 (0x2) +T4AF4 232:919.202 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.220 -- Read from C cache (2 bytes @ 0x080013BA) +T4AF4 232:919.244 Data: FF E7 +T4AF4 232:919.268 - 0.075ms returns 2 (0x2) +T4AF4 232:919.287 JLINK_ReadMemEx(0x080013BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:919.305 -- Read from C cache (60 bytes @ 0x080013BC) +T4AF4 232:919.331 Data: 02 98 80 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 232:919.354 - 0.075ms returns 60 (0x3C) +T4AF4 232:919.373 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.391 -- Read from C cache (2 bytes @ 0x080013BC) +T4AF4 232:919.416 Data: 02 98 +T4AF4 232:919.440 - 0.074ms returns 2 (0x2) +T4AF4 232:919.498 JLINK_ReadMemEx(0x080013BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:919.517 -- Read from C cache (60 bytes @ 0x080013BC) +T4AF4 232:919.542 Data: 02 98 80 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 232:919.566 - 0.075ms returns 60 (0x3C) +T4AF4 232:919.585 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.603 -- Read from C cache (2 bytes @ 0x080013BC) +T4AF4 232:919.627 Data: 02 98 +T4AF4 232:919.651 - 0.074ms returns 2 (0x2) +T4AF4 232:919.673 JLINK_ReadMemEx(0x080013BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.691 -- Read from C cache (2 bytes @ 0x080013BE) +T4AF4 232:919.715 Data: 80 7E +T4AF4 232:919.739 - 0.075ms returns 2 (0x2) +T4AF4 232:919.764 JLINK_ReadMemEx(0x080013BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.782 -- Read from C cache (2 bytes @ 0x080013BE) +T4AF4 232:919.807 Data: 80 7E +T4AF4 232:919.831 - 0.075ms returns 2 (0x2) +T4AF4 232:919.850 JLINK_ReadMemEx(0x080013C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:919.868 -- Read from C cache (60 bytes @ 0x080013C0) +T4AF4 232:919.893 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 20 00 ... +T4AF4 232:919.917 - 0.075ms returns 60 (0x3C) +T4AF4 232:919.936 JLINK_ReadMemEx(0x080013C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:919.954 -- Read from C cache (2 bytes @ 0x080013C0) +T4AF4 232:919.978 Data: 01 28 +T4AF4 232:920.002 - 0.074ms returns 2 (0x2) +T4AF4 232:920.027 JLINK_ReadMemEx(0x080013C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:920.045 -- Read from C cache (60 bytes @ 0x080013C0) +T4AF4 232:920.071 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 20 00 ... +T4AF4 232:920.095 - 0.076ms returns 60 (0x3C) +T4AF4 232:920.114 JLINK_ReadMemEx(0x080013C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.131 -- Read from C cache (2 bytes @ 0x080013C0) +T4AF4 232:920.156 Data: 01 28 +T4AF4 232:920.180 - 0.074ms returns 2 (0x2) +T4AF4 232:920.231 JLINK_ReadMemEx(0x080013C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.249 -- Read from C cache (2 bytes @ 0x080013C2) +T4AF4 232:920.274 Data: 07 D1 +T4AF4 232:920.298 - 0.075ms returns 2 (0x2) +T4AF4 232:920.323 JLINK_ReadMemEx(0x080013C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.341 -- Read from C cache (2 bytes @ 0x080013C2) +T4AF4 232:920.365 Data: 07 D1 +T4AF4 232:920.389 - 0.075ms returns 2 (0x2) +T4AF4 232:920.409 JLINK_ReadMemEx(0x080013C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:920.427 -- Read from C cache (60 bytes @ 0x080013C4) +T4AF4 232:920.452 Data: FF E7 02 98 01 68 08 68 40 F0 20 00 08 60 06 E0 ... +T4AF4 232:920.476 - 0.075ms returns 60 (0x3C) +T4AF4 232:920.495 JLINK_ReadMemEx(0x080013C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.513 -- Read from C cache (2 bytes @ 0x080013C4) +T4AF4 232:920.538 Data: FF E7 +T4AF4 232:920.562 - 0.075ms returns 2 (0x2) +T4AF4 232:920.590 JLINK_ReadMemEx(0x080013C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 232:920.608 -- Read from C cache (60 bytes @ 0x080013C4) +T4AF4 232:920.634 Data: FF E7 02 98 01 68 08 68 40 F0 20 00 08 60 06 E0 ... +T4AF4 232:920.658 - 0.075ms returns 60 (0x3C) +T4AF4 232:920.677 JLINK_ReadMemEx(0x080013C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.695 -- Read from C cache (2 bytes @ 0x080013C4) +T4AF4 232:920.719 Data: FF E7 +T4AF4 232:920.743 - 0.074ms returns 2 (0x2) +T4AF4 232:920.763 JLINK_ReadMemEx(0x080013C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 232:920.780 -- Read from C cache (2 bytes @ 0x080013C6) +T4AF4 232:920.805 Data: 02 98 +T4AF4 232:920.829 - 0.074ms returns 2 (0x2) +T54B0 233:830.277 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T54B0 233:830.335 -- Read from C cache (2 bytes @ 0x080013BC) +T54B0 233:830.361 Data: 02 98 +T54B0 233:830.387 - 0.118ms returns 2 (0x2) +T54B0 233:830.407 JLINK_HasError() +T54B0 233:830.429 JLINK_Step() +T54B0 233:831.416 -- Read from C cache (2 bytes @ 0x080013BC) +T54B0 233:831.477 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 233:831.503 -- Simulated +T54B0 233:831.527 - 1.106ms returns 0 +T54B0 233:831.551 JLINK_HasError() +T54B0 233:831.571 JLINK_ReadReg(R15 (PC)) +T54B0 233:831.590 - 0.027ms returns 0x080013BE +T54B0 233:831.609 JLINK_ReadReg(XPSR) +T54B0 233:831.627 - 0.025ms returns 0x81000000 +T54B0 233:831.656 JLINK_HasError() +T54B0 233:831.675 JLINK_Step() +T54B0 233:831.693 -- Read from C cache (2 bytes @ 0x080013BE) +T54B0 233:831.725 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 233:832.349 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 233:832.375 -- Read from C cache (1 bytes @ 0x2000041E) +T54B0 233:832.408 -- Simulated +T54B0 233:832.432 - 0.765ms returns 0 +T54B0 233:832.452 JLINK_HasError() +T54B0 233:832.471 JLINK_ReadReg(R15 (PC)) +T54B0 233:832.489 - 0.026ms returns 0x080013C0 +T54B0 233:832.508 JLINK_ReadReg(XPSR) +T54B0 233:832.527 - 0.027ms returns 0x81000000 +T54B0 233:832.548 JLINK_HasError() +T54B0 233:832.567 JLINK_Step() +T54B0 233:832.585 -- Read from C cache (2 bytes @ 0x080013C0) +T54B0 233:832.611 -- Simulated +T54B0 233:832.639 - 0.078ms returns 0 +T54B0 233:832.654 JLINK_HasError() +T54B0 233:832.670 JLINK_ReadReg(R15 (PC)) +T54B0 233:832.685 - 0.021ms returns 0x080013C2 +T54B0 233:832.701 JLINK_ReadReg(XPSR) +T54B0 233:832.715 - 0.021ms returns 0x81000000 +T54B0 233:832.732 JLINK_HasError() +T54B0 233:832.748 JLINK_Step() +T54B0 233:832.763 -- Read from C cache (2 bytes @ 0x080013C2) +T54B0 233:832.784 -- Simulated +T54B0 233:832.804 - 0.063ms returns 0 +T54B0 233:832.820 JLINK_HasError() +T54B0 233:832.836 JLINK_ReadReg(R15 (PC)) +T54B0 233:832.850 - 0.021ms returns 0x080013D4 +T54B0 233:832.866 JLINK_ReadReg(XPSR) +T54B0 233:832.881 - 0.021ms returns 0x81000000 +T54B0 233:835.609 JLINK_HasError() +T54B0 233:835.636 JLINK_ReadReg(R0) +T54B0 233:835.654 - 0.025ms returns 0x00000000 +T54B0 233:835.671 JLINK_ReadReg(R1) +T54B0 233:835.686 - 0.022ms returns 0x40006400 +T54B0 233:835.703 JLINK_ReadReg(R2) +T54B0 233:835.717 - 0.021ms returns 0x00000000 +T54B0 233:835.733 JLINK_ReadReg(R3) +T54B0 233:835.748 - 0.021ms returns 0x00000000 +T54B0 233:835.764 JLINK_ReadReg(R4) +T54B0 233:835.778 - 0.021ms returns 0x00000000 +T54B0 233:835.795 JLINK_ReadReg(R5) +T54B0 233:835.809 - 0.022ms returns 0x20000018 +T54B0 233:835.825 JLINK_ReadReg(R6) +T54B0 233:835.840 - 0.021ms returns 0x00000000 +T54B0 233:835.856 JLINK_ReadReg(R7) +T54B0 233:835.870 - 0.021ms returns 0x00000000 +T54B0 233:835.887 JLINK_ReadReg(R8) +T54B0 233:835.901 - 0.021ms returns 0x00000000 +T54B0 233:835.917 JLINK_ReadReg(R9) +T54B0 233:835.932 - 0.021ms returns 0x20000160 +T54B0 233:835.948 JLINK_ReadReg(R10) +T54B0 233:835.962 - 0.021ms returns 0x08006850 +T54B0 233:835.978 JLINK_ReadReg(R11) +T54B0 233:835.993 - 0.021ms returns 0x00000000 +T54B0 233:836.009 JLINK_ReadReg(R12) +T54B0 233:836.023 - 0.021ms returns 0x00000001 +T54B0 233:836.041 JLINK_ReadReg(R13 (SP)) +T54B0 233:836.056 - 0.022ms returns 0x20000F60 +T54B0 233:836.072 JLINK_ReadReg(R14) +T54B0 233:836.086 - 0.021ms returns 0x08001335 +T54B0 233:836.102 JLINK_ReadReg(R15 (PC)) +T54B0 233:836.117 - 0.021ms returns 0x080013D4 +T54B0 233:836.132 JLINK_ReadReg(XPSR) +T54B0 233:836.147 - 0.021ms returns 0x81000000 +T54B0 233:836.163 JLINK_ReadReg(MSP) +T54B0 233:836.177 - 0.021ms returns 0x20000F60 +T54B0 233:836.193 JLINK_ReadReg(PSP) +T54B0 233:836.208 - 0.021ms returns 0x20001000 +T54B0 233:836.224 JLINK_ReadReg(CFBP) +T54B0 233:836.240 - 0.023ms returns 0x00000000 +T4AF4 233:837.340 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.379 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 233:837.405 Data: E5 3E 00 08 +T4AF4 233:837.430 - 0.099ms returns 4 (0x4) +T4AF4 233:837.455 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.475 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 233:837.500 Data: 00 00 00 00 +T4AF4 233:837.525 - 0.077ms returns 4 (0x4) +T4AF4 233:837.544 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.564 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 233:837.590 Data: E5 3E 00 08 +T4AF4 233:837.614 - 0.078ms returns 4 (0x4) +T4AF4 233:837.635 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.654 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 233:837.678 Data: 3B 55 00 08 +T4AF4 233:837.708 - 0.080ms returns 4 (0x4) +T4AF4 233:837.726 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.742 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 233:837.763 Data: 00 00 00 00 +T4AF4 233:837.784 - 0.065ms returns 4 (0x4) +T4AF4 233:837.800 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.821 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 233:837.842 Data: 3B 55 00 08 +T4AF4 233:837.862 - 0.069ms returns 4 (0x4) +T4AF4 233:837.880 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.896 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 233:837.917 Data: BB 01 00 08 +T4AF4 233:837.938 - 0.065ms returns 4 (0x4) +T4AF4 233:837.962 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:837.978 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 233:837.999 Data: 04 04 00 20 +T4AF4 233:838.020 - 0.065ms returns 4 (0x4) +T4AF4 233:838.037 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.053 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 233:838.074 Data: 08 00 00 00 +T4AF4 233:838.095 - 0.065ms returns 4 (0x4) +T4AF4 233:838.125 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.156 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 233:838.178 Data: 00 00 00 00 +T4AF4 233:838.208 - 0.091ms returns 4 (0x4) +T4AF4 233:838.228 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.247 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 233:838.272 Data: 00 00 00 00 +T4AF4 233:838.298 - 0.078ms returns 4 (0x4) +T4AF4 233:838.319 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.338 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 233:838.363 Data: 00 00 00 00 +T4AF4 233:838.388 - 0.077ms returns 4 (0x4) +T4AF4 233:838.408 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.427 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 233:838.452 Data: 00 00 00 00 +T4AF4 233:838.476 - 0.076ms returns 4 (0x4) +T4AF4 233:838.496 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.515 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 233:838.540 Data: 00 00 00 00 +T4AF4 233:838.564 - 0.076ms returns 4 (0x4) +T4AF4 233:838.584 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 233:838.603 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 233:838.628 Data: 00 00 00 00 +T4AF4 233:838.652 - 0.076ms returns 4 (0x4) +T4AF4 233:838.673 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:838.692 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 233:838.717 Data: 00 00 +T4AF4 233:838.742 - 0.077ms returns 2 (0x2) +T4AF4 233:838.795 JLINK_HasError() +T4AF4 233:838.815 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 233:838.839 Data: FE 97 00 00 +T4AF4 233:838.864 Debug reg: DWT_CYCCNT +T4AF4 233:838.888 - 0.081ms returns 1 (0x1) +T4AF4 233:839.066 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 233:839.089 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 233:840.314 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 233:840.392 - 1.334ms returns 28 (0x1C) +T4AF4 233:840.431 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:840.457 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 233:840.845 Data: 00 00 23 01 +T4AF4 233:840.871 - 0.448ms returns 4 (0x4) +T4AF4 233:840.899 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 233:840.921 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 233:841.776 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 233:841.807 - 0.915ms returns 76 (0x4C) +T4AF4 233:841.842 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:841.864 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 233:842.344 Data: 31 C6 E5 4A +T4AF4 233:842.370 - 0.536ms returns 4 (0x4) +T4AF4 233:842.394 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:842.415 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 233:842.876 Data: 01 0E 1C 2A +T4AF4 233:842.901 - 0.515ms returns 4 (0x4) +T4AF4 233:842.933 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:842.954 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 233:843.351 Data: 00 00 00 00 +T4AF4 233:843.390 - 0.466ms returns 4 (0x4) +T4AF4 233:843.476 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:843.503 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 233:843.972 Data: 00 00 00 00 +T4AF4 233:843.998 - 0.530ms returns 4 (0x4) +T4AF4 233:844.019 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:844.040 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 233:844.473 Data: 00 00 00 00 +T4AF4 233:844.506 - 0.495ms returns 4 (0x4) +T4AF4 233:844.530 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:844.553 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 233:844.975 Data: 00 00 00 00 +T4AF4 233:845.003 - 0.482ms returns 4 (0x4) +T4AF4 233:845.026 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 233:845.048 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 233:845.977 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 233:846.013 - 0.995ms returns 108 (0x6C) +T4AF4 233:846.038 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 233:846.064 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 233:846.472 Data: AB AA FD 78 +T4AF4 233:846.498 - 0.468ms returns 4 (0x4) +T4AF4 233:879.902 JLINK_ReadMemEx(0x080013D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:879.938 -- Read from C cache (2 bytes @ 0x080013D2) +T4AF4 233:879.964 Data: 06 E0 +T4AF4 233:879.992 - 0.098ms returns 2 (0x2) +T4AF4 233:880.012 JLINK_ReadMemEx(0x080013D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 233:880.035 CPU_ReadMem(64 bytes @ 0x08001400) +T4AF4 233:881.422 -- Updating C cache (64 bytes @ 0x08001400) +T4AF4 233:881.458 -- Read from C cache (60 bytes @ 0x080013D4) +T4AF4 233:881.485 Data: 02 98 01 68 08 68 20 F0 20 00 08 60 FF E7 02 98 ... +T4AF4 233:881.509 - 1.505ms returns 60 (0x3C) +T4AF4 233:881.532 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:881.552 -- Read from C cache (2 bytes @ 0x080013D4) +T4AF4 233:881.576 Data: 02 98 +T4AF4 233:881.600 - 0.077ms returns 2 (0x2) +T4AF4 233:881.654 JLINK_ReadMemEx(0x080013D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 233:881.675 -- Read from C cache (60 bytes @ 0x080013D4) +T4AF4 233:881.700 Data: 02 98 01 68 08 68 20 F0 20 00 08 60 FF E7 02 98 ... +T4AF4 233:881.724 - 0.078ms returns 60 (0x3C) +T4AF4 233:881.743 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:881.761 -- Read from C cache (2 bytes @ 0x080013D4) +T4AF4 233:881.790 Data: 02 98 +T4AF4 233:881.811 - 0.074ms returns 2 (0x2) +T4AF4 233:881.827 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:881.843 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 233:881.864 Data: 01 68 +T4AF4 233:881.884 - 0.063ms returns 2 (0x2) +T4AF4 233:881.906 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:881.921 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 233:881.942 Data: 01 68 +T4AF4 233:881.963 - 0.063ms returns 2 (0x2) +T4AF4 233:881.979 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 233:881.994 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 233:882.016 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 233:882.036 - 0.064ms returns 60 (0x3C) +T4AF4 233:882.052 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:882.068 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 233:882.089 Data: 08 68 +T4AF4 233:882.109 - 0.063ms returns 2 (0x2) +T4AF4 233:882.130 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 233:882.145 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 233:882.167 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 233:882.187 - 0.064ms returns 60 (0x3C) +T4AF4 233:882.203 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:882.219 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 233:882.239 Data: 08 68 +T4AF4 233:882.260 - 0.063ms returns 2 (0x2) +T4AF4 233:882.276 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:882.291 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 233:882.312 Data: 20 F0 +T4AF4 233:882.339 - 0.069ms returns 2 (0x2) +T4AF4 233:882.360 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:882.375 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 233:882.403 Data: 20 F0 +T4AF4 233:882.424 - 0.071ms returns 2 (0x2) +T4AF4 233:882.441 JLINK_ReadMemEx(0x080013DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 233:882.456 -- Read from C cache (60 bytes @ 0x080013DC) +T4AF4 233:882.477 Data: 20 00 08 60 FF E7 02 98 C0 7E 01 28 07 D1 FF E7 ... +T4AF4 233:882.498 - 0.064ms returns 60 (0x3C) +T4AF4 233:882.514 JLINK_ReadMemEx(0x080013DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 233:882.529 -- Read from C cache (2 bytes @ 0x080013DC) +T4AF4 233:882.550 Data: 20 00 +T4AF4 233:882.570 - 0.063ms returns 2 (0x2) +T54B0 234:623.544 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T54B0 234:623.593 -- Read from C cache (2 bytes @ 0x080013D4) +T54B0 234:623.618 Data: 02 98 +T54B0 234:623.644 - 0.111ms returns 2 (0x2) +T54B0 234:623.664 JLINK_HasError() +T54B0 234:623.686 JLINK_Step() +T54B0 234:624.755 -- Read from C cache (2 bytes @ 0x080013D4) +T54B0 234:624.791 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 234:624.817 -- Simulated +T54B0 234:624.841 - 1.163ms returns 0 +T54B0 234:624.863 JLINK_HasError() +T54B0 234:624.882 JLINK_ReadReg(R15 (PC)) +T54B0 234:624.900 - 0.026ms returns 0x080013D6 +T54B0 234:624.919 JLINK_ReadReg(XPSR) +T54B0 234:624.936 - 0.025ms returns 0x81000000 +T54B0 234:624.962 JLINK_HasError() +T54B0 234:624.980 JLINK_Step() +T54B0 234:624.998 -- Read from C cache (2 bytes @ 0x080013D6) +T54B0 234:625.025 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 234:625.049 -- Simulated +T54B0 234:625.072 - 0.100ms returns 0 +T54B0 234:625.091 JLINK_HasError() +T54B0 234:625.110 JLINK_ReadReg(R15 (PC)) +T54B0 234:625.126 - 0.025ms returns 0x080013D8 +T54B0 234:625.145 JLINK_ReadReg(XPSR) +T54B0 234:625.162 - 0.025ms returns 0x81000000 +T54B0 234:625.183 JLINK_HasError() +T54B0 234:625.203 JLINK_Step() +T54B0 234:625.221 -- Read from C cache (2 bytes @ 0x080013D8) +T54B0 234:625.245 -- Not simulated +T54B0 234:625.295 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 234:629.994 - 4.810ms returns 0 +T54B0 234:630.030 JLINK_HasError() +T54B0 234:630.050 JLINK_ReadReg(R15 (PC)) +T54B0 234:630.071 - 0.029ms returns 0x080013DA +T54B0 234:630.091 JLINK_ReadReg(XPSR) +T54B0 234:630.108 - 0.026ms returns 0x81000000 +T54B0 234:630.133 JLINK_HasError() +T54B0 234:630.153 JLINK_Step() +T54B0 234:630.178 CPU_ReadMem(64 bytes @ 0x080013C0) +T54B0 234:631.497 -- Updating C cache (64 bytes @ 0x080013C0) +T54B0 234:631.533 -- Read from C cache (2 bytes @ 0x080013DA) +T54B0 234:631.560 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 234:631.990 -- Read from C cache (2 bytes @ 0x080013DC) +T54B0 234:632.018 -- Simulated +T54B0 234:632.042 - 1.897ms returns 0 +T54B0 234:632.063 JLINK_HasError() +T54B0 234:632.082 JLINK_ReadReg(R15 (PC)) +T54B0 234:632.101 - 0.027ms returns 0x080013DE +T54B0 234:632.120 JLINK_ReadReg(XPSR) +T54B0 234:632.137 - 0.025ms returns 0x81000000 +T54B0 234:632.161 JLINK_ReadMemEx(0x080013DE, 0x2 Bytes, Flags = 0x02000000) +T54B0 234:632.180 -- Read from C cache (2 bytes @ 0x080013DE) +T54B0 234:632.204 Data: 08 60 +T54B0 234:632.228 - 0.075ms returns 2 (0x2) +T54B0 234:632.247 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T54B0 234:632.267 CPU_ReadMem(64 bytes @ 0x08001400) +T54B0 234:633.697 -- Updating C cache (64 bytes @ 0x08001400) +T54B0 234:633.782 -- Read from C cache (60 bytes @ 0x080013E0) +T54B0 234:633.809 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 234:633.833 - 1.594ms returns 60 (0x3C) +T54B0 234:633.860 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T54B0 234:633.881 -- Read from C cache (2 bytes @ 0x080013E0) +T54B0 234:633.906 Data: FF E7 +T54B0 234:633.931 - 0.078ms returns 2 (0x2) +T54B0 234:633.955 JLINK_HasError() +T54B0 234:633.978 JLINK_Step() +T54B0 234:634.000 -- Read from C cache (2 bytes @ 0x080013DE) +T54B0 234:634.028 -- Not simulated +T54B0 234:634.076 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 234:638.655 - 4.703ms returns 0 +T54B0 234:638.700 JLINK_HasError() +T54B0 234:638.724 JLINK_ReadReg(R15 (PC)) +T54B0 234:638.745 - 0.029ms returns 0x080013E0 +T54B0 234:638.767 JLINK_ReadReg(XPSR) +T54B0 234:638.785 - 0.026ms returns 0x81000000 +T54B0 234:638.864 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T54B0 234:638.890 CPU_ReadMem(128 bytes @ 0x080013C0) +T54B0 234:640.626 -- Updating C cache (128 bytes @ 0x080013C0) +T54B0 234:640.663 -- Read from C cache (60 bytes @ 0x080013E0) +T54B0 234:640.690 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 234:640.714 - 1.858ms returns 60 (0x3C) +T54B0 234:640.736 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T54B0 234:640.756 -- Read from C cache (2 bytes @ 0x080013E0) +T54B0 234:640.783 Data: FF E7 +T54B0 234:640.807 - 0.079ms returns 2 (0x2) +T54B0 234:640.828 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T54B0 234:640.846 -- Read from C cache (2 bytes @ 0x080013E2) +T54B0 234:640.870 Data: 02 98 +T54B0 234:640.894 - 0.074ms returns 2 (0x2) +T54B0 234:640.914 JLINK_HasError() +T54B0 234:640.934 JLINK_Step() +T54B0 234:640.954 -- Read from C cache (2 bytes @ 0x080013E0) +T54B0 234:640.980 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 234:642.064 -- Simulated +T54B0 234:642.150 - 1.225ms returns 0 +T54B0 234:642.173 JLINK_HasError() +T54B0 234:642.193 JLINK_ReadReg(R15 (PC)) +T54B0 234:642.214 - 0.029ms returns 0x080013E2 +T54B0 234:642.233 JLINK_ReadReg(XPSR) +T54B0 234:642.251 - 0.026ms returns 0x81000000 +T54B0 234:642.497 JLINK_HasError() +T54B0 234:642.518 JLINK_ReadReg(R0) +T54B0 234:642.536 - 0.026ms returns 0x00010001 +T54B0 234:642.555 JLINK_ReadReg(R1) +T54B0 234:642.573 - 0.025ms returns 0x40006400 +T54B0 234:642.592 JLINK_ReadReg(R2) +T54B0 234:642.609 - 0.025ms returns 0x00000000 +T54B0 234:642.629 JLINK_ReadReg(R3) +T54B0 234:642.646 - 0.026ms returns 0x00000000 +T54B0 234:642.665 JLINK_ReadReg(R4) +T54B0 234:642.683 - 0.025ms returns 0x00000000 +T54B0 234:642.702 JLINK_ReadReg(R5) +T54B0 234:642.719 - 0.026ms returns 0x20000018 +T54B0 234:642.739 JLINK_ReadReg(R6) +T54B0 234:642.756 - 0.025ms returns 0x00000000 +T54B0 234:642.775 JLINK_ReadReg(R7) +T54B0 234:642.792 - 0.025ms returns 0x00000000 +T54B0 234:642.811 JLINK_ReadReg(R8) +T54B0 234:642.829 - 0.025ms returns 0x00000000 +T54B0 234:642.848 JLINK_ReadReg(R9) +T54B0 234:642.865 - 0.025ms returns 0x20000160 +T54B0 234:642.884 JLINK_ReadReg(R10) +T54B0 234:642.902 - 0.025ms returns 0x08006850 +T54B0 234:642.921 JLINK_ReadReg(R11) +T54B0 234:642.938 - 0.025ms returns 0x00000000 +T54B0 234:642.957 JLINK_ReadReg(R12) +T54B0 234:642.974 - 0.025ms returns 0x00000001 +T54B0 234:642.994 JLINK_ReadReg(R13 (SP)) +T54B0 234:643.011 - 0.026ms returns 0x20000F60 +T54B0 234:643.031 JLINK_ReadReg(R14) +T54B0 234:643.048 - 0.025ms returns 0x08001335 +T54B0 234:643.067 JLINK_ReadReg(R15 (PC)) +T54B0 234:643.084 - 0.026ms returns 0x080013E2 +T54B0 234:643.104 JLINK_ReadReg(XPSR) +T54B0 234:643.121 - 0.026ms returns 0x81000000 +T54B0 234:643.141 JLINK_ReadReg(MSP) +T54B0 234:643.158 - 0.025ms returns 0x20000F60 +T54B0 234:643.177 JLINK_ReadReg(PSP) +T54B0 234:643.194 - 0.025ms returns 0x20001000 +T54B0 234:643.213 JLINK_ReadReg(CFBP) +T54B0 234:643.231 - 0.025ms returns 0x00000000 +T4AF4 234:643.656 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:643.704 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 234:645.097 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 234:645.168 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 234:645.194 Data: E5 3E 00 08 +T4AF4 234:645.219 - 1.571ms returns 4 (0x4) +T4AF4 234:645.248 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:645.271 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 234:645.295 Data: 00 00 00 00 +T4AF4 234:645.319 - 0.079ms returns 4 (0x4) +T4AF4 234:645.339 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:645.358 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 234:645.394 Data: E5 3E 00 08 +T4AF4 234:645.418 - 0.087ms returns 4 (0x4) +T4AF4 234:645.439 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:645.460 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 234:646.849 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 234:646.938 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 234:646.964 Data: 3B 55 00 08 +T4AF4 234:646.989 - 1.558ms returns 4 (0x4) +T4AF4 234:647.016 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:647.039 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 234:647.072 Data: 00 00 00 00 +T4AF4 234:647.096 - 0.088ms returns 4 (0x4) +T4AF4 234:647.116 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:647.135 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 234:647.159 Data: 3B 55 00 08 +T4AF4 234:647.184 - 0.076ms returns 4 (0x4) +T4AF4 234:647.204 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:647.225 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 234:648.588 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 234:648.683 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 234:648.709 Data: BB 01 00 08 +T4AF4 234:648.734 - 1.537ms returns 4 (0x4) +T4AF4 234:648.768 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:648.790 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 234:648.815 Data: 04 04 00 20 +T4AF4 234:648.839 - 0.080ms returns 4 (0x4) +T4AF4 234:648.860 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:648.879 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 234:648.904 Data: 08 00 00 00 +T4AF4 234:648.928 - 0.076ms returns 4 (0x4) +T4AF4 234:648.972 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:648.994 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 234:650.326 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 234:650.367 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 234:650.392 Data: 00 00 00 00 +T4AF4 234:650.417 - 1.453ms returns 4 (0x4) +T4AF4 234:650.443 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:650.465 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 234:650.490 Data: 00 00 00 00 +T4AF4 234:650.514 - 0.079ms returns 4 (0x4) +T4AF4 234:650.534 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:650.555 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 234:651.965 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 234:652.041 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 234:652.067 Data: 00 00 00 00 +T4AF4 234:652.091 - 1.566ms returns 4 (0x4) +T4AF4 234:652.117 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:652.140 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 234:652.165 Data: 00 00 00 00 +T4AF4 234:652.189 - 0.080ms returns 4 (0x4) +T4AF4 234:652.209 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:652.228 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 234:652.253 Data: 00 00 00 00 +T4AF4 234:652.277 - 0.076ms returns 4 (0x4) +T4AF4 234:652.297 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 234:652.316 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 234:652.341 Data: 00 00 00 00 +T4AF4 234:652.365 - 0.076ms returns 4 (0x4) +T4AF4 234:652.386 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:652.405 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 234:652.429 Data: 00 00 +T4AF4 234:652.453 - 0.075ms returns 2 (0x2) +T4AF4 234:652.521 JLINK_HasError() +T4AF4 234:652.541 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 234:652.562 Data: 0C 98 00 00 +T4AF4 234:652.587 Debug reg: DWT_CYCCNT +T4AF4 234:652.611 - 0.078ms returns 1 (0x1) +T4AF4 234:652.817 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 234:652.840 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 234:654.120 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 234:654.205 - 1.396ms returns 28 (0x1C) +T4AF4 234:654.230 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:654.261 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 234:655.469 Data: 00 00 23 01 +T4AF4 234:655.562 - 1.354ms returns 4 (0x4) +T4AF4 234:655.623 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 234:655.658 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 234:657.214 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 234:657.288 - 1.673ms returns 76 (0x4C) +T4AF4 234:657.313 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:657.338 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 234:657.734 Data: 31 C6 E5 4A +T4AF4 234:657.759 - 0.455ms returns 4 (0x4) +T4AF4 234:657.781 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:657.802 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 234:658.235 Data: 01 0E 1C 2A +T4AF4 234:658.260 - 0.487ms returns 4 (0x4) +T4AF4 234:658.282 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:658.302 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 234:658.733 Data: 00 00 00 00 +T4AF4 234:658.759 - 0.485ms returns 4 (0x4) +T4AF4 234:658.780 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:658.800 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 234:659.234 Data: 00 00 00 00 +T4AF4 234:659.260 - 0.488ms returns 4 (0x4) +T4AF4 234:659.281 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:659.301 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 234:659.734 Data: 00 00 00 00 +T4AF4 234:659.759 - 0.486ms returns 4 (0x4) +T4AF4 234:659.780 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:659.801 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 234:660.236 Data: 00 00 00 00 +T4AF4 234:660.262 - 0.489ms returns 4 (0x4) +T4AF4 234:660.283 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 234:660.303 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 234:661.404 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 234:661.489 - 1.233ms returns 108 (0x6C) +T4AF4 234:661.556 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 234:661.618 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 234:662.797 Data: AB AA FD 78 +T4AF4 234:662.837 - 1.289ms returns 4 (0x4) +T4AF4 234:697.894 JLINK_ReadMemEx(0x080013D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:697.943 -- Read from C cache (60 bytes @ 0x080013D4) +T4AF4 234:697.977 Data: 02 98 01 68 08 68 20 F0 20 00 08 60 FF E7 02 98 ... +T4AF4 234:698.019 - 0.135ms returns 60 (0x3C) +T4AF4 234:698.044 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.074 -- Read from C cache (2 bytes @ 0x080013D4) +T4AF4 234:698.106 Data: 02 98 +T4AF4 234:698.136 - 0.105ms returns 2 (0x2) +T4AF4 234:698.164 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.187 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 234:698.218 Data: 01 68 +T4AF4 234:698.249 - 0.095ms returns 2 (0x2) +T4AF4 234:698.275 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.298 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 234:698.329 Data: 01 68 +T4AF4 234:698.359 - 0.095ms returns 2 (0x2) +T4AF4 234:698.384 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:698.407 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 234:698.439 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 234:698.468 - 0.094ms returns 60 (0x3C) +T4AF4 234:698.493 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.515 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 234:698.545 Data: 08 68 +T4AF4 234:698.575 - 0.093ms returns 2 (0x2) +T4AF4 234:698.600 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:698.623 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 234:698.655 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 234:698.685 - 0.095ms returns 60 (0x3C) +T4AF4 234:698.709 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.731 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 234:698.775 Data: 08 68 +T4AF4 234:698.806 - 0.107ms returns 2 (0x2) +T4AF4 234:698.830 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.854 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 234:698.884 Data: 20 F0 +T4AF4 234:698.915 - 0.095ms returns 2 (0x2) +T4AF4 234:698.939 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:698.962 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 234:698.993 Data: 20 F0 +T4AF4 234:699.023 - 0.096ms returns 2 (0x2) +T4AF4 234:699.053 JLINK_ReadMemEx(0x080013DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:699.075 -- Read from C cache (60 bytes @ 0x080013DC) +T4AF4 234:699.108 Data: 20 00 08 60 FF E7 02 98 C0 7E 01 28 07 D1 FF E7 ... +T4AF4 234:699.138 - 0.095ms returns 60 (0x3C) +T4AF4 234:699.162 JLINK_ReadMemEx(0x080013DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.185 -- Read from C cache (2 bytes @ 0x080013DC) +T4AF4 234:699.216 Data: 20 00 +T4AF4 234:699.246 - 0.094ms returns 2 (0x2) +T4AF4 234:699.270 JLINK_ReadMemEx(0x080013DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.293 -- Read from C cache (2 bytes @ 0x080013DE) +T4AF4 234:699.323 Data: 08 60 +T4AF4 234:699.354 - 0.093ms returns 2 (0x2) +T4AF4 234:699.378 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:699.400 -- Read from C cache (60 bytes @ 0x080013E0) +T4AF4 234:699.432 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 234:699.463 - 0.095ms returns 60 (0x3C) +T4AF4 234:699.487 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.509 -- Read from C cache (2 bytes @ 0x080013E0) +T4AF4 234:699.540 Data: FF E7 +T4AF4 234:699.571 - 0.094ms returns 2 (0x2) +T4AF4 234:699.595 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:699.618 -- Read from C cache (60 bytes @ 0x080013E0) +T4AF4 234:699.650 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 234:699.680 - 0.096ms returns 60 (0x3C) +T4AF4 234:699.704 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.727 -- Read from C cache (2 bytes @ 0x080013E0) +T4AF4 234:699.757 Data: FF E7 +T4AF4 234:699.788 - 0.094ms returns 2 (0x2) +T4AF4 234:699.813 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.835 -- Read from C cache (2 bytes @ 0x080013E2) +T4AF4 234:699.866 Data: 02 98 +T4AF4 234:699.896 - 0.093ms returns 2 (0x2) +T4AF4 234:699.965 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:699.989 -- Read from C cache (2 bytes @ 0x080013E2) +T4AF4 234:700.020 Data: 02 98 +T4AF4 234:700.053 - 0.098ms returns 2 (0x2) +T4AF4 234:700.077 JLINK_ReadMemEx(0x080013E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:700.100 -- Read from C cache (60 bytes @ 0x080013E4) +T4AF4 234:700.131 Data: C0 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 20 F0 ... +T4AF4 234:700.162 - 0.094ms returns 60 (0x3C) +T4AF4 234:700.186 JLINK_ReadMemEx(0x080013E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:700.208 -- Read from C cache (2 bytes @ 0x080013E4) +T4AF4 234:700.239 Data: C0 7E +T4AF4 234:700.270 - 0.094ms returns 2 (0x2) +T4AF4 234:700.301 JLINK_ReadMemEx(0x080013E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:700.324 -- Read from C cache (60 bytes @ 0x080013E4) +T4AF4 234:700.357 Data: C0 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 20 F0 ... +T4AF4 234:700.387 - 0.096ms returns 60 (0x3C) +T4AF4 234:700.411 JLINK_ReadMemEx(0x080013E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:700.433 -- Read from C cache (2 bytes @ 0x080013E4) +T4AF4 234:700.464 Data: C0 7E +T4AF4 234:700.494 - 0.094ms returns 2 (0x2) +T4AF4 234:700.518 JLINK_ReadMemEx(0x080013E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:700.541 -- Read from C cache (2 bytes @ 0x080013E6) +T4AF4 234:700.572 Data: 01 28 +T4AF4 234:700.603 - 0.094ms returns 2 (0x2) +T4AF4 234:700.634 JLINK_ReadMemEx(0x080013E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:700.656 -- Read from C cache (2 bytes @ 0x080013E6) +T4AF4 234:700.687 Data: 01 28 +T4AF4 234:700.717 - 0.096ms returns 2 (0x2) +T4AF4 234:700.746 JLINK_ReadMemEx(0x080013E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:700.769 -- Read from C cache (60 bytes @ 0x080013E8) +T4AF4 234:700.801 Data: 07 D1 FF E7 02 98 01 68 08 68 20 F0 10 00 08 60 ... +T4AF4 234:700.832 - 0.096ms returns 60 (0x3C) +T4AF4 234:700.856 JLINK_ReadMemEx(0x080013E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:700.879 -- Read from C cache (2 bytes @ 0x080013E8) +T4AF4 234:700.909 Data: 07 D1 +T4AF4 234:700.939 - 0.094ms returns 2 (0x2) +T4AF4 234:700.971 JLINK_ReadMemEx(0x080013E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:700.994 -- Read from C cache (60 bytes @ 0x080013E8) +T4AF4 234:701.026 Data: 07 D1 FF E7 02 98 01 68 08 68 20 F0 10 00 08 60 ... +T4AF4 234:701.058 - 0.097ms returns 60 (0x3C) +T4AF4 234:701.083 JLINK_ReadMemEx(0x080013E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:701.105 -- Read from C cache (2 bytes @ 0x080013E8) +T4AF4 234:701.137 Data: 07 D1 +T4AF4 234:701.167 - 0.094ms returns 2 (0x2) +T4AF4 234:701.191 JLINK_ReadMemEx(0x080013EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:701.214 -- Read from C cache (2 bytes @ 0x080013EA) +T4AF4 234:701.245 Data: FF E7 +T4AF4 234:701.275 - 0.094ms returns 2 (0x2) +T4AF4 234:701.311 JLINK_ReadMemEx(0x080013EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:701.334 -- Read from C cache (2 bytes @ 0x080013EA) +T4AF4 234:701.365 Data: FF E7 +T4AF4 234:701.395 - 0.096ms returns 2 (0x2) +T4AF4 234:701.421 JLINK_ReadMemEx(0x080013EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 234:701.444 -- Read from C cache (60 bytes @ 0x080013EC) +T4AF4 234:701.475 Data: 02 98 01 68 08 68 20 F0 10 00 08 60 06 E0 02 98 ... +T4AF4 234:701.506 - 0.094ms returns 60 (0x3C) +T4AF4 234:701.530 JLINK_ReadMemEx(0x080013EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 234:701.553 -- Read from C cache (2 bytes @ 0x080013EC) +T4AF4 234:701.584 Data: 02 98 +T4AF4 234:701.614 - 0.094ms returns 2 (0x2) +T54B0 235:382.676 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T54B0 235:382.729 -- Read from C cache (2 bytes @ 0x080013E2) +T54B0 235:382.756 Data: 02 98 +T54B0 235:382.782 - 0.115ms returns 2 (0x2) +T54B0 235:382.803 JLINK_HasError() +T54B0 235:382.825 JLINK_Step() +T54B0 235:383.912 -- Read from C cache (2 bytes @ 0x080013E2) +T54B0 235:383.967 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 235:383.993 -- Simulated +T54B0 235:384.022 - 1.205ms returns 0 +T54B0 235:384.045 JLINK_HasError() +T54B0 235:384.065 JLINK_ReadReg(R15 (PC)) +T54B0 235:384.083 - 0.027ms returns 0x080013E4 +T54B0 235:384.103 JLINK_ReadReg(XPSR) +T54B0 235:384.120 - 0.025ms returns 0x81000000 +T54B0 235:384.147 JLINK_HasError() +T54B0 235:384.166 JLINK_Step() +T54B0 235:384.184 -- Read from C cache (2 bytes @ 0x080013E4) +T54B0 235:384.218 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 235:385.522 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 235:385.562 -- Read from C cache (1 bytes @ 0x2000041F) +T54B0 235:385.589 -- Simulated +T54B0 235:385.615 - 1.457ms returns 0 +T54B0 235:385.638 JLINK_HasError() +T54B0 235:385.669 JLINK_ReadReg(R15 (PC)) +T54B0 235:385.690 - 0.030ms returns 0x080013E6 +T54B0 235:385.710 JLINK_ReadReg(XPSR) +T54B0 235:385.728 - 0.026ms returns 0x81000000 +T54B0 235:385.753 JLINK_HasError() +T54B0 235:385.772 JLINK_Step() +T54B0 235:385.792 -- Read from C cache (2 bytes @ 0x080013E6) +T54B0 235:385.820 -- Simulated +T54B0 235:385.844 - 0.080ms returns 0 +T54B0 235:385.863 JLINK_HasError() +T54B0 235:385.882 JLINK_ReadReg(R15 (PC)) +T54B0 235:385.900 - 0.026ms returns 0x080013E8 +T54B0 235:385.919 JLINK_ReadReg(XPSR) +T54B0 235:385.937 - 0.026ms returns 0x81000000 +T54B0 235:385.958 JLINK_HasError() +T54B0 235:385.977 JLINK_Step() +T54B0 235:385.995 -- Read from C cache (2 bytes @ 0x080013E8) +T54B0 235:386.021 -- Simulated +T54B0 235:386.045 - 0.076ms returns 0 +T54B0 235:386.064 JLINK_HasError() +T54B0 235:386.083 JLINK_ReadReg(R15 (PC)) +T54B0 235:386.100 - 0.026ms returns 0x080013FA +T54B0 235:386.120 JLINK_ReadReg(XPSR) +T54B0 235:386.137 - 0.032ms returns 0x81000000 +T54B0 235:388.941 JLINK_HasError() +T54B0 235:388.979 JLINK_ReadReg(R0) +T54B0 235:389.001 - 0.031ms returns 0x00000000 +T54B0 235:389.022 JLINK_ReadReg(R1) +T54B0 235:389.040 - 0.026ms returns 0x40006400 +T54B0 235:389.060 JLINK_ReadReg(R2) +T54B0 235:389.077 - 0.026ms returns 0x00000000 +T54B0 235:389.097 JLINK_ReadReg(R3) +T54B0 235:389.114 - 0.026ms returns 0x00000000 +T54B0 235:389.134 JLINK_ReadReg(R4) +T54B0 235:389.151 - 0.026ms returns 0x00000000 +T54B0 235:389.171 JLINK_ReadReg(R5) +T54B0 235:389.188 - 0.026ms returns 0x20000018 +T54B0 235:389.208 JLINK_ReadReg(R6) +T54B0 235:389.225 - 0.026ms returns 0x00000000 +T54B0 235:389.245 JLINK_ReadReg(R7) +T54B0 235:389.262 - 0.026ms returns 0x00000000 +T54B0 235:389.282 JLINK_ReadReg(R8) +T54B0 235:389.299 - 0.026ms returns 0x00000000 +T54B0 235:389.318 JLINK_ReadReg(R9) +T54B0 235:389.336 - 0.026ms returns 0x20000160 +T54B0 235:389.355 JLINK_ReadReg(R10) +T54B0 235:389.373 - 0.025ms returns 0x08006850 +T54B0 235:389.392 JLINK_ReadReg(R11) +T54B0 235:389.409 - 0.026ms returns 0x00000000 +T54B0 235:389.429 JLINK_ReadReg(R12) +T54B0 235:389.447 - 0.026ms returns 0x00000001 +T54B0 235:389.466 JLINK_ReadReg(R13 (SP)) +T54B0 235:389.486 - 0.028ms returns 0x20000F60 +T54B0 235:389.506 JLINK_ReadReg(R14) +T54B0 235:389.523 - 0.026ms returns 0x08001335 +T54B0 235:389.543 JLINK_ReadReg(R15 (PC)) +T54B0 235:389.560 - 0.026ms returns 0x080013FA +T54B0 235:389.580 JLINK_ReadReg(XPSR) +T54B0 235:389.597 - 0.026ms returns 0x81000000 +T54B0 235:389.617 JLINK_ReadReg(MSP) +T54B0 235:389.634 - 0.026ms returns 0x20000F60 +T54B0 235:389.654 JLINK_ReadReg(PSP) +T54B0 235:389.674 - 0.033ms returns 0x20001000 +T54B0 235:389.702 JLINK_ReadReg(CFBP) +T54B0 235:389.724 - 0.030ms returns 0x00000000 +T4AF4 235:390.750 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:390.790 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 235:390.816 Data: E5 3E 00 08 +T4AF4 235:390.841 - 0.100ms returns 4 (0x4) +T4AF4 235:390.866 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:390.886 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 235:390.912 Data: 00 00 00 00 +T4AF4 235:390.936 - 0.078ms returns 4 (0x4) +T4AF4 235:390.956 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:390.975 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 235:391.000 Data: E5 3E 00 08 +T4AF4 235:391.024 - 0.076ms returns 4 (0x4) +T4AF4 235:391.044 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.063 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 235:391.088 Data: 3B 55 00 08 +T4AF4 235:391.112 - 0.075ms returns 4 (0x4) +T4AF4 235:391.133 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.152 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 235:391.177 Data: 00 00 00 00 +T4AF4 235:391.201 - 0.076ms returns 4 (0x4) +T4AF4 235:391.220 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.239 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 235:391.264 Data: 3B 55 00 08 +T4AF4 235:391.288 - 0.076ms returns 4 (0x4) +T4AF4 235:391.308 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.327 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 235:391.351 Data: BB 01 00 08 +T4AF4 235:391.375 - 0.075ms returns 4 (0x4) +T4AF4 235:391.402 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.422 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 235:391.446 Data: 04 04 00 20 +T4AF4 235:391.470 - 0.076ms returns 4 (0x4) +T4AF4 235:391.490 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.509 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 235:391.534 Data: 08 00 00 00 +T4AF4 235:391.560 - 0.078ms returns 4 (0x4) +T4AF4 235:391.598 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.617 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 235:391.642 Data: 00 00 00 00 +T4AF4 235:391.667 - 0.077ms returns 4 (0x4) +T4AF4 235:391.688 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.718 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 235:391.742 Data: 00 00 00 00 +T4AF4 235:391.766 - 0.087ms returns 4 (0x4) +T4AF4 235:391.786 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.805 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 235:391.830 Data: 00 00 00 00 +T4AF4 235:391.854 - 0.076ms returns 4 (0x4) +T4AF4 235:391.874 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.892 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 235:391.917 Data: 00 00 00 00 +T4AF4 235:391.941 - 0.075ms returns 4 (0x4) +T4AF4 235:391.961 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:391.980 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 235:392.004 Data: 00 00 00 00 +T4AF4 235:392.028 - 0.075ms returns 4 (0x4) +T4AF4 235:392.048 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 235:392.067 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 235:392.091 Data: 00 00 00 00 +T4AF4 235:392.115 - 0.076ms returns 4 (0x4) +T4AF4 235:392.136 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:392.155 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 235:392.179 Data: 00 00 +T4AF4 235:392.203 - 0.076ms returns 2 (0x2) +T4AF4 235:392.256 JLINK_HasError() +T4AF4 235:392.277 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 235:392.300 Data: 12 98 00 00 +T4AF4 235:392.325 Debug reg: DWT_CYCCNT +T4AF4 235:392.349 - 0.081ms returns 1 (0x1) +T4AF4 235:392.527 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 235:392.550 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 235:393.767 Data: 01 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 235:393.806 - 1.288ms returns 28 (0x1C) +T4AF4 235:393.835 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:393.862 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 235:394.259 Data: 00 00 23 01 +T4AF4 235:394.285 - 0.458ms returns 4 (0x4) +T4AF4 235:394.306 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 235:394.327 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 235:395.167 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 235:395.196 - 0.898ms returns 76 (0x4C) +T4AF4 235:395.220 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:395.242 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 235:395.642 Data: 31 C6 E5 4A +T4AF4 235:395.683 - 0.472ms returns 4 (0x4) +T4AF4 235:395.709 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:395.736 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 235:396.166 Data: 01 0E 1C 2A +T4AF4 235:396.203 - 0.505ms returns 4 (0x4) +T4AF4 235:396.233 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:396.262 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 235:396.641 Data: 00 00 00 00 +T4AF4 235:396.680 - 0.455ms returns 4 (0x4) +T4AF4 235:396.705 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:396.730 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 235:397.173 Data: 00 00 00 00 +T4AF4 235:397.210 - 0.518ms returns 4 (0x4) +T4AF4 235:397.243 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:397.273 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 235:397.761 Data: 00 00 00 00 +T4AF4 235:397.788 - 0.554ms returns 4 (0x4) +T4AF4 235:397.810 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:397.831 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 235:398.259 Data: 00 00 00 00 +T4AF4 235:398.284 - 0.482ms returns 4 (0x4) +T4AF4 235:398.305 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 235:398.326 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 235:399.299 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 235:399.326 - 1.029ms returns 108 (0x6C) +T4AF4 235:399.349 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 235:399.370 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 235:399.799 Data: AB AA FD 78 +T4AF4 235:399.846 - 0.507ms returns 4 (0x4) +T4AF4 235:436.573 JLINK_ReadMemEx(0x080013F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 235:436.629 -- Read from C cache (60 bytes @ 0x080013F8) +T4AF4 235:436.661 Data: 06 E0 02 98 01 68 08 68 40 F0 10 00 08 60 FF E7 ... +T4AF4 235:436.686 - 0.121ms returns 60 (0x3C) +T4AF4 235:436.708 JLINK_ReadMemEx(0x080013F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:436.726 -- Read from C cache (2 bytes @ 0x080013F8) +T4AF4 235:436.751 Data: 06 E0 +T4AF4 235:436.776 - 0.076ms returns 2 (0x2) +T4AF4 235:436.795 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:436.819 -- Read from C cache (2 bytes @ 0x080013FA) +T4AF4 235:436.840 Data: 02 98 +T4AF4 235:436.860 - 0.072ms returns 2 (0x2) +T4AF4 235:436.903 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:436.919 -- Read from C cache (2 bytes @ 0x080013FA) +T4AF4 235:436.940 Data: 02 98 +T4AF4 235:436.961 - 0.064ms returns 2 (0x2) +T4AF4 235:436.977 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 235:436.992 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 235:437.014 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 235:437.034 - 0.064ms returns 60 (0x3C) +T4AF4 235:437.050 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.066 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 235:437.086 Data: 01 68 +T4AF4 235:437.107 - 0.063ms returns 2 (0x2) +T4AF4 235:437.128 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 235:437.144 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 235:437.165 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 235:437.186 - 0.064ms returns 60 (0x3C) +T4AF4 235:437.202 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.217 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 235:437.238 Data: 01 68 +T4AF4 235:437.260 - 0.065ms returns 2 (0x2) +T4AF4 235:437.276 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.292 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 235:437.312 Data: 08 68 +T4AF4 235:437.333 - 0.064ms returns 2 (0x2) +T4AF4 235:437.354 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.369 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 235:437.390 Data: 08 68 +T4AF4 235:437.411 - 0.063ms returns 2 (0x2) +T4AF4 235:437.427 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 235:437.442 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 235:437.464 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 235:437.484 - 0.064ms returns 60 (0x3C) +T4AF4 235:437.500 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.516 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 235:437.536 Data: 40 F0 +T4AF4 235:437.557 - 0.063ms returns 2 (0x2) +T4AF4 235:437.577 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 235:437.593 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 235:437.614 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 235:437.635 - 0.064ms returns 60 (0x3C) +T4AF4 235:437.651 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.666 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 235:437.687 Data: 40 F0 +T4AF4 235:437.707 - 0.063ms returns 2 (0x2) +T4AF4 235:437.724 JLINK_ReadMemEx(0x08001402, 0x2 Bytes, Flags = 0x02000000) +T4AF4 235:437.739 -- Read from C cache (2 bytes @ 0x08001402) +T4AF4 235:437.760 Data: 10 00 +T4AF4 235:437.780 - 0.063ms returns 2 (0x2) +T54B0 237:271.699 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T54B0 237:271.748 -- Read from C cache (2 bytes @ 0x080013FA) +T54B0 237:271.774 Data: 02 98 +T54B0 237:271.798 - 0.108ms returns 2 (0x2) +T54B0 237:271.819 JLINK_HasError() +T54B0 237:271.841 JLINK_Step() +T54B0 237:272.889 -- Read from C cache (2 bytes @ 0x080013FA) +T54B0 237:272.920 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 237:272.946 -- Simulated +T54B0 237:272.970 - 1.137ms returns 0 +T54B0 237:272.996 JLINK_HasError() +T54B0 237:273.020 JLINK_ReadReg(R15 (PC)) +T54B0 237:273.038 - 0.026ms returns 0x080013FC +T54B0 237:273.058 JLINK_ReadReg(XPSR) +T54B0 237:273.075 - 0.025ms returns 0x81000000 +T54B0 237:273.100 JLINK_HasError() +T54B0 237:273.118 JLINK_Step() +T54B0 237:273.136 -- Read from C cache (2 bytes @ 0x080013FC) +T54B0 237:273.162 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 237:273.187 -- Simulated +T54B0 237:273.210 - 0.100ms returns 0 +T54B0 237:273.229 JLINK_HasError() +T54B0 237:273.247 JLINK_ReadReg(R15 (PC)) +T54B0 237:273.264 - 0.025ms returns 0x080013FE +T54B0 237:273.283 JLINK_ReadReg(XPSR) +T54B0 237:273.300 - 0.025ms returns 0x81000000 +T54B0 237:273.320 JLINK_HasError() +T54B0 237:273.340 JLINK_Step() +T54B0 237:273.362 -- Read from C cache (2 bytes @ 0x080013FE) +T54B0 237:273.389 -- Not simulated +T54B0 237:273.433 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 237:278.184 - 4.888ms returns 0 +T54B0 237:278.243 JLINK_HasError() +T54B0 237:278.263 JLINK_ReadReg(R15 (PC)) +T54B0 237:278.283 - 0.028ms returns 0x08001400 +T54B0 237:278.303 JLINK_ReadReg(XPSR) +T54B0 237:278.323 - 0.028ms returns 0x81000000 +T54B0 237:278.347 JLINK_HasError() +T54B0 237:278.378 JLINK_Step() +T54B0 237:278.406 CPU_ReadMem(64 bytes @ 0x08001400) +T54B0 237:279.823 -- Updating C cache (64 bytes @ 0x08001400) +T54B0 237:279.854 -- Read from C cache (2 bytes @ 0x08001400) +T54B0 237:279.877 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 237:280.385 -- Read from C cache (2 bytes @ 0x08001402) +T54B0 237:280.412 -- Simulated +T54B0 237:280.436 - 2.066ms returns 0 +T54B0 237:280.458 JLINK_HasError() +T54B0 237:280.477 JLINK_ReadReg(R15 (PC)) +T54B0 237:280.496 - 0.028ms returns 0x08001404 +T54B0 237:280.516 JLINK_ReadReg(XPSR) +T54B0 237:280.533 - 0.025ms returns 0x81000000 +T54B0 237:280.557 JLINK_ReadMemEx(0x08001404, 0x3C Bytes, Flags = 0x02000000) +T54B0 237:280.575 -- Read from C cache (60 bytes @ 0x08001404) +T54B0 237:280.600 Data: 08 60 FF E7 02 98 00 7F 01 28 07 D1 FF E7 02 98 ... +T54B0 237:280.624 - 0.075ms returns 60 (0x3C) +T54B0 237:280.643 JLINK_ReadMemEx(0x08001404, 0x2 Bytes, Flags = 0x02000000) +T54B0 237:280.660 -- Read from C cache (2 bytes @ 0x08001404) +T54B0 237:280.684 Data: 08 60 +T54B0 237:280.708 - 0.073ms returns 2 (0x2) +T54B0 237:280.727 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T54B0 237:280.745 -- Read from C cache (2 bytes @ 0x08001406) +T54B0 237:280.769 Data: FF E7 +T54B0 237:280.792 - 0.072ms returns 2 (0x2) +T54B0 237:280.811 JLINK_HasError() +T54B0 237:280.829 JLINK_Step() +T54B0 237:280.848 -- Read from C cache (2 bytes @ 0x08001404) +T54B0 237:280.872 -- Not simulated +T54B0 237:280.908 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 237:285.545 - 4.736ms returns 0 +T54B0 237:285.580 JLINK_HasError() +T54B0 237:285.601 JLINK_ReadReg(R15 (PC)) +T54B0 237:285.621 - 0.029ms returns 0x08001406 +T54B0 237:285.642 JLINK_ReadReg(XPSR) +T54B0 237:285.659 - 0.026ms returns 0x81000000 +T54B0 237:285.684 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T54B0 237:285.709 CPU_ReadMem(64 bytes @ 0x08001400) +T54B0 237:286.258 -- Updating C cache (64 bytes @ 0x08001400) +T54B0 237:286.285 -- Read from C cache (2 bytes @ 0x08001406) +T54B0 237:286.313 Data: FF E7 +T54B0 237:286.338 - 0.664ms returns 2 (0x2) +T54B0 237:286.361 JLINK_ReadMemEx(0x08001408, 0x3C Bytes, Flags = 0x02000000) +T54B0 237:286.381 CPU_ReadMem(64 bytes @ 0x08001440) +T54B0 237:287.020 -- Updating C cache (64 bytes @ 0x08001440) +T54B0 237:287.054 -- Read from C cache (60 bytes @ 0x08001408) +T54B0 237:287.080 Data: 02 98 00 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T54B0 237:287.104 - 0.751ms returns 60 (0x3C) +T54B0 237:287.130 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T54B0 237:287.151 -- Read from C cache (2 bytes @ 0x08001408) +T54B0 237:287.175 Data: 02 98 +T54B0 237:287.200 - 0.078ms returns 2 (0x2) +T54B0 237:287.223 JLINK_HasError() +T54B0 237:287.245 JLINK_Step() +T54B0 237:287.265 -- Read from C cache (2 bytes @ 0x08001406) +T54B0 237:287.416 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 237:288.583 -- Simulated +T54B0 237:288.654 - 1.418ms returns 0 +T54B0 237:288.680 JLINK_HasError() +T54B0 237:288.703 JLINK_ReadReg(R15 (PC)) +T54B0 237:288.724 - 0.029ms returns 0x08001408 +T54B0 237:288.746 JLINK_ReadReg(XPSR) +T54B0 237:288.764 - 0.026ms returns 0x81000000 +T54B0 237:288.944 JLINK_HasError() +T54B0 237:288.965 JLINK_ReadReg(R0) +T54B0 237:288.983 - 0.027ms returns 0x00010011 +T54B0 237:289.003 JLINK_ReadReg(R1) +T54B0 237:289.020 - 0.026ms returns 0x40006400 +T54B0 237:289.039 JLINK_ReadReg(R2) +T54B0 237:289.057 - 0.026ms returns 0x00000000 +T54B0 237:289.076 JLINK_ReadReg(R3) +T54B0 237:289.094 - 0.026ms returns 0x00000000 +T54B0 237:289.113 JLINK_ReadReg(R4) +T54B0 237:289.130 - 0.026ms returns 0x00000000 +T54B0 237:289.150 JLINK_ReadReg(R5) +T54B0 237:289.167 - 0.026ms returns 0x20000018 +T54B0 237:289.187 JLINK_ReadReg(R6) +T54B0 237:289.204 - 0.026ms returns 0x00000000 +T54B0 237:289.223 JLINK_ReadReg(R7) +T54B0 237:289.241 - 0.026ms returns 0x00000000 +T54B0 237:289.260 JLINK_ReadReg(R8) +T54B0 237:289.341 - 0.092ms returns 0x00000000 +T54B0 237:289.363 JLINK_ReadReg(R9) +T54B0 237:289.381 - 0.026ms returns 0x20000160 +T54B0 237:289.400 JLINK_ReadReg(R10) +T54B0 237:289.417 - 0.025ms returns 0x08006850 +T54B0 237:289.437 JLINK_ReadReg(R11) +T54B0 237:289.454 - 0.026ms returns 0x00000000 +T54B0 237:289.473 JLINK_ReadReg(R12) +T54B0 237:289.491 - 0.025ms returns 0x00000001 +T54B0 237:289.510 JLINK_ReadReg(R13 (SP)) +T54B0 237:289.528 - 0.026ms returns 0x20000F60 +T54B0 237:289.547 JLINK_ReadReg(R14) +T54B0 237:289.564 - 0.025ms returns 0x08001335 +T54B0 237:289.584 JLINK_ReadReg(R15 (PC)) +T54B0 237:289.601 - 0.025ms returns 0x08001408 +T54B0 237:289.620 JLINK_ReadReg(XPSR) +T54B0 237:289.638 - 0.026ms returns 0x81000000 +T54B0 237:289.657 JLINK_ReadReg(MSP) +T54B0 237:289.674 - 0.026ms returns 0x20000F60 +T54B0 237:289.694 JLINK_ReadReg(PSP) +T54B0 237:289.713 - 0.027ms returns 0x20001000 +T54B0 237:289.732 JLINK_ReadReg(CFBP) +T54B0 237:289.749 - 0.026ms returns 0x00000000 +T4AF4 237:290.250 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:290.296 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 237:291.725 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 237:291.807 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 237:291.833 Data: E5 3E 00 08 +T4AF4 237:291.858 - 1.617ms returns 4 (0x4) +T4AF4 237:291.889 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:291.911 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 237:291.936 Data: 00 00 00 00 +T4AF4 237:291.961 - 0.080ms returns 4 (0x4) +T4AF4 237:291.980 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:292.000 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 237:292.024 Data: E5 3E 00 08 +T4AF4 237:292.049 - 0.076ms returns 4 (0x4) +T4AF4 237:292.070 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:292.092 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 237:293.477 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 237:293.561 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 237:293.587 Data: 3B 55 00 08 +T4AF4 237:293.612 - 1.550ms returns 4 (0x4) +T4AF4 237:293.639 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:293.662 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 237:293.687 Data: 00 00 00 00 +T4AF4 237:293.711 - 0.080ms returns 4 (0x4) +T4AF4 237:293.731 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:293.750 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 237:293.775 Data: 3B 55 00 08 +T4AF4 237:293.799 - 0.076ms returns 4 (0x4) +T4AF4 237:293.819 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:293.841 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 237:295.214 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 237:295.297 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 237:295.322 Data: BB 01 00 08 +T4AF4 237:295.349 - 1.545ms returns 4 (0x4) +T4AF4 237:295.394 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:295.418 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 237:295.443 Data: 04 04 00 20 +T4AF4 237:295.467 - 0.081ms returns 4 (0x4) +T4AF4 237:295.488 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:295.507 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 237:295.532 Data: 08 00 00 00 +T4AF4 237:295.556 - 0.076ms returns 4 (0x4) +T4AF4 237:295.603 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:295.624 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 237:297.018 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 237:297.089 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 237:297.115 Data: 00 00 00 00 +T4AF4 237:297.139 - 1.545ms returns 4 (0x4) +T4AF4 237:297.165 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:297.187 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 237:297.212 Data: 00 00 00 00 +T4AF4 237:297.236 - 0.079ms returns 4 (0x4) +T4AF4 237:297.256 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:297.277 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 237:298.707 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 237:298.789 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 237:298.815 Data: 00 00 00 00 +T4AF4 237:298.839 - 1.592ms returns 4 (0x4) +T4AF4 237:298.865 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:298.888 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 237:298.913 Data: 00 00 00 00 +T4AF4 237:298.937 - 0.081ms returns 4 (0x4) +T4AF4 237:298.958 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:299.000 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 237:299.025 Data: 00 00 00 00 +T4AF4 237:299.049 - 0.099ms returns 4 (0x4) +T4AF4 237:299.069 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 237:299.088 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 237:299.113 Data: 00 00 00 00 +T4AF4 237:299.137 - 0.076ms returns 4 (0x4) +T4AF4 237:299.158 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:299.177 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 237:299.202 Data: 00 00 +T4AF4 237:299.226 - 0.076ms returns 2 (0x2) +T4AF4 237:299.296 JLINK_HasError() +T4AF4 237:299.316 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 237:299.337 Data: 1F 98 00 00 +T4AF4 237:299.362 Debug reg: DWT_CYCCNT +T4AF4 237:299.386 - 0.078ms returns 1 (0x1) +T4AF4 237:299.603 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 237:299.627 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 237:300.754 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 237:300.779 - 1.184ms returns 28 (0x1C) +T4AF4 237:300.801 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:300.822 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 237:301.259 Data: 00 00 23 01 +T4AF4 237:301.287 - 0.494ms returns 4 (0x4) +T4AF4 237:301.310 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 237:301.332 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 237:302.149 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 237:302.177 - 0.876ms returns 76 (0x4C) +T4AF4 237:302.199 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:302.220 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 237:302.750 Data: 31 C6 E5 4A +T4AF4 237:302.775 - 0.585ms returns 4 (0x4) +T4AF4 237:302.797 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:302.817 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 237:303.260 Data: 01 0E 1C 2A +T4AF4 237:303.286 - 0.497ms returns 4 (0x4) +T4AF4 237:303.307 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:303.328 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 237:303.757 Data: 00 00 00 00 +T4AF4 237:303.781 - 0.482ms returns 4 (0x4) +T4AF4 237:303.803 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:303.823 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 237:304.254 Data: 00 00 00 00 +T4AF4 237:304.288 - 0.494ms returns 4 (0x4) +T4AF4 237:304.309 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:304.330 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 237:304.756 Data: 00 00 00 00 +T4AF4 237:304.781 - 0.479ms returns 4 (0x4) +T4AF4 237:304.802 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:304.822 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 237:305.254 Data: 00 00 00 00 +T4AF4 237:305.279 - 0.485ms returns 4 (0x4) +T4AF4 237:305.300 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 237:305.321 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 237:306.434 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 237:306.518 - 1.239ms returns 108 (0x6C) +T4AF4 237:306.553 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 237:306.575 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 237:307.726 Data: AB AA FD 78 +T4AF4 237:307.762 - 1.217ms returns 4 (0x4) +T4AF4 237:528.329 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:528.390 CPU_ReadMem(64 bytes @ 0x080013C0) +T4AF4 237:529.740 -- Updating C cache (64 bytes @ 0x080013C0) +T4AF4 237:529.775 -- Read from C cache (2 bytes @ 0x080013FA) +T4AF4 237:529.801 Data: 02 98 +T4AF4 237:529.828 - 1.509ms returns 2 (0x2) +T4AF4 237:529.852 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:529.871 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 237:529.899 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 237:529.923 - 0.079ms returns 60 (0x3C) +T4AF4 237:529.942 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:529.961 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 237:529.986 Data: 01 68 +T4AF4 237:530.015 - 0.080ms returns 2 (0x2) +T4AF4 237:530.034 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:530.049 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 237:530.071 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 237:530.092 - 0.065ms returns 60 (0x3C) +T4AF4 237:530.108 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.123 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 237:530.145 Data: 01 68 +T4AF4 237:530.165 - 0.064ms returns 2 (0x2) +T4AF4 237:530.182 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.197 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 237:530.218 Data: 08 68 +T4AF4 237:530.239 - 0.064ms returns 2 (0x2) +T4AF4 237:530.256 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.272 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 237:530.293 Data: 08 68 +T4AF4 237:530.314 - 0.064ms returns 2 (0x2) +T4AF4 237:530.330 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:530.346 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 237:530.368 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 237:530.389 - 0.065ms returns 60 (0x3C) +T4AF4 237:530.405 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.421 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 237:530.442 Data: 40 F0 +T4AF4 237:530.463 - 0.064ms returns 2 (0x2) +T4AF4 237:530.479 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:530.495 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 237:530.516 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 237:530.537 - 0.064ms returns 60 (0x3C) +T4AF4 237:530.553 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.569 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 237:530.590 Data: 40 F0 +T4AF4 237:530.611 - 0.064ms returns 2 (0x2) +T4AF4 237:530.627 JLINK_ReadMemEx(0x08001402, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.643 -- Read from C cache (2 bytes @ 0x08001402) +T4AF4 237:530.664 Data: 10 00 +T4AF4 237:530.684 - 0.064ms returns 2 (0x2) +T4AF4 237:530.701 JLINK_ReadMemEx(0x08001404, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:530.717 -- Read from C cache (60 bytes @ 0x08001404) +T4AF4 237:530.750 Data: 08 60 FF E7 02 98 00 7F 01 28 07 D1 FF E7 02 98 ... +T4AF4 237:530.772 - 0.078ms returns 60 (0x3C) +T4AF4 237:530.789 JLINK_ReadMemEx(0x08001404, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.804 -- Read from C cache (2 bytes @ 0x08001404) +T4AF4 237:530.825 Data: 08 60 +T4AF4 237:530.846 - 0.064ms returns 2 (0x2) +T4AF4 237:530.862 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.877 -- Read from C cache (2 bytes @ 0x08001406) +T4AF4 237:530.899 Data: FF E7 +T4AF4 237:530.919 - 0.064ms returns 2 (0x2) +T4AF4 237:530.936 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:530.951 -- Read from C cache (2 bytes @ 0x08001406) +T4AF4 237:530.972 Data: FF E7 +T4AF4 237:530.993 - 0.064ms returns 2 (0x2) +T4AF4 237:531.010 JLINK_ReadMemEx(0x08001408, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:531.025 -- Read from C cache (60 bytes @ 0x08001408) +T4AF4 237:531.046 Data: 02 98 00 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 237:531.067 - 0.064ms returns 60 (0x3C) +T4AF4 237:531.083 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.099 -- Read from C cache (2 bytes @ 0x08001408) +T4AF4 237:531.120 Data: 02 98 +T4AF4 237:531.141 - 0.064ms returns 2 (0x2) +T4AF4 237:531.196 JLINK_ReadMemEx(0x08001408, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:531.212 -- Read from C cache (60 bytes @ 0x08001408) +T4AF4 237:531.234 Data: 02 98 00 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 237:531.255 - 0.065ms returns 60 (0x3C) +T4AF4 237:531.271 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.287 -- Read from C cache (2 bytes @ 0x08001408) +T4AF4 237:531.322 Data: 02 98 +T4AF4 237:531.344 - 0.079ms returns 2 (0x2) +T4AF4 237:531.367 JLINK_ReadMemEx(0x0800140A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.386 -- Read from C cache (2 bytes @ 0x0800140A) +T4AF4 237:531.415 Data: 00 7F +T4AF4 237:531.439 - 0.080ms returns 2 (0x2) +T4AF4 237:531.465 JLINK_ReadMemEx(0x0800140A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.484 -- Read from C cache (2 bytes @ 0x0800140A) +T4AF4 237:531.509 Data: 00 7F +T4AF4 237:531.534 - 0.077ms returns 2 (0x2) +T4AF4 237:531.554 JLINK_ReadMemEx(0x0800140C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:531.572 -- Read from C cache (60 bytes @ 0x0800140C) +T4AF4 237:531.597 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 08 00 ... +T4AF4 237:531.622 - 0.076ms returns 60 (0x3C) +T4AF4 237:531.641 JLINK_ReadMemEx(0x0800140C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.659 -- Read from C cache (2 bytes @ 0x0800140C) +T4AF4 237:531.684 Data: 01 28 +T4AF4 237:531.708 - 0.075ms returns 2 (0x2) +T4AF4 237:531.733 JLINK_ReadMemEx(0x0800140C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:531.752 -- Read from C cache (60 bytes @ 0x0800140C) +T4AF4 237:531.779 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 08 00 ... +T4AF4 237:531.803 - 0.078ms returns 60 (0x3C) +T4AF4 237:531.822 JLINK_ReadMemEx(0x0800140C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.840 -- Read from C cache (2 bytes @ 0x0800140C) +T4AF4 237:531.865 Data: 01 28 +T4AF4 237:531.889 - 0.076ms returns 2 (0x2) +T4AF4 237:531.909 JLINK_ReadMemEx(0x0800140E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:531.927 -- Read from C cache (2 bytes @ 0x0800140E) +T4AF4 237:531.952 Data: 07 D1 +T4AF4 237:531.976 - 0.075ms returns 2 (0x2) +T4AF4 237:532.004 JLINK_ReadMemEx(0x0800140E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:532.022 -- Read from C cache (2 bytes @ 0x0800140E) +T4AF4 237:532.047 Data: 07 D1 +T4AF4 237:532.071 - 0.076ms returns 2 (0x2) +T4AF4 237:532.091 JLINK_ReadMemEx(0x08001410, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:532.109 -- Read from C cache (60 bytes @ 0x08001410) +T4AF4 237:532.135 Data: FF E7 02 98 01 68 08 68 40 F0 08 00 08 60 06 E0 ... +T4AF4 237:532.159 - 0.076ms returns 60 (0x3C) +T4AF4 237:532.178 JLINK_ReadMemEx(0x08001410, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:532.206 -- Read from C cache (2 bytes @ 0x08001410) +T4AF4 237:532.238 Data: FF E7 +T4AF4 237:532.263 - 0.092ms returns 2 (0x2) +T4AF4 237:532.292 JLINK_ReadMemEx(0x08001410, 0x3C Bytes, Flags = 0x02000000) +T4AF4 237:532.310 -- Read from C cache (60 bytes @ 0x08001410) +T4AF4 237:532.336 Data: FF E7 02 98 01 68 08 68 40 F0 08 00 08 60 06 E0 ... +T4AF4 237:532.360 - 0.076ms returns 60 (0x3C) +T4AF4 237:532.380 JLINK_ReadMemEx(0x08001410, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:532.398 -- Read from C cache (2 bytes @ 0x08001410) +T4AF4 237:532.422 Data: FF E7 +T4AF4 237:532.447 - 0.075ms returns 2 (0x2) +T4AF4 237:532.466 JLINK_ReadMemEx(0x08001412, 0x2 Bytes, Flags = 0x02000000) +T4AF4 237:532.484 -- Read from C cache (2 bytes @ 0x08001412) +T4AF4 237:532.509 Data: 02 98 +T4AF4 237:532.533 - 0.075ms returns 2 (0x2) +T54B0 238:310.871 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:310.922 -- Read from C cache (2 bytes @ 0x08001408) +T54B0 238:310.947 Data: 02 98 +T54B0 238:310.972 - 0.110ms returns 2 (0x2) +T54B0 238:310.999 JLINK_HasError() +T54B0 238:311.017 JLINK_Step() +T54B0 238:312.106 -- Read from C cache (2 bytes @ 0x08001408) +T54B0 238:312.143 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 238:312.169 -- Simulated +T54B0 238:312.193 - 1.183ms returns 0 +T54B0 238:312.215 JLINK_HasError() +T54B0 238:312.234 JLINK_ReadReg(R15 (PC)) +T54B0 238:312.252 - 0.026ms returns 0x0800140A +T54B0 238:312.271 JLINK_ReadReg(XPSR) +T54B0 238:312.289 - 0.025ms returns 0x81000000 +T54B0 238:312.315 JLINK_HasError() +T54B0 238:312.334 JLINK_Step() +T54B0 238:312.352 -- Read from C cache (2 bytes @ 0x0800140A) +T54B0 238:312.384 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 238:313.760 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 238:313.796 -- Read from C cache (1 bytes @ 0x20000420) +T54B0 238:313.822 -- Simulated +T54B0 238:313.846 - 1.520ms returns 0 +T54B0 238:313.867 JLINK_HasError() +T54B0 238:313.887 JLINK_ReadReg(R15 (PC)) +T54B0 238:313.906 - 0.028ms returns 0x0800140C +T54B0 238:313.925 JLINK_ReadReg(XPSR) +T54B0 238:313.943 - 0.025ms returns 0x81000000 +T54B0 238:313.966 JLINK_HasError() +T54B0 238:313.985 JLINK_Step() +T54B0 238:314.005 -- Read from C cache (2 bytes @ 0x0800140C) +T54B0 238:314.031 -- Simulated +T54B0 238:314.054 - 0.077ms returns 0 +T54B0 238:314.073 JLINK_HasError() +T54B0 238:314.092 JLINK_ReadReg(R15 (PC)) +T54B0 238:314.109 - 0.025ms returns 0x0800140E +T54B0 238:314.128 JLINK_ReadReg(XPSR) +T54B0 238:314.145 - 0.025ms returns 0x81000000 +T54B0 238:314.165 JLINK_HasError() +T54B0 238:314.184 JLINK_Step() +T54B0 238:314.202 -- Read from C cache (2 bytes @ 0x0800140E) +T54B0 238:314.226 -- Simulated +T54B0 238:314.250 - 0.074ms returns 0 +T54B0 238:314.268 JLINK_HasError() +T54B0 238:314.287 JLINK_ReadReg(R15 (PC)) +T54B0 238:314.304 - 0.025ms returns 0x08001420 +T54B0 238:314.323 JLINK_ReadReg(XPSR) +T54B0 238:314.340 - 0.025ms returns 0x81000000 +T54B0 238:316.097 JLINK_HasError() +T54B0 238:316.137 JLINK_ReadReg(R0) +T54B0 238:316.161 - 0.032ms returns 0x00000000 +T54B0 238:316.181 JLINK_ReadReg(R1) +T54B0 238:316.199 - 0.026ms returns 0x40006400 +T54B0 238:316.220 JLINK_ReadReg(R2) +T54B0 238:316.237 - 0.026ms returns 0x00000000 +T54B0 238:316.257 JLINK_ReadReg(R3) +T54B0 238:316.274 - 0.026ms returns 0x00000000 +T54B0 238:316.293 JLINK_ReadReg(R4) +T54B0 238:316.311 - 0.025ms returns 0x00000000 +T54B0 238:316.330 JLINK_ReadReg(R5) +T54B0 238:316.348 - 0.026ms returns 0x20000018 +T54B0 238:316.367 JLINK_ReadReg(R6) +T54B0 238:316.384 - 0.027ms returns 0x00000000 +T54B0 238:316.406 JLINK_ReadReg(R7) +T54B0 238:316.423 - 0.025ms returns 0x00000000 +T54B0 238:316.442 JLINK_ReadReg(R8) +T54B0 238:316.460 - 0.025ms returns 0x00000000 +T54B0 238:316.479 JLINK_ReadReg(R9) +T54B0 238:316.496 - 0.025ms returns 0x20000160 +T54B0 238:316.516 JLINK_ReadReg(R10) +T54B0 238:316.533 - 0.025ms returns 0x08006850 +T54B0 238:316.552 JLINK_ReadReg(R11) +T54B0 238:316.569 - 0.025ms returns 0x00000000 +T54B0 238:316.589 JLINK_ReadReg(R12) +T54B0 238:316.606 - 0.032ms returns 0x00000001 +T54B0 238:316.637 JLINK_ReadReg(R13 (SP)) +T54B0 238:316.655 - 0.027ms returns 0x20000F60 +T54B0 238:316.675 JLINK_ReadReg(R14) +T54B0 238:316.692 - 0.026ms returns 0x08001335 +T54B0 238:316.712 JLINK_ReadReg(R15 (PC)) +T54B0 238:316.729 - 0.026ms returns 0x08001420 +T54B0 238:316.749 JLINK_ReadReg(XPSR) +T54B0 238:316.767 - 0.026ms returns 0x81000000 +T54B0 238:316.786 JLINK_ReadReg(MSP) +T54B0 238:316.803 - 0.026ms returns 0x20000F60 +T54B0 238:316.823 JLINK_ReadReg(PSP) +T54B0 238:316.840 - 0.026ms returns 0x20001000 +T54B0 238:316.860 JLINK_ReadReg(CFBP) +T54B0 238:316.877 - 0.026ms returns 0x00000000 +T4AF4 238:318.232 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.267 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 238:318.289 Data: E5 3E 00 08 +T4AF4 238:318.311 - 0.086ms returns 4 (0x4) +T4AF4 238:318.334 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.351 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 238:318.372 Data: 00 00 00 00 +T4AF4 238:318.393 - 0.066ms returns 4 (0x4) +T4AF4 238:318.431 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.487 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 238:318.513 Data: E5 3E 00 08 +T4AF4 238:318.537 - 0.114ms returns 4 (0x4) +T4AF4 238:318.559 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.579 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 238:318.605 Data: 3B 55 00 08 +T4AF4 238:318.629 - 0.078ms returns 4 (0x4) +T4AF4 238:318.651 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.670 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 238:318.695 Data: 00 00 00 00 +T4AF4 238:318.719 - 0.076ms returns 4 (0x4) +T4AF4 238:318.738 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.757 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 238:318.782 Data: 3B 55 00 08 +T4AF4 238:318.806 - 0.076ms returns 4 (0x4) +T4AF4 238:318.826 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.845 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 238:318.870 Data: BB 01 00 08 +T4AF4 238:318.894 - 0.076ms returns 4 (0x4) +T4AF4 238:318.921 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:318.940 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 238:318.965 Data: 04 04 00 20 +T4AF4 238:318.989 - 0.076ms returns 4 (0x4) +T4AF4 238:319.011 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.030 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 238:319.054 Data: 08 00 00 00 +T4AF4 238:319.078 - 0.076ms returns 4 (0x4) +T4AF4 238:319.112 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.131 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 238:319.156 Data: 00 00 00 00 +T4AF4 238:319.180 - 0.076ms returns 4 (0x4) +T4AF4 238:319.200 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.219 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 238:319.243 Data: 00 00 00 00 +T4AF4 238:319.267 - 0.076ms returns 4 (0x4) +T4AF4 238:319.287 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.306 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 238:319.331 Data: 00 00 00 00 +T4AF4 238:319.355 - 0.075ms returns 4 (0x4) +T4AF4 238:319.374 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.399 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 238:319.424 Data: 00 00 00 00 +T4AF4 238:319.460 - 0.095ms returns 4 (0x4) +T4AF4 238:319.484 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.512 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 238:319.568 Data: 00 00 00 00 +T4AF4 238:319.604 - 0.129ms returns 4 (0x4) +T4AF4 238:319.627 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:319.649 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 238:319.674 Data: 00 00 00 00 +T4AF4 238:319.699 - 0.080ms returns 4 (0x4) +T4AF4 238:319.720 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:319.748 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 238:319.773 Data: 00 00 +T4AF4 238:319.797 - 0.086ms returns 2 (0x2) +T4AF4 238:319.852 JLINK_HasError() +T4AF4 238:319.873 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 238:319.896 Data: 25 98 00 00 +T4AF4 238:319.921 Debug reg: DWT_CYCCNT +T4AF4 238:319.945 - 0.081ms returns 1 (0x1) +T4AF4 238:320.127 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 238:320.150 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 238:321.411 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 238:321.480 - 1.362ms returns 28 (0x1C) +T4AF4 238:321.506 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:321.532 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 238:321.999 Data: 00 00 23 01 +T4AF4 238:322.024 - 0.527ms returns 4 (0x4) +T4AF4 238:322.046 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 238:322.067 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 238:322.926 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 238:322.957 - 0.918ms returns 76 (0x4C) +T4AF4 238:322.978 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:323.001 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 238:323.498 Data: 31 C6 E5 4A +T4AF4 238:323.532 - 0.562ms returns 4 (0x4) +T4AF4 238:323.554 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:323.575 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 238:324.004 Data: 01 0E 1C 2A +T4AF4 238:324.043 - 0.497ms returns 4 (0x4) +T4AF4 238:324.070 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:324.096 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 238:324.503 Data: 00 00 00 00 +T4AF4 238:324.535 - 0.473ms returns 4 (0x4) +T4AF4 238:324.559 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:324.582 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 238:325.003 Data: 00 00 00 00 +T4AF4 238:325.031 - 0.480ms returns 4 (0x4) +T4AF4 238:325.053 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:325.075 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 238:325.498 Data: 00 00 00 00 +T4AF4 238:325.523 - 0.479ms returns 4 (0x4) +T4AF4 238:325.545 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:325.566 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 238:325.999 Data: 00 00 00 00 +T4AF4 238:326.024 - 0.487ms returns 4 (0x4) +T4AF4 238:326.045 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 238:326.104 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 238:327.056 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 238:327.092 - 1.055ms returns 108 (0x6C) +T4AF4 238:327.117 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:327.141 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 238:327.616 Data: AB AA FD 78 +T4AF4 238:327.641 - 0.533ms returns 4 (0x4) +T4AF4 238:365.001 JLINK_ReadMemEx(0x0800141E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.049 -- Read from C cache (2 bytes @ 0x0800141E) +T4AF4 238:365.078 Data: 06 E0 +T4AF4 238:365.106 - 0.113ms returns 2 (0x2) +T4AF4 238:365.127 JLINK_ReadMemEx(0x08001420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 238:365.145 -- Read from C cache (60 bytes @ 0x08001420) +T4AF4 238:365.171 Data: 02 98 01 68 08 68 20 F0 08 00 08 60 FF E7 02 98 ... +T4AF4 238:365.196 - 0.078ms returns 60 (0x3C) +T4AF4 238:365.215 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.233 -- Read from C cache (2 bytes @ 0x08001420) +T4AF4 238:365.258 Data: 02 98 +T4AF4 238:365.282 - 0.074ms returns 2 (0x2) +T4AF4 238:365.345 JLINK_ReadMemEx(0x08001420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 238:365.361 -- Read from C cache (60 bytes @ 0x08001420) +T4AF4 238:365.383 Data: 02 98 01 68 08 68 20 F0 08 00 08 60 FF E7 02 98 ... +T4AF4 238:365.403 - 0.065ms returns 60 (0x3C) +T4AF4 238:365.420 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.443 -- Read from C cache (2 bytes @ 0x08001420) +T4AF4 238:365.476 Data: 02 98 +T4AF4 238:365.506 - 0.094ms returns 2 (0x2) +T4AF4 238:365.525 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.544 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 238:365.568 Data: 01 68 +T4AF4 238:365.593 - 0.079ms returns 2 (0x2) +T4AF4 238:365.622 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.649 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 238:365.674 Data: 01 68 +T4AF4 238:365.698 - 0.084ms returns 2 (0x2) +T4AF4 238:365.717 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 238:365.735 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 238:365.760 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 238:365.784 - 0.075ms returns 60 (0x3C) +T4AF4 238:365.803 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.821 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 238:365.846 Data: 08 68 +T4AF4 238:365.870 - 0.074ms returns 2 (0x2) +T4AF4 238:365.895 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 238:365.913 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 238:365.938 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 238:365.962 - 0.075ms returns 60 (0x3C) +T4AF4 238:365.981 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:365.999 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 238:366.024 Data: 08 68 +T4AF4 238:366.048 - 0.074ms returns 2 (0x2) +T4AF4 238:366.067 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:366.085 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 238:366.109 Data: 20 F0 +T4AF4 238:366.133 - 0.074ms returns 2 (0x2) +T4AF4 238:366.158 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:366.177 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 238:366.201 Data: 20 F0 +T4AF4 238:366.225 - 0.075ms returns 2 (0x2) +T4AF4 238:366.244 JLINK_ReadMemEx(0x08001428, 0x3C Bytes, Flags = 0x02000000) +T4AF4 238:366.263 -- Read from C cache (60 bytes @ 0x08001428) +T4AF4 238:366.289 Data: 08 00 08 60 FF E7 02 98 40 7F 01 28 07 D1 FF E7 ... +T4AF4 238:366.313 - 0.076ms returns 60 (0x3C) +T4AF4 238:366.332 JLINK_ReadMemEx(0x08001428, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:366.349 -- Read from C cache (2 bytes @ 0x08001428) +T4AF4 238:366.374 Data: 08 00 +T4AF4 238:366.398 - 0.075ms returns 2 (0x2) +T54B0 238:942.816 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:942.869 -- Read from C cache (2 bytes @ 0x08001420) +T54B0 238:942.895 Data: 02 98 +T54B0 238:942.921 - 0.113ms returns 2 (0x2) +T54B0 238:942.942 JLINK_HasError() +T54B0 238:942.963 JLINK_Step() +T54B0 238:944.035 -- Read from C cache (2 bytes @ 0x08001420) +T54B0 238:944.068 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 238:944.094 -- Simulated +T54B0 238:944.118 - 1.164ms returns 0 +T54B0 238:944.140 JLINK_HasError() +T54B0 238:944.160 JLINK_ReadReg(R15 (PC)) +T54B0 238:944.178 - 0.027ms returns 0x08001422 +T54B0 238:944.198 JLINK_ReadReg(XPSR) +T54B0 238:944.215 - 0.025ms returns 0x81000000 +T54B0 238:944.241 JLINK_HasError() +T54B0 238:944.260 JLINK_Step() +T54B0 238:944.278 -- Read from C cache (2 bytes @ 0x08001422) +T54B0 238:944.305 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 238:944.330 -- Simulated +T54B0 238:944.355 - 0.103ms returns 0 +T54B0 238:944.374 JLINK_HasError() +T54B0 238:944.393 JLINK_ReadReg(R15 (PC)) +T54B0 238:944.410 - 0.026ms returns 0x08001424 +T54B0 238:944.430 JLINK_ReadReg(XPSR) +T54B0 238:944.447 - 0.025ms returns 0x81000000 +T54B0 238:944.468 JLINK_HasError() +T54B0 238:944.487 JLINK_Step() +T54B0 238:944.505 -- Read from C cache (2 bytes @ 0x08001424) +T54B0 238:944.532 -- Not simulated +T54B0 238:944.579 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 238:949.073 - 4.614ms returns 0 +T54B0 238:949.117 JLINK_HasError() +T54B0 238:949.139 JLINK_ReadReg(R15 (PC)) +T54B0 238:949.160 - 0.029ms returns 0x08001426 +T54B0 238:949.179 JLINK_ReadReg(XPSR) +T54B0 238:949.197 - 0.034ms returns 0x81000000 +T54B0 238:949.244 JLINK_HasError() +T54B0 238:949.270 JLINK_Step() +T54B0 238:949.306 CPU_ReadMem(64 bytes @ 0x08001400) +T54B0 238:950.668 -- Updating C cache (64 bytes @ 0x08001400) +T54B0 238:950.704 -- Read from C cache (2 bytes @ 0x08001426) +T54B0 238:950.743 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 238:951.153 -- Read from C cache (2 bytes @ 0x08001428) +T54B0 238:951.182 -- Simulated +T54B0 238:951.207 - 1.944ms returns 0 +T54B0 238:951.229 JLINK_HasError() +T54B0 238:951.248 JLINK_ReadReg(R15 (PC)) +T54B0 238:951.267 - 0.027ms returns 0x0800142A +T54B0 238:951.286 JLINK_ReadReg(XPSR) +T54B0 238:951.304 - 0.026ms returns 0x81000000 +T54B0 238:951.329 JLINK_ReadMemEx(0x0800142A, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:951.348 -- Read from C cache (2 bytes @ 0x0800142A) +T54B0 238:951.373 Data: 08 60 +T54B0 238:951.398 - 0.077ms returns 2 (0x2) +T54B0 238:951.418 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T54B0 238:951.438 CPU_ReadMem(64 bytes @ 0x08001440) +T54B0 238:952.781 -- Updating C cache (64 bytes @ 0x08001440) +T54B0 238:952.816 -- Read from C cache (60 bytes @ 0x0800142C) +T54B0 238:952.901 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 238:952.925 - 1.515ms returns 60 (0x3C) +T54B0 238:952.946 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:952.965 -- Read from C cache (2 bytes @ 0x0800142C) +T54B0 238:952.990 Data: FF E7 +T54B0 238:953.014 - 0.076ms returns 2 (0x2) +T54B0 238:953.035 JLINK_HasError() +T54B0 238:953.055 JLINK_Step() +T54B0 238:953.074 -- Read from C cache (2 bytes @ 0x0800142A) +T54B0 238:953.101 -- Not simulated +T54B0 238:953.142 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 238:957.803 - 4.770ms returns 0 +T54B0 238:957.840 JLINK_HasError() +T54B0 238:957.861 JLINK_ReadReg(R15 (PC)) +T54B0 238:957.881 - 0.028ms returns 0x0800142C +T54B0 238:957.900 JLINK_ReadReg(XPSR) +T54B0 238:957.918 - 0.025ms returns 0x81000000 +T54B0 238:957.944 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T54B0 238:957.969 CPU_ReadMem(128 bytes @ 0x08001400) +T54B0 238:958.936 -- Updating C cache (128 bytes @ 0x08001400) +T54B0 238:958.977 -- Read from C cache (60 bytes @ 0x0800142C) +T54B0 238:959.000 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T54B0 238:959.020 - 1.083ms returns 60 (0x3C) +T54B0 238:959.039 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:959.056 -- Read from C cache (2 bytes @ 0x0800142C) +T54B0 238:959.076 Data: FF E7 +T54B0 238:959.096 - 0.064ms returns 2 (0x2) +T54B0 238:959.113 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T54B0 238:959.128 -- Read from C cache (2 bytes @ 0x0800142E) +T54B0 238:959.148 Data: 02 98 +T54B0 238:959.168 - 0.062ms returns 2 (0x2) +T54B0 238:959.185 JLINK_HasError() +T54B0 238:959.202 JLINK_Step() +T54B0 238:959.218 -- Read from C cache (2 bytes @ 0x0800142C) +T54B0 238:959.240 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 238:960.391 -- Simulated +T54B0 238:960.450 - 1.255ms returns 0 +T54B0 238:960.469 JLINK_HasError() +T54B0 238:960.486 JLINK_ReadReg(R15 (PC)) +T54B0 238:960.502 - 0.023ms returns 0x0800142E +T54B0 238:960.518 JLINK_ReadReg(XPSR) +T54B0 238:960.532 - 0.021ms returns 0x81000000 +T54B0 238:960.826 JLINK_HasError() +T54B0 238:960.846 JLINK_ReadReg(R0) +T54B0 238:960.863 - 0.025ms returns 0x00010011 +T54B0 238:960.882 JLINK_ReadReg(R1) +T54B0 238:960.899 - 0.024ms returns 0x40006400 +T54B0 238:960.918 JLINK_ReadReg(R2) +T54B0 238:960.934 - 0.024ms returns 0x00000000 +T54B0 238:960.953 JLINK_ReadReg(R3) +T54B0 238:960.969 - 0.024ms returns 0x00000000 +T54B0 238:960.988 JLINK_ReadReg(R4) +T54B0 238:961.005 - 0.024ms returns 0x00000000 +T54B0 238:961.023 JLINK_ReadReg(R5) +T54B0 238:961.042 - 0.027ms returns 0x20000018 +T54B0 238:961.061 JLINK_ReadReg(R6) +T54B0 238:961.078 - 0.024ms returns 0x00000000 +T54B0 238:961.096 JLINK_ReadReg(R7) +T54B0 238:961.113 - 0.024ms returns 0x00000000 +T54B0 238:961.131 JLINK_ReadReg(R8) +T54B0 238:961.155 - 0.039ms returns 0x00000000 +T54B0 238:961.181 JLINK_ReadReg(R9) +T54B0 238:961.198 - 0.024ms returns 0x20000160 +T54B0 238:961.217 JLINK_ReadReg(R10) +T54B0 238:961.233 - 0.024ms returns 0x08006850 +T54B0 238:961.252 JLINK_ReadReg(R11) +T54B0 238:961.269 - 0.024ms returns 0x00000000 +T54B0 238:961.287 JLINK_ReadReg(R12) +T54B0 238:961.304 - 0.024ms returns 0x00000001 +T54B0 238:961.322 JLINK_ReadReg(R13 (SP)) +T54B0 238:961.339 - 0.025ms returns 0x20000F60 +T54B0 238:961.358 JLINK_ReadReg(R14) +T54B0 238:961.374 - 0.024ms returns 0x08001335 +T54B0 238:961.393 JLINK_ReadReg(R15 (PC)) +T54B0 238:961.410 - 0.024ms returns 0x0800142E +T54B0 238:961.428 JLINK_ReadReg(XPSR) +T54B0 238:961.445 - 0.024ms returns 0x81000000 +T54B0 238:961.464 JLINK_ReadReg(MSP) +T54B0 238:961.480 - 0.024ms returns 0x20000F60 +T54B0 238:961.499 JLINK_ReadReg(PSP) +T54B0 238:961.515 - 0.024ms returns 0x20001000 +T54B0 238:961.534 JLINK_ReadReg(CFBP) +T54B0 238:961.550 - 0.024ms returns 0x00000000 +T4AF4 238:961.990 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:962.025 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 238:963.354 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 238:963.390 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 238:963.416 Data: E5 3E 00 08 +T4AF4 238:963.441 - 1.459ms returns 4 (0x4) +T4AF4 238:963.471 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:963.492 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 238:963.517 Data: 00 00 00 00 +T4AF4 238:963.542 - 0.079ms returns 4 (0x4) +T4AF4 238:963.561 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:963.580 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 238:963.604 Data: E5 3E 00 08 +T4AF4 238:963.630 - 0.077ms returns 4 (0x4) +T4AF4 238:963.651 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:963.672 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 238:965.107 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 238:965.194 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 238:965.237 Data: 3B 55 00 08 +T4AF4 238:965.262 - 1.619ms returns 4 (0x4) +T4AF4 238:965.289 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:965.310 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 238:965.335 Data: 00 00 00 00 +T4AF4 238:965.360 - 0.079ms returns 4 (0x4) +T4AF4 238:965.379 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:965.398 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 238:965.422 Data: 3B 55 00 08 +T4AF4 238:965.446 - 0.075ms returns 4 (0x4) +T4AF4 238:965.467 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:965.487 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 238:966.802 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 238:966.829 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 238:966.856 Data: BB 01 00 08 +T4AF4 238:966.880 - 1.421ms returns 4 (0x4) +T4AF4 238:966.910 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:966.930 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 238:966.955 Data: 04 04 00 20 +T4AF4 238:966.979 - 0.077ms returns 4 (0x4) +T4AF4 238:966.999 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:967.018 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 238:967.042 Data: 08 00 00 00 +T4AF4 238:967.067 - 0.075ms returns 4 (0x4) +T4AF4 238:967.107 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:967.127 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 238:968.485 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 238:968.567 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 238:968.592 Data: 00 00 00 00 +T4AF4 238:968.617 - 1.519ms returns 4 (0x4) +T4AF4 238:968.657 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:968.678 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 238:968.703 Data: 00 00 00 00 +T4AF4 238:968.728 - 0.079ms returns 4 (0x4) +T4AF4 238:968.750 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:968.777 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 238:970.136 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 238:970.211 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 238:970.237 Data: 00 00 00 00 +T4AF4 238:970.261 - 1.519ms returns 4 (0x4) +T4AF4 238:970.298 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:970.320 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 238:970.345 Data: 00 00 00 00 +T4AF4 238:970.369 - 0.079ms returns 4 (0x4) +T4AF4 238:970.392 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:970.411 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 238:970.435 Data: 00 00 00 00 +T4AF4 238:970.460 - 0.076ms returns 4 (0x4) +T4AF4 238:970.482 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 238:970.501 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 238:970.525 Data: 00 00 00 00 +T4AF4 238:970.550 - 0.075ms returns 4 (0x4) +T4AF4 238:970.574 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 238:970.592 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 238:970.617 Data: 00 00 +T4AF4 238:970.641 - 0.075ms returns 2 (0x2) +T4AF4 238:970.713 JLINK_HasError() +T4AF4 238:970.733 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 238:970.753 Data: 32 98 00 00 +T4AF4 238:970.778 Debug reg: DWT_CYCCNT +T4AF4 238:970.802 - 0.078ms returns 1 (0x1) +T4AF4 238:971.008 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 238:971.031 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 238:972.286 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 238:972.365 - 1.365ms returns 28 (0x1C) +T4AF4 238:972.390 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:972.414 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 238:973.546 Data: 00 00 23 01 +T4AF4 238:973.575 - 1.193ms returns 4 (0x4) +T4AF4 238:973.597 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 238:973.619 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 238:974.478 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 238:974.558 - 0.969ms returns 76 (0x4C) +T4AF4 238:974.583 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:974.607 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 238:975.022 Data: 31 C6 E5 4A +T4AF4 238:975.048 - 0.473ms returns 4 (0x4) +T4AF4 238:975.069 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:975.089 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 238:975.523 Data: 01 0E 1C 2A +T4AF4 238:975.548 - 0.487ms returns 4 (0x4) +T4AF4 238:975.569 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:975.589 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 238:976.023 Data: 00 00 00 00 +T4AF4 238:976.048 - 0.487ms returns 4 (0x4) +T4AF4 238:976.070 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:976.090 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 238:976.522 Data: 00 00 00 00 +T4AF4 238:976.547 - 0.485ms returns 4 (0x4) +T4AF4 238:976.568 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:976.588 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 238:977.050 Data: 00 00 00 00 +T4AF4 238:977.075 - 0.515ms returns 4 (0x4) +T4AF4 238:977.096 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:977.116 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 238:977.522 Data: 00 00 00 00 +T4AF4 238:977.547 - 0.459ms returns 4 (0x4) +T4AF4 238:977.568 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 238:977.588 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 238:978.603 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 238:978.687 - 1.127ms returns 108 (0x6C) +T4AF4 238:978.712 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 238:978.736 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 238:979.149 Data: AB AA FD 78 +T4AF4 238:979.177 - 0.474ms returns 4 (0x4) +T4AF4 239:015.654 JLINK_ReadMemEx(0x08001420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:015.705 -- Read from C cache (60 bytes @ 0x08001420) +T4AF4 239:015.732 Data: 02 98 01 68 08 68 20 F0 08 00 08 60 FF E7 02 98 ... +T4AF4 239:015.769 - 0.123ms returns 60 (0x3C) +T4AF4 239:015.789 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:015.807 -- Read from C cache (2 bytes @ 0x08001420) +T4AF4 239:015.832 Data: 02 98 +T4AF4 239:015.857 - 0.076ms returns 2 (0x2) +T4AF4 239:015.877 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:015.900 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 239:015.921 Data: 01 68 +T4AF4 239:015.942 - 0.071ms returns 2 (0x2) +T4AF4 239:015.974 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:015.989 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 239:016.012 Data: 01 68 +T4AF4 239:016.040 - 0.074ms returns 2 (0x2) +T4AF4 239:016.059 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:016.077 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 239:016.103 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 239:016.127 - 0.076ms returns 60 (0x3C) +T4AF4 239:016.147 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.165 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 239:016.190 Data: 08 68 +T4AF4 239:016.214 - 0.077ms returns 2 (0x2) +T4AF4 239:016.236 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:016.254 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 239:016.280 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 239:016.304 - 0.076ms returns 60 (0x3C) +T4AF4 239:016.323 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.341 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 239:016.365 Data: 08 68 +T4AF4 239:016.390 - 0.075ms returns 2 (0x2) +T4AF4 239:016.409 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.427 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 239:016.451 Data: 20 F0 +T4AF4 239:016.476 - 0.075ms returns 2 (0x2) +T4AF4 239:016.495 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.513 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 239:016.538 Data: 20 F0 +T4AF4 239:016.562 - 0.075ms returns 2 (0x2) +T4AF4 239:016.581 JLINK_ReadMemEx(0x08001428, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:016.600 -- Read from C cache (60 bytes @ 0x08001428) +T4AF4 239:016.625 Data: 08 00 08 60 FF E7 02 98 40 7F 01 28 07 D1 FF E7 ... +T4AF4 239:016.649 - 0.076ms returns 60 (0x3C) +T4AF4 239:016.668 JLINK_ReadMemEx(0x08001428, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.686 -- Read from C cache (2 bytes @ 0x08001428) +T4AF4 239:016.711 Data: 08 00 +T4AF4 239:016.735 - 0.075ms returns 2 (0x2) +T4AF4 239:016.756 JLINK_ReadMemEx(0x0800142A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.774 -- Read from C cache (2 bytes @ 0x0800142A) +T4AF4 239:016.808 Data: 08 60 +T4AF4 239:016.832 - 0.085ms returns 2 (0x2) +T4AF4 239:016.852 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:016.870 -- Read from C cache (60 bytes @ 0x0800142C) +T4AF4 239:016.895 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 239:016.919 - 0.076ms returns 60 (0x3C) +T4AF4 239:016.938 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:016.956 -- Read from C cache (2 bytes @ 0x0800142C) +T4AF4 239:016.981 Data: FF E7 +T4AF4 239:017.005 - 0.075ms returns 2 (0x2) +T4AF4 239:017.025 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:017.043 -- Read from C cache (60 bytes @ 0x0800142C) +T4AF4 239:017.072 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 239:017.096 - 0.079ms returns 60 (0x3C) +T4AF4 239:017.115 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.133 -- Read from C cache (2 bytes @ 0x0800142C) +T4AF4 239:017.157 Data: FF E7 +T4AF4 239:017.181 - 0.074ms returns 2 (0x2) +T4AF4 239:017.200 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.218 -- Read from C cache (2 bytes @ 0x0800142E) +T4AF4 239:017.245 Data: 02 98 +T4AF4 239:017.273 - 0.080ms returns 2 (0x2) +T4AF4 239:017.331 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.350 -- Read from C cache (2 bytes @ 0x0800142E) +T4AF4 239:017.375 Data: 02 98 +T4AF4 239:017.399 - 0.076ms returns 2 (0x2) +T4AF4 239:017.419 JLINK_ReadMemEx(0x08001430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:017.437 -- Read from C cache (60 bytes @ 0x08001430) +T4AF4 239:017.463 Data: 40 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 239:017.487 - 0.076ms returns 60 (0x3C) +T4AF4 239:017.506 JLINK_ReadMemEx(0x08001430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.524 -- Read from C cache (2 bytes @ 0x08001430) +T4AF4 239:017.548 Data: 40 7F +T4AF4 239:017.573 - 0.075ms returns 2 (0x2) +T4AF4 239:017.598 JLINK_ReadMemEx(0x08001430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:017.616 -- Read from C cache (60 bytes @ 0x08001430) +T4AF4 239:017.643 Data: 40 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 239:017.667 - 0.078ms returns 60 (0x3C) +T4AF4 239:017.687 JLINK_ReadMemEx(0x08001430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.705 -- Read from C cache (2 bytes @ 0x08001430) +T4AF4 239:017.729 Data: 40 7F +T4AF4 239:017.755 - 0.077ms returns 2 (0x2) +T4AF4 239:017.776 JLINK_ReadMemEx(0x08001432, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.795 -- Read from C cache (2 bytes @ 0x08001432) +T4AF4 239:017.819 Data: 01 28 +T4AF4 239:017.843 - 0.075ms returns 2 (0x2) +T4AF4 239:017.868 JLINK_ReadMemEx(0x08001432, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:017.887 -- Read from C cache (2 bytes @ 0x08001432) +T4AF4 239:017.911 Data: 01 28 +T4AF4 239:017.935 - 0.075ms returns 2 (0x2) +T4AF4 239:017.955 JLINK_ReadMemEx(0x08001434, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:017.973 -- Read from C cache (60 bytes @ 0x08001434) +T4AF4 239:017.998 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 04 00 08 60 ... +T4AF4 239:018.022 - 0.076ms returns 60 (0x3C) +T4AF4 239:018.041 JLINK_ReadMemEx(0x08001434, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:018.059 -- Read from C cache (2 bytes @ 0x08001434) +T4AF4 239:018.084 Data: 07 D1 +T4AF4 239:018.108 - 0.075ms returns 2 (0x2) +T4AF4 239:018.133 JLINK_ReadMemEx(0x08001434, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:018.151 -- Read from C cache (60 bytes @ 0x08001434) +T4AF4 239:018.177 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 04 00 08 60 ... +T4AF4 239:018.201 - 0.076ms returns 60 (0x3C) +T4AF4 239:018.220 JLINK_ReadMemEx(0x08001434, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:018.238 -- Read from C cache (2 bytes @ 0x08001434) +T4AF4 239:018.262 Data: 07 D1 +T4AF4 239:018.287 - 0.075ms returns 2 (0x2) +T4AF4 239:018.307 JLINK_ReadMemEx(0x08001436, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:018.325 -- Read from C cache (2 bytes @ 0x08001436) +T4AF4 239:018.360 Data: FF E7 +T4AF4 239:018.389 - 0.090ms returns 2 (0x2) +T4AF4 239:018.418 JLINK_ReadMemEx(0x08001436, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:018.437 -- Read from C cache (2 bytes @ 0x08001436) +T4AF4 239:018.461 Data: FF E7 +T4AF4 239:018.485 - 0.075ms returns 2 (0x2) +T4AF4 239:018.505 JLINK_ReadMemEx(0x08001438, 0x3C Bytes, Flags = 0x02000000) +T4AF4 239:018.523 -- Read from C cache (60 bytes @ 0x08001438) +T4AF4 239:018.548 Data: 02 98 01 68 08 68 40 F0 04 00 08 60 06 E0 02 98 ... +T4AF4 239:018.572 - 0.075ms returns 60 (0x3C) +T4AF4 239:018.591 JLINK_ReadMemEx(0x08001438, 0x2 Bytes, Flags = 0x02000000) +T4AF4 239:018.609 -- Read from C cache (2 bytes @ 0x08001438) +T4AF4 239:018.634 Data: 02 98 +T4AF4 239:018.658 - 0.075ms returns 2 (0x2) +T54B0 240:167.142 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T54B0 240:167.215 -- Read from C cache (2 bytes @ 0x0800142E) +T54B0 240:167.250 Data: 02 98 +T54B0 240:167.281 - 0.150ms returns 2 (0x2) +T54B0 240:167.306 JLINK_HasError() +T54B0 240:167.334 JLINK_Step() +T54B0 240:168.377 -- Read from C cache (2 bytes @ 0x0800142E) +T54B0 240:168.455 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 240:168.493 -- Simulated +T54B0 240:168.542 - 1.227ms returns 0 +T54B0 240:168.583 JLINK_HasError() +T54B0 240:168.612 JLINK_ReadReg(R15 (PC)) +T54B0 240:168.641 - 0.038ms returns 0x08001430 +T54B0 240:168.667 JLINK_ReadReg(XPSR) +T54B0 240:168.700 - 0.046ms returns 0x81000000 +T54B0 240:168.740 JLINK_HasError() +T54B0 240:168.769 JLINK_Step() +T54B0 240:168.800 -- Read from C cache (2 bytes @ 0x08001430) +T54B0 240:168.846 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 240:170.129 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 240:170.169 -- Read from C cache (1 bytes @ 0x20000421) +T54B0 240:170.197 -- Simulated +T54B0 240:170.222 - 1.461ms returns 0 +T54B0 240:170.245 JLINK_HasError() +T54B0 240:170.266 JLINK_ReadReg(R15 (PC)) +T54B0 240:170.285 - 0.028ms returns 0x08001432 +T54B0 240:170.305 JLINK_ReadReg(XPSR) +T54B0 240:170.323 - 0.026ms returns 0x81000000 +T54B0 240:170.350 JLINK_HasError() +T54B0 240:170.369 JLINK_Step() +T54B0 240:170.398 -- Read from C cache (2 bytes @ 0x08001432) +T54B0 240:170.426 -- Simulated +T54B0 240:170.450 - 0.089ms returns 0 +T54B0 240:170.497 JLINK_HasError() +T54B0 240:170.526 JLINK_ReadReg(R15 (PC)) +T54B0 240:170.547 - 0.030ms returns 0x08001434 +T54B0 240:170.571 JLINK_ReadReg(XPSR) +T54B0 240:170.590 - 0.027ms returns 0x81000000 +T54B0 240:170.661 JLINK_HasError() +T54B0 240:170.682 JLINK_Step() +T54B0 240:170.702 -- Read from C cache (2 bytes @ 0x08001434) +T54B0 240:170.729 -- Simulated +T54B0 240:170.753 - 0.079ms returns 0 +T54B0 240:170.773 JLINK_HasError() +T54B0 240:170.792 JLINK_ReadReg(R15 (PC)) +T54B0 240:170.809 - 0.026ms returns 0x08001446 +T54B0 240:170.829 JLINK_ReadReg(XPSR) +T54B0 240:170.846 - 0.025ms returns 0x81000000 +T54B0 240:173.282 JLINK_HasError() +T54B0 240:173.310 JLINK_ReadReg(R0) +T54B0 240:173.330 - 0.027ms returns 0x00000000 +T54B0 240:173.349 JLINK_ReadReg(R1) +T54B0 240:173.367 - 0.026ms returns 0x40006400 +T54B0 240:173.402 JLINK_ReadReg(R2) +T54B0 240:173.420 - 0.026ms returns 0x00000000 +T54B0 240:173.439 JLINK_ReadReg(R3) +T54B0 240:173.470 - 0.039ms returns 0x00000000 +T54B0 240:173.489 JLINK_ReadReg(R4) +T54B0 240:173.506 - 0.025ms returns 0x00000000 +T54B0 240:173.526 JLINK_ReadReg(R5) +T54B0 240:173.543 - 0.025ms returns 0x20000018 +T54B0 240:173.562 JLINK_ReadReg(R6) +T54B0 240:173.579 - 0.026ms returns 0x00000000 +T54B0 240:173.599 JLINK_ReadReg(R7) +T54B0 240:173.616 - 0.025ms returns 0x00000000 +T54B0 240:173.636 JLINK_ReadReg(R8) +T54B0 240:173.653 - 0.025ms returns 0x00000000 +T54B0 240:173.672 JLINK_ReadReg(R9) +T54B0 240:173.689 - 0.025ms returns 0x20000160 +T54B0 240:173.708 JLINK_ReadReg(R10) +T54B0 240:173.725 - 0.025ms returns 0x08006850 +T54B0 240:173.745 JLINK_ReadReg(R11) +T54B0 240:173.761 - 0.025ms returns 0x00000000 +T54B0 240:173.781 JLINK_ReadReg(R12) +T54B0 240:173.798 - 0.025ms returns 0x00000001 +T54B0 240:173.817 JLINK_ReadReg(R13 (SP)) +T54B0 240:173.835 - 0.027ms returns 0x20000F60 +T54B0 240:173.856 JLINK_ReadReg(R14) +T54B0 240:173.873 - 0.025ms returns 0x08001335 +T54B0 240:173.892 JLINK_ReadReg(R15 (PC)) +T54B0 240:173.910 - 0.025ms returns 0x08001446 +T54B0 240:173.929 JLINK_ReadReg(XPSR) +T54B0 240:173.946 - 0.025ms returns 0x81000000 +T54B0 240:173.966 JLINK_ReadReg(MSP) +T54B0 240:173.983 - 0.025ms returns 0x20000F60 +T54B0 240:174.002 JLINK_ReadReg(PSP) +T54B0 240:174.019 - 0.025ms returns 0x20001000 +T54B0 240:174.039 JLINK_ReadReg(CFBP) +T54B0 240:174.056 - 0.025ms returns 0x00000000 +T4AF4 240:175.233 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.270 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 240:175.296 Data: E5 3E 00 08 +T4AF4 240:175.321 - 0.096ms returns 4 (0x4) +T4AF4 240:175.345 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.365 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 240:175.393 Data: 00 00 00 00 +T4AF4 240:175.424 - 0.087ms returns 4 (0x4) +T4AF4 240:175.446 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.464 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 240:175.489 Data: E5 3E 00 08 +T4AF4 240:175.524 - 0.086ms returns 4 (0x4) +T4AF4 240:175.544 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.562 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 240:175.586 Data: 3B 55 00 08 +T4AF4 240:175.610 - 0.074ms returns 4 (0x4) +T4AF4 240:175.631 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.649 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 240:175.674 Data: 00 00 00 00 +T4AF4 240:175.697 - 0.074ms returns 4 (0x4) +T4AF4 240:175.716 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.735 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 240:175.758 Data: 3B 55 00 08 +T4AF4 240:175.782 - 0.074ms returns 4 (0x4) +T4AF4 240:175.802 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.820 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 240:175.845 Data: BB 01 00 08 +T4AF4 240:175.868 - 0.074ms returns 4 (0x4) +T4AF4 240:175.899 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:175.918 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 240:175.942 Data: 04 04 00 20 +T4AF4 240:175.965 - 0.074ms returns 4 (0x4) +T4AF4 240:175.985 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.004 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 240:176.028 Data: 08 00 00 00 +T4AF4 240:176.052 - 0.074ms returns 4 (0x4) +T4AF4 240:176.086 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.104 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 240:176.128 Data: 00 00 00 00 +T4AF4 240:176.152 - 0.074ms returns 4 (0x4) +T4AF4 240:176.172 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.190 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 240:176.214 Data: 00 00 00 00 +T4AF4 240:176.238 - 0.074ms returns 4 (0x4) +T4AF4 240:176.257 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.276 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 240:176.300 Data: 00 00 00 00 +T4AF4 240:176.323 - 0.074ms returns 4 (0x4) +T4AF4 240:176.343 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.361 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 240:176.390 Data: 00 00 00 00 +T4AF4 240:176.414 - 0.083ms returns 4 (0x4) +T4AF4 240:176.465 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.519 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 240:176.551 Data: 00 00 00 00 +T4AF4 240:176.575 - 0.118ms returns 4 (0x4) +T4AF4 240:176.596 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 240:176.615 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 240:176.639 Data: 00 00 00 00 +T4AF4 240:176.663 - 0.075ms returns 4 (0x4) +T4AF4 240:176.683 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:176.702 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 240:176.726 Data: 00 00 +T4AF4 240:176.749 - 0.074ms returns 2 (0x2) +T4AF4 240:176.805 JLINK_HasError() +T4AF4 240:176.825 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 240:176.848 Data: 38 98 00 00 +T4AF4 240:176.872 Debug reg: DWT_CYCCNT +T4AF4 240:176.896 - 0.078ms returns 1 (0x1) +T4AF4 240:177.082 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 240:177.105 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 240:178.243 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 240:178.282 - 1.208ms returns 28 (0x1C) +T4AF4 240:178.311 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:178.337 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 240:178.862 Data: 00 00 23 01 +T4AF4 240:178.888 - 0.585ms returns 4 (0x4) +T4AF4 240:178.910 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 240:178.930 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 240:179.790 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 240:179.815 - 0.913ms returns 76 (0x4C) +T4AF4 240:179.836 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:179.856 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 240:180.361 Data: 31 C6 E5 4A +T4AF4 240:180.397 - 0.568ms returns 4 (0x4) +T4AF4 240:180.418 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:180.439 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 240:180.868 Data: 01 0E 1C 2A +T4AF4 240:180.909 - 0.500ms returns 4 (0x4) +T4AF4 240:180.937 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:180.964 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 240:181.364 Data: 00 00 00 00 +T4AF4 240:181.404 - 0.475ms returns 4 (0x4) +T4AF4 240:181.428 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:181.450 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 240:181.859 Data: 00 00 00 00 +T4AF4 240:181.887 - 0.468ms returns 4 (0x4) +T4AF4 240:181.909 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:181.930 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 240:182.358 Data: 00 00 00 00 +T4AF4 240:182.391 - 0.490ms returns 4 (0x4) +T4AF4 240:182.412 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:182.433 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 240:182.858 Data: 00 00 00 00 +T4AF4 240:182.883 - 0.478ms returns 4 (0x4) +T4AF4 240:182.904 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 240:182.924 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 240:183.862 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 240:183.889 - 0.993ms returns 108 (0x6C) +T4AF4 240:183.912 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 240:183.933 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 240:184.359 Data: AB AA FD 78 +T4AF4 240:184.385 - 0.488ms returns 4 (0x4) +T4AF4 240:221.016 JLINK_ReadMemEx(0x08001444, 0x3C Bytes, Flags = 0x02000000) +T4AF4 240:221.066 -- Read from C cache (60 bytes @ 0x08001444) +T4AF4 240:221.095 Data: 06 E0 02 98 01 68 08 68 20 F0 04 00 08 60 FF E7 ... +T4AF4 240:221.119 - 0.112ms returns 60 (0x3C) +T4AF4 240:221.140 JLINK_ReadMemEx(0x08001444, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:221.160 -- Read from C cache (2 bytes @ 0x08001444) +T4AF4 240:221.185 Data: 06 E0 +T4AF4 240:221.210 - 0.078ms returns 2 (0x2) +T4AF4 240:221.229 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:221.247 -- Read from C cache (2 bytes @ 0x08001446) +T4AF4 240:221.272 Data: 02 98 +T4AF4 240:221.299 - 0.076ms returns 2 (0x2) +T4AF4 240:221.353 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:221.368 -- Read from C cache (2 bytes @ 0x08001446) +T4AF4 240:221.391 Data: 02 98 +T4AF4 240:221.425 - 0.079ms returns 2 (0x2) +T4AF4 240:221.444 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 240:221.479 CPU_ReadMem(64 bytes @ 0x08001480) +T4AF4 240:222.825 -- Updating C cache (64 bytes @ 0x08001480) +T4AF4 240:222.918 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 240:222.945 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 240:222.970 - 1.534ms returns 60 (0x3C) +T4AF4 240:223.005 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.026 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 240:223.051 Data: 01 68 +T4AF4 240:223.075 - 0.078ms returns 2 (0x2) +T4AF4 240:223.151 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 240:223.171 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 240:223.196 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 240:223.221 - 0.078ms returns 60 (0x3C) +T4AF4 240:223.240 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.258 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 240:223.283 Data: 01 68 +T4AF4 240:223.307 - 0.075ms returns 2 (0x2) +T4AF4 240:223.326 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.344 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 240:223.369 Data: 08 68 +T4AF4 240:223.393 - 0.074ms returns 2 (0x2) +T4AF4 240:223.418 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.436 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 240:223.569 Data: 08 68 +T4AF4 240:223.594 - 0.184ms returns 2 (0x2) +T4AF4 240:223.614 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 240:223.633 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 240:223.658 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 240:223.682 - 0.076ms returns 60 (0x3C) +T4AF4 240:223.701 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.719 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 240:223.744 Data: 20 F0 +T4AF4 240:223.768 - 0.074ms returns 2 (0x2) +T4AF4 240:223.792 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 240:223.811 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 240:223.836 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 240:223.860 - 0.076ms returns 60 (0x3C) +T4AF4 240:223.879 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.897 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 240:223.922 Data: 20 F0 +T4AF4 240:223.946 - 0.075ms returns 2 (0x2) +T4AF4 240:223.965 JLINK_ReadMemEx(0x0800144E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 240:223.983 -- Read from C cache (2 bytes @ 0x0800144E) +T4AF4 240:224.072 Data: 04 00 +T4AF4 240:224.096 - 0.139ms returns 2 (0x2) +T54B0 374:494.117 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T54B0 374:494.169 -- Read from C cache (2 bytes @ 0x08001446) +T54B0 374:494.195 Data: 02 98 +T54B0 374:494.227 - 0.118ms returns 2 (0x2) +T54B0 374:494.248 JLINK_HasError() +T54B0 374:494.270 JLINK_Step() +T54B0 374:495.300 -- Read from C cache (2 bytes @ 0x08001446) +T54B0 374:495.354 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 374:495.380 -- Simulated +T54B0 374:495.404 - 1.142ms returns 0 +T54B0 374:495.427 JLINK_HasError() +T54B0 374:495.447 JLINK_ReadReg(R15 (PC)) +T54B0 374:495.465 - 0.027ms returns 0x08001448 +T54B0 374:495.485 JLINK_ReadReg(XPSR) +T54B0 374:495.501 - 0.025ms returns 0x81000000 +T54B0 374:495.528 JLINK_HasError() +T54B0 374:495.547 JLINK_Step() +T54B0 374:495.565 -- Read from C cache (2 bytes @ 0x08001448) +T54B0 374:495.591 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 374:495.616 -- Simulated +T54B0 374:495.639 - 0.099ms returns 0 +T54B0 374:495.658 JLINK_HasError() +T54B0 374:495.676 JLINK_ReadReg(R15 (PC)) +T54B0 374:495.693 - 0.025ms returns 0x0800144A +T54B0 374:495.712 JLINK_ReadReg(XPSR) +T54B0 374:495.729 - 0.025ms returns 0x81000000 +T54B0 374:495.749 JLINK_HasError() +T54B0 374:495.767 JLINK_Step() +T54B0 374:495.785 -- Read from C cache (2 bytes @ 0x0800144A) +T54B0 374:495.810 -- Not simulated +T54B0 374:495.855 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 374:500.526 - 4.786ms returns 0 +T54B0 374:500.575 JLINK_HasError() +T54B0 374:500.603 JLINK_ReadReg(R15 (PC)) +T54B0 374:500.628 - 0.035ms returns 0x0800144C +T54B0 374:500.655 JLINK_ReadReg(XPSR) +T54B0 374:500.677 - 0.032ms returns 0x81000000 +T54B0 374:500.772 JLINK_HasError() +T54B0 374:500.828 JLINK_Step() +T54B0 374:500.869 CPU_ReadMem(64 bytes @ 0x08001440) +T54B0 374:502.243 -- Updating C cache (64 bytes @ 0x08001440) +T54B0 374:502.278 -- Read from C cache (2 bytes @ 0x0800144C) +T54B0 374:502.307 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 374:502.740 -- Read from C cache (2 bytes @ 0x0800144E) +T54B0 374:502.770 -- Simulated +T54B0 374:502.795 - 1.976ms returns 0 +T54B0 374:502.818 JLINK_HasError() +T54B0 374:502.837 JLINK_ReadReg(R15 (PC)) +T54B0 374:502.858 - 0.029ms returns 0x08001450 +T54B0 374:502.878 JLINK_ReadReg(XPSR) +T54B0 374:502.896 - 0.026ms returns 0x81000000 +T54B0 374:502.921 JLINK_ReadMemEx(0x08001450, 0x3C Bytes, Flags = 0x02000000) +T54B0 374:502.943 CPU_ReadMem(64 bytes @ 0x08001480) +T54B0 374:503.486 -- Updating C cache (64 bytes @ 0x08001480) +T54B0 374:503.512 -- Read from C cache (60 bytes @ 0x08001450) +T54B0 374:503.539 Data: 08 60 FF E7 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 ... +T54B0 374:503.563 - 0.651ms returns 60 (0x3C) +T54B0 374:503.584 JLINK_ReadMemEx(0x08001450, 0x2 Bytes, Flags = 0x02000000) +T54B0 374:503.609 -- Read from C cache (2 bytes @ 0x08001450) +T54B0 374:503.638 Data: 08 60 +T54B0 374:503.663 - 0.087ms returns 2 (0x2) +T54B0 374:503.684 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T54B0 374:503.703 -- Read from C cache (2 bytes @ 0x08001452) +T54B0 374:503.727 Data: FF E7 +T54B0 374:503.752 - 0.076ms returns 2 (0x2) +T54B0 374:503.772 JLINK_HasError() +T54B0 374:503.791 JLINK_Step() +T54B0 374:503.810 -- Read from C cache (2 bytes @ 0x08001450) +T54B0 374:503.837 -- Not simulated +T54B0 374:503.877 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 374:508.263 - 4.493ms returns 0 +T54B0 374:508.302 JLINK_HasError() +T54B0 374:508.329 JLINK_ReadReg(R15 (PC)) +T54B0 374:508.353 - 0.035ms returns 0x08001452 +T54B0 374:508.376 JLINK_ReadReg(XPSR) +T54B0 374:508.398 - 0.032ms returns 0x81000000 +T54B0 374:508.427 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T54B0 374:508.454 CPU_ReadMem(64 bytes @ 0x08001440) +T54B0 374:509.020 -- Updating C cache (64 bytes @ 0x08001440) +T54B0 374:509.073 -- Read from C cache (2 bytes @ 0x08001452) +T54B0 374:509.106 Data: FF E7 +T54B0 374:509.134 - 0.715ms returns 2 (0x2) +T54B0 374:509.159 JLINK_ReadMemEx(0x08001454, 0x3C Bytes, Flags = 0x02000000) +T54B0 374:509.182 CPU_ReadMem(64 bytes @ 0x08001480) +T54B0 374:509.735 -- Updating C cache (64 bytes @ 0x08001480) +T54B0 374:509.763 -- Read from C cache (60 bytes @ 0x08001454) +T54B0 374:509.789 Data: 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 ... +T54B0 374:509.812 - 0.661ms returns 60 (0x3C) +T54B0 374:509.833 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T54B0 374:509.851 -- Read from C cache (2 bytes @ 0x08001454) +T54B0 374:509.876 Data: 02 9B +T54B0 374:509.899 - 0.074ms returns 2 (0x2) +T54B0 374:509.920 JLINK_HasError() +T54B0 374:509.939 JLINK_Step() +T54B0 374:509.962 -- Read from C cache (2 bytes @ 0x08001452) +T54B0 374:509.995 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 374:511.075 -- Simulated +T54B0 374:511.119 - 1.188ms returns 0 +T54B0 374:511.142 JLINK_HasError() +T54B0 374:511.162 JLINK_ReadReg(R15 (PC)) +T54B0 374:511.181 - 0.027ms returns 0x08001454 +T54B0 374:511.200 JLINK_ReadReg(XPSR) +T54B0 374:511.217 - 0.025ms returns 0x81000000 +T54B0 374:512.136 JLINK_HasError() +T54B0 374:512.168 JLINK_ReadReg(R0) +T54B0 374:512.187 - 0.028ms returns 0x00010011 +T54B0 374:512.207 JLINK_ReadReg(R1) +T54B0 374:512.224 - 0.025ms returns 0x40006400 +T54B0 374:512.243 JLINK_ReadReg(R2) +T54B0 374:512.260 - 0.025ms returns 0x00000000 +T54B0 374:512.279 JLINK_ReadReg(R3) +T54B0 374:512.296 - 0.025ms returns 0x00000000 +T54B0 374:512.315 JLINK_ReadReg(R4) +T54B0 374:512.332 - 0.025ms returns 0x00000000 +T54B0 374:512.351 JLINK_ReadReg(R5) +T54B0 374:512.367 - 0.025ms returns 0x20000018 +T54B0 374:512.386 JLINK_ReadReg(R6) +T54B0 374:512.403 - 0.024ms returns 0x00000000 +T54B0 374:512.422 JLINK_ReadReg(R7) +T54B0 374:512.438 - 0.025ms returns 0x00000000 +T54B0 374:512.457 JLINK_ReadReg(R8) +T54B0 374:512.474 - 0.025ms returns 0x00000000 +T54B0 374:512.493 JLINK_ReadReg(R9) +T54B0 374:512.509 - 0.025ms returns 0x20000160 +T54B0 374:512.528 JLINK_ReadReg(R10) +T54B0 374:512.545 - 0.025ms returns 0x08006850 +T54B0 374:512.564 JLINK_ReadReg(R11) +T54B0 374:512.580 - 0.025ms returns 0x00000000 +T54B0 374:512.599 JLINK_ReadReg(R12) +T54B0 374:512.616 - 0.024ms returns 0x00000001 +T54B0 374:512.635 JLINK_ReadReg(R13 (SP)) +T54B0 374:512.652 - 0.025ms returns 0x20000F60 +T54B0 374:512.671 JLINK_ReadReg(R14) +T54B0 374:512.687 - 0.024ms returns 0x08001335 +T54B0 374:512.706 JLINK_ReadReg(R15 (PC)) +T54B0 374:512.723 - 0.024ms returns 0x08001454 +T54B0 374:512.741 JLINK_ReadReg(XPSR) +T54B0 374:512.758 - 0.025ms returns 0x81000000 +T54B0 374:512.777 JLINK_ReadReg(MSP) +T54B0 374:512.794 - 0.025ms returns 0x20000F60 +T54B0 374:512.813 JLINK_ReadReg(PSP) +T54B0 374:512.829 - 0.025ms returns 0x20001000 +T54B0 374:512.848 JLINK_ReadReg(CFBP) +T54B0 374:512.865 - 0.025ms returns 0x00000000 +T4AF4 374:513.343 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:513.393 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 374:514.774 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 374:514.807 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 374:514.834 Data: E5 3E 00 08 +T4AF4 374:514.859 - 1.524ms returns 4 (0x4) +T4AF4 374:514.888 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:514.910 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 374:514.935 Data: 00 00 00 00 +T4AF4 374:514.966 - 0.086ms returns 4 (0x4) +T4AF4 374:514.985 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:515.004 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 374:515.034 Data: E5 3E 00 08 +T4AF4 374:515.072 - 0.094ms returns 4 (0x4) +T4AF4 374:515.092 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:515.113 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 374:516.361 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 374:516.392 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 374:516.417 Data: 3B 55 00 08 +T4AF4 374:516.444 - 1.360ms returns 4 (0x4) +T4AF4 374:516.470 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:516.491 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 374:516.516 Data: 00 00 00 00 +T4AF4 374:516.540 - 0.078ms returns 4 (0x4) +T4AF4 374:516.562 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:516.580 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 374:516.605 Data: 3B 55 00 08 +T4AF4 374:516.629 - 0.075ms returns 4 (0x4) +T4AF4 374:516.650 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:516.674 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 374:518.013 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 374:518.045 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 374:518.070 Data: BB 01 00 08 +T4AF4 374:518.095 - 1.454ms returns 4 (0x4) +T4AF4 374:518.128 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:518.148 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 374:518.174 Data: 04 04 00 20 +T4AF4 374:518.198 - 0.078ms returns 4 (0x4) +T4AF4 374:518.219 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:518.238 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 374:518.263 Data: 08 00 00 00 +T4AF4 374:518.287 - 0.076ms returns 4 (0x4) +T4AF4 374:518.330 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:518.351 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 374:519.628 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 374:519.661 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 374:519.686 Data: 00 00 00 00 +T4AF4 374:519.711 - 1.389ms returns 4 (0x4) +T4AF4 374:519.735 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:519.756 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 374:519.782 Data: 00 00 00 00 +T4AF4 374:519.806 - 0.078ms returns 4 (0x4) +T4AF4 374:519.826 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:519.847 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 374:520.484 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 374:520.513 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 374:520.538 Data: 00 00 00 00 +T4AF4 374:520.563 - 0.745ms returns 4 (0x4) +T4AF4 374:520.587 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:520.607 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 374:520.633 Data: 00 00 00 00 +T4AF4 374:520.657 - 0.078ms returns 4 (0x4) +T4AF4 374:520.677 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:520.696 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 374:520.721 Data: 00 00 00 00 +T4AF4 374:520.745 - 0.076ms returns 4 (0x4) +T4AF4 374:520.765 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 374:520.784 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 374:520.809 Data: 00 00 00 00 +T4AF4 374:520.833 - 0.076ms returns 4 (0x4) +T4AF4 374:520.854 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:520.879 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 374:520.908 Data: 00 00 +T4AF4 374:520.933 - 0.087ms returns 2 (0x2) +T4AF4 374:521.015 JLINK_HasError() +T4AF4 374:521.036 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 374:521.057 Data: 45 98 00 00 +T4AF4 374:521.082 Debug reg: DWT_CYCCNT +T4AF4 374:521.106 - 0.078ms returns 1 (0x1) +T4AF4 374:521.323 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 374:521.346 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 374:522.493 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 374:522.524 - 1.209ms returns 28 (0x1C) +T4AF4 374:522.548 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:522.570 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 374:522.991 Data: 00 00 23 01 +T4AF4 374:523.018 - 0.481ms returns 4 (0x4) +T4AF4 374:523.071 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 374:523.095 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 374:523.870 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 374:523.900 - 0.838ms returns 76 (0x4C) +T4AF4 374:523.924 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:523.946 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 374:524.493 Data: 31 C6 E5 4A +T4AF4 374:524.524 - 0.608ms returns 4 (0x4) +T4AF4 374:524.547 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:524.568 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 374:524.988 Data: 01 0E 1C 2A +T4AF4 374:525.015 - 0.477ms returns 4 (0x4) +T4AF4 374:525.041 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:525.061 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 374:525.486 Data: 00 00 00 00 +T4AF4 374:525.511 - 0.477ms returns 4 (0x4) +T4AF4 374:525.534 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:525.555 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 374:525.983 Data: 00 00 00 00 +T4AF4 374:526.008 - 0.482ms returns 4 (0x4) +T4AF4 374:526.031 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:526.051 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 374:526.483 Data: 00 00 00 00 +T4AF4 374:526.508 - 0.485ms returns 4 (0x4) +T4AF4 374:526.532 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:526.552 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 374:526.981 Data: 00 00 00 00 +T4AF4 374:527.007 - 0.483ms returns 4 (0x4) +T4AF4 374:527.030 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 374:527.050 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 374:528.020 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 374:528.068 - 1.046ms returns 108 (0x6C) +T4AF4 374:528.094 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 374:528.116 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 374:528.609 Data: AB AA FD 78 +T4AF4 374:528.634 - 0.548ms returns 4 (0x4) +T4AF4 374:567.763 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:567.814 -- Read from C cache (2 bytes @ 0x08001446) +T4AF4 374:567.842 Data: 02 98 +T4AF4 374:567.868 - 0.113ms returns 2 (0x2) +T4AF4 374:567.889 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:567.907 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 374:567.933 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 374:567.966 - 0.085ms returns 60 (0x3C) +T4AF4 374:567.986 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.004 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 374:568.030 Data: 01 68 +T4AF4 374:568.054 - 0.077ms returns 2 (0x2) +T4AF4 374:568.075 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:568.093 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 374:568.119 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 374:568.143 - 0.076ms returns 60 (0x3C) +T4AF4 374:568.163 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.181 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 374:568.205 Data: 01 68 +T4AF4 374:568.230 - 0.083ms returns 2 (0x2) +T4AF4 374:568.261 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.280 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 374:568.304 Data: 08 68 +T4AF4 374:568.328 - 0.075ms returns 2 (0x2) +T4AF4 374:568.348 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.366 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 374:568.391 Data: 08 68 +T4AF4 374:568.415 - 0.076ms returns 2 (0x2) +T4AF4 374:568.435 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:568.454 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 374:568.479 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 374:568.505 - 0.078ms returns 60 (0x3C) +T4AF4 374:568.524 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.542 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 374:568.566 Data: 20 F0 +T4AF4 374:568.590 - 0.074ms returns 2 (0x2) +T4AF4 374:568.616 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:568.631 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 374:568.653 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 374:568.674 - 0.064ms returns 60 (0x3C) +T4AF4 374:568.690 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.705 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 374:568.726 Data: 20 F0 +T4AF4 374:568.746 - 0.063ms returns 2 (0x2) +T4AF4 374:568.762 JLINK_ReadMemEx(0x0800144E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.778 -- Read from C cache (2 bytes @ 0x0800144E) +T4AF4 374:568.799 Data: 04 00 +T4AF4 374:568.819 - 0.064ms returns 2 (0x2) +T4AF4 374:568.836 JLINK_ReadMemEx(0x08001450, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:568.851 -- Read from C cache (60 bytes @ 0x08001450) +T4AF4 374:568.873 Data: 08 60 FF E7 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 ... +T4AF4 374:568.893 - 0.064ms returns 60 (0x3C) +T4AF4 374:568.909 JLINK_ReadMemEx(0x08001450, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:568.925 -- Read from C cache (2 bytes @ 0x08001450) +T4AF4 374:568.945 Data: 08 60 +T4AF4 374:568.968 - 0.065ms returns 2 (0x2) +T4AF4 374:568.984 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:569.008 -- Read from C cache (2 bytes @ 0x08001452) +T4AF4 374:569.045 Data: FF E7 +T4AF4 374:569.069 - 0.092ms returns 2 (0x2) +T4AF4 374:569.088 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:569.106 -- Read from C cache (2 bytes @ 0x08001452) +T4AF4 374:569.223 Data: FF E7 +T4AF4 374:569.248 - 0.168ms returns 2 (0x2) +T4AF4 374:569.268 JLINK_ReadMemEx(0x08001454, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:569.287 -- Read from C cache (60 bytes @ 0x08001454) +T4AF4 374:569.345 Data: 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 ... +T4AF4 374:569.369 - 0.109ms returns 60 (0x3C) +T4AF4 374:569.389 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:569.407 -- Read from C cache (2 bytes @ 0x08001454) +T4AF4 374:569.432 Data: 02 9B +T4AF4 374:569.456 - 0.076ms returns 2 (0x2) +T4AF4 374:569.521 JLINK_ReadMemEx(0x08001454, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:569.539 -- Read from C cache (60 bytes @ 0x08001454) +T4AF4 374:569.565 Data: 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 ... +T4AF4 374:569.589 - 0.076ms returns 60 (0x3C) +T4AF4 374:569.608 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:569.627 -- Read from C cache (2 bytes @ 0x08001454) +T4AF4 374:569.651 Data: 02 9B +T4AF4 374:569.675 - 0.075ms returns 2 (0x2) +T4AF4 374:569.695 JLINK_ReadMemEx(0x08001456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:569.713 -- Read from C cache (2 bytes @ 0x08001456) +T4AF4 374:569.738 Data: 19 68 +T4AF4 374:569.762 - 0.075ms returns 2 (0x2) +T4AF4 374:577.702 JLINK_ReadMemEx(0x08001456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:577.751 -- Read from C cache (2 bytes @ 0x08001456) +T4AF4 374:577.781 Data: 19 68 +T4AF4 374:577.813 - 0.122ms returns 2 (0x2) +T4AF4 374:577.839 JLINK_ReadMemEx(0x08001458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:577.870 -- Read from C cache (60 bytes @ 0x08001458) +T4AF4 374:577.910 Data: 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 ... +T4AF4 374:577.935 - 0.105ms returns 60 (0x3C) +T4AF4 374:577.964 JLINK_ReadMemEx(0x08001458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:577.983 -- Read from C cache (2 bytes @ 0x08001458) +T4AF4 374:578.007 Data: 5A 68 +T4AF4 374:578.032 - 0.076ms returns 2 (0x2) +T4AF4 374:578.059 JLINK_ReadMemEx(0x08001458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 374:578.078 -- Read from C cache (60 bytes @ 0x08001458) +T4AF4 374:578.104 Data: 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 ... +T4AF4 374:578.127 - 0.076ms returns 60 (0x3C) +T4AF4 374:578.147 JLINK_ReadMemEx(0x08001458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:578.165 -- Read from C cache (2 bytes @ 0x08001458) +T4AF4 374:578.189 Data: 5A 68 +T4AF4 374:578.213 - 0.075ms returns 2 (0x2) +T4AF4 374:578.233 JLINK_ReadMemEx(0x0800145A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 374:578.251 -- Read from C cache (2 bytes @ 0x0800145A) +T4AF4 374:578.276 Data: 98 68 +T4AF4 374:578.300 - 0.075ms returns 2 (0x2) +T54B0 376:558.883 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:558.934 -- Read from C cache (2 bytes @ 0x08001454) +T54B0 376:558.960 Data: 02 9B +T54B0 376:558.986 - 0.112ms returns 2 (0x2) +T54B0 376:559.007 JLINK_HasError() +T54B0 376:559.029 JLINK_Step() +T54B0 376:560.058 -- Read from C cache (2 bytes @ 0x08001454) +T54B0 376:560.109 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 376:560.143 -- Simulated +T54B0 376:560.173 - 1.153ms returns 0 +T54B0 376:560.198 JLINK_HasError() +T54B0 376:560.222 JLINK_ReadReg(R15 (PC)) +T54B0 376:560.246 - 0.035ms returns 0x08001456 +T54B0 376:560.271 JLINK_ReadReg(XPSR) +T54B0 376:560.294 - 0.033ms returns 0x81000000 +T54B0 376:560.325 JLINK_HasError() +T54B0 376:560.346 JLINK_Step() +T54B0 376:560.367 -- Read from C cache (2 bytes @ 0x08001456) +T54B0 376:560.402 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 376:561.721 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 376:561.761 -- Read from C cache (4 bytes @ 0x20000404) +T54B0 376:561.790 -- Simulated +T54B0 376:561.815 - 1.476ms returns 0 +T54B0 376:561.838 JLINK_HasError() +T54B0 376:561.864 JLINK_ReadReg(R15 (PC)) +T54B0 376:561.885 - 0.028ms returns 0x08001458 +T54B0 376:561.904 JLINK_ReadReg(XPSR) +T54B0 376:561.922 - 0.025ms returns 0x81000000 +T54B0 376:561.949 JLINK_HasError() +T54B0 376:561.972 JLINK_Step() +T54B0 376:561.992 -- Read from C cache (2 bytes @ 0x08001458) +T54B0 376:562.020 -- Read from C cache (4 bytes @ 0x20000408) +T54B0 376:562.045 -- Simulated +T54B0 376:562.069 - 0.105ms returns 0 +T54B0 376:562.088 JLINK_HasError() +T54B0 376:562.107 JLINK_ReadReg(R15 (PC)) +T54B0 376:562.124 - 0.025ms returns 0x0800145A +T54B0 376:562.143 JLINK_ReadReg(XPSR) +T54B0 376:562.160 - 0.025ms returns 0x81000000 +T54B0 376:562.181 JLINK_ReadMemEx(0x0800145A, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:562.199 -- Read from C cache (2 bytes @ 0x0800145A) +T54B0 376:562.223 Data: 98 68 +T54B0 376:562.247 - 0.075ms returns 2 (0x2) +T54B0 376:562.267 JLINK_ReadMemEx(0x0800145C, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:562.285 -- Read from C cache (60 bytes @ 0x0800145C) +T54B0 376:562.311 Data: D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 ... +T54B0 376:562.335 - 0.075ms returns 60 (0x3C) +T54B0 376:562.353 JLINK_ReadMemEx(0x0800145C, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:562.371 -- Read from C cache (2 bytes @ 0x0800145C) +T54B0 376:562.395 Data: D3 F8 +T54B0 376:562.419 - 0.074ms returns 2 (0x2) +T54B0 376:562.438 JLINK_HasError() +T54B0 376:562.457 JLINK_Step() +T54B0 376:562.475 -- Read from C cache (2 bytes @ 0x0800145A) +T54B0 376:562.501 -- Read from C cache (4 bytes @ 0x2000040C) +T54B0 376:562.526 -- Simulated +T54B0 376:562.550 - 0.100ms returns 0 +T54B0 376:562.568 JLINK_HasError() +T54B0 376:562.587 JLINK_ReadReg(R15 (PC)) +T54B0 376:562.604 - 0.025ms returns 0x0800145C +T54B0 376:562.630 JLINK_ReadReg(XPSR) +T54B0 376:562.652 - 0.030ms returns 0x81000000 +T54B0 376:562.673 JLINK_ReadMemEx(0x0800145C, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:562.691 -- Read from C cache (60 bytes @ 0x0800145C) +T54B0 376:562.716 Data: D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 ... +T54B0 376:562.740 - 0.075ms returns 60 (0x3C) +T54B0 376:562.759 JLINK_ReadMemEx(0x0800145C, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:562.777 -- Read from C cache (2 bytes @ 0x0800145C) +T54B0 376:562.801 Data: D3 F8 +T54B0 376:562.824 - 0.073ms returns 2 (0x2) +T54B0 376:562.843 JLINK_ReadMemEx(0x0800145E, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:562.867 -- Read from C cache (2 bytes @ 0x0800145E) +T54B0 376:562.895 Data: 0C C0 +T54B0 376:562.919 - 0.084ms returns 2 (0x2) +T54B0 376:562.939 JLINK_HasError() +T54B0 376:562.957 JLINK_Step() +T54B0 376:562.975 -- Read from C cache (2 bytes @ 0x0800145C) +T54B0 376:563.001 -- Read from C cache (2 bytes @ 0x0800145E) +T54B0 376:563.025 -- Not simulated +T54B0 376:563.067 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 376:567.655 - 4.723ms returns 0 +T54B0 376:567.696 JLINK_HasError() +T54B0 376:567.717 JLINK_ReadReg(R15 (PC)) +T54B0 376:567.737 - 0.029ms returns 0x08001460 +T54B0 376:567.757 JLINK_ReadReg(XPSR) +T54B0 376:567.774 - 0.026ms returns 0x81000000 +T54B0 376:567.800 JLINK_ReadMemEx(0x08001460, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:567.826 CPU_ReadMem(128 bytes @ 0x08001440) +T54B0 376:569.587 -- Updating C cache (128 bytes @ 0x08001440) +T54B0 376:569.647 -- Read from C cache (60 bytes @ 0x08001460) +T54B0 376:569.673 Data: 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 5B 69 18 43 ... +T54B0 376:569.697 - 1.904ms returns 60 (0x3C) +T54B0 376:569.719 JLINK_ReadMemEx(0x08001460, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:569.739 -- Read from C cache (2 bytes @ 0x08001460) +T54B0 376:569.763 Data: 40 EA +T54B0 376:569.787 - 0.075ms returns 2 (0x2) +T54B0 376:569.806 JLINK_ReadMemEx(0x08001462, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:569.824 -- Read from C cache (2 bytes @ 0x08001462) +T54B0 376:569.848 Data: 0C 00 +T54B0 376:569.871 - 0.073ms returns 2 (0x2) +T54B0 376:569.893 JLINK_HasError() +T54B0 376:569.915 JLINK_Step() +T54B0 376:569.934 -- Read from C cache (2 bytes @ 0x08001460) +T54B0 376:569.960 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 376:571.055 -- Read from C cache (2 bytes @ 0x08001462) +T54B0 376:571.093 -- Not simulated +T54B0 376:574.252 - 4.357ms returns 0 +T54B0 376:574.301 JLINK_HasError() +T54B0 376:574.322 JLINK_ReadReg(R15 (PC)) +T54B0 376:574.345 - 0.032ms returns 0x08001464 +T54B0 376:574.368 JLINK_ReadReg(XPSR) +T54B0 376:574.385 - 0.025ms returns 0x81000000 +T54B0 376:574.490 JLINK_ReadMemEx(0x08001464, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:574.514 CPU_ReadMem(128 bytes @ 0x08001440) +T54B0 376:576.226 -- Updating C cache (128 bytes @ 0x08001440) +T54B0 376:576.285 -- Read from C cache (60 bytes @ 0x08001464) +T54B0 376:576.330 Data: D3 F8 10 C0 40 EA 0C 00 5B 69 18 43 01 3A 10 43 ... +T54B0 376:576.373 - 1.897ms returns 60 (0x3C) +T54B0 376:576.409 JLINK_ReadMemEx(0x08001464, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:576.439 -- Read from C cache (2 bytes @ 0x08001464) +T54B0 376:576.477 Data: D3 F8 +T54B0 376:576.516 - 0.119ms returns 2 (0x2) +T54B0 376:576.548 JLINK_ReadMemEx(0x08001466, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:576.576 -- Read from C cache (2 bytes @ 0x08001466) +T54B0 376:576.616 Data: 10 C0 +T54B0 376:576.654 - 0.119ms returns 2 (0x2) +T54B0 376:576.686 JLINK_HasError() +T54B0 376:576.719 JLINK_Step() +T54B0 376:576.751 -- Read from C cache (2 bytes @ 0x08001464) +T54B0 376:576.792 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 376:577.841 -- Read from C cache (2 bytes @ 0x08001466) +T54B0 376:577.885 -- Not simulated +T54B0 376:581.012 - 4.312ms returns 0 +T54B0 376:581.046 JLINK_HasError() +T54B0 376:581.066 JLINK_ReadReg(R15 (PC)) +T54B0 376:581.086 - 0.028ms returns 0x08001468 +T54B0 376:581.106 JLINK_ReadReg(XPSR) +T54B0 376:581.131 - 0.039ms returns 0x81000000 +T54B0 376:581.162 JLINK_ReadMemEx(0x08001468, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:581.186 CPU_ReadMem(128 bytes @ 0x08001440) +T54B0 376:582.272 -- Updating C cache (128 bytes @ 0x08001440) +T54B0 376:582.309 -- Read from C cache (60 bytes @ 0x08001468) +T54B0 376:582.336 Data: 40 EA 0C 00 5B 69 18 43 01 3A 10 43 C8 61 02 99 ... +T54B0 376:582.360 - 1.207ms returns 60 (0x3C) +T54B0 376:582.383 JLINK_ReadMemEx(0x08001468, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:582.403 -- Read from C cache (2 bytes @ 0x08001468) +T54B0 376:582.427 Data: 40 EA +T54B0 376:582.451 - 0.077ms returns 2 (0x2) +T54B0 376:582.472 JLINK_ReadMemEx(0x0800146A, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:582.490 -- Read from C cache (2 bytes @ 0x0800146A) +T54B0 376:582.515 Data: 0C 00 +T54B0 376:582.538 - 0.075ms returns 2 (0x2) +T54B0 376:582.559 JLINK_HasError() +T54B0 376:582.578 JLINK_Step() +T54B0 376:582.597 -- Read from C cache (2 bytes @ 0x08001468) +T54B0 376:582.624 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 376:583.710 -- Read from C cache (2 bytes @ 0x0800146A) +T54B0 376:583.746 -- Not simulated +T54B0 376:586.988 - 4.453ms returns 0 +T54B0 376:587.064 JLINK_HasError() +T54B0 376:587.111 JLINK_ReadReg(R15 (PC)) +T54B0 376:587.127 - 0.023ms returns 0x0800146C +T54B0 376:587.144 JLINK_ReadReg(XPSR) +T54B0 376:587.158 - 0.021ms returns 0x81000000 +T54B0 376:587.179 JLINK_ReadMemEx(0x0800146C, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:587.199 CPU_ReadMem(128 bytes @ 0x08001440) +T54B0 376:588.853 -- Updating C cache (128 bytes @ 0x08001440) +T54B0 376:588.892 -- Read from C cache (60 bytes @ 0x0800146C) +T54B0 376:588.919 Data: 5B 69 18 43 01 3A 10 43 C8 61 02 99 00 20 48 62 ... +T54B0 376:588.943 - 1.772ms returns 60 (0x3C) +T54B0 376:588.965 JLINK_ReadMemEx(0x0800146C, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:588.985 -- Read from C cache (2 bytes @ 0x0800146C) +T54B0 376:589.009 Data: 5B 69 +T54B0 376:589.034 - 0.077ms returns 2 (0x2) +T54B0 376:589.054 JLINK_ReadMemEx(0x0800146E, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:589.072 -- Read from C cache (2 bytes @ 0x0800146E) +T54B0 376:589.096 Data: 18 43 +T54B0 376:589.120 - 0.074ms returns 2 (0x2) +T54B0 376:589.140 JLINK_HasError() +T54B0 376:589.160 JLINK_Step() +T54B0 376:589.179 -- Read from C cache (2 bytes @ 0x0800146C) +T54B0 376:589.205 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 376:590.269 CPU_ReadMem(64 bytes @ 0x20000400) +T54B0 376:591.083 -- Updating C cache (64 bytes @ 0x20000400) +T54B0 376:591.160 -- Read from C cache (4 bytes @ 0x20000418) +T54B0 376:591.245 -- Simulated +T54B0 376:591.285 - 2.147ms returns 0 +T54B0 376:591.341 JLINK_HasError() +T54B0 376:591.374 JLINK_ReadReg(R15 (PC)) +T54B0 376:591.404 - 0.043ms returns 0x0800146E +T54B0 376:591.434 JLINK_ReadReg(XPSR) +T54B0 376:591.458 - 0.033ms returns 0x81000000 +T54B0 376:591.485 JLINK_ReadMemEx(0x0800146E, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:591.513 -- Read from C cache (2 bytes @ 0x0800146E) +T54B0 376:591.552 Data: 18 43 +T54B0 376:591.587 - 0.117ms returns 2 (0x2) +T54B0 376:591.618 JLINK_ReadMemEx(0x08001470, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:591.645 -- Read from C cache (60 bytes @ 0x08001470) +T54B0 376:591.682 Data: 01 3A 10 43 C8 61 02 99 00 20 48 62 02 9A 01 21 ... +T54B0 376:591.720 - 0.114ms returns 60 (0x3C) +T54B0 376:591.749 JLINK_ReadMemEx(0x08001470, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:591.777 -- Read from C cache (2 bytes @ 0x08001470) +T54B0 376:591.814 Data: 01 3A +T54B0 376:591.853 - 0.115ms returns 2 (0x2) +T54B0 376:591.882 JLINK_HasError() +T54B0 376:591.916 JLINK_Step() +T54B0 376:591.950 -- Read from C cache (2 bytes @ 0x0800146E) +T54B0 376:591.981 -- Simulated +T54B0 376:592.009 - 0.102ms returns 0 +T54B0 376:592.031 JLINK_HasError() +T54B0 376:592.052 JLINK_ReadReg(R15 (PC)) +T54B0 376:592.075 - 0.032ms returns 0x08001470 +T54B0 376:592.097 JLINK_ReadReg(XPSR) +T54B0 376:592.115 - 0.038ms returns 0x01000000 +T54B0 376:592.156 JLINK_ReadMemEx(0x08001470, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:592.186 -- Read from C cache (60 bytes @ 0x08001470) +T54B0 376:592.215 Data: 01 3A 10 43 C8 61 02 99 00 20 48 62 02 9A 01 21 ... +T54B0 376:592.243 - 0.096ms returns 60 (0x3C) +T54B0 376:592.264 JLINK_ReadMemEx(0x08001470, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:592.284 -- Read from C cache (2 bytes @ 0x08001470) +T54B0 376:592.312 Data: 01 3A +T54B0 376:592.340 - 0.085ms returns 2 (0x2) +T54B0 376:592.361 JLINK_ReadMemEx(0x08001472, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:592.381 -- Read from C cache (2 bytes @ 0x08001472) +T54B0 376:592.408 Data: 10 43 +T54B0 376:592.435 - 0.084ms returns 2 (0x2) +T54B0 376:592.457 JLINK_HasError() +T54B0 376:592.478 JLINK_Step() +T54B0 376:592.498 -- Read from C cache (2 bytes @ 0x08001470) +T54B0 376:592.527 -- Simulated +T54B0 376:592.554 - 0.085ms returns 0 +T54B0 376:592.576 JLINK_HasError() +T54B0 376:592.597 JLINK_ReadReg(R15 (PC)) +T54B0 376:592.616 - 0.028ms returns 0x08001472 +T54B0 376:592.638 JLINK_ReadReg(XPSR) +T54B0 376:592.657 - 0.028ms returns 0x21000000 +T54B0 376:592.680 JLINK_ReadMemEx(0x08001472, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:592.764 -- Read from C cache (2 bytes @ 0x08001472) +T54B0 376:592.792 Data: 10 43 +T54B0 376:592.819 - 0.148ms returns 2 (0x2) +T54B0 376:592.840 JLINK_ReadMemEx(0x08001474, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:592.860 -- Read from C cache (60 bytes @ 0x08001474) +T54B0 376:592.888 Data: C8 61 02 99 00 20 48 62 02 9A 01 21 82 F8 20 10 ... +T54B0 376:592.915 - 0.084ms returns 60 (0x3C) +T54B0 376:592.936 JLINK_ReadMemEx(0x08001474, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:592.956 -- Read from C cache (2 bytes @ 0x08001474) +T54B0 376:592.986 Data: C8 61 +T54B0 376:593.013 - 0.087ms returns 2 (0x2) +T54B0 376:593.036 JLINK_HasError() +T54B0 376:593.058 JLINK_Step() +T54B0 376:593.081 -- Read from C cache (2 bytes @ 0x08001472) +T54B0 376:593.111 -- Simulated +T54B0 376:593.138 - 0.089ms returns 0 +T54B0 376:593.160 JLINK_HasError() +T54B0 376:593.181 JLINK_ReadReg(R15 (PC)) +T54B0 376:593.200 - 0.028ms returns 0x08001474 +T54B0 376:593.222 JLINK_ReadReg(XPSR) +T54B0 376:593.242 - 0.029ms returns 0x21000000 +T54B0 376:593.265 JLINK_ReadMemEx(0x08001474, 0x3C Bytes, Flags = 0x02000000) +T54B0 376:593.285 -- Read from C cache (60 bytes @ 0x08001474) +T54B0 376:593.313 Data: C8 61 02 99 00 20 48 62 02 9A 01 21 82 F8 20 10 ... +T54B0 376:593.339 - 0.084ms returns 60 (0x3C) +T54B0 376:593.361 JLINK_ReadMemEx(0x08001474, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:593.383 -- Read from C cache (2 bytes @ 0x08001474) +T54B0 376:593.417 Data: C8 61 +T54B0 376:593.464 - 0.114ms returns 2 (0x2) +T54B0 376:593.491 JLINK_ReadMemEx(0x08001476, 0x2 Bytes, Flags = 0x02000000) +T54B0 376:593.515 -- Read from C cache (2 bytes @ 0x08001476) +T54B0 376:593.549 Data: 02 99 +T54B0 376:593.581 - 0.101ms returns 2 (0x2) +T54B0 376:593.608 JLINK_HasError() +T54B0 376:593.635 JLINK_Step() +T54B0 376:593.660 -- Read from C cache (2 bytes @ 0x08001474) +T54B0 376:593.695 -- Not simulated +T54B0 376:593.746 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 376:598.653 - 5.042ms returns 0 +T54B0 376:598.691 JLINK_HasError() +T54B0 376:598.709 JLINK_ReadReg(R15 (PC)) +T54B0 376:598.726 - 0.025ms returns 0x08001476 +T54B0 376:598.743 JLINK_ReadReg(XPSR) +T54B0 376:598.758 - 0.022ms returns 0x21000000 +T54B0 376:599.055 JLINK_HasError() +T54B0 376:599.087 JLINK_ReadReg(R0) +T54B0 376:599.105 - 0.026ms returns 0x001C000F +T54B0 376:599.179 JLINK_ReadReg(R1) +T54B0 376:599.198 - 0.026ms returns 0x40006400 +T54B0 376:599.217 JLINK_ReadReg(R2) +T54B0 376:599.234 - 0.025ms returns 0x0000000F +T54B0 376:599.253 JLINK_ReadReg(R3) +T54B0 376:599.270 - 0.025ms returns 0x00100000 +T54B0 376:599.290 JLINK_ReadReg(R4) +T54B0 376:599.306 - 0.025ms returns 0x00000000 +T54B0 376:599.326 JLINK_ReadReg(R5) +T54B0 376:599.343 - 0.025ms returns 0x20000018 +T54B0 376:599.362 JLINK_ReadReg(R6) +T54B0 376:599.379 - 0.025ms returns 0x00000000 +T54B0 376:599.404 JLINK_ReadReg(R7) +T54B0 376:599.425 - 0.029ms returns 0x00000000 +T54B0 376:599.445 JLINK_ReadReg(R8) +T54B0 376:599.462 - 0.025ms returns 0x00000000 +T54B0 376:599.481 JLINK_ReadReg(R9) +T54B0 376:599.498 - 0.025ms returns 0x20000160 +T54B0 376:599.517 JLINK_ReadReg(R10) +T54B0 376:599.534 - 0.025ms returns 0x08006850 +T54B0 376:599.553 JLINK_ReadReg(R11) +T54B0 376:599.570 - 0.025ms returns 0x00000000 +T54B0 376:599.589 JLINK_ReadReg(R12) +T54B0 376:599.606 - 0.025ms returns 0x000C0000 +T54B0 376:599.626 JLINK_ReadReg(R13 (SP)) +T54B0 376:599.643 - 0.025ms returns 0x20000F60 +T54B0 376:599.662 JLINK_ReadReg(R14) +T54B0 376:599.679 - 0.025ms returns 0x08001335 +T54B0 376:599.698 JLINK_ReadReg(R15 (PC)) +T54B0 376:599.715 - 0.025ms returns 0x08001476 +T54B0 376:599.734 JLINK_ReadReg(XPSR) +T54B0 376:599.752 - 0.025ms returns 0x21000000 +T54B0 376:599.771 JLINK_ReadReg(MSP) +T54B0 376:599.788 - 0.025ms returns 0x20000F60 +T54B0 376:599.807 JLINK_ReadReg(PSP) +T54B0 376:599.823 - 0.025ms returns 0x20001000 +T54B0 376:599.843 JLINK_ReadReg(CFBP) +T54B0 376:599.860 - 0.025ms returns 0x00000000 +T4AF4 376:600.287 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:600.340 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 376:601.781 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 376:601.866 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 376:601.891 Data: E5 3E 00 08 +T4AF4 376:601.916 - 1.637ms returns 4 (0x4) +T4AF4 376:601.945 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:601.966 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 376:601.991 Data: 00 00 00 00 +T4AF4 376:602.015 - 0.078ms returns 4 (0x4) +T4AF4 376:602.035 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:602.053 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 376:602.080 Data: E5 3E 00 08 +T4AF4 376:602.104 - 0.077ms returns 4 (0x4) +T4AF4 376:602.125 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:602.146 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 376:603.498 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 376:603.534 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 376:603.559 Data: 3B 55 00 08 +T4AF4 376:603.584 - 1.467ms returns 4 (0x4) +T4AF4 376:603.611 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:603.632 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 376:603.657 Data: 00 00 00 00 +T4AF4 376:603.681 - 0.079ms returns 4 (0x4) +T4AF4 376:603.701 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:603.719 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 376:603.744 Data: 3B 55 00 08 +T4AF4 376:603.768 - 0.075ms returns 4 (0x4) +T4AF4 376:603.788 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:603.809 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 376:605.087 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 376:605.123 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 376:605.149 Data: BB 01 00 08 +T4AF4 376:605.174 - 1.393ms returns 4 (0x4) +T4AF4 376:605.207 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:605.227 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 376:605.252 Data: 04 04 00 20 +T4AF4 376:605.276 - 0.077ms returns 4 (0x4) +T4AF4 376:605.297 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:605.315 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 376:605.340 Data: 08 00 00 00 +T4AF4 376:605.364 - 0.075ms returns 4 (0x4) +T4AF4 376:605.408 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:605.430 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 376:606.783 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 376:606.866 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 376:606.891 Data: 00 00 00 00 +T4AF4 376:606.916 - 1.516ms returns 4 (0x4) +T4AF4 376:606.942 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:606.962 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 376:606.987 Data: 00 00 00 00 +T4AF4 376:607.020 - 0.087ms returns 4 (0x4) +T4AF4 376:607.042 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:607.097 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 376:608.530 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 376:608.616 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 376:608.641 Data: 00 00 00 00 +T4AF4 376:608.666 - 1.632ms returns 4 (0x4) +T4AF4 376:608.692 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:608.713 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 376:608.738 Data: 00 00 00 00 +T4AF4 376:608.762 - 0.078ms returns 4 (0x4) +T4AF4 376:608.782 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:608.800 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 376:608.825 Data: 00 00 00 00 +T4AF4 376:608.849 - 0.075ms returns 4 (0x4) +T4AF4 376:608.869 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 376:608.887 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 376:608.912 Data: 00 00 00 00 +T4AF4 376:608.936 - 0.075ms returns 4 (0x4) +T4AF4 376:608.956 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:608.974 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 376:608.999 Data: 00 00 +T4AF4 376:609.023 - 0.075ms returns 2 (0x2) +T4AF4 376:609.096 JLINK_HasError() +T4AF4 376:609.120 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 376:609.141 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 376:610.433 Data: 59 98 00 00 +T4AF4 376:610.516 Debug reg: DWT_CYCCNT +T4AF4 376:610.540 - 1.429ms returns 1 (0x1) +T4AF4 376:610.797 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 376:610.823 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 376:612.096 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 376:612.168 - 1.380ms returns 28 (0x1C) +T4AF4 376:612.193 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:612.217 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 376:613.361 Data: 0F 00 1C 00 +T4AF4 376:613.397 - 1.212ms returns 4 (0x4) +T4AF4 376:613.422 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 376:613.446 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 376:614.298 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 376:614.369 - 0.956ms returns 76 (0x4C) +T4AF4 376:614.394 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:614.418 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 376:614.828 Data: 31 C6 E5 4A +T4AF4 376:614.854 - 0.468ms returns 4 (0x4) +T4AF4 376:614.875 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:614.895 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 376:615.327 Data: 01 0E 1C 2A +T4AF4 376:615.353 - 0.486ms returns 4 (0x4) +T4AF4 376:615.374 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:615.394 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 376:615.827 Data: 00 00 00 00 +T4AF4 376:615.852 - 0.486ms returns 4 (0x4) +T4AF4 376:615.873 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:615.893 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 376:616.328 Data: 00 00 00 00 +T4AF4 376:616.353 - 0.487ms returns 4 (0x4) +T4AF4 376:616.373 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:616.393 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 376:616.826 Data: 00 00 00 00 +T4AF4 376:616.851 - 0.486ms returns 4 (0x4) +T4AF4 376:616.872 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:616.892 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 376:617.322 Data: 00 00 00 00 +T4AF4 376:617.347 - 0.483ms returns 4 (0x4) +T4AF4 376:617.368 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 376:617.388 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 376:618.465 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 376:618.557 - 1.209ms returns 108 (0x6C) +T4AF4 376:618.617 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 376:618.655 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 376:619.810 Data: AB AA FD 78 +T4AF4 376:619.847 - 1.243ms returns 4 (0x4) +T4AF4 376:671.752 JLINK_ReadMemEx(0x08001376, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:671.816 CPU_ReadMem(64 bytes @ 0x08001340) +T4AF4 376:673.157 -- Updating C cache (64 bytes @ 0x08001340) +T4AF4 376:673.245 -- Read from C cache (2 bytes @ 0x08001376) +T4AF4 376:673.288 Data: 07 D1 +T4AF4 376:673.313 - 1.569ms returns 2 (0x2) +T4AF4 376:673.336 JLINK_ReadMemEx(0x08001378, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:673.358 CPU_ReadMem(64 bytes @ 0x08001380) +T4AF4 376:674.770 -- Updating C cache (64 bytes @ 0x08001380) +T4AF4 376:674.855 -- Read from C cache (60 bytes @ 0x08001378) +T4AF4 376:674.882 Data: FF E7 02 98 01 68 08 68 40 F0 80 00 08 60 06 E0 ... +T4AF4 376:674.907 - 1.579ms returns 60 (0x3C) +T4AF4 376:674.929 JLINK_ReadMemEx(0x08001378, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:674.949 -- Read from C cache (2 bytes @ 0x08001378) +T4AF4 376:674.974 Data: FF E7 +T4AF4 376:674.998 - 0.077ms returns 2 (0x2) +T4AF4 376:675.019 JLINK_ReadMemEx(0x08001378, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:675.038 -- Read from C cache (60 bytes @ 0x08001378) +T4AF4 376:675.063 Data: FF E7 02 98 01 68 08 68 40 F0 80 00 08 60 06 E0 ... +T4AF4 376:675.087 - 0.075ms returns 60 (0x3C) +T4AF4 376:675.106 JLINK_ReadMemEx(0x08001378, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.124 -- Read from C cache (2 bytes @ 0x08001378) +T4AF4 376:675.151 Data: FF E7 +T4AF4 376:675.175 - 0.077ms returns 2 (0x2) +T4AF4 376:675.194 JLINK_ReadMemEx(0x0800137A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.212 -- Read from C cache (2 bytes @ 0x0800137A) +T4AF4 376:675.236 Data: 02 98 +T4AF4 376:675.261 - 0.074ms returns 2 (0x2) +T4AF4 376:675.280 JLINK_ReadMemEx(0x0800137A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.298 -- Read from C cache (2 bytes @ 0x0800137A) +T4AF4 376:675.323 Data: 02 98 +T4AF4 376:675.347 - 0.074ms returns 2 (0x2) +T4AF4 376:675.366 JLINK_ReadMemEx(0x0800137C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:675.384 -- Read from C cache (60 bytes @ 0x0800137C) +T4AF4 376:675.409 Data: 01 68 08 68 40 F0 80 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:675.433 - 0.075ms returns 60 (0x3C) +T4AF4 376:675.452 JLINK_ReadMemEx(0x0800137C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.470 -- Read from C cache (2 bytes @ 0x0800137C) +T4AF4 376:675.494 Data: 01 68 +T4AF4 376:675.518 - 0.074ms returns 2 (0x2) +T4AF4 376:675.538 JLINK_ReadMemEx(0x0800137C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:675.556 -- Read from C cache (60 bytes @ 0x0800137C) +T4AF4 376:675.581 Data: 01 68 08 68 40 F0 80 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:675.605 - 0.075ms returns 60 (0x3C) +T4AF4 376:675.624 JLINK_ReadMemEx(0x0800137C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.641 -- Read from C cache (2 bytes @ 0x0800137C) +T4AF4 376:675.668 Data: 01 68 +T4AF4 376:675.729 - 0.118ms returns 2 (0x2) +T4AF4 376:675.754 JLINK_ReadMemEx(0x0800137E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.774 -- Read from C cache (2 bytes @ 0x0800137E) +T4AF4 376:675.799 Data: 08 68 +T4AF4 376:675.823 - 0.077ms returns 2 (0x2) +T4AF4 376:675.847 JLINK_ReadMemEx(0x0800137E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:675.866 -- Read from C cache (2 bytes @ 0x0800137E) +T4AF4 376:675.890 Data: 08 68 +T4AF4 376:675.915 - 0.075ms returns 2 (0x2) +T4AF4 376:675.937 JLINK_ReadMemEx(0x08001380, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:675.955 -- Read from C cache (60 bytes @ 0x08001380) +T4AF4 376:675.980 Data: 40 F0 80 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:676.004 - 0.076ms returns 60 (0x3C) +T4AF4 376:676.026 JLINK_ReadMemEx(0x08001380, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.044 -- Read from C cache (2 bytes @ 0x08001380) +T4AF4 376:676.068 Data: 40 F0 +T4AF4 376:676.092 - 0.075ms returns 2 (0x2) +T4AF4 376:676.114 JLINK_ReadMemEx(0x08001380, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:676.132 -- Read from C cache (60 bytes @ 0x08001380) +T4AF4 376:676.161 Data: 40 F0 80 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:676.185 - 0.086ms returns 60 (0x3C) +T4AF4 376:676.220 JLINK_ReadMemEx(0x08001380, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.238 -- Read from C cache (2 bytes @ 0x08001380) +T4AF4 376:676.263 Data: 40 F0 +T4AF4 376:676.287 - 0.075ms returns 2 (0x2) +T4AF4 376:676.309 JLINK_ReadMemEx(0x08001382, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.327 -- Read from C cache (2 bytes @ 0x08001382) +T4AF4 376:676.351 Data: 80 00 +T4AF4 376:676.375 - 0.075ms returns 2 (0x2) +T4AF4 376:676.398 JLINK_ReadMemEx(0x08001384, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:676.416 -- Read from C cache (60 bytes @ 0x08001384) +T4AF4 376:676.441 Data: 08 60 06 E0 02 98 01 68 08 68 20 F0 80 00 08 60 ... +T4AF4 376:676.465 - 0.075ms returns 60 (0x3C) +T4AF4 376:676.486 JLINK_ReadMemEx(0x08001384, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.505 -- Read from C cache (2 bytes @ 0x08001384) +T4AF4 376:676.529 Data: 08 60 +T4AF4 376:676.553 - 0.075ms returns 2 (0x2) +T4AF4 376:676.575 JLINK_ReadMemEx(0x08001386, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.593 -- Read from C cache (2 bytes @ 0x08001386) +T4AF4 376:676.626 Data: 06 E0 +T4AF4 376:676.651 - 0.084ms returns 2 (0x2) +T4AF4 376:676.674 JLINK_ReadMemEx(0x08001386, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:676.692 -- Read from C cache (2 bytes @ 0x08001386) +T4AF4 376:676.717 Data: 06 E0 +T4AF4 376:676.741 - 0.075ms returns 2 (0x2) +T4AF4 376:676.763 JLINK_ReadMemEx(0x08001388, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:676.783 CPU_ReadMem(64 bytes @ 0x080013C0) +T4AF4 376:678.070 -- Updating C cache (64 bytes @ 0x080013C0) +T4AF4 376:678.096 -- Read from C cache (60 bytes @ 0x08001388) +T4AF4 376:678.122 Data: 02 98 01 68 08 68 20 F0 80 00 08 60 FF E7 02 98 ... +T4AF4 376:678.146 - 1.391ms returns 60 (0x3C) +T4AF4 376:678.169 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.191 -- Read from C cache (2 bytes @ 0x08001388) +T4AF4 376:678.215 Data: 02 98 +T4AF4 376:678.240 - 0.079ms returns 2 (0x2) +T4AF4 376:678.262 JLINK_ReadMemEx(0x08001388, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:678.280 -- Read from C cache (60 bytes @ 0x08001388) +T4AF4 376:678.305 Data: 02 98 01 68 08 68 20 F0 80 00 08 60 FF E7 02 98 ... +T4AF4 376:678.329 - 0.075ms returns 60 (0x3C) +T4AF4 376:678.351 JLINK_ReadMemEx(0x08001388, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.368 -- Read from C cache (2 bytes @ 0x08001388) +T4AF4 376:678.393 Data: 02 98 +T4AF4 376:678.417 - 0.075ms returns 2 (0x2) +T4AF4 376:678.439 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.457 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 376:678.481 Data: 01 68 +T4AF4 376:678.506 - 0.075ms returns 2 (0x2) +T4AF4 376:678.528 JLINK_ReadMemEx(0x0800138A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.546 -- Read from C cache (2 bytes @ 0x0800138A) +T4AF4 376:678.570 Data: 01 68 +T4AF4 376:678.595 - 0.075ms returns 2 (0x2) +T4AF4 376:678.621 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:678.638 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 376:678.668 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 376:678.692 - 0.079ms returns 60 (0x3C) +T4AF4 376:678.714 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.731 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 376:678.756 Data: 08 68 +T4AF4 376:678.780 - 0.075ms returns 2 (0x2) +T4AF4 376:678.802 JLINK_ReadMemEx(0x0800138C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:678.820 -- Read from C cache (60 bytes @ 0x0800138C) +T4AF4 376:678.845 Data: 08 68 20 F0 80 00 08 60 FF E7 02 98 40 7E 01 28 ... +T4AF4 376:678.869 - 0.075ms returns 60 (0x3C) +T4AF4 376:678.891 JLINK_ReadMemEx(0x0800138C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.908 -- Read from C cache (2 bytes @ 0x0800138C) +T4AF4 376:678.933 Data: 08 68 +T4AF4 376:678.957 - 0.074ms returns 2 (0x2) +T4AF4 376:678.979 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:678.997 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 376:679.026 Data: 20 F0 +T4AF4 376:679.051 - 0.080ms returns 2 (0x2) +T4AF4 376:679.073 JLINK_ReadMemEx(0x0800138E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.091 -- Read from C cache (2 bytes @ 0x0800138E) +T4AF4 376:679.115 Data: 20 F0 +T4AF4 376:679.140 - 0.075ms returns 2 (0x2) +T4AF4 376:679.161 JLINK_ReadMemEx(0x08001390, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:679.179 -- Read from C cache (60 bytes @ 0x08001390) +T4AF4 376:679.205 Data: 80 00 08 60 FF E7 02 98 40 7E 01 28 07 D1 FF E7 ... +T4AF4 376:679.229 - 0.075ms returns 60 (0x3C) +T4AF4 376:679.250 JLINK_ReadMemEx(0x08001390, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.268 -- Read from C cache (2 bytes @ 0x08001390) +T4AF4 376:679.292 Data: 80 00 +T4AF4 376:679.316 - 0.074ms returns 2 (0x2) +T4AF4 376:679.338 JLINK_ReadMemEx(0x08001392, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.356 -- Read from C cache (2 bytes @ 0x08001392) +T4AF4 376:679.381 Data: 08 60 +T4AF4 376:679.405 - 0.075ms returns 2 (0x2) +T4AF4 376:679.427 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:679.445 -- Read from C cache (60 bytes @ 0x08001394) +T4AF4 376:679.470 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:679.494 - 0.075ms returns 60 (0x3C) +T4AF4 376:679.516 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.534 -- Read from C cache (2 bytes @ 0x08001394) +T4AF4 376:679.558 Data: FF E7 +T4AF4 376:679.582 - 0.075ms returns 2 (0x2) +T4AF4 376:679.604 JLINK_ReadMemEx(0x08001394, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:679.623 -- Read from C cache (60 bytes @ 0x08001394) +T4AF4 376:679.648 Data: FF E7 02 98 40 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:679.673 - 0.077ms returns 60 (0x3C) +T4AF4 376:679.695 JLINK_ReadMemEx(0x08001394, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.713 -- Read from C cache (2 bytes @ 0x08001394) +T4AF4 376:679.737 Data: FF E7 +T4AF4 376:679.762 - 0.075ms returns 2 (0x2) +T4AF4 376:679.783 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.801 -- Read from C cache (2 bytes @ 0x08001396) +T4AF4 376:679.826 Data: 02 98 +T4AF4 376:679.850 - 0.075ms returns 2 (0x2) +T4AF4 376:679.872 JLINK_ReadMemEx(0x08001396, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:679.890 -- Read from C cache (2 bytes @ 0x08001396) +T4AF4 376:679.914 Data: 02 98 +T4AF4 376:679.938 - 0.074ms returns 2 (0x2) +T4AF4 376:679.959 JLINK_ReadMemEx(0x08001398, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:679.977 -- Read from C cache (60 bytes @ 0x08001398) +T4AF4 376:680.003 Data: 40 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 376:680.027 - 0.076ms returns 60 (0x3C) +T4AF4 376:680.049 JLINK_ReadMemEx(0x08001398, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.067 -- Read from C cache (2 bytes @ 0x08001398) +T4AF4 376:680.091 Data: 40 7E +T4AF4 376:680.115 - 0.075ms returns 2 (0x2) +T4AF4 376:680.137 JLINK_ReadMemEx(0x08001398, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:680.156 -- Read from C cache (60 bytes @ 0x08001398) +T4AF4 376:680.181 Data: 40 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 376:680.205 - 0.075ms returns 60 (0x3C) +T4AF4 376:680.226 JLINK_ReadMemEx(0x08001398, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.244 -- Read from C cache (2 bytes @ 0x08001398) +T4AF4 376:680.269 Data: 40 7E +T4AF4 376:680.293 - 0.075ms returns 2 (0x2) +T4AF4 376:680.315 JLINK_ReadMemEx(0x0800139A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.333 -- Read from C cache (2 bytes @ 0x0800139A) +T4AF4 376:680.357 Data: 01 28 +T4AF4 376:680.381 - 0.075ms returns 2 (0x2) +T4AF4 376:680.404 JLINK_ReadMemEx(0x0800139A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.421 -- Read from C cache (2 bytes @ 0x0800139A) +T4AF4 376:680.446 Data: 01 28 +T4AF4 376:680.470 - 0.074ms returns 2 (0x2) +T4AF4 376:680.492 JLINK_ReadMemEx(0x0800139C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:680.510 -- Read from C cache (60 bytes @ 0x0800139C) +T4AF4 376:680.535 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 40 00 08 60 ... +T4AF4 376:680.563 - 0.079ms returns 60 (0x3C) +T4AF4 376:680.584 JLINK_ReadMemEx(0x0800139C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.602 -- Read from C cache (2 bytes @ 0x0800139C) +T4AF4 376:680.636 Data: 07 D1 +T4AF4 376:680.660 - 0.084ms returns 2 (0x2) +T4AF4 376:680.684 JLINK_ReadMemEx(0x0800139C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:680.702 -- Read from C cache (60 bytes @ 0x0800139C) +T4AF4 376:680.727 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 40 00 08 60 ... +T4AF4 376:680.751 - 0.075ms returns 60 (0x3C) +T4AF4 376:680.773 JLINK_ReadMemEx(0x0800139C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.790 -- Read from C cache (2 bytes @ 0x0800139C) +T4AF4 376:680.815 Data: 07 D1 +T4AF4 376:680.839 - 0.075ms returns 2 (0x2) +T4AF4 376:680.861 JLINK_ReadMemEx(0x0800139E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.879 -- Read from C cache (2 bytes @ 0x0800139E) +T4AF4 376:680.903 Data: FF E7 +T4AF4 376:680.927 - 0.074ms returns 2 (0x2) +T4AF4 376:680.949 JLINK_ReadMemEx(0x0800139E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:680.967 -- Read from C cache (2 bytes @ 0x0800139E) +T4AF4 376:680.991 Data: FF E7 +T4AF4 376:681.015 - 0.074ms returns 2 (0x2) +T4AF4 376:681.037 JLINK_ReadMemEx(0x080013A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:681.055 -- Read from C cache (60 bytes @ 0x080013A0) +T4AF4 376:681.080 Data: 02 98 01 68 08 68 40 F0 40 00 08 60 06 E0 02 98 ... +T4AF4 376:681.104 - 0.075ms returns 60 (0x3C) +T4AF4 376:681.126 JLINK_ReadMemEx(0x080013A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.144 -- Read from C cache (2 bytes @ 0x080013A0) +T4AF4 376:681.168 Data: 02 98 +T4AF4 376:681.192 - 0.074ms returns 2 (0x2) +T4AF4 376:681.214 JLINK_ReadMemEx(0x080013A0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:681.232 -- Read from C cache (60 bytes @ 0x080013A0) +T4AF4 376:681.257 Data: 02 98 01 68 08 68 40 F0 40 00 08 60 06 E0 02 98 ... +T4AF4 376:681.281 - 0.075ms returns 60 (0x3C) +T4AF4 376:681.303 JLINK_ReadMemEx(0x080013A0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.321 -- Read from C cache (2 bytes @ 0x080013A0) +T4AF4 376:681.345 Data: 02 98 +T4AF4 376:681.369 - 0.075ms returns 2 (0x2) +T4AF4 376:681.391 JLINK_ReadMemEx(0x080013A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.409 -- Read from C cache (2 bytes @ 0x080013A2) +T4AF4 376:681.434 Data: 01 68 +T4AF4 376:681.458 - 0.075ms returns 2 (0x2) +T4AF4 376:681.480 JLINK_ReadMemEx(0x080013A2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.498 -- Read from C cache (2 bytes @ 0x080013A2) +T4AF4 376:681.522 Data: 01 68 +T4AF4 376:681.546 - 0.075ms returns 2 (0x2) +T4AF4 376:681.568 JLINK_ReadMemEx(0x080013A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:681.586 -- Read from C cache (60 bytes @ 0x080013A4) +T4AF4 376:681.612 Data: 08 68 40 F0 40 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:681.638 - 0.077ms returns 60 (0x3C) +T4AF4 376:681.659 JLINK_ReadMemEx(0x080013A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.679 -- Read from C cache (2 bytes @ 0x080013A4) +T4AF4 376:681.703 Data: 08 68 +T4AF4 376:681.728 - 0.076ms returns 2 (0x2) +T4AF4 376:681.749 JLINK_ReadMemEx(0x080013A4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:681.767 -- Read from C cache (60 bytes @ 0x080013A4) +T4AF4 376:681.793 Data: 08 68 40 F0 40 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:681.817 - 0.075ms returns 60 (0x3C) +T4AF4 376:681.838 JLINK_ReadMemEx(0x080013A4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.856 -- Read from C cache (2 bytes @ 0x080013A4) +T4AF4 376:681.880 Data: 08 68 +T4AF4 376:681.905 - 0.075ms returns 2 (0x2) +T4AF4 376:681.926 JLINK_ReadMemEx(0x080013A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:681.944 -- Read from C cache (2 bytes @ 0x080013A6) +T4AF4 376:681.969 Data: 40 F0 +T4AF4 376:681.993 - 0.074ms returns 2 (0x2) +T4AF4 376:682.015 JLINK_ReadMemEx(0x080013A6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.033 -- Read from C cache (2 bytes @ 0x080013A6) +T4AF4 376:682.057 Data: 40 F0 +T4AF4 376:682.085 - 0.079ms returns 2 (0x2) +T4AF4 376:682.107 JLINK_ReadMemEx(0x080013A8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:682.126 -- Read from C cache (60 bytes @ 0x080013A8) +T4AF4 376:682.151 Data: 40 00 08 60 06 E0 02 98 01 68 08 68 20 F0 40 00 ... +T4AF4 376:682.175 - 0.076ms returns 60 (0x3C) +T4AF4 376:682.197 JLINK_ReadMemEx(0x080013A8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.214 -- Read from C cache (2 bytes @ 0x080013A8) +T4AF4 376:682.239 Data: 40 00 +T4AF4 376:682.263 - 0.074ms returns 2 (0x2) +T4AF4 376:682.285 JLINK_ReadMemEx(0x080013AA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.303 -- Read from C cache (2 bytes @ 0x080013AA) +T4AF4 376:682.327 Data: 08 60 +T4AF4 376:682.351 - 0.074ms returns 2 (0x2) +T4AF4 376:682.373 JLINK_ReadMemEx(0x080013AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:682.391 -- Read from C cache (60 bytes @ 0x080013AC) +T4AF4 376:682.417 Data: 06 E0 02 98 01 68 08 68 20 F0 40 00 08 60 FF E7 ... +T4AF4 376:682.441 - 0.076ms returns 60 (0x3C) +T4AF4 376:682.462 JLINK_ReadMemEx(0x080013AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.480 -- Read from C cache (2 bytes @ 0x080013AC) +T4AF4 376:682.505 Data: 06 E0 +T4AF4 376:682.529 - 0.075ms returns 2 (0x2) +T4AF4 376:682.551 JLINK_ReadMemEx(0x080013AC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:682.569 -- Read from C cache (60 bytes @ 0x080013AC) +T4AF4 376:682.595 Data: 06 E0 02 98 01 68 08 68 20 F0 40 00 08 60 FF E7 ... +T4AF4 376:682.626 - 0.083ms returns 60 (0x3C) +T4AF4 376:682.648 JLINK_ReadMemEx(0x080013AC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.668 -- Read from C cache (2 bytes @ 0x080013AC) +T4AF4 376:682.693 Data: 06 E0 +T4AF4 376:682.717 - 0.077ms returns 2 (0x2) +T4AF4 376:682.739 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.756 -- Read from C cache (2 bytes @ 0x080013AE) +T4AF4 376:682.781 Data: 02 98 +T4AF4 376:682.805 - 0.075ms returns 2 (0x2) +T4AF4 376:682.827 JLINK_ReadMemEx(0x080013AE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:682.845 -- Read from C cache (2 bytes @ 0x080013AE) +T4AF4 376:682.870 Data: 02 98 +T4AF4 376:682.894 - 0.074ms returns 2 (0x2) +T4AF4 376:682.915 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:682.933 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 376:682.959 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 376:682.983 - 0.075ms returns 60 (0x3C) +T4AF4 376:683.004 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.022 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 376:683.047 Data: 01 68 +T4AF4 376:683.071 - 0.075ms returns 2 (0x2) +T4AF4 376:683.095 JLINK_ReadMemEx(0x080013B0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:683.112 -- Read from C cache (60 bytes @ 0x080013B0) +T4AF4 376:683.138 Data: 01 68 08 68 20 F0 40 00 08 60 FF E7 02 98 80 7E ... +T4AF4 376:683.162 - 0.075ms returns 60 (0x3C) +T4AF4 376:683.183 JLINK_ReadMemEx(0x080013B0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.201 -- Read from C cache (2 bytes @ 0x080013B0) +T4AF4 376:683.226 Data: 01 68 +T4AF4 376:683.250 - 0.075ms returns 2 (0x2) +T4AF4 376:683.272 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.290 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 376:683.314 Data: 08 68 +T4AF4 376:683.338 - 0.075ms returns 2 (0x2) +T4AF4 376:683.360 JLINK_ReadMemEx(0x080013B2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.378 -- Read from C cache (2 bytes @ 0x080013B2) +T4AF4 376:683.403 Data: 08 68 +T4AF4 376:683.427 - 0.075ms returns 2 (0x2) +T4AF4 376:683.449 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:683.467 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 376:683.492 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 376:683.516 - 0.075ms returns 60 (0x3C) +T4AF4 376:683.538 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.556 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 376:683.580 Data: 20 F0 +T4AF4 376:683.716 - 0.188ms returns 2 (0x2) +T4AF4 376:683.741 JLINK_ReadMemEx(0x080013B4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:683.760 -- Read from C cache (60 bytes @ 0x080013B4) +T4AF4 376:683.785 Data: 20 F0 40 00 08 60 FF E7 02 98 80 7E 01 28 07 D1 ... +T4AF4 376:683.809 - 0.077ms returns 60 (0x3C) +T4AF4 376:683.831 JLINK_ReadMemEx(0x080013B4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.849 -- Read from C cache (2 bytes @ 0x080013B4) +T4AF4 376:683.874 Data: 20 F0 +T4AF4 376:683.898 - 0.075ms returns 2 (0x2) +T4AF4 376:683.919 JLINK_ReadMemEx(0x080013B6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:683.937 -- Read from C cache (2 bytes @ 0x080013B6) +T4AF4 376:683.962 Data: 40 00 +T4AF4 376:683.986 - 0.075ms returns 2 (0x2) +T4AF4 376:684.008 JLINK_ReadMemEx(0x080013B8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:684.026 -- Read from C cache (60 bytes @ 0x080013B8) +T4AF4 376:684.052 Data: 08 60 FF E7 02 98 80 7E 01 28 07 D1 FF E7 02 98 ... +T4AF4 376:684.076 - 0.075ms returns 60 (0x3C) +T4AF4 376:684.097 JLINK_ReadMemEx(0x080013B8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.115 -- Read from C cache (2 bytes @ 0x080013B8) +T4AF4 376:684.140 Data: 08 60 +T4AF4 376:684.164 - 0.131ms returns 2 (0x2) +T4AF4 376:684.242 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.260 -- Read from C cache (2 bytes @ 0x080013BA) +T4AF4 376:684.284 Data: FF E7 +T4AF4 376:684.309 - 0.075ms returns 2 (0x2) +T4AF4 376:684.331 JLINK_ReadMemEx(0x080013BA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.349 -- Read from C cache (2 bytes @ 0x080013BA) +T4AF4 376:684.373 Data: FF E7 +T4AF4 376:684.398 - 0.075ms returns 2 (0x2) +T4AF4 376:684.419 JLINK_ReadMemEx(0x080013BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:684.437 -- Read from C cache (60 bytes @ 0x080013BC) +T4AF4 376:684.463 Data: 02 98 80 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 376:684.487 - 0.075ms returns 60 (0x3C) +T4AF4 376:684.509 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.526 -- Read from C cache (2 bytes @ 0x080013BC) +T4AF4 376:684.551 Data: 02 98 +T4AF4 376:684.575 - 0.075ms returns 2 (0x2) +T4AF4 376:684.597 JLINK_ReadMemEx(0x080013BC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:684.615 -- Read from C cache (60 bytes @ 0x080013BC) +T4AF4 376:684.641 Data: 02 98 80 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 376:684.665 - 0.077ms returns 60 (0x3C) +T4AF4 376:684.688 JLINK_ReadMemEx(0x080013BC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.706 -- Read from C cache (2 bytes @ 0x080013BC) +T4AF4 376:684.730 Data: 02 98 +T4AF4 376:684.755 - 0.075ms returns 2 (0x2) +T4AF4 376:684.776 JLINK_ReadMemEx(0x080013BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.794 -- Read from C cache (2 bytes @ 0x080013BE) +T4AF4 376:684.819 Data: 80 7E +T4AF4 376:684.843 - 0.075ms returns 2 (0x2) +T4AF4 376:684.865 JLINK_ReadMemEx(0x080013BE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:684.883 -- Read from C cache (2 bytes @ 0x080013BE) +T4AF4 376:684.907 Data: 80 7E +T4AF4 376:684.932 - 0.075ms returns 2 (0x2) +T4AF4 376:684.953 JLINK_ReadMemEx(0x080013C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:684.971 -- Read from C cache (60 bytes @ 0x080013C0) +T4AF4 376:684.997 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 20 00 ... +T4AF4 376:685.021 - 0.076ms returns 60 (0x3C) +T4AF4 376:685.042 JLINK_ReadMemEx(0x080013C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.060 -- Read from C cache (2 bytes @ 0x080013C0) +T4AF4 376:685.085 Data: 01 28 +T4AF4 376:685.109 - 0.075ms returns 2 (0x2) +T4AF4 376:685.131 JLINK_ReadMemEx(0x080013C0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:685.149 -- Read from C cache (60 bytes @ 0x080013C0) +T4AF4 376:685.174 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 20 00 ... +T4AF4 376:685.198 - 0.076ms returns 60 (0x3C) +T4AF4 376:685.220 JLINK_ReadMemEx(0x080013C0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.238 -- Read from C cache (2 bytes @ 0x080013C0) +T4AF4 376:685.262 Data: 01 28 +T4AF4 376:685.287 - 0.077ms returns 2 (0x2) +T4AF4 376:685.312 JLINK_ReadMemEx(0x080013C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.330 -- Read from C cache (2 bytes @ 0x080013C2) +T4AF4 376:685.355 Data: 07 D1 +T4AF4 376:685.379 - 0.075ms returns 2 (0x2) +T4AF4 376:685.401 JLINK_ReadMemEx(0x080013C2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.419 -- Read from C cache (2 bytes @ 0x080013C2) +T4AF4 376:685.443 Data: 07 D1 +T4AF4 376:685.468 - 0.075ms returns 2 (0x2) +T4AF4 376:685.489 JLINK_ReadMemEx(0x080013C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:685.507 -- Read from C cache (60 bytes @ 0x080013C4) +T4AF4 376:685.532 Data: FF E7 02 98 01 68 08 68 40 F0 20 00 08 60 06 E0 ... +T4AF4 376:685.556 - 0.075ms returns 60 (0x3C) +T4AF4 376:685.578 JLINK_ReadMemEx(0x080013C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.596 -- Read from C cache (2 bytes @ 0x080013C4) +T4AF4 376:685.626 Data: FF E7 +T4AF4 376:685.651 - 0.081ms returns 2 (0x2) +T4AF4 376:685.674 JLINK_ReadMemEx(0x080013C4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:685.720 -- Read from C cache (60 bytes @ 0x080013C4) +T4AF4 376:685.777 Data: FF E7 02 98 01 68 08 68 40 F0 20 00 08 60 06 E0 ... +T4AF4 376:685.802 - 0.136ms returns 60 (0x3C) +T4AF4 376:685.828 JLINK_ReadMemEx(0x080013C4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.850 -- Read from C cache (2 bytes @ 0x080013C4) +T4AF4 376:685.875 Data: FF E7 +T4AF4 376:685.899 - 0.080ms returns 2 (0x2) +T4AF4 376:685.921 JLINK_ReadMemEx(0x080013C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:685.939 -- Read from C cache (2 bytes @ 0x080013C6) +T4AF4 376:685.964 Data: 02 98 +T4AF4 376:685.988 - 0.075ms returns 2 (0x2) +T4AF4 376:686.011 JLINK_ReadMemEx(0x080013C6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:686.029 -- Read from C cache (2 bytes @ 0x080013C6) +T4AF4 376:686.054 Data: 02 98 +T4AF4 376:686.078 - 0.075ms returns 2 (0x2) +T4AF4 376:686.100 JLINK_ReadMemEx(0x080013C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:686.121 CPU_ReadMem(64 bytes @ 0x08001400) +T4AF4 376:687.498 -- Updating C cache (64 bytes @ 0x08001400) +T4AF4 376:687.536 -- Read from C cache (60 bytes @ 0x080013C8) +T4AF4 376:687.563 Data: 01 68 08 68 40 F0 20 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:687.596 - 1.504ms returns 60 (0x3C) +T4AF4 376:687.628 JLINK_ReadMemEx(0x080013C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:687.648 -- Read from C cache (2 bytes @ 0x080013C8) +T4AF4 376:687.673 Data: 01 68 +T4AF4 376:687.698 - 0.078ms returns 2 (0x2) +T4AF4 376:687.722 JLINK_ReadMemEx(0x080013C8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:687.740 -- Read from C cache (60 bytes @ 0x080013C8) +T4AF4 376:687.766 Data: 01 68 08 68 40 F0 20 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:687.790 - 0.076ms returns 60 (0x3C) +T4AF4 376:687.812 JLINK_ReadMemEx(0x080013C8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:687.831 -- Read from C cache (2 bytes @ 0x080013C8) +T4AF4 376:687.855 Data: 01 68 +T4AF4 376:687.883 - 0.079ms returns 2 (0x2) +T4AF4 376:687.906 JLINK_ReadMemEx(0x080013CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:687.924 -- Read from C cache (2 bytes @ 0x080013CA) +T4AF4 376:687.949 Data: 08 68 +T4AF4 376:687.973 - 0.076ms returns 2 (0x2) +T4AF4 376:687.996 JLINK_ReadMemEx(0x080013CA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.014 -- Read from C cache (2 bytes @ 0x080013CA) +T4AF4 376:688.038 Data: 08 68 +T4AF4 376:688.063 - 0.075ms returns 2 (0x2) +T4AF4 376:688.085 JLINK_ReadMemEx(0x080013CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:688.103 -- Read from C cache (60 bytes @ 0x080013CC) +T4AF4 376:688.129 Data: 40 F0 20 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:688.153 - 0.076ms returns 60 (0x3C) +T4AF4 376:688.175 JLINK_ReadMemEx(0x080013CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.193 -- Read from C cache (2 bytes @ 0x080013CC) +T4AF4 376:688.217 Data: 40 F0 +T4AF4 376:688.242 - 0.075ms returns 2 (0x2) +T4AF4 376:688.264 JLINK_ReadMemEx(0x080013CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:688.283 -- Read from C cache (60 bytes @ 0x080013CC) +T4AF4 376:688.318 Data: 40 F0 20 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:688.343 - 0.087ms returns 60 (0x3C) +T4AF4 376:688.365 JLINK_ReadMemEx(0x080013CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.383 -- Read from C cache (2 bytes @ 0x080013CC) +T4AF4 376:688.408 Data: 40 F0 +T4AF4 376:688.433 - 0.076ms returns 2 (0x2) +T4AF4 376:688.455 JLINK_ReadMemEx(0x080013CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.473 -- Read from C cache (2 bytes @ 0x080013CE) +T4AF4 376:688.498 Data: 20 00 +T4AF4 376:688.523 - 0.076ms returns 2 (0x2) +T4AF4 376:688.545 JLINK_ReadMemEx(0x080013D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:688.564 -- Read from C cache (60 bytes @ 0x080013D0) +T4AF4 376:688.590 Data: 08 60 06 E0 02 98 01 68 08 68 20 F0 20 00 08 60 ... +T4AF4 376:688.615 - 0.078ms returns 60 (0x3C) +T4AF4 376:688.638 JLINK_ReadMemEx(0x080013D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.656 -- Read from C cache (2 bytes @ 0x080013D0) +T4AF4 376:688.681 Data: 08 60 +T4AF4 376:688.705 - 0.076ms returns 2 (0x2) +T4AF4 376:688.728 JLINK_ReadMemEx(0x080013D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.746 -- Read from C cache (2 bytes @ 0x080013D2) +T4AF4 376:688.771 Data: 06 E0 +T4AF4 376:688.796 - 0.076ms returns 2 (0x2) +T4AF4 376:688.818 JLINK_ReadMemEx(0x080013D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:688.837 -- Read from C cache (2 bytes @ 0x080013D2) +T4AF4 376:688.861 Data: 06 E0 +T4AF4 376:688.886 - 0.076ms returns 2 (0x2) +T4AF4 376:688.908 JLINK_ReadMemEx(0x080013D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:688.926 -- Read from C cache (60 bytes @ 0x080013D4) +T4AF4 376:688.952 Data: 02 98 01 68 08 68 20 F0 20 00 08 60 FF E7 02 98 ... +T4AF4 376:688.976 - 0.076ms returns 60 (0x3C) +T4AF4 376:688.998 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.016 -- Read from C cache (2 bytes @ 0x080013D4) +T4AF4 376:689.041 Data: 02 98 +T4AF4 376:689.065 - 0.076ms returns 2 (0x2) +T4AF4 376:689.088 JLINK_ReadMemEx(0x080013D4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:689.106 -- Read from C cache (60 bytes @ 0x080013D4) +T4AF4 376:689.132 Data: 02 98 01 68 08 68 20 F0 20 00 08 60 FF E7 02 98 ... +T4AF4 376:689.156 - 0.076ms returns 60 (0x3C) +T4AF4 376:689.178 JLINK_ReadMemEx(0x080013D4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.196 -- Read from C cache (2 bytes @ 0x080013D4) +T4AF4 376:689.220 Data: 02 98 +T4AF4 376:689.245 - 0.076ms returns 2 (0x2) +T4AF4 376:689.267 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.285 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 376:689.310 Data: 01 68 +T4AF4 376:689.335 - 0.075ms returns 2 (0x2) +T4AF4 376:689.357 JLINK_ReadMemEx(0x080013D6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.375 -- Read from C cache (2 bytes @ 0x080013D6) +T4AF4 376:689.400 Data: 01 68 +T4AF4 376:689.424 - 0.075ms returns 2 (0x2) +T4AF4 376:689.446 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:689.464 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 376:689.490 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 376:689.515 - 0.077ms returns 60 (0x3C) +T4AF4 376:689.537 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.555 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 376:689.580 Data: 08 68 +T4AF4 376:689.604 - 0.077ms returns 2 (0x2) +T4AF4 376:689.629 JLINK_ReadMemEx(0x080013D8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:689.647 -- Read from C cache (60 bytes @ 0x080013D8) +T4AF4 376:689.673 Data: 08 68 20 F0 20 00 08 60 FF E7 02 98 C0 7E 01 28 ... +T4AF4 376:689.697 - 0.077ms returns 60 (0x3C) +T4AF4 376:689.719 JLINK_ReadMemEx(0x080013D8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.737 -- Read from C cache (2 bytes @ 0x080013D8) +T4AF4 376:689.762 Data: 08 68 +T4AF4 376:689.786 - 0.076ms returns 2 (0x2) +T4AF4 376:689.809 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.827 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 376:689.855 Data: 20 F0 +T4AF4 376:689.880 - 0.080ms returns 2 (0x2) +T4AF4 376:689.903 JLINK_ReadMemEx(0x080013DA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:689.921 -- Read from C cache (2 bytes @ 0x080013DA) +T4AF4 376:689.946 Data: 20 F0 +T4AF4 376:689.970 - 0.075ms returns 2 (0x2) +T4AF4 376:689.992 JLINK_ReadMemEx(0x080013DC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:690.010 -- Read from C cache (60 bytes @ 0x080013DC) +T4AF4 376:690.036 Data: 20 00 08 60 FF E7 02 98 C0 7E 01 28 07 D1 FF E7 ... +T4AF4 376:690.060 - 0.076ms returns 60 (0x3C) +T4AF4 376:690.082 JLINK_ReadMemEx(0x080013DC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.100 -- Read from C cache (2 bytes @ 0x080013DC) +T4AF4 376:690.125 Data: 20 00 +T4AF4 376:690.149 - 0.076ms returns 2 (0x2) +T4AF4 376:690.172 JLINK_ReadMemEx(0x080013DE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.190 -- Read from C cache (2 bytes @ 0x080013DE) +T4AF4 376:690.214 Data: 08 60 +T4AF4 376:690.239 - 0.075ms returns 2 (0x2) +T4AF4 376:690.261 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:690.279 -- Read from C cache (60 bytes @ 0x080013E0) +T4AF4 376:690.305 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:690.329 - 0.076ms returns 60 (0x3C) +T4AF4 376:690.351 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.369 -- Read from C cache (2 bytes @ 0x080013E0) +T4AF4 376:690.394 Data: FF E7 +T4AF4 376:690.418 - 0.075ms returns 2 (0x2) +T4AF4 376:690.440 JLINK_ReadMemEx(0x080013E0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:690.459 -- Read from C cache (60 bytes @ 0x080013E0) +T4AF4 376:690.484 Data: FF E7 02 98 C0 7E 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:690.509 - 0.076ms returns 60 (0x3C) +T4AF4 376:690.531 JLINK_ReadMemEx(0x080013E0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.549 -- Read from C cache (2 bytes @ 0x080013E0) +T4AF4 376:690.573 Data: FF E7 +T4AF4 376:690.598 - 0.075ms returns 2 (0x2) +T4AF4 376:690.622 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.640 -- Read from C cache (2 bytes @ 0x080013E2) +T4AF4 376:690.665 Data: 02 98 +T4AF4 376:690.690 - 0.076ms returns 2 (0x2) +T4AF4 376:690.712 JLINK_ReadMemEx(0x080013E2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.731 -- Read from C cache (2 bytes @ 0x080013E2) +T4AF4 376:690.755 Data: 02 98 +T4AF4 376:690.780 - 0.076ms returns 2 (0x2) +T4AF4 376:690.802 JLINK_ReadMemEx(0x080013E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:690.820 -- Read from C cache (60 bytes @ 0x080013E4) +T4AF4 376:690.846 Data: C0 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 20 F0 ... +T4AF4 376:690.870 - 0.077ms returns 60 (0x3C) +T4AF4 376:690.893 JLINK_ReadMemEx(0x080013E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:690.911 -- Read from C cache (2 bytes @ 0x080013E4) +T4AF4 376:690.935 Data: C0 7E +T4AF4 376:690.959 - 0.075ms returns 2 (0x2) +T4AF4 376:690.982 JLINK_ReadMemEx(0x080013E4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:691.000 -- Read from C cache (60 bytes @ 0x080013E4) +T4AF4 376:691.026 Data: C0 7E 01 28 07 D1 FF E7 02 98 01 68 08 68 20 F0 ... +T4AF4 376:691.050 - 0.076ms returns 60 (0x3C) +T4AF4 376:691.071 JLINK_ReadMemEx(0x080013E4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.090 -- Read from C cache (2 bytes @ 0x080013E4) +T4AF4 376:691.115 Data: C0 7E +T4AF4 376:691.140 - 0.076ms returns 2 (0x2) +T4AF4 376:691.162 JLINK_ReadMemEx(0x080013E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.180 -- Read from C cache (2 bytes @ 0x080013E6) +T4AF4 376:691.205 Data: 01 28 +T4AF4 376:691.229 - 0.076ms returns 2 (0x2) +T4AF4 376:691.252 JLINK_ReadMemEx(0x080013E6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.270 -- Read from C cache (2 bytes @ 0x080013E6) +T4AF4 376:691.295 Data: 01 28 +T4AF4 376:691.319 - 0.075ms returns 2 (0x2) +T4AF4 376:691.341 JLINK_ReadMemEx(0x080013E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:691.359 -- Read from C cache (60 bytes @ 0x080013E8) +T4AF4 376:691.385 Data: 07 D1 FF E7 02 98 01 68 08 68 20 F0 10 00 08 60 ... +T4AF4 376:691.413 - 0.080ms returns 60 (0x3C) +T4AF4 376:691.435 JLINK_ReadMemEx(0x080013E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.453 -- Read from C cache (2 bytes @ 0x080013E8) +T4AF4 376:691.478 Data: 07 D1 +T4AF4 376:691.503 - 0.076ms returns 2 (0x2) +T4AF4 376:691.525 JLINK_ReadMemEx(0x080013E8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:691.543 -- Read from C cache (60 bytes @ 0x080013E8) +T4AF4 376:691.569 Data: 07 D1 FF E7 02 98 01 68 08 68 20 F0 10 00 08 60 ... +T4AF4 376:691.593 - 0.076ms returns 60 (0x3C) +T4AF4 376:691.617 JLINK_ReadMemEx(0x080013E8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.636 -- Read from C cache (2 bytes @ 0x080013E8) +T4AF4 376:691.660 Data: 07 D1 +T4AF4 376:691.685 - 0.075ms returns 2 (0x2) +T4AF4 376:691.707 JLINK_ReadMemEx(0x080013EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.725 -- Read from C cache (2 bytes @ 0x080013EA) +T4AF4 376:691.749 Data: FF E7 +T4AF4 376:691.774 - 0.075ms returns 2 (0x2) +T4AF4 376:691.796 JLINK_ReadMemEx(0x080013EA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.814 -- Read from C cache (2 bytes @ 0x080013EA) +T4AF4 376:691.839 Data: FF E7 +T4AF4 376:691.864 - 0.076ms returns 2 (0x2) +T4AF4 376:691.886 JLINK_ReadMemEx(0x080013EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:691.904 -- Read from C cache (60 bytes @ 0x080013EC) +T4AF4 376:691.929 Data: 02 98 01 68 08 68 20 F0 10 00 08 60 06 E0 02 98 ... +T4AF4 376:691.954 - 0.076ms returns 60 (0x3C) +T4AF4 376:691.975 JLINK_ReadMemEx(0x080013EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:691.994 -- Read from C cache (2 bytes @ 0x080013EC) +T4AF4 376:692.018 Data: 02 98 +T4AF4 376:692.043 - 0.075ms returns 2 (0x2) +T4AF4 376:692.065 JLINK_ReadMemEx(0x080013EC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:692.084 -- Read from C cache (60 bytes @ 0x080013EC) +T4AF4 376:692.109 Data: 02 98 01 68 08 68 20 F0 10 00 08 60 06 E0 02 98 ... +T4AF4 376:692.133 - 0.076ms returns 60 (0x3C) +T4AF4 376:692.155 JLINK_ReadMemEx(0x080013EC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.173 -- Read from C cache (2 bytes @ 0x080013EC) +T4AF4 376:692.198 Data: 02 98 +T4AF4 376:692.222 - 0.075ms returns 2 (0x2) +T4AF4 376:692.244 JLINK_ReadMemEx(0x080013EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.262 -- Read from C cache (2 bytes @ 0x080013EE) +T4AF4 376:692.287 Data: 01 68 +T4AF4 376:692.312 - 0.075ms returns 2 (0x2) +T4AF4 376:692.334 JLINK_ReadMemEx(0x080013EE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.352 -- Read from C cache (2 bytes @ 0x080013EE) +T4AF4 376:692.377 Data: 01 68 +T4AF4 376:692.402 - 0.076ms returns 2 (0x2) +T4AF4 376:692.424 JLINK_ReadMemEx(0x080013F0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:692.442 -- Read from C cache (60 bytes @ 0x080013F0) +T4AF4 376:692.468 Data: 08 68 20 F0 10 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:692.492 - 0.076ms returns 60 (0x3C) +T4AF4 376:692.514 JLINK_ReadMemEx(0x080013F0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.532 -- Read from C cache (2 bytes @ 0x080013F0) +T4AF4 376:692.556 Data: 08 68 +T4AF4 376:692.581 - 0.075ms returns 2 (0x2) +T4AF4 376:692.603 JLINK_ReadMemEx(0x080013F0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:692.623 -- Read from C cache (60 bytes @ 0x080013F0) +T4AF4 376:692.649 Data: 08 68 20 F0 10 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:692.673 - 0.078ms returns 60 (0x3C) +T4AF4 376:692.695 JLINK_ReadMemEx(0x080013F0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.713 -- Read from C cache (2 bytes @ 0x080013F0) +T4AF4 376:692.738 Data: 08 68 +T4AF4 376:692.762 - 0.075ms returns 2 (0x2) +T4AF4 376:692.784 JLINK_ReadMemEx(0x080013F2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.803 -- Read from C cache (2 bytes @ 0x080013F2) +T4AF4 376:692.827 Data: 20 F0 +T4AF4 376:692.852 - 0.076ms returns 2 (0x2) +T4AF4 376:692.874 JLINK_ReadMemEx(0x080013F2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:692.892 -- Read from C cache (2 bytes @ 0x080013F2) +T4AF4 376:692.917 Data: 20 F0 +T4AF4 376:692.941 - 0.078ms returns 2 (0x2) +T4AF4 376:692.968 JLINK_ReadMemEx(0x080013F4, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:692.986 -- Read from C cache (60 bytes @ 0x080013F4) +T4AF4 376:693.012 Data: 10 00 08 60 06 E0 02 98 01 68 08 68 40 F0 10 00 ... +T4AF4 376:693.036 - 0.077ms returns 60 (0x3C) +T4AF4 376:693.058 JLINK_ReadMemEx(0x080013F4, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.076 -- Read from C cache (2 bytes @ 0x080013F4) +T4AF4 376:693.100 Data: 10 00 +T4AF4 376:693.125 - 0.075ms returns 2 (0x2) +T4AF4 376:693.147 JLINK_ReadMemEx(0x080013F6, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.165 -- Read from C cache (2 bytes @ 0x080013F6) +T4AF4 376:693.189 Data: 08 60 +T4AF4 376:693.214 - 0.075ms returns 2 (0x2) +T4AF4 376:693.236 JLINK_ReadMemEx(0x080013F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:693.254 -- Read from C cache (60 bytes @ 0x080013F8) +T4AF4 376:693.279 Data: 06 E0 02 98 01 68 08 68 40 F0 10 00 08 60 FF E7 ... +T4AF4 376:693.303 - 0.076ms returns 60 (0x3C) +T4AF4 376:693.325 JLINK_ReadMemEx(0x080013F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.343 -- Read from C cache (2 bytes @ 0x080013F8) +T4AF4 376:693.368 Data: 06 E0 +T4AF4 376:693.392 - 0.075ms returns 2 (0x2) +T4AF4 376:693.414 JLINK_ReadMemEx(0x080013F8, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:693.433 -- Read from C cache (60 bytes @ 0x080013F8) +T4AF4 376:693.458 Data: 06 E0 02 98 01 68 08 68 40 F0 10 00 08 60 FF E7 ... +T4AF4 376:693.482 - 0.076ms returns 60 (0x3C) +T4AF4 376:693.503 JLINK_ReadMemEx(0x080013F8, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.522 -- Read from C cache (2 bytes @ 0x080013F8) +T4AF4 376:693.546 Data: 06 E0 +T4AF4 376:693.571 - 0.075ms returns 2 (0x2) +T4AF4 376:693.592 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.610 -- Read from C cache (2 bytes @ 0x080013FA) +T4AF4 376:693.637 Data: 02 98 +T4AF4 376:693.661 - 0.076ms returns 2 (0x2) +T4AF4 376:693.683 JLINK_ReadMemEx(0x080013FA, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.701 -- Read from C cache (2 bytes @ 0x080013FA) +T4AF4 376:693.726 Data: 02 98 +T4AF4 376:693.750 - 0.075ms returns 2 (0x2) +T4AF4 376:693.772 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:693.790 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 376:693.815 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 376:693.839 - 0.076ms returns 60 (0x3C) +T4AF4 376:693.861 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:693.879 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 376:693.904 Data: 01 68 +T4AF4 376:693.928 - 0.075ms returns 2 (0x2) +T4AF4 376:693.950 JLINK_ReadMemEx(0x080013FC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:693.968 -- Read from C cache (60 bytes @ 0x080013FC) +T4AF4 376:693.994 Data: 01 68 08 68 40 F0 10 00 08 60 FF E7 02 98 00 7F ... +T4AF4 376:694.018 - 0.076ms returns 60 (0x3C) +T4AF4 376:694.039 JLINK_ReadMemEx(0x080013FC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.057 -- Read from C cache (2 bytes @ 0x080013FC) +T4AF4 376:694.082 Data: 01 68 +T4AF4 376:694.106 - 0.075ms returns 2 (0x2) +T4AF4 376:694.128 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.146 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 376:694.171 Data: 08 68 +T4AF4 376:694.195 - 0.075ms returns 2 (0x2) +T4AF4 376:694.217 JLINK_ReadMemEx(0x080013FE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.236 -- Read from C cache (2 bytes @ 0x080013FE) +T4AF4 376:694.260 Data: 08 68 +T4AF4 376:694.284 - 0.075ms returns 2 (0x2) +T4AF4 376:694.306 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:694.324 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 376:694.350 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 376:694.374 - 0.075ms returns 60 (0x3C) +T4AF4 376:694.396 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.414 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 376:694.438 Data: 40 F0 +T4AF4 376:694.462 - 0.078ms returns 2 (0x2) +T4AF4 376:694.489 JLINK_ReadMemEx(0x08001400, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:694.507 -- Read from C cache (60 bytes @ 0x08001400) +T4AF4 376:694.532 Data: 40 F0 10 00 08 60 FF E7 02 98 00 7F 01 28 07 D1 ... +T4AF4 376:694.556 - 0.076ms returns 60 (0x3C) +T4AF4 376:694.578 JLINK_ReadMemEx(0x08001400, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.596 -- Read from C cache (2 bytes @ 0x08001400) +T4AF4 376:694.623 Data: 40 F0 +T4AF4 376:694.647 - 0.077ms returns 2 (0x2) +T4AF4 376:694.669 JLINK_ReadMemEx(0x08001402, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.687 -- Read from C cache (2 bytes @ 0x08001402) +T4AF4 376:694.711 Data: 10 00 +T4AF4 376:694.736 - 0.075ms returns 2 (0x2) +T4AF4 376:694.758 JLINK_ReadMemEx(0x08001404, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:694.776 -- Read from C cache (60 bytes @ 0x08001404) +T4AF4 376:694.801 Data: 08 60 FF E7 02 98 00 7F 01 28 07 D1 FF E7 02 98 ... +T4AF4 376:694.826 - 0.076ms returns 60 (0x3C) +T4AF4 376:694.847 JLINK_ReadMemEx(0x08001404, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.865 -- Read from C cache (2 bytes @ 0x08001404) +T4AF4 376:694.890 Data: 08 60 +T4AF4 376:694.914 - 0.075ms returns 2 (0x2) +T4AF4 376:694.936 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:694.954 -- Read from C cache (2 bytes @ 0x08001406) +T4AF4 376:694.978 Data: FF E7 +T4AF4 376:695.003 - 0.075ms returns 2 (0x2) +T4AF4 376:695.025 JLINK_ReadMemEx(0x08001406, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:695.043 -- Read from C cache (2 bytes @ 0x08001406) +T4AF4 376:695.067 Data: FF E7 +T4AF4 376:695.091 - 0.075ms returns 2 (0x2) +T4AF4 376:695.113 JLINK_ReadMemEx(0x08001408, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:695.134 CPU_ReadMem(64 bytes @ 0x08001440) +T4AF4 376:696.525 -- Updating C cache (64 bytes @ 0x08001440) +T4AF4 376:696.565 -- Read from C cache (60 bytes @ 0x08001408) +T4AF4 376:696.593 Data: 02 98 00 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 376:696.619 - 1.514ms returns 60 (0x3C) +T4AF4 376:696.646 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:696.667 -- Read from C cache (2 bytes @ 0x08001408) +T4AF4 376:696.691 Data: 02 98 +T4AF4 376:696.716 - 0.078ms returns 2 (0x2) +T4AF4 376:696.741 JLINK_ReadMemEx(0x08001408, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:696.760 -- Read from C cache (60 bytes @ 0x08001408) +T4AF4 376:696.785 Data: 02 98 00 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 ... +T4AF4 376:696.809 - 0.076ms returns 60 (0x3C) +T4AF4 376:696.831 JLINK_ReadMemEx(0x08001408, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:696.849 -- Read from C cache (2 bytes @ 0x08001408) +T4AF4 376:696.874 Data: 02 98 +T4AF4 376:696.898 - 0.075ms returns 2 (0x2) +T4AF4 376:696.919 JLINK_ReadMemEx(0x0800140A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:696.937 -- Read from C cache (2 bytes @ 0x0800140A) +T4AF4 376:696.962 Data: 00 7F +T4AF4 376:696.986 - 0.074ms returns 2 (0x2) +T4AF4 376:697.008 JLINK_ReadMemEx(0x0800140A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.026 -- Read from C cache (2 bytes @ 0x0800140A) +T4AF4 376:697.050 Data: 00 7F +T4AF4 376:697.074 - 0.075ms returns 2 (0x2) +T4AF4 376:697.096 JLINK_ReadMemEx(0x0800140C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:697.114 -- Read from C cache (60 bytes @ 0x0800140C) +T4AF4 376:697.140 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 08 00 ... +T4AF4 376:697.164 - 0.076ms returns 60 (0x3C) +T4AF4 376:697.186 JLINK_ReadMemEx(0x0800140C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.204 -- Read from C cache (2 bytes @ 0x0800140C) +T4AF4 376:697.228 Data: 01 28 +T4AF4 376:697.252 - 0.075ms returns 2 (0x2) +T4AF4 376:697.275 JLINK_ReadMemEx(0x0800140C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:697.293 -- Read from C cache (60 bytes @ 0x0800140C) +T4AF4 376:697.318 Data: 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 08 00 ... +T4AF4 376:697.342 - 0.075ms returns 60 (0x3C) +T4AF4 376:697.363 JLINK_ReadMemEx(0x0800140C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.387 -- Read from C cache (2 bytes @ 0x0800140C) +T4AF4 376:697.415 Data: 01 28 +T4AF4 376:697.440 - 0.085ms returns 2 (0x2) +T4AF4 376:697.462 JLINK_ReadMemEx(0x0800140E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.480 -- Read from C cache (2 bytes @ 0x0800140E) +T4AF4 376:697.504 Data: 07 D1 +T4AF4 376:697.528 - 0.074ms returns 2 (0x2) +T4AF4 376:697.550 JLINK_ReadMemEx(0x0800140E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.568 -- Read from C cache (2 bytes @ 0x0800140E) +T4AF4 376:697.595 Data: 07 D1 +T4AF4 376:697.619 - 0.076ms returns 2 (0x2) +T4AF4 376:697.640 JLINK_ReadMemEx(0x08001410, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:697.658 -- Read from C cache (60 bytes @ 0x08001410) +T4AF4 376:697.689 Data: FF E7 02 98 01 68 08 68 40 F0 08 00 08 60 06 E0 ... +T4AF4 376:697.713 - 0.081ms returns 60 (0x3C) +T4AF4 376:697.734 JLINK_ReadMemEx(0x08001410, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.752 -- Read from C cache (2 bytes @ 0x08001410) +T4AF4 376:697.777 Data: FF E7 +T4AF4 376:697.801 - 0.075ms returns 2 (0x2) +T4AF4 376:697.823 JLINK_ReadMemEx(0x08001410, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:697.841 -- Read from C cache (60 bytes @ 0x08001410) +T4AF4 376:697.866 Data: FF E7 02 98 01 68 08 68 40 F0 08 00 08 60 06 E0 ... +T4AF4 376:697.890 - 0.075ms returns 60 (0x3C) +T4AF4 376:697.912 JLINK_ReadMemEx(0x08001410, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:697.930 -- Read from C cache (2 bytes @ 0x08001410) +T4AF4 376:697.954 Data: FF E7 +T4AF4 376:697.978 - 0.075ms returns 2 (0x2) +T4AF4 376:698.000 JLINK_ReadMemEx(0x08001412, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.018 -- Read from C cache (2 bytes @ 0x08001412) +T4AF4 376:698.042 Data: 02 98 +T4AF4 376:698.066 - 0.074ms returns 2 (0x2) +T4AF4 376:698.089 JLINK_ReadMemEx(0x08001412, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.107 -- Read from C cache (2 bytes @ 0x08001412) +T4AF4 376:698.131 Data: 02 98 +T4AF4 376:698.155 - 0.074ms returns 2 (0x2) +T4AF4 376:698.177 JLINK_ReadMemEx(0x08001414, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:698.195 -- Read from C cache (60 bytes @ 0x08001414) +T4AF4 376:698.220 Data: 01 68 08 68 40 F0 08 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:698.244 - 0.075ms returns 60 (0x3C) +T4AF4 376:698.266 JLINK_ReadMemEx(0x08001414, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.284 -- Read from C cache (2 bytes @ 0x08001414) +T4AF4 376:698.308 Data: 01 68 +T4AF4 376:698.332 - 0.074ms returns 2 (0x2) +T4AF4 376:698.354 JLINK_ReadMemEx(0x08001414, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:698.372 -- Read from C cache (60 bytes @ 0x08001414) +T4AF4 376:698.398 Data: 01 68 08 68 40 F0 08 00 08 60 06 E0 02 98 01 68 ... +T4AF4 376:698.422 - 0.075ms returns 60 (0x3C) +T4AF4 376:698.443 JLINK_ReadMemEx(0x08001414, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.461 -- Read from C cache (2 bytes @ 0x08001414) +T4AF4 376:698.486 Data: 01 68 +T4AF4 376:698.510 - 0.075ms returns 2 (0x2) +T4AF4 376:698.531 JLINK_ReadMemEx(0x08001416, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.549 -- Read from C cache (2 bytes @ 0x08001416) +T4AF4 376:698.574 Data: 08 68 +T4AF4 376:698.598 - 0.075ms returns 2 (0x2) +T4AF4 376:698.621 JLINK_ReadMemEx(0x08001416, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.639 -- Read from C cache (2 bytes @ 0x08001416) +T4AF4 376:698.667 Data: 08 68 +T4AF4 376:698.691 - 0.078ms returns 2 (0x2) +T4AF4 376:698.713 JLINK_ReadMemEx(0x08001418, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:698.731 -- Read from C cache (60 bytes @ 0x08001418) +T4AF4 376:698.756 Data: 40 F0 08 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:698.780 - 0.075ms returns 60 (0x3C) +T4AF4 376:698.802 JLINK_ReadMemEx(0x08001418, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:698.819 -- Read from C cache (2 bytes @ 0x08001418) +T4AF4 376:698.844 Data: 40 F0 +T4AF4 376:698.868 - 0.074ms returns 2 (0x2) +T4AF4 376:698.890 JLINK_ReadMemEx(0x08001418, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:698.908 -- Read from C cache (60 bytes @ 0x08001418) +T4AF4 376:698.937 Data: 40 F0 08 00 08 60 06 E0 02 98 01 68 08 68 20 F0 ... +T4AF4 376:698.961 - 0.079ms returns 60 (0x3C) +T4AF4 376:698.983 JLINK_ReadMemEx(0x08001418, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.001 -- Read from C cache (2 bytes @ 0x08001418) +T4AF4 376:699.025 Data: 40 F0 +T4AF4 376:699.049 - 0.075ms returns 2 (0x2) +T4AF4 376:699.071 JLINK_ReadMemEx(0x0800141A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.089 -- Read from C cache (2 bytes @ 0x0800141A) +T4AF4 376:699.114 Data: 08 00 +T4AF4 376:699.138 - 0.075ms returns 2 (0x2) +T4AF4 376:699.160 JLINK_ReadMemEx(0x0800141C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:699.180 -- Read from C cache (60 bytes @ 0x0800141C) +T4AF4 376:699.205 Data: 08 60 06 E0 02 98 01 68 08 68 20 F0 08 00 08 60 ... +T4AF4 376:699.229 - 0.077ms returns 60 (0x3C) +T4AF4 376:699.251 JLINK_ReadMemEx(0x0800141C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.269 -- Read from C cache (2 bytes @ 0x0800141C) +T4AF4 376:699.297 Data: 08 60 +T4AF4 376:699.318 - 0.074ms returns 2 (0x2) +T4AF4 376:699.336 JLINK_ReadMemEx(0x0800141E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.351 -- Read from C cache (2 bytes @ 0x0800141E) +T4AF4 376:699.372 Data: 06 E0 +T4AF4 376:699.393 - 0.113ms returns 2 (0x2) +T4AF4 376:699.461 JLINK_ReadMemEx(0x0800141E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.476 -- Read from C cache (2 bytes @ 0x0800141E) +T4AF4 376:699.497 Data: 06 E0 +T4AF4 376:699.518 - 0.063ms returns 2 (0x2) +T4AF4 376:699.536 JLINK_ReadMemEx(0x08001420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:699.551 -- Read from C cache (60 bytes @ 0x08001420) +T4AF4 376:699.573 Data: 02 98 01 68 08 68 20 F0 08 00 08 60 FF E7 02 98 ... +T4AF4 376:699.594 - 0.064ms returns 60 (0x3C) +T4AF4 376:699.624 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.639 -- Read from C cache (2 bytes @ 0x08001420) +T4AF4 376:699.671 Data: 02 98 +T4AF4 376:699.698 - 0.082ms returns 2 (0x2) +T4AF4 376:699.720 JLINK_ReadMemEx(0x08001420, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:699.738 -- Read from C cache (60 bytes @ 0x08001420) +T4AF4 376:699.763 Data: 02 98 01 68 08 68 20 F0 08 00 08 60 FF E7 02 98 ... +T4AF4 376:699.787 - 0.075ms returns 60 (0x3C) +T4AF4 376:699.809 JLINK_ReadMemEx(0x08001420, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.826 -- Read from C cache (2 bytes @ 0x08001420) +T4AF4 376:699.851 Data: 02 98 +T4AF4 376:699.875 - 0.075ms returns 2 (0x2) +T4AF4 376:699.897 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:699.915 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 376:699.940 Data: 01 68 +T4AF4 376:699.964 - 0.075ms returns 2 (0x2) +T4AF4 376:699.986 JLINK_ReadMemEx(0x08001422, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.004 -- Read from C cache (2 bytes @ 0x08001422) +T4AF4 376:700.029 Data: 01 68 +T4AF4 376:700.053 - 0.075ms returns 2 (0x2) +T4AF4 376:700.075 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:700.093 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 376:700.118 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 376:700.142 - 0.076ms returns 60 (0x3C) +T4AF4 376:700.164 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.182 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 376:700.206 Data: 08 68 +T4AF4 376:700.230 - 0.075ms returns 2 (0x2) +T4AF4 376:700.253 JLINK_ReadMemEx(0x08001424, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:700.271 -- Read from C cache (60 bytes @ 0x08001424) +T4AF4 376:700.296 Data: 08 68 20 F0 08 00 08 60 FF E7 02 98 40 7F 01 28 ... +T4AF4 376:700.320 - 0.075ms returns 60 (0x3C) +T4AF4 376:700.342 JLINK_ReadMemEx(0x08001424, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.360 -- Read from C cache (2 bytes @ 0x08001424) +T4AF4 376:700.384 Data: 08 68 +T4AF4 376:700.408 - 0.075ms returns 2 (0x2) +T4AF4 376:700.430 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.448 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 376:700.477 Data: 20 F0 +T4AF4 376:700.501 - 0.079ms returns 2 (0x2) +T4AF4 376:700.523 JLINK_ReadMemEx(0x08001426, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.541 -- Read from C cache (2 bytes @ 0x08001426) +T4AF4 376:700.566 Data: 20 F0 +T4AF4 376:700.590 - 0.075ms returns 2 (0x2) +T4AF4 376:700.621 JLINK_ReadMemEx(0x08001428, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:700.639 -- Read from C cache (60 bytes @ 0x08001428) +T4AF4 376:700.668 Data: 08 00 08 60 FF E7 02 98 40 7F 01 28 07 D1 FF E7 ... +T4AF4 376:700.692 - 0.080ms returns 60 (0x3C) +T4AF4 376:700.714 JLINK_ReadMemEx(0x08001428, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.732 -- Read from C cache (2 bytes @ 0x08001428) +T4AF4 376:700.757 Data: 08 00 +T4AF4 376:700.781 - 0.075ms returns 2 (0x2) +T4AF4 376:700.803 JLINK_ReadMemEx(0x0800142A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.821 -- Read from C cache (2 bytes @ 0x0800142A) +T4AF4 376:700.846 Data: 08 60 +T4AF4 376:700.870 - 0.075ms returns 2 (0x2) +T4AF4 376:700.891 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:700.909 -- Read from C cache (60 bytes @ 0x0800142C) +T4AF4 376:700.935 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:700.959 - 0.075ms returns 60 (0x3C) +T4AF4 376:700.981 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:700.999 -- Read from C cache (2 bytes @ 0x0800142C) +T4AF4 376:701.023 Data: FF E7 +T4AF4 376:701.047 - 0.075ms returns 2 (0x2) +T4AF4 376:701.070 JLINK_ReadMemEx(0x0800142C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:701.088 -- Read from C cache (60 bytes @ 0x0800142C) +T4AF4 376:701.113 Data: FF E7 02 98 40 7F 01 28 07 D1 FF E7 02 98 01 68 ... +T4AF4 376:701.137 - 0.076ms returns 60 (0x3C) +T4AF4 376:701.160 JLINK_ReadMemEx(0x0800142C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.178 -- Read from C cache (2 bytes @ 0x0800142C) +T4AF4 376:701.203 Data: FF E7 +T4AF4 376:701.227 - 0.075ms returns 2 (0x2) +T4AF4 376:701.249 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.273 -- Read from C cache (2 bytes @ 0x0800142E) +T4AF4 376:701.294 Data: 02 98 +T4AF4 376:701.314 - 0.072ms returns 2 (0x2) +T4AF4 376:701.333 JLINK_ReadMemEx(0x0800142E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.348 -- Read from C cache (2 bytes @ 0x0800142E) +T4AF4 376:701.369 Data: 02 98 +T4AF4 376:701.390 - 0.063ms returns 2 (0x2) +T4AF4 376:701.408 JLINK_ReadMemEx(0x08001430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:701.424 -- Read from C cache (60 bytes @ 0x08001430) +T4AF4 376:701.445 Data: 40 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 376:701.465 - 0.064ms returns 60 (0x3C) +T4AF4 376:701.484 JLINK_ReadMemEx(0x08001430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.499 -- Read from C cache (2 bytes @ 0x08001430) +T4AF4 376:701.520 Data: 40 7F +T4AF4 376:701.540 - 0.063ms returns 2 (0x2) +T4AF4 376:701.559 JLINK_ReadMemEx(0x08001430, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:701.574 -- Read from C cache (60 bytes @ 0x08001430) +T4AF4 376:701.596 Data: 40 7F 01 28 07 D1 FF E7 02 98 01 68 08 68 40 F0 ... +T4AF4 376:701.626 - 0.074ms returns 60 (0x3C) +T4AF4 376:701.644 JLINK_ReadMemEx(0x08001430, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.668 -- Read from C cache (2 bytes @ 0x08001430) +T4AF4 376:701.694 Data: 40 7F +T4AF4 376:701.718 - 0.086ms returns 2 (0x2) +T4AF4 376:701.747 JLINK_ReadMemEx(0x08001432, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.769 -- Read from C cache (2 bytes @ 0x08001432) +T4AF4 376:701.794 Data: 01 28 +T4AF4 376:701.851 - 0.116ms returns 2 (0x2) +T4AF4 376:701.883 JLINK_ReadMemEx(0x08001432, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:701.911 -- Read from C cache (2 bytes @ 0x08001432) +T4AF4 376:701.943 Data: 01 28 +T4AF4 376:701.971 - 0.097ms returns 2 (0x2) +T4AF4 376:701.995 JLINK_ReadMemEx(0x08001434, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:702.017 -- Read from C cache (60 bytes @ 0x08001434) +T4AF4 376:702.046 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 04 00 08 60 ... +T4AF4 376:702.081 - 0.094ms returns 60 (0x3C) +T4AF4 376:702.106 JLINK_ReadMemEx(0x08001434, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.127 -- Read from C cache (2 bytes @ 0x08001434) +T4AF4 376:702.156 Data: 07 D1 +T4AF4 376:702.180 - 0.082ms returns 2 (0x2) +T4AF4 376:702.202 JLINK_ReadMemEx(0x08001434, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:702.221 -- Read from C cache (60 bytes @ 0x08001434) +T4AF4 376:702.246 Data: 07 D1 FF E7 02 98 01 68 08 68 40 F0 04 00 08 60 ... +T4AF4 376:702.270 - 0.076ms returns 60 (0x3C) +T4AF4 376:702.292 JLINK_ReadMemEx(0x08001434, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.310 -- Read from C cache (2 bytes @ 0x08001434) +T4AF4 376:702.334 Data: 07 D1 +T4AF4 376:702.358 - 0.075ms returns 2 (0x2) +T4AF4 376:702.380 JLINK_ReadMemEx(0x08001436, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.398 -- Read from C cache (2 bytes @ 0x08001436) +T4AF4 376:702.424 Data: FF E7 +T4AF4 376:702.448 - 0.076ms returns 2 (0x2) +T4AF4 376:702.470 JLINK_ReadMemEx(0x08001436, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.489 -- Read from C cache (2 bytes @ 0x08001436) +T4AF4 376:702.513 Data: FF E7 +T4AF4 376:702.537 - 0.075ms returns 2 (0x2) +T4AF4 376:702.559 JLINK_ReadMemEx(0x08001438, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:702.577 -- Read from C cache (60 bytes @ 0x08001438) +T4AF4 376:702.603 Data: 02 98 01 68 08 68 40 F0 04 00 08 60 06 E0 02 98 ... +T4AF4 376:702.627 - 0.075ms returns 60 (0x3C) +T4AF4 376:702.648 JLINK_ReadMemEx(0x08001438, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.669 -- Read from C cache (2 bytes @ 0x08001438) +T4AF4 376:702.709 Data: 02 98 +T4AF4 376:702.734 - 0.093ms returns 2 (0x2) +T4AF4 376:702.756 JLINK_ReadMemEx(0x08001438, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:702.774 -- Read from C cache (60 bytes @ 0x08001438) +T4AF4 376:702.799 Data: 02 98 01 68 08 68 40 F0 04 00 08 60 06 E0 02 98 ... +T4AF4 376:702.823 - 0.075ms returns 60 (0x3C) +T4AF4 376:702.844 JLINK_ReadMemEx(0x08001438, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.862 -- Read from C cache (2 bytes @ 0x08001438) +T4AF4 376:702.887 Data: 02 98 +T4AF4 376:702.911 - 0.074ms returns 2 (0x2) +T4AF4 376:702.932 JLINK_ReadMemEx(0x0800143A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:702.950 -- Read from C cache (2 bytes @ 0x0800143A) +T4AF4 376:702.975 Data: 01 68 +T4AF4 376:702.999 - 0.074ms returns 2 (0x2) +T4AF4 376:703.021 JLINK_ReadMemEx(0x0800143A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.039 -- Read from C cache (2 bytes @ 0x0800143A) +T4AF4 376:703.063 Data: 01 68 +T4AF4 376:703.087 - 0.074ms returns 2 (0x2) +T4AF4 376:703.109 JLINK_ReadMemEx(0x0800143C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:703.127 -- Read from C cache (60 bytes @ 0x0800143C) +T4AF4 376:703.154 Data: 08 68 40 F0 04 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:703.178 - 0.077ms returns 60 (0x3C) +T4AF4 376:703.200 JLINK_ReadMemEx(0x0800143C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.218 -- Read from C cache (2 bytes @ 0x0800143C) +T4AF4 376:703.248 Data: 08 68 +T4AF4 376:703.268 - 0.076ms returns 2 (0x2) +T4AF4 376:703.287 JLINK_ReadMemEx(0x0800143C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:703.303 -- Read from C cache (60 bytes @ 0x0800143C) +T4AF4 376:703.324 Data: 08 68 40 F0 04 00 08 60 06 E0 02 98 01 68 08 68 ... +T4AF4 376:703.345 - 0.064ms returns 60 (0x3C) +T4AF4 376:703.363 JLINK_ReadMemEx(0x0800143C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.379 -- Read from C cache (2 bytes @ 0x0800143C) +T4AF4 376:703.399 Data: 08 68 +T4AF4 376:703.420 - 0.063ms returns 2 (0x2) +T4AF4 376:703.438 JLINK_ReadMemEx(0x0800143E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.454 -- Read from C cache (2 bytes @ 0x0800143E) +T4AF4 376:703.474 Data: 40 F0 +T4AF4 376:703.495 - 0.063ms returns 2 (0x2) +T4AF4 376:703.514 JLINK_ReadMemEx(0x0800143E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.529 -- Read from C cache (2 bytes @ 0x0800143E) +T4AF4 376:703.550 Data: 40 F0 +T4AF4 376:703.570 - 0.065ms returns 2 (0x2) +T4AF4 376:703.592 JLINK_ReadMemEx(0x08001440, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:703.618 -- Read from C cache (60 bytes @ 0x08001440) +T4AF4 376:703.640 Data: 04 00 08 60 06 E0 02 98 01 68 08 68 20 F0 04 00 ... +T4AF4 376:703.669 - 0.087ms returns 60 (0x3C) +T4AF4 376:703.692 JLINK_ReadMemEx(0x08001440, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.710 -- Read from C cache (2 bytes @ 0x08001440) +T4AF4 376:703.735 Data: 04 00 +T4AF4 376:703.759 - 0.075ms returns 2 (0x2) +T4AF4 376:703.784 JLINK_ReadMemEx(0x08001442, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.802 -- Read from C cache (2 bytes @ 0x08001442) +T4AF4 376:703.826 Data: 08 60 +T4AF4 376:703.850 - 0.075ms returns 2 (0x2) +T4AF4 376:703.872 JLINK_ReadMemEx(0x08001444, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:703.890 -- Read from C cache (60 bytes @ 0x08001444) +T4AF4 376:703.915 Data: 06 E0 02 98 01 68 08 68 20 F0 04 00 08 60 FF E7 ... +T4AF4 376:703.939 - 0.075ms returns 60 (0x3C) +T4AF4 376:703.961 JLINK_ReadMemEx(0x08001444, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:703.979 -- Read from C cache (2 bytes @ 0x08001444) +T4AF4 376:704.003 Data: 06 E0 +T4AF4 376:704.027 - 0.074ms returns 2 (0x2) +T4AF4 376:704.049 JLINK_ReadMemEx(0x08001444, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:704.067 -- Read from C cache (60 bytes @ 0x08001444) +T4AF4 376:704.092 Data: 06 E0 02 98 01 68 08 68 20 F0 04 00 08 60 FF E7 ... +T4AF4 376:704.116 - 0.075ms returns 60 (0x3C) +T4AF4 376:704.138 JLINK_ReadMemEx(0x08001444, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:704.156 -- Read from C cache (2 bytes @ 0x08001444) +T4AF4 376:704.180 Data: 06 E0 +T4AF4 376:704.204 - 0.074ms returns 2 (0x2) +T4AF4 376:704.226 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:704.244 -- Read from C cache (2 bytes @ 0x08001446) +T4AF4 376:704.268 Data: 02 98 +T4AF4 376:704.292 - 0.075ms returns 2 (0x2) +T4AF4 376:704.314 JLINK_ReadMemEx(0x08001446, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:704.332 -- Read from C cache (2 bytes @ 0x08001446) +T4AF4 376:704.363 Data: 02 98 +T4AF4 376:704.387 - 0.081ms returns 2 (0x2) +T4AF4 376:704.409 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:704.431 CPU_ReadMem(64 bytes @ 0x08001480) +T4AF4 376:705.696 -- Updating C cache (64 bytes @ 0x08001480) +T4AF4 376:705.733 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 376:705.760 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 376:705.784 - 1.383ms returns 60 (0x3C) +T4AF4 376:705.810 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:705.830 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 376:705.854 Data: 01 68 +T4AF4 376:705.879 - 0.077ms returns 2 (0x2) +T4AF4 376:705.902 JLINK_ReadMemEx(0x08001448, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:705.921 -- Read from C cache (60 bytes @ 0x08001448) +T4AF4 376:705.946 Data: 01 68 08 68 20 F0 04 00 08 60 FF E7 02 9B 19 68 ... +T4AF4 376:705.970 - 0.076ms returns 60 (0x3C) +T4AF4 376:705.992 JLINK_ReadMemEx(0x08001448, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.010 -- Read from C cache (2 bytes @ 0x08001448) +T4AF4 376:706.034 Data: 01 68 +T4AF4 376:706.058 - 0.074ms returns 2 (0x2) +T4AF4 376:706.080 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.098 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 376:706.122 Data: 08 68 +T4AF4 376:706.146 - 0.074ms returns 2 (0x2) +T4AF4 376:706.168 JLINK_ReadMemEx(0x0800144A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.186 -- Read from C cache (2 bytes @ 0x0800144A) +T4AF4 376:706.211 Data: 08 68 +T4AF4 376:706.235 - 0.075ms returns 2 (0x2) +T4AF4 376:706.257 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:706.275 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 376:706.300 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 376:706.324 - 0.075ms returns 60 (0x3C) +T4AF4 376:706.345 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.369 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 376:706.396 Data: 20 F0 +T4AF4 376:706.421 - 0.083ms returns 2 (0x2) +T4AF4 376:706.443 JLINK_ReadMemEx(0x0800144C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:706.461 -- Read from C cache (60 bytes @ 0x0800144C) +T4AF4 376:706.486 Data: 20 F0 04 00 08 60 FF E7 02 9B 19 68 5A 68 98 68 ... +T4AF4 376:706.510 - 0.075ms returns 60 (0x3C) +T4AF4 376:706.532 JLINK_ReadMemEx(0x0800144C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.549 -- Read from C cache (2 bytes @ 0x0800144C) +T4AF4 376:706.574 Data: 20 F0 +T4AF4 376:706.598 - 0.075ms returns 2 (0x2) +T4AF4 376:706.625 JLINK_ReadMemEx(0x0800144E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.643 -- Read from C cache (2 bytes @ 0x0800144E) +T4AF4 376:706.674 Data: 04 00 +T4AF4 376:706.699 - 0.082ms returns 2 (0x2) +T4AF4 376:706.721 JLINK_ReadMemEx(0x08001450, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:706.739 -- Read from C cache (60 bytes @ 0x08001450) +T4AF4 376:706.765 Data: 08 60 FF E7 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 ... +T4AF4 376:706.789 - 0.076ms returns 60 (0x3C) +T4AF4 376:706.810 JLINK_ReadMemEx(0x08001450, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.828 -- Read from C cache (2 bytes @ 0x08001450) +T4AF4 376:706.853 Data: 08 60 +T4AF4 376:706.877 - 0.075ms returns 2 (0x2) +T4AF4 376:706.899 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:706.917 -- Read from C cache (2 bytes @ 0x08001452) +T4AF4 376:706.941 Data: FF E7 +T4AF4 376:706.965 - 0.075ms returns 2 (0x2) +T4AF4 376:706.988 JLINK_ReadMemEx(0x08001452, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.006 -- Read from C cache (2 bytes @ 0x08001452) +T4AF4 376:707.030 Data: FF E7 +T4AF4 376:707.054 - 0.075ms returns 2 (0x2) +T4AF4 376:707.076 JLINK_ReadMemEx(0x08001454, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:707.094 -- Read from C cache (60 bytes @ 0x08001454) +T4AF4 376:707.119 Data: 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 ... +T4AF4 376:707.143 - 0.075ms returns 60 (0x3C) +T4AF4 376:707.165 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.183 -- Read from C cache (2 bytes @ 0x08001454) +T4AF4 376:707.207 Data: 02 9B +T4AF4 376:707.232 - 0.075ms returns 2 (0x2) +T4AF4 376:707.254 JLINK_ReadMemEx(0x08001454, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:707.272 -- Read from C cache (60 bytes @ 0x08001454) +T4AF4 376:707.297 Data: 02 9B 19 68 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 ... +T4AF4 376:707.321 - 0.075ms returns 60 (0x3C) +T4AF4 376:707.343 JLINK_ReadMemEx(0x08001454, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.360 -- Read from C cache (2 bytes @ 0x08001454) +T4AF4 376:707.385 Data: 02 9B +T4AF4 376:707.409 - 0.075ms returns 2 (0x2) +T4AF4 376:707.431 JLINK_ReadMemEx(0x08001456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.449 -- Read from C cache (2 bytes @ 0x08001456) +T4AF4 376:707.473 Data: 19 68 +T4AF4 376:707.498 - 0.075ms returns 2 (0x2) +T4AF4 376:707.519 JLINK_ReadMemEx(0x08001456, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.537 -- Read from C cache (2 bytes @ 0x08001456) +T4AF4 376:707.562 Data: 19 68 +T4AF4 376:707.586 - 0.075ms returns 2 (0x2) +T4AF4 376:707.608 JLINK_ReadMemEx(0x08001458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:707.627 -- Read from C cache (60 bytes @ 0x08001458) +T4AF4 376:707.652 Data: 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 ... +T4AF4 376:707.683 - 0.083ms returns 60 (0x3C) +T4AF4 376:707.705 JLINK_ReadMemEx(0x08001458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.722 -- Read from C cache (2 bytes @ 0x08001458) +T4AF4 376:707.747 Data: 5A 68 +T4AF4 376:707.771 - 0.075ms returns 2 (0x2) +T4AF4 376:707.793 JLINK_ReadMemEx(0x08001458, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:707.812 -- Read from C cache (60 bytes @ 0x08001458) +T4AF4 376:707.837 Data: 5A 68 98 68 D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 ... +T4AF4 376:707.861 - 0.075ms returns 60 (0x3C) +T4AF4 376:707.882 JLINK_ReadMemEx(0x08001458, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.903 -- Read from C cache (2 bytes @ 0x08001458) +T4AF4 376:707.929 Data: 5A 68 +T4AF4 376:707.953 - 0.079ms returns 2 (0x2) +T4AF4 376:707.975 JLINK_ReadMemEx(0x0800145A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:707.993 -- Read from C cache (2 bytes @ 0x0800145A) +T4AF4 376:708.018 Data: 98 68 +T4AF4 376:708.042 - 0.075ms returns 2 (0x2) +T4AF4 376:708.064 JLINK_ReadMemEx(0x0800145A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.082 -- Read from C cache (2 bytes @ 0x0800145A) +T4AF4 376:708.106 Data: 98 68 +T4AF4 376:708.131 - 0.075ms returns 2 (0x2) +T4AF4 376:708.153 JLINK_ReadMemEx(0x0800145C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:708.171 -- Read from C cache (60 bytes @ 0x0800145C) +T4AF4 376:708.197 Data: D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 ... +T4AF4 376:708.221 - 0.075ms returns 60 (0x3C) +T4AF4 376:708.242 JLINK_ReadMemEx(0x0800145C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.260 -- Read from C cache (2 bytes @ 0x0800145C) +T4AF4 376:708.284 Data: D3 F8 +T4AF4 376:708.309 - 0.075ms returns 2 (0x2) +T4AF4 376:708.331 JLINK_ReadMemEx(0x0800145C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:708.349 -- Read from C cache (60 bytes @ 0x0800145C) +T4AF4 376:708.374 Data: D3 F8 0C C0 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 ... +T4AF4 376:708.398 - 0.075ms returns 60 (0x3C) +T4AF4 376:708.420 JLINK_ReadMemEx(0x0800145C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.438 -- Read from C cache (2 bytes @ 0x0800145C) +T4AF4 376:708.462 Data: D3 F8 +T4AF4 376:708.487 - 0.075ms returns 2 (0x2) +T4AF4 376:708.508 JLINK_ReadMemEx(0x0800145E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.526 -- Read from C cache (2 bytes @ 0x0800145E) +T4AF4 376:708.550 Data: 0C C0 +T4AF4 376:708.574 - 0.074ms returns 2 (0x2) +T4AF4 376:708.597 JLINK_ReadMemEx(0x08001460, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:708.619 -- Read from C cache (60 bytes @ 0x08001460) +T4AF4 376:708.645 Data: 40 EA 0C 00 D3 F8 10 C0 40 EA 0C 00 5B 69 18 43 ... +T4AF4 376:708.674 - 0.086ms returns 60 (0x3C) +T4AF4 376:708.696 JLINK_ReadMemEx(0x08001460, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.714 -- Read from C cache (2 bytes @ 0x08001460) +T4AF4 376:708.739 Data: 40 EA +T4AF4 376:708.763 - 0.075ms returns 2 (0x2) +T4AF4 376:708.785 JLINK_ReadMemEx(0x08001462, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.802 -- Read from C cache (2 bytes @ 0x08001462) +T4AF4 376:708.827 Data: 0C 00 +T4AF4 376:708.851 - 0.075ms returns 2 (0x2) +T4AF4 376:708.874 JLINK_ReadMemEx(0x08001464, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:708.892 -- Read from C cache (60 bytes @ 0x08001464) +T4AF4 376:708.917 Data: D3 F8 10 C0 40 EA 0C 00 5B 69 18 43 01 3A 10 43 ... +T4AF4 376:708.941 - 0.075ms returns 60 (0x3C) +T4AF4 376:708.962 JLINK_ReadMemEx(0x08001464, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:708.980 -- Read from C cache (2 bytes @ 0x08001464) +T4AF4 376:709.005 Data: D3 F8 +T4AF4 376:709.029 - 0.075ms returns 2 (0x2) +T4AF4 376:709.051 JLINK_ReadMemEx(0x08001466, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.069 -- Read from C cache (2 bytes @ 0x08001466) +T4AF4 376:709.093 Data: 10 C0 +T4AF4 376:709.117 - 0.075ms returns 2 (0x2) +T4AF4 376:709.140 JLINK_ReadMemEx(0x08001468, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:709.158 -- Read from C cache (60 bytes @ 0x08001468) +T4AF4 376:709.183 Data: 40 EA 0C 00 5B 69 18 43 01 3A 10 43 C8 61 02 99 ... +T4AF4 376:709.207 - 0.075ms returns 60 (0x3C) +T4AF4 376:709.229 JLINK_ReadMemEx(0x08001468, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.246 -- Read from C cache (2 bytes @ 0x08001468) +T4AF4 376:709.271 Data: 40 EA +T4AF4 376:709.295 - 0.074ms returns 2 (0x2) +T4AF4 376:709.317 JLINK_ReadMemEx(0x0800146A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.335 -- Read from C cache (2 bytes @ 0x0800146A) +T4AF4 376:709.359 Data: 0C 00 +T4AF4 376:709.383 - 0.075ms returns 2 (0x2) +T4AF4 376:709.405 JLINK_ReadMemEx(0x0800146C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:709.423 -- Read from C cache (60 bytes @ 0x0800146C) +T4AF4 376:709.452 Data: 5B 69 18 43 01 3A 10 43 C8 61 02 99 00 20 48 62 ... +T4AF4 376:709.477 - 0.079ms returns 60 (0x3C) +T4AF4 376:709.498 JLINK_ReadMemEx(0x0800146C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.516 -- Read from C cache (2 bytes @ 0x0800146C) +T4AF4 376:709.541 Data: 5B 69 +T4AF4 376:709.565 - 0.074ms returns 2 (0x2) +T4AF4 376:709.586 JLINK_ReadMemEx(0x0800146E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.604 -- Read from C cache (2 bytes @ 0x0800146E) +T4AF4 376:709.629 Data: 18 43 +T4AF4 376:709.653 - 0.075ms returns 2 (0x2) +T4AF4 376:709.680 JLINK_ReadMemEx(0x0800146E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.698 -- Read from C cache (2 bytes @ 0x0800146E) +T4AF4 376:709.723 Data: 18 43 +T4AF4 376:709.747 - 0.075ms returns 2 (0x2) +T4AF4 376:709.768 JLINK_ReadMemEx(0x08001470, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:709.786 -- Read from C cache (60 bytes @ 0x08001470) +T4AF4 376:709.812 Data: 01 3A 10 43 C8 61 02 99 00 20 48 62 02 9A 01 21 ... +T4AF4 376:709.836 - 0.075ms returns 60 (0x3C) +T4AF4 376:709.857 JLINK_ReadMemEx(0x08001470, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:709.875 -- Read from C cache (2 bytes @ 0x08001470) +T4AF4 376:709.899 Data: 01 3A +T4AF4 376:709.923 - 0.074ms returns 2 (0x2) +T4AF4 376:709.946 JLINK_ReadMemEx(0x08001470, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:709.963 -- Read from C cache (60 bytes @ 0x08001470) +T4AF4 376:709.989 Data: 01 3A 10 43 C8 61 02 99 00 20 48 62 02 9A 01 21 ... +T4AF4 376:710.013 - 0.075ms returns 60 (0x3C) +T4AF4 376:710.034 JLINK_ReadMemEx(0x08001470, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.052 -- Read from C cache (2 bytes @ 0x08001470) +T4AF4 376:710.076 Data: 01 3A +T4AF4 376:710.100 - 0.074ms returns 2 (0x2) +T4AF4 376:710.122 JLINK_ReadMemEx(0x08001472, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.140 -- Read from C cache (2 bytes @ 0x08001472) +T4AF4 376:710.165 Data: 10 43 +T4AF4 376:710.189 - 0.075ms returns 2 (0x2) +T4AF4 376:710.211 JLINK_ReadMemEx(0x08001472, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.229 -- Read from C cache (2 bytes @ 0x08001472) +T4AF4 376:710.253 Data: 10 43 +T4AF4 376:710.277 - 0.074ms returns 2 (0x2) +T4AF4 376:710.299 JLINK_ReadMemEx(0x08001474, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:710.317 -- Read from C cache (60 bytes @ 0x08001474) +T4AF4 376:710.342 Data: C8 61 02 99 00 20 48 62 02 9A 01 21 82 F8 20 10 ... +T4AF4 376:710.366 - 0.075ms returns 60 (0x3C) +T4AF4 376:710.387 JLINK_ReadMemEx(0x08001474, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.405 -- Read from C cache (2 bytes @ 0x08001474) +T4AF4 376:710.430 Data: C8 61 +T4AF4 376:710.454 - 0.075ms returns 2 (0x2) +T4AF4 376:710.476 JLINK_ReadMemEx(0x08001474, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:710.494 -- Read from C cache (60 bytes @ 0x08001474) +T4AF4 376:710.519 Data: C8 61 02 99 00 20 48 62 02 9A 01 21 82 F8 20 10 ... +T4AF4 376:710.543 - 0.075ms returns 60 (0x3C) +T4AF4 376:710.564 JLINK_ReadMemEx(0x08001474, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.582 -- Read from C cache (2 bytes @ 0x08001474) +T4AF4 376:710.607 Data: C8 61 +T4AF4 376:710.632 - 0.076ms returns 2 (0x2) +T4AF4 376:710.654 JLINK_ReadMemEx(0x08001476, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.672 -- Read from C cache (2 bytes @ 0x08001476) +T4AF4 376:710.696 Data: 02 99 +T4AF4 376:710.721 - 0.075ms returns 2 (0x2) +T4AF4 376:710.792 JLINK_ReadMemEx(0x08001476, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.810 -- Read from C cache (2 bytes @ 0x08001476) +T4AF4 376:710.835 Data: 02 99 +T4AF4 376:710.859 - 0.075ms returns 2 (0x2) +T4AF4 376:710.878 JLINK_ReadMemEx(0x08001478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:710.896 -- Read from C cache (60 bytes @ 0x08001478) +T4AF4 376:710.922 Data: 00 20 48 62 02 9A 01 21 82 F8 20 10 8D F8 0F 00 ... +T4AF4 376:710.946 - 0.076ms returns 60 (0x3C) +T4AF4 376:710.965 JLINK_ReadMemEx(0x08001478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:710.983 -- Read from C cache (2 bytes @ 0x08001478) +T4AF4 376:711.012 Data: 00 20 +T4AF4 376:711.036 - 0.079ms returns 2 (0x2) +T4AF4 376:711.062 JLINK_ReadMemEx(0x08001478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:711.080 -- Read from C cache (60 bytes @ 0x08001478) +T4AF4 376:711.106 Data: 00 20 48 62 02 9A 01 21 82 F8 20 10 8D F8 0F 00 ... +T4AF4 376:711.130 - 0.076ms returns 60 (0x3C) +T4AF4 376:711.149 JLINK_ReadMemEx(0x08001478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:711.167 -- Read from C cache (2 bytes @ 0x08001478) +T4AF4 376:711.191 Data: 00 20 +T4AF4 376:711.216 - 0.075ms returns 2 (0x2) +T4AF4 376:711.235 JLINK_ReadMemEx(0x0800147A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:711.253 -- Read from C cache (2 bytes @ 0x0800147A) +T4AF4 376:711.278 Data: 48 62 +T4AF4 376:711.302 - 0.075ms returns 2 (0x2) +T4AF4 376:711.327 JLINK_ReadMemEx(0x0800147A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:711.345 -- Read from C cache (2 bytes @ 0x0800147A) +T4AF4 376:711.370 Data: 48 62 +T4AF4 376:711.394 - 0.075ms returns 2 (0x2) +T4AF4 376:711.413 JLINK_ReadMemEx(0x0800147C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 376:711.432 -- Read from C cache (60 bytes @ 0x0800147C) +T4AF4 376:711.457 Data: 02 9A 01 21 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 ... +T4AF4 376:711.481 - 0.076ms returns 60 (0x3C) +T4AF4 376:711.500 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 376:711.520 -- Read from C cache (2 bytes @ 0x0800147C) +T4AF4 376:711.545 Data: 02 9A +T4AF4 376:711.569 - 0.077ms returns 2 (0x2) +T54B0 380:574.694 JLINK_ReadMemEx(0x08001476, 0x2 Bytes, Flags = 0x02000000) +T54B0 380:574.746 -- Read from C cache (2 bytes @ 0x08001476) +T54B0 380:574.773 Data: 02 99 +T54B0 380:574.799 - 0.114ms returns 2 (0x2) +T54B0 380:574.821 JLINK_HasError() +T54B0 380:574.844 JLINK_Step() +T54B0 380:576.011 -- Read from C cache (2 bytes @ 0x08001476) +T54B0 380:576.066 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 380:576.092 -- Simulated +T54B0 380:576.117 - 1.281ms returns 0 +T54B0 380:576.143 JLINK_HasError() +T54B0 380:576.163 JLINK_ReadReg(R15 (PC)) +T54B0 380:576.181 - 0.026ms returns 0x08001478 +T54B0 380:576.200 JLINK_ReadReg(XPSR) +T54B0 380:576.218 - 0.025ms returns 0x21000000 +T54B0 380:576.247 JLINK_HasError() +T54B0 380:576.266 JLINK_Step() +T54B0 380:576.284 -- Read from C cache (2 bytes @ 0x08001478) +T54B0 380:576.309 -- Simulated +T54B0 380:576.333 - 0.075ms returns 0 +T54B0 380:576.352 JLINK_HasError() +T54B0 380:576.371 JLINK_ReadReg(R15 (PC)) +T54B0 380:576.388 - 0.025ms returns 0x0800147A +T54B0 380:576.407 JLINK_ReadReg(XPSR) +T54B0 380:576.424 - 0.025ms returns 0x61000000 +T54B0 380:576.444 JLINK_HasError() +T54B0 380:576.468 JLINK_Step() +T54B0 380:576.486 -- Read from C cache (2 bytes @ 0x0800147A) +T54B0 380:576.536 CPU_WriteMem(4 bytes @ 0x20000428) +T54B0 380:577.537 -- Simulated +T54B0 380:577.572 - 1.112ms returns 0 +T54B0 380:577.594 JLINK_HasError() +T54B0 380:577.614 JLINK_ReadReg(R15 (PC)) +T54B0 380:577.633 - 0.027ms returns 0x0800147C +T54B0 380:577.653 JLINK_ReadReg(XPSR) +T54B0 380:577.670 - 0.025ms returns 0x61000000 +T54B0 380:580.938 JLINK_HasError() +T54B0 380:580.988 JLINK_ReadReg(R0) +T54B0 380:581.016 - 0.039ms returns 0x00000000 +T54B0 380:581.043 JLINK_ReadReg(R1) +T54B0 380:581.067 - 0.034ms returns 0x20000404 +T54B0 380:581.092 JLINK_ReadReg(R2) +T54B0 380:581.114 - 0.032ms returns 0x0000000F +T54B0 380:581.138 JLINK_ReadReg(R3) +T54B0 380:581.159 - 0.032ms returns 0x00100000 +T54B0 380:581.184 JLINK_ReadReg(R4) +T54B0 380:581.207 - 0.032ms returns 0x00000000 +T54B0 380:581.232 JLINK_ReadReg(R5) +T54B0 380:581.255 - 0.033ms returns 0x20000018 +T54B0 380:581.280 JLINK_ReadReg(R6) +T54B0 380:581.300 - 0.031ms returns 0x00000000 +T54B0 380:581.324 JLINK_ReadReg(R7) +T54B0 380:581.346 - 0.034ms returns 0x00000000 +T54B0 380:581.375 JLINK_ReadReg(R8) +T54B0 380:581.398 - 0.033ms returns 0x00000000 +T54B0 380:581.421 JLINK_ReadReg(R9) +T54B0 380:581.443 - 0.032ms returns 0x20000160 +T54B0 380:581.469 JLINK_ReadReg(R10) +T54B0 380:581.490 - 0.032ms returns 0x08006850 +T54B0 380:581.682 JLINK_ReadReg(R11) +T54B0 380:581.710 - 0.038ms returns 0x00000000 +T54B0 380:581.734 JLINK_ReadReg(R12) +T54B0 380:581.756 - 0.032ms returns 0x000C0000 +T54B0 380:581.781 JLINK_ReadReg(R13 (SP)) +T54B0 380:581.802 - 0.032ms returns 0x20000F60 +T54B0 380:581.826 JLINK_ReadReg(R14) +T54B0 380:581.847 - 0.031ms returns 0x08001335 +T54B0 380:581.871 JLINK_ReadReg(R15 (PC)) +T54B0 380:581.892 - 0.031ms returns 0x0800147C +T54B0 380:581.916 JLINK_ReadReg(XPSR) +T54B0 380:581.937 - 0.032ms returns 0x61000000 +T54B0 380:581.962 JLINK_ReadReg(MSP) +T54B0 380:581.984 - 0.031ms returns 0x20000F60 +T54B0 380:582.007 JLINK_ReadReg(PSP) +T54B0 380:582.028 - 0.034ms returns 0x20001000 +T54B0 380:582.054 JLINK_ReadReg(CFBP) +T54B0 380:582.075 - 0.031ms returns 0x00000000 +T4AF4 380:583.089 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.119 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 380:583.145 Data: E5 3E 00 08 +T4AF4 380:583.170 - 0.089ms returns 4 (0x4) +T4AF4 380:583.195 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.214 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 380:583.239 Data: 00 00 00 00 +T4AF4 380:583.263 - 0.075ms returns 4 (0x4) +T4AF4 380:583.282 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.361 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 380:583.386 Data: E5 3E 00 08 +T4AF4 380:583.410 - 0.136ms returns 4 (0x4) +T4AF4 380:583.430 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.448 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 380:583.505 Data: 3B 55 00 08 +T4AF4 380:583.539 - 0.120ms returns 4 (0x4) +T4AF4 380:583.567 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.592 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 380:583.623 Data: 00 00 00 00 +T4AF4 380:583.654 - 0.098ms returns 4 (0x4) +T4AF4 380:583.681 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.705 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 380:583.737 Data: 3B 55 00 08 +T4AF4 380:583.770 - 0.100ms returns 4 (0x4) +T4AF4 380:583.798 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.822 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 380:583.855 Data: BB 01 00 08 +T4AF4 380:583.886 - 0.099ms returns 4 (0x4) +T4AF4 380:583.920 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:583.948 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 380:583.981 Data: 04 04 00 20 +T4AF4 380:584.012 - 0.102ms returns 4 (0x4) +T4AF4 380:584.038 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.062 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 380:584.094 Data: 08 00 00 00 +T4AF4 380:584.123 - 0.101ms returns 4 (0x4) +T4AF4 380:584.172 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.197 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 380:584.229 Data: 00 00 00 00 +T4AF4 380:584.261 - 0.099ms returns 4 (0x4) +T4AF4 380:584.284 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.303 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 380:584.328 Data: 00 00 00 00 +T4AF4 380:584.352 - 0.076ms returns 4 (0x4) +T4AF4 380:584.372 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.391 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 380:584.415 Data: 00 00 00 00 +T4AF4 380:584.439 - 0.078ms returns 4 (0x4) +T4AF4 380:584.492 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.519 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 380:584.550 Data: 00 00 00 00 +T4AF4 380:584.580 - 0.098ms returns 4 (0x4) +T4AF4 380:584.605 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.630 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 380:584.662 Data: 00 00 00 00 +T4AF4 380:584.691 - 0.094ms returns 4 (0x4) +T4AF4 380:584.711 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 380:584.730 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 380:584.833 Data: 00 00 00 00 +T4AF4 380:584.858 - 0.155ms returns 4 (0x4) +T4AF4 380:584.879 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:584.898 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 380:584.922 Data: 00 00 +T4AF4 380:584.946 - 0.076ms returns 2 (0x2) +T4AF4 380:585.008 JLINK_HasError() +T4AF4 380:585.029 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 380:585.053 Data: 5E 98 00 00 +T4AF4 380:585.078 Debug reg: DWT_CYCCNT +T4AF4 380:585.112 - 0.092ms returns 1 (0x1) +T4AF4 380:585.384 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 380:585.409 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 380:586.684 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 380:586.715 - 1.340ms returns 28 (0x1C) +T4AF4 380:586.742 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:586.766 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 380:587.203 Data: 0F 00 1C 00 +T4AF4 380:587.253 - 0.521ms returns 4 (0x4) +T4AF4 380:587.286 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 380:587.315 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 380:588.164 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 380:588.194 - 0.916ms returns 76 (0x4C) +T4AF4 380:588.217 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:588.239 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 380:588.666 Data: 31 C6 E5 4A +T4AF4 380:588.700 - 0.491ms returns 4 (0x4) +T4AF4 380:588.724 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:588.747 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 380:589.166 Data: 01 0E 1C 2A +T4AF4 380:589.199 - 0.483ms returns 4 (0x4) +T4AF4 380:589.222 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:589.244 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 380:589.666 Data: 00 00 00 00 +T4AF4 380:589.703 - 0.492ms returns 4 (0x4) +T4AF4 380:589.730 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:589.758 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 380:590.165 Data: 00 00 00 00 +T4AF4 380:590.192 - 0.470ms returns 4 (0x4) +T4AF4 380:590.214 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:590.235 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 380:590.662 Data: 00 00 00 00 +T4AF4 380:590.688 - 0.481ms returns 4 (0x4) +T4AF4 380:590.709 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:590.729 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 380:591.325 Data: 00 00 00 00 +T4AF4 380:591.365 - 0.667ms returns 4 (0x4) +T4AF4 380:591.395 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 380:591.423 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 380:593.067 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 380:593.105 - 1.719ms returns 108 (0x6C) +T4AF4 380:593.131 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 380:593.156 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 380:593.662 Data: AB AA FD 78 +T4AF4 380:593.688 - 0.565ms returns 4 (0x4) +T4AF4 380:632.111 JLINK_ReadMemEx(0x08001476, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.160 -- Read from C cache (2 bytes @ 0x08001476) +T4AF4 380:632.189 Data: 02 99 +T4AF4 380:632.215 - 0.112ms returns 2 (0x2) +T4AF4 380:632.236 JLINK_ReadMemEx(0x08001478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:632.254 -- Read from C cache (60 bytes @ 0x08001478) +T4AF4 380:632.281 Data: 00 20 48 62 02 9A 01 21 82 F8 20 10 8D F8 0F 00 ... +T4AF4 380:632.305 - 0.078ms returns 60 (0x3C) +T4AF4 380:632.325 JLINK_ReadMemEx(0x08001478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.344 -- Read from C cache (2 bytes @ 0x08001478) +T4AF4 380:632.368 Data: 00 20 +T4AF4 380:632.393 - 0.076ms returns 2 (0x2) +T4AF4 380:632.414 JLINK_ReadMemEx(0x08001478, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:632.432 -- Read from C cache (60 bytes @ 0x08001478) +T4AF4 380:632.466 Data: 00 20 48 62 02 9A 01 21 82 F8 20 10 8D F8 0F 00 ... +T4AF4 380:632.490 - 0.085ms returns 60 (0x3C) +T4AF4 380:632.627 JLINK_ReadMemEx(0x08001478, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.647 -- Read from C cache (2 bytes @ 0x08001478) +T4AF4 380:632.672 Data: 00 20 +T4AF4 380:632.697 - 0.078ms returns 2 (0x2) +T4AF4 380:632.717 JLINK_ReadMemEx(0x0800147A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.735 -- Read from C cache (2 bytes @ 0x0800147A) +T4AF4 380:632.760 Data: 48 62 +T4AF4 380:632.784 - 0.076ms returns 2 (0x2) +T4AF4 380:632.805 JLINK_ReadMemEx(0x0800147A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.823 -- Read from C cache (2 bytes @ 0x0800147A) +T4AF4 380:632.848 Data: 48 62 +T4AF4 380:632.872 - 0.076ms returns 2 (0x2) +T4AF4 380:632.892 JLINK_ReadMemEx(0x0800147C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:632.910 -- Read from C cache (60 bytes @ 0x0800147C) +T4AF4 380:632.936 Data: 02 9A 01 21 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 ... +T4AF4 380:632.960 - 0.076ms returns 60 (0x3C) +T4AF4 380:632.979 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:632.997 -- Read from C cache (2 bytes @ 0x0800147C) +T4AF4 380:633.022 Data: 02 9A +T4AF4 380:633.047 - 0.076ms returns 2 (0x2) +T4AF4 380:633.094 JLINK_ReadMemEx(0x0800147C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:633.112 -- Read from C cache (60 bytes @ 0x0800147C) +T4AF4 380:633.138 Data: 02 9A 01 21 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 ... +T4AF4 380:633.163 - 0.077ms returns 60 (0x3C) +T4AF4 380:633.183 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.201 -- Read from C cache (2 bytes @ 0x0800147C) +T4AF4 380:633.226 Data: 02 9A +T4AF4 380:633.250 - 0.076ms returns 2 (0x2) +T4AF4 380:633.270 JLINK_ReadMemEx(0x0800147E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.288 -- Read from C cache (2 bytes @ 0x0800147E) +T4AF4 380:633.312 Data: 01 21 +T4AF4 380:633.336 - 0.075ms returns 2 (0x2) +T4AF4 380:633.371 JLINK_ReadMemEx(0x0800147E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.389 -- Read from C cache (2 bytes @ 0x0800147E) +T4AF4 380:633.414 Data: 01 21 +T4AF4 380:633.439 - 0.076ms returns 2 (0x2) +T4AF4 380:633.473 JLINK_ReadMemEx(0x08001480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:633.492 -- Read from C cache (60 bytes @ 0x08001480) +T4AF4 380:633.517 Data: 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 ... +T4AF4 380:633.542 - 0.077ms returns 60 (0x3C) +T4AF4 380:633.561 JLINK_ReadMemEx(0x08001480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.579 -- Read from C cache (2 bytes @ 0x08001480) +T4AF4 380:633.604 Data: 82 F8 +T4AF4 380:633.628 - 0.075ms returns 2 (0x2) +T4AF4 380:633.653 JLINK_ReadMemEx(0x08001480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:633.671 -- Read from C cache (60 bytes @ 0x08001480) +T4AF4 380:633.697 Data: 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 ... +T4AF4 380:633.721 - 0.076ms returns 60 (0x3C) +T4AF4 380:633.740 JLINK_ReadMemEx(0x08001480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.758 -- Read from C cache (2 bytes @ 0x08001480) +T4AF4 380:633.783 Data: 82 F8 +T4AF4 380:633.808 - 0.076ms returns 2 (0x2) +T4AF4 380:633.827 JLINK_ReadMemEx(0x08001482, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:633.845 -- Read from C cache (2 bytes @ 0x08001482) +T4AF4 380:633.870 Data: 20 10 +T4AF4 380:633.894 - 0.075ms returns 2 (0x2) +T4AF4 380:633.920 JLINK_ReadMemEx(0x08001484, 0x3C Bytes, Flags = 0x02000000) +T4AF4 380:633.938 -- Read from C cache (60 bytes @ 0x08001484) +T4AF4 380:633.964 Data: 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 80 BD 00 00 ... +T4AF4 380:633.988 - 0.076ms returns 60 (0x3C) +T4AF4 380:634.007 JLINK_ReadMemEx(0x08001484, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:634.025 -- Read from C cache (2 bytes @ 0x08001484) +T4AF4 380:634.050 Data: 8D F8 +T4AF4 380:634.075 - 0.075ms returns 2 (0x2) +T4AF4 380:634.094 JLINK_ReadMemEx(0x08001486, 0x2 Bytes, Flags = 0x02000000) +T4AF4 380:634.112 -- Read from C cache (2 bytes @ 0x08001486) +T4AF4 380:634.136 Data: 0F 00 +T4AF4 380:634.161 - 0.075ms returns 2 (0x2) +T54B0 382:735.237 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T54B0 382:735.291 -- Read from C cache (2 bytes @ 0x0800147C) +T54B0 382:735.318 Data: 02 9A +T54B0 382:735.344 - 0.116ms returns 2 (0x2) +T54B0 382:735.366 JLINK_HasError() +T54B0 382:735.389 JLINK_Step() +T54B0 382:736.507 -- Read from C cache (2 bytes @ 0x0800147C) +T54B0 382:736.549 -- Read from C cache (4 bytes @ 0x20000F68) +T54B0 382:736.582 -- Simulated +T54B0 382:736.641 - 1.264ms returns 0 +T54B0 382:736.670 JLINK_HasError() +T54B0 382:736.693 JLINK_ReadReg(R15 (PC)) +T54B0 382:736.744 - 0.060ms returns 0x0800147E +T54B0 382:736.765 JLINK_ReadReg(XPSR) +T54B0 382:736.783 - 0.025ms returns 0x61000000 +T54B0 382:736.809 JLINK_HasError() +T54B0 382:736.828 JLINK_Step() +T54B0 382:736.847 -- Read from C cache (2 bytes @ 0x0800147E) +T54B0 382:736.873 -- Simulated +T54B0 382:736.897 - 0.077ms returns 0 +T54B0 382:736.916 JLINK_HasError() +T54B0 382:736.935 JLINK_ReadReg(R15 (PC)) +T54B0 382:736.952 - 0.025ms returns 0x08001480 +T54B0 382:736.971 JLINK_ReadReg(XPSR) +T54B0 382:736.987 - 0.025ms returns 0x21000000 +T54B0 382:737.008 JLINK_HasError() +T54B0 382:737.026 JLINK_Step() +T54B0 382:737.044 -- Read from C cache (2 bytes @ 0x08001480) +T54B0 382:737.070 -- Read from C cache (2 bytes @ 0x08001482) +T54B0 382:737.094 -- Not simulated +T54B0 382:737.138 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 382:741.928 - 4.941ms returns 0 +T54B0 382:741.996 JLINK_HasError() +T54B0 382:742.017 JLINK_ReadReg(R15 (PC)) +T54B0 382:742.038 - 0.030ms returns 0x08001484 +T54B0 382:742.061 JLINK_ReadReg(XPSR) +T54B0 382:742.079 - 0.026ms returns 0x21000000 +T54B0 382:742.581 JLINK_HasError() +T54B0 382:742.617 JLINK_ReadReg(R0) +T54B0 382:742.637 - 0.028ms returns 0x00000000 +T54B0 382:742.657 JLINK_ReadReg(R1) +T54B0 382:742.674 - 0.025ms returns 0x00000001 +T54B0 382:742.693 JLINK_ReadReg(R2) +T54B0 382:742.710 - 0.025ms returns 0x20000404 +T54B0 382:742.729 JLINK_ReadReg(R3) +T54B0 382:742.745 - 0.025ms returns 0x00100000 +T54B0 382:742.764 JLINK_ReadReg(R4) +T54B0 382:742.781 - 0.025ms returns 0x00000000 +T54B0 382:742.800 JLINK_ReadReg(R5) +T54B0 382:742.816 - 0.024ms returns 0x20000018 +T54B0 382:742.835 JLINK_ReadReg(R6) +T54B0 382:742.852 - 0.024ms returns 0x00000000 +T54B0 382:742.870 JLINK_ReadReg(R7) +T54B0 382:742.887 - 0.024ms returns 0x00000000 +T54B0 382:742.906 JLINK_ReadReg(R8) +T54B0 382:742.923 - 0.025ms returns 0x00000000 +T54B0 382:742.941 JLINK_ReadReg(R9) +T54B0 382:742.958 - 0.024ms returns 0x20000160 +T54B0 382:742.977 JLINK_ReadReg(R10) +T54B0 382:742.993 - 0.025ms returns 0x08006850 +T54B0 382:743.012 JLINK_ReadReg(R11) +T54B0 382:743.032 - 0.033ms returns 0x00000000 +T54B0 382:743.058 JLINK_ReadReg(R12) +T54B0 382:743.085 - 0.036ms returns 0x000C0000 +T54B0 382:743.105 JLINK_ReadReg(R13 (SP)) +T54B0 382:743.144 - 0.051ms returns 0x20000F60 +T54B0 382:743.172 JLINK_ReadReg(R14) +T54B0 382:743.194 - 0.032ms returns 0x08001335 +T54B0 382:743.215 JLINK_ReadReg(R15 (PC)) +T54B0 382:743.234 - 0.027ms returns 0x08001484 +T54B0 382:743.253 JLINK_ReadReg(XPSR) +T54B0 382:743.270 - 0.025ms returns 0x21000000 +T54B0 382:743.289 JLINK_ReadReg(MSP) +T54B0 382:743.306 - 0.025ms returns 0x20000F60 +T54B0 382:743.325 JLINK_ReadReg(PSP) +T54B0 382:743.342 - 0.025ms returns 0x20001000 +T54B0 382:743.361 JLINK_ReadReg(CFBP) +T54B0 382:743.380 - 0.031ms returns 0x00000000 +T4AF4 382:743.758 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:743.790 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 382:745.165 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 382:745.204 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 382:745.230 Data: E5 3E 00 08 +T4AF4 382:745.255 - 1.506ms returns 4 (0x4) +T4AF4 382:745.286 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:745.307 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 382:745.332 Data: 00 00 00 00 +T4AF4 382:745.358 - 0.080ms returns 4 (0x4) +T4AF4 382:745.378 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:745.396 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 382:745.427 Data: E5 3E 00 08 +T4AF4 382:745.457 - 0.086ms returns 4 (0x4) +T4AF4 382:745.475 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:745.494 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 382:746.805 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 382:746.842 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 382:746.867 Data: 3B 55 00 08 +T4AF4 382:746.893 - 1.426ms returns 4 (0x4) +T4AF4 382:746.920 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:746.941 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 382:746.966 Data: 00 00 00 00 +T4AF4 382:746.991 - 0.079ms returns 4 (0x4) +T4AF4 382:747.010 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:747.029 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 382:747.054 Data: 3B 55 00 08 +T4AF4 382:747.078 - 0.076ms returns 4 (0x4) +T4AF4 382:747.099 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:747.120 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 382:748.371 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 382:748.408 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 382:748.433 Data: BB 01 00 08 +T4AF4 382:748.458 - 1.367ms returns 4 (0x4) +T4AF4 382:748.492 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:748.513 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 382:748.538 Data: 04 04 00 20 +T4AF4 382:748.564 - 0.084ms returns 4 (0x4) +T4AF4 382:748.588 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:748.607 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 382:748.632 Data: 08 00 00 00 +T4AF4 382:748.656 - 0.076ms returns 4 (0x4) +T4AF4 382:748.696 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:748.717 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 382:750.095 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 382:750.132 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 382:750.158 Data: 00 00 00 00 +T4AF4 382:750.183 - 1.495ms returns 4 (0x4) +T4AF4 382:750.209 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:750.229 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 382:750.254 Data: 00 00 00 00 +T4AF4 382:750.278 - 0.078ms returns 4 (0x4) +T4AF4 382:750.299 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:750.319 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 382:751.697 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 382:751.783 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 382:751.809 Data: 00 00 00 00 +T4AF4 382:751.833 - 1.543ms returns 4 (0x4) +T4AF4 382:751.859 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:751.880 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 382:751.905 Data: 00 00 00 00 +T4AF4 382:751.929 - 0.079ms returns 4 (0x4) +T4AF4 382:751.950 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:751.968 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 382:751.993 Data: 00 00 00 00 +T4AF4 382:752.017 - 0.075ms returns 4 (0x4) +T4AF4 382:752.037 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 382:752.055 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 382:752.080 Data: 00 00 00 00 +T4AF4 382:752.104 - 0.075ms returns 4 (0x4) +T4AF4 382:752.125 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:752.143 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 382:752.168 Data: 00 00 +T4AF4 382:752.192 - 0.075ms returns 2 (0x2) +T4AF4 382:752.257 JLINK_HasError() +T4AF4 382:752.277 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 382:752.299 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 382:753.499 Data: 62 98 00 00 +T4AF4 382:753.538 Debug reg: DWT_CYCCNT +T4AF4 382:753.563 - 1.294ms returns 1 (0x1) +T4AF4 382:753.785 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 382:753.811 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 382:755.050 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 382:755.088 - 1.312ms returns 28 (0x1C) +T4AF4 382:755.120 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:755.144 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 382:755.614 Data: 0F 00 1C 00 +T4AF4 382:755.640 - 0.528ms returns 4 (0x4) +T4AF4 382:755.662 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 382:755.682 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 382:756.632 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 382:756.714 - 1.061ms returns 76 (0x4C) +T4AF4 382:756.739 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:756.763 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 382:757.914 Data: 31 C6 E5 4A +T4AF4 382:757.951 - 1.220ms returns 4 (0x4) +T4AF4 382:757.976 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:758.000 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 382:758.372 Data: 01 0E 1C 2A +T4AF4 382:758.411 - 0.443ms returns 4 (0x4) +T4AF4 382:758.438 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:758.462 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 382:758.866 Data: 00 00 00 00 +T4AF4 382:758.891 - 0.462ms returns 4 (0x4) +T4AF4 382:758.913 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:758.933 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 382:759.364 Data: 00 00 00 00 +T4AF4 382:759.389 - 0.484ms returns 4 (0x4) +T4AF4 382:759.411 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:759.431 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 382:759.869 Data: 00 00 00 00 +T4AF4 382:759.894 - 0.492ms returns 4 (0x4) +T4AF4 382:759.916 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:759.936 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 382:760.377 Data: 00 00 00 00 +T4AF4 382:760.423 - 0.519ms returns 4 (0x4) +T4AF4 382:760.458 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 382:760.488 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 382:761.397 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 382:761.428 - 0.979ms returns 108 (0x6C) +T4AF4 382:761.452 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 382:761.475 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 382:762.003 Data: AB AA FD 78 +T4AF4 382:762.028 - 0.585ms returns 4 (0x4) +T4AF4 382:795.399 JLINK_ReadMemEx(0x08001484, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:795.455 CPU_ReadMem(64 bytes @ 0x08001480) +T4AF4 382:796.737 -- Updating C cache (64 bytes @ 0x08001480) +T4AF4 382:796.764 -- Read from C cache (60 bytes @ 0x08001484) +T4AF4 382:796.791 Data: 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 80 BD 00 00 ... +T4AF4 382:796.815 - 1.424ms returns 60 (0x3C) +T4AF4 382:796.836 JLINK_ReadMemEx(0x08001484, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:796.854 -- Read from C cache (2 bytes @ 0x08001484) +T4AF4 382:796.879 Data: 8D F8 +T4AF4 382:796.903 - 0.076ms returns 2 (0x2) +T4AF4 382:796.923 JLINK_ReadMemEx(0x08001486, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:796.941 -- Read from C cache (2 bytes @ 0x08001486) +T4AF4 382:796.967 Data: 0F 00 +T4AF4 382:796.991 - 0.076ms returns 2 (0x2) +T4AF4 382:797.019 JLINK_ReadMemEx(0x08001488, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:797.039 CPU_ReadMem(64 bytes @ 0x080014C0) +T4AF4 382:798.378 -- Updating C cache (64 bytes @ 0x080014C0) +T4AF4 382:798.426 -- Read from C cache (60 bytes @ 0x08001488) +T4AF4 382:798.459 Data: FF E7 9D F8 0F 00 04 B0 80 BD 00 00 80 B5 8C B0 ... +T4AF4 382:798.491 - 1.483ms returns 60 (0x3C) +T4AF4 382:798.519 JLINK_ReadMemEx(0x08001488, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:798.542 -- Read from C cache (2 bytes @ 0x08001488) +T4AF4 382:798.567 Data: FF E7 +T4AF4 382:798.591 - 0.080ms returns 2 (0x2) +T4AF4 382:798.611 JLINK_ReadMemEx(0x0800148A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:798.629 -- Read from C cache (2 bytes @ 0x0800148A) +T4AF4 382:798.653 Data: 9D F8 +T4AF4 382:798.677 - 0.074ms returns 2 (0x2) +T4AF4 382:805.512 JLINK_ReadMemEx(0x0800147A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:805.562 CPU_ReadMem(64 bytes @ 0x08001440) +T4AF4 382:806.866 -- Updating C cache (64 bytes @ 0x08001440) +T4AF4 382:806.910 -- Read from C cache (2 bytes @ 0x0800147A) +T4AF4 382:806.936 Data: 48 62 +T4AF4 382:806.961 - 1.457ms returns 2 (0x2) +T4AF4 382:806.985 JLINK_ReadMemEx(0x0800147C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:807.005 -- Read from C cache (60 bytes @ 0x0800147C) +T4AF4 382:807.031 Data: 02 9A 01 21 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 ... +T4AF4 382:807.056 - 0.079ms returns 60 (0x3C) +T4AF4 382:807.075 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.094 -- Read from C cache (2 bytes @ 0x0800147C) +T4AF4 382:807.118 Data: 02 9A +T4AF4 382:807.143 - 0.076ms returns 2 (0x2) +T4AF4 382:807.178 JLINK_ReadMemEx(0x0800147C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:807.197 -- Read from C cache (60 bytes @ 0x0800147C) +T4AF4 382:807.223 Data: 02 9A 01 21 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 ... +T4AF4 382:807.247 - 0.077ms returns 60 (0x3C) +T4AF4 382:807.267 JLINK_ReadMemEx(0x0800147C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.285 -- Read from C cache (2 bytes @ 0x0800147C) +T4AF4 382:807.310 Data: 02 9A +T4AF4 382:807.338 - 0.080ms returns 2 (0x2) +T4AF4 382:807.358 JLINK_ReadMemEx(0x0800147E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.376 -- Read from C cache (2 bytes @ 0x0800147E) +T4AF4 382:807.401 Data: 01 21 +T4AF4 382:807.425 - 0.075ms returns 2 (0x2) +T4AF4 382:807.456 JLINK_ReadMemEx(0x0800147E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.472 -- Read from C cache (2 bytes @ 0x0800147E) +T4AF4 382:807.493 Data: 01 21 +T4AF4 382:807.514 - 0.064ms returns 2 (0x2) +T4AF4 382:807.530 JLINK_ReadMemEx(0x08001480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:807.546 -- Read from C cache (60 bytes @ 0x08001480) +T4AF4 382:807.567 Data: 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 ... +T4AF4 382:807.588 - 0.065ms returns 60 (0x3C) +T4AF4 382:807.604 JLINK_ReadMemEx(0x08001480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.620 -- Read from C cache (2 bytes @ 0x08001480) +T4AF4 382:807.641 Data: 82 F8 +T4AF4 382:807.662 - 0.064ms returns 2 (0x2) +T4AF4 382:807.683 JLINK_ReadMemEx(0x08001480, 0x3C Bytes, Flags = 0x02000000) +T4AF4 382:807.699 -- Read from C cache (60 bytes @ 0x08001480) +T4AF4 382:807.721 Data: 82 F8 20 10 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 ... +T4AF4 382:807.742 - 0.065ms returns 60 (0x3C) +T4AF4 382:807.758 JLINK_ReadMemEx(0x08001480, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.773 -- Read from C cache (2 bytes @ 0x08001480) +T4AF4 382:807.794 Data: 82 F8 +T4AF4 382:807.815 - 0.064ms returns 2 (0x2) +T4AF4 382:807.832 JLINK_ReadMemEx(0x08001482, 0x2 Bytes, Flags = 0x02000000) +T4AF4 382:807.848 -- Read from C cache (2 bytes @ 0x08001482) +T4AF4 382:807.869 Data: 20 10 +T4AF4 382:807.889 - 0.064ms returns 2 (0x2) +T54B0 383:597.562 JLINK_ReadMemEx(0x08001484, 0x2 Bytes, Flags = 0x02000000) +T54B0 383:597.614 -- Read from C cache (2 bytes @ 0x08001484) +T54B0 383:597.641 Data: 8D F8 +T54B0 383:597.667 - 0.114ms returns 2 (0x2) +T54B0 383:597.688 JLINK_HasError() +T54B0 383:597.710 JLINK_Step() +T54B0 383:598.797 -- Read from C cache (2 bytes @ 0x08001484) +T54B0 383:598.837 -- Read from C cache (2 bytes @ 0x08001486) +T54B0 383:598.863 -- Not simulated +T54B0 383:602.079 - 4.391ms returns 0 +T54B0 383:602.117 JLINK_HasError() +T54B0 383:602.138 JLINK_ReadReg(R15 (PC)) +T54B0 383:602.158 - 0.029ms returns 0x08001488 +T54B0 383:602.178 JLINK_ReadReg(XPSR) +T54B0 383:602.196 - 0.026ms returns 0x21000000 +T54B0 383:602.223 JLINK_HasError() +T54B0 383:602.243 JLINK_Step() +T54B0 383:602.270 CPU_ReadMem(64 bytes @ 0x08001480) +T54B0 383:603.688 -- Updating C cache (64 bytes @ 0x08001480) +T54B0 383:603.725 -- Read from C cache (2 bytes @ 0x08001488) +T54B0 383:603.753 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 383:604.135 -- Simulated +T54B0 383:604.177 - 1.943ms returns 0 +T54B0 383:604.200 JLINK_HasError() +T54B0 383:604.222 JLINK_ReadReg(R15 (PC)) +T54B0 383:604.241 - 0.027ms returns 0x0800148A +T54B0 383:604.260 JLINK_ReadReg(XPSR) +T54B0 383:604.285 - 0.033ms returns 0x21000000 +T54B0 383:605.443 JLINK_HasError() +T54B0 383:605.465 JLINK_ReadReg(R0) +T54B0 383:605.481 - 0.022ms returns 0x00000000 +T54B0 383:605.497 JLINK_ReadReg(R1) +T54B0 383:605.512 - 0.021ms returns 0x00000001 +T54B0 383:605.528 JLINK_ReadReg(R2) +T54B0 383:605.542 - 0.021ms returns 0x20000404 +T54B0 383:605.558 JLINK_ReadReg(R3) +T54B0 383:605.572 - 0.021ms returns 0x00100000 +T54B0 383:605.588 JLINK_ReadReg(R4) +T54B0 383:605.602 - 0.021ms returns 0x00000000 +T54B0 383:605.618 JLINK_ReadReg(R5) +T54B0 383:605.633 - 0.021ms returns 0x20000018 +T54B0 383:605.649 JLINK_ReadReg(R6) +T54B0 383:605.663 - 0.021ms returns 0x00000000 +T54B0 383:605.679 JLINK_ReadReg(R7) +T54B0 383:605.693 - 0.021ms returns 0x00000000 +T54B0 383:605.709 JLINK_ReadReg(R8) +T54B0 383:605.723 - 0.021ms returns 0x00000000 +T54B0 383:605.739 JLINK_ReadReg(R9) +T54B0 383:605.753 - 0.021ms returns 0x20000160 +T54B0 383:605.769 JLINK_ReadReg(R10) +T54B0 383:605.783 - 0.021ms returns 0x08006850 +T54B0 383:605.799 JLINK_ReadReg(R11) +T54B0 383:605.813 - 0.021ms returns 0x00000000 +T54B0 383:605.829 JLINK_ReadReg(R12) +T54B0 383:605.843 - 0.021ms returns 0x000C0000 +T54B0 383:605.859 JLINK_ReadReg(R13 (SP)) +T54B0 383:605.874 - 0.021ms returns 0x20000F60 +T54B0 383:605.890 JLINK_ReadReg(R14) +T54B0 383:605.904 - 0.021ms returns 0x08001335 +T54B0 383:605.920 JLINK_ReadReg(R15 (PC)) +T54B0 383:605.934 - 0.021ms returns 0x0800148A +T54B0 383:605.950 JLINK_ReadReg(XPSR) +T54B0 383:605.965 - 0.021ms returns 0x21000000 +T54B0 383:605.981 JLINK_ReadReg(MSP) +T54B0 383:605.995 - 0.021ms returns 0x20000F60 +T54B0 383:606.011 JLINK_ReadReg(PSP) +T54B0 383:606.025 - 0.021ms returns 0x20001000 +T54B0 383:606.041 JLINK_ReadReg(CFBP) +T54B0 383:606.055 - 0.021ms returns 0x00000000 +T4AF4 383:606.522 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:606.564 CPU_ReadMem(64 bytes @ 0x20000F40) +T4AF4 383:607.963 -- Updating C cache (64 bytes @ 0x20000F40) +T4AF4 383:608.047 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 383:608.073 Data: E5 3E 00 08 +T4AF4 383:608.098 - 1.584ms returns 4 (0x4) +T4AF4 383:608.127 JLINK_ReadMemEx(0x20000F70, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:608.148 -- Read from C cache (4 bytes @ 0x20000F70) +T4AF4 383:608.173 Data: 00 00 00 00 +T4AF4 383:608.200 - 0.081ms returns 4 (0x4) +T4AF4 383:608.219 JLINK_ReadMemEx(0x20000F74, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:608.238 -- Read from C cache (4 bytes @ 0x20000F74) +T4AF4 383:608.263 Data: E5 3E 00 08 +T4AF4 383:608.287 - 0.076ms returns 4 (0x4) +T4AF4 383:608.308 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:608.329 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 383:609.691 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 383:609.729 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 383:609.755 Data: 3B 55 00 08 +T4AF4 383:609.780 - 1.480ms returns 4 (0x4) +T4AF4 383:609.807 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:609.828 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 383:609.853 Data: 00 00 00 00 +T4AF4 383:609.877 - 0.078ms returns 4 (0x4) +T4AF4 383:609.897 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:609.915 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 383:609.940 Data: 3B 55 00 08 +T4AF4 383:609.964 - 0.075ms returns 4 (0x4) +T4AF4 383:609.985 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:610.006 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 383:611.254 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 383:611.288 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 383:611.314 Data: BB 01 00 08 +T4AF4 383:611.338 - 1.362ms returns 4 (0x4) +T4AF4 383:611.372 JLINK_ReadMemEx(0x20000F68, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:611.392 -- Read from C cache (4 bytes @ 0x20000F68) +T4AF4 383:611.417 Data: 04 04 00 20 +T4AF4 383:611.442 - 0.078ms returns 4 (0x4) +T4AF4 383:611.462 JLINK_ReadMemEx(0x20000F64, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:611.488 -- Read from C cache (4 bytes @ 0x20000F64) +T4AF4 383:611.517 Data: 08 00 00 00 +T4AF4 383:611.542 - 0.088ms returns 4 (0x4) +T4AF4 383:611.583 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:611.604 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 383:612.899 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 383:612.929 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 383:612.954 Data: 00 00 00 00 +T4AF4 383:612.979 - 1.404ms returns 4 (0x4) +T4AF4 383:613.002 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:613.021 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 383:613.046 Data: 00 00 00 00 +T4AF4 383:613.070 - 0.077ms returns 4 (0x4) +T4AF4 383:613.091 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:613.111 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 383:613.787 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 383:613.816 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 383:613.842 Data: 00 00 00 00 +T4AF4 383:613.866 - 0.784ms returns 4 (0x4) +T4AF4 383:613.889 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:613.909 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 383:613.934 Data: 00 00 00 00 +T4AF4 383:613.958 - 0.077ms returns 4 (0x4) +T4AF4 383:613.978 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:614.058 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 383:614.083 Data: 00 00 00 00 +T4AF4 383:614.107 - 0.137ms returns 4 (0x4) +T4AF4 383:614.127 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 383:614.145 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 383:614.175 Data: 00 00 00 00 +T4AF4 383:614.196 - 0.076ms returns 4 (0x4) +T4AF4 383:614.213 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:614.229 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 383:614.250 Data: 00 00 +T4AF4 383:614.270 - 0.064ms returns 2 (0x2) +T4AF4 383:614.327 JLINK_HasError() +T4AF4 383:614.344 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 383:614.362 Data: 64 98 00 00 +T4AF4 383:614.383 Debug reg: DWT_CYCCNT +T4AF4 383:614.404 - 0.067ms returns 1 (0x1) +T4AF4 383:614.600 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 383:614.620 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 383:615.819 Data: 11 00 01 00 09 04 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 383:615.855 - 1.263ms returns 28 (0x1C) +T4AF4 383:615.880 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:615.904 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 383:616.372 Data: 0F 00 1C 00 +T4AF4 383:616.400 - 0.528ms returns 4 (0x4) +T4AF4 383:616.422 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 383:616.442 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 383:617.417 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 383:617.503 - 1.102ms returns 76 (0x4C) +T4AF4 383:617.568 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:617.589 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 383:618.696 Data: 31 C6 E5 4A +T4AF4 383:618.732 - 1.172ms returns 4 (0x4) +T4AF4 383:618.757 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:618.781 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 383:619.274 Data: 01 0E 1C 2A +T4AF4 383:619.300 - 0.551ms returns 4 (0x4) +T4AF4 383:619.321 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:619.341 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 383:619.753 Data: 00 00 00 00 +T4AF4 383:619.778 - 0.465ms returns 4 (0x4) +T4AF4 383:619.800 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:619.819 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 383:620.251 Data: 00 00 00 00 +T4AF4 383:620.276 - 0.485ms returns 4 (0x4) +T4AF4 383:620.298 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:620.318 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 383:620.752 Data: 00 00 00 00 +T4AF4 383:620.778 - 0.488ms returns 4 (0x4) +T4AF4 383:620.799 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:620.824 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 383:621.253 Data: 00 00 00 00 +T4AF4 383:621.278 - 0.487ms returns 4 (0x4) +T4AF4 383:621.299 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 383:621.320 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 383:622.432 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 383:622.517 - 1.237ms returns 108 (0x6C) +T4AF4 383:622.551 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 383:622.571 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 383:623.720 Data: AB AA FD 78 +T4AF4 383:623.757 - 1.214ms returns 4 (0x4) +T4AF4 383:659.350 JLINK_ReadMemEx(0x08001484, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:659.399 -- Read from C cache (60 bytes @ 0x08001484) +T4AF4 383:659.428 Data: 8D F8 0F 00 FF E7 9D F8 0F 00 04 B0 80 BD 00 00 ... +T4AF4 383:659.452 - 0.111ms returns 60 (0x3C) +T4AF4 383:659.472 JLINK_ReadMemEx(0x08001484, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:659.491 -- Read from C cache (2 bytes @ 0x08001484) +T4AF4 383:659.516 Data: 8D F8 +T4AF4 383:659.541 - 0.077ms returns 2 (0x2) +T4AF4 383:659.561 JLINK_ReadMemEx(0x08001486, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:659.579 -- Read from C cache (2 bytes @ 0x08001486) +T4AF4 383:659.604 Data: 0F 00 +T4AF4 383:659.630 - 0.077ms returns 2 (0x2) +T4AF4 383:659.650 JLINK_ReadMemEx(0x08001488, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:659.676 CPU_ReadMem(64 bytes @ 0x080014C0) +T4AF4 383:661.018 -- Updating C cache (64 bytes @ 0x080014C0) +T4AF4 383:661.058 -- Read from C cache (60 bytes @ 0x08001488) +T4AF4 383:661.085 Data: FF E7 9D F8 0F 00 04 B0 80 BD 00 00 80 B5 8C B0 ... +T4AF4 383:661.110 - 1.468ms returns 60 (0x3C) +T4AF4 383:661.132 JLINK_ReadMemEx(0x08001488, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.152 -- Read from C cache (2 bytes @ 0x08001488) +T4AF4 383:661.177 Data: FF E7 +T4AF4 383:661.202 - 0.078ms returns 2 (0x2) +T4AF4 383:661.222 JLINK_ReadMemEx(0x0800148A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.240 -- Read from C cache (2 bytes @ 0x0800148A) +T4AF4 383:661.265 Data: 9D F8 +T4AF4 383:661.290 - 0.076ms returns 2 (0x2) +T4AF4 383:661.351 JLINK_ReadMemEx(0x0800148A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.370 -- Read from C cache (2 bytes @ 0x0800148A) +T4AF4 383:661.405 Data: 9D F8 +T4AF4 383:661.429 - 0.086ms returns 2 (0x2) +T4AF4 383:661.448 JLINK_ReadMemEx(0x0800148C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:661.467 -- Read from C cache (60 bytes @ 0x0800148C) +T4AF4 383:661.493 Data: 0F 00 04 B0 80 BD 00 00 80 B5 8C B0 0B 90 00 20 ... +T4AF4 383:661.517 - 0.077ms returns 60 (0x3C) +T4AF4 383:661.537 JLINK_ReadMemEx(0x0800148C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.555 -- Read from C cache (2 bytes @ 0x0800148C) +T4AF4 383:661.580 Data: 0F 00 +T4AF4 383:661.604 - 0.076ms returns 2 (0x2) +T4AF4 383:661.630 JLINK_ReadMemEx(0x0800148E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.648 -- Read from C cache (2 bytes @ 0x0800148E) +T4AF4 383:661.673 Data: 04 B0 +T4AF4 383:661.697 - 0.076ms returns 2 (0x2) +T4AF4 383:661.717 JLINK_ReadMemEx(0x08001490, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:661.735 -- Read from C cache (60 bytes @ 0x08001490) +T4AF4 383:661.761 Data: 80 BD 00 00 80 B5 8C B0 0B 90 00 20 0A 90 09 90 ... +T4AF4 383:661.785 - 0.076ms returns 60 (0x3C) +T4AF4 383:661.804 JLINK_ReadMemEx(0x08001490, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:661.822 -- Read from C cache (2 bytes @ 0x08001490) +T4AF4 383:661.847 Data: 80 BD +T4AF4 383:661.871 - 0.075ms returns 2 (0x2) +T4AF4 383:661.897 JLINK_ReadMemEx(0x08001490, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:661.915 -- Read from C cache (60 bytes @ 0x08001490) +T4AF4 383:661.941 Data: 80 BD 00 00 80 B5 8C B0 0B 90 00 20 0A 90 09 90 ... +T4AF4 383:661.965 - 0.076ms returns 60 (0x3C) +T4AF4 383:661.984 JLINK_ReadMemEx(0x08001490, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.003 -- Read from C cache (2 bytes @ 0x08001490) +T4AF4 383:662.027 Data: 80 BD +T4AF4 383:662.071 - 0.094ms returns 2 (0x2) +T4AF4 383:662.090 JLINK_ReadMemEx(0x08001492, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.238 -- Read from C cache (2 bytes @ 0x08001492) +T4AF4 383:662.265 Data: 00 00 +T4AF4 383:662.289 - 0.207ms returns 2 (0x2) +T4AF4 383:662.322 JLINK_ReadMemEx(0x08001492, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.341 -- Read from C cache (2 bytes @ 0x08001492) +T4AF4 383:662.366 Data: 00 00 +T4AF4 383:662.390 - 0.078ms returns 2 (0x2) +T4AF4 383:662.411 JLINK_ReadMemEx(0x08001494, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:662.430 -- Read from C cache (60 bytes @ 0x08001494) +T4AF4 383:662.455 Data: 80 B5 8C B0 0B 90 00 20 0A 90 09 90 08 90 07 90 ... +T4AF4 383:662.479 - 0.076ms returns 60 (0x3C) +T4AF4 383:662.505 JLINK_ReadMemEx(0x08001494, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.520 -- Read from C cache (2 bytes @ 0x08001494) +T4AF4 383:662.541 Data: 80 B5 +T4AF4 383:662.562 - 0.070ms returns 2 (0x2) +T4AF4 383:662.584 JLINK_ReadMemEx(0x08001494, 0x3C Bytes, Flags = 0x02000000) +T4AF4 383:662.600 -- Read from C cache (60 bytes @ 0x08001494) +T4AF4 383:662.621 Data: 80 B5 8C B0 0B 90 00 20 0A 90 09 90 08 90 07 90 ... +T4AF4 383:662.642 - 0.065ms returns 60 (0x3C) +T4AF4 383:662.658 JLINK_ReadMemEx(0x08001494, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.674 -- Read from C cache (2 bytes @ 0x08001494) +T4AF4 383:662.695 Data: 80 B5 +T4AF4 383:662.715 - 0.064ms returns 2 (0x2) +T4AF4 383:662.732 JLINK_ReadMemEx(0x08001496, 0x2 Bytes, Flags = 0x02000000) +T4AF4 383:662.747 -- Read from C cache (2 bytes @ 0x08001496) +T4AF4 383:662.768 Data: 8C B0 +T4AF4 383:662.789 - 0.064ms returns 2 (0x2) +T54B0 384:895.074 JLINK_ReadMemEx(0x0800148A, 0x2 Bytes, Flags = 0x02000000) +T54B0 384:895.144 -- Read from C cache (2 bytes @ 0x0800148A) +T54B0 384:895.185 Data: 9D F8 +T54B0 384:895.218 - 0.154ms returns 2 (0x2) +T54B0 384:895.242 JLINK_HasError() +T54B0 384:895.270 JLINK_Step() +T54B0 384:896.345 -- Read from C cache (2 bytes @ 0x0800148A) +T54B0 384:896.396 -- Read from C cache (2 bytes @ 0x0800148C) +T54B0 384:896.421 -- Not simulated +T54B0 384:896.468 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 384:900.374 - 5.151ms returns 0 +T54B0 384:900.436 JLINK_HasError() +T54B0 384:900.457 JLINK_ReadReg(R15 (PC)) +T54B0 384:900.477 - 0.029ms returns 0x0800148E +T54B0 384:900.497 JLINK_ReadReg(XPSR) +T54B0 384:900.514 - 0.025ms returns 0x21000000 +T54B0 384:900.541 JLINK_HasError() +T54B0 384:900.561 JLINK_Step() +T54B0 384:900.586 CPU_ReadMem(64 bytes @ 0x08001480) +T54B0 384:901.833 -- Updating C cache (64 bytes @ 0x08001480) +T54B0 384:901.870 -- Read from C cache (2 bytes @ 0x0800148E) +T54B0 384:901.897 CPU_ReadMem(4 bytes @ 0xE0001004) +T54B0 384:902.356 -- Simulated +T54B0 384:902.381 - 1.828ms returns 0 +T54B0 384:902.403 JLINK_HasError() +T54B0 384:902.422 JLINK_ReadReg(R15 (PC)) +T54B0 384:902.440 - 0.027ms returns 0x08001490 +T54B0 384:902.460 JLINK_ReadReg(XPSR) +T54B0 384:902.477 - 0.025ms returns 0x21000000 +T54B0 384:902.500 JLINK_HasError() +T54B0 384:902.519 JLINK_Step() +T54B0 384:902.538 -- Read from C cache (2 bytes @ 0x08001490) +T54B0 384:902.566 CPU_ReadMem(64 bytes @ 0x20000F40) +T54B0 384:903.325 -- Updating C cache (64 bytes @ 0x20000F40) +T54B0 384:903.351 -- Read from C cache (8 bytes @ 0x20000F70) +T54B0 384:903.379 -- Simulated +T54B0 384:903.403 - 0.892ms returns 0 +T54B0 384:903.423 JLINK_HasError() +T54B0 384:903.442 JLINK_ReadReg(R15 (PC)) +T54B0 384:903.459 - 0.025ms returns 0x08003EE4 +T54B0 384:903.478 JLINK_ReadReg(XPSR) +T54B0 384:903.495 - 0.025ms returns 0x21000000 +T54B0 384:903.517 JLINK_HasError() +T54B0 384:903.536 JLINK_SetBPEx(Addr = 0x08003EE8, Type = 0xFFFFFFF2) +T54B0 384:903.554 - 0.027ms returns 0x00000009 +T54B0 384:903.574 JLINK_HasError() +T54B0 384:903.592 JLINK_HasError() +T54B0 384:903.611 JLINK_Go() +T54B0 384:903.639 CPU_ReadMem(4 bytes @ 0xE0001000) +T54B0 384:904.744 CPU_WriteMem(4 bytes @ 0xE0002008) +T54B0 384:905.203 CPU_WriteMem(4 bytes @ 0xE0001004) +T54B0 384:906.456 - 2.876ms +T54B0 385:007.214 JLINK_HasError() +T54B0 385:007.318 JLINK_IsHalted() +T54B0 385:008.440 - 1.142ms returns FALSE +T54B0 385:108.763 JLINK_HasError() +T54B0 385:108.858 JLINK_IsHalted() +T54B0 385:109.916 - 1.067ms returns FALSE +T54B0 385:210.621 JLINK_HasError() +T54B0 385:210.687 JLINK_IsHalted() +T54B0 385:211.814 - 1.181ms returns FALSE +T54B0 385:312.757 JLINK_HasError() +T54B0 385:312.807 JLINK_IsHalted() +T54B0 385:313.829 - 1.047ms returns FALSE +T54B0 385:414.700 JLINK_HasError() +T54B0 385:414.740 JLINK_IsHalted() +T54B0 385:415.816 - 1.095ms returns FALSE +T54B0 385:516.769 JLINK_HasError() +T54B0 385:516.859 JLINK_IsHalted() +T54B0 385:517.802 - 0.970ms returns FALSE +T54B0 385:618.816 JLINK_HasError() +T54B0 385:618.858 JLINK_IsHalted() +T54B0 385:619.889 - 1.058ms returns FALSE +T54B0 385:720.890 JLINK_HasError() +T54B0 385:720.964 JLINK_IsHalted() +T54B0 385:722.096 - 1.159ms returns FALSE +T54B0 385:822.601 JLINK_HasError() +T54B0 385:822.693 JLINK_IsHalted() +T54B0 385:823.763 - 1.089ms returns FALSE +T54B0 385:924.483 JLINK_HasError() +T54B0 385:924.571 JLINK_IsHalted() +T54B0 385:925.688 - 1.135ms returns FALSE +T54B0 386:026.844 JLINK_HasError() +T54B0 386:026.935 JLINK_IsHalted() +T54B0 386:028.089 - 1.172ms returns FALSE +T54B0 386:129.041 JLINK_HasError() +T54B0 386:129.108 JLINK_IsHalted() +T54B0 386:130.178 - 1.088ms returns FALSE +T54B0 386:231.269 JLINK_HasError() +T54B0 386:231.362 JLINK_IsHalted() +T54B0 386:232.499 - 1.185ms returns FALSE +T54B0 386:333.253 JLINK_HasError() +T54B0 386:333.296 JLINK_IsHalted() +T54B0 386:334.455 - 1.196ms returns FALSE +T54B0 386:435.108 JLINK_HasError() +T54B0 386:435.175 JLINK_IsHalted() +T54B0 386:436.204 - 1.048ms returns FALSE +T54B0 386:537.035 JLINK_HasError() +T54B0 386:537.123 JLINK_IsHalted() +T54B0 386:538.228 - 1.124ms returns FALSE +T54B0 386:639.241 JLINK_HasError() +T54B0 386:639.291 JLINK_IsHalted() +T54B0 386:640.418 - 1.150ms returns FALSE +T54B0 386:740.629 JLINK_HasError() +T54B0 386:740.723 JLINK_IsHalted() +T54B0 386:741.922 - 1.221ms returns FALSE +T54B0 386:842.644 JLINK_HasError() +T54B0 386:842.773 JLINK_IsHalted() +T54B0 386:843.769 - 1.016ms returns FALSE +T54B0 386:944.281 JLINK_HasError() +T54B0 386:944.368 JLINK_IsHalted() +T54B0 386:945.504 - 1.183ms returns FALSE +T54B0 387:045.792 JLINK_HasError() +T54B0 387:045.885 JLINK_IsHalted() +T54B0 387:047.075 - 1.210ms returns FALSE +T54B0 387:147.289 JLINK_HasError() +T54B0 387:147.342 JLINK_IsHalted() +T54B0 387:148.433 - 1.111ms returns FALSE +T54B0 387:248.947 JLINK_HasError() +T54B0 387:249.001 JLINK_IsHalted() +T54B0 387:250.023 - 1.042ms returns FALSE +T54B0 387:351.082 JLINK_HasError() +T54B0 387:351.131 JLINK_IsHalted() +T54B0 387:352.243 - 1.120ms returns FALSE +T54B0 387:453.321 JLINK_HasError() +T54B0 387:453.409 JLINK_IsHalted() +T54B0 387:454.533 - 1.144ms returns FALSE +T54B0 387:555.159 JLINK_HasError() +T54B0 387:555.249 JLINK_IsHalted() +T54B0 387:556.429 - 1.229ms returns FALSE +T54B0 387:657.348 JLINK_HasError() +T54B0 387:657.444 JLINK_IsHalted() +T54B0 387:658.408 - 0.983ms returns FALSE +T54B0 387:759.206 JLINK_HasError() +T54B0 387:759.266 JLINK_IsHalted() +T54B0 387:760.326 - 1.080ms returns FALSE +T54B0 387:861.028 JLINK_HasError() +T54B0 387:861.073 JLINK_IsHalted() +T54B0 387:862.267 - 1.217ms returns FALSE +T54B0 387:962.582 JLINK_HasError() +T54B0 387:962.713 JLINK_IsHalted() +T54B0 387:963.811 - 1.118ms returns FALSE +T54B0 388:064.827 JLINK_HasError() +T54B0 388:064.877 JLINK_IsHalted() +T54B0 388:065.987 - 1.131ms returns FALSE +T54B0 388:166.365 JLINK_HasError() +T54B0 388:166.419 JLINK_IsHalted() +T54B0 388:167.551 - 1.181ms returns FALSE +T54B0 388:268.035 JLINK_HasError() +T54B0 388:268.101 JLINK_IsHalted() +T54B0 388:269.124 - 1.042ms returns FALSE +T54B0 388:369.615 JLINK_HasError() +T54B0 388:369.733 JLINK_IsHalted() +T54B0 388:370.864 - 1.146ms returns FALSE +T54B0 388:471.588 JLINK_HasError() +T54B0 388:471.691 JLINK_IsHalted() +T54B0 388:472.832 - 1.191ms returns FALSE +T54B0 388:573.123 JLINK_HasError() +T54B0 388:573.186 JLINK_IsHalted() +T54B0 388:574.261 - 1.103ms returns FALSE +T54B0 388:674.991 JLINK_HasError() +T54B0 388:675.049 JLINK_IsHalted() +T54B0 388:676.170 - 1.139ms returns FALSE +T54B0 388:776.833 JLINK_HasError() +T54B0 388:776.886 JLINK_IsHalted() +T54B0 388:777.854 - 0.988ms returns FALSE +T54B0 388:878.860 JLINK_HasError() +T54B0 388:878.912 JLINK_IsHalted() +T54B0 388:879.893 - 1.025ms returns FALSE +T54B0 388:980.632 JLINK_HasError() +T54B0 388:980.678 JLINK_IsHalted() +T54B0 388:981.842 - 1.208ms returns FALSE +T54B0 389:082.410 JLINK_HasError() +T54B0 389:082.458 JLINK_IsHalted() +T54B0 389:083.596 - 1.176ms returns FALSE +T54B0 389:183.854 JLINK_HasError() +T54B0 389:183.945 JLINK_IsHalted() +T54B0 389:185.057 - 1.136ms returns FALSE +T54B0 389:285.269 JLINK_HasError() +T54B0 389:285.360 JLINK_IsHalted() +T54B0 389:286.593 - 1.284ms returns FALSE +T54B0 389:387.132 JLINK_HasError() +T54B0 389:387.182 JLINK_IsHalted() +T54B0 389:388.238 - 1.075ms returns FALSE +T54B0 389:489.413 JLINK_HasError() +T54B0 389:489.506 JLINK_IsHalted() +T54B0 389:490.698 - 1.223ms returns FALSE +T54B0 389:591.026 JLINK_HasError() +T54B0 389:591.070 JLINK_IsHalted() +T54B0 389:592.073 - 1.022ms returns FALSE +T54B0 389:693.259 JLINK_HasError() +T54B0 389:693.352 JLINK_IsHalted() +T54B0 389:694.527 - 1.222ms returns FALSE +T54B0 389:794.927 JLINK_HasError() +T54B0 389:795.010 JLINK_IsHalted() +T54B0 389:796.261 - 1.301ms returns FALSE +T54B0 389:897.028 JLINK_HasError() +T54B0 389:897.069 JLINK_IsHalted() +T54B0 389:898.098 - 1.054ms returns FALSE +T54B0 389:998.714 JLINK_HasError() +T54B0 389:998.763 JLINK_IsHalted() +T54B0 389:999.762 - 1.018ms returns FALSE +T54B0 390:100.354 JLINK_HasError() +T54B0 390:100.456 JLINK_IsHalted() +T54B0 390:101.549 - 1.112ms returns FALSE +T54B0 390:201.750 JLINK_HasError() +T54B0 390:201.841 JLINK_IsHalted() +T54B0 390:203.078 - 1.281ms returns FALSE +T54B0 390:304.016 JLINK_HasError() +T54B0 390:304.067 JLINK_IsHalted() +T54B0 390:305.147 - 1.100ms returns FALSE +T54B0 390:405.589 JLINK_HasError() +T54B0 390:405.642 JLINK_IsHalted() +T54B0 390:406.770 - 1.148ms returns FALSE +T54B0 390:506.991 JLINK_HasError() +T54B0 390:507.084 JLINK_IsHalted() +T54B0 390:508.238 - 1.193ms returns FALSE +T54B0 390:608.929 JLINK_HasError() +T54B0 390:609.017 JLINK_IsHalted() +T54B0 390:610.157 - 1.184ms returns FALSE +T54B0 390:710.636 JLINK_HasError() +T54B0 390:710.729 JLINK_IsHalted() +T54B0 390:711.776 - 1.068ms returns FALSE +T54B0 390:812.459 JLINK_HasError() +T54B0 390:812.551 JLINK_IsHalted() +T54B0 390:813.754 - 1.224ms returns FALSE +T54B0 390:913.957 JLINK_HasError() +T54B0 390:914.049 JLINK_IsHalted() +T54B0 390:915.199 - 1.172ms returns FALSE +T54B0 391:015.752 JLINK_HasError() +T54B0 391:015.802 JLINK_IsHalted() +T54B0 391:016.879 - 1.096ms returns FALSE +T54B0 391:117.068 JLINK_HasError() +T54B0 391:117.118 JLINK_IsHalted() +T54B0 391:118.242 - 1.143ms returns FALSE +T54B0 391:219.271 JLINK_HasError() +T54B0 391:219.365 JLINK_IsHalted() +T54B0 391:220.557 - 1.232ms returns FALSE +T54B0 391:321.497 JLINK_HasError() +T54B0 391:321.592 JLINK_IsHalted() +T54B0 391:322.802 - 1.254ms returns FALSE +T54B0 391:423.085 JLINK_HasError() +T54B0 391:423.188 JLINK_IsHalted() +T54B0 391:424.269 - 1.129ms returns FALSE +T54B0 391:524.968 JLINK_HasError() +T54B0 391:525.020 JLINK_IsHalted() +T54B0 391:526.075 - 1.078ms returns FALSE +T54B0 391:626.286 JLINK_HasError() +T54B0 391:626.380 JLINK_IsHalted() +T54B0 391:627.614 - 1.269ms returns FALSE +T54B0 391:728.221 JLINK_HasError() +T54B0 391:728.311 JLINK_IsHalted() +T54B0 391:729.462 - 1.170ms returns FALSE +T54B0 391:830.156 JLINK_HasError() +T54B0 391:830.199 JLINK_IsHalted() +T54B0 391:831.436 - 1.263ms returns FALSE +T54B0 391:931.840 JLINK_HasError() +T54B0 391:931.936 JLINK_IsHalted() +T54B0 391:933.051 - 1.135ms returns FALSE +T54B0 392:033.594 JLINK_HasError() +T54B0 392:033.644 JLINK_IsHalted() +T54B0 392:034.846 - 1.257ms returns FALSE +T54B0 392:135.204 JLINK_HasError() +T54B0 392:135.250 JLINK_IsHalted() +T54B0 392:136.357 - 1.136ms returns FALSE +T54B0 392:236.897 JLINK_HasError() +T54B0 392:236.947 JLINK_IsHalted() +T54B0 392:237.948 - 1.008ms returns FALSE +T54B0 392:338.522 JLINK_HasError() +T54B0 392:338.584 JLINK_IsHalted() +T54B0 392:339.627 - 1.068ms returns FALSE +T54B0 392:440.409 JLINK_HasError() +T54B0 392:440.511 JLINK_IsHalted() +T54B0 392:441.627 - 1.166ms returns FALSE +T54B0 392:541.888 JLINK_HasError() +T54B0 392:541.980 JLINK_IsHalted() +T54B0 392:543.144 - 1.184ms returns FALSE +T54B0 392:643.312 JLINK_HasError() +T54B0 392:643.363 JLINK_IsHalted() +T54B0 392:644.436 - 1.093ms returns FALSE +T54B0 392:744.646 JLINK_HasError() +T54B0 392:744.740 JLINK_IsHalted() +T54B0 392:745.993 - 1.273ms returns FALSE +T54B0 392:846.458 JLINK_HasError() +T54B0 392:846.535 JLINK_IsHalted() +T54B0 392:847.697 - 1.206ms returns FALSE +T54B0 392:948.931 JLINK_HasError() +T54B0 392:949.022 JLINK_IsHalted() +T54B0 392:950.187 - 1.210ms returns FALSE +T54B0 393:050.409 JLINK_HasError() +T54B0 393:050.498 JLINK_IsHalted() +T54B0 393:051.557 - 1.078ms returns FALSE +T54B0 393:151.990 JLINK_HasError() +T54B0 393:152.041 JLINK_IsHalted() +T54B0 393:153.125 - 1.104ms returns FALSE +T54B0 393:253.838 JLINK_HasError() +T54B0 393:253.884 JLINK_IsHalted() +T54B0 393:255.042 - 1.177ms returns FALSE +T54B0 393:356.224 JLINK_HasError() +T54B0 393:356.316 JLINK_IsHalted() +T54B0 393:357.521 - 1.229ms returns FALSE +T54B0 393:457.705 JLINK_HasError() +T54B0 393:457.750 JLINK_IsHalted() +T54B0 393:458.757 - 1.028ms returns FALSE +T54B0 393:559.895 JLINK_HasError() +T54B0 393:559.987 JLINK_IsHalted() +T54B0 393:561.228 - 1.278ms returns FALSE +T54B0 393:661.916 JLINK_HasError() +T54B0 393:661.961 JLINK_IsHalted() +T54B0 393:663.013 - 1.073ms returns FALSE +T54B0 393:763.977 JLINK_HasError() +T54B0 393:764.027 JLINK_IsHalted() +T54B0 393:765.150 - 1.143ms returns FALSE +T54B0 393:865.389 JLINK_HasError() +T54B0 393:865.480 JLINK_IsHalted() +T54B0 393:866.543 - 1.083ms returns FALSE +T54B0 393:966.745 JLINK_HasError() +T54B0 393:966.837 JLINK_IsHalted() +T54B0 393:967.979 - 1.190ms returns FALSE +T54B0 394:068.946 JLINK_HasError() +T54B0 394:069.040 JLINK_IsHalted() +T54B0 394:070.083 - 1.062ms returns FALSE +T54B0 394:170.653 JLINK_HasError() +T54B0 394:170.703 JLINK_IsHalted() +T54B0 394:171.826 - 1.142ms returns FALSE +T54B0 394:272.299 JLINK_HasError() +T54B0 394:272.388 JLINK_IsHalted() +T54B0 394:273.438 - 1.083ms returns FALSE +T54B0 394:373.626 JLINK_HasError() +T54B0 394:373.718 JLINK_IsHalted() +T54B0 394:374.820 - 1.146ms returns FALSE +T54B0 394:475.565 JLINK_HasError() +T54B0 394:475.609 JLINK_IsHalted() +T54B0 394:476.657 - 1.058ms returns FALSE +T54B0 394:577.217 JLINK_HasError() +T54B0 394:577.289 JLINK_IsHalted() +T54B0 394:578.418 - 1.153ms returns FALSE +T54B0 394:679.221 JLINK_HasError() +T54B0 394:679.286 JLINK_IsHalted() +T54B0 394:680.391 - 1.117ms returns FALSE +T54B0 394:780.726 JLINK_HasError() +T54B0 394:780.773 JLINK_IsHalted() +T54B0 394:781.874 - 1.122ms returns FALSE +T54B0 394:882.827 JLINK_HasError() +T54B0 394:882.905 JLINK_IsHalted() +T54B0 394:884.046 - 1.175ms returns FALSE +T54B0 394:984.584 JLINK_HasError() +T54B0 394:984.629 JLINK_IsHalted() +T54B0 394:985.712 - 1.101ms returns FALSE +T54B0 395:086.524 JLINK_HasError() +T54B0 395:086.571 JLINK_IsHalted() +T54B0 395:087.609 - 1.057ms returns FALSE +T54B0 395:188.287 JLINK_HasError() +T54B0 395:188.336 JLINK_IsHalted() +T54B0 395:189.529 - 1.237ms returns FALSE +T54B0 395:290.459 JLINK_HasError() +T54B0 395:290.509 JLINK_IsHalted() +T54B0 395:291.575 - 1.087ms returns FALSE +T54B0 395:392.167 JLINK_HasError() +T54B0 395:392.219 JLINK_IsHalted() +T54B0 395:393.347 - 1.147ms returns FALSE +T54B0 395:494.440 JLINK_HasError() +T54B0 395:494.532 JLINK_IsHalted() +T54B0 395:495.668 - 1.179ms returns FALSE +T54B0 395:596.405 JLINK_HasError() +T54B0 395:596.451 JLINK_IsHalted() +T54B0 395:597.574 - 1.158ms returns FALSE +T54B0 395:698.272 JLINK_HasError() +T54B0 395:698.322 JLINK_IsHalted() +T54B0 395:699.425 - 1.124ms returns FALSE +T54B0 395:800.139 JLINK_HasError() +T54B0 395:800.234 JLINK_IsHalted() +T54B0 395:801.452 - 1.237ms returns FALSE +T54B0 395:901.695 JLINK_HasError() +T54B0 395:901.783 JLINK_IsHalted() +T54B0 395:902.792 - 1.028ms returns FALSE +T54B0 396:002.992 JLINK_HasError() +T54B0 396:003.083 JLINK_IsHalted() +T54B0 396:004.297 - 1.234ms returns FALSE +T54B0 396:104.544 JLINK_HasError() +T54B0 396:104.595 JLINK_IsHalted() +T54B0 396:105.723 - 1.147ms returns FALSE +T54B0 396:206.155 JLINK_HasError() +T54B0 396:206.242 JLINK_IsHalted() +T54B0 396:207.315 - 1.094ms returns FALSE +T54B0 396:307.491 JLINK_HasError() +T54B0 396:307.584 JLINK_IsHalted() +T54B0 396:308.760 - 1.221ms returns FALSE +T54B0 396:408.934 JLINK_HasError() +T54B0 396:408.985 JLINK_IsHalted() +T54B0 396:410.034 - 1.068ms returns FALSE +T54B0 396:510.364 JLINK_HasError() +T54B0 396:510.457 JLINK_IsHalted() +T54B0 396:511.721 - 1.283ms returns FALSE +T54B0 396:612.660 JLINK_HasError() +T54B0 396:612.711 JLINK_IsHalted() +T54B0 396:613.757 - 1.067ms returns FALSE +T54B0 396:714.461 JLINK_HasError() +T54B0 396:714.556 JLINK_IsHalted() +T54B0 396:715.748 - 1.212ms returns FALSE +T54B0 396:816.465 JLINK_HasError() +T54B0 396:816.546 JLINK_IsHalted() +T54B0 396:817.707 - 1.182ms returns FALSE +T54B0 396:918.322 JLINK_HasError() +T54B0 396:918.378 JLINK_IsHalted() +T54B0 396:919.401 - 1.063ms returns FALSE +T54B0 397:019.498 JLINK_HasError() +T54B0 397:019.550 JLINK_IsHalted() +T54B0 397:020.573 - 1.042ms returns FALSE +T54B0 397:121.382 JLINK_HasError() +T54B0 397:121.430 JLINK_IsHalted() +T54B0 397:122.736 - 1.325ms returns FALSE +T54B0 397:223.891 JLINK_HasError() +T54B0 397:223.943 JLINK_IsHalted() +T54B0 397:225.031 - 1.108ms returns FALSE +T54B0 397:325.185 JLINK_HasError() +T54B0 397:325.278 JLINK_IsHalted() +T54B0 397:326.547 - 1.290ms returns FALSE +T54B0 397:427.319 JLINK_HasError() +T54B0 397:427.379 JLINK_IsHalted() +T54B0 397:428.369 - 1.010ms returns FALSE +T54B0 397:528.711 JLINK_HasError() +T54B0 397:528.765 JLINK_IsHalted() +T54B0 397:529.879 - 1.157ms returns FALSE +T54B0 397:629.987 JLINK_HasError() +T54B0 397:630.046 JLINK_IsHalted() +T54B0 397:631.211 - 1.210ms returns FALSE +T54B0 397:731.433 JLINK_HasError() +T54B0 397:731.494 JLINK_IsHalted() +T54B0 397:732.660 - 1.203ms returns FALSE +T54B0 397:833.274 JLINK_HasError() +T54B0 397:833.317 JLINK_IsHalted() +T54B0 397:834.339 - 1.041ms returns FALSE +T54B0 397:934.730 JLINK_HasError() +T54B0 397:934.824 JLINK_IsHalted() +T54B0 397:935.998 - 1.194ms returns FALSE +T54B0 398:036.251 JLINK_HasError() +T54B0 398:036.301 JLINK_IsHalted() +T54B0 398:037.366 - 1.084ms returns FALSE +T54B0 398:137.689 JLINK_HasError() +T54B0 398:137.775 JLINK_IsHalted() +T54B0 398:138.805 - 1.074ms returns FALSE +T54B0 398:239.173 JLINK_HasError() +T54B0 398:239.225 JLINK_IsHalted() +T54B0 398:240.374 - 1.174ms returns FALSE +T54B0 398:341.581 JLINK_HasError() +T54B0 398:341.630 JLINK_IsHalted() +T54B0 398:342.670 - 1.150ms returns FALSE +T54B0 398:443.054 JLINK_HasError() +T54B0 398:443.148 JLINK_IsHalted() +T54B0 398:444.264 - 1.149ms returns FALSE +T54B0 398:544.817 JLINK_HasError() +T54B0 398:544.864 JLINK_IsHalted() +T54B0 398:545.960 - 1.116ms returns FALSE +T54B0 398:646.902 JLINK_HasError() +T54B0 398:646.966 JLINK_IsHalted() +T54B0 398:647.913 - 0.981ms returns FALSE +T54B0 398:748.699 JLINK_HasError() +T54B0 398:748.789 JLINK_IsHalted() +T54B0 398:749.886 - 1.117ms returns FALSE +T54B0 398:850.121 JLINK_HasError() +T54B0 398:850.217 JLINK_IsHalted() +T54B0 398:851.347 - 1.150ms returns FALSE +T54B0 398:951.496 JLINK_HasError() +T54B0 398:951.582 JLINK_IsHalted() +T54B0 398:952.663 - 1.094ms returns FALSE +T54B0 399:052.996 JLINK_HasError() +T54B0 399:053.043 JLINK_IsHalted() +T54B0 399:054.054 - 1.030ms returns FALSE +T54B0 399:154.332 JLINK_HasError() +T54B0 399:154.382 JLINK_IsHalted() +T54B0 399:155.476 - 1.114ms returns FALSE +T54B0 399:256.184 JLINK_HasError() +T54B0 399:256.243 JLINK_IsHalted() +T54B0 399:257.335 - 1.125ms returns FALSE +T54B0 399:358.115 JLINK_HasError() +T54B0 399:358.245 JLINK_IsHalted() +T54B0 399:359.367 - 1.134ms returns FALSE +T54B0 399:459.584 JLINK_HasError() +T54B0 399:459.674 JLINK_IsHalted() +T54B0 399:460.736 - 1.081ms returns FALSE +T54B0 399:560.994 JLINK_HasError() +T54B0 399:561.085 JLINK_IsHalted() +T54B0 399:562.153 - 1.115ms returns FALSE +T54B0 399:663.092 JLINK_HasError() +T54B0 399:663.143 JLINK_IsHalted() +T54B0 399:664.217 - 1.094ms returns FALSE +T54B0 399:764.599 JLINK_HasError() +T54B0 399:764.681 JLINK_IsHalted() +T54B0 399:765.697 - 1.037ms returns FALSE +T54B0 399:866.299 JLINK_HasError() +T54B0 399:866.390 JLINK_IsHalted() +T54B0 399:867.562 - 1.190ms returns FALSE +T54B0 399:967.752 JLINK_HasError() +T54B0 399:967.845 JLINK_IsHalted() +T54B0 399:968.956 - 1.150ms returns FALSE +T54B0 400:069.608 JLINK_HasError() +T54B0 400:069.703 JLINK_IsHalted() +T54B0 400:070.766 - 1.072ms returns FALSE +T54B0 400:171.312 JLINK_HasError() +T54B0 400:171.399 JLINK_IsHalted() +T54B0 400:172.505 - 1.128ms returns FALSE +T54B0 400:273.372 JLINK_HasError() +T54B0 400:273.466 JLINK_IsHalted() +T54B0 400:274.690 - 1.258ms returns FALSE +T54B0 400:374.949 JLINK_HasError() +T54B0 400:374.999 JLINK_IsHalted() +T54B0 400:376.069 - 1.086ms returns FALSE +T54B0 400:476.784 JLINK_HasError() +T54B0 400:476.831 JLINK_IsHalted() +T54B0 400:477.860 - 1.063ms returns FALSE +T54B0 400:578.237 JLINK_HasError() +T54B0 400:578.326 JLINK_IsHalted() +T54B0 400:579.318 - 1.012ms returns FALSE +T54B0 400:679.961 JLINK_HasError() +T54B0 400:680.051 JLINK_IsHalted() +T54B0 400:681.248 - 1.216ms returns FALSE +T54B0 400:782.149 JLINK_HasError() +T54B0 400:782.202 JLINK_IsHalted() +T54B0 400:783.292 - 1.110ms returns FALSE +T54B0 400:883.496 JLINK_HasError() +T54B0 400:883.588 JLINK_IsHalted() +T54B0 400:884.758 - 1.214ms returns FALSE +T54B0 400:985.342 JLINK_HasError() +T54B0 400:985.389 JLINK_IsHalted() +T54B0 400:986.413 - 1.046ms returns FALSE +T54B0 401:087.169 JLINK_HasError() +T54B0 401:087.300 JLINK_IsHalted() +T54B0 401:088.451 - 1.201ms returns FALSE +T54B0 401:188.769 JLINK_HasError() +T54B0 401:188.860 JLINK_IsHalted() +T54B0 401:189.988 - 1.135ms returns FALSE +T54B0 401:291.038 JLINK_HasError() +T54B0 401:291.140 JLINK_IsHalted() +T54B0 401:292.230 - 1.113ms returns FALSE +T54B0 401:393.177 JLINK_HasError() +T54B0 401:393.228 JLINK_IsHalted() +T54B0 401:394.441 - 1.264ms returns FALSE +T54B0 401:494.807 JLINK_HasError() +T54B0 401:494.897 JLINK_IsHalted() +T54B0 401:495.960 - 1.083ms returns FALSE +T54B0 401:596.214 JLINK_HasError() +T54B0 401:596.306 JLINK_IsHalted() +T54B0 401:597.458 - 1.186ms returns FALSE +T54B0 401:698.360 JLINK_HasError() +T54B0 401:698.452 JLINK_IsHalted() +T54B0 401:699.503 - 1.071ms returns FALSE +T54B0 401:800.269 JLINK_HasError() +T54B0 401:800.410 JLINK_IsHalted() +T54B0 401:801.489 - 1.100ms returns FALSE +T54B0 401:902.258 JLINK_HasError() +T54B0 401:902.303 JLINK_IsHalted() +T54B0 401:903.404 - 1.122ms returns FALSE +T54B0 402:004.186 JLINK_HasError() +T54B0 402:004.278 JLINK_IsHalted() +T54B0 402:005.407 - 1.153ms returns FALSE +T54B0 402:106.415 JLINK_HasError() +T54B0 402:106.467 JLINK_IsHalted() +T54B0 402:107.460 - 1.012ms returns FALSE +T54B0 402:208.051 JLINK_HasError() +T54B0 402:208.145 JLINK_IsHalted() +T54B0 402:209.272 - 1.172ms returns FALSE +T54B0 402:310.007 JLINK_HasError() +T54B0 402:310.098 JLINK_IsHalted() +T54B0 402:311.264 - 1.200ms returns FALSE +T54B0 402:411.791 JLINK_HasError() +T54B0 402:411.859 JLINK_IsHalted() +T54B0 402:412.949 - 1.109ms returns FALSE +T54B0 402:513.687 JLINK_HasError() +T54B0 402:513.775 JLINK_IsHalted() +T54B0 402:514.779 - 1.023ms returns FALSE +T54B0 402:615.116 JLINK_HasError() +T54B0 402:615.166 JLINK_IsHalted() +T54B0 402:616.274 - 1.153ms returns FALSE +T54B0 402:717.250 JLINK_HasError() +T54B0 402:717.341 JLINK_IsHalted() +T54B0 402:718.383 - 1.087ms returns FALSE +T54B0 402:818.560 JLINK_HasError() +T54B0 402:818.657 JLINK_IsHalted() +T54B0 402:819.758 - 1.121ms returns FALSE +T54B0 402:920.643 JLINK_HasError() +T54B0 402:920.732 JLINK_IsHalted() +T54B0 402:921.757 - 1.045ms returns FALSE +T54B0 403:022.469 JLINK_HasError() +T54B0 403:022.519 JLINK_IsHalted() +T54B0 403:023.633 - 1.137ms returns FALSE +T54B0 403:123.831 JLINK_HasError() +T54B0 403:123.923 JLINK_IsHalted() +T54B0 403:125.006 - 1.128ms returns FALSE +T54B0 403:225.981 JLINK_HasError() +T54B0 403:226.070 JLINK_IsHalted() +T54B0 403:227.097 - 1.046ms returns FALSE +T54B0 403:327.234 JLINK_HasError() +T54B0 403:327.327 JLINK_IsHalted() +T54B0 403:328.434 - 1.144ms returns FALSE +T54B0 403:428.654 JLINK_HasError() +T54B0 403:428.702 JLINK_IsHalted() +T54B0 403:429.836 - 1.155ms returns FALSE +T54B0 403:530.448 JLINK_HasError() +T54B0 403:530.535 JLINK_IsHalted() +T54B0 403:531.618 - 1.127ms returns FALSE +T54B0 403:632.375 JLINK_HasError() +T54B0 403:632.465 JLINK_IsHalted() +T54B0 403:633.493 - 1.047ms returns FALSE +T54B0 403:733.861 JLINK_HasError() +T54B0 403:733.953 JLINK_IsHalted() +T54B0 403:735.105 - 1.204ms returns FALSE +T54B0 403:836.134 JLINK_HasError() +T54B0 403:836.228 JLINK_IsHalted() +T54B0 403:837.455 - 1.271ms returns FALSE +T54B0 403:938.220 JLINK_HasError() +T54B0 403:938.330 JLINK_IsHalted() +T54B0 403:939.319 - 1.019ms returns FALSE +T54B0 404:039.686 JLINK_HasError() +T54B0 404:039.736 JLINK_IsHalted() +T54B0 404:040.872 - 1.156ms returns FALSE +T54B0 404:141.695 JLINK_HasError() +T54B0 404:141.837 JLINK_IsHalted() +T54B0 404:142.843 - 1.018ms returns FALSE +T54B0 404:243.163 JLINK_HasError() +T54B0 404:243.255 JLINK_IsHalted() +T54B0 404:244.426 - 1.216ms returns FALSE +T54B0 404:345.323 JLINK_HasError() +T54B0 404:345.373 JLINK_IsHalted() +T54B0 404:346.469 - 1.117ms returns FALSE +T54B0 404:446.913 JLINK_HasError() +T54B0 404:447.010 JLINK_IsHalted() +T54B0 404:448.079 - 1.116ms returns FALSE +T54B0 404:549.213 JLINK_HasError() +T54B0 404:549.264 JLINK_IsHalted() +T54B0 404:550.257 - 1.014ms returns FALSE +T54B0 404:650.942 JLINK_HasError() +T54B0 404:650.986 JLINK_IsHalted() +T54B0 404:652.113 - 1.149ms returns FALSE +T54B0 404:752.878 JLINK_HasError() +T54B0 404:752.925 JLINK_IsHalted() +T54B0 404:754.058 - 1.152ms returns FALSE +T54B0 404:854.272 JLINK_HasError() +T54B0 404:854.364 JLINK_IsHalted() +T54B0 404:855.596 - 1.263ms returns FALSE +T54B0 404:955.796 JLINK_HasError() +T54B0 404:955.891 JLINK_IsHalted() +T54B0 404:956.991 - 1.154ms returns FALSE +T54B0 405:057.814 JLINK_HasError() +T54B0 405:057.902 JLINK_IsHalted() +T54B0 405:059.038 - 1.157ms returns FALSE +T54B0 405:159.306 JLINK_HasError() +T54B0 405:159.359 JLINK_IsHalted() +T54B0 405:160.427 - 1.084ms returns FALSE +T54B0 405:260.573 JLINK_HasError() +T54B0 405:260.667 JLINK_IsHalted() +T54B0 405:261.918 - 1.271ms returns FALSE +T54B0 405:362.345 JLINK_HasError() +T54B0 405:362.395 JLINK_IsHalted() +T54B0 405:363.358 - 0.993ms returns FALSE +T54B0 405:464.121 JLINK_HasError() +T54B0 405:464.169 JLINK_IsHalted() +T54B0 405:465.281 - 1.120ms returns FALSE +T54B0 405:566.130 JLINK_HasError() +T54B0 405:566.195 JLINK_IsHalted() +T54B0 405:567.334 - 1.163ms returns FALSE +T54B0 405:668.288 JLINK_HasError() +T54B0 405:668.339 JLINK_IsHalted() +T54B0 405:669.388 - 1.068ms returns FALSE +T54B0 405:770.111 JLINK_HasError() +T54B0 405:770.171 JLINK_IsHalted() +T54B0 405:771.358 - 1.206ms returns FALSE +T54B0 405:872.654 JLINK_HasError() +T54B0 405:872.740 JLINK_IsHalted() +T54B0 405:873.862 - 1.144ms returns FALSE +T54B0 405:974.791 JLINK_HasError() +T54B0 405:974.840 JLINK_IsHalted() +T54B0 405:975.855 - 1.063ms returns FALSE +T54B0 406:076.702 JLINK_HasError() +T54B0 406:076.930 JLINK_IsHalted() +T54B0 406:078.071 - 1.153ms returns FALSE +T54B0 406:178.645 JLINK_HasError() +T54B0 406:178.694 JLINK_IsHalted() +T54B0 406:179.716 - 1.046ms returns FALSE +T54B0 406:280.046 JLINK_HasError() +T54B0 406:280.223 JLINK_IsHalted() +T54B0 406:281.488 - 1.298ms returns FALSE +T54B0 406:381.782 JLINK_HasError() +T54B0 406:381.840 JLINK_IsHalted() +T54B0 406:382.968 - 1.163ms returns FALSE +T54B0 406:484.109 JLINK_HasError() +T54B0 406:484.320 JLINK_IsHalted() +T54B0 406:485.392 - 1.085ms returns FALSE +T54B0 406:585.559 JLINK_HasError() +T54B0 406:585.650 JLINK_IsHalted() +T54B0 406:586.807 - 1.191ms returns FALSE +T54B0 406:687.716 JLINK_HasError() +T54B0 406:687.774 JLINK_IsHalted() +T54B0 406:688.875 - 1.122ms returns FALSE +T54B0 406:789.076 JLINK_HasError() +T54B0 406:789.173 JLINK_IsHalted() +T54B0 406:790.239 - 1.085ms returns FALSE +T54B0 406:891.366 JLINK_HasError() +T54B0 406:891.415 JLINK_IsHalted() +T54B0 406:892.448 - 1.041ms returns FALSE +T54B0 406:992.830 JLINK_HasError() +T54B0 406:992.928 JLINK_IsHalted() +T54B0 406:993.978 - 1.071ms returns FALSE +T54B0 407:094.476 JLINK_HasError() +T54B0 407:094.525 JLINK_IsHalted() +T54B0 407:095.575 - 1.070ms returns FALSE +T54B0 407:195.898 JLINK_HasError() +T54B0 407:195.991 JLINK_IsHalted() +T54B0 407:197.128 - 1.156ms returns FALSE +T54B0 407:297.417 JLINK_HasError() +T54B0 407:297.571 JLINK_IsHalted() +T54B0 407:298.656 - 1.097ms returns FALSE +T54B0 407:398.765 JLINK_HasError() +T54B0 407:398.817 JLINK_IsHalted() +T54B0 407:400.001 - 1.232ms returns FALSE +T54B0 407:500.428 JLINK_HasError() +T54B0 407:500.477 JLINK_IsHalted() +T54B0 407:501.480 - 1.023ms returns FALSE +T54B0 407:602.427 JLINK_HasError() +T54B0 407:602.525 JLINK_IsHalted() +T54B0 407:603.578 - 1.074ms returns FALSE +T54B0 407:704.020 JLINK_HasError() +T54B0 407:704.105 JLINK_IsHalted() +T54B0 407:705.127 - 1.065ms returns FALSE +T54B0 407:805.945 JLINK_HasError() +T54B0 407:806.006 JLINK_IsHalted() +T54B0 407:807.111 - 1.125ms returns FALSE +T54B0 407:907.879 JLINK_HasError() +T54B0 407:907.929 JLINK_IsHalted() +T54B0 407:908.958 - 1.076ms returns FALSE +T54B0 408:009.454 JLINK_HasError() +T54B0 408:009.503 JLINK_IsHalted() +T54B0 408:010.634 - 1.150ms returns FALSE +T54B0 408:110.835 JLINK_HasError() +T54B0 408:110.994 JLINK_IsHalted() +T54B0 408:112.420 - 1.445ms returns FALSE +T54B0 408:213.439 JLINK_HasError() +T54B0 408:213.529 JLINK_IsHalted() +T54B0 408:214.766 - 1.256ms returns FALSE +T54B0 408:315.039 JLINK_HasError() +T54B0 408:315.090 JLINK_IsHalted() +T54B0 408:316.144 - 1.066ms returns FALSE +T54B0 408:416.881 JLINK_HasError() +T54B0 408:416.936 JLINK_IsHalted() +T54B0 408:418.009 - 1.092ms returns FALSE +T54B0 408:518.912 JLINK_HasError() +T54B0 408:519.010 JLINK_IsHalted() +T54B0 408:520.127 - 1.139ms returns FALSE +T54B0 408:620.962 JLINK_HasError() +T54B0 408:621.054 JLINK_IsHalted() +T54B0 408:622.155 - 1.153ms returns FALSE +T54B0 408:722.427 JLINK_HasError() +T54B0 408:722.479 JLINK_IsHalted() +T54B0 408:723.593 - 1.140ms returns FALSE +T54B0 408:824.512 JLINK_HasError() +T54B0 408:824.562 JLINK_IsHalted() +T54B0 408:825.736 - 1.220ms returns FALSE +T54B0 408:926.390 JLINK_HasError() +T54B0 408:926.497 JLINK_IsHalted() +T54B0 408:927.564 - 1.085ms returns FALSE +T54B0 409:027.792 JLINK_HasError() +T54B0 409:027.889 JLINK_IsHalted() +T54B0 409:028.931 - 1.088ms returns FALSE +T54B0 409:129.381 JLINK_HasError() +T54B0 409:129.474 JLINK_IsHalted() +T54B0 409:130.561 - 1.131ms returns FALSE +T54B0 409:230.952 JLINK_HasError() +T54B0 409:231.002 JLINK_IsHalted() +T54B0 409:232.052 - 1.070ms returns FALSE +T54B0 409:332.250 JLINK_HasError() +T54B0 409:332.345 JLINK_IsHalted() +T54B0 409:333.694 - 1.370ms returns FALSE +T54B0 409:433.755 JLINK_HasError() +T54B0 409:433.804 JLINK_IsHalted() +T54B0 409:435.012 - 1.236ms returns FALSE +T54B0 409:535.228 JLINK_HasError() +T54B0 409:535.322 JLINK_IsHalted() +T54B0 409:536.464 - 1.162ms returns FALSE +T54B0 409:637.497 JLINK_HasError() +T54B0 409:637.599 JLINK_Halt() +T54B0 409:640.864 - 3.289ms returns 0x00 +T54B0 409:640.903 JLINK_IsHalted() +T54B0 409:640.921 - 0.025ms returns TRUE +T54B0 409:640.940 JLINK_IsHalted() +T54B0 409:640.956 - 0.024ms returns TRUE +T54B0 409:640.975 JLINK_IsHalted() +T54B0 409:640.991 - 0.024ms returns TRUE +T54B0 409:641.011 JLINK_HasError() +T54B0 409:641.030 JLINK_ReadReg(R15 (PC)) +T54B0 409:641.051 - 0.028ms returns 0x08000638 +T54B0 409:641.070 JLINK_ReadReg(XPSR) +T54B0 409:641.087 - 0.025ms returns 0x21000000 +T54B0 409:641.109 JLINK_HasError() +T54B0 409:641.128 JLINK_ClrBPEx(BPHandle = 0x00000009) +T54B0 409:641.149 - 0.029ms returns 0x00 +T54B0 409:641.168 JLINK_HasError() +T54B0 409:641.187 JLINK_HasError() +T54B0 409:641.205 JLINK_ReadMemU32(0xE000ED30, 0x1 Items) +T54B0 409:641.235 CPU_ReadMem(4 bytes @ 0xE000ED30) +T54B0 409:642.430 Data: 01 00 00 00 +T54B0 409:642.468 - 1.271ms returns 1 (0x1) +T54B0 409:642.490 JLINK_ReadMemU32(0xE0001028, 0x1 Items) +T54B0 409:642.514 CPU_ReadMem(4 bytes @ 0xE0001028) +T54B0 409:642.971 Data: 00 00 00 00 +T54B0 409:643.011 Debug reg: DWT_FUNC[0] +T54B0 409:643.036 - 0.554ms returns 1 (0x1) +T54B0 409:643.058 JLINK_ReadMemU32(0xE0001038, 0x1 Items) +T54B0 409:643.082 CPU_ReadMem(4 bytes @ 0xE0001038) +T54B0 409:643.458 Data: 00 02 00 00 +T54B0 409:643.483 Debug reg: DWT_FUNC[1] +T54B0 409:643.507 - 0.457ms returns 1 (0x1) +T54B0 409:643.527 JLINK_ReadMemU32(0xE0001048, 0x1 Items) +T54B0 409:643.547 CPU_ReadMem(4 bytes @ 0xE0001048) +T54B0 409:643.958 Data: 00 00 00 00 +T54B0 409:643.983 Debug reg: DWT_FUNC[2] +T54B0 409:644.007 - 0.487ms returns 1 (0x1) +T54B0 409:644.026 JLINK_ReadMemU32(0xE0001058, 0x1 Items) +T54B0 409:644.046 CPU_ReadMem(4 bytes @ 0xE0001058) +T54B0 409:644.469 Data: 00 00 00 00 +T54B0 409:644.495 Debug reg: DWT_FUNC[3] +T54B0 409:644.518 - 0.500ms returns 1 (0x1) +T54B0 409:644.792 JLINK_HasError() +T54B0 409:644.813 JLINK_ReadReg(R0) +T54B0 409:644.831 - 0.026ms returns 0x00000000 +T54B0 409:644.850 JLINK_ReadReg(R1) +T54B0 409:644.867 - 0.025ms returns 0x20000404 +T54B0 409:644.886 JLINK_ReadReg(R2) +T54B0 409:644.903 - 0.025ms returns 0x00000001 +T54B0 409:644.921 JLINK_ReadReg(R3) +T54B0 409:644.938 - 0.025ms returns 0x00100000 +T54B0 409:644.957 JLINK_ReadReg(R4) +T54B0 409:644.975 - 0.026ms returns 0x00000000 +T54B0 409:644.994 JLINK_ReadReg(R5) +T54B0 409:645.011 - 0.025ms returns 0x20000018 +T54B0 409:645.029 JLINK_ReadReg(R6) +T54B0 409:645.046 - 0.024ms returns 0x00000000 +T54B0 409:645.064 JLINK_ReadReg(R7) +T54B0 409:645.085 - 0.027ms returns 0x00000000 +T54B0 409:645.101 JLINK_ReadReg(R8) +T54B0 409:645.115 - 0.021ms returns 0x00000000 +T54B0 409:645.131 JLINK_ReadReg(R9) +T54B0 409:645.145 - 0.021ms returns 0x20000160 +T54B0 409:645.160 JLINK_ReadReg(R10) +T54B0 409:645.175 - 0.021ms returns 0x08006850 +T54B0 409:645.191 JLINK_ReadReg(R11) +T54B0 409:645.205 - 0.021ms returns 0x00000000 +T54B0 409:645.221 JLINK_ReadReg(R12) +T54B0 409:645.235 - 0.021ms returns 0x000C0000 +T54B0 409:645.251 JLINK_ReadReg(R13 (SP)) +T54B0 409:645.265 - 0.021ms returns 0x20000F74 +T54B0 409:645.281 JLINK_ReadReg(R14) +T54B0 409:645.295 - 0.021ms returns 0x08003F07 +T54B0 409:645.311 JLINK_ReadReg(R15 (PC)) +T54B0 409:645.325 - 0.021ms returns 0x08000638 +T54B0 409:645.341 JLINK_ReadReg(XPSR) +T54B0 409:645.355 - 0.021ms returns 0x21000000 +T54B0 409:645.371 JLINK_ReadReg(MSP) +T54B0 409:645.385 - 0.021ms returns 0x20000F74 +T54B0 409:645.401 JLINK_ReadReg(PSP) +T54B0 409:645.415 - 0.020ms returns 0x20001000 +T54B0 409:645.431 JLINK_ReadReg(CFBP) +T54B0 409:645.445 - 0.021ms returns 0x00000001 +T4AF4 409:645.767 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:645.805 CPU_ReadMem(64 bytes @ 0x20000F80) +T4AF4 409:647.146 -- Updating C cache (64 bytes @ 0x20000F80) +T4AF4 409:647.183 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 409:647.208 Data: 3B 55 00 08 +T4AF4 409:647.233 - 1.475ms returns 4 (0x4) +T4AF4 409:647.260 JLINK_ReadMemEx(0x20000F80, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:647.281 -- Read from C cache (4 bytes @ 0x20000F80) +T4AF4 409:647.306 Data: 00 00 00 00 +T4AF4 409:647.330 - 0.078ms returns 4 (0x4) +T4AF4 409:647.352 JLINK_ReadMemEx(0x20000F84, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:647.380 -- Read from C cache (4 bytes @ 0x20000F84) +T4AF4 409:647.405 Data: 3B 55 00 08 +T4AF4 409:647.430 - 0.086ms returns 4 (0x4) +T4AF4 409:647.451 JLINK_ReadMemEx(0x20000FD4, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:647.471 CPU_ReadMem(64 bytes @ 0x20000FC0) +T4AF4 409:648.712 -- Updating C cache (64 bytes @ 0x20000FC0) +T4AF4 409:648.738 -- Read from C cache (4 bytes @ 0x20000FD4) +T4AF4 409:648.763 Data: BB 01 00 08 +T4AF4 409:648.787 - 1.345ms returns 4 (0x4) +T4AF4 409:677.057 JLINK_ReadMemEx(0x20000524, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:677.126 CPU_ReadMem(64 bytes @ 0x20000500) +T4AF4 409:678.538 -- Updating C cache (64 bytes @ 0x20000500) +T4AF4 409:678.575 -- Read from C cache (4 bytes @ 0x20000524) +T4AF4 409:678.601 Data: 00 00 00 00 +T4AF4 409:678.626 - 1.578ms returns 4 (0x4) +T4AF4 409:678.653 JLINK_ReadMemEx(0x20000528, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:678.673 -- Read from C cache (4 bytes @ 0x20000528) +T4AF4 409:678.698 Data: 00 00 00 00 +T4AF4 409:678.723 - 0.078ms returns 4 (0x4) +T4AF4 409:678.743 JLINK_ReadMemEx(0x20000550, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:678.764 CPU_ReadMem(64 bytes @ 0x20000540) +T4AF4 409:680.162 -- Updating C cache (64 bytes @ 0x20000540) +T4AF4 409:680.247 -- Read from C cache (4 bytes @ 0x20000550) +T4AF4 409:680.273 Data: 00 00 00 00 +T4AF4 409:680.298 - 1.563ms returns 4 (0x4) +T4AF4 409:680.323 JLINK_ReadMemEx(0x2000055C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:680.345 -- Read from C cache (4 bytes @ 0x2000055C) +T4AF4 409:680.369 Data: 00 00 00 00 +T4AF4 409:680.394 - 0.079ms returns 4 (0x4) +T4AF4 409:680.414 JLINK_ReadMemEx(0x2000054C, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:680.432 -- Read from C cache (4 bytes @ 0x2000054C) +T4AF4 409:680.457 Data: 00 00 00 00 +T4AF4 409:680.481 - 0.076ms returns 4 (0x4) +T4AF4 409:680.501 JLINK_ReadMemEx(0x20000558, 0x4 Bytes, Flags = 0x02000000) +T4AF4 409:680.520 -- Read from C cache (4 bytes @ 0x20000558) +T4AF4 409:680.546 Data: 00 00 00 00 +T4AF4 409:680.570 - 0.077ms returns 4 (0x4) +T4AF4 409:680.591 JLINK_ReadMemEx(0x20000554, 0x2 Bytes, Flags = 0x02000000) +T4AF4 409:680.609 -- Read from C cache (2 bytes @ 0x20000554) +T4AF4 409:680.634 Data: 00 00 +T4AF4 409:680.658 - 0.075ms returns 2 (0x2) +T4AF4 409:680.747 JLINK_HasError() +T4AF4 409:680.767 JLINK_ReadMemU32(0xE0001004, 0x1 Items) +T4AF4 409:680.802 CPU_ReadMem(4 bytes @ 0xE0001004) +T4AF4 409:681.993 Data: 3C 7B C6 5D +T4AF4 409:682.022 Debug reg: DWT_CYCCNT +T4AF4 409:682.046 - 1.288ms returns 1 (0x1) +T4AF4 409:682.300 JLINK_ReadMemEx(0x40006400, 0x1C Bytes, Flags = 0x02000004) +T4AF4 409:682.325 CPU_ReadMem(28 bytes @ 0x40006400) +T4AF4 409:683.581 Data: 10 00 01 00 09 00 00 00 00 00 00 1C 00 00 00 00 ... +T4AF4 409:683.617 - 1.326ms returns 28 (0x1C) +T4AF4 409:683.649 JLINK_ReadMemEx(0x4000641C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:683.673 CPU_ReadMem(4 bytes @ 0x4000641C) +T4AF4 409:684.081 Data: 0F 00 1C 00 +T4AF4 409:684.108 - 0.467ms returns 4 (0x4) +T4AF4 409:684.130 JLINK_ReadMemEx(0x40006580, 0x4C Bytes, Flags = 0x02000004) +T4AF4 409:684.150 CPU_ReadMem(76 bytes @ 0x40006580) +T4AF4 409:684.970 Data: 28 48 BA EF C0 67 1C 6D 5C F1 D9 30 2C A6 82 A9 ... +T4AF4 409:685.003 - 0.882ms returns 76 (0x4C) +T4AF4 409:685.028 JLINK_ReadMemEx(0x400065CC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:685.052 CPU_ReadMem(4 bytes @ 0x400065CC) +T4AF4 409:685.459 Data: 31 C6 E5 4A +T4AF4 409:685.485 - 0.465ms returns 4 (0x4) +T4AF4 409:685.506 JLINK_ReadMemEx(0x40006600, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:685.526 CPU_ReadMem(4 bytes @ 0x40006600) +T4AF4 409:685.959 Data: 00 0E 1C 2A +T4AF4 409:685.984 - 0.486ms returns 4 (0x4) +T4AF4 409:686.005 JLINK_ReadMemEx(0x40006604, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:686.025 CPU_ReadMem(4 bytes @ 0x40006604) +T4AF4 409:686.459 Data: 00 00 00 00 +T4AF4 409:686.484 - 0.487ms returns 4 (0x4) +T4AF4 409:686.505 JLINK_ReadMemEx(0x4000660C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:686.525 CPU_ReadMem(4 bytes @ 0x4000660C) +T4AF4 409:686.958 Data: 01 00 00 00 +T4AF4 409:686.983 - 0.486ms returns 4 (0x4) +T4AF4 409:687.004 JLINK_ReadMemEx(0x40006614, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:687.024 CPU_ReadMem(4 bytes @ 0x40006614) +T4AF4 409:687.453 Data: 00 00 00 00 +T4AF4 409:687.478 - 0.482ms returns 4 (0x4) +T4AF4 409:687.500 JLINK_ReadMemEx(0x4000661C, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:687.519 CPU_ReadMem(4 bytes @ 0x4000661C) +T4AF4 409:687.971 Data: 01 00 00 00 +T4AF4 409:688.006 - 0.518ms returns 4 (0x4) +T4AF4 409:688.031 JLINK_ReadMemEx(0x40006640, 0x6C Bytes, Flags = 0x02000004) +T4AF4 409:688.052 CPU_ReadMem(108 bytes @ 0x40006640) +T4AF4 409:689.003 Data: 00 00 00 00 00 00 00 00 55 57 07 79 8E 2F 8F F8 ... +T4AF4 409:689.075 - 1.064ms returns 108 (0x6C) +T4AF4 409:689.133 JLINK_ReadMemEx(0x400066AC, 0x4 Bytes, Flags = 0x02000004) +T4AF4 409:689.176 CPU_ReadMem(4 bytes @ 0x400066AC) +T4AF4 409:689.732 Data: AB AA FD 78 +T4AF4 409:689.757 - 0.633ms returns 4 (0x4) +T4AF4 410:092.312 JLINK_ReadMemEx(0x08000638, 0x3C Bytes, Flags = 0x02000000) +T4AF4 410:092.375 CPU_ReadMem(128 bytes @ 0x08000600) +T4AF4 410:094.092 -- Updating C cache (128 bytes @ 0x08000600) +T4AF4 410:094.125 -- Read from C cache (60 bytes @ 0x08000638) +T4AF4 410:094.152 Data: FE E7 00 00 81 B0 00 90 40 F2 80 61 C2 F2 00 01 ... +T4AF4 410:094.177 - 1.873ms returns 60 (0x3C) +T4AF4 410:094.199 JLINK_ReadMemEx(0x08000638, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:094.218 -- Read from C cache (2 bytes @ 0x08000638) +T4AF4 410:094.242 Data: FE E7 +T4AF4 410:094.267 - 0.077ms returns 2 (0x2) +T4AF4 410:094.287 JLINK_ReadMemEx(0x0800063A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:094.306 -- Read from C cache (2 bytes @ 0x0800063A) +T4AF4 410:094.330 Data: 00 00 +T4AF4 410:094.355 - 0.075ms returns 2 (0x2) +T4AF4 410:094.407 JLINK_ReadMemEx(0x0800063A, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:094.426 -- Read from C cache (2 bytes @ 0x0800063A) +T4AF4 410:094.450 Data: 00 00 +T4AF4 410:094.475 - 0.076ms returns 2 (0x2) +T4AF4 410:094.497 JLINK_ReadMemEx(0x0800063C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 410:094.515 -- Read from C cache (60 bytes @ 0x0800063C) +T4AF4 410:094.541 Data: 81 B0 00 90 40 F2 80 61 C2 F2 00 01 00 20 C8 61 ... +T4AF4 410:094.565 - 0.076ms returns 60 (0x3C) +T4AF4 410:094.584 JLINK_ReadMemEx(0x0800063C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:094.602 -- Read from C cache (2 bytes @ 0x0800063C) +T4AF4 410:094.629 Data: 81 B0 +T4AF4 410:094.653 - 0.077ms returns 2 (0x2) +T4AF4 410:110.256 JLINK_ReadMemEx(0x0800063C, 0x3C Bytes, Flags = 0x02000000) +T4AF4 410:110.292 -- Read from C cache (60 bytes @ 0x0800063C) +T4AF4 410:110.320 Data: 81 B0 00 90 40 F2 80 61 C2 F2 00 01 00 20 C8 61 ... +T4AF4 410:110.345 - 0.097ms returns 60 (0x3C) +T4AF4 410:110.365 JLINK_ReadMemEx(0x0800063C, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:110.383 -- Read from C cache (2 bytes @ 0x0800063C) +T4AF4 410:110.408 Data: 81 B0 +T4AF4 410:110.433 - 0.077ms returns 2 (0x2) +T4AF4 410:110.453 JLINK_ReadMemEx(0x0800063E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:110.472 -- Read from C cache (2 bytes @ 0x0800063E) +T4AF4 410:110.497 Data: 00 90 +T4AF4 410:110.521 - 0.076ms returns 2 (0x2) +T4AF4 410:110.548 JLINK_ReadMemEx(0x0800063E, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:110.567 -- Read from C cache (2 bytes @ 0x0800063E) +T4AF4 410:110.592 Data: 00 90 +T4AF4 410:110.616 - 0.076ms returns 2 (0x2) +T4AF4 410:110.636 JLINK_ReadMemEx(0x08000640, 0x3C Bytes, Flags = 0x02000000) +T4AF4 410:110.654 -- Read from C cache (60 bytes @ 0x08000640) +T4AF4 410:110.680 Data: 40 F2 80 61 C2 F2 00 01 00 20 C8 61 42 F2 10 01 ... +T4AF4 410:110.704 - 0.077ms returns 60 (0x3C) +T4AF4 410:110.734 JLINK_ReadMemEx(0x08000640, 0x2 Bytes, Flags = 0x02000000) +T4AF4 410:110.753 -- Read from C cache (2 bytes @ 0x08000640) +T4AF4 410:110.778 Data: 40 F2 +T4AF4 410:110.802 - 0.076ms returns 2 (0x2) +T4AF4 520:815.408 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 520:815.479 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 520:819.866 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 520:823.737 CPU_ReadMem(60 bytes @ 0x080001CC) +T4AF4 520:825.757 failed +T4AF4 520:825.795 - 10.395ms returns -1 (0xFFFFFFFF) +T4AF4 520:825.822 JLINK_ReadMemEx(0x080001CC, 0x3C Bytes, Flags = 0x02000000) +T4AF4 520:825.847 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 520:829.664 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 520:833.632 CPU_ReadMem(60 bytes @ 0x080001CC) +T4AF4 520:835.930 failed +T4AF4 520:836.015 - 10.201ms returns -1 (0xFFFFFFFF) +T4AF4 520:836.043 JLINK_ReadMemEx(0x080001CC, 0x4 Bytes, Flags = 0x02000000) +T4AF4 520:836.068 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:839.763 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:843.230 CPU_ReadMem(4 bytes @ 0x080001CC) +T4AF4 520:845.100 failed +T4AF4 520:845.131 - 9.096ms returns -1 (0xFFFFFFFF) +T4AF4 520:845.157 JLINK_ReadMemEx(0x080001CC, 0x4 Bytes, Flags = 0x02000000) +T4AF4 520:845.180 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:848.783 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:852.294 CPU_ReadMem(4 bytes @ 0x080001CC) +T4AF4 520:854.554 failed +T4AF4 520:854.585 - 9.435ms returns -1 (0xFFFFFFFF) +T4AF4 520:854.619 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:854.639 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:858.353 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:861.935 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:863.938 failed +T4AF4 520:864.026 - 9.415ms returns -1 (0xFFFFFFFF) +T4AF4 520:864.053 JLINK_ReadMemEx(0x080001CC, 0x1 Bytes, Flags = 0x02000000) +T4AF4 520:864.078 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:867.657 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:871.435 CPU_ReadMem(1 bytes @ 0x080001CC) +T4AF4 520:873.555 failed +T4AF4 520:873.609 - 9.564ms returns -1 (0xFFFFFFFF) +T4AF4 520:873.636 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:873.659 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:877.299 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:881.099 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:883.028 failed +T4AF4 520:883.065 - 9.437ms returns -1 (0xFFFFFFFF) +T4AF4 520:883.091 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:883.121 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:886.728 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:890.251 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:892.099 failed +T4AF4 520:892.138 - 9.056ms returns -1 (0xFFFFFFFF) +T4AF4 520:892.164 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:892.188 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:895.789 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:899.375 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:901.581 failed +T4AF4 520:901.619 - 9.461ms returns -1 (0xFFFFFFFF) +T4AF4 520:901.655 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:901.677 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:905.620 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:909.116 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:911.248 failed +T4AF4 520:911.288 - 9.641ms returns -1 (0xFFFFFFFF) +T4AF4 520:911.313 JLINK_ReadMemEx(0x080001CC, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:911.337 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:915.159 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:918.925 CPU_ReadMem(2 bytes @ 0x080001CC) +T4AF4 520:921.319 failed +T4AF4 520:921.409 - 10.106ms returns -1 (0xFFFFFFFF) +T4AF4 520:921.440 JLINK_ReadMemEx(0x080001CC, 0x1 Bytes, Flags = 0x02000000) +T4AF4 520:921.468 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:925.814 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:929.470 CPU_ReadMem(1 bytes @ 0x080001CC) +T4AF4 520:931.413 failed +T4AF4 520:931.500 - 10.077ms returns -1 (0xFFFFFFFF) +T4AF4 520:931.540 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:931.567 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:935.269 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:938.920 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:941.042 failed +T4AF4 520:941.073 - 9.541ms returns -1 (0xFFFFFFFF) +T4AF4 520:941.107 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:941.128 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:944.908 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:948.588 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:950.584 failed +T4AF4 520:950.616 - 9.516ms returns -1 (0xFFFFFFFF) +T4AF4 520:950.649 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:950.668 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:954.299 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:958.097 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:960.018 failed +T4AF4 520:960.055 - 9.415ms returns -1 (0xFFFFFFFF) +T4AF4 520:960.092 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:960.117 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:963.783 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:967.354 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:969.393 failed +T4AF4 520:969.432 - 9.349ms returns -1 (0xFFFFFFFF) +T4AF4 520:969.459 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:969.483 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:973.138 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:976.927 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:979.135 failed +T4AF4 520:979.221 - 9.783ms returns -1 (0xFFFFFFFF) +T4AF4 520:979.292 JLINK_ReadMemEx(0x080001CE, 0x1 Bytes, Flags = 0x02000000) +T4AF4 520:979.348 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:983.592 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:987.241 CPU_ReadMem(1 bytes @ 0x080001CE) +T4AF4 520:989.087 failed +T4AF4 520:989.129 - 9.845ms returns -1 (0xFFFFFFFF) +T4AF4 520:989.212 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:989.238 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:992.714 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 520:996.339 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 520:998.335 failed +T4AF4 520:998.374 - 9.170ms returns -1 (0xFFFFFFFF) +T4AF4 520:998.397 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 520:998.422 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:001.964 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:005.588 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 521:007.597 failed +T4AF4 521:007.638 - 9.249ms returns -1 (0xFFFFFFFF) +T4AF4 521:007.662 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:007.686 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:011.354 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:014.890 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 521:016.834 failed +T4AF4 521:016.873 - 9.220ms returns -1 (0xFFFFFFFF) +T4AF4 521:016.902 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:016.928 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:020.500 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:024.146 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 521:026.120 failed +T4AF4 521:026.162 - 9.268ms returns -1 (0xFFFFFFFF) +T4AF4 521:026.199 JLINK_ReadMemEx(0x080001CE, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:026.224 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:029.892 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:033.593 CPU_ReadMem(2 bytes @ 0x080001CE) +T4AF4 521:035.576 failed +T4AF4 521:035.608 - 9.417ms returns -1 (0xFFFFFFFF) +T4AF4 521:035.645 JLINK_ReadMemEx(0x080001CE, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:035.669 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:039.351 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:042.985 CPU_ReadMem(1 bytes @ 0x080001CE) +T4AF4 521:044.860 failed +T4AF4 521:044.900 - 9.263ms returns -1 (0xFFFFFFFF) +T4AF4 521:044.928 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 521:044.951 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:048.880 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:052.782 CPU_ReadMem(60 bytes @ 0x080001D0) +T4AF4 521:054.846 failed +T4AF4 521:054.882 - 9.963ms returns -1 (0xFFFFFFFF) +T4AF4 521:054.909 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 521:054.933 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:058.882 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:062.703 CPU_ReadMem(60 bytes @ 0x080001D0) +T4AF4 521:064.824 failed +T4AF4 521:064.859 - 9.959ms returns -1 (0xFFFFFFFF) +T4AF4 521:064.896 JLINK_ReadMemEx(0x080001D0, 0x10 Bytes, Flags = 0x02000000) +T4AF4 521:064.919 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:068.577 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:072.237 CPU_ReadMem(16 bytes @ 0x080001D0) +T4AF4 521:074.164 failed +T4AF4 521:074.254 - 9.367ms returns -1 (0xFFFFFFFF) +T4AF4 521:074.289 JLINK_ReadMemEx(0x080001D0, 0x4 Bytes, Flags = 0x02000000) +T4AF4 521:074.312 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:077.951 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:081.471 CPU_ReadMem(4 bytes @ 0x080001D0) +T4AF4 521:083.485 failed +T4AF4 521:083.524 - 9.244ms returns -1 (0xFFFFFFFF) +T4AF4 521:083.551 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:083.576 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:087.137 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:090.822 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:093.037 failed +T4AF4 521:093.069 - 9.525ms returns -1 (0xFFFFFFFF) +T4AF4 521:093.104 JLINK_ReadMemEx(0x080001D0, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:093.124 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:096.817 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:100.446 CPU_ReadMem(1 bytes @ 0x080001D0) +T4AF4 521:102.545 failed +T4AF4 521:102.577 - 9.480ms returns -1 (0xFFFFFFFF) +T4AF4 521:102.611 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:102.631 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:106.369 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:109.993 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:111.940 failed +T4AF4 521:111.978 - 9.375ms returns -1 (0xFFFFFFFF) +T4AF4 521:112.014 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:112.038 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:115.714 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:119.196 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:121.268 failed +T4AF4 521:121.301 - 9.294ms returns -1 (0xFFFFFFFF) +T4AF4 521:121.337 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:121.358 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:125.145 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:128.768 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:130.892 failed +T4AF4 521:130.978 - 9.649ms returns -1 (0xFFFFFFFF) +T4AF4 521:131.016 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:131.040 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:134.774 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:138.536 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:140.760 failed +T4AF4 521:140.797 - 9.789ms returns -1 (0xFFFFFFFF) +T4AF4 521:140.823 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:140.847 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:144.397 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:148.150 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:150.193 failed +T4AF4 521:150.230 - 9.416ms returns -1 (0xFFFFFFFF) +T4AF4 521:150.258 JLINK_ReadMemEx(0x080001D0, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:150.282 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:153.819 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:157.487 CPU_ReadMem(1 bytes @ 0x080001D0) +T4AF4 521:159.565 failed +T4AF4 521:159.596 - 9.346ms returns -1 (0xFFFFFFFF) +T4AF4 521:159.649 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 521:159.681 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:163.611 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:167.457 CPU_ReadMem(60 bytes @ 0x080001D0) +T4AF4 521:169.587 failed +T4AF4 521:169.623 - 9.982ms returns -1 (0xFFFFFFFF) +T4AF4 521:169.659 JLINK_ReadMemEx(0x080001D0, 0x3C Bytes, Flags = 0x02000000) +T4AF4 521:169.682 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:173.715 CPU_ReadMem(128 bytes @ 0x080001C0) +T4AF4 521:177.692 CPU_ReadMem(60 bytes @ 0x080001D0) +T4AF4 521:179.863 failed +T4AF4 521:179.901 - 10.252ms returns -1 (0xFFFFFFFF) +T4AF4 521:179.929 JLINK_ReadMemEx(0x080001D0, 0x10 Bytes, Flags = 0x02000000) +T4AF4 521:179.955 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:183.509 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:187.317 CPU_ReadMem(16 bytes @ 0x080001D0) +T4AF4 521:189.484 failed +T4AF4 521:189.520 - 9.600ms returns -1 (0xFFFFFFFF) +T4AF4 521:189.557 JLINK_ReadMemEx(0x080001D0, 0x4 Bytes, Flags = 0x02000000) +T4AF4 521:189.581 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:193.259 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:197.011 CPU_ReadMem(4 bytes @ 0x080001D0) +T4AF4 521:199.060 failed +T4AF4 521:199.097 - 9.549ms returns -1 (0xFFFFFFFF) +T4AF4 521:199.123 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:199.146 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:202.812 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:206.325 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:208.189 failed +T4AF4 521:208.225 - 9.111ms returns -1 (0xFFFFFFFF) +T4AF4 521:208.252 JLINK_ReadMemEx(0x080001D0, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:208.275 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:211.876 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:215.607 CPU_ReadMem(1 bytes @ 0x080001D0) +T4AF4 521:217.579 failed +T4AF4 521:217.617 - 9.374ms returns -1 (0xFFFFFFFF) +T4AF4 521:217.655 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:217.679 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:221.246 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:224.873 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:227.002 failed +T4AF4 521:227.034 - 9.386ms returns -1 (0xFFFFFFFF) +T4AF4 521:227.068 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:227.087 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:230.867 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:234.692 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:236.828 failed +T4AF4 521:236.933 - 9.873ms returns -1 (0xFFFFFFFF) +T4AF4 521:236.958 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:236.981 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:240.494 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:244.123 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:246.225 failed +T4AF4 521:246.258 - 9.310ms returns -1 (0xFFFFFFFF) +T4AF4 521:246.295 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:246.316 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:249.974 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:253.630 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:255.721 failed +T4AF4 521:255.757 - 9.469ms returns -1 (0xFFFFFFFF) +T4AF4 521:255.793 JLINK_ReadMemEx(0x080001D0, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:255.814 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:259.495 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:263.236 CPU_ReadMem(2 bytes @ 0x080001D0) +T4AF4 521:265.413 failed +T4AF4 521:265.505 - 9.720ms returns -1 (0xFFFFFFFF) +T4AF4 521:265.532 JLINK_ReadMemEx(0x080001D0, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:265.556 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:269.880 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:273.447 CPU_ReadMem(1 bytes @ 0x080001D0) +T4AF4 521:275.492 failed +T4AF4 521:275.579 - 10.056ms returns -1 (0xFFFFFFFF) +T4AF4 521:275.609 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:275.633 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:279.237 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:282.816 CPU_ReadMem(2 bytes @ 0x080001D2) +T4AF4 521:284.887 failed +T4AF4 521:284.920 - 9.319ms returns -1 (0xFFFFFFFF) +T4AF4 521:284.955 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:284.977 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:288.670 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:292.232 CPU_ReadMem(2 bytes @ 0x080001D2) +T4AF4 521:294.386 failed +T4AF4 521:294.417 - 9.469ms returns -1 (0xFFFFFFFF) +T4AF4 521:294.450 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:294.470 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:298.045 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:301.684 CPU_ReadMem(2 bytes @ 0x080001D2) +T4AF4 521:303.876 failed +T4AF4 521:303.962 - 9.521ms returns -1 (0xFFFFFFFF) +T4AF4 521:303.990 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:304.015 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:307.622 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:311.340 CPU_ReadMem(2 bytes @ 0x080001D2) +T4AF4 521:313.468 failed +T4AF4 521:313.504 - 9.522ms returns -1 (0xFFFFFFFF) +T4AF4 521:313.535 JLINK_ReadMemEx(0x080001D2, 0x2 Bytes, Flags = 0x02000000) +T4AF4 521:313.563 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:317.104 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:320.964 CPU_ReadMem(2 bytes @ 0x080001D2) +T4AF4 521:323.115 failed +T4AF4 521:323.146 - 9.618ms returns -1 (0xFFFFFFFF) +T4AF4 521:323.181 JLINK_ReadMemEx(0x080001D2, 0x1 Bytes, Flags = 0x02000000) +T4AF4 521:323.201 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:326.978 CPU_ReadMem(64 bytes @ 0x080001C0) +T4AF4 521:330.561 CPU_ReadMem(1 bytes @ 0x080001D2) +T4AF4 521:332.459 failed +T4AF4 521:332.533 - 9.365ms returns -1 (0xFFFFFFFF) +T4AF4 2050:319.608 JLINK_HasError() +T4AF4 2050:321.151 JLINK_Close() +T4AF4 2050:342.478 - 21.366ms +T4AF4 2050:342.532 +T4AF4 2050:342.555 Closed diff --git a/MDK-ARM/uksvep_2_2_v1/main.o b/MDK-ARM/uksvep_2_2_v1/main.o index da8217ebf3dc636414526618bc8acf1e2f976432..7cdd559dd359504badf28d8c85ab12133955d0c1 100644 GIT binary patch delta 10128 zcmZ{q4R{sRoyO0ZxpVK$O-ybkG06=PlE9OsF(jZtP$5R7h)80L6cLcmm_&?}TBIxl zZln~cr8aQ7HnKDoYOw_#j0Dj}R`H{hDn+20x=Jl&DWFBmvMi=(Vc&P|fAHgZ%H!lc zzyH^qnR905oWx^?^z*&CJ^zZ6GZp_im7bKS(MqefXV-SA{M7d7no(DbOkG!fPF25l zMyurZ{DO<0T)3FrQC*-5Q`WMbvhKz+O3`~+d%*Kv){(j{?6p!mOqI@Bvo*CKNivg= z$t*u7A~}&Y?+wlfx9c{wN{`sRogqBJrk@^QRwt#JQz_%jdcC4u)=_;% z>D@SPXL zIZhDPVE59{Q@X-w*Uc!YP*Mfj>-q|!KH2ToB@a7guM0fxbl;J5KxcT-?S21H)#2SC zRZ@5G;t7+V+-Y_t=f*P*Ts(miULT+7yP(jvP~6H`^-N!1{_GEJD_XswuTObVUZJkO z3p}Y8mEP74AIo+<^LZU>%^FzM>3^z+n2F9SY)b!+Y3e zDycnSsxxxTb;*NFYeuSRNv^jqo(Ob5l`-7XXU(54pRV_ss;mRCVtqKGR5)TOm5)a# z$yzh=NvO5X6laf*2OXvK-Szlsy`fXHwNkg?u=Z=m=JS@C4|%!^s#oU^zGW&cas05}@=c9?(A&OczHjOEEsJ6Cy7))2q*-fHHUv@T9Zfqh z{EN>~S<7Kufs40>B`(SS5nv;X_RG<*nVFLndm09NS3ue9;Nv)Sb?_<38{I$33F-J7 zxD(lb#E+B!?&AkKCogEikFQ@_CEeQ3N-A_?Xx{zvqFk+~o8o>G^cJ(A-|*lO z3}5ys^Gv_YxK}aNQn6q971OLhY>N+3D;#^;hjc4NWnGDTl|39k`k_ep2UgC+@B%CL zk{`1WrC#;nJ1F&A9~Pn1J|F(gO7ZF@&cE1-#t!Of1cZRo1vzh7aGjCd6`lc*Lqxd3+ug;m~)N!EPvDvCG4|_8& z5FgB`w^a9l)fLR>^)hZ?*i+sF?T@T~XVfLkd=fFAV|3f+$jSXUgMW2ta{u&mR09yH zQgP_J$M6hG0Bcz&+%*uL-;V<+ra(aZmW|QBn6FetTS|$`0GO z|0OJZi;h@$=_k*|TP&oqLTKAAemstTgjVH$4>Be+&*k-RfjKl^xxD;yY(Efi{c8*@ z$ai^(_n_;cg$3?E(0-8ZMT1<08VlK8T;itt?bdjiTjayCA?^sj-B#(2N1IP$X!!_t zBH9l#dBsR~5!xK|(8_9+)rB5p@4}BeajNh)1^I??Il6ak|-u`!G&5KD6Ln zTOY#pdvW*c6lH6i;Meen#zpf&74Cg#dgsBUd(dwW3%GH=JtFL`^xM~`xa<6ORn*<$ zw{OgJyZrXp9Ayu|8+|_v&am9MIGr8;It<5P2;EVTwFH*Jfy?nzW%2H3twuAu13y}D z&EW+)Cmf!yV{_!jgdf1wHTm#u9Z^+aeOafIZl5+E3>g~wk=Op8?t-CRIv%WXoM5k$8eHM@3wAngxf3e4 z4=x?=1cG*#)f2Q2ENu+h+pQiawb=;;JMDc5-?Q|+LEm%mg__~{ZNk%I^#<)d^z5>F z9jnPn8tPmg>~WGhos3|!laFR`r&BcE$s6yamzCr6w>qg6P6|VU8-k5qR8sgZC#A_r zMwjSM8iGD%n%l0vJoyWD^PQ`o$ard5xfM`a2Q1}a4r2zKH>H)O;j^vf&VZoZZl+b{ zRvvFH58D4>H#)lME5T3M+DVE$?6|>lC#%s3m)n16ZA3@xZDw<2o%2d-r~RV2SeX@i zsTKXVUp9He2I_yB>S0+~Z+NM8#&{k}(W$_twbM$nlAbMl5&{soq>i_s=fq!z z*|lE^^g5TJi@~9Yd=aJ$`;|ZsT8&O5Xulfhal#yi7d+2z;CUh8*#nPrFRJxA>B}7l zBOGMhvxvhW?+aiccPznh?MIw9kX;GSL3*Bsr_%m|@7j`Z^#(A;o0;?uI)yRT6<@ip zA9UY8d|&_z;5FA5ryagDeU-wTHP2l?)bw57-rX@WNAtPZKI$gTbp!U5Y6vs}t$?Nq z=L+{19z?!PsS+}@Qv4&t&&4nE#|hU9PZH)!nSQQzdA=5CyaG=h7rR5CtrE~C0jq`E zh1Usp3U3zPCcJ}Oi!T!ydPw}e;>U_rRn*~&M22F+5?2+sD|MCzXcSYKoCzhDlk1hb ziVUq19xXhcj4P=nLnjGO5pEQoD?Fckhf)j3(3KXx+br;i1hh-Qk0oFe8UD@U-znT9 z{F?Ay;kSg}5q_VH58P2Q^kea#5r1D?0zQ*~6ud-v!YGtiltspCJ(mnE5r3KZuM@5k z9w$6Oc#80J;RZ5>rkMZr;m`K>&5?s_&1T!5x(u&q36ZFOZ=~he~wcrvt}j5sd(8Q)08iRO}_ z3xpR5uOg$)YBF>!8Fd~bLp#aH+Zd+-jml7J!mW;{VM}}H>8CBeY@eiWG$IhhzW1B^W7Lrkj`wA8;6F=W# z^p6w&1o79C(a}j{XoGOG@H{e(2go?u$Z-^2K?C#=8c_IAGISjo_D=EdBxA;NkI&Eb zJ~FQS0GW4yj1wOrLr;=%wWr9?b7b7v^JJ)nmsOm%gu8Rzk_a?%Cng7!w=R!%XbBk; zs*DUBO~whwlA(3N6NP6AHwe!qqr>ya(1m1laB&i!e>B=?z`J_|1EA~4DEtH&x>dMK zc$e^Q;n#)t3%^T7-S^4RV`S7lNrs*#qwd)xKL2Q3paDJO=9N960k}Fek=hU;@>3x&EoGOV@!9D zp?k%@PyGDVYh*I!0`2JFG1{TrX_L_ z3qu9viE^PlQ4tv(C?!L$6Rr}jg+``e{3nWIvN)QBTZETEBQ+Qz+EI8F?a&{SQMiK) z-74HAyqk=<@){YsU-*#l`(&>FkBZ?W4Y%QWB}4nj@P8)$FrHa*3X}!2gmZ<9giD3_ zjI)E4WN0lJbFH2Xod&&!lV~Ol(76mi;dx}}V&P@NtAtkzcL=W+-blvNvxyAdF8-b7 zv-zj_?S?qV=@WPr_R6+{42$lDIdz`b`X@$Ext?MN{M-VWjBy< zWzA&hYBKIzI~mG4#3E zAKE}hUNgBLUXqJwz;9T&LmL8pl#E~Vt|ddgomqc;D#*}H^bf$Yf(-2?sHHu zpMGc&8F8f&KZ1<7k!0u?GUCRO<7m{;fP{%OKxdP2CEViiidx7>4{S=XD7>jvn$ z?$p~~(eWmXl{GT)djo148NZ+SzSudLX#cq==L-1+(ce-luwoN_PxLRMr$x_+a&9o+ z!kvT0y~#jBPQu{L1@a)_QqgNgZxF2&<=8WxzYd_z6rC@+P_$Kax#%iSG5#H5=oEcY zbcZPC01NLHJs|og(GNvG5e;An7@scMU-U}Rn?>uXre@-jq?@=rL&hEE;KTv(b|G## zY3&kyN%T$8zlxp_y(pT3?;rDGqWm6`M~QOdN4`_ELG)V*jjLs1_TW1K-HI#KDai3x8X*jp~}LNu}|( z#dMU4uOPQX4CR){D#QaSoP^IJ?YW}d`H-&?trF#5RA}c;hdNu7I~?+2(H|rqqOXX) zDa!ReJMw|(r=mfulJBR(MT6R3v{dvO(b1x{qBBIlDY{0qQ*?_cm+h?kXVKGU!{j#$ z-{p+Lr-hA*sR&d(}zcGci@W(sBxv{q!Av9pV;iS=gQ>>_71`d4Lc zoS9*^&W>8s>dlMr?aMUBAq(nF>YO6$txPk0PL`Q4Cz@y$Id35;;3ch37`M&&qVZJ1 zc;QRNkqusYZ9^h5?4_@6i0Z@Urwzrg&-VK-*;1OAdqq>RK4QM!RP5};==GUzH4O~5 zVvUTBu4^i^wiTKen~JQ~Ddu=nk#iicluDD{JkZK5GuJd1Su@Ja^yVUGMj4iIX4aex sv%WcMb(NWI@Ex9Fdf}Tk81HbS?;U83oN9{hEpk$>#aGJQes9MA1NfI=hyVZp delta 9770 zcmZ{p4R}=5na9t$Gk0b(`I_9sBm*HNfejcT2^f%SfD{oiL<|7|L69#)K*~l$iV&F) zsYc7{gsVJADS}00k)@F+vJq`Wiq>Tn5hF!v0YMOvrU;rvg#G_--izI~%k$j)&hLHS zbME)Y8FsYlDHKi+U_0utB70H*nU}|?QB#` zef^NMeOFGpIiudqyo^1Xa@t^}(Sl`L`{k@q3HS5I>c1T+Q0tBnMNLVd#b5QZQ|YXy zpW)$&d#WYrR~{@5%sJwtf4(e8Ex87 zZI@MO=u%iidzNx7OWAFSHQ~SQj$@Ie+q4ectfSg~B-BT1`_)i`)=jr2{h%SYBuDH$ zDG5!>Q}PUb!hS7vvfgB;rtJ$~r%wfy3ZxoJVGSzAXeinM8f)zGdPjr4LOAG(pBxRL#CWT+eY$c=DRXPg6WWFjN?;*asM z8>)1RTHQ#s8~MbIEJDQD#Dfw^G#b3?eHiACnsH^+u@Cmv=-06io?5#&oUPZ{lf!9x zXVZePUq^Og@6z7IpE&G);7gsJ5jdj5XA!uTfn!>Q&$;rs_J+T8<+u)nFS>F<$AvGu z@`VnCJ?QKVa8jp){jQwS>8jH@Y*Fg<2zds1Rg!uRt(Xy=jhGxOjONJS#CO*E4m%;E zOs}ygX50|@5T_*VPx!M9>40UVhXQd%_yvfwf&@c_H@T8%c*8Hb5;6ke-@1}y#HrK_ z9G$eD_|qA~1%7Fyj|t2-!oPEC7GS8iUHLhNdIu75*0K;|?R8TR8F4=jyvPWJKXfyT zjg;`muGARm;ZI$8*vJSUb!CZ>75>7Nh|xWK+LcJZ20HC%RH^3=b!}^0-kJPIu)Aqg-Y1l3$2L zPqGs;%`S^IF0S;YC@~(^zJOA^)_U_=TcTgG`(&n+ZE~);OjJF?@KsIOz$@{phPM8w z7$fdk7H@X?LIb~c)NaU3jofEA8!^b)h{;^@I0M6bUtq~N<2!7GO0)2{69Pex4)qKk zvuxDy`U)Ob*7I)rjMsX}ZT}@;HM{L|an{>z`$EXt>$cldtRrSb2KqkT`VxtsV@1Ks z8Ol?Kh97H;{YfY;w!r#YI>q);*0*lE$ZIK-a6@8m2q@2X^r>T?k)f2>LDpb5SE8)j z-1g00YpmNI7O-YST)8dIdcbX$g;eS#43-v%Q7RLQuSTa2_l?rw%_vF3;v0h-wh4_# zn7tD>Y=&Q{Pbp({M)*d^Ny<2#75+VBL@eYkT^v3H`FF|$Jutj8pdzZ7Hc<}>pTHU& zxmynje*^i1nMrz>@;r&L{OIW`4W;|?tsSzVzCvZ~a@*H?t@qt_|A6(e+rBZ*`rK^~ z3|SZ4_V5&y_CE%We|HXin+|@1mBdcNv&^qj+tK!T@ECsv+u^UzS_%yH&$YP!YY_HV zD~r2-lI?k3%iTx+{49&RI2N1kUyyBGK)aIdh25=7XwPJOQBNx#<2mg}O)o3Ql_iB% zk=w2xwttuTJ3~_GL z**H%(yK*1S(`~NI!Gm?AAN%jr{Y=Lx&p8b9D)Ro}p$vb4H4{x|J-F!Zcia8E)?&9k zAYj$G?VIAPm2P`b$a>Lj|1`zg;N8kto{?XZ~a}det z_5l8>R381*htW)X9Dk~?&w=?mJrJnY;d|u31m*^j>`A?&{3en#)y3=U&d3H1UrqMdf zyvEmT#;gUZ%uEcN(QIB@YW8S0lk!c|H^NLPFymO^TkmT%lYM>+9~fww_SB*-_S~YN z9W8n`dCQV~!>hFR8p^~4iF@XIySQIo;G3F!v#Zb3V9)K>spv#azR$D9Q)%j%e^xO(oXo`K`UPU%B~K&05dz?4xzr5!T0QG(>M*M3sJ*0rdg67yPt0q5b!KWH3&}s)oBH=PJNZh@ z^rk=ePt=jUi}MloyymUMj;7*h#J!Fqwr4R4Jk8!#v?|R6pXYUNt7*|qxVEYyeXNduqLQ<}aW*h3q*08geyji@3J`xi`I{2C7@uldj@2tkVqhOR$m@ukB@Dd9ua71t+7J?Zd zJxlyX`e>yF(ZN#jk>X?N*x(6taGH3f_&jlZy*c?BzB>xWC{@b8 zP4e3%ze{|N_&)Ii;zz`fi({In3h>T3O9wATq~Nj?c<~%#K>%byIvsnGK?if_c+%$5 z!6L~Iko++5Qt>h3kHekWX=LUKMRMPen7(mA=7J$`stY|(Rtf7y^T|x(+ zq@&*oI=G6CerxF9COY2JTj=0+aehwITj&^fw~6!573`NlD+}PC(J}BbI(UkXfzQyv z^K=ZVHE51zpX*$MPMF-c?G0yY+cISZnDCGcK>EL!c&Q&uVYypGg zlsd>b@`o7*Pl=xqKTnUtk)eb55O&-P(o^Z!fKGHUlEnZPenE3XdeKqHHal<{z!g_W ze5}N$(Xj!Qba0O3t0ljPj&G_Zbg-U|6)vZPE9icle|~W~M}Pqgw3QCNLPy6PbZ`$H z9r@wO0rt_c9H3)4Oh-R{hdM`wjvY8d2hY=SZMD-ug@;hVSe$<^8oa6#7~t(j2Q%q7 zxBRr{InJkJpuTi)faHrMKSuK7B|n*t4V^{@tHt^0PhUij;Lj2Uuq$OLkADiaRd(2!Bcds=nNe^PsiT3(?J6drw9+R4-FpT1d#W+MF&&C z;CNgcjN_2?WE?D_;{qE%2S?Je!U{TgxA+wCIpWpg3+UM3MKQep(WqkpTlgpoz~yv2 zyQ6e)6CDF@p@TcbcZ$C&zE`|e{E+w;bc}nN4z|%T?s-1{xq?d!U|@w?jVlO(+`hNMkv)TsJ*}dH%jr0hQ98(fd6qB*kAD7o$%_I{MCW43134kdr;oA^-QHDCvoGG> zBLV}A5Bmk!hb43{O7Ei7({zwCwSr8{U+CZ_dRIJ1 z>EJdx`f=vQ{=4W|c%{(6{gQ8${9$?~Zki(uV8BxhV4yQ}@H`zI+v%Xf>E;>1uM5r@ zvFNBvrGuGtjFUqLd(u(giw-(7KGZogK5!WG5fpOj#|{`n*s=~!`JI>@OZ z2Pme4L+R)@oDPnqXX9d{gPa=D=ZY_&qu(MrxWW^`m5x`&Mg+*MEIKB@Q7jD5~hRPundqJ)>q;~h3KL3QnBOLpb?ybBJy5*kC0RC zc@?+n(ROo1S3RofP{l4Cxfh4hC|2rz5690wpY2gdPEy5jSfl_aX^Hg%2{lcTd zlftis-v~X}LDWZ7Oh-c{3a=4%7Ul^Hg@c8+2uBD<38xBY3V$YiK=_dGafdifPf6ez z;S0i-gf9!<6233|RCr2wL5LshoFkDaeTN1caI77%E=MB7?_`|$WY#$q!7x{=y zyrupmB`3%nrT!v*Q5cK27k4sE*iFcvSs1@bc&l)Xp$8wa5e5>`AUg|t2(K3o7M2UA2e z-EU3pVZ1xSK0P(pI390X({hb{BkUWewwr-X<@Pb)QnDSq*FoP7Oz1#e2R3(Le+MphAg9vlP+FO*z4rZ; zJ)FO3c4K7-t+yQi()pV-lewk$rrG5)nVWjm*E#<3Rc~`#SGn~iRjeO%)uWEDzv@RE z|0_IThiCOLKf^2VOZ%2t-F%JstZnz(b7$ok?_}F6W?@gq+s(6b%`12l7uqLgbu$XC zvxBp9jrrHveLFA#*nOQ{2L$f2H_y&Bt9#+o%l>$FH>2t<`{L}}^i?-tYKLc=#`Q25 L3$F`Y2I_wSj@j>6 diff --git a/MDK-ARM/uksvep_2_2_v1/message.o b/MDK-ARM/uksvep_2_2_v1/message.o index 6dd11a2c6a4cd4abc465d3da9808d6be85f08048..b86571c49ef9330fd36725ee3da0139095a16cfe 100644 GIT binary patch delta 298 zcmdntbiiqX0^^O1il3Qy4mg}>KGEs$MZn=i<7NqFHFm}slkK_e7-wv*{Y6AJ?)q!ps)91meLsPsHzq48iUR;Y CBv|MG delta 297 zcmW;GF-XHu5C-78G{vMtOkJw9sRxY$h>k${L(b<@p&2nr5P(oqURw#Ywq5F8yX zS#+{)y46V>6g%o9IJx=z;N8dFz2mrHa+~C#jt0?>W$&#$_KL7HKcP7`Dyy0o=au)8 zn~O-|*>X@Ed#UA?wP)F)D#eT6RSs=W-8*`NYWbzy0ra%RlWW5)Dh%qSVfj4uT< zwoYY+qtNN}M*%Y?X(9e==)Y6@$B^2ZM12`_ADmjdyq6e0sdo8bF$w1s@ns>-Rs|oV zeNx8QuhtG;$ah+RLuMu_XW@U?L+|kVQc%5jxu0w|fV^y!OtmievENQr}XCI;bsdMYu-aC~) zo~>XXmk@BwZDn;>Rjz`$Eo( zh{~vv7S{Mud&jAc;Bo7JM~uGu^tr^{9j97@+gs@T?{mH;)%QUYV{O5+Eg^{oiDZ@Z z*5DtlA%2}TY2=y#%g_1#WIi;T={2S4MlH`!Hnj(DKgTgElbf=Ixhc9frq+DkRofP< zu{uWf;47>iKJTS>bf{bOI@jjHCYNGb(VJp6wFMV+h&pWxxHDC^6W0Y?sWr=&%8M+& zuV=)-a9h8!Uh)m^ozfg?$7|<1PQju`t?@Mtb=s~z-x2&hEPcj`9n~$hsw1TPD0HP3 ztLX^lHnX~pV7WDR)R4?C!~MD$Iuvu5f>Twmudeqsl@`&6)HI)STiZwV88-Lttg)p9 z^c2vX*RE(zXRJ}};9E8|XSjJ|J7c3_6 z)~#dHyFSrwT(DBp$>ve(nX#$PqPxnrSdV>5S#~D*NyAR)2(IW(z)Au0t~a> z8<#2?TN_S{8^cp4wbBZ)`}~SO@*}o3o6f|r%=l7df-_aFnlwmv zwisJ@o-1r$3#-~vH~7b__4zZVE^QNAd`-tVg^*G^g#xFRH-6g2()Ty{IB$HQwXkvd z6yDg&X)|xkXch3L)cK&fwYj%jtu3OkgZ2ShS6X@F71k96uk)eSKMQ8?C#!P9MS#QKtPv|h^0Xb&!Hp*7dnRORGT zd+^SN!xL{2e55t1FoEA`%_!`F)#&cRfcR@$Lv~Rfk0?H`U}0+yrda+d8zK*!=QYZS zw&1Jht+;D`jeV>w85&?7E|M{X$@Z1(GmPhOM9@ktvwiQZ4bVV z<0+K?)fTfwE-z6S)Yjm$?NN0UYvv{_S?%T)8IjR7Dx`LMbY09A1Eo#vF?H6q>G761 zJ!U|JV_M!G0n^st+;(Xc=@`vykE|n;>)J0*YYiq@r&HksteM)HHRj4LIu|H&nbMn z)bZ>t4If`SQ&n9xJ-)TlZb-C7%uI~l*h~TBi*UitWzC&AO4Vz;#~ty$neON*VX+Re z-tgVbo%}MbhFAES;+!Q(tw9jDeNERpNU0H!v^x2EK6vkWWsAC5YiKAr$P+ixawS)> zaGDq4CSz62N*g=)+{N{R#na8(V?v`Jnr}*bED&r>uGhYPsOej|IG$Rlz|;CkG+(7RS6j zIJ)hEx}&}CzpCTm>Vl4bTd-R@|Nm7-_HLF||IfpztntCBj#F{6&7ms&j*D>o{Kn&~ ztLO9<``fH}b27R=;N<*+&6l`wpa)xV?&D;#X6=~c<#jlBwLY7ZAx^bgO>?ruhpi16 zbIVjuQHAsTm6nJFdm*0NDk>Vbls}W2UpkE$d%)$!#4(cLA&>nyhZ&6yXKdu_L~hJb z#@u1qk-5w;9hrJTKXDv0DutD^JzhLK!P>DdsmGgz%t*TE;euv%J~Q66+|MRhzpsna z4h(0;ajS7#0zYG=Rj0<+{g>b5>C89~ZKZFE=liUM)!p%cQ(fI#FU6y#u30&C@z%lW zWIb~vGqSn0duzP*^ay5DS%<0ky?)^h~ zvi11=Q$c~x{`_f8DqxUg2`RBQK! z1U}VTu_0azo8(+3Iv0MV;lzen8b99PtL+dXbDA~k;jCVVPz#Nv9M2QLxxl$G#szL+ zp7qGXS?YF(tZyI5ZU{bnOclkG8V+y1JVLxS+0vfM>KlgAHNi*vQ9ptz4~cR9G^&PjDocGvgPMAOBBzpRoMt zdDh8S`ieefR&0HWr?d=pkX2Z^w#*t;pCUZv*6jNILa(rT@4iyRS6Fj)e}D!w^m?_z z=|@dqjSKy-65dPg9*JgV!aQEo8e1`QuE^*kfGjb)$eQwAf+#I&Sn%HKE_65T4;DJvk5$n7u&y2;OTxDp}gd| z#R$X`&YAZq3I4%V?@kGRJDF>?joMMQ?@uh1*mdDmjj`HlA7 zxA2Ml1$+N3e29KRLnD8+`4S%IcbXL=n0E#Y9neLn-eL*d!tj<#5Gza;-%p3}5S%^% zZEO&U(~LWWcZt-w3$E^v;BL6OM}m9cYMBK03e)i$s(-0)dsj-)eIm}gR)R{A=zTzf zWg^+TNrL4f&1*~G7n$D2B&ZU7yiZ85LiG1OCBaIO?cFKCDly3WqF*9wZVk`3}5T$`Nddms9Rk z@^0AP0aX3p6JEym0J9#A*aAB0STvHwPA5cDV3kK9dI82cX?X#UQhxqI zcu&3vS!#cs88J=`XQ_r|ev!OnFf&FtR2OQ?e1Qtp8^~zB&?6v7NJrxiLKdlTcb~|= zd&ZzlVHf!$^GucHUsX@BEdOqJZkFXH({qO`pLKhd$#Qd?r`BfvkfWAF&lU*QqN2$5 zWTw=j@Fs|;E8S+)Wu9$eqo^F_*(u9|RL^c%9%3-%L)Z*Nv!f=v>B*FWiEb7jg^njA;Pk~7#`H>_I9{K^y|bXw3!$%1LmpQE zY=VY99eI2h;1>ed@?`Jt0Dls=j;DE-Zf5L;D1aG!nD-%oHwoOphkI{@YyV#e&EzAz zTYwx;%yYfZ0sKUg5}wDDt?;!MKJ|QeqMqehgd+7o&t{&xWqF|LStZMZ4bT0ue3j{` zljY%V&n{UWAIB051>^rU7<~ed6p& z66T@q|4HTBRFCYV>y9)Jb@3)N-E~*GXBWzMQu&@t&u*0OqVm!{o)2WX(%;|nl?2PP zJwMBG)gVs`%CsQ4Ru1)OXuvu$UOminDazD+*IFNouSW|K_Tpqf+gQvK-9`oXoKM4}z|jEMK8|vSoRw z;Ta;!SDT&!Ssvl`6wC6cIL~ZZ&P!xUHf{}m5ZV<<3s9Zn9}D6U5U#1|@%MqrxMU^H zES^R`{s9yd>Tv3TJ{x!NM8jCZy>S3et8YW^5+%5ut1RgqGAM(~V$k}fJn~Br&a6WC z4GHm>$(ECFAW!;d6dTMEc7b_=nBkn=j^I|=aWBsNBsh~@`WRy$e$UuQTWO-H3);H06AEMhB$)QV7*Ns%8x>o-u! zZ7fPv3eCR)pM<(HMdhi?{7%AaRGz}je@Hl0==0IaQyVs=t?TwTkyx^Q44pR0Ga`m2fSpg0p`EzfR5`B4_uT z!H|3aQyx&=FmIRo52E4F*N_HI+wkzOA3}7xRMExOmhyi7n88OOk}W1;tCMgnb0XOQwXE3W}FYCG0CGUa}=mVUD19nIhrkg5u>`2?q*_mzfd{5{MVGbSrN6 zP8Y8b7vd!w55tO&hTuvkUL5(=g65p!#eu^F%{j%31BVNma*7uRju027d>J_#N6vDc zDR<;!1WhVU`DE13l(E8@RhlJ7J^}A$MR?`>20~tPGiZ?*gJ-bqR7#?WWYNwhk0W17 ztPk=yN1jV^Aor8ROJqJvXf(;X9K-%lHcX*p_;(RM_7*JjaC!zWzH3q7C2NVE2@TV6 zS`v0@)D!O@7JWS)PI32y_9kL)hBkAw7dh_q7r|;OTZB4Q_GA*>LS6%9vSysK|Ax{w z+-~WwneHLZCKhIam#lvRaDp;q8)NrFDhf0O`w3~vR1g?6hWByhG!ctHyh6kzO*uxy zy&ygyVzNe~l%|T>-p`V^LSmVQ7a*1o9lWFs$Hk@kT~ved98M~Wm;ugkx!%4=>9>PY zRqazy8^~~kzKoQ3Lm+2fMX$z_k}m)J>WPppJaGJE1BbduTAT|y_BJ!uj;$?WMVVJMf~ zeSw!_?N@y?1Xp^pq}<76&lL{zL+&KAXP6W_$?O>|VJMm1`M?Ls+c@%;>zOR&PBMF@ zOBl*!cd^9CWf9uQrN}M=Eeu3u=EGEqoa3iC5w&SsLNJ7qw_iZ4>%$Y6K|#+;ZXXN(KyyPwrifV}3tX)pY zg$4li+3g@N5O$C<1B7&P26T!4ZGuKhNa#LFDEiV6G81+H#gJ-bC3Z-MhHQ* z2^lCi&Uwk|?VtyQD`mY&X#m+W-2>GfkcyG&CR|)XBQ3obWd8jicz=Bm2(|-56)@fE zbJ54alC8RnMgJtrFR9VL%5uFC-7L$mnM}O|wpi=x;6`P)B;(ApK$+||oGiGM0Fh(wSiuwh2Z6bw@5Ker&4+L?Ty#rdV{q`2A3=!QZ{^OA8SzhcLTZwO zD2yILrIOr1UJm3VYUp$ItR-;%U=*v?*>&p-pS$+bFIjN3PO_=~1`_<6}qIWmiuU6J@>|aL4<4FS#GMZ?#CqTrH*|!#mt^;T{T6r59JTl3t6&kc5 ztsHW!F4y?Gl73*Sy}Lkk^U`j#^6UR4o;b<=0b+h6aJE1U=h%rJI7xiTu@fCph#g;S zL4R2!@;J7jldlo)E3^gu!*sEPww{Zw6Dy1t@rtRko4L*BilV@!*NY77fa3d;a)?p; z6?5AZjqcu)3koLMvu22Cx@)4Q>wE0IGsK;kp383#vBFiee47@lG}`&aBFFWR1O5oC zEEe_LuTRo6{iqhBuhzQj+cZy>=E_nIFU!|dU8xs)bmh>pGF^F9?9pN>G?%_j`6MKJ zon!||7J$rE0m;W9$sTc3S3V-iUU5_tJ?fVioLgKz4Eo>d@Z(r z7OF4MVlLB6QqgzlWsX*aF+(%UwJ0=+EPK9d`k?S-M!YsZ_ zGqRK~D$CFq@%g}axE5BcM0^HExK_3 zr}t$+puC}$q0{jgGV^U3-TU&jMCC2@C`x6RFJ+HeXSXuTYxn5DcA zO^@;(#L?)Co&)1|L3LF=Q1_rzrbX(?|EPO3gC^~5NAe*gZ-*ow`61HgqlTke>`F~T zK!z6iyBwt9$3n9r-6%nzEB*)MwL?HlJ}H}-&S%oESx ztINyt#7pWbjjy(Eyh-fG!$KglOn5oI`Pw7P#dz^%p}oFbbjR~?;MsEQ>SD2)JYW1F zj?4{=S|IM?qI6o|t(%cp`cUNXRg>($Efg7Ae|&uWsdh?NyMD2#(^Y)Wt1Gf=7mND` ze}V@8c@;DEf$IycAF-s7d_Q=Sy@`X$^!bt&4fy4Pq;Fo%jA4WDp$YEh;ULZvF27M2n0>qWfDg{ZXK}hcs6Cl67zeGA^r@DP z4Dhrf(zmt7%#aR!t35Q8s{6(sc$e6&ABQl0T;S`w#7g0>03eHLNCJ8pDMs{C1RoLb zf`b-H@<8A7nsCr(yvaDIhHr4tGWjkJ>Lq=iql0W{Eu?R8bWn$npc^zwxVJce$*2Q$ zjWFu2X2uv)ECuqq+K2D-PgdZwMYRP@s;QU9Ka_JpOPub&o1dYqy) zfaa2t`y;%p(H{L(IH+%BXg7u2%Q&PvdROcVIlU8-YkG}a3Li8k_chrQuJCrfEw;105ZEcDXXncApl}fz|g3txn0GR1~Q0 zs_c!-pl{hBKiv6RzJ1fOs@zGPE~GHGQP{hbb!F^ zoSj3O(-&uQfL|c8OuTkxRoHK2D3f!0V#J1p_1*`67@{5$X>_+1#r zii*e4sdnBa%C?Mdn4+REe;WMH;ol>WpBCVo3T-`8$+~6$5_V5muMqnV8WQ*6FrEYa zJ}~ybo%(MBJ_)~RVfi}XpJ6Zc>wq^G*=sYEZI{bmCn%_|x6at_;Tfj-vw-EV6G(m~ zaKCc<+MY^^=V{D5JrNQ=6Z|vt?6u(WGX?uux|WvNAN5p5h_z+5-V4}MZug=q20E{o zlH1i!n+qPn*}qa4`vY-IU&07C0sjTDemsoZfuEt@sDyE3Dq}sJpRa`U6M&~9C9}fv zOyD)Z_~7OE%K`3z-13F-NZ^uD%)xeL0-{T0^0O!zeb}%}G9|NXeb4&Z3z-J5mq0JalXaKPc89gFg!3V(a z084|1?qc9ryOJM168ZiCtT;j#R4|c-qf$2Bwa>O17o{jvVc%=%T1@7VeE-8dx0QR56 zGSnDWcnidr2s|^4KL-9=I1oJuup?o-pX9*b06!C6dI+Bi<0|SQ@V|gBEemBl;qzfU zn1$pl9q-1oJ1In`qs73z!U}P~>wq5!;|$=gSVAJhI2*V}cuAoOhKKPlVfkoaJ-l+n zVg#myF~nFmIV(=j#0MWJ(4s^N3!so4UX$Fw%Yln30?!Upw)N91DzGBnW9L^Wd7`Mo z-c+Gvh-$1u71+GpUSWS9zUuRV|7VSzg{$_;ZY+BCjQPqX+6!wqd(K{gqL{kaewL&! uAb6+Phly%UvHv8)){%C~0$iV-W9QLz-yC}}u8Do{&kWVn?(iQEU;ht^tje7L delta 12316 zcmZvi3tSb|zQ@;EGqd*q18znHwxVnZ6(8X*T4tb~>FKlD1J{bASI~FQao0d}d~SfB*klvu3UT zS~Ig|?>is4|7>JM!hL;96gCc<5KQaKJdCqc)`~?j`a9o>c|PGxe`z?=#}C9dgz0Am z)4v|WblaiDu2&AzM`_KvJB#U!Ih8B2Dl2ryyKw$wOy!DBVtH=mihg1f_8ml>rO=Jq*tL6dq&z|A6L2;n`-SW2{JFuxfj;WQ(7UmHZ zqP8I@Dt26tW4uCCsaut8qIO6<&*D|0HV||m2V>=LtvbLfNO9FH>zFE(x=s&Rdphq` z>iRuk6{IHF$Hl4lDs_WOt<%JLr8QSm_bK8+Lrrz})2eu*v8J?FhT!Se!9HDhs&%1H zyHVMVY85LfNaD3U8dEM(TG=+bCC&evsXXPPbt12clGc9Qi?zX$muYi$2-xUl*R=*%mu$peP+ zjy2B>C>CP>O-sMK17B=)zI!rv)vUhzX|5J!oLFt8q&M*OR??u`#fckM!Jx8;sW(~e z=wQ?3roct(i$O#0{^@%B!KTX%f!#N0AGn@Tr)C_hW2`Z7{bsYp2a8mdq=vw?hGu<( zHGc5gxK-CPeq|Y`E^|~ACFzwsS=kZ{JYroL+=f48IWyW1UE8EqIkz??8(ShPqAK9c z$Xir229`9b+Z?dv*Eto#irf;lr7^IeNmOaupj|D0khE6NW?01;iF};(ct*#t{-OF_ zu-?i@pPXFZT$e*Pnl2+pfm)GKH^8pH`chNimyq=(SSebRTUPN>FtDbnIqx=DWiD3H z6v(P)RZW4p)~F%q7WY{GmH8Q#@tV?JS~Js;KAD*1jRB1D)Tp+UIU&)D?|} z%vt5i`Xt6`_XXKjkyTlr%tS30tTxD8!&ZVS>pieGlZRPGW|^DSP6(pZsg%94o<;Lo z&h?>)TkE;ZUYuKJGAk8cb;zn57FSa?^flh*%V5~WA*cd1X8u+7084HRoU#TFPlEH* z;cdcdsFQJFC#-|RTf5aH4*T;#{Z<||iE?bUUKySkx4wn0+j=>23+vge&-f44!h4eV z7gpsx9rwXU9r;QteMAy3weBC0$crrRh(uA)ShI7)FrN5o z0}aN5H&$NB4%<<0xOi=lM-SVCRC!WkpxRQhJMs-ym+VBo%o>^f(!@^ici8?pVHtHl z2sDS#w?vn?hea20sroRm=Ipcy_Yvx+Nf?}TZ0r-Hv`wKJ4dxkf5;A> zn}P2d5T3Ocr?O;MR%2j9(1lPcy@#eI8F<0K*EeZ;%cv{2!#5Z>TT?k|q2SM1ydaLB zwcG{m`7x`1fnRhD*3=ec@vtK|6wD#PzzS>dm<{2nH+h9}u`yuYv_2p6Q}oTo=F*x6 z^Uc67HD|`I^S*@v@vX}QzDtJjo zT}%PW$1H}BaAnj@vI+MfSQ;2vZUjEN!MBO6N=@+}KIUTGO)I;|)B4%#zYRcY(}utn zYk5&(>s2lEaty$Rz@ygdMM=EGI#blz`v=?@&=B@H4%7$H1mo;!CT!ih%(&BJ8`oSL zG*|Nsau7{Z^rL`h(HPW5yip(YxH720{&Pus`EN5C;~DxbMRGOD2B+hCZ*-9L5 z1ZXmB>0bVO_mKBZ+dCM@Zv4IX(f{Zju)P}tk7C|wQFb)*9QbF#nM78*sr*)bLMQOr zS*(HyMb_eJdw5r?-Sp0)Z_pYxJ-J!^nolVCpoc z*V>xCnLjQvqXsbM3fZp0X4p3Mmj5I?3zZ2gdRMIYe1x@fUEB8cc}#EnTM4&3OGh&O zJ*#$4oONnljCM4g>0eo=pNr#tx2#W$t@yWMr;KCzzDTRGI?l>n-wu;?$@}yRW35-#CpZ!YGrcE=Ppr0m5Yx-81MB0gru7@eksNE&6RUWx<=PPED9d2_Gt64~ zLaa4(!vG#*m2DU+_6@hrZ0LYnZ|#P}=&$eur{er{Y19NgEzicpHFaaGIN5wC%LT>Zl+bug&C!kbYdoRGv!zLh8Dp)ar_(yQ(Ady}2Q@KobWQrp{e&2nU-QuZA30}M(QEB^idFX7PtbA< zmEJf7KHC}x3pDM8#?5i)S>N0?d|jOET3-0`V8)aSS_%Rs#^Vc*f{7G?f zjQ^8Z-WU}#2%}L+&t>c!sw*;8P01_v|E(jRqwoa($S!<(62jB>S~mCaalTX8Jjp8q zlo#$>fCybHdWK?=7rsNnQz92{CKQ~!@Iw-I2^qb-@H`2x2^qe;@G=SSh$HBGibY-+ zAmKD3Sqjk$A^c60@tn?i zu5alS{tM6bFDT@T!}xapceA+0F);l<7W3OUE;MR3pM;~Ycn_8q?k zjau!SIFDy}o97Euv{3OuJ;|d^z?zRCE>3Yx+0B?I>I{^JNI4DV04ZNfJK zpF%lA$~CEc24z1f%nFtBIh1{*7+xuzg>;mpIH{b2a)Oj3seA$D2r1p5*i}3a1w+o$ zN>r+2s!+o(@eYZr6n!WUdRyF~DGdtqDCK~$5S8~`y7G4P03`dv(f9Iv9^u{zqjE%L z3SDJ3OgzIe35O&8zs%=O?meO~7Iy->cb{fV{|Apx&@XcLbAT=?gl{=>zaZf|uDbV1 z_@3+TS0r5GhWm91|HEDGHzi!=G44YWe&F$}E!8Nt4+>WXsVtfmJcFLgX(z&x&Hsj9 z-rkuDIp_JlS*1LeZ}-)d^8Su98Y=m~} zTe!kqso~$6!;q%13;&*(V`cg$)tn;JKkMdPnXWU;#WH=(WiFTL`WUm)$Gpu2-HbQ4 z!SD!96dp`q$|@udL5R51WkmEat3#P0dNFgaO!rmIgEHM;XUZRurw^(fk>`qu7-ZH; zTLv?4$n;Rvbi#!yACaY-ZK}K>7-^U((va(7c!9)q>tT$Y+QyipjK_~~jOOmiaEU|c zJH}xg&j753hhsd(@h5-_1QU3I`=5Zz1QWT({qR=Cav}it@`3IRfR_mF*+|kAIC?VkL7DEOnqHair<;$- z^j(JeluW0)%snzaB8J6X7ij;pP#hz9_%Ap~#5BxmP8M5_w4#JFmW6sa*Liy5FwD8Y zr0d@f*;&d=y8O$OUZk4x8l8(hCSBqLRNeV-lDP-zS(ILqV!n!WF{PKLn(xVUnYX+7 znS>QR%}X*}-q#EuO%sxH)c}*D0!t|Knt^6Vr0MdVk7cmfU8q6atJtaV))(-2mtMl% zwWymtm(4*xU6n8w{d7aZJj}OERk(iJZ$3AeQioz@p%~`~SAw&L8IPoW9t2&oOy8lJ z-DP@!ZuXJsyAAUmnI7aaC&~1X7_(5Ov*MYOgj>Th2-+QOC*yh)Z$Ai?5S(L^V&_3g zzU@KmSuC}F>~bXI)???!HS3FcysnpWw+mp`dJ(QJM#6(!Wo=)h3=>i0B*=~~Jp2O) zcCW(tF&VuuE+u0h-u9~q){n(K3*`+`(m8t&!L72d+}QKKLo-;%XBkWX8)J9lNPnjz zF)_^Yr9Hwu-ZE%>uwy zFC=9Vi%^w(;{)&|xGSSop2&#y=&FS9v>TTnV99 znV|Bv%m_&HM3uXl(I|0}iu<#nY!99IUX{l&BTV9bDvxDGD~Xd;-i8@%Bu-Iz3^UqE zEL3@GW+X}cgUU^2csonJU**xvxLsnA%3aLpBXO$ATQTEKiPKab#f-rcr>i`Y8N(&c zP%#vY9Emek9>I*!5@)GAoEa0F(aV%#m4`8-P?}3rt}|o0#Mvr$GGn&HIVyKBW1+;k zD%Y6tki>Z^0@zq4alXnGW~`LBK*h?a@wmi=Dqg+3#wN+7Dm}}ETi|anH7H){^u>lx z+8alT_Ff z#xKqG+nKUabs_r=>AwjThd;+Kura>B#X2ccx?N_ zq-MY#W7{*y4sunKF3EVFXeilQoyOWwPh^FY?%hNB@P(M>QD|Sh_&$aNFI+|PWOx{M zp@pGB_5GyV#3Co*;k3f`-c0ITcr)93zFnMSA5=|c^KnjQmYAqOBC>?-zqFJhjq z#_g8=>ggV0FJPe;c;VXTfFqSY)r>s>tH{w5tS5Msd| zwck%5Jx&=1IUXe^9{weih)dYL3ReEXjRfT)k9-o4g^N(|Vi##iz>8g^PXb=-BA=Du z#hYE^bCU387r9#k-s~dxNuW2oD5|P90i}Ng8TZ-4I5#!v73S`RdevVmhAcz zrsa^-{w!LkDdssaB-(@7Op@3xN zk6{-ufcl=r$TeYJxRiW`kq@JYP}$qwZqRk5zK~Pj(RHp5*Q&=6u zvRP&7t2VhoSV2muA#zY*pxeBDLcK$?(e)`&WS3?#TJHiyk!$#Ntc?$7&ZD;{*)tnX z7=d!poEMhwgnWDGr0h0wx}EYehY8mmu!_OzW*nSCBQHlM*t|y}@a~Sj5E_tF{f0~3 z7kM5@%B#N2BEOaCSJlWLWcq*}c~z$0G?XrWf!oS3JAyCe>)XdNf|+UkCvp~ z(URC*L|d9qEWdm3LY34vmLNYW=d!E%#)f7x>@(T6@O%_LoLt`|SDZ?P_}`mU|!JH($Z`=46Fzoa#G|H8-kHv((*{(|*< zc?1@@{imMdwFYPYqq}$x=P5qp1wMnP`W|?JKZ8YTf7ovRt{bb={uA%=XZm58+Fx{) zZ{ZI5JfN)cJ^3r|?o0WVcSV-`U-?~Fv-WTJmA@EEi`Km(#i9#$%A#Ggq|fL2J>bBeJ|L4wpdvGpR?!Ifrtb)c3@>*;*UN zVJ)m0hZ3y=3Qjnzb;;H`AJ(GNG|iEtMfK1O@^I{OoYPu6I-__!UDI;3u$~ZNkn2CP z?_c+eovrt;NVEG-#jm9Vtp+MLeLIUp*9pIrrD=%{rBX@Ll5@4&a2wEOg_9B()0aMDn&=HN!m-)^sYhTGJ0}k&a?Ce426; zo~CjX=15$tqZcy23#qm8U+Q6`W@+K*O!cs)Q~w^eEg!&gxY_by8<<+QAgy&OU-*X4 z5Z(AJ{{u5bB-q+W0mUvas_-fy|S>ibE;{NT$!p-p^*5@w~BSd|kkIxqE z@Zjq2Fk9@!*!F!eM_dtCr}^KWD<0-z=U9KQ`68J+mY}Pb=KAhkAd_{r1uslbhk7%8U|*)wRJ9u$X=6g^U-Nt`7l`Nm%N`OQe#Z>VQ8Zbr9hu$_ z8_ijs&^8Un{ll3~6HIMNvk!eZbybdT?emn16TVj-5j!0TFi*(xk6t2H3GY7mQ=V}M zOL{pNhxnlw`W!#{JCBX#F)D+;ul2@8pVjiP(K*^;qlqhsjjoeEm(fOfXm+Bhh&H<9 z7_Pe_JJ)zM?FEI2Z zW}<48PJ_Snqw~?D3Tv<2gxi5+jj^rpXY#&7;)Kiz`K9y9az_V^Y|_F*j;`MqpJ3xOQwwO~3y zX$vO1IqUZ)h;6}SPiX$F1X6fE!rs$@asOtWe#idzJjxg)xjh>BE*NqDWLTnR^of@W za(dtP3#uXl=)mpKy+Ixyt-KJ;iX`BA>Fz)9fD5dRE*bvV=Kg;>EW``^d-j-@Eo z$>Y(91tI+h=v}~FLwpnbVxDhRMqsx44;BICaonQ`z7$BU|C=-csZEjp2}k$#x}L!*5DoB384yg z0$=mu*3mbVVE}~d2zad5*aZv)w?W{_0>^>rN7<4WfIn%$>%sI3Z`oqo!MiZKvQ^+9(yf+l-lpz`1CluMlJ;CWNsl%y2K`oV!pAcr|{C%A8HvZvj6}9 diff --git a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.build_log.htm b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.build_log.htm index 19fda73..26aefd4 100644 --- a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.build_log.htm +++ b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.build_log.htm @@ -27,6 +27,10 @@ Project File Date: 08/28/2025

Output:

*** Using Compiler 'V6.19', folder: 'D:\Keil\ARM\ARMCLANG\Bin' Build target 'uksvep_2_2_v1' +compiling main.c... +linking... +Program Size: Code=26326 RO-data=378 RW-data=24 ZI-data=4032 +FromELF: creating hex file... "uksvep_2_2_v1\uksvep_2_2_v1.axf" - 0 Error(s), 0 Warning(s).

Software Packages used:

@@ -51,7 +55,7 @@ Package Vendor: Keil * Component: ARM::CMSIS:CORE:5.6.0 Include file: CMSIS/Core/Include/tz_context.h -Build Time Elapsed: 00:00:01 +Build Time Elapsed: 00:00:02 diff --git a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.hex b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.hex index 02fdc0b..0fd7b1a 100644 --- a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.hex +++ b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.hex @@ -1,36 +1,36 @@ :020000040800F2 -:10000000D80F0020CD010008A9450008553C000884 -:1000100055410008D5020008DD520008000000002C -:10002000000000000000000000000000314B00084C -:100030004D0500080000000019460008FD4B0008AF +:10000000D80F0020CD01000869460008553C0008C3 +:100010005D410008D50200089D5300080000000063 +:10002000000000000000000000000000F14B00088C +:100030004D05000800000000D9460008BD4C00082E :10004000E7010008E7010008E7010008E7010008F0 :10005000E7010008E7010008E7010008E7010008E0 :10006000E7010008E7010008E7010008E7010008D0 :10007000E7010008E7010008E7010008E7010008C0 -:10008000E7010008E7010008E7010008BD52000889 -:10009000CD520008E7010008E7010008E701000869 +:10008000E7010008E7010008E70100087D530008C8 +:100090008D530008E7010008E7010008E7010008A8 :1000A000E7010008E7010008E7010008E701000890 -:1000B000E7010008E70100087D4C0008E70100089F +:1000B000E7010008E70100083D4D0008E7010008DE :1000C000E7010008E7010008E7010008E701000870 :1000D000E7010008E7010008E7010008E701000860 :1000E000E7010008E7010008E7010008E701000850 -:1000F0008D4C0008E7010008E7010008E70100084F +:1000F0004D4D0008E7010008E7010008E70100088E :10010000E7010008E7010008E7010008E70100082F -:10011000154F0008E7010008E7010008E7010008A3 +:10011000D54F0008E7010008E7010008E7010008E3 :10012000E7010008E7010008E7010008E70100080F :1001300000F002F800F03AF80AA090E8000C8244BF :100140008344AAF10107DA4501D100F02FF8AFF29C :10015000090EBAE80F0013F0010F18BFFB1A43F0A5 -:1001600001031847EC6500000C660000103A24BF3C +:1001600001031847CC660000EC660000103A24BF7B :1001700078C878C1FAD8520724BF30C830C144BF0C :1001800004680C607047000000230024002500264E :10019000103A28BF78C1FBD8520728BF30C148BFEA :1001A0000B6070471FB51FBD10B510BD00F058F8AB -:1001B0001146FFF7F7FF05F051F900F076F803B4A8 +:1001B0001146FFF7F7FF05F0B1F900F076F803B448 :1001C000FFF7F2FF03BC00F07DF80000094880470C :1001D00009480047FEE7FEE7FEE7FEE7FEE7FEE729 :1001E000FEE7FEE7FEE7FEE704480549054A064B41 -:1001F00070470000794C000831010008D807002042 +:1001F00070470000394D000831010008D807002081 :10020000D80F0020D80B0020D80B00204FF00002A0 :1002100000B5134694469646203922BFA0E80C50FC :10022000A0E80C50B1F12001BFF4F7AF090728BFD7 @@ -66,7 +66,7 @@ :1004000040F20440C2F2000040F21053C2F2000376 :1004100000F09CFA40F27C01C2F20001002008705A :10042000012011908FE040F27C00C2F200000078C1 -:10043000032845DBFFE703F031FD40F60040C4F23E +:10043000032845DBFFE703F035FD40F60040C4F23A :1004400001000990202101220A9201F029FF099858 :100450000A9A402101F024FF00208DF83500FFE7C3 :100460009DF8350007282ADCFFE740F60040C4F27B @@ -590,12 +590,12 @@ :1024C00000F0805001900198FFE7FFE70421C4F27B :1024D000010108680090009820F0E06000900098EA :1024E00040F08070009000980860FFE703B07047EC -:1024F00080B582B08DF807009DF9070002F0F0FE6C +:1024F00080B582B08DF807009DF9070002F050FF0B :1025000002B080BD80B586B08DF8170004910392AB -:102510000020029002F0FCFE02909DF9170001904D -:1025200002980499039A02F041F80146019802F0DA -:10253000F7FE06B080BD000080B582B00190019822 -:1025400002F010FF02B080BD80B584B0029001910E +:102510000020029002F05CFF02909DF917000190EC +:1025200002980499039A02F0A1F80146019802F07A +:1025300057FF06B080BD000080B582B001900198C1 +:1025400002F070FF02B080BD80B584B002900191AE :10255000029820B9FFE701208DF80F001BE10198D8 :1025600042F20001C4F20201096801F00701884249 :1025700016D9FFE742F20000C4F20200016821F020 @@ -629,7 +629,7 @@ :10273000FFE702980078000700280DD5FFE741F277 :102740000401C4F20201086820F46050029A126980 :1027500040EAC2000860FFE700F076F841F20401A9 -:10276000C4F202010968C9B20A0946F22671C0F62C +:10276000C4F202010968C9B20A0946F60601C0F6B8 :102770000001895CC84040F20401C2F20001086017 :1027800040F21400C2F200000068FFF711FE0020C2 :102790008DF80F00FFE79DF80F0004B080BD00002A @@ -640,17 +640,17 @@ :1027E0000000C4F20200006800F0070000990860D1 :1027F00002B0704740F20400C2F200000068704767 :1028000080B5FFF7F7FF41F20401C4F20201096845 -:10281000C1F3022246F23671C0F60001895CC8405D +:10281000C1F3022246F61601C0F60001895CC840E9 :1028200080BD000080B5FFF7E5FF41F20401C4F26E -:1028300002010968C1F3C22246F23671C0F60001F6 +:1028300002010968C1F3C22246F61601C0F6000182 :10284000895CC84080BD000086B0002005900490DF :1028500003900290019041F20400C4F2020000686B :102860000590059800F00C000146009100283FD02B :10287000FFE70098042804D0FFE70098082806D056 :1028800037E041F20020C0F27A00019037E005986D -:10289000C0F3834146F23E70C0F60000405C0290F7 +:10289000C0F3834146F61E00C0F60000405C029083 :1028A0009DF81600C007C0B1FFE741F20400C4F272 -:1028B00002000068C0F3404146F24E70C0F60000CE +:1028B00002000068C0F3404146F62E00C0F600005A :1028C000405C0490029841F20021C0F27A01484332 :1028D0000499B0FBF1F0039007E0029840F6001174 :1028E000C0F23D0148430390FFE70398019006E0E2 @@ -709,7 +709,7 @@ :102C30004FFB0390FFE741F22400C4F2020000685A :102C4000800700280CD4FFE7FFF742FB0399401AE6 :102C5000032804D3FFE703208DF81700BFE1EAE75C -:102C6000012001F0DBFC1FE040F28041C4F2422170 +:102C6000012001F03BFD1FE040F28041C4F242210F :102C700000200860FFF72CFB0390FFE741F22400DF :102C8000C4F202000068800700280CD5FFE7FFF7B8 :102C90001FFB0399401A032804D3FFE703208DF894 @@ -786,7 +786,7 @@ :1031000020B9FFE701208DF807003FE0009890F814 :103110003D0040B9FFE70099002081F83C0000988D :1031200000F038F8FFE70099022081F83D0000998F -:1031300051F8040B01F0B2FD0099012081F846001E +:1031300051F8040B01F012FE0099012081F84600BD :10314000FFE70099012081F83E00009981F83F00D7 :10315000009981F84000009981F84100FFE7FFE7FE :103160000099012081F84200009981F843000099FC @@ -822,16 +822,16 @@ :1033400037D0FFE70098602840D0FFE7009870284A :103350000BD0FFE70098B0F5805F05D0FFE700983D :10336000B0F5005F16D052E055E004980068039B6A -:103370005A689968DB6801F03DFD04980068806830 +:103370005A689968DB6801F09DFD049800688068D0 :103380000190019840F07700019001980499096834 :10339000886040E004980068039B5A689968DB687D -:1033A00001F028FD04980168886840F48040886036 -:1033B00031E004980068039A5168D26801F04AFD30 -:1033C00004980068502101F02FFD24E00498006863 -:1033D000039A5168D26801F065FD04980068602185 -:1033E00001F022FD17E004980068039A5168D26842 -:1033F00001F030FD04980068402101F015FD0AE05D -:10340000049800680399096801F00EFD03E00120AB +:1033A00001F088FD04980168886840F480408860D6 +:1033B00031E004980068039A5168D26801F0AAFDD0 +:1033C00004980068502101F08FFD24E00498006803 +:1033D000039A5168D26801F0C5FD04980068602125 +:1033E00001F082FD17E004980068039A5168D268E2 +:1033F00001F090FD04980068402101F075FD0AE09D +:10340000049800680399096801F06EFD03E001204B :103410008DF80B00FFE70499012081F83D00FFE7DC :103420000499002081F83C00FFE79DF80B008DF81F :103430001700FFE79DF8170006B080BD81B000902F @@ -871,16 +871,16 @@ :103650000398FFF7CDFCFFE7FFE704B080BD000053 :1036600081B0009001B0704781B0009001B0704708 :1036700080B582B001900198006840F60001C4F264 -:103680000001884203D1FFE701F072F9FFE70198DA +:103680000001884203D1FFE701F0D2F9FFE701987A :10369000006843F20041C4F20101884205D1FFE70E -:1036A000FEF764FE00F058FDFFE702B080BD0000A9 +:1036A000FEF764FE00F05CFDFFE702B080BD0000A5 :1036B00081B0009001B0704782B00190ADF8021067 :1036C00002B0704781B0009001B0704780B592B0F1 :1036D0001190119800680068109011980068C068F7 :1036E0000F901198006840690E9000200D900C908A :1036F000109800F00F000D900D9888B9FFE79DF825 :103700004000800600280AD5FFE79DF83C008006AF -:10371000002804D5FFE7119801F072FCE9E1FFE70A +:10371000002804D5FFE7119801F0D2FCE9E1FFE7AA :103720000D98002800F0C280FFE79DF83800C00720 :1037300038B9FFE7BDF83C0010F4907F00F0B68088 :10374000FFE79DF84000C00758B1FFE79DF83D0036 @@ -894,14 +894,14 @@ :1037C0003800C00730B1FFE71199486C40F008009D :1037D0004864FFE71198406C002866D0FFE79DF829 :1037E0004000800600280AD5FFE79DF83C008006CF -:1037F000002804D5FFE7119801F002FCFFE71198BB +:1037F000002804D5FFE7119801F062FCFFE711985B :1038000000684069C0F380100C901198406C00076C :10381000002804D4FFE70C9800283ED0FFE7119859 -:1038200001F090FB119800684069400600282FD5F0 +:1038200001F0F0FB119800684069400600282FD590 :10383000FFE7FFE7FFE71198006850E8050F20F069 :1038400040000B90FFE70B991198026842E80510C1 :103850000028F0D1FFE7FFE71198C06B98B1FFE7B0 -:103860001198C16B44F62570C0F6000048631198AA +:103860001198C16B44F6E570C0F6000048631198EA :10387000C06BFEF73BF828B1FFE71198C06B416BB6 :103880008847FFE703E01198FFF71CFFFFE703E01D :103890001198FFF717FFFFE706E01198FFF712FFF7 @@ -939,15 +939,15 @@ :103A9000026842E803100028F0D1FFE7FFE7119920 :103AA000022048631198BDF81210FFF705FEFFE7EA :103AB0001FE09DF84000000600280AD5FFE79DF8AA -:103AC0003C000006002804D5FFE7119801F0ACFB8C +:103AC0003C000006002804D5FFE7119801F00CFC2B :103AD0000FE09DF84000400600280AD5FFE79DF85A -:103AE0003C004006002804D5FFE7119801F074FA65 +:103AE0003C004006002804D5FFE7119801F0D4FA05 :103AF000FFE712B080BD000080B582B00090009852 :103B000020B9FFE701208DF8070040E000988069A8 :103B100008B1FFE700E0FFE7009890F8410040B9E6 :103B2000FFE70099002081F84000009800F034F889 :103B3000FFE70099242081F8410000980168C868D7 -:103B400020F40050C860009801F010FB0098016854 +:103B400020F40050C860009801F070FB00980168F4 :103B5000086920F49040086100980168486920F0E5 :103B60002A00486100980168C86840F40050C860A5 :103B7000009900204864009A202182F84110009AA0 @@ -973,688 +973,702 @@ :103CB0004882C88A40F00F00C882088B40F48070A8 :103CC0000883888B40F2FF5210438883C88940F4F0 :103CD0008070C881C88B40F46060C883C88B40F492 -:103CE0006040C88301B0704788B006900591049287 -:103CF0000698002804D4FFE70698802803DBFFE736 -:103D00000020079058E0059940F28400C2F20000BC -:103D100000EB01100699CA1701EB1271091130F876 -:103D200011000390069800F00F01012000FA01F144 -:103D30000398084003900498D8B3FFE7069940F22F -:103D4000FC20C2F2000030F81110059A40F26050D9 -:103D5000C2F2000000EB4200B0F8C8200020B1EB36 -:103D6000520FC8BF0120029002990120019061B951 -:103D7000FFE7069940F2FC10C2F2000030F8110093 -:103D8000002818BF01200190FFE7019800F0010012 -:103D9000029003990020009031B1FFE702980028BB -:103DA00018BF01200090FFE7009800F00100039089 -:103DB000FFE703980790FFE7079808B070470000F7 -:103DC00080B586B04FF60000C0F6010003900020D9 -:103DD0000290FFE70298802812DCFFE7039802F0C8 -:103DE00089FA029A40F2A061C2F2000121F81200A1 -:103DF000039802300390FFE7029801300290E9E750 -:103E000040F2A060C2F200000190802101F0C8FAE7 -:103E1000019904900498B1F80011884235D1FFE768 -:103E200004984FF6FF7188422FD0FFE740F2CC0094 -:103E3000C2F20000008840F2A061C2F20001B1F8B5 -:103E4000FC10884221D1FFE700200590FFE705988C -:103E50007F2812D8FFE7059A40F2A060C2F2000066 -:103E600030F8120040F26051C2F2000121F8120055 -:103E7000FFE7059801300590E9E740F26051C2F292 -:103E800000010020A1F8FE0004E0FCF761FB00F057 -:103E900051FEFFE7FFF7E0FE06B080BD80B582B0BF -:103EA00040F20440C2F20000009046F20041C4F229 -:103EB0000001016010214160002101918160C16019 -:103EC0004FF4402202614FF4801242610176417644 -:103ED0008176C17601774177FDF7ECF918B1FFE7FC -:103EE000FCF7A4FBFFE7FCF7F7F940F20440C2F24D -:103EF0000000FDF7F9FB18B1FFE7FCF797FBFFE7C0 -:103F000040F20440C2F200000321FCF7F5FC18B1B6 -:103F1000FFE7FCF78BFBFFE702B080BD80B590B0F8 -:103F200000200F900E900D900C90FFE741F21800CA -:103F3000C4F20200016841F010010160006800F065 -:103F400010000B900B98FFE7FFE741F21800C4F256 -:103F50000200016841F004010160006800F0040003 -:103F60000A900A98FFE7FFE741F21800C4F2020046 -:103F7000016841F008010160006800F00800099044 -:103F80000998FFE741F20000C4F2010001904FF4EC -:103F90007371009100220492FEF782F940F600400E -:103FA000C4F2010006906021089101220392FEF7FD -:103FB00077F9019804994EF230020C920D910E910E -:103FC0000CA90791FDF794FFDDF800C00198039B51 -:103FD000049A0799CDF830C00D930E9202220592F3 -:103FE0000F92FDF785FF04980799FF220C920D9020 -:103FF0000E9040F60000C4F201000290FDF778FF39 -:10400000049A069807994FF207030C930D920E92AB -:10401000FDF76EFF0298059A07994FF480730C9391 -:104020000D920F92FDF764FFDDF80CC0049B059A1A -:1040300006980799DDF820E0CDF830E0CDF834C0DF -:104040000E930F92FDF754FF10B080BD80B540F283 -:104050002C40C2F2000043F20001C4F200010160F2 -:104060000021416040F6FF718160FEF737F918B119 -:10407000FFE7FCF7DBFAFFE780BD000080B588B002 -:1040800000210191079106910591049103910291FC -:1040900040F23840C2F2000040F60002C4F20002D2 -:1040A0000260416081604FF47A62C26001618161A7 -:1040B000FFF722F818B1FFE7FCF7B8FAFFE74FF473 -:1040C0008050049040F23840C2F2000004A9FFF78B -:1040D000F3F818B1FFE7FCF7A9FAFFE70020029018 -:1040E000039040F23840C2F2000002A9FEF784FFBC -:1040F00018B1FFE7FCF79AFAFFE740F23840C2F246 -:1041000000000090FFF746F80098FFF76BF808B042 -:1041100080BD000080B582B040F2C840C2F200000D -:10412000019044F60041C4F2000101604FF4E13116 -:10413000416000218160C16001610C2242618161A6 -:10414000C161FFF7D9FC18B1FFE7FCF76FFAFFE791 -:1041500002B080BDFFE7FEE780B582B040F2A0600C -:10416000C2F2000090F801110020B0EBD11F08D17D -:10417000FFE743F20001C4F200014AF6AA200860FA -:10418000FFE740F2CC70C2F20000007808B9FFE708 -:1041900007E200F09FFB40F26051C2F20001009183 -:1041A00081F8210000F0A8FE0099024691F8220053 -:1041B00002F0010200F0FE00104481F8220091F8A4 -:1041C000200000F0FE00104481F8200040F2A4011D -:1041D000C2F200010868013008600A280DDBFFE721 -:1041E00040F2A401C2F200010020086040F27D010B -:1041F000C2F2000101200870FFE740F26050C2F2F5 -:104200000000C078C00780B1FFE740F28000C2F232 -:104210000000006840B1FFE740F28001C2F20001F7 -:10422000086801380860FFE70EE040F26050C2F213 -:104230000000B0F890004FF47A71484340F28001DA -:10424000C2F200010860FFE700F056FE40F2A061F4 -:10425000C2F2000191F8001101F001010843019040 -:10426000019840F2C401C2F200010968B1FA81F17B -:10427000490908420DD0FFE740F2B001C2F2000147 -:10428000FA20086040F2B801C2F200010020086084 -:10429000FFE7019840F2C401C2F20001086040F259 -:1042A000B001C2F20001086801300860FA2821D389 -:1042B000FFE740F2B001C2F200010020086040F2C6 -:1042C000B800C2F20000016801310160016801F02C -:1042D000010140F2AC02C2F200021160006800F07D -:1042E0000700002818BF012040F2A801C2F2000117 -:1042F0000860FFE740F2C001C2F20001012008603F -:1043000040F2BC01C2F20001086040F2AC00C2F20F -:1043100000000068B0FA80F0400940F2C801C2F223 -:10432000000108600198B8B1FFE740F2AC00C2F2AA -:104330000000016840F2C002C2F200021160016890 -:1043400040F2BC02C2F200021160006840F2C801F3 -:10435000C2F200010860AAE040F26050C2F2000020 -:10436000B0F8D40000286FD0FFE740F2BC01C2F2E1 -:1043700000010020086040F2C001C2F200010860A4 -:1043800040F26050C2F20000B0F8D40002280CD114 -:10439000FFE740F2BC01C2F200010120086040F2D8 -:1043A000C001C2F200010860FFE740F26050C2F2B3 -:1043B0000000B0F8D400032810D1FFE740F2AC00B1 -:1043C000C2F20000006840F2BC01C2F200010860C5 -:1043D00040F2C001C2F200010860FFE740F2605005 -:1043E000C2F20000B0F8D400042810D1FFE740F278 -:1043F000A800C2F20000006840F2BC01C2F2000155 -:10440000086040F2C001C2F200010860FFE740F21C -:104410006050C2F20000B0F8D400052813D1FFE7C5 -:1044200040F2A800C2F200000068B0FA80F0400933 -:1044300040F2BC01C2F20001086040F2C001C2F2C9 -:1044400000010860FFE731E040F26050C2F2000076 -:10445000808888B1FFE740F2AC00C2F2000001683A -:1044600040F2C002C2F200021160006840F2BC01DA -:10447000C2F20001086018E040F26050C2F2000091 -:10448000408888B1FFE740F2A800C2F2000001684E -:1044900040F2C002C2F200021160006840F2BC01AA -:1044A000C2F200010860FFE7FFE7FFE7FFE740F225 -:1044B000B401C2F200010868013008600A2822D164 -:1044C000FFE740F2B401C2F200010020086040F2B0 -:1044D000C000C2F20000006850B1FFE741F20000E6 -:1044E000C4F201004FF400710122FDF7D9FE09E08A -:1044F00041F20000C4F201004FF400710022FDF708 -:10450000CFFEFFE7FFE740F2B400C2F20000006810 -:1045100040F26051C2F20001B1F8D01088420ED1D1 -:10452000FFE7019850B9FFE741F20000C4F2010033 -:104530004FF400710022FDF7B3FEFFE7FFE740F202 -:10454000C800C2F20000006848B1FFE741F2000075 -:10455000C4F2010004210122FDF7A2FE08E041F2AD -:104560000000C4F2010004210022FDF799FEFFE7DC -:1045700040F2BC00C2F20000006848B1FFE741F21F -:104580000000C4F2010008210122FDF789FE08E0C5 -:1045900041F20000C4F2010008210022FDF780FE74 -:1045A000FFE702B080BD0000FFE7FEE788B007909C -:1045B00006910592079800F0070004900498C0F156 -:1045C0000700052803D3FFE70420019004E00498C6 -:1045D000C0F107000190FFE70198039004980430B0 -:1045E000062803D8FFE70020009003E00498033872 -:1045F0000090FFE70098029006980399012202FAC2 -:1046000001F101390840029B984005999A40013A0E -:104610001140084308B070477047000082B0019015 -:10462000019840F20401C2F200010968C90844F689 -:10463000D352C1F26202A1FB0221890948430090D2 -:10464000FFE700BFFFE70098411E00910028F8D166 -:10465000FFE702B07047000080B58AB000200690E6 -:10466000ADF8240041F20000C4F2010001904FF4C3 -:1046700000510491FDF7E8FD01460198B1FA81F17E -:104680004A099DF8241001F0FE0111448DF8241010 -:104690004FF400410391FDF7D7FDB0FA80F04109D6 -:1046A0009DF8240000F0FD0040EA41008DF8240050 -:1046B00040F60000C4F2010002900121FDF7C4FDA4 -:1046C00001460298B1FA81F14A099DF8241001F0DF -:1046D000FB0141EA82018DF824100221FDF7B4FDAF -:1046E00001460298B1FA81F14A099DF8241001F0BF -:1046F000F70141EAC2018DF824100421FDF7A4FD61 -:1047000001460298B1FA81F14A099DF8241001F09E -:10471000EF0141EA02118DF824100821FDF794FD04 -:104720000399B0FA80F042099DF8240000F0DF0000 -:1047300040EA42108DF8240040F60040C4F2010027 -:104740000590FDF781FD01460598B1FA81F14A090E -:104750009DF8241001F0BF0141EA82118DF8241068 -:104760004FF48041FDF770FD049902460598B2FAB6 -:1047700082F253099DF8242002F07F0242EAC3121C -:104780008DF82420FDF760FD01460598B1FA81F10E -:104790004A099DF8251001F0FE0111448DF82510FD -:1047A0004FF48051FDF750FD069A01469DF8250013 -:1047B00001F0010100F0FD0040EA41008DF8250004 -:1047C00040F26051C2F20001088EB1F860309842A8 -:1047D0001346C8BF01239DF8250000F0FB0040EA06 -:1047E00083008DF82500488EB1F862309842134658 -:1047F000C8BF01239DF8250000F0F70040EAC30080 -:104800008DF82500888EB1F8643098421346C8BFF1 -:1048100001239DF8250000F0EF0040EA03108DF819 -:104820002500C88EB1F866309842C8BF01229DF8B5 -:10483000250000F0DF0040EA42108DF82500BDF8A9 -:10484000240008800A88088A9043ADF820009DF86B -:10485000200000F07F008DF82000487800F0010271 -:104860009DF8210000F0FE0010448DF821004A78E8 -:104870009DF8210002F0020200F0FD0010448DF8C6 -:104880002100BDF8200048800A88488A9043ADF88E -:104890001C009DF81C0000F07F008DF81C004A7879 -:1048A000C87C104000F001029DF81D0000F0FE00E1 -:1048B00010448DF81D004A789DF81D0002F0020298 -:1048C00000F0FD0010448DF81D00BDF81C0088802C -:1048D0000AB080BD80B584B00020ADF80C0040F671 -:1048E0000000C4F2010001904021FDF7ADFC01463B -:1048F0000198B1FA81F14A099DF80C1001F0FE010E -:1049000011448DF80C108021FDF79EFCB0FA80F068 -:1049100041099DF80C0000F0FD0040EA41008DF8CF -:104920000C0041F20000C4F2010002901021FDF7DA -:104930008BFC01460298B1FA81F14A099DF80C10EE -:1049400001F0FB0141EA82018DF80C102021FDF7F6 -:104950007BFCB0FA80F041099DF80C0000F0F700F4 -:1049600040EAC1008DF80C00BDF80C0004B080BD19 -:1049700080B58AB040F20000C2F200000078A8B30F -:10498000FFE740F20001C2F20001002008708DF83C -:104990002700FFE79DF82700032826DCFFE79DF8A6 -:1049A000271040F26050C2F2000000EB4101642089 -:1049B00008869DF8272040F2D801C2F2000144F297 -:1049C0000000C4F21C6041F822009DF8272040F24C -:1049D000E801C2F20001002041F82200FFE79DF843 -:1049E000270001308DF82700D4E7FFE740F60040AC -:1049F000C4F2010006900221FDF726FC014606984C -:104A0000B1FA81F14B0940F2E802C2F200020892C9 -:104A10001168194411600121FDF716FC0899B0FADC -:104A200080F0420948681044486040F60000C4F233 -:104A3000010007902021FDF707FC089A014607981E -:104A4000B1FA81F14B099168194491601021FDF789 -:104A5000FBFB0899B0FA80F04209C8681044C860AE -:104A600040F2D401C2F2000108680130086042F24D -:104A70001071884259D3FFE740F2D401C2F200011D -:104A8000002008608DF82700FFE79DF82700032825 -:104A90004ADCFFE79DF82710029140F2E800C2F2DD -:104AA0000000059050F8210001F06AFD029A40F2E2 -:104AB000D801C2F20001039151F82210019101F0D6 -:104AC000BDFD0021C4F2400101F07CFC4FF07E519D -:104AD00001F016FC0146019801F012FC029A014611 -:104AE000039840F822109DF82710049150F82100F7 -:104AF0000021C4F2C82101F065FC01F025FD049BF2 -:104B0000059940F26052C2F2000202EB43021086A5 -:104B10009DF82720002041F82200FFE79DF827009C -:104B200001308DF82700B0E7FFE70AB080BD000034 -:104B30007047000080B584B0002002900390FFE72A -:104B400003987F2825D8FFE7039A40F2A060C2F2BD -:104B5000000030F8120040F26051C2F2000131F85A -:104B60001210884210D0FFE7039A40F26050C2F260 -:104B7000000030F8120040F2A061C2F2000121F8FA -:104B8000120001200290FFE7FFE703980130039035 -:104B9000D6E7029878B1FFE740F2A060C2F20000C9 -:104BA0000190802100F0FCFB0199A1F80001812017 -:104BB00001F028FBFFE704B080BD000081B08DF854 -:104BC000030040F27801C2F200014FF01F6008605C -:104BD0009DF803104FF0006000EB015140F2D0004F -:104BE000C2F200000160006840F0805040F2F8011D -:104BF000C2F20001086001B0704700007047000079 -:104C000080B590B006A800902821FBF7FFFA009825 -:104C10000021059104910391029101910A220692CB -:104C200001220A9210230B930C9202220D920E91F4 -:104C30004FF460110F91FDF799FE18B1FFE7FBF7F4 -:104C4000F5FCFFE70F200190022102910020039064 -:104C50004FF480600490059001A8FDF775FC18B131 -:104C6000FFE7FBF7E3FCFFE74FF0E06100221046AF -:104C7000FDF748FE10B080BD7047000080B540F2DF -:104C80003840C2F20000FEF7DDFB80BD80B540F287 -:104C90008040C2F20000FEF7D5FB80BD83B00290D9 -:104CA0000191029800680090029842F60041C4F217 -:104CB0000101884225D0FFE7029843F20041C4F287 -:104CC000010188421DD0FFE70298B0F1804F18D053 -:104CD000FFE7029840F20041C4F20001884210D080 -:104CE000FFE7029840F60001C4F20001884208D0B4 -:104CF000FFE7029840F60041C4F2000188420AD161 -:104D0000FFE7009820F0700000900198416800983B -:104D100008430090FFE7029842F60041C4F2010107 -:104D2000884225D0FFE7029843F20041C4F2010116 -:104D300088421DD0FFE70298B0F1804F18D0FFE7FE -:104D4000029840F20041C4F20001884210D0FFE70F -:104D5000029840F60001C4F20001884208D0FFE743 -:104D6000029840F60041C4F2000188420AD1FFE7F0 -:104D7000009820F4407000900198C16800980843A2 -:104D80000090FFE7009820F08000019949690843EE -:104D90000090009802990860019880680299C862A2 -:104DA0000198006802998862029842F60041C4F2B4 -:104DB0000101884208D0FFE7029843F20041C4F2A3 -:104DC0000101884205D1FFE7019800690299086353 -:104DD000FFE702990120486102980069C00730B1DD -:104DE000FFE70299086920F001000861FFE703B0BE -:104DF0007047000085B004900391029201930498DB -:104E000080680090009820F47F40009003980299F9 -:104E1000019A41EA0221014300980843009000985A -:104E20000499886005B0704783B0029001910298A0 -:104E300080680090009820F0700000900198009920 -:104E4000084340F00700009000980299886003B082 -:104E50007047000085B00490039102920498006AA4 -:104E600000900499086A20F00100086204988069A3 -:104E70000190019820F0F00001900299019840EA19 -:104E800001100190009820F00A000090039900980A -:104E90000843009001980499886100980499086279 -:104EA00005B0704785B00490039102920498006A9F -:104EB00000900499086A20F0100008620498806944 -:104EC0000190019820F4704001900299019840EA05 -:104ED00001300190009820F0A00000900399009804 -:104EE00040EA0110009001980499886100980499A3 -:104EF000086205B07047000080B541F20000C4F2BE -:104F000001004FF48041FDF79FF9B0FA80F04009AD -:104F100080BD000080B540F2C840C2F20000FEF73C -:104F2000D5FB80BD80B582B001900198406A0090A9 -:104F300000990020C8850099C8840098FEF7C2FB3C -:104F400002B080BD84B00390FFE7FFE703980068DC -:104F500050E8030F20F490700290FFE70299039845 -:104F6000026842E803100028F0D1FFE7FFE7FFE7FF -:104F7000FFE70398006850E8050F20F0010001905A -:104F8000FFE701990398026842E805100028F0D174 -:104F9000FFE7FFE70398006B012814D1FFE7FFE765 -:104FA000FFE70398006850E8030F20F0100000901E -:104FB000FFE700990398026842E803100028F0D147 -:104FC000FFE7FFE7FFE70399202081F842000399FC -:104FD0000020086304B0704780B582B0019001984A -:104FE0000168C86820F04000C8600199202081F85D -:104FF00041000198FEF72AFE002002B080BD0000AB -:1050000080B586B00490049890F84200222840F0C1 -:10501000A480FFE704988068B0F5805F15D1FFE7B2 -:105020000498006988B9FFE7002003900498806A1B -:1050300002900498006840686FF35F20029908802E -:105040000499886A0230886225E00498806A039097 -:105050000020029004988068B0F5805F08D0FFE7D8 -:105060000498806850B9FFE70498006930B9FFE7F9 -:105070000498006840680399087007E00498006885 -:10508000406800F07F0003990870FFE70499886A80 -:1050900001308862FFE70499C88D0138C885000493 -:1050A000002856D1FFE704980168C86820F0200066 -:1050B000C86004980168C86820F48070C8600498CB -:1050C0000168486920F0010048610499202081F8B6 -:1050D00042000499002048630498006B012830D1F5 -:1050E000FFE7049900200863FFE7FFE704980068E2 -:1050F00050E8030F20F010000190FFE70199049899 -:10510000026842E803100028F0D1FFE7FFE70498A7 -:1051100000680068C00600280ED5FFE7FFE7002002 -:105120000090049800680068009004980068406847 -:1051300000900098FFE7FFE70498818DFEF7BCFA26 -:1051400003E00498FEF77EFDFFE700208DF81700CE -:1051500007E000208DF8170003E002208DF817000B -:10516000FFE79DF8170006B080BD000080B584B051 -:10517000039003980068006920F44050039A116876 -:10518000D26810430861039988680A694969104325 -:105190000843029003980068C06841F20C6188439C -:1051A0000299084303990968C86003980068406938 -:1051B00020F44070039A1168926910434861039883 -:1051C000006843F60001C4F20101884204D1FFE700 -:1051D000FDF728FB019003E0FDF712FB0190FFE7CC -:1051E000019819214843039A116852689200B0FB54 -:1051F000F2FC48F21F52C5F2EB12ACFB023043093D -:10520000642003FB10CC322000EB0C10A0FB020248 -:10521000F02000EA521000EB0310C2F343121044D6 -:10522000886004B080BD000083B00190019890F8C0 -:10523000410021283AD1FFE701988068B0F5805FEE -:1052400013D1FFE70198006978B9FFE70198006A78 -:105250000090009800886FF35F200199096848600A -:105260000199086A0230086208E0019A106A411C3C -:1052700011620078019909684860FFE70199C88CBC -:105280000138C884000468B9FFE701980168C8685C -:1052900020F08000C86001980168C86840F04000B4 -:1052A000C860FFE700208DF80B0003E002208DF8B6 -:1052B0000B00FFE79DF80B0003B0704780B540F28C -:1052C0000440C2F20000FBF7FBFD80BD80B540F258 -:1052D0000440C2F20000FBF7F3FD80BDFFE7FEE7EC -:1052E00081B08DF803009DF9030000280ED4FFE77C -:1052F0009DF9031001F01F02012090404A094EF26F -:105300000011CEF2000141F82200FFE701B0704722 -:105310004EF60C50CEF200000068C0F30220704739 -:1053200082B08DF8070000919DF9070000280AD48B -:10533000FFE7009800019DF907104EF20042CEF2FF -:10534000000288540BE0009800019DF8071001F05E -:105350000F014EF61452CEF200028854FFE702B05D -:105360007047000083B00290029800F007000090A0 -:105370004EF60C51CEF200010868019001984FF6EC -:10538000FF02104001900198009A40EA022000229A -:10539000C0F2FA52104301900198086003B07047C0 -:1053A00085B0049003914FF6FF70029000200190A9 -:1053B000FFE70198039988424CDAFFE702980499C5 -:1053C000019A11F812104840029000200090FFE767 -:1053D0000098072815DCFFE79DF80800C00738B1E2 -:1053E000FFE702994AF2010080EA6100029003E0BF -:1053F000029840100290FFE7FFE70098013000900C -:10540000E6E702980499019A01EB42014978484085 -:10541000029000200090FFE70098072815DCFFE7C6 -:105420009DF80800C00738B1FFE702994AF2010071 -:1054300080EA6100029003E0029840100290FFE7CA -:10544000FFE7009801300090E6E7FFE701980130A0 -:105450000190AEE7029805B07047000080B590B0AB -:1054600000200C900E90FCF78FFFFFF7C9FBFEF7B2 -:1054700055FDFEF713FDFEF701FEFEF7E7FDFEF713 -:1054800049FE0C9A40F60040C4F201000990202128 -:10549000FCF706FF0998402101220A92FCF700FF61 -:1054A0000A9A41F20000C4F201000B900421FCF7BB -:1054B000F7FE0B980C9A0821FCF7F2FE0C9840F2CC -:1054C0002451C2F200010860FFE740F22450C2F20A -:1054D00000000068092824DCFFE740F60040C4F221 -:1054E000010007902021FCF7C7FE07984021FCF738 -:1054F000C3FE41F20000C4F2010008900421FCF751 -:10550000BBFE08980821FCF7B7FE3220FCF77AFBB7 -:10551000FFE740F22451C2F2000108680130086040 -:10552000D3E7FFF7D7F9411C40F2CC00C2F20000EC -:105530000690018000880138C0B2FFF73FFBFEF7FC -:105540003FFC0698008840F26051C2F20001A1F8C9 -:10555000FC000320A1F8FA0040F2A061C2F20001B1 -:105560000020A1F8000140F22451C2F200010860BD -:10557000FFE740F22450C2F2000000687F2815DCEB -:10558000FFE740F22450C2F20000026840F2FC1132 -:10559000C2F20001012021F81200FFE740F224517D -:1055A000C2F20001086801300860E2E740F22451CD -:1055B000C2F2000100200860FFE740F22450C2F26E -:1055C00000000068072815DCFFE740F22450C2F213 -:1055D0000000026840F22C51C2F20001002041F8A4 -:1055E0002200FFE740F22451C2F2000108680130B6 -:1055F0000860E2E740F22451C2F200010020086096 -:10560000FFE740F22450C2F20000006801281CDCD1 -:10561000FFE740F22452C2F20002106840F26051EB -:10562000C2F2000101EB40030020A3F8F000126871 -:1056300001EB4201A1F8F400FFE740F22451C2F26D -:105640000001086801300860DBE740F2CC71C2F26B -:10565000000101200870FFE740F2FC30C2F20000B8 -:105660000078C007B8B1FFE7EFF3108072B60F9073 -:1056700000200D90FFE70D9840F2FC31C2F20001CE -:105680004968884205D2FFE7FFE70D9801300D9089 -:10569000F1E762B6FFE740F27D00C2F20000007859 -:1056A00000287ED0FFE740F27D01C2F20001002019 -:1056B000087040F22451C2F200010860FFE740F296 -:1056C0002450C2F2000000687F2828DCFFE740F287 -:1056D0002450C2F20000016840F2FC20C2F2000037 -:1056E00030F8110047F22F5188420FDCFFE740F2FB -:1056F0002450C2F20000026840F2FC21C2F2000114 -:1057000031F81200013021F81200FFE7FFE740F204 -:105710002451C2F20001086801300860CFE740F26E -:105720002451C2F2000100200860FFE740F224503B -:10573000C2F200000068012832DCFFE740F224508A -:10574000C2F20000016840F20800C2F2000050F806 -:10575000210078B1FFE740F22450C2F20000026855 -:1057600040F20801C2F2000151F82200013841F86C -:1057700022000CE040F22450C2F20000026840F225 -:105780001451C2F20001002041F82200FFE7FFE7B8 -:1057900040F22451C2F20001086801300860C5E7F8 -:1057A000FFE740F22451C2F2000100200860FFE749 -:1057B00040F22450C2F200000068012800F3C183C7 -:1057C000FFE740F22450C2F20000016840F260504E -:1057D000C2F2000000EB4100B0F8C000002800F069 -:1057E000A683FFE740F22450C2F20000016840F2B5 -:1057F0000800C2F2000050F82100002840F0978312 -:10580000FFE7FFE740F22450C2F20000016840F2D7 -:105810001450C2F2000050F8210080283ADBFFE764 -:1058200040F22450C2F20000036840F21452C2F267 -:105830000002002142F82310016840F21C50C2F21D -:10584000000050F8210020B3FFE740F22451C2F2DB -:1058500000010B6840F21C52C2F20002002042F824 -:1058600023000A6840F26050C2F2000000EB4203DD -:10587000B3F8F0200132A3F8F0200A6800EB4200F0 -:10588000B0F8C40040F20801C2F2000141F8220061 -:1058900058E3FFE740F22450C2F20000026840F2F1 -:1058A0008400C2F2000000EB021040F21451C2F278 -:1058B000000151F82210CA1701EB1272121130F8D0 -:1058C000120001F00F0120FA01F140F24C50C2F237 -:1058D00000000160006890B9FFE740F22450C2F276 -:1058E0000000026840F21451C2F2000151F8220097 -:1058F00010304FF6F073184041F822001FE0FFE728 -:1059000040F24C50C2F200000078C007B0B9FFE787 -:1059100040F22450C2F20000026840F21451C2F278 -:10592000000151F82200013041F8220040F24C51B0 -:10593000C2F20001086840100860E1E700E061E79A -:1059400040F25C51C2F200010120086040F2245094 -:10595000C2F20000026840F21450C2F2000050F897 -:10596000221040F2FC20C2F2000030F8110040F298 -:105970006051C2F2000101EB4201B1F8C810884247 -:1059800019DDFFE740F22450C2F20000016840F246 -:105990001450C2F2000050F8212040F2FC11C2F273 -:1059A0000001012021F8120040F25C51C2F2000116 -:1059B00000200860FFE740F22450C2F200000168B6 -:1059C00040F21450C2F2000050F8212040F2605022 -:1059D000C2F2000030F8120040F2FC01C2F20001F5 -:1059E00031F8121088425DD0FFE740F22450C2F235 -:1059F0000000016840F21450C2F2000050F821008B -:105A0000E0BBFFE740F22851C2F20001002008602D -:105A1000FFE740F22850C2F20000006840F26051F7 -:105A2000C2F20001B1F8CE10884226DAFFE740F258 -:105A30006050C2F20000B0F8CC0040F22451C2F233 -:105A400000010A6840F21451C2F2000151F822101C -:105A500040F22852C2F2000212680A4440F2FC11DD -:105A6000C2F2000121F81200FFE740F22851C2F211 -:105A70000001086801300860CBE712E040F22450D2 -:105A8000C2F20000016840F21450C2F2000050F867 -:105A9000212040F2FC11C2F20001012021F8120085 -:105AA000FFE7FFE740F22450C2F20000016840F235 -:105AB0001450C2F2000050F8211040F2FC10C2F263 -:105AC000000030F81100002800F02182FFE740F2CA -:105AD0002851C2F2000103200860FFE740F228507D -:105AE000C2F2000001680020012905901DDBFFE7DC -:105AF00040F22450C2F20000016840F21450C2F299 -:105B0000000050F8210040F22852C2F20002126850 -:105B1000104440F25C52C2F200021268FEF7E4F850 -:105B2000B0FA80F040090590FFE70598C00748B13A -:105B3000FFE7FFE740F22851C2F200010868013890 -:105B40000860CBE740F22850C2F20000006803383A -:105B500040F25051C2F200010860FFE740F250509D -:105B6000C2F2000001680020B1F1FF3F049019DC8F -:105B7000FFE740F22450C2F20000016840F21450E6 -:105B8000C2F2000050F8210040F25052C2F200026E -:105B9000126810440122FEF7A7F8B0FA80F040091D -:105BA0000490FFE70498C00748B1FFE7FFE740F221 -:105BB0005051C2F20001086801300860CEE740F29F -:105BC0002851C2F200010A6840F25050C2F20000AF -:105BD0000368D21A013240F25853C2F200031A602D -:105BE000D0F800C040F22450C2F20000036840F236 -:105BF0001452C2F2000252F82300604442F823001B -:105C000000200860FFE740F22850C2F20000006860 -:105C100040F25851C2F200010968884280F2928035 -:105C2000FFE740F22450C2F20000016840F2145035 -:105C3000C2F2000050F8210040F22851C2F20001E7 -:105C40000968014440F25050C2F20000016003684C -:105C500040F26051C2F2000131F8131040F2FC0230 -:105C6000C2F2000222F81310036840F2FC22C2F2D2 -:105C70000002002122F81310016840F2FC10C2F269 -:105C8000000030F8110078B3FFE740F25051C2F243 -:105C900000010B6840F2FC10C2F2000030F8132043 -:105CA000013A20F81320096830F81100D8B9FFE74D -:105CB00040F25050C2F20000006840F22451C2F29B -:105CC00000010968783188420DD0FFE740F2245086 -:105CD000C2F20000026840F21C51C2F20001012031 -:105CE00041F82200FFE7FFE740F25050C2F2000007 -:105CF000016840F2FC10C2F2000030F81100C0B997 -:105D0000FFE740F25050C2F20000006800F00F02BE -:105D1000012101FA02F3C11700EB1170021140F2E8 -:105D20002C51C2F2000151F82200184341F8220020 -:105D3000FFE7FFE740F22851C2F200010868013096 -:105D4000086060E740F22450C2F20000039001684E -:105D500040F21450C2F20000029050F8211040F2BC -:105D60005850C2F200000190026840F2FC00C2F2FA -:105D70000000FAF7D3FA019A02990398D0F800E0EC -:105D800040F26053C2F2000303EB4E03B3F8C0309D -:105D900040F2080CC2F2000C4CF82E301368026876 -:105DA00051F82200184441F8220040F22851C2F272 -:105DB000000100200860FFE740F22850C2F2000016 -:105DC0000068072826DCFFE740F22850C2F20000F6 -:105DD000026840F22C50C2F2000050F8220040F25B -:105DE0002451C2F200010B6840F28401C2F20001AA -:105DF00001EB031131F812100840884201D0FFE78F -:105E000008E0FFE740F22851C2F2000108680130C3 -:105E10000860D1E740F22850C2F20000006808286C -:105E200044D1FFE740F22851C2F20001002008608F -:105E3000FFE740F22850C2F200000068072824DC87 -:105E4000FFE740F22450C2F20000016840F28400F3 -:105E5000C2F2000000EB011040F22851C2F2000132 -:105E60000A6830F8123040F22C51C2F2000151F8A9 -:105E70002200984341F82200FFE740F22851C2F285 -:105E80000001086801300860D3E740F22450C2F2F4 -:105E90000000016840F26050C2F2000000EB4101D6 -:105EA000B1F8F4000130A1F8F400FFE740F224500B -:105EB000C2F20000016840F26050C2F2000000EB44 -:105EC0004100B0F8C000022820DBFFE740F2245078 -:105ED000C2F200000068B0FA80F0410940F2080008 -:105EE000C2F2000050F8210080B9FFE740F22450D0 -:105EF000C2F200000068B0FA80F0420940F20801E6 -:105F0000C2F20001012041F82200FFE70EE040F25A -:105F10002450C2F20000026840F21451C2F20001A3 -:105F200051F82200013041F82200FFE7FFE7FFE7C8 -:105F300040F22451C2F20001086801300860FFF706 -:105F400037BCFFE7FEF788FB40F26051C2F2000168 -:105F500088884988084348B1FFE741F20000C4F24D -:105F6000010040210022FCF79BF908E041F200000B -:105F7000C4F2010040210122FCF792F9FFE740F250 -:105F80006050C2F20000808848B1FFE741F2000093 -:105F9000C4F2010080210122FCF782F908E041F2FD -:105FA0000000C4F2010080210022FCF779F9FFE72C -:105FB00040F28000C2F20000006850B1FFE741F2F9 -:105FC0000000C4F201004FF480710122FCF768F96F -:105FD00009E041F20000C4F201004FF48071002298 -:105FE000FCF75EF9FFE740F26050C2F20000B0F843 -:105FF000FE0040F25451C2F200010988884217D0D5 -:10600000FFE740F25450C2F20000028840F2A06163 -:10601000C2F20001B1F8000160EA020040F26052F1 -:10602000C2F20002B2F8FE201040A1F80001FFE722 -:1060300040F26050C2F20000B0F8FE0040F254514D -:10604000C2F20001088040F2A060C2F2000090F8A5 -:1060500000014008C00768B1FFE740F2A061C2F24A -:10606000000191F8000100F0FD0081F80001FAF74D -:106070006FFAFFE740F2A060C2F2000090F8000162 -:106080008008C00768B1FFE740F2A061C2F20001DA -:1060900091F8000100F0FB0081F80001FEF74AFDD5 -:1060A000FFE740F2A060C2F2000090F80001C008D3 -:1060B000C00768B1FFE740F2A061C2F2000191F8A9 -:1060C000000100F0F70081F80001FDF779FEFFE71D -:1060D00040F2A060C2F2000090F800110020B0EB86 -:1060E000D11F00F08D80FFE740F2A061C2F20001F5 -:1060F00091F8000100F07F0081F8000140F2245186 -:10610000C2F2000100200860FFE740F22450C2F212 -:10611000000000687F2815DCFFE740F22450C2F23F -:106120000000026840F2FC11C2F20001012021F8D7 -:106130001200FFE740F22451C2F20001086801306A -:106140000860E2E740F22451C2F20001002008603A -:10615000FFE740F22450C2F20000006801282ADC68 -:10616000FFE740F22451C2F20001086840F2605299 -:10617000C2F2000202EB40030020A3F8F0000B681B -:1061800002EB4302A2F8F4000B6840F20802C2F2EC -:10619000000242F823000A6840F21451C2F20001E2 -:1061A00041F82200FFE740F22451C2F200010868E2 -:1061B00001300860CDE740F22451C2F20001002016 -:1061C0000860FFE740F22450C2F200000068072890 -:1061D00015DCFFE740F22450C2F20000026840F2F2 -:1061E0002C51C2F20001002041F82200FFE740F2EA -:1061F0002451C2F20001086801300860E2E7FFE7BD -:10620000FFF72ABA80B58CB0ADF82E000A914FF690 -:106210000000C0F60100099001208DF82300FFE77F -:106220009DF8230028B1FFE7FBF734FE8DF823002B -:10623000F6E70020039004904FF60000C0F601003E -:10624000069001200190079004A803A9FBF7FCFC2D -:10625000014601988DF823108DF82300FFE79DF883 -:10626000230028B1FFE7FBF775FD8DF82300F6E763 -:1062700001208DF82300FFE79DF8230028B1FFE7F8 -:10628000FBF708FE8DF82300F6E701208DF82300C8 -:10629000FFE79DF82300F0B1FFE700200290FFE741 -:1062A0000298BDF82E10884214DAFFE709990A987F -:1062B000028801200023FBF757FD8DF823000A9880 -:1062C00002300A90099802300990FFE702980130E5 -:1062D0000290E5E7DDE701208DF82300FFE79DF858 -:1062E000230028B1FFE7FBF735FD8DF82300F6E723 -:1062F0000CB080BD81B000900098008801B070475C -:1063000090EA010F48BF81F0004100F19E81421ADE -:106310003CBF801A89184FEAD052A2EBD1534FF0FC -:106320007F4C1CEA410F18BF9CEA026F00F03B80D3 -:106330004FF0004C4CEA00204CEA012121FA03FC0A -:1063400010EB0C0C1ED202F1FF325FEA1C2040EB76 -:10635000C25038BF70471CF07F0F4FEA400C18BF87 -:10636000BCF17F4F38BF7047C3F12003994008BF8D -:1063700020F00100BCF17F4F38BF7047A0F1C04052 -:1063800000F057B94FEA3C00000A40EBC25028BF6A -:106390001CF0FF0F4FEA400CE6D018BFBCF17F4F56 -:1063A00038BF7047EAE79CEA026F05D010EA5C0F3D -:1063B00008BF00F00040704710B500F0F4F800BFCF -:1063C00064FBBE3E4FF47F0C1CEAD0121EBF1CEAD9 -:1063D000D11392EA0C0F93EA0C0F00F0858090EA3B -:1063E000010F48BF42F4807240F4000C41F40000F9 -:1063F0002CF07F4120F07F4000B5A2EB03028142E8 -:106400000FF2081CACEB504E9EF800E0C0F100000B -:106410004FEA4E0E00FB0EFC38BF49004FEA2C1C21 -:106420000CFB0EF34FEACE1E0EEB635E4FEA112C0F -:106430000EFB0CFC4FEAC1214FEA1C5300FB031179 -:1064400002F5FA024FEA112C0EFB0CFC4FEA013167 -:106450004FEADC4C00FB0C1142EB2242C14228BF48 -:1064600009184CEB03335DF804EB10EB410143EBEF -:10647000C250B2F57C0F38BF704729D512F0F00F2B -:106480001CBF00F1C04000F00040704700818283D3 -:106490008485868788898B8C8D8E8F919293959633 -:1064A00097999A9C9D9FA0A2A3A5A7A8AAACAEB0BD -:1064B000B2B3B5B7B9BCBEC0C2C5C7C9CCCED1D4C2 -:1064C000D7D9DCDFE2E6E9ECF0F3F7FAFE000000F2 -:1064D0004FEA400C0CF1807CBCF17E4F28BF704726 -:1064E000B0F1C04000F0A5B80CEAD11390EA010F5A -:1064F00048BF42F48072624538BF634507D213F447 -:106500007F0F16D080EA010000F00040704710B500 -:1065100000F049F8097EFC3E00F005B880EA010071 -:1065200000F00040704780EA010000F0004000F0F9 -:1065300080B812F47F0F04BF0248704780EA010060 -:1065400000F077B80000C07F41000B0ED3F19E022F -:1065500008D950F400034FEA032323FA02F048BF9E -:106560004042704710B500F01EF800BF49922480E9 -:10657000002070476FF0004282EA20007047000060 -:10658000B0FA80F310FA03F2C3F19D030AD0D905E3 -:1065900001EB1220530638BF704700F1010008BF1D -:1065A00020F0010070470EF1020E2EF0030E5EF88F -:1065B000044B244204D44FEA4102B2F17F4F11D878 -:1065C0004FEA4003B3F17F4F0CD80ED14FEAD07C95 -:1065D0000CEB4C0C0CF1020CB2F17F4F08BF4CEBF2 -:1065E000D17C04E04FF0080C01E04FEAD17C0CEBC9 -:1065F0004C0324FA03F404F00704B4F1040C06D2AB -:106600000EEB840CBDE810404CF0010C6047DFE855 -:106610000CF0070802024FF00040A0F5800010BD0A -:106620000846420018BFD2F1807288BF00F00040D7 -:1066300010BDFF2141EAD050C005704790EA010F1C -:1066400048BF81F000413FF562AE421A04D882F0A3 -:106650000042A0EB020011444FEAD052A2EBD1530A -:106660004FF07F4C1CEA410F18BF9CEA026F4AD0E2 -:106670004FF0004C4CEA00204CEA012121FA03FCC7 -:10668000B0EB0C0C0FD412F0FE0F36D05FEA4C00CA -:106690001DD5001240EBC25038BF70471CF03F0FB1 -:1066A00018BF70470BE05FEA1C20A2F1010240EB2B -:1066B000C25038BF70471CF07F0F18BF7047C3F13E -:1066C0002003994014BF401E20F0010070474FEA9C -:1066D0001223800808BF7047B0FA80FCA2EB0C02BE -:1066E000CCF1280C60FA0CF093EA122F04BF00EBF7 -:1066F000C25070474FEAC3707047130A5FEADC105C -:1067000008BF7047F6E79CEA026F04D010EA5C0FFE -:1067100008BF0020704710B5FFF745FF40DFF63E89 -:1067200081F00040704700000000000000000102FE -:106730000304060708090000000001020304020325 -:106740000405060708090A0B0C0D0E0F10100102B4 -:106750007067000800000020180000006C010008AD -:106760008867000818000020C00F0000880100089A -:106770000100000000127A00010000000200000089 -:08678000010000001000000000 +:103CE000C040C883C88940F41040C88101B0704703 +:103CF00088B00690059104920698002804D4FFE746 +:103D00000698802803DBFFE70020079058E005991C +:103D100040F28400C2F2000000EB01100699CA17BD +:103D200001EB1271091130F811000390069800F0B0 +:103D30000F01012000FA01F1039808400390049854 +:103D4000D8B3FFE7069940F2FC20C2F2000030F839 +:103D50001110059A40F26050C2F2000000EB4200E0 +:103D6000B0F8C8200020B1EB520FC8BF012002906C +:103D700002990120019061B9FFE7069940F2FC1019 +:103D8000C2F2000030F81100002818BF0120019095 +:103D9000FFE7019800F001000290039900200090D5 +:103DA00031B1FFE70298002818BF01200090FFE71B +:103DB000009800F001000390FFE703980790FFE7E9 +:103DC000079808B07047000080B586B04FF6000035 +:103DD000C0F60100039000200290FFE702988028BF +:103DE00012DCFFE7039802F0F5FA029A40F2A061B4 +:103DF000C2F2000121F81200039802300390FFE79D +:103E0000029801300290E9E740F2A060C2F200009F +:103E10000190802101F024FB019904900498B1F8ED +:103E20000011884235D1FFE704984FF6FF718842B0 +:103E30002FD0FFE740F2CC00C2F20000008840F231 +:103E4000A061C2F20001B1F8FC10884221D1FFE765 +:103E500000200590FFE705987F2812D8FFE7059A14 +:103E600040F2A060C2F2000030F8120040F260514F +:103E7000C2F2000121F81200FFE705980130059019 +:103E8000E9E740F26051C2F200010020A1F8FE0013 +:103E900004E0FCF75DFB00F0ADFEFFE7FFF7DCFEA2 +:103EA00006B080BD80B582B040F20440C2F200008E +:103EB000009046F20041C4F200010160102141600F +:103EC000002101918160C1604FF4402202614FF4F2 +:103ED00080124261017641768176C1760177417721 +:103EE000FDF7E8F918B1FFE7FCF7A0FBFFE7FCF7E7 +:103EF000F3F940F20440C2F20000FDF7F5FB18B1FF +:103F0000FFE7FCF793FBFFE740F20440C2F200003A +:103F10000321FCF7F1FC18B1FFE7FCF787FBFFE793 +:103F200002B080BD80B590B000200F900E900D9033 +:103F30000C90FFE741F21800C4F20200016841F062 +:103F400010010160006800F010000B900B98FFE773 +:103F5000FFE741F21800C4F20200016841F00401D9 +:103F60000160006800F004000A900A98FFE7FFE78C +:103F700041F21800C4F20200016841F0080101603A +:103F8000006800F0080009900998FFE741F200007E +:103F9000C4F2010001904FF4737100910022049269 +:103FA000FEF77EF940F60040C4F201000690602161 +:103FB000089101220392FEF773F9019804994EF2D9 +:103FC00030020C920D910E910CA90791FDF790FF14 +:103FD000DDF800C00198039B049A0799CDF830C022 +:103FE0000D930E92022205920F92FDF781FF049825 +:103FF0000799FF220C920D900E9040F60000C4F23B +:1040000001000290FDF774FF049A069807994FF299 +:1040100007030C930D920E92FDF76AFF0298059A22 +:1040200007994FF480730C930D920F92FDF760FF88 +:10403000DDF80CC0049B059A06980799DDF820E08E +:10404000CDF830E0CDF834C00E930F92FDF750FF5D +:1040500010B080BD80B540F22C40C2F2000043F2A7 +:104060000001C4F2000101600021416040F6FF71CF +:104070008160FEF733F918B1FFE7FCF7D7FAFFE7E5 +:1040800080BD000080B588B00021019107910691A4 +:10409000059104910391029140F23840C2F2000070 +:1040A00040F60002C4F200020260416081604FF4F9 +:1040B0007A62C26001618161FFF71EF818B1FFE703 +:1040C000FCF7B4FAFFE74FF48050049040F2384018 +:1040D000C2F2000004A9FFF7EFF818B1FFE7FCF700 +:1040E000A5FAFFE700200290039040F23840C2F2A8 +:1040F000000002A9FEF780FF18B1FFE7FCF796FA6F +:10410000FFE740F23840C2F200000090FFF742F8AB +:104110000098FFF767F808B080BD000080B582B056 +:1041200040F2C840C2F20000019044F60041C4F2DF +:10413000000101604FF4E131416000218160C16004 +:1041400001610C2242618161C161FFF7D5FC18B1A8 +:10415000FFE7FCF76BFAFFE702B080BDFFE7FEE781 +:1041600080B584B040F26050C2F2000090F8F910BF +:104170000020B0EBD11F08D1FFE743F20001C4F2E9 +:1041800000014AF6AA200860FFE740F2CC70C2F2B4 +:104190000000007808B9FFE763E200F0FBFB40F2A3 +:1041A0006051C2F20001019181F8210000F004FF8A +:1041B000019A92F8221001F0FE0100F00100014482 +:1041C00082F8221092F8201001F0FE01014482F8DA +:1041D0002010029040F2A401C2F2000108680130F0 +:1041E00008600A280DDBFFE740F2A401C2F20001DB +:1041F0000020086040F27D01C2F200010120087039 +:10420000FFE740F26050C2F20000C078C00780B102 +:10421000FFE740F28000C2F20000006840B1FFE713 +:1042200040F28001C2F20001086801380860FFE72F +:104230000EE040F26050C2F20000B0F890004FF47F +:104240007A71484340F28001C2F200010860FFE742 +:10425000029840F26051C2F2000191F8F81001F0AA +:10426000010108430390039840F2C401C2F2000127 +:104270000968B1FA81F1490908420DD0FFE740F21F +:10428000B001C2F20001FA20086040F2B801C2F2A7 +:10429000000100200860FFE7039840F2C401C2F269 +:1042A0000001086040F2B001C2F20001086801306C +:1042B0000860FA2821D3FFE740F2B001C2F2000102 +:1042C0000020086040F2B800C2F20000016801312D +:1042D0000160016801F0010140F2AC02C2F200028B +:1042E0001160006800F00700002818BF012040F2AC +:1042F000A801C2F200010860FFE740F2C001C2F26B +:1043000000010120086040F2BC01C2F20001086017 +:1043100040F2AC00C2F200000068B0FA80F0400940 +:1043200040F2C801C2F2000108600398B8B1FFE78B +:1043300040F2AC00C2F20000016840F2C002C2F2DA +:1043400000021160016840F2BC02C2F2000211607A +:10435000006840F2C801C2F200010860AAE040F221 +:104360006050C2F20000B0F8D40000286FD0FFE720 +:1043700040F2BC01C2F200010020086040F2C0011E +:10438000C2F20001086040F26050C2F20000B0F8D2 +:10439000D40002280CD1FFE740F2BC01C2F20001B8 +:1043A0000120086040F2C001C2F200010860FFE78E +:1043B00040F26050C2F20000B0F8D400032810D1DF +:1043C000FFE740F2AC00C2F20000006840F2BC011E +:1043D000C2F20001086040F2C001C2F200010860B0 +:1043E000FFE740F26050C2F20000B0F8D4000428A9 +:1043F00010D1FFE740F2A800C2F20000006840F2CE +:10440000BC01C2F20001086040F2C001C2F200012A +:104410000860FFE740F26050C2F20000B0F8D4003C +:10442000052813D1FFE740F2A800C2F2000000689F +:10443000B0FA80F0400940F2BC01C2F2000108600D +:1044400040F2C001C2F200010860FFE731E040F233 +:104450006050C2F20000808888B1FFE740F2AC00F3 +:10446000C2F20000016840F2C002C2F20002116014 +:10447000006840F2BC01C2F20001086018E040F29E +:104480006050C2F20000408888B1FFE740F2A80007 +:10449000C2F20000016840F2C002C2F200021160E4 +:1044A000006840F2BC01C2F200010860FFE7FFE7CC +:1044B000FFE7FFE740F2B401C2F2000108680130F3 +:1044C00008600A2822D1FFE740F2B401C2F20001DD +:1044D0000020086040F2C000C2F20000006850B145 +:1044E000FFE741F20000C4F201004FF40071012225 +:1044F000FDF7D6FE09E041F20000C4F201004FF4DE +:1045000000710022FDF7CCFEFFE7FFE740F2B400A8 +:10451000C2F20000006840F26051C2F20001B1F83E +:10452000D01088420ED1FFE7039850B9FFE741F25F +:104530000000C4F201004FF400710022FDF7B0FE4C +:10454000FFE7FFE740F2C800C2F20000006848B190 +:10455000FFE741F20000C4F2010004210122FDF74F +:104560009FFE08E041F20000C4F201000421002295 +:10457000FDF796FEFFE740F2BC00C2F200000068C3 +:1045800048B1FFE741F20000C4F201000821012216 +:10459000FDF786FE08E041F20000C4F201000821A8 +:1045A0000022FDF77DFEFFE740F26050C2F20000FE +:1045B00090F8F9004008C007002852D0FFE70298A1 +:1045C00000284ED0FFE740F2AC00C2F200000068C5 +:1045D00048B1FFE741F20000C4F20100402100228F +:1045E000FDF75EFE08E041F20000C4F20100402148 +:1045F0000122FDF755FEFFE740F2AC00C2F20000D9 +:10460000006848B1FFE741F20000C4F201008021D8 +:104610000122FDF745FE08E041F20000C4F201006E +:1046200080210022FDF73CFEFFE740F2AC00C2F221 +:104630000000006850B1FFE741F20000C4F2010041 +:104640004FF480710122FDF72BFE09E041F20000DA +:10465000C4F201004FF480710022FDF721FEFFE754 +:10466000FFE704B080BD0000FFE7FEE788B00790D9 +:1046700006910592079800F0070004900498C0F195 +:104680000700052803D3FFE70420019004E0049805 +:10469000C0F107000190FFE70198039004980430EF +:1046A000062803D8FFE70020009003E004980338B1 +:1046B0000090FFE70098029006980399012202FA01 +:1046C00001F101390840029B984005999A40013A4E +:1046D0001140084308B070477047000082B0019055 +:1046E000019840F20401C2F200010968C90844F6C9 +:1046F000D352C1F26202A1FB022189094843009012 +:10470000FFE700BFFFE70098411E00910028F8D1A5 +:10471000FFE702B07047000080B58AB00020069025 +:10472000ADF8240041F20000C4F2010001904FF402 +:1047300000510491FDF788FD01460198B1FA81F11D +:104740004A099DF8241001F0FE0111448DF824104F +:104750004FF400410391FDF777FDB0FA80F0410975 +:104760009DF8240000F0FD0040EA41008DF824008F +:1047700040F60000C4F2010002900121FDF764FD43 +:1047800001460298B1FA81F14A099DF8241001F01E +:10479000FB0141EA82018DF824100221FDF754FD4E +:1047A00001460298B1FA81F14A099DF8241001F0FE +:1047B000F70141EAC2018DF824100421FDF744FD00 +:1047C00001460298B1FA81F14A099DF8241001F0DE +:1047D000EF0141EA02118DF824100821FDF734FDA4 +:1047E0000399B0FA80F042099DF8240000F0DF0040 +:1047F00040EA42108DF8240040F60040C4F2010067 +:104800000590FDF721FD01460598B1FA81F14A09AD +:104810009DF8241001F0BF0141EA82118DF82410A7 +:104820004FF48041FDF710FD049902460598B2FA55 +:1048300082F253099DF8242002F07F0242EAC3125B +:104840008DF82420FDF700FD01460598B1FA81F1AD +:104850004A099DF8251001F0FE0111448DF825103C +:104860004FF48051FDF7F0FC069A01469DF82500B3 +:1048700001F0010100F0FD0040EA41008DF8250043 +:1048800040F26051C2F20001088EB1F860309842E7 +:104890001346C8BF01239DF8250000F0FB0040EA45 +:1048A00083008DF82500488EB1F862309842134697 +:1048B000C8BF01239DF8250000F0F70040EAC300BF +:1048C0008DF82500888EB1F8643098421346C8BF31 +:1048D00001239DF8250000F0EF0040EA03108DF859 +:1048E0002500C88EB1F866309842C8BF01229DF8F5 +:1048F000250000F0DF0040EA42108DF82500BDF8E9 +:10490000240008800A88088A9043ADF820009DF8AA +:10491000200000F07F008DF82000487800F00102B0 +:104920009DF8210000F0FE0010448DF821004A7827 +:104930009DF8210002F0020200F0FD0010448DF805 +:104940002100BDF8200048800A88488A9043ADF8CD +:104950001C009DF81C0000F07F008DF81C004A78B8 +:10496000C87C104000F001029DF81D0000F0FE0020 +:1049700010448DF81D004A789DF81D0002F00202D7 +:1049800000F0FD0010448DF81D00BDF81C0088806B +:104990000AB080BD80B584B00020ADF80C0040F6B0 +:1049A0000000C4F2010001904021FDF74DFC0146DA +:1049B0000198B1FA81F14A099DF80C1001F0FE014D +:1049C00011448DF80C108021FDF73EFCB0FA80F008 +:1049D00041099DF80C0000F0FD0040EA41008DF80F +:1049E0000C0041F20000C4F2010002901021FDF71A +:1049F0002BFC01460298B1FA81F14A099DF80C108E +:104A000001F0FB0141EA82018DF80C102021FDF735 +:104A10001BFCB0FA80F041099DF80C0000F0F70093 +:104A200040EAC1008DF80C00BDF80C0004B080BD58 +:104A300080B58AB040F20000C2F200000078A8B34E +:104A4000FFE740F20001C2F20001002008708DF87B +:104A50002700FFE79DF82700032826DCFFE79DF8E5 +:104A6000271040F26050C2F2000000EB41016420C8 +:104A700008869DF8272040F2D801C2F2000144F2D6 +:104A80000000C4F21C6041F822009DF8272040F28B +:104A9000E801C2F20001002041F82200FFE79DF882 +:104AA000270001308DF82700D4E7FFE740F60040EB +:104AB000C4F2010006900221FDF7C6FB01460698EC +:104AC000B1FA81F14B0940F2E802C2F20002089209 +:104AD0001168194411600121FDF7B6FB0899B0FA7D +:104AE00080F0420948681044486040F60000C4F273 +:104AF000010007902021FDF7A7FB089A01460798BF +:104B0000B1FA81F14B099168194491601021FDF7C8 +:104B10009BFB0899B0FA80F04209C8681044C8604D +:104B200040F2D401C2F2000108680130086042F28C +:104B30001071884259D3FFE740F2D401C2F200015C +:104B4000002008608DF82700FFE79DF82700032864 +:104B50004ADCFFE79DF82710029140F2E800C2F21C +:104B60000000059050F8210001F07AFD029A40F211 +:104B7000D801C2F20001039151F82210019101F015 +:104B8000CDFD0021C4F2400101F08CFC4FF07E51BC +:104B900001F026FC0146019801F022FC029A014630 +:104BA000039840F822109DF82710049150F8210036 +:104BB0000021C4F2C82101F075FC01F035FD049B11 +:104BC000059940F26052C2F2000202EB43021086E5 +:104BD0009DF82720002041F82200FFE79DF82700DC +:104BE00001308DF82700B0E7FFE70AB080BD000074 +:104BF0007047000080B584B0002002900390FFE76A +:104C000003987F2825D8FFE7039A40F2A060C2F2FC +:104C1000000030F8120040F26051C2F2000131F899 +:104C20001210884210D0FFE7039A40F26050C2F29F +:104C3000000030F8120040F2A061C2F2000121F839 +:104C4000120001200290FFE7FFE703980130039074 +:104C5000D6E7029878B1FFE740F2A060C2F2000008 +:104C60000190802100F0FCFB0199A1F80001812056 +:104C700001F038FBFFE704B080BD000081B08DF883 +:104C8000030040F27801C2F200014FF01F6008609B +:104C90009DF803104FF0006000EB015140F2D0008E +:104CA000C2F200000160006840F0805040F2F8015C +:104CB000C2F20001086001B07047000070470000B8 +:104CC00080B590B006A800902821FBF79FFA0098C5 +:104CD0000021059104910391029101910A2206920B +:104CE00001220A9210230B930C9202220D920E9134 +:104CF0004FF460110F91FDF739FE18B1FFE7FBF794 +:104D000095FCFFE70F200190022102910020039003 +:104D10004FF480600490059001A8FDF715FC18B1D0 +:104D2000FFE7FBF783FCFFE74FF0E061002210464E +:104D3000FDF7E8FD10B080BD7047000080B540F27F +:104D40003840C2F20000FEF77DFB80BD80B540F226 +:104D50008040C2F20000FEF775FB80BD83B0029078 +:104D60000191029800680090029842F60041C4F256 +:104D70000101884225D0FFE7029843F20041C4F2C6 +:104D8000010188421DD0FFE70298B0F1804F18D092 +:104D9000FFE7029840F20041C4F20001884210D0BF +:104DA000FFE7029840F60001C4F20001884208D0F3 +:104DB000FFE7029840F60041C4F2000188420AD1A0 +:104DC000FFE7009820F0700000900198416800987B +:104DD00008430090FFE7029842F60041C4F2010147 +:104DE000884225D0FFE7029843F20041C4F2010156 +:104DF00088421DD0FFE70298B0F1804F18D0FFE73E +:104E0000029840F20041C4F20001884210D0FFE74E +:104E1000029840F60001C4F20001884208D0FFE782 +:104E2000029840F60041C4F2000188420AD1FFE72F +:104E3000009820F4407000900198C16800980843E1 +:104E40000090FFE7009820F080000199496908432D +:104E50000090009802990860019880680299C862E1 +:104E60000198006802998862029842F60041C4F2F3 +:104E70000101884208D0FFE7029843F20041C4F2E2 +:104E80000101884205D1FFE7019800690299086392 +:104E9000FFE702990120486102980069C00730B11C +:104EA000FFE70299086920F001000861FFE703B0FD +:104EB0007047000085B0049003910292019304981A +:104EC00080680090009820F47F4000900398029939 +:104ED000019A41EA0221014300980843009000989A +:104EE0000499886005B0704783B0029001910298E0 +:104EF00080680090009820F0700000900198009960 +:104F0000084340F00700009000980299886003B0C1 +:104F10007047000085B00490039102920498006AE3 +:104F200000900499086A20F00100086204988069E2 +:104F30000190019820F0F00001900299019840EA58 +:104F400001100190009820F00A0000900399009849 +:104F500008430090019804998861009804990862B8 +:104F600005B0704785B00490039102920498006ADE +:104F700000900499086A20F0100008620498806983 +:104F80000190019820F4704001900299019840EA44 +:104F900001300190009820F0A00000900399009843 +:104FA00040EA0110009001980499886100980499E2 +:104FB000086205B07047000080B541F20000C4F2FD +:104FC00001004FF48041FDF73FF9B0FA80F040094D +:104FD00080BD000080B540F2C840C2F20000FEF77C +:104FE00075FB80BD80B582B001900198406A009049 +:104FF00000990020C8850099C8840098FEF762FBDC +:1050000002B080BD84B00390FFE7FFE7039800681B +:1050100050E8030F20F490700290FFE70299039884 +:10502000026842E803100028F0D1FFE7FFE7FFE73E +:10503000FFE70398006850E8050F20F00100019099 +:10504000FFE701990398026842E805100028F0D1B3 +:10505000FFE7FFE70398006B012814D1FFE7FFE7A4 +:10506000FFE70398006850E8030F20F0100000905D +:10507000FFE700990398026842E803100028F0D186 +:10508000FFE7FFE7FFE70399202081F8420003993B +:105090000020086304B0704780B582B00190019889 +:1050A0000168C86820F04000C8600199202081F89C +:1050B00041000198FEF7CAFD002002B080BD00004B +:1050C00080B586B00490049890F84200222840F001 +:1050D000A480FFE704988068B0F5805F15D1FFE7F2 +:1050E0000498006988B9FFE7002003900498806A5B +:1050F00002900498006840686FF35F20029908806E +:105100000499886A0230886225E00498806A0390D6 +:105110000020029004988068B0F5805F08D0FFE717 +:105120000498806850B9FFE70498006930B9FFE738 +:105130000498006840680399087007E004980068C4 +:10514000406800F07F0003990870FFE70499886ABF +:1051500001308862FFE70499C88D0138C8850004D2 +:10516000002856D1FFE704980168C86820F02000A5 +:10517000C86004980168C86820F48070C86004980A +:105180000168486920F0010048610499202081F8F5 +:1051900042000499002048630498006B012830D134 +:1051A000FFE7049900200863FFE7FFE70498006821 +:1051B00050E8030F20F010000190FFE701990498D8 +:1051C000026842E803100028F0D1FFE7FFE70498E7 +:1051D00000680068C00600280ED5FFE7FFE7002042 +:1051E0000090049800680068009004980068406887 +:1051F00000900098FFE7FFE70498818DFEF75CFAC6 +:1052000003E00498FEF71EFDFFE700208DF817006D +:1052100007E000208DF8170003E002208DF817004A +:10522000FFE79DF8170006B080BD000080B584B090 +:10523000039003980068006920F44050039A1168B5 +:10524000D26810430861039988680A694969104364 +:105250000843029003980068C06841F20C618843DB +:105260000299084303990968C86003980068406977 +:1052700020F44070039A11689269104348610398C2 +:10528000006843F60001C4F20101884204D1FFE73F +:10529000FDF7C8FA019003E0FDF7B2FA0190FFE7CD +:1052A000019819214843039A116852689200B0FB93 +:1052B000F2FC48F21F52C5F2EB12ACFB023043097C +:1052C000642003FB10CC322000EB0C10A0FB020288 +:1052D000F02000EA521000EB0310C2F34312104416 +:1052E000886004B080BD000083B00190019890F800 +:1052F000410021283AD1FFE701988068B0F5805F2E +:1053000013D1FFE70198006978B9FFE70198006AB7 +:105310000090009800886FF35F2001990968486049 +:105320000199086A0230086208E0019A106A411C7B +:1053300011620078019909684860FFE70199C88CFB +:105340000138C884000468B9FFE701980168C8689B +:1053500020F08000C86001980168C86840F04000F3 +:10536000C860FFE700208DF80B0003E002208DF8F5 +:105370000B00FFE79DF80B0003B0704780B540F2CB +:105380000440C2F20000FBF79BFD80BD80B540F2F7 +:105390000440C2F20000FBF793FD80BDFFE7FEE78B +:1053A00081B08DF803009DF9030000280ED4FFE7BB +:1053B0009DF9031001F01F02012090404A094EF2AE +:1053C0000011CEF2000141F82200FFE701B0704762 +:1053D0004EF60C50CEF200000068C0F30220704779 +:1053E00082B08DF8070000919DF9070000280AD4CB +:1053F000FFE7009800019DF907104EF20042CEF23F +:10540000000288540BE0009800019DF8071001F09D +:105410000F014EF61452CEF200028854FFE702B09C +:105420007047000083B00290029800F007000090DF +:105430004EF60C51CEF200010868019001984FF62B +:10544000FF02104001900198009A40EA02200022D9 +:10545000C0F2FA52104301900198086003B07047FF +:1054600085B0049003914FF6FF70029000200190E8 +:10547000FFE70198039988424CDAFFE70298049904 +:10548000019A11F812104840029000200090FFE7A6 +:105490000098072815DCFFE79DF80800C00738B121 +:1054A000FFE702994AF2010080EA6100029003E0FE +:1054B000029840100290FFE7FFE70098013000904B +:1054C000E6E702980499019A01EB420149784840C5 +:1054D000029000200090FFE70098072815DCFFE706 +:1054E0009DF80800C00738B1FFE702994AF20100B1 +:1054F00080EA6100029003E0029840100290FFE70A +:10550000FFE7009801300090E6E7FFE701980130DF +:105510000190AEE7029805B07047000080B592B0E8 +:1055200000200E901090FCF72FFFFFF7C9FBFEF74D +:1055300091FDFEF7F7FCFEF7B5FCFEF7A3FDFEF7C5 +:10554000EDFD0E9A40F60040C4F201000B902021C0 +:10555000FCF7A6FE0B98402101220C92FCF7A0FE5E +:105560000C9A41F20000C4F201000D900421FCF7F6 +:1055700097FE0D980E9A0821FCF792FE0E9840F2C5 +:105580002451C2F200010860FFE740F22450C2F249 +:1055900000000068092824DCFFE740F60040C4F260 +:1055A000010009902021FCF767FE09984021FCF7D3 +:1055B00063FE41F20000C4F201000A900421FCF7EE +:1055C0005BFE0A980821FCF757FE3220FCF71AFB15 +:1055D000FFE740F22451C2F2000108680130086080 +:1055E000D3E7FFF7D7F9411C40F2CC00C2F200002C +:1055F0000890018000880138C0B2FFF73FFBFEF73A +:10560000E3FB0898008840F26051C2F20001A1F863 +:10561000FC000320A1F8FA0040F22451C2F200017C +:1056200000200860FFE740F22450C2F2000000684A +:105630007F2815DCFFE740F22450C2F20000026828 +:1056400040F2FC11C2F20001012021F81200FFE734 +:1056500040F22451C2F20001086801300860E2E71C +:1056600040F22451C2F2000100200860FFE740F23E +:105670002450C2F200000068072815DCFFE740F262 +:105680002450C2F20000026840F22C51C2F2000124 +:10569000002041F82200FFE740F22451C2F200014D +:1056A000086801300860E2E740F22451C2F20001CC +:1056B00000200860FFE740F22450C2F200000068BA +:1056C00001281CDCFFE740F22452C2F200021068FD +:1056D00040F26051C2F2000101EB40030020A3F848 +:1056E000F000126801EB4201A1F8F400FFE740F27C +:1056F0002451C2F20001086801300860DBE740F283 +:10570000CC71C2F2000101200870FFE740F2FC30CA +:10571000C2F200000078C007B8B1FFE7EFF31080D5 +:1057200072B6119000200F90FFE70F9840F2FC3105 +:10573000C2F200014968884205D2FFE7FFE70F98EF +:1057400001300F90F1E762B6FFE740F27D00C2F250 +:105750000000007800287ED0FFE740F27D01C2F211 +:1057600000010020087040F22451C2F200010860DC +:10577000FFE740F22450C2F2000000687F2828DCD6 +:10578000FFE740F22450C2F20000016840F2FC2022 +:10579000C2F2000030F8110047F22F5188420FDCAE +:1057A000FFE740F22450C2F20000026840F2FC2100 +:1057B000C2F2000131F81200013021F81200FFE7B7 +:1057C000FFE740F22451C2F200010868013008608E +:1057D000CFE740F22451C2F2000100200860FFE749 +:1057E00040F22450C2F200000068012832DCFFE7DA +:1057F00040F22450C2F20000016840F20800C2F2F8 +:10580000000050F8210078B1FFE740F22450C2F2C6 +:105810000000026840F20801C2F2000151F82200C3 +:10582000013841F822000CE040F22450C2F200009E +:10583000026840F21451C2F20001002041F8220037 +:10584000FFE7FFE740F22451C2F20001086801308F +:105850000860C5E7FFE740F22451C2F200010020D2 +:105860000860FFE740F22450C2F2000000680128FF +:1058700000F3C183FFE740F22450C2F20000016848 +:1058800040F26050C2F2000000EB4100B0F8C000EE +:10589000002800F0A683FFE740F22450C2F2000087 +:1058A000016840F20800C2F2000050F82100002810 +:1058B00040F09783FFE7FFE740F22450C2F2000078 +:1058C000016840F21450C2F2000050F82100802814 +:1058D0003ADBFFE740F22450C2F20000036840F2D6 +:1058E0001452C2F20002002142F82310016840F273 +:1058F0001C50C2F2000050F8210020B3FFE740F234 +:105900002451C2F200010B6840F21C52C2F20002A4 +:10591000002042F823000A6840F26050C2F2000002 +:1059200000EB4203B3F8F0200132A3F8F0200A683C +:1059300000EB4200B0F8C40040F20801C2F20001DE +:1059400041F8220058E3FFE740F22450C2F2000081 +:10595000026840F28400C2F2000000EB021040F244 +:105960001451C2F2000151F82210CA1701EB127251 +:10597000121130F8120001F00F0120FA01F140F28B +:105980004C50C2F200000160006890B9FFE740F29D +:105990002450C2F20000026840F21451C2F2000129 +:1059A00051F8220010304FF6F073184041F82200F1 +:1059B0001FE0FFE740F24C50C2F200000078C00741 +:1059C000B0B9FFE740F22450C2F20000026840F292 +:1059D0001451C2F2000151F82200013041F82200B6 +:1059E00040F24C51C2F20001086840100860E1E743 +:1059F00000E061E740F25C51C2F200010120086062 +:105A000040F22450C2F20000026840F21450C2F288 +:105A1000000050F8221040F2FC20C2F2000030F8E2 +:105A2000110040F26051C2F2000101EB4201B1F8F5 +:105A3000C810884219DDFFE740F22450C2F200008E +:105A4000016840F21450C2F2000050F8212040F2E8 +:105A5000FC11C2F20001012021F8120040F25C5159 +:105A6000C2F2000100200860FFE740F22450C2F2B9 +:105A70000000016840F21450C2F2000050F82120EA +:105A800040F26050C2F2000030F8120040F2FC0117 +:105A9000C2F2000131F8121088425DD0FFE740F2F7 +:105AA0002450C2F20000016840F21450C2F200001B +:105AB00050F82100E0BBFFE740F22851C2F200019C +:105AC00000200860FFE740F22850C2F200000068A2 +:105AD00040F26051C2F20001B1F8CE10884226DADD +:105AE000FFE740F26050C2F20000B0F8CC0040F294 +:105AF0002451C2F200010A6840F21451C2F20001BE +:105B000051F8221040F22852C2F2000212680A44F0 +:105B100040F2FC11C2F2000121F81200FFE740F24E +:105B20002851C2F20001086801300860CBE712E09A +:105B300040F22450C2F20000016840F21450C2F258 +:105B4000000050F8212040F2FC11C2F200010120B7 +:105B500021F81200FFE7FFE740F22450C2F20000F4 +:105B6000016840F21450C2F2000050F8211040F2D7 +:105B7000FC10C2F2000030F81100002800F0218271 +:105B8000FFE740F22851C2F2000103200860FFE75E +:105B900040F22850C2F2000001680020012907905D +:105BA0001DDBFFE740F22450C2F20000016840F222 +:105BB0001450C2F2000050F8210040F22852C2F204 +:105BC00000021268104440F25C52C2F200021268F5 +:105BD000FEF78EF8B0FA80F040090790FFE70798CB +:105BE000C00748B1FFE7FFE740F22851C2F20001C9 +:105BF000086801380860CBE740F22850C2F2000084 +:105C00000068033840F25051C2F200010860FFE71B +:105C100040F25050C2F2000001680020B1F1FF3F95 +:105C2000069019DCFFE740F22450C2F20000016840 +:105C300040F21450C2F2000050F8210040F25052DD +:105C4000C2F20002126810440122FEF751F8B0FAC5 +:105C500080F040090690FFE70698C00748B1FFE7CB +:105C6000FFE740F25051C2F20001086801300860BD +:105C7000CEE740F22851C2F200010A6840F25050CB +:105C8000C2F200000368D21A013240F25853C2F245 +:105C900000031A60D0F800C040F22450C2F20000A5 +:105CA000036840F21452C2F2000252F8230060442A +:105CB00042F8230000200860FFE740F22850C2F2BB +:105CC0000000006840F25851C2F2000109688842A1 +:105CD00080F29280FFE740F22450C2F20000016897 +:105CE00040F21450C2F2000050F8210040F2285156 +:105CF000C2F200010968014440F25050C2F20000B3 +:105D00000160036840F26051C2F2000131F81310E3 +:105D100040F2FC02C2F2000222F81310036840F2C3 +:105D2000FC22C2F20002002122F81310016840F2A6 +:105D3000FC10C2F2000030F8110078B3FFE740F227 +:105D40005051C2F200010B6840F2FC10C2F2000098 +:105D500030F81320013A20F81320096830F81100B8 +:105D6000D8B9FFE740F25050C2F20000006840F29C +:105D70002451C2F200010968783188420DD0FFE752 +:105D800040F22450C2F20000026840F21C51C2F2FC +:105D90000001012041F82200FFE7FFE740F25050E8 +:105DA000C2F20000016840F2FC10C2F2000030F8BC +:105DB0001100C0B9FFE740F25050C2F20000006885 +:105DC00000F00F02012101FA02F3C11700EB11707C +:105DD000021140F22C51C2F2000151F82200184386 +:105DE00041F82200FFE7FFE740F22851C2F200012C +:105DF00008680130086060E740F22450C2F20000F9 +:105E00000590016840F21450C2F20000049050F86E +:105E1000211040F25850C2F200000390026840F294 +:105E2000FC00C2F20000FAF779FA039A0499059887 +:105E3000D0F800E040F26053C2F2000303EB4E03DF +:105E4000B3F8C03040F2080CC2F2000C4CF82E300F +:105E50001368026851F82200184441F8220040F209 +:105E60002851C2F2000100200860FFE740F22850EC +:105E7000C2F200000068072826DCFFE740F2285045 +:105E8000C2F20000026840F22C50C2F2000050F84A +:105E9000220040F22451C2F200010B6840F284015A +:105EA000C2F2000101EB031131F8121008408842E0 +:105EB00001D0FFE708E0FFE740F22851C2F20001FD +:105EC000086801300860D1E740F22850C2F20000B3 +:105ED0000068082844D1FFE740F22851C2F20001CF +:105EE00000200860FFE740F22850C2F2000000687E +:105EF000072824DCFFE740F22450C2F200000168CA +:105F000040F28400C2F2000000EB011040F2285180 +:105F1000C2F200010A6830F8123040F22C51C2F28D +:105F2000000151F82200984341F82200FFE740F2B7 +:105F30002851C2F20001086801300860D3E740F23E +:105F40002450C2F20000016840F26050C2F200002A +:105F500000EB4101B1F8F4000130A1F8F400FFE7D3 +:105F600040F22450C2F20000016840F26050C2F2D8 +:105F7000000000EB4100B0F8C000022820DBFFE782 +:105F800040F22450C2F200000068B0FA80F04109EB +:105F900040F20800C2F2000050F8210080B9FFE78B +:105FA00040F22450C2F200000068B0FA80F04209CA +:105FB00040F20801C2F20001012041F82200FFE78F +:105FC0000EE040F22450C2F20000026840F2145188 +:105FD000C2F2000151F82200013041F82200FFE72F +:105FE000FFE7FFE740F22451C2F2000108680130E8 +:105FF0000860FFF737BCFFE7FEF78EFB40F260500A +:10600000C2F2000090F8F9004008C007002850D103 +:10601000FFE740F26051C2F20001888849880843D6 +:1060200048B1FFE741F20000C4F201004021002224 +:10603000FCF736F908E041F20000C4F2010040210B +:106040000122FCF72DF9FFE740F26050C2F2000098 +:10605000808848B1FFE741F20000C4F201008021CE +:106060000122FCF71DF908E041F20000C4F2010032 +:1060700080210022FCF714F9FFE740F28000C2F211 +:106080000000006850B1FFE741F20000C4F20100D7 +:106090004FF480710122FCF703F909E041F200009E +:1060A000C4F201004FF480710022FCF7F9F8FFE719 +:1060B000FFE740F26050C2F20000B0F8FE0040F28C +:1060C0005451C2F200010988884213D0FFE740F220 +:1060D0006051C2F20001B1F8FE0040F25452C2F227 +:1060E00000021388B1F8F82062EA03021040A1F818 +:1060F000F800FFE740F26050C2F20000B0F8FE1076 +:1061000040F25452C2F20002118090F8F8004008A8 +:10611000C007B0B1FFE740F26051C2F20001029146 +:1061200091F8F80000F0FD0081F8F800FAF710FA95 +:10613000029940F25450C2F200000088A1F8FE001B +:10614000FFE740F26050C2F2000090F8F8008008CB +:10615000C00768B1FFE740F26051C2F2000191F858 +:10616000F80000F0FB0081F8F800FEF743FDFFE7C0 +:1061700040F26050C2F2000090F8F800C008C0077A +:10618000B0B1FFE740F26051C2F20001019191F815 +:10619000F80000F0F70081F8F800FDF715FE01990E +:1061A00040F25450C2F200000088A1F8FE00FFE760 +:1061B00040F26050C2F2000090F8F8100020B0EBFE +:1061C000D11F00F08D80FFE740F26051C2F2000164 +:1061D00091F8F80000F07F0081F8F80040F22451B7 +:1061E000C2F2000100200860FFE740F22450C2F232 +:1061F000000000687F2815DCFFE740F22450C2F25F +:106200000000026840F2FC11C2F20001012021F8F6 +:106210001200FFE740F22451C2F200010868013089 +:106220000860E2E740F22451C2F200010020086059 +:10623000FFE740F22450C2F20000006801282ADC87 +:10624000FFE740F22451C2F20001086840F26052B8 +:10625000C2F2000202EB40030020A3F8F0000B683A +:1062600002EB4302A2F8F4000B6840F20802C2F20B +:10627000000242F823000A6840F21451C2F2000101 +:1062800041F82200FFE740F22451C2F20001086801 +:1062900001300860CDE740F22451C2F20001002035 +:1062A0000860FFE740F22450C2F2000000680728AF +:1062B00015DCFFE740F22450C2F20000026840F211 +:1062C0002C51C2F20001002041F82200FFE740F209 +:1062D0002451C2F20001086801300860E2E7FFE7DC +:1062E000FFF714BA80B58CB0ADF82E000A914FF6C6 +:1062F0000000C0F60100099001208DF82300FFE79F +:106300009DF8230028B1FFE7FBF7C4FD8DF82300BB +:10631000F6E70020039004904FF60000C0F601005D +:10632000069001200190079004A803A9FBF78CFCBC +:10633000014601988DF823108DF82300FFE79DF8A2 +:10634000230028B1FFE7FBF705FD8DF82300F6E7F2 +:1063500001208DF82300FFE79DF8230028B1FFE717 +:10636000FBF798FD8DF82300F6E701208DF8230058 +:10637000FFE79DF82300F0B1FFE700200290FFE760 +:106380000298BDF82E10884214DAFFE709990A989E +:10639000028801200023FBF7E7FC8DF823000A9810 +:1063A00002300A90099802300990FFE70298013004 +:1063B0000290E5E7DDE701208DF82300FFE79DF877 +:1063C000230028B1FFE7FBF7C5FC8DF82300F6E7B3 +:1063D0000CB080BD81B000900098008801B070477B +:1063E00090EA010F48BF81F0004100F19E81421AFE +:1063F0003CBF801A89184FEAD052A2EBD1534FF01C +:106400007F4C1CEA410F18BF9CEA026F00F03B80F2 +:106410004FF0004C4CEA00204CEA012121FA03FC29 +:1064200010EB0C0C1ED202F1FF325FEA1C2040EB95 +:10643000C25038BF70471CF07F0F4FEA400C18BFA6 +:10644000BCF17F4F38BF7047C3F12003994008BFAC +:1064500020F00100BCF17F4F38BF7047A0F1C04071 +:1064600000F057B94FEA3C00000A40EBC25028BF89 +:106470001CF0FF0F4FEA400CE6D018BFBCF17F4F75 +:1064800038BF7047EAE79CEA026F05D010EA5C0F5C +:1064900008BF00F00040704710B500F0F4F800BFEE +:1064A00064FBBE3E4FF47F0C1CEAD0121EBF1CEAF8 +:1064B000D11392EA0C0F93EA0C0F00F0858090EA5A +:1064C000010F48BF42F4807240F4000C41F4000018 +:1064D0002CF07F4120F07F4000B5A2EB0302814207 +:1064E0000FF2081CACEB504E9EF800E0C0F100002B +:1064F0004FEA4E0E00FB0EFC38BF49004FEA2C1C41 +:106500000CFB0EF34FEACE1E0EEB635E4FEA112C2E +:106510000EFB0CFC4FEAC1214FEA1C5300FB031198 +:1065200002F5FA024FEA112C0EFB0CFC4FEA013186 +:106530004FEADC4C00FB0C1142EB2242C14228BF67 +:1065400009184CEB03335DF804EB10EB410143EB0E +:10655000C250B2F57C0F38BF704729D512F0F00F4A +:106560001CBF00F1C04000F00040704700818283F2 +:106570008485868788898B8C8D8E8F919293959652 +:1065800097999A9C9D9FA0A2A3A5A7A8AAACAEB0DC +:10659000B2B3B5B7B9BCBEC0C2C5C7C9CCCED1D4E1 +:1065A000D7D9DCDFE2E6E9ECF0F3F7FAFE00000011 +:1065B0004FEA400C0CF1807CBCF17E4F28BF704745 +:1065C000B0F1C04000F0A5B80CEAD11390EA010F79 +:1065D00048BF42F48072624538BF634507D213F466 +:1065E0007F0F16D080EA010000F00040704710B520 +:1065F00000F049F8097EFC3E00F005B880EA010091 +:1066000000F00040704780EA010000F0004000F018 +:1066100080B812F47F0F04BF0248704780EA01007F +:1066200000F077B80000C07F41000B0ED3F19E024E +:1066300008D950F400034FEA032323FA02F048BFBD +:106640004042704710B500F01EF800BF4992248008 +:10665000002070476FF0004282EA2000704700007F +:10666000B0FA80F310FA03F2C3F19D030AD0D90502 +:1066700001EB1220530638BF704700F1010008BF3C +:1066800020F0010070470EF1020E2EF0030E5EF8AE +:10669000044B244204D44FEA4102B2F17F4F11D897 +:1066A0004FEA4003B3F17F4F0CD80ED14FEAD07CB4 +:1066B0000CEB4C0C0CF1020CB2F17F4F08BF4CEB11 +:1066C000D17C04E04FF0080C01E04FEAD17C0CEBE8 +:1066D0004C0324FA03F404F00704B4F1040C06D2CA +:1066E0000EEB840CBDE810404CF0010C6047DFE875 +:1066F0000CF0070802024FF00040A0F5800010BD2A +:106700000846420018BFD2F1807288BF00F00040F6 +:1067100010BDFF2141EAD050C005704790EA010F3B +:1067200048BF81F000413FF562AE421A04D882F0C2 +:106730000042A0EB020011444FEAD052A2EBD15329 +:106740004FF07F4C1CEA410F18BF9CEA026F4AD001 +:106750004FF0004C4CEA00204CEA012121FA03FCE6 +:10676000B0EB0C0C0FD412F0FE0F36D05FEA4C00E9 +:106770001DD5001240EBC25038BF70471CF03F0FD0 +:1067800018BF70470BE05FEA1C20A2F1010240EB4A +:10679000C25038BF70471CF07F0F18BF7047C3F15D +:1067A0002003994014BF401E20F0010070474FEABB +:1067B0001223800808BF7047B0FA80FCA2EB0C02DD +:1067C000CCF1280C60FA0CF093EA122F04BF00EB16 +:1067D000C25070474FEAC3707047130A5FEADC107B +:1067E00008BF7047F6E79CEA026F04D010EA5C0F1E +:1067F00008BF0020704710B5FFF745FF40DFF63EA9 +:1068000081F000407047000000000000000001021D +:106810000304060708090000000001020304020344 +:106820000405060708090A0B0C0D0E0F10100102D3 +:106830005068000800000020180000006C010008EB +:106840006868000818000020C00F000088010008D8 +:106850000100000000127A000100000002000000A8 +:0868600001000000100000001F :0400000508000131BD :00000001FF diff --git a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.htm b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.htm index 60eee69..ab86266 100644 --- a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.htm +++ b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.htm @@ -3,9 +3,9 @@ Static Call Graph - [uksvep_2_2_v1\uksvep_2_2_v1.axf]

Static Call Graph for image uksvep_2_2_v1\uksvep_2_2_v1.axf


-

#<CALLGRAPH># ARM Linker, 6190004: Last Updated: Thu Nov 13 11:13:08 2025 +

#<CALLGRAPH># ARM Linker, 6190004: Last Updated: Fri Nov 14 14:03:54 2025

-

Maximum Stack Usage = 328 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)

+

Maximum Stack Usage = 336 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)

Call chain for Maximum Stack Depth:

__rt_entry_main ⇒ main ⇒ SystemClock_Config ⇒ HAL_RCC_ClockConfig ⇒ HAL_InitTick ⇒ HAL_TIM_Base_Init ⇒ HAL_TIM_Base_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority

@@ -215,7 +215,7 @@ Global Symbols

__rt_entry_postsh_1 (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$00000009))

__rt_entry_main (Thumb, 0 bytes, Stack size unknown bytes, __rtentry2.o(.ARM.Collect$$rtentry$$0000000D)) -

[Stack]

  • Max Depth = 328 + Unknown Stack Size +

    [Stack]
    • Max Depth = 336 + Unknown Stack Size
    • Call Chain = __rt_entry_main ⇒ main ⇒ SystemClock_Config ⇒ HAL_RCC_ClockConfig ⇒ HAL_InitTick ⇒ HAL_TIM_Base_Init ⇒ HAL_TIM_Base_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority

    [Calls]
    • >>   main @@ -510,9 +510,9 @@ Global Symbols
      [Called By]
      • >>   HAL_CAN_RxFifo0MsgPendingCallback
      • >>   CAN_filterConfig
      • >>   MX_UART4_Init -
      • >>   MX_IWDG_Init
      • >>   MX_TIM4_Init
      • >>   MX_CAN_Init +
      • >>   MX_IWDG_Init
      • >>   SystemClock_Config
      @@ -1112,7 +1112,7 @@ Global Symbols

      HardFault_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f1xx_it.o(.text.HardFault_Handler))
      [Address Reference Count : 1]

      • startup_stm32f103xe.o(RESET)
      -

      Init_packMask (Thumb, 144 bytes, Stack size 4 bytes, message.o(.text.Init_packMask)) +

      Init_packMask (Thumb, 152 bytes, Stack size 4 bytes, message.o(.text.Init_packMask))

      [Stack]

      • Max Depth = 4
      • Call Chain = Init_packMask

      [Called By]
      • >>   Load_params @@ -1192,8 +1192,8 @@ Global Symbols

        MemManage_Handler (Thumb, 4 bytes, Stack size 0 bytes, stm32f1xx_it.o(.text.MemManage_Handler))
        [Address Reference Count : 1]

        • startup_stm32f103xe.o(RESET)
        -

        Millisecond (Thumb, 1102 bytes, Stack size 16 bytes, main.o(.text.Millisecond)) -

        [Stack]

        • Max Depth = 48
        • Call Chain = Millisecond ⇒ ReadJumpers ⇒ HAL_GPIO_ReadPin +

          Millisecond (Thumb, 1286 bytes, Stack size 24 bytes, main.o(.text.Millisecond)) +

          [Stack]

          • Max Depth = 56
          • Call Chain = Millisecond ⇒ ReadJumpers ⇒ HAL_GPIO_ReadPin

          [Calls]
          • >>   HAL_GPIO_WritePin
          • >>   TestJumper @@ -1341,8 +1341,8 @@ Global Symbols
          • >>   Load_params
          -

          main (Thumb, 3496 bytes, Stack size 72 bytes, main.o(.text.main)) -

          [Stack]

          • Max Depth = 328 + Unknown Stack Size +

            main (Thumb, 3528 bytes, Stack size 80 bytes, main.o(.text.main)) +

            [Stack]

            • Max Depth = 336 + Unknown Stack Size
            • Call Chain = main ⇒ SystemClock_Config ⇒ HAL_RCC_ClockConfig ⇒ HAL_InitTick ⇒ HAL_TIM_Base_Init ⇒ HAL_TIM_Base_MspInit ⇒ HAL_NVIC_SetPriority ⇒ NVIC_EncodePriority

            [Calls]
            • >>   CAN_send @@ -1352,10 +1352,10 @@ Global Symbols
            • >>   HAL_GPIO_TogglePin
            • >>   HAL_GPIO_WritePin
            • >>   MX_UART4_Init -
            • >>   MX_IWDG_Init
            • >>   MX_TIM4_Init
            • >>   MX_CAN_Init
            • >>   MX_GPIO_Init +
            • >>   MX_IWDG_Init
            • >>   SystemClock_Config
            • >>   HAL_Init
            • >>   Save_params diff --git a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.map b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.map index 9f20ac1..97a49e9 100644 --- a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.map +++ b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1.map @@ -79,10 +79,10 @@ Section Cross References message.o(.ARM.exidx.text.Init_packMask) refers to message.o(.text.Init_packMask) for [Anonymous Symbol] main.o(.text.main) refers to stm32f1xx_hal.o(.text.HAL_Init) for HAL_Init main.o(.text.main) refers to main.o(.text.SystemClock_Config) for SystemClock_Config + main.o(.text.main) refers to iwdg.o(.text.MX_IWDG_Init) for MX_IWDG_Init main.o(.text.main) refers to gpio.o(.text.MX_GPIO_Init) for MX_GPIO_Init main.o(.text.main) refers to can.o(.text.MX_CAN_Init) for MX_CAN_Init main.o(.text.main) refers to tim.o(.text.MX_TIM4_Init) for MX_TIM4_Init - main.o(.text.main) refers to iwdg.o(.text.MX_IWDG_Init) for MX_IWDG_Init main.o(.text.main) refers to usart.o(.text.MX_UART4_Init) for MX_UART4_Init main.o(.text.main) refers to stm32f1xx_hal_gpio.o(.text.HAL_GPIO_WritePin) for HAL_GPIO_WritePin main.o(.text.main) refers to main.o(.bss.main.i) for main.i @@ -93,7 +93,6 @@ Section Cross References main.o(.text.main) refers to can.o(.text.Setup_CAN_addr) for Setup_CAN_addr main.o(.text.main) refers to message.o(.text.Load_params) for Load_params main.o(.text.main) refers to message.o(.bss.modbus) for modbus - main.o(.text.main) refers to message.o(.bss.params) for params main.o(.text.main) refers to message.o(.bss.county) for county main.o(.text.main) refers to main.o(.bss.main.masca) for main.masca main.o(.text.main) refers to main.o(.bss.timGo) for timGo @@ -130,10 +129,9 @@ Section Cross References main.o(.text.Isit) refers to message.o(.bss.county) for county main.o(.ARM.exidx.text.Isit) refers to main.o(.text.Isit) for [Anonymous Symbol] main.o(.ARM.exidx.text.Error_Handler) refers to main.o(.text.Error_Handler) for [Anonymous Symbol] - main.o(.text.Millisecond) refers to message.o(.bss.params) for params + main.o(.text.Millisecond) refers to message.o(.bss.modbus) for modbus main.o(.text.Millisecond) refers to main.o(.bss.timGo) for timGo main.o(.text.Millisecond) refers to lampa.o(.text.ReadJumpers) for ReadJumpers - main.o(.text.Millisecond) refers to message.o(.bss.modbus) for modbus main.o(.text.Millisecond) refers to lampa.o(.text.TestJumper) for TestJumper main.o(.text.Millisecond) refers to main.o(.bss.Millisecond.CanPowse) for Millisecond.CanPowse main.o(.text.Millisecond) refers to main.o(.bss.CanGO) for CanGO @@ -2333,84 +2331,84 @@ Image Symbol Table [Anonymous Symbol] 0x08003c4c Section 0 stm32f1xx_hal_uart.o(.text.HAL_UART_TxCpltCallback) [Anonymous Symbol] 0x08003c54 Section 0 stm32f1xx_it.o(.text.HardFault_Handler) [Anonymous Symbol] 0x08003c58 Section 0 message.o(.text.Init_packMask) - [Anonymous Symbol] 0x08003ce8 Section 0 main.o(.text.Isit) - [Anonymous Symbol] 0x08003dc0 Section 0 message.o(.text.Load_params) - [Anonymous Symbol] 0x08003e9c Section 0 can.o(.text.MX_CAN_Init) - [Anonymous Symbol] 0x08003f1c Section 0 gpio.o(.text.MX_GPIO_Init) - [Anonymous Symbol] 0x0800404c Section 0 iwdg.o(.text.MX_IWDG_Init) - [Anonymous Symbol] 0x0800407c Section 0 tim.o(.text.MX_TIM4_Init) - [Anonymous Symbol] 0x08004114 Section 0 usart.o(.text.MX_UART4_Init) - [Anonymous Symbol] 0x08004154 Section 0 stm32f1xx_it.o(.text.MemManage_Handler) - [Anonymous Symbol] 0x08004158 Section 0 main.o(.text.Millisecond) - [Anonymous Symbol] 0x080045a8 Section 0 stm32f1xx_it.o(.text.NMI_Handler) - NVIC_EncodePriority 0x080045ad Thumb Code 108 stm32f1xx_hal_cortex.o(.text.NVIC_EncodePriority) - [Anonymous Symbol] 0x080045ac Section 0 stm32f1xx_hal_cortex.o(.text.NVIC_EncodePriority) - [Anonymous Symbol] 0x08004618 Section 0 stm32f1xx_it.o(.text.PendSV_Handler) - RCC_Delay 0x0800461d Thumb Code 58 stm32f1xx_hal_rcc.o(.text.RCC_Delay) - [Anonymous Symbol] 0x0800461c Section 0 stm32f1xx_hal_rcc.o(.text.RCC_Delay) - [Anonymous Symbol] 0x08004658 Section 0 lampa.o(.text.ReadEnteres) - [Anonymous Symbol] 0x080048d4 Section 0 lampa.o(.text.ReadJumpers) - [Anonymous Symbol] 0x08004970 Section 0 lampa.o(.text.ReadSeanus) - [Anonymous Symbol] 0x08004b30 Section 0 stm32f1xx_it.o(.text.SVC_Handler) - [Anonymous Symbol] 0x08004b34 Section 0 message.o(.text.Save_params) - [Anonymous Symbol] 0x08004bbc Section 0 can.o(.text.Setup_CAN_addr) - [Anonymous Symbol] 0x08004bfc Section 0 stm32f1xx_it.o(.text.SysTick_Handler) - [Anonymous Symbol] 0x08004c00 Section 0 main.o(.text.SystemClock_Config) - [Anonymous Symbol] 0x08004c78 Section 0 system_stm32f1xx.o(.text.SystemInit) - [Anonymous Symbol] 0x08004c7c Section 0 stm32f1xx_it.o(.text.TIM4_IRQHandler) - [Anonymous Symbol] 0x08004c8c Section 0 stm32f1xx_it.o(.text.TIM8_UP_IRQHandler) - [Anonymous Symbol] 0x08004c9c Section 0 stm32f1xx_hal_tim.o(.text.TIM_Base_SetConfig) - [Anonymous Symbol] 0x08004df4 Section 0 stm32f1xx_hal_tim.o(.text.TIM_ETR_SetConfig) - TIM_ITRx_SetConfig 0x08004e29 Thumb Code 42 stm32f1xx_hal_tim.o(.text.TIM_ITRx_SetConfig) - [Anonymous Symbol] 0x08004e28 Section 0 stm32f1xx_hal_tim.o(.text.TIM_ITRx_SetConfig) - TIM_TI1_ConfigInputStage 0x08004e55 Thumb Code 80 stm32f1xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) - [Anonymous Symbol] 0x08004e54 Section 0 stm32f1xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) - TIM_TI2_ConfigInputStage 0x08004ea5 Thumb Code 82 stm32f1xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) - [Anonymous Symbol] 0x08004ea4 Section 0 stm32f1xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) - [Anonymous Symbol] 0x08004ef8 Section 0 lampa.o(.text.TestJumper) - [Anonymous Symbol] 0x08004f14 Section 0 stm32f1xx_it.o(.text.UART4_IRQHandler) - UART_DMAAbortOnError 0x08004f25 Thumb Code 32 stm32f1xx_hal_uart.o(.text.UART_DMAAbortOnError) - [Anonymous Symbol] 0x08004f24 Section 0 stm32f1xx_hal_uart.o(.text.UART_DMAAbortOnError) - UART_EndRxTransfer 0x08004f45 Thumb Code 148 stm32f1xx_hal_uart.o(.text.UART_EndRxTransfer) - [Anonymous Symbol] 0x08004f44 Section 0 stm32f1xx_hal_uart.o(.text.UART_EndRxTransfer) - UART_EndTransmit_IT 0x08004fd9 Thumb Code 38 stm32f1xx_hal_uart.o(.text.UART_EndTransmit_IT) - [Anonymous Symbol] 0x08004fd8 Section 0 stm32f1xx_hal_uart.o(.text.UART_EndTransmit_IT) - UART_Receive_IT 0x08005001 Thumb Code 362 stm32f1xx_hal_uart.o(.text.UART_Receive_IT) - [Anonymous Symbol] 0x08005000 Section 0 stm32f1xx_hal_uart.o(.text.UART_Receive_IT) - UART_SetConfig 0x0800516d Thumb Code 186 stm32f1xx_hal_uart.o(.text.UART_SetConfig) - [Anonymous Symbol] 0x0800516c Section 0 stm32f1xx_hal_uart.o(.text.UART_SetConfig) - UART_Transmit_IT 0x08005229 Thumb Code 148 stm32f1xx_hal_uart.o(.text.UART_Transmit_IT) - [Anonymous Symbol] 0x08005228 Section 0 stm32f1xx_hal_uart.o(.text.UART_Transmit_IT) - [Anonymous Symbol] 0x080052bc Section 0 stm32f1xx_it.o(.text.USB_HP_CAN1_TX_IRQHandler) - [Anonymous Symbol] 0x080052cc Section 0 stm32f1xx_it.o(.text.USB_LP_CAN1_RX0_IRQHandler) - [Anonymous Symbol] 0x080052dc Section 0 stm32f1xx_it.o(.text.UsageFault_Handler) - __NVIC_EnableIRQ 0x080052e1 Thumb Code 48 stm32f1xx_hal_cortex.o(.text.__NVIC_EnableIRQ) - [Anonymous Symbol] 0x080052e0 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_EnableIRQ) - __NVIC_GetPriorityGrouping 0x08005311 Thumb Code 16 stm32f1xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) - [Anonymous Symbol] 0x08005310 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) - __NVIC_SetPriority 0x08005321 Thumb Code 66 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriority) - [Anonymous Symbol] 0x08005320 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriority) - __NVIC_SetPriorityGrouping 0x08005365 Thumb Code 60 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) - [Anonymous Symbol] 0x08005364 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) - [Anonymous Symbol] 0x080053a0 Section 0 crc16.o(.text.get_crc16) - [Anonymous Symbol] 0x0800545c Section 0 main.o(.text.main) - [Anonymous Symbol] 0x08006204 Section 0 eeprom.o(.text.putIntoEeprom) - [Anonymous Symbol] 0x080062f4 Section 0 eeprom.o(.text.watInTheFlash) - x$fpl$fadd 0x08006300 Section 196 faddsub_clz.o(x$fpl$fadd) - _fadd1 0x0800630f Thumb Code 0 faddsub_clz.o(x$fpl$fadd) - _fdiv1 0x080063c5 Thumb Code 0 fdiv.o(x$fpl$fdiv) - x$fpl$fdiv 0x080063c4 Section 388 fdiv.o(x$fpl$fdiv) - x$fpl$ffix 0x08006548 Section 54 ffix.o(x$fpl$ffix) - x$fpl$ffltu 0x08006580 Section 38 fflt_clz.o(x$fpl$ffltu) - x$fpl$fnaninf 0x080065a6 Section 140 fnaninf.o(x$fpl$fnaninf) - x$fpl$fretinf 0x08006632 Section 10 fretinf.o(x$fpl$fretinf) - x$fpl$fsub 0x0800663c Section 234 faddsub_clz.o(x$fpl$fsub) - _fsub1 0x0800664b Thumb Code 0 faddsub_clz.o(x$fpl$fsub) - x$fpl$usenofp 0x08006726 Section 0 usenofp.o(x$fpl$usenofp) - HAL_RCC_GetSysClockFreq.aPLLMULFactorTable 0x0800673e Data 16 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable) - [Anonymous Symbol] 0x0800673e Section 0 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable) - HAL_RCC_GetSysClockFreq.aPredivFactorTable 0x0800674e Data 2 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable) - [Anonymous Symbol] 0x0800674e Section 0 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable) + [Anonymous Symbol] 0x08003cf0 Section 0 main.o(.text.Isit) + [Anonymous Symbol] 0x08003dc8 Section 0 message.o(.text.Load_params) + [Anonymous Symbol] 0x08003ea4 Section 0 can.o(.text.MX_CAN_Init) + [Anonymous Symbol] 0x08003f24 Section 0 gpio.o(.text.MX_GPIO_Init) + [Anonymous Symbol] 0x08004054 Section 0 iwdg.o(.text.MX_IWDG_Init) + [Anonymous Symbol] 0x08004084 Section 0 tim.o(.text.MX_TIM4_Init) + [Anonymous Symbol] 0x0800411c Section 0 usart.o(.text.MX_UART4_Init) + [Anonymous Symbol] 0x0800415c Section 0 stm32f1xx_it.o(.text.MemManage_Handler) + [Anonymous Symbol] 0x08004160 Section 0 main.o(.text.Millisecond) + [Anonymous Symbol] 0x08004668 Section 0 stm32f1xx_it.o(.text.NMI_Handler) + NVIC_EncodePriority 0x0800466d Thumb Code 108 stm32f1xx_hal_cortex.o(.text.NVIC_EncodePriority) + [Anonymous Symbol] 0x0800466c Section 0 stm32f1xx_hal_cortex.o(.text.NVIC_EncodePriority) + [Anonymous Symbol] 0x080046d8 Section 0 stm32f1xx_it.o(.text.PendSV_Handler) + RCC_Delay 0x080046dd Thumb Code 58 stm32f1xx_hal_rcc.o(.text.RCC_Delay) + [Anonymous Symbol] 0x080046dc Section 0 stm32f1xx_hal_rcc.o(.text.RCC_Delay) + [Anonymous Symbol] 0x08004718 Section 0 lampa.o(.text.ReadEnteres) + [Anonymous Symbol] 0x08004994 Section 0 lampa.o(.text.ReadJumpers) + [Anonymous Symbol] 0x08004a30 Section 0 lampa.o(.text.ReadSeanus) + [Anonymous Symbol] 0x08004bf0 Section 0 stm32f1xx_it.o(.text.SVC_Handler) + [Anonymous Symbol] 0x08004bf4 Section 0 message.o(.text.Save_params) + [Anonymous Symbol] 0x08004c7c Section 0 can.o(.text.Setup_CAN_addr) + [Anonymous Symbol] 0x08004cbc Section 0 stm32f1xx_it.o(.text.SysTick_Handler) + [Anonymous Symbol] 0x08004cc0 Section 0 main.o(.text.SystemClock_Config) + [Anonymous Symbol] 0x08004d38 Section 0 system_stm32f1xx.o(.text.SystemInit) + [Anonymous Symbol] 0x08004d3c Section 0 stm32f1xx_it.o(.text.TIM4_IRQHandler) + [Anonymous Symbol] 0x08004d4c Section 0 stm32f1xx_it.o(.text.TIM8_UP_IRQHandler) + [Anonymous Symbol] 0x08004d5c Section 0 stm32f1xx_hal_tim.o(.text.TIM_Base_SetConfig) + [Anonymous Symbol] 0x08004eb4 Section 0 stm32f1xx_hal_tim.o(.text.TIM_ETR_SetConfig) + TIM_ITRx_SetConfig 0x08004ee9 Thumb Code 42 stm32f1xx_hal_tim.o(.text.TIM_ITRx_SetConfig) + [Anonymous Symbol] 0x08004ee8 Section 0 stm32f1xx_hal_tim.o(.text.TIM_ITRx_SetConfig) + TIM_TI1_ConfigInputStage 0x08004f15 Thumb Code 80 stm32f1xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) + [Anonymous Symbol] 0x08004f14 Section 0 stm32f1xx_hal_tim.o(.text.TIM_TI1_ConfigInputStage) + TIM_TI2_ConfigInputStage 0x08004f65 Thumb Code 82 stm32f1xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) + [Anonymous Symbol] 0x08004f64 Section 0 stm32f1xx_hal_tim.o(.text.TIM_TI2_ConfigInputStage) + [Anonymous Symbol] 0x08004fb8 Section 0 lampa.o(.text.TestJumper) + [Anonymous Symbol] 0x08004fd4 Section 0 stm32f1xx_it.o(.text.UART4_IRQHandler) + UART_DMAAbortOnError 0x08004fe5 Thumb Code 32 stm32f1xx_hal_uart.o(.text.UART_DMAAbortOnError) + [Anonymous Symbol] 0x08004fe4 Section 0 stm32f1xx_hal_uart.o(.text.UART_DMAAbortOnError) + UART_EndRxTransfer 0x08005005 Thumb Code 148 stm32f1xx_hal_uart.o(.text.UART_EndRxTransfer) + [Anonymous Symbol] 0x08005004 Section 0 stm32f1xx_hal_uart.o(.text.UART_EndRxTransfer) + UART_EndTransmit_IT 0x08005099 Thumb Code 38 stm32f1xx_hal_uart.o(.text.UART_EndTransmit_IT) + [Anonymous Symbol] 0x08005098 Section 0 stm32f1xx_hal_uart.o(.text.UART_EndTransmit_IT) + UART_Receive_IT 0x080050c1 Thumb Code 362 stm32f1xx_hal_uart.o(.text.UART_Receive_IT) + [Anonymous Symbol] 0x080050c0 Section 0 stm32f1xx_hal_uart.o(.text.UART_Receive_IT) + UART_SetConfig 0x0800522d Thumb Code 186 stm32f1xx_hal_uart.o(.text.UART_SetConfig) + [Anonymous Symbol] 0x0800522c Section 0 stm32f1xx_hal_uart.o(.text.UART_SetConfig) + UART_Transmit_IT 0x080052e9 Thumb Code 148 stm32f1xx_hal_uart.o(.text.UART_Transmit_IT) + [Anonymous Symbol] 0x080052e8 Section 0 stm32f1xx_hal_uart.o(.text.UART_Transmit_IT) + [Anonymous Symbol] 0x0800537c Section 0 stm32f1xx_it.o(.text.USB_HP_CAN1_TX_IRQHandler) + [Anonymous Symbol] 0x0800538c Section 0 stm32f1xx_it.o(.text.USB_LP_CAN1_RX0_IRQHandler) + [Anonymous Symbol] 0x0800539c Section 0 stm32f1xx_it.o(.text.UsageFault_Handler) + __NVIC_EnableIRQ 0x080053a1 Thumb Code 48 stm32f1xx_hal_cortex.o(.text.__NVIC_EnableIRQ) + [Anonymous Symbol] 0x080053a0 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_EnableIRQ) + __NVIC_GetPriorityGrouping 0x080053d1 Thumb Code 16 stm32f1xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) + [Anonymous Symbol] 0x080053d0 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_GetPriorityGrouping) + __NVIC_SetPriority 0x080053e1 Thumb Code 66 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriority) + [Anonymous Symbol] 0x080053e0 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriority) + __NVIC_SetPriorityGrouping 0x08005425 Thumb Code 60 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) + [Anonymous Symbol] 0x08005424 Section 0 stm32f1xx_hal_cortex.o(.text.__NVIC_SetPriorityGrouping) + [Anonymous Symbol] 0x08005460 Section 0 crc16.o(.text.get_crc16) + [Anonymous Symbol] 0x0800551c Section 0 main.o(.text.main) + [Anonymous Symbol] 0x080062e4 Section 0 eeprom.o(.text.putIntoEeprom) + [Anonymous Symbol] 0x080063d4 Section 0 eeprom.o(.text.watInTheFlash) + x$fpl$fadd 0x080063e0 Section 196 faddsub_clz.o(x$fpl$fadd) + _fadd1 0x080063ef Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + _fdiv1 0x080064a5 Thumb Code 0 fdiv.o(x$fpl$fdiv) + x$fpl$fdiv 0x080064a4 Section 388 fdiv.o(x$fpl$fdiv) + x$fpl$ffix 0x08006628 Section 54 ffix.o(x$fpl$ffix) + x$fpl$ffltu 0x08006660 Section 38 fflt_clz.o(x$fpl$ffltu) + x$fpl$fnaninf 0x08006686 Section 140 fnaninf.o(x$fpl$fnaninf) + x$fpl$fretinf 0x08006712 Section 10 fretinf.o(x$fpl$fretinf) + x$fpl$fsub 0x0800671c Section 234 faddsub_clz.o(x$fpl$fsub) + _fsub1 0x0800672b Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + x$fpl$usenofp 0x08006806 Section 0 usenofp.o(x$fpl$usenofp) + HAL_RCC_GetSysClockFreq.aPLLMULFactorTable 0x0800681e Data 16 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable) + [Anonymous Symbol] 0x0800681e Section 0 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable) + HAL_RCC_GetSysClockFreq.aPredivFactorTable 0x0800682e Data 2 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable) + [Anonymous Symbol] 0x0800682e Section 0 stm32f1xx_hal_rcc.o(.rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable) ReadSeanus.Ist 0x20000000 Data 1 lampa.o(.data.ReadSeanus.Ist) [Anonymous Symbol] 0x20000000 Section 0 lampa.o(.data.ReadSeanus.Ist) main.cancount 0x20000008 Data 8 main.o(.data.main.cancount) @@ -2712,57 +2710,57 @@ Image Symbol Table HAL_UART_RxCpltCallback 0x08003c45 Thumb Code 8 stm32f1xx_hal_uart.o(.text.HAL_UART_RxCpltCallback) HAL_UART_TxCpltCallback 0x08003c4d Thumb Code 8 stm32f1xx_hal_uart.o(.text.HAL_UART_TxCpltCallback) HardFault_Handler 0x08003c55 Thumb Code 4 stm32f1xx_it.o(.text.HardFault_Handler) - Init_packMask 0x08003c59 Thumb Code 144 message.o(.text.Init_packMask) - Isit 0x08003ce9 Thumb Code 214 main.o(.text.Isit) - Load_params 0x08003dc1 Thumb Code 220 message.o(.text.Load_params) - MX_CAN_Init 0x08003e9d Thumb Code 128 can.o(.text.MX_CAN_Init) - MX_GPIO_Init 0x08003f1d Thumb Code 304 gpio.o(.text.MX_GPIO_Init) - MX_IWDG_Init 0x0800404d Thumb Code 46 iwdg.o(.text.MX_IWDG_Init) - MX_TIM4_Init 0x0800407d Thumb Code 150 tim.o(.text.MX_TIM4_Init) - MX_UART4_Init 0x08004115 Thumb Code 64 usart.o(.text.MX_UART4_Init) - MemManage_Handler 0x08004155 Thumb Code 4 stm32f1xx_it.o(.text.MemManage_Handler) - Millisecond 0x08004159 Thumb Code 1102 main.o(.text.Millisecond) - NMI_Handler 0x080045a9 Thumb Code 4 stm32f1xx_it.o(.text.NMI_Handler) - PendSV_Handler 0x08004619 Thumb Code 2 stm32f1xx_it.o(.text.PendSV_Handler) - ReadEnteres 0x08004659 Thumb Code 636 lampa.o(.text.ReadEnteres) - ReadJumpers 0x080048d5 Thumb Code 156 lampa.o(.text.ReadJumpers) - ReadSeanus 0x08004971 Thumb Code 446 lampa.o(.text.ReadSeanus) - SVC_Handler 0x08004b31 Thumb Code 2 stm32f1xx_it.o(.text.SVC_Handler) - Save_params 0x08004b35 Thumb Code 134 message.o(.text.Save_params) - Setup_CAN_addr 0x08004bbd Thumb Code 62 can.o(.text.Setup_CAN_addr) - SysTick_Handler 0x08004bfd Thumb Code 2 stm32f1xx_it.o(.text.SysTick_Handler) - SystemClock_Config 0x08004c01 Thumb Code 120 main.o(.text.SystemClock_Config) - SystemInit 0x08004c79 Thumb Code 2 system_stm32f1xx.o(.text.SystemInit) - TIM4_IRQHandler 0x08004c7d Thumb Code 16 stm32f1xx_it.o(.text.TIM4_IRQHandler) - TIM8_UP_IRQHandler 0x08004c8d Thumb Code 16 stm32f1xx_it.o(.text.TIM8_UP_IRQHandler) - TIM_Base_SetConfig 0x08004c9d Thumb Code 342 stm32f1xx_hal_tim.o(.text.TIM_Base_SetConfig) - TIM_ETR_SetConfig 0x08004df5 Thumb Code 52 stm32f1xx_hal_tim.o(.text.TIM_ETR_SetConfig) - TestJumper 0x08004ef9 Thumb Code 26 lampa.o(.text.TestJumper) - UART4_IRQHandler 0x08004f15 Thumb Code 16 stm32f1xx_it.o(.text.UART4_IRQHandler) - USB_HP_CAN1_TX_IRQHandler 0x080052bd Thumb Code 16 stm32f1xx_it.o(.text.USB_HP_CAN1_TX_IRQHandler) - USB_LP_CAN1_RX0_IRQHandler 0x080052cd Thumb Code 16 stm32f1xx_it.o(.text.USB_LP_CAN1_RX0_IRQHandler) - UsageFault_Handler 0x080052dd Thumb Code 4 stm32f1xx_it.o(.text.UsageFault_Handler) - get_crc16 0x080053a1 Thumb Code 186 crc16.o(.text.get_crc16) - main 0x0800545d Thumb Code 3496 main.o(.text.main) - putIntoEeprom 0x08006205 Thumb Code 240 eeprom.o(.text.putIntoEeprom) - watInTheFlash 0x080062f5 Thumb Code 12 eeprom.o(.text.watInTheFlash) - __aeabi_fadd 0x08006301 Thumb Code 0 faddsub_clz.o(x$fpl$fadd) - _fadd 0x08006301 Thumb Code 196 faddsub_clz.o(x$fpl$fadd) - __aeabi_fdiv 0x080063c5 Thumb Code 0 fdiv.o(x$fpl$fdiv) - _fdiv 0x080063c5 Thumb Code 384 fdiv.o(x$fpl$fdiv) - __aeabi_f2iz 0x08006549 Thumb Code 0 ffix.o(x$fpl$ffix) - _ffix 0x08006549 Thumb Code 54 ffix.o(x$fpl$ffix) - __aeabi_ui2f 0x08006581 Thumb Code 0 fflt_clz.o(x$fpl$ffltu) - _ffltu 0x08006581 Thumb Code 38 fflt_clz.o(x$fpl$ffltu) - __fpl_fnaninf 0x080065a7 Thumb Code 140 fnaninf.o(x$fpl$fnaninf) - __fpl_fretinf 0x08006633 Thumb Code 10 fretinf.o(x$fpl$fretinf) - __aeabi_fsub 0x0800663d Thumb Code 0 faddsub_clz.o(x$fpl$fsub) - _fsub 0x0800663d Thumb Code 234 faddsub_clz.o(x$fpl$fsub) - AHBPrescTable 0x08006726 Data 16 system_stm32f1xx.o(.rodata.AHBPrescTable) - __I$use$fp 0x08006726 Number 0 usenofp.o(x$fpl$usenofp) - APBPrescTable 0x08006736 Data 8 system_stm32f1xx.o(.rodata.APBPrescTable) - Region$$Table$$Base 0x08006750 Number 0 anon$$obj.o(Region$$Table) - Region$$Table$$Limit 0x08006770 Number 0 anon$$obj.o(Region$$Table) + Init_packMask 0x08003c59 Thumb Code 152 message.o(.text.Init_packMask) + Isit 0x08003cf1 Thumb Code 214 main.o(.text.Isit) + Load_params 0x08003dc9 Thumb Code 220 message.o(.text.Load_params) + MX_CAN_Init 0x08003ea5 Thumb Code 128 can.o(.text.MX_CAN_Init) + MX_GPIO_Init 0x08003f25 Thumb Code 304 gpio.o(.text.MX_GPIO_Init) + MX_IWDG_Init 0x08004055 Thumb Code 46 iwdg.o(.text.MX_IWDG_Init) + MX_TIM4_Init 0x08004085 Thumb Code 150 tim.o(.text.MX_TIM4_Init) + MX_UART4_Init 0x0800411d Thumb Code 64 usart.o(.text.MX_UART4_Init) + MemManage_Handler 0x0800415d Thumb Code 4 stm32f1xx_it.o(.text.MemManage_Handler) + Millisecond 0x08004161 Thumb Code 1286 main.o(.text.Millisecond) + NMI_Handler 0x08004669 Thumb Code 4 stm32f1xx_it.o(.text.NMI_Handler) + PendSV_Handler 0x080046d9 Thumb Code 2 stm32f1xx_it.o(.text.PendSV_Handler) + ReadEnteres 0x08004719 Thumb Code 636 lampa.o(.text.ReadEnteres) + ReadJumpers 0x08004995 Thumb Code 156 lampa.o(.text.ReadJumpers) + ReadSeanus 0x08004a31 Thumb Code 446 lampa.o(.text.ReadSeanus) + SVC_Handler 0x08004bf1 Thumb Code 2 stm32f1xx_it.o(.text.SVC_Handler) + Save_params 0x08004bf5 Thumb Code 134 message.o(.text.Save_params) + Setup_CAN_addr 0x08004c7d Thumb Code 62 can.o(.text.Setup_CAN_addr) + SysTick_Handler 0x08004cbd Thumb Code 2 stm32f1xx_it.o(.text.SysTick_Handler) + SystemClock_Config 0x08004cc1 Thumb Code 120 main.o(.text.SystemClock_Config) + SystemInit 0x08004d39 Thumb Code 2 system_stm32f1xx.o(.text.SystemInit) + TIM4_IRQHandler 0x08004d3d Thumb Code 16 stm32f1xx_it.o(.text.TIM4_IRQHandler) + TIM8_UP_IRQHandler 0x08004d4d Thumb Code 16 stm32f1xx_it.o(.text.TIM8_UP_IRQHandler) + TIM_Base_SetConfig 0x08004d5d Thumb Code 342 stm32f1xx_hal_tim.o(.text.TIM_Base_SetConfig) + TIM_ETR_SetConfig 0x08004eb5 Thumb Code 52 stm32f1xx_hal_tim.o(.text.TIM_ETR_SetConfig) + TestJumper 0x08004fb9 Thumb Code 26 lampa.o(.text.TestJumper) + UART4_IRQHandler 0x08004fd5 Thumb Code 16 stm32f1xx_it.o(.text.UART4_IRQHandler) + USB_HP_CAN1_TX_IRQHandler 0x0800537d Thumb Code 16 stm32f1xx_it.o(.text.USB_HP_CAN1_TX_IRQHandler) + USB_LP_CAN1_RX0_IRQHandler 0x0800538d Thumb Code 16 stm32f1xx_it.o(.text.USB_LP_CAN1_RX0_IRQHandler) + UsageFault_Handler 0x0800539d Thumb Code 4 stm32f1xx_it.o(.text.UsageFault_Handler) + get_crc16 0x08005461 Thumb Code 186 crc16.o(.text.get_crc16) + main 0x0800551d Thumb Code 3528 main.o(.text.main) + putIntoEeprom 0x080062e5 Thumb Code 240 eeprom.o(.text.putIntoEeprom) + watInTheFlash 0x080063d5 Thumb Code 12 eeprom.o(.text.watInTheFlash) + __aeabi_fadd 0x080063e1 Thumb Code 0 faddsub_clz.o(x$fpl$fadd) + _fadd 0x080063e1 Thumb Code 196 faddsub_clz.o(x$fpl$fadd) + __aeabi_fdiv 0x080064a5 Thumb Code 0 fdiv.o(x$fpl$fdiv) + _fdiv 0x080064a5 Thumb Code 384 fdiv.o(x$fpl$fdiv) + __aeabi_f2iz 0x08006629 Thumb Code 0 ffix.o(x$fpl$ffix) + _ffix 0x08006629 Thumb Code 54 ffix.o(x$fpl$ffix) + __aeabi_ui2f 0x08006661 Thumb Code 0 fflt_clz.o(x$fpl$ffltu) + _ffltu 0x08006661 Thumb Code 38 fflt_clz.o(x$fpl$ffltu) + __fpl_fnaninf 0x08006687 Thumb Code 140 fnaninf.o(x$fpl$fnaninf) + __fpl_fretinf 0x08006713 Thumb Code 10 fretinf.o(x$fpl$fretinf) + __aeabi_fsub 0x0800671d Thumb Code 0 faddsub_clz.o(x$fpl$fsub) + _fsub 0x0800671d Thumb Code 234 faddsub_clz.o(x$fpl$fsub) + AHBPrescTable 0x08006806 Data 16 system_stm32f1xx.o(.rodata.AHBPrescTable) + __I$use$fp 0x08006806 Number 0 usenofp.o(x$fpl$usenofp) + APBPrescTable 0x08006816 Data 8 system_stm32f1xx.o(.rodata.APBPrescTable) + Region$$Table$$Base 0x08006830 Number 0 anon$$obj.o(Region$$Table) + Region$$Table$$Limit 0x08006850 Number 0 anon$$obj.o(Region$$Table) SystemCoreClock 0x20000004 Data 4 system_stm32f1xx.o(.data.SystemCoreClock) uwTickFreq 0x20000010 Data 1 stm32f1xx_hal.o(.data.uwTickFreq) uwTickPrio 0x20000014 Data 4 stm32f1xx_hal.o(.data.uwTickPrio) @@ -2801,9 +2799,9 @@ Memory Map of the image Image Entry point : 0x08000131 - Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00006788, Max: 0x00040000, ABSOLUTE) + Load Region LR_IROM1 (Base: 0x08000000, Size: 0x00006868, Max: 0x00040000, ABSOLUTE) - Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00006770, Max: 0x00040000, ABSOLUTE) + Execution Region ER_IROM1 (Exec base: 0x08000000, Load base: 0x08000000, Size: 0x00006850, Max: 0x00040000, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object @@ -2983,108 +2981,108 @@ Memory Map of the image 0x08003c44 0x08003c44 0x00000008 Code RO 1187 .text.HAL_UART_RxCpltCallback stm32f1xx_hal_uart.o 0x08003c4c 0x08003c4c 0x00000008 Code RO 1183 .text.HAL_UART_TxCpltCallback stm32f1xx_hal_uart.o 0x08003c54 0x08003c54 0x00000004 Code RO 213 .text.HardFault_Handler stm32f1xx_it.o - 0x08003c58 0x08003c58 0x00000090 Code RO 61 .text.Init_packMask message.o - 0x08003ce8 0x08003ce8 0x000000d6 Code RO 82 .text.Isit main.o - 0x08003dbe 0x08003dbe 0x00000002 PAD - 0x08003dc0 0x08003dc0 0x000000dc Code RO 57 .text.Load_params message.o - 0x08003e9c 0x08003e9c 0x00000080 Code RO 131 .text.MX_CAN_Init can.o - 0x08003f1c 0x08003f1c 0x00000130 Code RO 123 .text.MX_GPIO_Init gpio.o - 0x0800404c 0x0800404c 0x0000002e Code RO 174 .text.MX_IWDG_Init iwdg.o - 0x0800407a 0x0800407a 0x00000002 PAD - 0x0800407c 0x0800407c 0x00000096 Code RO 183 .text.MX_TIM4_Init tim.o - 0x08004112 0x08004112 0x00000002 PAD - 0x08004114 0x08004114 0x00000040 Code RO 197 .text.MX_UART4_Init usart.o - 0x08004154 0x08004154 0x00000004 Code RO 215 .text.MemManage_Handler stm32f1xx_it.o - 0x08004158 0x08004158 0x0000044e Code RO 86 .text.Millisecond main.o - 0x080045a6 0x080045a6 0x00000002 PAD - 0x080045a8 0x080045a8 0x00000004 Code RO 211 .text.NMI_Handler stm32f1xx_it.o - 0x080045ac 0x080045ac 0x0000006c Code RO 540 .text.NVIC_EncodePriority stm32f1xx_hal_cortex.o - 0x08004618 0x08004618 0x00000002 Code RO 225 .text.PendSV_Handler stm32f1xx_it.o - 0x0800461a 0x0800461a 0x00000002 PAD - 0x0800461c 0x0800461c 0x0000003a Code RO 424 .text.RCC_Delay stm32f1xx_hal_rcc.o - 0x08004656 0x08004656 0x00000002 PAD - 0x08004658 0x08004658 0x0000027c Code RO 36 .text.ReadEnteres lampa.o - 0x080048d4 0x080048d4 0x0000009c Code RO 38 .text.ReadJumpers lampa.o - 0x08004970 0x08004970 0x000001be Code RO 42 .text.ReadSeanus lampa.o - 0x08004b2e 0x08004b2e 0x00000002 PAD - 0x08004b30 0x08004b30 0x00000002 Code RO 221 .text.SVC_Handler stm32f1xx_it.o - 0x08004b32 0x08004b32 0x00000002 PAD - 0x08004b34 0x08004b34 0x00000086 Code RO 59 .text.Save_params message.o - 0x08004bba 0x08004bba 0x00000002 PAD - 0x08004bbc 0x08004bbc 0x0000003e Code RO 143 .text.Setup_CAN_addr can.o - 0x08004bfa 0x08004bfa 0x00000002 PAD - 0x08004bfc 0x08004bfc 0x00000002 Code RO 227 .text.SysTick_Handler stm32f1xx_it.o - 0x08004bfe 0x08004bfe 0x00000002 PAD - 0x08004c00 0x08004c00 0x00000078 Code RO 80 .text.SystemClock_Config main.o - 0x08004c78 0x08004c78 0x00000002 Code RO 1216 .text.SystemInit system_stm32f1xx.o + 0x08003c58 0x08003c58 0x00000098 Code RO 61 .text.Init_packMask message.o + 0x08003cf0 0x08003cf0 0x000000d6 Code RO 82 .text.Isit main.o + 0x08003dc6 0x08003dc6 0x00000002 PAD + 0x08003dc8 0x08003dc8 0x000000dc Code RO 57 .text.Load_params message.o + 0x08003ea4 0x08003ea4 0x00000080 Code RO 131 .text.MX_CAN_Init can.o + 0x08003f24 0x08003f24 0x00000130 Code RO 123 .text.MX_GPIO_Init gpio.o + 0x08004054 0x08004054 0x0000002e Code RO 174 .text.MX_IWDG_Init iwdg.o + 0x08004082 0x08004082 0x00000002 PAD + 0x08004084 0x08004084 0x00000096 Code RO 183 .text.MX_TIM4_Init tim.o + 0x0800411a 0x0800411a 0x00000002 PAD + 0x0800411c 0x0800411c 0x00000040 Code RO 197 .text.MX_UART4_Init usart.o + 0x0800415c 0x0800415c 0x00000004 Code RO 215 .text.MemManage_Handler stm32f1xx_it.o + 0x08004160 0x08004160 0x00000506 Code RO 86 .text.Millisecond main.o + 0x08004666 0x08004666 0x00000002 PAD + 0x08004668 0x08004668 0x00000004 Code RO 211 .text.NMI_Handler stm32f1xx_it.o + 0x0800466c 0x0800466c 0x0000006c Code RO 540 .text.NVIC_EncodePriority stm32f1xx_hal_cortex.o + 0x080046d8 0x080046d8 0x00000002 Code RO 225 .text.PendSV_Handler stm32f1xx_it.o + 0x080046da 0x080046da 0x00000002 PAD + 0x080046dc 0x080046dc 0x0000003a Code RO 424 .text.RCC_Delay stm32f1xx_hal_rcc.o + 0x08004716 0x08004716 0x00000002 PAD + 0x08004718 0x08004718 0x0000027c Code RO 36 .text.ReadEnteres lampa.o + 0x08004994 0x08004994 0x0000009c Code RO 38 .text.ReadJumpers lampa.o + 0x08004a30 0x08004a30 0x000001be Code RO 42 .text.ReadSeanus lampa.o + 0x08004bee 0x08004bee 0x00000002 PAD + 0x08004bf0 0x08004bf0 0x00000002 Code RO 221 .text.SVC_Handler stm32f1xx_it.o + 0x08004bf2 0x08004bf2 0x00000002 PAD + 0x08004bf4 0x08004bf4 0x00000086 Code RO 59 .text.Save_params message.o 0x08004c7a 0x08004c7a 0x00000002 PAD - 0x08004c7c 0x08004c7c 0x00000010 Code RO 233 .text.TIM4_IRQHandler stm32f1xx_it.o - 0x08004c8c 0x08004c8c 0x00000010 Code RO 235 .text.TIM8_UP_IRQHandler stm32f1xx_it.o - 0x08004c9c 0x08004c9c 0x00000156 Code RO 753 .text.TIM_Base_SetConfig stm32f1xx_hal_tim.o - 0x08004df2 0x08004df2 0x00000002 PAD - 0x08004df4 0x08004df4 0x00000034 Code RO 939 .text.TIM_ETR_SetConfig stm32f1xx_hal_tim.o - 0x08004e28 0x08004e28 0x0000002a Code RO 945 .text.TIM_ITRx_SetConfig stm32f1xx_hal_tim.o - 0x08004e52 0x08004e52 0x00000002 PAD - 0x08004e54 0x08004e54 0x00000050 Code RO 943 .text.TIM_TI1_ConfigInputStage stm32f1xx_hal_tim.o - 0x08004ea4 0x08004ea4 0x00000052 Code RO 947 .text.TIM_TI2_ConfigInputStage stm32f1xx_hal_tim.o - 0x08004ef6 0x08004ef6 0x00000002 PAD - 0x08004ef8 0x08004ef8 0x0000001a Code RO 40 .text.TestJumper lampa.o + 0x08004c7c 0x08004c7c 0x0000003e Code RO 143 .text.Setup_CAN_addr can.o + 0x08004cba 0x08004cba 0x00000002 PAD + 0x08004cbc 0x08004cbc 0x00000002 Code RO 227 .text.SysTick_Handler stm32f1xx_it.o + 0x08004cbe 0x08004cbe 0x00000002 PAD + 0x08004cc0 0x08004cc0 0x00000078 Code RO 80 .text.SystemClock_Config main.o + 0x08004d38 0x08004d38 0x00000002 Code RO 1216 .text.SystemInit system_stm32f1xx.o + 0x08004d3a 0x08004d3a 0x00000002 PAD + 0x08004d3c 0x08004d3c 0x00000010 Code RO 233 .text.TIM4_IRQHandler stm32f1xx_it.o + 0x08004d4c 0x08004d4c 0x00000010 Code RO 235 .text.TIM8_UP_IRQHandler stm32f1xx_it.o + 0x08004d5c 0x08004d5c 0x00000156 Code RO 753 .text.TIM_Base_SetConfig stm32f1xx_hal_tim.o + 0x08004eb2 0x08004eb2 0x00000002 PAD + 0x08004eb4 0x08004eb4 0x00000034 Code RO 939 .text.TIM_ETR_SetConfig stm32f1xx_hal_tim.o + 0x08004ee8 0x08004ee8 0x0000002a Code RO 945 .text.TIM_ITRx_SetConfig stm32f1xx_hal_tim.o 0x08004f12 0x08004f12 0x00000002 PAD - 0x08004f14 0x08004f14 0x00000010 Code RO 237 .text.UART4_IRQHandler stm32f1xx_it.o - 0x08004f24 0x08004f24 0x00000020 Code RO 1173 .text.UART_DMAAbortOnError stm32f1xx_hal_uart.o - 0x08004f44 0x08004f44 0x00000094 Code RO 1133 .text.UART_EndRxTransfer stm32f1xx_hal_uart.o - 0x08004fd8 0x08004fd8 0x00000026 Code RO 1181 .text.UART_EndTransmit_IT stm32f1xx_hal_uart.o - 0x08004ffe 0x08004ffe 0x00000002 PAD - 0x08005000 0x08005000 0x0000016a Code RO 1171 .text.UART_Receive_IT stm32f1xx_hal_uart.o - 0x0800516a 0x0800516a 0x00000002 PAD - 0x0800516c 0x0800516c 0x000000ba Code RO 1089 .text.UART_SetConfig stm32f1xx_hal_uart.o - 0x08005226 0x08005226 0x00000002 PAD - 0x08005228 0x08005228 0x00000094 Code RO 1179 .text.UART_Transmit_IT stm32f1xx_hal_uart.o - 0x080052bc 0x080052bc 0x00000010 Code RO 229 .text.USB_HP_CAN1_TX_IRQHandler stm32f1xx_it.o - 0x080052cc 0x080052cc 0x00000010 Code RO 231 .text.USB_LP_CAN1_RX0_IRQHandler stm32f1xx_it.o - 0x080052dc 0x080052dc 0x00000004 Code RO 219 .text.UsageFault_Handler stm32f1xx_it.o - 0x080052e0 0x080052e0 0x00000030 Code RO 544 .text.__NVIC_EnableIRQ stm32f1xx_hal_cortex.o - 0x08005310 0x08005310 0x00000010 Code RO 536 .text.__NVIC_GetPriorityGrouping stm32f1xx_hal_cortex.o - 0x08005320 0x08005320 0x00000042 Code RO 538 .text.__NVIC_SetPriority stm32f1xx_hal_cortex.o - 0x08005362 0x08005362 0x00000002 PAD - 0x08005364 0x08005364 0x0000003c Code RO 532 .text.__NVIC_SetPriorityGrouping stm32f1xx_hal_cortex.o - 0x080053a0 0x080053a0 0x000000ba Code RO 15 .text.get_crc16 crc16.o - 0x0800545a 0x0800545a 0x00000002 PAD - 0x0800545c 0x0800545c 0x00000da8 Code RO 78 .text.main main.o - 0x08006204 0x08006204 0x000000f0 Code RO 25 .text.putIntoEeprom eeprom.o - 0x080062f4 0x080062f4 0x0000000c Code RO 27 .text.watInTheFlash eeprom.o - 0x08006300 0x08006300 0x000000c4 Code RO 1237 x$fpl$fadd fz_ws.l(faddsub_clz.o) - 0x080063c4 0x080063c4 0x00000184 Code RO 1244 x$fpl$fdiv fz_ws.l(fdiv.o) - 0x08006548 0x08006548 0x00000036 Code RO 1247 x$fpl$ffix fz_ws.l(ffix.o) - 0x0800657e 0x0800657e 0x00000002 PAD - 0x08006580 0x08006580 0x00000026 Code RO 1251 x$fpl$ffltu fz_ws.l(fflt_clz.o) - 0x080065a6 0x080065a6 0x0000008c Code RO 1258 x$fpl$fnaninf fz_ws.l(fnaninf.o) - 0x08006632 0x08006632 0x0000000a Code RO 1260 x$fpl$fretinf fz_ws.l(fretinf.o) - 0x0800663c 0x0800663c 0x000000ea Code RO 1239 x$fpl$fsub fz_ws.l(faddsub_clz.o) - 0x08006726 0x08006726 0x00000000 Code RO 1262 x$fpl$usenofp fz_ws.l(usenofp.o) - 0x08006726 0x08006726 0x00000010 Data RO 1221 .rodata.AHBPrescTable system_stm32f1xx.o - 0x08006736 0x08006736 0x00000008 Data RO 1222 .rodata.APBPrescTable system_stm32f1xx.o - 0x0800673e 0x0800673e 0x00000010 Data RO 450 .rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable stm32f1xx_hal_rcc.o - 0x0800674e 0x0800674e 0x00000002 Data RO 451 .rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable stm32f1xx_hal_rcc.o - 0x08006750 0x08006750 0x00000020 Data RO 1424 Region$$Table anon$$obj.o + 0x08004f14 0x08004f14 0x00000050 Code RO 943 .text.TIM_TI1_ConfigInputStage stm32f1xx_hal_tim.o + 0x08004f64 0x08004f64 0x00000052 Code RO 947 .text.TIM_TI2_ConfigInputStage stm32f1xx_hal_tim.o + 0x08004fb6 0x08004fb6 0x00000002 PAD + 0x08004fb8 0x08004fb8 0x0000001a Code RO 40 .text.TestJumper lampa.o + 0x08004fd2 0x08004fd2 0x00000002 PAD + 0x08004fd4 0x08004fd4 0x00000010 Code RO 237 .text.UART4_IRQHandler stm32f1xx_it.o + 0x08004fe4 0x08004fe4 0x00000020 Code RO 1173 .text.UART_DMAAbortOnError stm32f1xx_hal_uart.o + 0x08005004 0x08005004 0x00000094 Code RO 1133 .text.UART_EndRxTransfer stm32f1xx_hal_uart.o + 0x08005098 0x08005098 0x00000026 Code RO 1181 .text.UART_EndTransmit_IT stm32f1xx_hal_uart.o + 0x080050be 0x080050be 0x00000002 PAD + 0x080050c0 0x080050c0 0x0000016a Code RO 1171 .text.UART_Receive_IT stm32f1xx_hal_uart.o + 0x0800522a 0x0800522a 0x00000002 PAD + 0x0800522c 0x0800522c 0x000000ba Code RO 1089 .text.UART_SetConfig stm32f1xx_hal_uart.o + 0x080052e6 0x080052e6 0x00000002 PAD + 0x080052e8 0x080052e8 0x00000094 Code RO 1179 .text.UART_Transmit_IT stm32f1xx_hal_uart.o + 0x0800537c 0x0800537c 0x00000010 Code RO 229 .text.USB_HP_CAN1_TX_IRQHandler stm32f1xx_it.o + 0x0800538c 0x0800538c 0x00000010 Code RO 231 .text.USB_LP_CAN1_RX0_IRQHandler stm32f1xx_it.o + 0x0800539c 0x0800539c 0x00000004 Code RO 219 .text.UsageFault_Handler stm32f1xx_it.o + 0x080053a0 0x080053a0 0x00000030 Code RO 544 .text.__NVIC_EnableIRQ stm32f1xx_hal_cortex.o + 0x080053d0 0x080053d0 0x00000010 Code RO 536 .text.__NVIC_GetPriorityGrouping stm32f1xx_hal_cortex.o + 0x080053e0 0x080053e0 0x00000042 Code RO 538 .text.__NVIC_SetPriority stm32f1xx_hal_cortex.o + 0x08005422 0x08005422 0x00000002 PAD + 0x08005424 0x08005424 0x0000003c Code RO 532 .text.__NVIC_SetPriorityGrouping stm32f1xx_hal_cortex.o + 0x08005460 0x08005460 0x000000ba Code RO 15 .text.get_crc16 crc16.o + 0x0800551a 0x0800551a 0x00000002 PAD + 0x0800551c 0x0800551c 0x00000dc8 Code RO 78 .text.main main.o + 0x080062e4 0x080062e4 0x000000f0 Code RO 25 .text.putIntoEeprom eeprom.o + 0x080063d4 0x080063d4 0x0000000c Code RO 27 .text.watInTheFlash eeprom.o + 0x080063e0 0x080063e0 0x000000c4 Code RO 1237 x$fpl$fadd fz_ws.l(faddsub_clz.o) + 0x080064a4 0x080064a4 0x00000184 Code RO 1244 x$fpl$fdiv fz_ws.l(fdiv.o) + 0x08006628 0x08006628 0x00000036 Code RO 1247 x$fpl$ffix fz_ws.l(ffix.o) + 0x0800665e 0x0800665e 0x00000002 PAD + 0x08006660 0x08006660 0x00000026 Code RO 1251 x$fpl$ffltu fz_ws.l(fflt_clz.o) + 0x08006686 0x08006686 0x0000008c Code RO 1258 x$fpl$fnaninf fz_ws.l(fnaninf.o) + 0x08006712 0x08006712 0x0000000a Code RO 1260 x$fpl$fretinf fz_ws.l(fretinf.o) + 0x0800671c 0x0800671c 0x000000ea Code RO 1239 x$fpl$fsub fz_ws.l(faddsub_clz.o) + 0x08006806 0x08006806 0x00000000 Code RO 1262 x$fpl$usenofp fz_ws.l(usenofp.o) + 0x08006806 0x08006806 0x00000010 Data RO 1221 .rodata.AHBPrescTable system_stm32f1xx.o + 0x08006816 0x08006816 0x00000008 Data RO 1222 .rodata.APBPrescTable system_stm32f1xx.o + 0x0800681e 0x0800681e 0x00000010 Data RO 450 .rodata.HAL_RCC_GetSysClockFreq.aPLLMULFactorTable stm32f1xx_hal_rcc.o + 0x0800682e 0x0800682e 0x00000002 Data RO 451 .rodata.HAL_RCC_GetSysClockFreq.aPredivFactorTable stm32f1xx_hal_rcc.o + 0x08006830 0x08006830 0x00000020 Data RO 1424 Region$$Table anon$$obj.o - Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08006770, Size: 0x00000fd8, Max: 0x0000c000, ABSOLUTE) + Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x08006850, Size: 0x00000fd8, Max: 0x0000c000, ABSOLUTE) Exec Addr Load Addr Size Type Attr Idx E Section Name Object - 0x20000000 0x08006770 0x00000001 Data RW 47 .data.ReadSeanus.Ist lampa.o - 0x20000001 0x08006771 0x00000003 PAD - 0x20000004 0x08006774 0x00000004 Data RW 1220 .data.SystemCoreClock system_stm32f1xx.o - 0x20000008 0x08006778 0x00000008 Data RW 98 .data.main.cancount main.o - 0x20000010 0x08006780 0x00000001 Data RW 411 .data.uwTickFreq stm32f1xx_hal.o - 0x20000011 0x08006781 0x00000003 PAD - 0x20000014 0x08006784 0x00000004 Data RW 410 .data.uwTickPrio stm32f1xx_hal.o + 0x20000000 0x08006850 0x00000001 Data RW 47 .data.ReadSeanus.Ist lampa.o + 0x20000001 0x08006851 0x00000003 PAD + 0x20000004 0x08006854 0x00000004 Data RW 1220 .data.SystemCoreClock system_stm32f1xx.o + 0x20000008 0x08006858 0x00000008 Data RW 98 .data.main.cancount main.o + 0x20000010 0x08006860 0x00000001 Data RW 411 .data.uwTickFreq stm32f1xx_hal.o + 0x20000011 0x08006861 0x00000003 PAD + 0x20000014 0x08006864 0x00000004 Data RW 410 .data.uwTickPrio stm32f1xx_hal.o 0x20000018 - 0x00000060 Zero RW 1289 .bss c_w.l(libspace.o) 0x20000078 - 0x00000004 Zero RW 156 .bss.BC_box_ID can.o 0x2000007c - 0x00000001 Zero RW 159 .bss.CAN_send.att can.o 0x2000007d - 0x00000001 Zero RW 90 .bss.CanGO main.o - 0x2000007e 0x08006788 0x00000002 PAD + 0x2000007e 0x08006868 0x00000002 PAD 0x20000080 - 0x00000004 Zero RW 104 .bss.Falling_asleep main.o 0x20000084 - 0x00000020 Zero RW 66 .bss.Maska message.o 0x200000a4 - 0x00000004 Zero RW 105 .bss.Millisecond.CanPowse main.o @@ -3098,7 +3096,7 @@ Memory Map of the image 0x200000c4 - 0x00000004 Zero RW 114 .bss.Millisecond.preTest main.o 0x200000c8 - 0x00000004 Zero RW 112 .bss.Millisecond.work_diod main.o 0x200000cc - 0x00000002 Zero RW 64 .bss.Mode message.o - 0x200000ce 0x08006788 0x00000002 PAD + 0x200000ce 0x08006868 0x00000002 PAD 0x200000d0 - 0x00000004 Zero RW 155 .bss.RX_box_ID can.o 0x200000d4 - 0x00000004 Zero RW 44 .bss.ReadSeanus.cownt lampa.o 0x200000d8 - 0x00000010 Zero RW 46 .bss.ReadSeanus.flt_u lampa.o @@ -3122,7 +3120,7 @@ Memory Map of the image 0x2000054c - 0x00000004 Zero RW 96 .bss.main.mask main.o 0x20000550 - 0x00000004 Zero RW 94 .bss.main.n main.o 0x20000554 - 0x00000002 Zero RW 102 .bss.main.precom main.o - 0x20000556 0x08006788 0x00000002 PAD + 0x20000556 0x08006868 0x00000002 PAD 0x20000558 - 0x00000004 Zero RW 97 .bss.main.qua main.o 0x2000055c - 0x00000004 Zero RW 95 .bss.main.z main.o 0x20000560 - 0x00000100 Zero RW 63 .bss.modbus message.o @@ -3130,12 +3128,12 @@ Memory Map of the image 0x20000668 - 0x00000018 Zero RW 160 .bss.msgHeaderSend can.o 0x20000680 - 0x00000020 Zero RW 666 .bss.pFlash stm32f1xx_hal_flash.o 0x200006a0 - 0x00000102 Zero RW 65 .bss.params message.o - 0x200007a2 0x08006788 0x00000002 PAD + 0x200007a2 0x08006868 0x00000002 PAD 0x200007a4 - 0x00000028 Zero RW 158 .bss.sFilterConfig can.o 0x200007cc - 0x00000001 Zero RW 91 .bss.timGo main.o - 0x200007cd 0x08006788 0x00000003 PAD + 0x200007cd 0x08006868 0x00000003 PAD 0x200007d0 - 0x00000004 Zero RW 412 .bss.uwTick stm32f1xx_hal.o - 0x200007d4 0x08006788 0x00000004 PAD + 0x200007d4 0x08006868 0x00000004 PAD 0x200007d8 - 0x00000400 Zero RW 2 HEAP startup_stm32f103xe.o 0x20000bd8 - 0x00000400 Zero RW 1 STACK startup_stm32f103xe.o @@ -3153,8 +3151,8 @@ Image component sizes 304 0 0 0 0 1546 gpio.o 46 0 0 0 12 1124 iwdg.o 1264 0 0 1 36 2636 lampa.o - 5008 0 0 8 128 8955 main.o - 716 0 0 0 1316 3346 message.o + 5224 0 0 8 128 9110 main.o + 724 0 0 0 1316 3347 message.o 64 26 304 0 2048 788 startup_stm32f103xe.o 142 0 0 5 4 5871 stm32f1xx_hal.o 3280 0 0 0 0 11296 stm32f1xx_hal_can.o @@ -3176,7 +3174,7 @@ Image component sizes 236 0 0 0 72 5474 usart.o ---------------------------------------------------------------------- - 24684 26 378 24 3936 177392 Object Totals + 24908 26 378 24 3936 177548 Object Totals 0 0 32 0 0 0 (incl. Generated) 110 0 0 6 15 0 (incl. Padding) @@ -3234,15 +3232,15 @@ Image component sizes Code (inc. data) RO Data RW Data ZI Data Debug - 26102 134 378 24 4032 177600 Grand Totals - 26102 134 378 24 4032 177600 ELF Image Totals - 26102 134 378 24 0 0 ROM Totals + 26326 134 378 24 4032 177756 Grand Totals + 26326 134 378 24 4032 177756 ELF Image Totals + 26326 134 378 24 0 0 ROM Totals ============================================================================== - Total RO Size (Code + RO Data) 26480 ( 25.86kB) + Total RO Size (Code + RO Data) 26704 ( 26.08kB) Total RW Size (RW Data + ZI Data) 4056 ( 3.96kB) - Total ROM Size (Code + RO Data + RW Data) 26504 ( 25.88kB) + Total ROM Size (Code + RO Data + RW Data) 26728 ( 26.10kB) ============================================================================== diff --git a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1_uksvep_2_2_v1.dep b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1_uksvep_2_2_v1.dep index df6e6c9..5274d24 100644 --- a/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1_uksvep_2_2_v1.dep +++ b/MDK-ARM/uksvep_2_2_v1/uksvep_2_2_v1_uksvep_2_2_v1.dep @@ -75,8 +75,8 @@ I (..\Core\Inc\lampa.h)(0x68AC524A) I (D:\Keil\ARM\ARMCLANG\include\stdbool.h)(0x63888F58) I (..\Core\Inc\struc.h)(0x68AC524A) I (..\Core\Inc\message.h)(0x68AC524A) -I (..\Core\Inc\package.h)(0x68AC524A) -F (..\Core\Src\message.c)(0x68AC524A)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I ../Drivers/CMSIS/Include -I./RTE/_uksvep_2_2_v1 -ID:/Keil/ARM/Pack/ARM/CMSIS/5.9.0/CMSIS/Core/Include -ID:/Keil/ARM/Pack/Keil/STM32F1xx_DFP/2.3.0/Device/Include -D__UVISION_VERSION="538" -D_RTE_ -DSTM32F10X_HD -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F103xE -o uksvep_2_2_v1/message.o -MD) +I (..\Core\Inc\package.h)(0x69170BCA) +F (..\Core\Src\message.c)(0x69170BCA)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I ../Drivers/CMSIS/Include -I./RTE/_uksvep_2_2_v1 -ID:/Keil/ARM/Pack/ARM/CMSIS/5.9.0/CMSIS/Core/Include -ID:/Keil/ARM/Pack/Keil/STM32F1xx_DFP/2.3.0/Device/Include -D__UVISION_VERSION="538" -D_RTE_ -DSTM32F10X_HD -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F103xE -o uksvep_2_2_v1/message.o -MD) I (..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal.h)(0x68B01C4A) I (..\Core\Inc\stm32f1xx_hal_conf.h)(0x68B00BF7) I (..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_rcc.h)(0x68B01C4A) @@ -110,10 +110,10 @@ I (..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_tim_ex.h)(0x68B01C4A) I (..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_uart.h)(0x68B01C4A) I (..\Core\Inc\struc.h)(0x68AC524A) I (..\Core\Inc\crc16.h)(0x68AC524A) -I (..\Core\Inc\package.h)(0x68AC524A) +I (..\Core\Inc\package.h)(0x69170BCA) I (..\Core\Inc\message.h)(0x68AC524A) I (..\Core\Inc\eeprom.h)(0x68AC524A) -F (../Core/Src/main.c)(0x68B02487)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I ../Drivers/CMSIS/Include -I./RTE/_uksvep_2_2_v1 -ID:/Keil/ARM/Pack/ARM/CMSIS/5.9.0/CMSIS/Core/Include -ID:/Keil/ARM/Pack/Keil/STM32F1xx_DFP/2.3.0/Device/Include -D__UVISION_VERSION="538" -D_RTE_ -DSTM32F10X_HD -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F103xE -o uksvep_2_2_v1/main.o -MD) +F (../Core/Src/main.c)(0x69170C98)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc -I ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I ../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I ../Drivers/CMSIS/Include -I./RTE/_uksvep_2_2_v1 -ID:/Keil/ARM/Pack/ARM/CMSIS/5.9.0/CMSIS/Core/Include -ID:/Keil/ARM/Pack/Keil/STM32F1xx_DFP/2.3.0/Device/Include -D__UVISION_VERSION="538" -D_RTE_ -DSTM32F10X_HD -D_RTE_ -DUSE_HAL_DRIVER -DSTM32F103xE -o uksvep_2_2_v1/main.o -MD) I (..\Core\Inc\main.h)(0x68AC524A) I (..\Drivers\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal.h)(0x68B01C4A) I (..\Core\Inc\stm32f1xx_hal_conf.h)(0x68B00BF7) @@ -151,7 +151,7 @@ I (..\Core\Inc\iwdg.h)(0x68AC524A) I (..\Core\Inc\tim.h)(0x68AC524A) I (..\Core\Inc\usart.h)(0x68AC524A) I (..\Core\Inc\gpio.h)(0x68AC524A) -I (..\Core\Inc\package.h)(0x68AC524A) +I (..\Core\Inc\package.h)(0x69170BCA) I (..\Core\Inc\message.h)(0x68AC524A) I (..\Core\Inc\struc.h)(0x68AC524A) I (..\Core\Inc\lampa.h)(0x68AC524A)