JLinkLog.txt 161 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517
T1D18 30262:515 SEGGER J-Link V6.46 Log File (0001ms, 54133ms total)
T1D18 30262:515 DLL Compiled: May 23 2019 17:49:56 (0001ms, 54133ms total)
T1D18 30262:515 Logging started @ 2022-12-16 17:38 (0001ms, 54133ms total)
T1D18 30262:516 JLINK_SetWarnOutHandler(...) (0000ms, 54133ms total)
T1D18 30262:516 JLINK_OpenEx(...)
Firmware: J-Link V9 compiled May  7 2021 16:26:12
Hardware: V9.40
S/N: 59425868
Feature(s): RDI, GDB, FlashDL, FlashBP, JFlash, RDDI
TELNET listener socket opened on port 19021WEBSRV 
Starting webserver (0050ms, 54183ms total)
T1D18 30262:516 WEBSRV Webserver running on local port 19080 (0050ms, 54183ms total)
T1D18 30262:516   returns O.K. (0050ms, 54183ms total)
T1D18 30262:567 JLINK_GetEmuCaps()  returns 0xB9FF7BBF (0000ms, 54183ms total)
T1D18 30262:567 JLINK_TIF_GetAvailable(...) (0002ms, 54185ms total)
T1D18 30262:569 JLINK_SetErrorOutHandler(...) (0000ms, 54185ms total)
T1D18 30262:569 JLINK_ExecCommand("ProjectFile = "E:\C100B_S6\C100B_GD\Proj\JLinkSettings.ini"", ...).   returns 0x00 (0002ms, 54187ms total)
T1D18 30262:571 JLINK_ExecCommand("Device = GD32F303RE", ...). Device "GD32F303RE" selected.  returns 0x00 (0000ms, 54187ms total)
T1D18 30262:571 JLINK_ExecCommand("DisableConnectionTimeout", ...).   returns 0x01 (0000ms, 54187ms total)
T1D18 30262:571 JLINK_GetHardwareVersion()  returns 0x16F30 (0000ms, 54187ms total)
T1D18 30262:571 JLINK_GetDLLVersion()  returns 64600 (0000ms, 54187ms total)
T1D18 30262:571 JLINK_GetFirmwareString(...) (0000ms, 54187ms total)
T1D18 30262:572 JLINK_GetDLLVersion()  returns 64600 (0000ms, 54187ms total)
T1D18 30262:572 JLINK_GetCompileDateTime() (0000ms, 54187ms total)
T1D18 30262:572 JLINK_GetFirmwareString(...) (0000ms, 54187ms total)
T1D18 30262:572 JLINK_GetHardwareVersion()  returns 0x16F30 (0000ms, 54187ms total)
T1D18 30262:572 JLINK_TIF_Select(JLINKARM_TIF_SWD)  returns 0x00 (0004ms, 54191ms total)
T1D18 30262:576 JLINK_SetSpeed(5000) (0001ms, 54192ms total)
T1D18 30262:577 JLINK_GetId() >0x10B TIF>Found SW-DP with ID 0x2BA01477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF>Scanning AP map to find all available APs >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[1]: Stopped AP scan as end of AP map has been reachedAP[0]: AHB-AP (IDR: 0x24770011)Iterating through AP map to find AHB-AP to use
 >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x42 TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>AP[0]: Core foundAP[0]: AHB-AP ROM base: 0xE00FF000 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)Found Cortex-M4 r0p1, Little endian. -- Max. mem block: 0x00011028
 -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE0002000)FPUnit: 6 code (BP) slots and 2 literal slots -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_ReadMem(4 bytes @ 0xE000ED88) -- CPU_WriteMem(4 bytes @ 0xE000ED88) -- CPU_ReadMem(4 bytes @ 0xE000ED88) -- CPU_WriteMem(4 bytes @ 0xE000ED88)CoreSight components:ROMTbl[0] @ E00FF000
 -- CPU_ReadMem(16 bytes @ 0xE00FF000) -- CPU_ReadMem(16 bytes @ 0xE000EFF0) -- CPU_ReadMem(16 bytes @ 0xE000EFE0)ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB00C SCS-M7 -- CPU_ReadMem(16 bytes @ 0xE0001FF0) -- CPU_ReadMem(16 bytes @ 0xE0001FE0)ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 003BB002 DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 002BB003 FPB -- CPU_ReadMem(16 bytes @ 0xE0000FF0)
 -- CPU_ReadMem(16 bytes @ 0xE0000FE0)ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 003BB001 ITM -- CPU_ReadMem(16 bytes @ 0xE00FF010) -- CPU_ReadMem(16 bytes @ 0xE0040FF0) -- CPU_ReadMem(16 bytes @ 0xE0040FE0)ROMTbl[0][4]: E0040000, CID: B105900D, PID: 000BB9A1 TPIU -- CPU_ReadMem(16 bytes @ 0xE0041FF0) -- CPU_ReadMem(16 bytes @ 0xE0041FE0)ROMTbl[0][5]: E0041000, CID: 00000000, PID: 00000000 ??? >0x0D TIF> >0x21 TIF>  returns 0x2BA01477 (0217ms, 54409ms total)
T1D18 30262:794 JLINK_GetDLLVersion()  returns 64600 (0000ms, 54409ms total)
T1D18 30262:794 JLINK_CORE_GetFound()  returns 0xE0000FF (0000ms, 54409ms total)
T1D18 30262:794 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000  returns 0x00 (0000ms, 54409ms total)
T1D18 30262:794 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xE00FF000  returns 0x00 (0000ms, 54409ms total)
T1D18 30262:794 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 54409ms total)
T1D18 30262:794 JLINK_ReadMemEx(0xE0041FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0041FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  returns 0x10 (0001ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) -- Value=0xE0040000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) -- Value=0xE0000000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) -- Value=0xE0001000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) -- Value=0xE0002000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) -- Value=0xE000E000  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) -- Value=0xE000EDF0  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_GetDebugInfo(0x01 = Unknown) -- Value=0x00000001  returns 0x00 (0000ms, 54410ms total)
T1D18 30262:795 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) - Data: 41 C2 0F 41  returns 1 (0001ms, 54411ms total)
T1D18 30262:796 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 54411ms total)
T1D18 30262:796 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL)  returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 54411ms total)
T1D18 30262:796 JLINK_Reset() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running
 -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) (0073ms, 54484ms total)
T1D18 30262:869 JLINK_ReadReg(R15 (PC))  returns 0x08000148 (0000ms, 54484ms total)
T1D18 30262:869 JLINK_ReadReg(XPSR)  returns 0x01000000 (0000ms, 54484ms total)
T1D18 30262:869 JLINK_Halt()  returns 0x00 (0000ms, 54484ms total)
T1D18 30262:869 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) - Data: 03 00 03 00  returns 1 (0001ms, 54485ms total)
T1D18 30262:870 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0)  returns 0 (0001ms, 54486ms total)
T1D18 30262:871 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)  returns 0 (0001ms, 54487ms total)
T1D18 30262:872 JLINK_GetHWStatus(...)  returns 0x00 (0001ms, 54488ms total)
T1D18 30262:873 JLINK_GetNumBPUnits(Type = 0xFFFFFF00)  returns 0x06 (0000ms, 54488ms total)
T1D18 30262:873 JLINK_GetNumBPUnits(Type = 0xF0)  returns 0x2000 (0000ms, 54488ms total)
T1D18 30262:873 JLINK_GetNumWPUnits()  returns 0x04 (0000ms, 54488ms total)
T1D18 30262:873 JLINK_GetSpeed()  returns 0xFA0 (0000ms, 54488ms total)
T1D18 30262:873 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) - Data: 02 00 00 00  returns 1 (0001ms, 54489ms total)
T1D18 30262:874 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) - Data: 02 00 00 00  returns 1 (0001ms, 54490ms total)
T1D18 30262:875 JLINK_WriteMemEx(0xE0001000, 0x001C Bytes, ..., Flags = 0x02000004) - Data: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... -- CPU_WriteMem(28 bytes @ 0xE0001000)  returns 0x1C (0001ms, 54491ms total)
T1D18 30262:876 JLINK_ReadReg(R15 (PC))  returns 0x08000148 (0000ms, 54491ms total)
T1D18 30262:876 JLINK_ReadReg(XPSR)  returns 0x01000000 (0000ms, 54491ms total)
T1D18 30262:878 JLINK_ReadMemEx(0xE0001004, 0x0004 Bytes, ..., Flags = 0x02000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 54491ms total)
T1D18 30262:953 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL)  returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 54491ms total)
T1D18 30262:953 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000)
 -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) (0075ms, 54566ms total)
T1D18 30263:028 JLINK_ReadReg(R15 (PC))  returns 0x08000148 (0000ms, 54566ms total)
T1D18 30263:028 JLINK_ReadReg(XPSR)  returns 0x01000000 (0000ms, 54566ms total)
T1D18 30263:029 JLINK_ReadMemEx(0x08000148, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x08000140) -- Updating C cache (128 bytes @ 0x08000140) -- Read from C cache (60 bytes @ 0x08000148) - Data: 06 48 80 47 06 48 00 47 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0001ms, 54567ms total)
T1D18 30263:030 JLINK_ReadMemEx(0x08000148, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x08000148) - Data: 06 48  returns 0x02 (0000ms, 54567ms total)
T1D18 30263:030 JLINK_ReadMemEx(0x0800014A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014A) - Data: 80 47  returns 0x02 (0001ms, 54568ms total)
T1D18 30263:031 JLINK_ReadMemEx(0x0800014A, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014A) - Data: 80 47  returns 0x02 (0000ms, 54568ms total)
T1D18 30263:031 JLINK_ReadMemEx(0x0800014C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x0800014C) - Data: 06 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0000ms, 54568ms total)
T1D18 30263:031 JLINK_ReadMemEx(0x0800014C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014C) - Data: 06 48  returns 0x02 (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x0800014C, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x0800014C) - Data: 06 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x0800014C, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014C) - Data: 06 48  returns 0x02 (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x0800014E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014E) - Data: 00 47  returns 0x02 (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x0800014E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800014E) - Data: 00 47  returns 0x02 (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x08000150, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x08000150) - Data: FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0000ms, 54568ms total)
T1D18 30264:181 JLINK_ReadMemEx(0x08000150, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x08000150) - Data: FE E7  returns 0x02 (0000ms, 54568ms total)
T1D18 30264:323 JLINK_ReadReg(R0)  returns 0x00000000 (0002ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R1)  returns 0x200002B8 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R2)  returns 0x0000000A (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R3)  returns 0x00000040 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R4)  returns 0x080158AC (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R5)  returns 0x080158AC (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R6)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R7)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R8)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R9)  returns 0x20000134 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R10)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R11)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R12)  returns 0x00000004 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R13 (SP))  returns 0x20001450 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R14)  returns 0xFFFFFFFF (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(R15 (PC))  returns 0x08000148 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(XPSR)  returns 0x01000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(MSP)  returns 0x20001450 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(PSP)  returns 0x20001000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(CFBP)  returns 0x00000000 (0000ms, 54571ms total)
T1D18 30264:325 JLINK_ReadReg(FPSCR)  returns 0x00000000 (0004ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS0)  returns 0xFB868412 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS1)  returns 0x1011085A (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS2)  returns 0x84365F8B (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS3)  returns 0x84692403 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS4)  returns 0x38248A00 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS5)  returns 0x2C102484 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS6)  returns 0x82C0846D (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS7)  returns 0x08A02081 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS8)  returns 0x0548A443 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS9)  returns 0xF352B848 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS10)  returns 0x11B25004 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS11)  returns 0x000A4120 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS12)  returns 0x021AD609 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS13)  returns 0x8600710B (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS14)  returns 0xA03D9BD0 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS15)  returns 0x5012A400 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS16)  returns 0x151BA22D (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS17)  returns 0x9015225C (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS18)  returns 0x0E0817B5 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS19)  returns 0x1C7CD420 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS20)  returns 0xB4834081 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS21)  returns 0x108D0118 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS22)  returns 0xB044A220 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS23)  returns 0x7C0049E0 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS24)  returns 0x1C330E11 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS25)  returns 0xCE00704C (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS26)  returns 0x2C70E195 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS27)  returns 0x8032365D (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS28)  returns 0x068532B3 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS29)  returns 0x321C1711 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS30)  returns 0x41020912 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadReg(FPS31)  returns 0x01A67042 (0000ms, 54575ms total)
T1D18 30264:329 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000580) -- Updating C cache (64 bytes @ 0x20000580) -- Read from C cache (1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54577ms total)
T1D18 30264:331 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54577ms total)
T1D18 30264:331 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54577ms total)
T1D18 30264:332 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x200007C0) -- Updating C cache (64 bytes @ 0x200007C0) -- Read from C cache (1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54578ms total)
T1D18 30264:333 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0000ms, 54578ms total)
T1D18 30264:333 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0000ms, 54578ms total)
T1D18 30264:335 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0000ms, 54578ms total)
T1D18 30264:335 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0000ms, 54578ms total)
T1D18 30264:335 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0000ms, 54578ms total)
T2938 30264:581 JLINK_ReadMemEx(0x08000148, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x08000148) - Data: 06 48  returns 0x02 (0001ms, 54579ms total)
T2938 30264:582 JLINK_SetBPEx(Addr = 0x0800F810, Type = 0xFFFFFFF2)  returns 0x00000001 (0000ms, 54579ms total)
T2938 30264:582 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0002018) -- CPU_WriteMem(4 bytes @ 0xE000201C) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0005ms, 54584ms total)
T2938 30264:687 JLINK_IsHalted()  returns TRUE (0003ms, 54587ms total)
T2938 30264:690 JLINK_Halt()  returns 0x00 (0000ms, 54584ms total)
T2938 30264:690 JLINK_IsHalted()  returns TRUE (0000ms, 54584ms total)
T2938 30264:690 JLINK_IsHalted()  returns TRUE (0000ms, 54584ms total)
T2938 30264:690 JLINK_IsHalted()  returns TRUE (0000ms, 54584ms total)
T2938 30264:690 JLINK_ReadReg(R15 (PC))  returns 0x0800F810 (0000ms, 54584ms total)
T2938 30264:690 JLINK_ReadReg(XPSR)  returns 0x61000000 (0000ms, 54584ms total)
T2938 30264:690 JLINK_ClrBPEx(BPHandle = 0x00000001)  returns 0x00 (0000ms, 54584ms total)
T2938 30264:690 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 02 00 00 00  returns 1 (0001ms, 54585ms total)
T2938 30264:691 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00  returns 1 (0001ms, 54586ms total)
T2938 30264:692 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 02 00 00  returns 1 (0001ms, 54587ms total)
T2938 30264:693 JLINK_ReadMemU32(0xE0001048, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001048) - Data: 00 00 00 00  returns 1 (0001ms, 54588ms total)
T2938 30264:694 JLINK_ReadMemU32(0xE0001058, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001058) - Data: 00 00 00 00  returns 1 (0001ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R0)  returns 0x0800F811 (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R1)  returns 0x2000C010 (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R2)  returns 0x00000000 (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R3)  returns 0x0800B0EB (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R4)  returns 0x080158AC (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R5)  returns 0x080158AC (0000ms, 54589ms total)
T2938 30264:695 JLINK_ReadReg(R6)  returns 0x00000000 (0000ms, 54589ms total)
T2938 30264:696 JLINK_ReadReg(R7)  returns 0x00000000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R8)  returns 0x00000000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R9)  returns 0x20000134 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R10)  returns 0x00000000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R11)  returns 0x00000000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R12)  returns 0x00000004 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R13 (SP))  returns 0x2000C010 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R14)  returns 0x0800822D (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(R15 (PC))  returns 0x0800F810 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(XPSR)  returns 0x61000000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(MSP)  returns 0x2000C010 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(PSP)  returns 0x20001000 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(CFBP)  returns 0x00000001 (0000ms, 54590ms total)
T2938 30264:696 JLINK_ReadReg(FPSCR)  returns 0x00000000 (0003ms, 54593ms total)
T2938 30264:699 JLINK_ReadReg(FPS0)  returns 0xFB868412 (0000ms, 54593ms total)
T2938 30264:699 JLINK_ReadReg(FPS1)  returns 0x1011085A (0000ms, 54593ms total)
T2938 30264:699 JLINK_ReadReg(FPS2)  returns 0x84365F8B (0000ms, 54593ms total)
T2938 30264:699 JLINK_ReadReg(FPS3)  returns 0x84692403 (0000ms, 54593ms total)
T2938 30264:700 JLINK_ReadReg(FPS4)  returns 0x38248A00 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS5)  returns 0x2C102484 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS6)  returns 0x82C0846D (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS7)  returns 0x08A02081 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS8)  returns 0x0548A443 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS9)  returns 0xF352B848 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS10)  returns 0x11B25004 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS11)  returns 0x000A4120 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS12)  returns 0x021AD609 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS13)  returns 0x8600710B (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS14)  returns 0xA03D9BD0 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS15)  returns 0x5012A400 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS16)  returns 0x151BA22D (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS17)  returns 0x9015225C (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS18)  returns 0x0E0817B5 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS19)  returns 0x1C7CD420 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS20)  returns 0xB4834081 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS21)  returns 0x108D0118 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS22)  returns 0xB044A220 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS23)  returns 0x7C0049E0 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS24)  returns 0x1C330E11 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS25)  returns 0xCE00704C (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS26)  returns 0x2C70E195 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS27)  returns 0x8032365D (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS28)  returns 0x068532B3 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS29)  returns 0x321C1711 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS30)  returns 0x41020912 (0000ms, 54594ms total)
T2938 30264:700 JLINK_ReadReg(FPS31)  returns 0x01A67042 (0000ms, 54594ms total)
T1D18 30264:701 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000580) -- Updating C cache (64 bytes @ 0x20000580) -- Read from C cache (1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54595ms total)
T1D18 30264:703 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x200007C0) -- Updating C cache (64 bytes @ 0x200007C0) -- Read from C cache (1 bytes @ 0x200007F5) - Data: 00  returns 0x01 (0001ms, 54596ms total)
T1D18 30264:705 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x200007F6) - Data: 00  returns 0x01 (0000ms, 54596ms total)
T1D18 30264:705 JLINK_ReadMemEx(0x0800F810, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x0800F800) -- Updating C cache (128 bytes @ 0x0800F800) -- Read from C cache (60 bytes @ 0x0800F810) - Data: 4F F4 00 41 08 03 01 F0 AF F8 72 B6 01 F0 A8 FD ...  returns 0x3C (0001ms, 54597ms total)
T1D18 30264:706 JLINK_ReadMemEx(0x0800F810, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800F810) - Data: 4F F4  returns 0x02 (0000ms, 54597ms total)
T1D18 30264:706 JLINK_ReadMemEx(0x0800F812, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800F812) - Data: 00 41  returns 0x02 (0000ms, 54597ms total)
T2938 30267:104 JLINK_ReadMemEx(0x0800F810, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x0800F810) - Data: 4F F4  returns 0x02 (0000ms, 54597ms total)
T2938 30267:104 JLINK_Go() -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) (0005ms, 54602ms total)
T2938 30267:209 JLINK_IsHalted()  returns FALSE (0001ms, 54603ms total)
T2938 30267:310 JLINK_IsHalted()  returns FALSE (0001ms, 54603ms total)
T2938 30267:411 JLINK_IsHalted()  returns FALSE (0001ms, 54603ms total)
T2938 30267:512 JLINK_IsHalted()  returns FALSE (0001ms, 54603ms total)
T2938 30267:613 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001004) - Data: 9C D5 A4 03  returns 1 (0000ms, 54602ms total)
T1D18 30267:614 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54603ms total)
T1D18 30267:615 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54604ms total)
T1D18 30267:616 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54605ms total)
T2938 30267:617 JLINK_IsHalted()  returns FALSE (0001ms, 54606ms total)
T2938 30267:718 JLINK_IsHalted()  returns FALSE (0001ms, 54606ms total)
T2938 30267:819 JLINK_IsHalted()  returns FALSE (0001ms, 54606ms total)
T2938 30267:920 JLINK_IsHalted()  returns FALSE (0001ms, 54606ms total)
T2938 30268:021 JLINK_IsHalted()  returns FALSE (0001ms, 54606ms total)
T2938 30268:122 JLINK_IsHalted()  returns FALSE (0008ms, 54613ms total)
T2938 30268:230 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54605ms total)
T1D18 30268:230 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54606ms total)
T1D18 30268:231 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54607ms total)
T1D18 30268:232 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54608ms total)
T2938 30268:233 JLINK_IsHalted()  returns FALSE (0001ms, 54609ms total)
T2938 30268:334 JLINK_IsHalted()  returns FALSE (0001ms, 54609ms total)
T2938 30268:435 JLINK_IsHalted()  returns FALSE (0001ms, 54609ms total)
T2938 30268:536 JLINK_IsHalted()  returns FALSE (0001ms, 54609ms total)
T2938 30268:637 JLINK_IsHalted()  returns FALSE (0000ms, 54608ms total)
T2938 30268:737 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54608ms total)
T1D18 30268:737 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54609ms total)
T1D18 30268:739 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54610ms total)
T1D18 30268:740 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54611ms total)
T2938 30268:741 JLINK_IsHalted()  returns FALSE (0001ms, 54612ms total)
T2938 30268:842 JLINK_IsHalted()  returns FALSE (0001ms, 54612ms total)
T2938 30268:943 JLINK_IsHalted()  returns FALSE (0000ms, 54611ms total)
T2938 30269:043 JLINK_IsHalted()  returns FALSE (0001ms, 54612ms total)
T2938 30269:144 JLINK_IsHalted()  returns FALSE (0001ms, 54612ms total)
T2938 30269:245 JLINK_IsHalted()  returns FALSE (0000ms, 54611ms total)
T2938 30269:345 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54611ms total)
T1D18 30269:345 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54611ms total)
T1D18 30269:345 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54612ms total)
T1D18 30269:346 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54613ms total)
T2938 30269:347 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:448 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:549 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:650 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:751 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:852 JLINK_IsHalted()  returns FALSE (0001ms, 54614ms total)
T2938 30269:953 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54613ms total)
T1D18 30269:953 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54614ms total)
T1D18 30269:955 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54615ms total)
T1D18 30269:956 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54616ms total)
T2938 30269:957 JLINK_IsHalted()  returns FALSE (0002ms, 54618ms total)
T2938 30270:059 JLINK_IsHalted()  returns FALSE (0001ms, 54617ms total)
T2938 30270:160 JLINK_IsHalted()  returns FALSE (0001ms, 54617ms total)
T2938 30270:261 JLINK_IsHalted()  returns FALSE (0001ms, 54617ms total)
T2938 30270:362 JLINK_IsHalted()  returns FALSE (0000ms, 54616ms total)
T2938 30270:462 JLINK_IsHalted()  returns FALSE (0001ms, 54617ms total)
T2938 30270:563 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54616ms total)
T1D18 30270:564 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54617ms total)
T1D18 30270:565 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54618ms total)
T1D18 30270:566 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54619ms total)
T2938 30270:567 JLINK_IsHalted()  returns FALSE (0001ms, 54620ms total)
T2938 30270:668 JLINK_IsHalted()  returns FALSE (0000ms, 54619ms total)
T2938 30270:768 JLINK_IsHalted()  returns FALSE (0000ms, 54619ms total)
T2938 30270:868 JLINK_IsHalted()  returns FALSE (0000ms, 54619ms total)
T2938 30270:968 JLINK_IsHalted()  returns FALSE (0001ms, 54620ms total)
T2938 30271:069 JLINK_IsHalted()  returns FALSE (0001ms, 54620ms total)
T2938 30271:170 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54619ms total)
T1D18 30271:170 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54620ms total)
T1D18 30271:172 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54621ms total)
T1D18 30271:173 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54622ms total)
T2938 30271:174 JLINK_IsHalted()  returns FALSE (0001ms, 54623ms total)
T2938 30271:275 JLINK_IsHalted()  returns FALSE (0001ms, 54623ms total)
T2938 30271:376 JLINK_IsHalted()  returns FALSE (0001ms, 54623ms total)
T2938 30271:477 JLINK_IsHalted()  returns FALSE (0000ms, 54622ms total)
T2938 30271:577 JLINK_IsHalted()  returns FALSE (0000ms, 54622ms total)
T2938 30271:677 JLINK_IsHalted()  returns FALSE (0001ms, 54623ms total)
T2938 30271:778 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54622ms total)
T1D18 30271:778 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54624ms total)
T1D18 30271:780 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0002ms, 54626ms total)
T1D18 30271:782 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 0A  returns 0x01 (0001ms, 54627ms total)
T2938 30271:783 JLINK_IsHalted()  returns FALSE (0001ms, 54628ms total)
T2938 30271:884 JLINK_IsHalted()  returns FALSE (0001ms, 54628ms total)
T2938 30271:985 JLINK_IsHalted()  returns FALSE (0001ms, 54628ms total)
T2938 30272:086 JLINK_IsHalted()  returns FALSE (0001ms, 54628ms total)
T2938 30272:187 JLINK_IsHalted()  returns FALSE (0000ms, 54627ms total)
T2938 30272:287 JLINK_IsHalted()  returns FALSE (0001ms, 54628ms total)
T2938 30272:388 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54627ms total)
T1D18 30272:388 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54628ms total)
T1D18 30272:389 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0001ms, 54629ms total)
T1D18 30272:390 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 00  returns 0x01 (0001ms, 54630ms total)
T2938 30272:391 JLINK_IsHalted()  returns FALSE (0001ms, 54631ms total)
T2938 30272:492 JLINK_IsHalted()  returns FALSE (0000ms, 54630ms total)
T2938 30272:592 JLINK_IsHalted()  returns FALSE (0001ms, 54631ms total)
T2938 30272:693 JLINK_IsHalted()  returns FALSE (0000ms, 54630ms total)
T2938 30272:793 JLINK_IsHalted()  returns FALSE (0001ms, 54631ms total)
T2938 30272:894 JLINK_IsHalted()  returns FALSE (0001ms, 54631ms total)
T2938 30272:995 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54630ms total)
T1D18 30272:995 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54631ms total)
T1D18 30272:997 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0002ms, 54633ms total)
T1D18 30272:999 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 00  returns 0x01 (0001ms, 54634ms total)
T2938 30273:000 JLINK_IsHalted()  returns FALSE (0001ms, 54635ms total)
T2938 30273:101 JLINK_IsHalted()  returns FALSE (0001ms, 54635ms total)
T2938 30273:202 JLINK_IsHalted()  returns FALSE (0000ms, 54634ms total)
T2938 30273:302 JLINK_IsHalted()  returns FALSE (0000ms, 54634ms total)
T2938 30273:402 JLINK_IsHalted()  returns FALSE (0001ms, 54635ms total)
T2938 30273:503 JLINK_IsHalted()  returns FALSE (0001ms, 54635ms total)
T2938 30273:604 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54634ms total)
T1D18 30273:604 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54635ms total)
T1D18 30273:605 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 0F  returns 0x01 (0002ms, 54637ms total)
T1D18 30273:607 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 00  returns 0x01 (0001ms, 54638ms total)
T2938 30273:608 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30273:709 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30273:810 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30273:911 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30274:012 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30274:113 JLINK_IsHalted()  returns FALSE (0001ms, 54639ms total)
T2938 30274:214 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54638ms total)
T1D18 30274:214 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54639ms total)
T1D18 30274:215 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54640ms total)
T1D18 30274:216 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54641ms total)
T2938 30274:217 JLINK_IsHalted()  returns FALSE (0001ms, 54642ms total)
T2938 30274:318 JLINK_IsHalted()  returns FALSE (0000ms, 54641ms total)
T2938 30274:418 JLINK_IsHalted()  returns FALSE (0001ms, 54642ms total)
T2938 30274:519 JLINK_IsHalted()  returns FALSE (0001ms, 54642ms total)
T2938 30274:620 JLINK_IsHalted()  returns FALSE (0001ms, 54642ms total)
T2938 30274:721 JLINK_IsHalted()  returns FALSE (0000ms, 54641ms total)
T2938 30274:821 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54641ms total)
T1D18 30274:821 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54642ms total)
T1D18 30274:823 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54644ms total)
T1D18 30274:825 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0002ms, 54646ms total)
T2938 30274:827 JLINK_IsHalted()  returns FALSE (0001ms, 54647ms total)
T2938 30274:928 JLINK_IsHalted()  returns FALSE (0000ms, 54646ms total)
T2938 30275:028 JLINK_IsHalted()  returns FALSE (0001ms, 54647ms total)
T2938 30275:129 JLINK_IsHalted()  returns FALSE (0001ms, 54647ms total)
T2938 30275:230 JLINK_IsHalted()  returns FALSE (0001ms, 54647ms total)
T2938 30275:331 JLINK_IsHalted()  returns FALSE (0001ms, 54647ms total)
T2938 30275:432 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54646ms total)
T1D18 30275:432 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54647ms total)
T1D18 30275:434 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54648ms total)
T1D18 30275:435 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54649ms total)
T2938 30275:436 JLINK_IsHalted()  returns FALSE (0001ms, 54650ms total)
T2938 30275:537 JLINK_IsHalted()  returns FALSE (0000ms, 54649ms total)
T2938 30275:637 JLINK_IsHalted()  returns FALSE (0000ms, 54649ms total)
T2938 30275:737 JLINK_IsHalted()  returns FALSE (0001ms, 54650ms total)
T2938 30275:838 JLINK_IsHalted()  returns FALSE (0000ms, 54649ms total)
T2938 30275:938 JLINK_IsHalted()  returns FALSE (0001ms, 54650ms total)
T2938 30276:039 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54649ms total)
T1D18 30276:039 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54650ms total)
T1D18 30276:041 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54651ms total)
T1D18 30276:042 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54652ms total)
T2938 30276:043 JLINK_IsHalted()  returns FALSE (0001ms, 54653ms total)
T2938 30276:144 JLINK_IsHalted()  returns FALSE (0001ms, 54653ms total)
T2938 30276:245 JLINK_IsHalted()  returns FALSE (0000ms, 54652ms total)
T2938 30276:345 JLINK_IsHalted()  returns FALSE (0001ms, 54653ms total)
T2938 30276:446 JLINK_IsHalted()  returns FALSE (0001ms, 54653ms total)
T2938 30276:547 JLINK_IsHalted()  returns FALSE (0001ms, 54653ms total)
T2938 30276:648 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54652ms total)
T1D18 30276:648 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54653ms total)
T1D18 30276:650 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54654ms total)
T1D18 30276:651 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54655ms total)
T2938 30276:653 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30276:754 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30276:855 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30276:956 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30277:057 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30277:158 JLINK_IsHalted()  returns FALSE (0001ms, 54656ms total)
T2938 30277:259 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54655ms total)
T1D18 30277:259 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54657ms total)
T1D18 30277:262 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54658ms total)
T1D18 30277:263 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54659ms total)
T2938 30277:265 JLINK_IsHalted()  returns FALSE (0000ms, 54659ms total)
T2938 30277:365 JLINK_IsHalted()  returns FALSE (0001ms, 54660ms total)
T2938 30277:466 JLINK_IsHalted()  returns FALSE (0001ms, 54660ms total)
T2938 30277:567 JLINK_IsHalted()  returns FALSE (0001ms, 54660ms total)
T2938 30277:668 JLINK_IsHalted()  returns FALSE (0001ms, 54660ms total)
T2938 30277:769 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54659ms total)
T1D18 30277:769 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54660ms total)
T1D18 30277:770 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54661ms total)
T1D18 30277:771 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54662ms total)
T2938 30277:772 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30277:873 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30277:974 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30278:075 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30278:176 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30278:277 JLINK_IsHalted()  returns FALSE (0001ms, 54663ms total)
T2938 30278:378 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54662ms total)
T1D18 30278:378 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54663ms total)
T1D18 30278:380 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54665ms total)
T1D18 30278:382 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54666ms total)
T2938 30278:383 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:484 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:585 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:686 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:787 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:888 JLINK_IsHalted()  returns FALSE (0001ms, 54667ms total)
T2938 30278:989 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54666ms total)
T1D18 30278:989 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54667ms total)
T1D18 30278:991 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54668ms total)
T1D18 30278:992 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54669ms total)
T2938 30278:993 JLINK_IsHalted()  returns FALSE (0001ms, 54670ms total)
T2938 30279:094 JLINK_IsHalted()  returns FALSE (0001ms, 54670ms total)
T2938 30279:195 JLINK_IsHalted()  returns FALSE (0001ms, 54670ms total)
T2938 30279:296 JLINK_IsHalted()  returns FALSE (0001ms, 54670ms total)
T2938 30279:397 JLINK_IsHalted()  returns FALSE (0000ms, 54669ms total)
T2938 30279:497 JLINK_IsHalted()  returns FALSE (0000ms, 54669ms total)
T2938 30279:597 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54669ms total)
T1D18 30279:597 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54670ms total)
T1D18 30279:599 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54672ms total)
T1D18 30279:601 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54673ms total)
T2938 30279:602 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30279:703 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30279:804 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30279:905 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30280:006 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30280:107 JLINK_IsHalted()  returns FALSE (0001ms, 54674ms total)
T2938 30280:208 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54673ms total)
T1D18 30280:208 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54675ms total)
T1D18 30280:210 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54677ms total)
T1D18 30280:212 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54678ms total)
T2938 30280:213 JLINK_IsHalted()  returns FALSE (0001ms, 54679ms total)
T2938 30280:314 JLINK_IsHalted()  returns FALSE (0001ms, 54679ms total)
T2938 30280:415 JLINK_IsHalted()  returns FALSE (0000ms, 54678ms total)
T2938 30280:515 JLINK_IsHalted()  returns FALSE (0001ms, 54679ms total)
T2938 30280:616 JLINK_IsHalted()  returns FALSE (0001ms, 54679ms total)
T2938 30280:717 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54678ms total)
T1D18 30280:717 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54679ms total)
T1D18 30280:719 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54681ms total)
T1D18 30280:721 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54682ms total)
T2938 30280:722 JLINK_IsHalted()  returns FALSE (0001ms, 54683ms total)
T2938 30280:823 JLINK_IsHalted()  returns FALSE (0001ms, 54683ms total)
T2938 30280:924 JLINK_IsHalted()  returns FALSE (0001ms, 54683ms total)
T2938 30281:025 JLINK_IsHalted()  returns FALSE (0000ms, 54682ms total)
T2938 30281:125 JLINK_IsHalted()  returns FALSE (0001ms, 54683ms total)
T2938 30281:226 JLINK_IsHalted()  returns FALSE (0001ms, 54683ms total)
T2938 30281:327 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54682ms total)
T1D18 30281:327 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54683ms total)
T1D18 30281:329 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54685ms total)
T1D18 30281:331 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54686ms total)
T2938 30281:332 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:433 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:534 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:635 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:736 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:837 JLINK_IsHalted()  returns FALSE (0001ms, 54687ms total)
T2938 30281:938 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54686ms total)
T1D18 30281:938 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54686ms total)
T1D18 30281:939 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54687ms total)
T1D18 30281:940 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54688ms total)
T2938 30281:941 JLINK_IsHalted()  returns FALSE (0001ms, 54689ms total)
T2938 30282:042 JLINK_IsHalted()  returns FALSE (0001ms, 54689ms total)
T2938 30282:143 JLINK_IsHalted()  returns FALSE (0001ms, 54689ms total)
T2938 30282:244 JLINK_IsHalted()  returns FALSE (0001ms, 54689ms total)
T2938 30282:345 JLINK_IsHalted()  returns FALSE (0001ms, 54689ms total)
T2938 30282:446 JLINK_IsHalted()  returns FALSE (0000ms, 54688ms total)
T2938 30282:546 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54688ms total)
T1D18 30282:546 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54690ms total)
T1D18 30282:549 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54691ms total)
T1D18 30282:550 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54692ms total)
T2938 30282:551 JLINK_IsHalted()  returns FALSE (0001ms, 54693ms total)
T2938 30282:652 JLINK_IsHalted()  returns FALSE (0001ms, 54693ms total)
T2938 30282:753 JLINK_IsHalted()  returns FALSE (0000ms, 54692ms total)
T2938 30282:853 JLINK_IsHalted()  returns FALSE (0001ms, 54693ms total)
T2938 30282:954 JLINK_IsHalted()  returns FALSE (0001ms, 54693ms total)
T2938 30283:055 JLINK_IsHalted()  returns FALSE (0001ms, 54693ms total)
T2938 30283:156 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54692ms total)
T1D18 30283:156 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54693ms total)
T1D18 30283:158 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54694ms total)
T1D18 30283:159 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0002ms, 54696ms total)
T2938 30283:161 JLINK_IsHalted()  returns FALSE (0001ms, 54697ms total)
T2938 30283:262 JLINK_IsHalted()  returns FALSE (0001ms, 54697ms total)
T2938 30283:363 JLINK_IsHalted()  returns FALSE (0000ms, 54696ms total)
T2938 30283:463 JLINK_IsHalted()  returns FALSE (0000ms, 54696ms total)
T2938 30283:563 JLINK_IsHalted()  returns FALSE (0000ms, 54696ms total)
T2938 30283:663 JLINK_IsHalted()  returns FALSE (0001ms, 54697ms total)
T2938 30283:764 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54696ms total)
T1D18 30283:764 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54696ms total)
T1D18 30283:765 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0001ms, 54697ms total)
T1D18 30283:766 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0002ms, 54699ms total)
T2938 30283:768 JLINK_IsHalted()  returns FALSE (0001ms, 54700ms total)
T2938 30283:869 JLINK_IsHalted()  returns FALSE (0001ms, 54700ms total)
T2938 30283:970 JLINK_IsHalted()  returns FALSE (0000ms, 54699ms total)
T2938 30284:070 JLINK_IsHalted()  returns FALSE (0001ms, 54700ms total)
T2938 30284:171 JLINK_IsHalted()  returns FALSE (0001ms, 54700ms total)
T2938 30284:272 JLINK_IsHalted()  returns FALSE (0001ms, 54700ms total)
T2938 30284:373 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54699ms total)
T1D18 30284:373 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54701ms total)
T1D18 30284:375 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 10  returns 0x01 (0002ms, 54703ms total)
T1D18 30284:377 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54704ms total)
T2938 30284:378 JLINK_IsHalted()  returns FALSE (0001ms, 54705ms total)
T2938 30284:479 JLINK_IsHalted()  returns FALSE (0000ms, 54704ms total)
T2938 30284:579 JLINK_IsHalted()  returns FALSE (0001ms, 54705ms total)
T2938 30284:680 JLINK_IsHalted()  returns FALSE (0001ms, 54705ms total)
T2938 30284:781 JLINK_IsHalted()  returns FALSE (0001ms, 54705ms total)
T2938 30284:882 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54704ms total)
T1D18 30284:882 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54706ms total)
T1D18 30284:885 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0002ms, 54708ms total)
T1D18 30284:887 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54709ms total)
T2938 30284:888 JLINK_IsHalted()  returns FALSE (0001ms, 54710ms total)
T2938 30284:989 JLINK_IsHalted()  returns FALSE (0001ms, 54710ms total)
T2938 30285:090 JLINK_IsHalted()  returns FALSE (0001ms, 54710ms total)
T2938 30285:191 JLINK_IsHalted()  returns FALSE (0000ms, 54709ms total)
T2938 30285:291 JLINK_IsHalted()  returns FALSE (0000ms, 54709ms total)
T2938 30285:391 JLINK_IsHalted()  returns FALSE (0000ms, 54709ms total)
T2938 30285:491 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54709ms total)
T1D18 30285:491 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54710ms total)
T1D18 30285:493 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0002ms, 54712ms total)
T1D18 30285:495 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0002ms, 54714ms total)
T2938 30285:497 JLINK_IsHalted()  returns FALSE (0002ms, 54716ms total)
T2938 30285:599 JLINK_IsHalted()  returns FALSE (0000ms, 54714ms total)
T2938 30285:699 JLINK_IsHalted()  returns FALSE (0001ms, 54715ms total)
T2938 30285:800 JLINK_IsHalted()  returns FALSE (0001ms, 54715ms total)
T2938 30285:901 JLINK_IsHalted()  returns FALSE (0001ms, 54715ms total)
T2938 30286:002 JLINK_IsHalted()  returns FALSE (0000ms, 54714ms total)
T2938 30286:102 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54714ms total)
T1D18 30286:102 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54715ms total)
T1D18 30286:104 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0002ms, 54717ms total)
T1D18 30286:106 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54718ms total)
T2938 30286:107 JLINK_IsHalted()  returns FALSE (0001ms, 54719ms total)
T2938 30286:208 JLINK_IsHalted()  returns FALSE (0001ms, 54719ms total)
T2938 30286:309 JLINK_IsHalted()  returns FALSE (0001ms, 54719ms total)
T2938 30286:410 JLINK_IsHalted()  returns FALSE (0000ms, 54718ms total)
T2938 30286:510 JLINK_IsHalted()  returns FALSE (0001ms, 54719ms total)
T2938 30286:611 JLINK_IsHalted()  returns FALSE (0001ms, 54719ms total)
T2938 30286:712 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54718ms total)
T1D18 30286:712 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54719ms total)
T1D18 30286:713 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0001ms, 54720ms total)
T1D18 30286:714 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54721ms total)
T2938 30286:715 JLINK_IsHalted()  returns FALSE (0001ms, 54722ms total)
T2938 30286:816 JLINK_IsHalted()  returns FALSE (0001ms, 54722ms total)
T2938 30286:917 JLINK_IsHalted()  returns FALSE (0001ms, 54722ms total)
T2938 30287:018 JLINK_IsHalted()  returns FALSE (0001ms, 54722ms total)
T2938 30287:119 JLINK_IsHalted()  returns FALSE (0000ms, 54721ms total)
T2938 30287:219 JLINK_IsHalted()  returns FALSE (0000ms, 54721ms total)
T2938 30287:319 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54721ms total)
T1D18 30287:319 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54723ms total)
T1D18 30287:321 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0001ms, 54724ms total)
T1D18 30287:322 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54725ms total)
T2938 30287:323 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:424 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:525 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:626 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:727 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:828 JLINK_IsHalted()  returns FALSE (0001ms, 54726ms total)
T2938 30287:929 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54725ms total)
T1D18 30287:929 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54726ms total)
T1D18 30287:931 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0002ms, 54728ms total)
T1D18 30287:933 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54729ms total)
T2938 30287:934 JLINK_IsHalted()  returns FALSE (0001ms, 54730ms total)
T2938 30288:035 JLINK_IsHalted()  returns FALSE (0001ms, 54730ms total)
T2938 30288:136 JLINK_IsHalted()  returns FALSE (0001ms, 54730ms total)
T2938 30288:237 JLINK_IsHalted()  returns FALSE (0001ms, 54730ms total)
T2938 30288:338 JLINK_IsHalted()  returns FALSE (0001ms, 54730ms total)
T2938 30288:439 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54729ms total)
T1D18 30288:439 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54730ms total)
T1D18 30288:441 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0000ms, 54730ms total)
T1D18 30288:441 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54731ms total)
T2938 30288:442 JLINK_IsHalted()  returns FALSE (0002ms, 54733ms total)
T2938 30288:544 JLINK_IsHalted()  returns FALSE (0001ms, 54732ms total)
T2938 30288:645 JLINK_IsHalted()  returns FALSE (0001ms, 54732ms total)
T2938 30288:746 JLINK_IsHalted()  returns FALSE (0001ms, 54732ms total)
T2938 30288:847 JLINK_IsHalted()  returns FALSE (0001ms, 54732ms total)
T2938 30288:948 JLINK_IsHalted()  returns FALSE (0001ms, 54732ms total)
T2938 30289:049 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54731ms total)
T1D18 30289:049 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54733ms total)
T1D18 30289:051 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 11  returns 0x01 (0002ms, 54735ms total)
T1D18 30289:053 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54736ms total)
T2938 30289:054 JLINK_IsHalted()  returns FALSE (0001ms, 54737ms total)
T2938 30289:155 JLINK_IsHalted()  returns FALSE (0001ms, 54737ms total)
T2938 30289:257 JLINK_IsHalted()  returns FALSE (0001ms, 54737ms total)
T2938 30289:358 JLINK_IsHalted()  returns FALSE (0001ms, 54737ms total)
T2938 30289:459 JLINK_IsHalted()  returns FALSE (0001ms, 54737ms total)
T2938 30289:560 JLINK_IsHalted()  returns FALSE (0000ms, 54736ms total)
T2938 30289:660 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54736ms total)
T1D18 30289:660 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54737ms total)
T1D18 30289:662 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54738ms total)
T1D18 30289:663 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54739ms total)
T2938 30289:664 JLINK_IsHalted()  returns FALSE (0001ms, 54740ms total)
T2938 30289:765 JLINK_IsHalted()  returns FALSE (0000ms, 54739ms total)
T2938 30289:865 JLINK_IsHalted()  returns FALSE (0001ms, 54740ms total)
T2938 30289:966 JLINK_IsHalted()  returns FALSE (0001ms, 54740ms total)
T2938 30290:067 JLINK_IsHalted()  returns FALSE (0001ms, 54740ms total)
T2938 30290:168 JLINK_IsHalted()  returns FALSE (0000ms, 54739ms total)
T2938 30290:268 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54739ms total)
T1D18 30290:268 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54740ms total)
T1D18 30290:270 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54741ms total)
T1D18 30290:272 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0002ms, 54743ms total)
T2938 30290:274 JLINK_IsHalted()  returns FALSE (0002ms, 54745ms total)
T2938 30290:376 JLINK_IsHalted()  returns FALSE (0001ms, 54744ms total)
T2938 30290:477 JLINK_IsHalted()  returns FALSE (0001ms, 54744ms total)
T2938 30290:578 JLINK_IsHalted()  returns FALSE (0000ms, 54743ms total)
T2938 30290:678 JLINK_IsHalted()  returns FALSE (0001ms, 54744ms total)
T2938 30290:779 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54743ms total)
T1D18 30290:779 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54744ms total)
T1D18 30290:781 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54745ms total)
T1D18 30290:783 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0000ms, 54745ms total)
T2938 30290:784 JLINK_IsHalted()  returns FALSE (0000ms, 54745ms total)
T2938 30290:884 JLINK_IsHalted()  returns FALSE (0001ms, 54746ms total)
T2938 30290:985 JLINK_IsHalted()  returns FALSE (0001ms, 54746ms total)
T2938 30291:086 JLINK_IsHalted()  returns FALSE (0001ms, 54746ms total)
T2938 30291:187 JLINK_IsHalted()  returns FALSE (0001ms, 54746ms total)
T2938 30291:288 JLINK_IsHalted()  returns FALSE (0001ms, 54746ms total)
T2938 30291:389 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54745ms total)
T1D18 30291:389 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54746ms total)
T1D18 30291:391 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0000ms, 54746ms total)
T1D18 30291:391 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54747ms total)
T2938 30291:392 JLINK_IsHalted()  returns FALSE (0001ms, 54748ms total)
T2938 30291:493 JLINK_IsHalted()  returns FALSE (0001ms, 54748ms total)
T2938 30291:594 JLINK_IsHalted()  returns FALSE (0000ms, 54747ms total)
T2938 30291:694 JLINK_IsHalted()  returns FALSE (0001ms, 54748ms total)
T2938 30291:795 JLINK_IsHalted()  returns FALSE (0001ms, 54748ms total)
T2938 30291:896 JLINK_IsHalted()  returns FALSE (0000ms, 54747ms total)
T2938 30291:996 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54747ms total)
T1D18 30291:996 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54748ms total)
T1D18 30291:998 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54749ms total)
T1D18 30292:000 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54749ms total)
T2938 30292:001 JLINK_IsHalted()  returns FALSE (0000ms, 54749ms total)
T2938 30292:101 JLINK_IsHalted()  returns FALSE (0001ms, 54750ms total)
T2938 30292:202 JLINK_IsHalted()  returns FALSE (0001ms, 54750ms total)
T2938 30292:303 JLINK_IsHalted()  returns FALSE (0001ms, 54750ms total)
T2938 30292:404 JLINK_IsHalted()  returns FALSE (0000ms, 54749ms total)
T2938 30292:504 JLINK_IsHalted()  returns FALSE (0001ms, 54750ms total)
T2938 30292:605 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54749ms total)
T1D18 30292:605 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54750ms total)
T1D18 30292:607 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54752ms total)
T1D18 30292:609 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54753ms total)
T2938 30292:610 JLINK_IsHalted()  returns FALSE (0001ms, 54754ms total)
T2938 30292:711 JLINK_IsHalted()  returns FALSE (0001ms, 54754ms total)
T2938 30292:812 JLINK_IsHalted()  returns FALSE (0001ms, 54754ms total)
T2938 30292:913 JLINK_IsHalted()  returns FALSE (0001ms, 54754ms total)
T2938 30293:014 JLINK_IsHalted()  returns FALSE (0002ms, 54755ms total)
T2938 30293:116 JLINK_IsHalted()  returns FALSE (0001ms, 54754ms total)
T2938 30293:217 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54753ms total)
T1D18 30293:217 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54754ms total)
T1D18 30293:219 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54755ms total)
T1D18 30293:220 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54756ms total)
T2938 30293:222 JLINK_IsHalted()  returns FALSE (0000ms, 54756ms total)
T2938 30293:322 JLINK_IsHalted()  returns FALSE (0000ms, 54756ms total)
T2938 30293:422 JLINK_IsHalted()  returns FALSE (0001ms, 54757ms total)
T2938 30293:523 JLINK_IsHalted()  returns FALSE (0001ms, 54757ms total)
T2938 30293:624 JLINK_IsHalted()  returns FALSE (0001ms, 54757ms total)
T2938 30293:725 JLINK_IsHalted()  returns FALSE (0001ms, 54757ms total)
T2938 30293:826 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54756ms total)
T1D18 30293:826 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54757ms total)
T1D18 30293:828 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54758ms total)
T1D18 30293:829 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54759ms total)
T2938 30293:830 JLINK_IsHalted()  returns FALSE (0001ms, 54760ms total)
T2938 30293:931 JLINK_IsHalted()  returns FALSE (0001ms, 54760ms total)
T2938 30294:032 JLINK_IsHalted()  returns FALSE (0001ms, 54760ms total)
T2938 30294:133 JLINK_IsHalted()  returns FALSE (0001ms, 54760ms total)
T2938 30294:234 JLINK_IsHalted()  returns FALSE (0001ms, 54760ms total)
T2938 30294:335 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54759ms total)
T1D18 30294:335 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54760ms total)
T1D18 30294:338 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54761ms total)
T1D18 30294:339 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54762ms total)
T2938 30294:340 JLINK_IsHalted()  returns FALSE (0001ms, 54763ms total)
T2938 30294:441 JLINK_IsHalted()  returns FALSE (0000ms, 54762ms total)
T2938 30294:541 JLINK_IsHalted()  returns FALSE (0000ms, 54762ms total)
T2938 30294:641 JLINK_IsHalted()  returns FALSE (0000ms, 54762ms total)
T2938 30294:741 JLINK_IsHalted()  returns FALSE (0001ms, 54763ms total)
T2938 30294:842 JLINK_IsHalted()  returns FALSE (0001ms, 54763ms total)
T2938 30294:943 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54762ms total)
T1D18 30294:943 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54763ms total)
T1D18 30294:945 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54764ms total)
T1D18 30294:946 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54765ms total)
T2938 30294:947 JLINK_IsHalted()  returns FALSE (0001ms, 54766ms total)
T2938 30295:048 JLINK_IsHalted()  returns FALSE (0001ms, 54766ms total)
T2938 30295:149 JLINK_IsHalted()  returns FALSE (0001ms, 54766ms total)
T2938 30295:250 JLINK_IsHalted()  returns FALSE (0001ms, 54766ms total)
T2938 30295:351 JLINK_IsHalted()  returns FALSE (0000ms, 54765ms total)
T2938 30295:451 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54765ms total)
T1D18 30295:451 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54765ms total)
T1D18 30295:452 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54766ms total)
T1D18 30295:453 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54767ms total)
T2938 30295:454 JLINK_IsHalted()  returns FALSE (0002ms, 54769ms total)
T2938 30295:556 JLINK_IsHalted()  returns FALSE (0000ms, 54767ms total)
T2938 30295:656 JLINK_IsHalted()  returns FALSE (0001ms, 54768ms total)
T2938 30295:757 JLINK_IsHalted()  returns FALSE (0001ms, 54768ms total)
T2938 30295:858 JLINK_IsHalted()  returns FALSE (0001ms, 54768ms total)
T2938 30295:959 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54767ms total)
T1D18 30295:959 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54768ms total)
T1D18 30295:961 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54769ms total)
T1D18 30295:962 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54770ms total)
T2938 30295:963 JLINK_IsHalted()  returns FALSE (0001ms, 54771ms total)
T2938 30296:064 JLINK_IsHalted()  returns FALSE (0000ms, 54770ms total)
T2938 30296:164 JLINK_IsHalted()  returns FALSE (0001ms, 54771ms total)
T2938 30296:265 JLINK_IsHalted()  returns FALSE (0001ms, 54771ms total)
T2938 30296:366 JLINK_IsHalted()  returns FALSE (0000ms, 54770ms total)
T2938 30296:466 JLINK_IsHalted()  returns FALSE (0000ms, 54770ms total)
T2938 30296:566 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54770ms total)
T1D18 30296:566 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54771ms total)
T1D18 30296:568 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54773ms total)
T1D18 30296:570 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54774ms total)
T2938 30296:571 JLINK_IsHalted()  returns FALSE (0001ms, 54775ms total)
T2938 30296:672 JLINK_IsHalted()  returns FALSE (0001ms, 54775ms total)
T2938 30296:773 JLINK_IsHalted()  returns FALSE (0001ms, 54775ms total)
T2938 30296:874 JLINK_IsHalted()  returns FALSE (0001ms, 54775ms total)
T2938 30296:975 JLINK_IsHalted()  returns FALSE (0001ms, 54775ms total)
T2938 30297:076 JLINK_IsHalted()  returns FALSE (0000ms, 54774ms total)
T2938 30297:176 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54774ms total)
T1D18 30297:176 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0000ms, 54774ms total)
T1D18 30297:177 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54775ms total)
T1D18 30297:178 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0003ms, 54778ms total)
T2938 30297:181 JLINK_IsHalted()  returns FALSE (0001ms, 54779ms total)
T2938 30297:282 JLINK_IsHalted()  returns FALSE (0000ms, 54778ms total)
T2938 30297:382 JLINK_IsHalted()  returns FALSE (0001ms, 54779ms total)
T2938 30297:483 JLINK_IsHalted()  returns FALSE (0001ms, 54779ms total)
T2938 30297:584 JLINK_IsHalted()  returns FALSE (0000ms, 54778ms total)
T2938 30297:684 JLINK_IsHalted()  returns FALSE (0000ms, 54778ms total)
T2938 30297:784 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54778ms total)
T1D18 30297:784 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54779ms total)
T1D18 30297:786 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54780ms total)
T1D18 30297:787 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54781ms total)
T2938 30297:789 JLINK_IsHalted()  returns FALSE (0000ms, 54781ms total)
T2938 30297:889 JLINK_IsHalted()  returns FALSE (0001ms, 54782ms total)
T2938 30297:990 JLINK_IsHalted()  returns FALSE (0001ms, 54782ms total)
T2938 30298:091 JLINK_IsHalted()  returns FALSE (0001ms, 54782ms total)
T2938 30298:192 JLINK_IsHalted()  returns FALSE (0001ms, 54782ms total)
T2938 30298:293 JLINK_IsHalted()  returns FALSE (0001ms, 54782ms total)
T2938 30298:394 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54781ms total)
T1D18 30298:394 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54782ms total)
T1D18 30298:396 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54783ms total)
T1D18 30298:397 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54784ms total)
T2938 30298:398 JLINK_IsHalted()  returns FALSE (0001ms, 54785ms total)
T2938 30298:499 JLINK_IsHalted()  returns FALSE (0001ms, 54785ms total)
T2938 30298:600 JLINK_IsHalted()  returns FALSE (0001ms, 54785ms total)
T2938 30298:701 JLINK_IsHalted()  returns FALSE (0001ms, 54785ms total)
T2938 30298:802 JLINK_IsHalted()  returns FALSE (0000ms, 54784ms total)
T2938 30298:902 JLINK_IsHalted()  returns FALSE (0001ms, 54785ms total)
T2938 30299:003 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54784ms total)
T1D18 30299:003 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54785ms total)
T1D18 30299:005 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0000ms, 54785ms total)
T1D18 30299:005 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54786ms total)
T2938 30299:006 JLINK_IsHalted()  returns FALSE (0001ms, 54787ms total)
T2938 30299:107 JLINK_IsHalted()  returns FALSE (0001ms, 54787ms total)
T2938 30299:208 JLINK_IsHalted()  returns FALSE (0001ms, 54787ms total)
T2938 30299:309 JLINK_IsHalted()  returns FALSE (0001ms, 54787ms total)
T2938 30299:410 JLINK_IsHalted()  returns FALSE (0001ms, 54787ms total)
T2938 30299:511 JLINK_IsHalted()  returns FALSE (0000ms, 54786ms total)
T2938 30299:611 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54786ms total)
T1D18 30299:611 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54787ms total)
T1D18 30299:614 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54788ms total)
T1D18 30299:615 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54789ms total)
T2938 30299:616 JLINK_IsHalted()  returns FALSE (0001ms, 54790ms total)
T2938 30299:717 JLINK_IsHalted()  returns FALSE (0000ms, 54789ms total)
T2938 30299:817 JLINK_IsHalted()  returns FALSE (0000ms, 54789ms total)
T2938 30299:917 JLINK_IsHalted()  returns FALSE (0001ms, 54790ms total)
T2938 30300:018 JLINK_IsHalted()  returns FALSE (0001ms, 54790ms total)
T2938 30300:119 JLINK_IsHalted()  returns FALSE (0001ms, 54790ms total)
T2938 30300:220 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54789ms total)
T1D18 30300:220 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54791ms total)
T1D18 30300:223 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54792ms total)
T1D18 30300:225 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54793ms total)
T2938 30300:227 JLINK_IsHalted()  returns FALSE (0000ms, 54793ms total)
T2938 30300:327 JLINK_IsHalted()  returns FALSE (0001ms, 54794ms total)
T2938 30300:428 JLINK_IsHalted()  returns FALSE (0001ms, 54794ms total)
T2938 30300:529 JLINK_IsHalted()  returns FALSE (0001ms, 54794ms total)
T2938 30300:630 JLINK_IsHalted()  returns FALSE (0001ms, 54794ms total)
T2938 30300:731 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54793ms total)
T1D18 30300:731 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54794ms total)
T1D18 30300:733 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54796ms total)
T1D18 30300:735 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54797ms total)
T2938 30300:736 JLINK_IsHalted()  returns FALSE (0001ms, 54798ms total)
T2938 30300:837 JLINK_IsHalted()  returns FALSE (0000ms, 54797ms total)
T2938 30300:937 JLINK_IsHalted()  returns FALSE (0001ms, 54798ms total)
T2938 30301:038 JLINK_IsHalted()  returns FALSE (0001ms, 54798ms total)
T2938 30301:139 JLINK_IsHalted()  returns FALSE (0001ms, 54798ms total)
T2938 30301:240 JLINK_IsHalted()  returns FALSE (0001ms, 54798ms total)
T2938 30301:341 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54797ms total)
T1D18 30301:341 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54799ms total)
T1D18 30301:343 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54801ms total)
T1D18 30301:345 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54802ms total)
T2938 30301:346 JLINK_IsHalted()  returns FALSE (0001ms, 54803ms total)
T2938 30301:447 JLINK_IsHalted()  returns FALSE (0000ms, 54802ms total)
T2938 30301:547 JLINK_IsHalted()  returns FALSE (0000ms, 54802ms total)
T2938 30301:647 JLINK_IsHalted()  returns FALSE (0001ms, 54803ms total)
T2938 30301:748 JLINK_IsHalted()  returns FALSE (0001ms, 54803ms total)
T2938 30301:849 JLINK_IsHalted()  returns FALSE (0001ms, 54803ms total)
T2938 30301:950 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54802ms total)
T1D18 30301:950 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54803ms total)
T1D18 30301:952 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54805ms total)
T1D18 30301:954 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54806ms total)
T2938 30301:955 JLINK_IsHalted()  returns FALSE (0001ms, 54807ms total)
T2938 30302:056 JLINK_IsHalted()  returns FALSE (0001ms, 54807ms total)
T2938 30302:157 JLINK_IsHalted()  returns FALSE (0000ms, 54806ms total)
T2938 30302:257 JLINK_IsHalted()  returns FALSE (0001ms, 54807ms total)
T2938 30302:358 JLINK_IsHalted()  returns FALSE (0001ms, 54807ms total)
T2938 30302:459 JLINK_IsHalted()  returns FALSE (0001ms, 54807ms total)
T2938 30302:560 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54806ms total)
T1D18 30302:560 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54808ms total)
T1D18 30302:562 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54810ms total)
T1D18 30302:564 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54811ms total)
T2938 30302:566 JLINK_IsHalted()  returns FALSE (0001ms, 54812ms total)
T2938 30302:667 JLINK_IsHalted()  returns FALSE (0001ms, 54812ms total)
T2938 30302:768 JLINK_IsHalted()  returns FALSE (0001ms, 54812ms total)
T2938 30302:869 JLINK_IsHalted()  returns FALSE (0001ms, 54812ms total)
T2938 30302:970 JLINK_IsHalted()  returns FALSE (0001ms, 54812ms total)
T2938 30303:071 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54811ms total)
T1D18 30303:071 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54812ms total)
T1D18 30303:074 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0000ms, 54812ms total)
T1D18 30303:074 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54813ms total)
T2938 30303:075 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:176 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:277 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:378 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:479 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:580 JLINK_IsHalted()  returns FALSE (0001ms, 54814ms total)
T2938 30303:681 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54813ms total)
T1D18 30303:681 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54815ms total)
T1D18 30303:683 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54817ms total)
T1D18 30303:685 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54818ms total)
T2938 30303:686 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30303:787 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30303:888 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30303:989 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30304:090 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30304:191 JLINK_IsHalted()  returns FALSE (0001ms, 54819ms total)
T2938 30304:292 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54818ms total)
T1D18 30304:292 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54819ms total)
T1D18 30304:294 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54820ms total)
T1D18 30304:295 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54821ms total)
T2938 30304:296 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:397 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:498 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:599 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:700 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:801 JLINK_IsHalted()  returns FALSE (0001ms, 54822ms total)
T2938 30304:902 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54821ms total)
T1D18 30304:902 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54823ms total)
T1D18 30304:904 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0002ms, 54825ms total)
T1D18 30304:906 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54826ms total)
T2938 30304:907 JLINK_IsHalted()  returns FALSE (0001ms, 54827ms total)
T2938 30305:008 JLINK_IsHalted()  returns FALSE (0001ms, 54827ms total)
T2938 30305:109 JLINK_IsHalted()  returns FALSE (0001ms, 54827ms total)
T2938 30305:210 JLINK_IsHalted()  returns FALSE (0001ms, 54827ms total)
T2938 30305:311 JLINK_IsHalted()  returns FALSE (0000ms, 54826ms total)
T2938 30305:411 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54826ms total)
T1D18 30305:411 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54827ms total)
T1D18 30305:413 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54828ms total)
T1D18 30305:414 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54829ms total)
T2938 30305:415 JLINK_IsHalted()  returns FALSE (0001ms, 54830ms total)
T2938 30305:516 JLINK_IsHalted()  returns FALSE (0000ms, 54829ms total)
T2938 30305:616 JLINK_IsHalted()  returns FALSE (0001ms, 54830ms total)
T2938 30305:717 JLINK_IsHalted()  returns FALSE (0001ms, 54830ms total)
T2938 30305:818 JLINK_IsHalted()  returns FALSE (0001ms, 54830ms total)
T2938 30305:919 JLINK_IsHalted()  returns FALSE (0001ms, 54830ms total)
T2938 30306:020 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54829ms total)
T1D18 30306:020 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54830ms total)
T1D18 30306:022 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54831ms total)
T1D18 30306:023 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54832ms total)
T2938 30306:024 JLINK_IsHalted()  returns FALSE (0001ms, 54833ms total)
T2938 30306:125 JLINK_IsHalted()  returns FALSE (0001ms, 54833ms total)
T2938 30306:226 JLINK_IsHalted()  returns FALSE (0000ms, 54832ms total)
T2938 30306:326 JLINK_IsHalted()  returns FALSE (0001ms, 54833ms total)
T2938 30306:427 JLINK_IsHalted()  returns FALSE (0001ms, 54833ms total)
T2938 30306:528 JLINK_IsHalted()  returns FALSE (0001ms, 54833ms total)
T2938 30306:629 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54832ms total)
T1D18 30306:629 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54833ms total)
T1D18 30306:631 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54834ms total)
T1D18 30306:632 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54835ms total)
T2938 30306:633 JLINK_IsHalted()  returns FALSE (0001ms, 54836ms total)
T2938 30306:734 JLINK_IsHalted()  returns FALSE (0000ms, 54835ms total)
T2938 30306:834 JLINK_IsHalted()  returns FALSE (0001ms, 54836ms total)
T2938 30306:935 JLINK_IsHalted()  returns FALSE (0000ms, 54835ms total)
T2938 30307:035 JLINK_IsHalted()  returns FALSE (0001ms, 54836ms total)
T2938 30307:136 JLINK_IsHalted()  returns FALSE (0001ms, 54836ms total)
T2938 30307:237 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54835ms total)
T1D18 30307:237 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54836ms total)
T1D18 30307:240 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 12  returns 0x01 (0001ms, 54837ms total)
T1D18 30307:242 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54837ms total)
T2938 30307:243 JLINK_IsHalted()  returns FALSE (0000ms, 54837ms total)
T2938 30307:343 JLINK_IsHalted()  returns FALSE (0001ms, 54838ms total)
T2938 30307:444 JLINK_IsHalted()  returns FALSE (0001ms, 54838ms total)
T2938 30307:545 JLINK_IsHalted()  returns FALSE (0001ms, 54838ms total)
T2938 30307:646 JLINK_IsHalted()  returns FALSE (0001ms, 54838ms total)
T2938 30307:747 JLINK_IsHalted()  returns FALSE (0000ms, 54837ms total)
T2938 30307:847 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54837ms total)
T1D18 30307:847 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54839ms total)
T1D18 30307:849 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54841ms total)
T1D18 30307:851 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0002ms, 54843ms total)
T2938 30307:853 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30307:954 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30308:055 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30308:156 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30308:257 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30308:358 JLINK_IsHalted()  returns FALSE (0001ms, 54844ms total)
T2938 30308:459 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54843ms total)
T1D18 30308:459 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54844ms total)
T1D18 30308:461 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0000ms, 54844ms total)
T1D18 30308:461 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54845ms total)
T2938 30308:462 JLINK_IsHalted()  returns FALSE (0001ms, 54846ms total)
T2938 30308:563 JLINK_IsHalted()  returns FALSE (0001ms, 54846ms total)
T2938 30308:664 JLINK_IsHalted()  returns FALSE (0001ms, 54846ms total)
T2938 30308:765 JLINK_IsHalted()  returns FALSE (0000ms, 54845ms total)
T2938 30308:865 JLINK_IsHalted()  returns FALSE (0001ms, 54846ms total)
T2938 30308:966 JLINK_IsHalted()  returns FALSE (0001ms, 54846ms total)
T2938 30309:067 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54845ms total)
T1D18 30309:067 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54846ms total)
T1D18 30309:068 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54847ms total)
T1D18 30309:069 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54848ms total)
T2938 30309:070 JLINK_IsHalted()  returns FALSE (0001ms, 54849ms total)
T2938 30309:171 JLINK_IsHalted()  returns FALSE (0001ms, 54849ms total)
T2938 30309:272 JLINK_IsHalted()  returns FALSE (0001ms, 54849ms total)
T2938 30309:373 JLINK_IsHalted()  returns FALSE (0000ms, 54848ms total)
T2938 30309:473 JLINK_IsHalted()  returns FALSE (0001ms, 54849ms total)
T2938 30309:574 JLINK_IsHalted()  returns FALSE (0001ms, 54849ms total)
T2938 30309:675 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54848ms total)
T1D18 30309:675 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54849ms total)
T1D18 30309:677 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54850ms total)
T1D18 30309:678 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 8A  returns 0x01 (0001ms, 54851ms total)
T2938 30309:679 JLINK_IsHalted()  returns FALSE (0001ms, 54852ms total)
T2938 30309:780 JLINK_IsHalted()  returns FALSE (0001ms, 54852ms total)
T2938 30309:881 JLINK_IsHalted()  returns FALSE (0001ms, 54852ms total)
T2938 30309:982 JLINK_IsHalted()  returns FALSE (0000ms, 54851ms total)
T2938 30310:082 JLINK_IsHalted()  returns FALSE (0001ms, 54852ms total)
T2938 30310:183 JLINK_IsHalted()  returns FALSE (0001ms, 54852ms total)
T2938 30310:284 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54851ms total)
T1D18 30310:284 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54853ms total)
T1D18 30310:286 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54854ms total)
T1D18 30310:287 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54855ms total)
T2938 30310:288 JLINK_IsHalted()  returns FALSE (0001ms, 54856ms total)
T2938 30310:389 JLINK_IsHalted()  returns FALSE (0001ms, 54856ms total)
T2938 30310:490 JLINK_IsHalted()  returns FALSE (0001ms, 54856ms total)
T2938 30310:591 JLINK_IsHalted()  returns FALSE (0001ms, 54856ms total)
T2938 30310:692 JLINK_IsHalted()  returns FALSE (0000ms, 54855ms total)
T2938 30310:792 JLINK_IsHalted()  returns FALSE (0000ms, 54855ms total)
T2938 30310:892 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54855ms total)
T1D18 30310:892 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54856ms total)
T1D18 30310:893 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54857ms total)
T1D18 30310:894 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54858ms total)
T2938 30310:895 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30310:996 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30311:097 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30311:198 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30311:299 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30311:400 JLINK_IsHalted()  returns FALSE (0001ms, 54859ms total)
T2938 30311:501 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54858ms total)
T1D18 30311:501 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54859ms total)
T1D18 30311:503 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54861ms total)
T1D18 30311:505 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54862ms total)
T2938 30311:506 JLINK_IsHalted()  returns FALSE (0001ms, 54863ms total)
T2938 30311:607 JLINK_IsHalted()  returns FALSE (0001ms, 54863ms total)
T2938 30311:708 JLINK_IsHalted()  returns FALSE (0001ms, 54863ms total)
T2938 30311:809 JLINK_IsHalted()  returns FALSE (0001ms, 54863ms total)
T2938 30311:910 JLINK_IsHalted()  returns FALSE (0001ms, 54863ms total)
T2938 30312:011 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54862ms total)
T1D18 30312:011 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54864ms total)
T1D18 30312:014 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54865ms total)
T1D18 30312:015 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54866ms total)
T2938 30312:017 JLINK_IsHalted()  returns FALSE (0000ms, 54866ms total)
T2938 30312:117 JLINK_IsHalted()  returns FALSE (0001ms, 54867ms total)
T2938 30312:218 JLINK_IsHalted()  returns FALSE (0001ms, 54867ms total)
T2938 30312:319 JLINK_IsHalted()  returns FALSE (0001ms, 54867ms total)
T2938 30312:420 JLINK_IsHalted()  returns FALSE (0001ms, 54867ms total)
T2938 30312:521 JLINK_IsHalted()  returns FALSE (0001ms, 54867ms total)
T2938 30312:622 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54866ms total)
T1D18 30312:626 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54867ms total)
T1D18 30312:628 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54869ms total)
T1D18 30312:630 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54870ms total)
T2938 30312:631 JLINK_IsHalted()  returns FALSE (0001ms, 54871ms total)
T2938 30312:732 JLINK_IsHalted()  returns FALSE (0001ms, 54871ms total)
T2938 30312:833 JLINK_IsHalted()  returns FALSE (0001ms, 54871ms total)
T2938 30312:934 JLINK_IsHalted()  returns FALSE (0001ms, 54871ms total)
T2938 30313:035 JLINK_IsHalted()  returns FALSE (0001ms, 54871ms total)
T2938 30313:136 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54870ms total)
T1D18 30313:136 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54872ms total)
T1D18 30313:140 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54873ms total)
T1D18 30313:142 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54873ms total)
T2938 30313:143 JLINK_IsHalted()  returns FALSE (0000ms, 54873ms total)
T2938 30313:243 JLINK_IsHalted()  returns FALSE (0001ms, 54874ms total)
T2938 30313:344 JLINK_IsHalted()  returns FALSE (0001ms, 54874ms total)
T2938 30313:445 JLINK_IsHalted()  returns FALSE (0001ms, 54874ms total)
T2938 30313:546 JLINK_IsHalted()  returns FALSE (0001ms, 54874ms total)
T2938 30313:647 JLINK_IsHalted()  returns FALSE (0001ms, 54874ms total)
T2938 30313:748 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54873ms total)
T1D18 30313:748 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54874ms total)
T1D18 30313:750 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54876ms total)
T1D18 30313:752 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54877ms total)
T2938 30313:753 JLINK_IsHalted()  returns FALSE (0001ms, 54878ms total)
T2938 30313:854 JLINK_IsHalted()  returns FALSE (0001ms, 54878ms total)
T2938 30313:955 JLINK_IsHalted()  returns FALSE (0001ms, 54878ms total)
T2938 30314:056 JLINK_IsHalted()  returns FALSE (0001ms, 54878ms total)
T2938 30314:157 JLINK_IsHalted()  returns FALSE (0001ms, 54878ms total)
T2938 30314:258 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54877ms total)
T1D18 30314:263 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54878ms total)
T1D18 30314:265 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54880ms total)
T1D18 30314:267 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54881ms total)
T2938 30314:268 JLINK_IsHalted()  returns FALSE (0001ms, 54882ms total)
T2938 30314:369 JLINK_IsHalted()  returns FALSE (0001ms, 54882ms total)
T2938 30314:470 JLINK_IsHalted()  returns FALSE (0001ms, 54882ms total)
T2938 30314:571 JLINK_IsHalted()  returns FALSE (0001ms, 54882ms total)
T2938 30314:672 JLINK_IsHalted()  returns FALSE (0001ms, 54882ms total)
T2938 30314:773 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54881ms total)
T1D18 30314:773 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54883ms total)
T1D18 30314:776 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54884ms total)
T1D18 30314:777 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54885ms total)
T2938 30314:778 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30314:879 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30314:980 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30315:081 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30315:182 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30315:283 JLINK_IsHalted()  returns FALSE (0001ms, 54886ms total)
T2938 30315:384 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54885ms total)
T1D18 30315:384 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54887ms total)
T1D18 30315:387 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54889ms total)
T1D18 30315:389 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54890ms total)
T2938 30315:390 JLINK_IsHalted()  returns FALSE (0001ms, 54891ms total)
T2938 30315:491 JLINK_IsHalted()  returns FALSE (0001ms, 54891ms total)
T2938 30315:592 JLINK_IsHalted()  returns FALSE (0001ms, 54891ms total)
T2938 30315:693 JLINK_IsHalted()  returns FALSE (0001ms, 54891ms total)
T2938 30315:794 JLINK_IsHalted()  returns FALSE (0001ms, 54891ms total)
T2938 30315:895 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54890ms total)
T1D18 30315:895 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54892ms total)
T1D18 30315:899 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54893ms total)
T1D18 30315:900 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54894ms total)
T2938 30315:901 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:002 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:103 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:204 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:305 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:406 JLINK_IsHalted()  returns FALSE (0001ms, 54895ms total)
T2938 30316:507 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54894ms total)
T1D18 30316:509 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54896ms total)
T1D18 30316:512 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54897ms total)
T1D18 30316:513 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54898ms total)
T2938 30316:514 JLINK_IsHalted()  returns FALSE (0001ms, 54899ms total)
T2938 30316:615 JLINK_IsHalted()  returns FALSE (0001ms, 54899ms total)
T2938 30316:716 JLINK_IsHalted()  returns FALSE (0001ms, 54899ms total)
T2938 30316:817 JLINK_IsHalted()  returns FALSE (0001ms, 54899ms total)
T2938 30316:918 JLINK_IsHalted()  returns FALSE (0001ms, 54899ms total)
T2938 30317:019 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54898ms total)
T1D18 30317:019 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54900ms total)
T1D18 30317:022 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54902ms total)
T1D18 30317:024 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54903ms total)
T2938 30317:025 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:126 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:227 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:328 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:429 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:530 JLINK_IsHalted()  returns FALSE (0001ms, 54904ms total)
T2938 30317:631 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54903ms total)
T1D18 30317:631 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54905ms total)
T1D18 30317:634 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54906ms total)
T1D18 30317:635 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54907ms total)
T2938 30317:636 JLINK_IsHalted()  returns FALSE (0001ms, 54908ms total)
T2938 30317:737 JLINK_IsHalted()  returns FALSE (0001ms, 54908ms total)
T2938 30317:838 JLINK_IsHalted()  returns FALSE (0001ms, 54908ms total)
T2938 30317:939 JLINK_IsHalted()  returns FALSE (0001ms, 54908ms total)
T2938 30318:040 JLINK_IsHalted()  returns FALSE (0001ms, 54908ms total)
T2938 30318:141 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54907ms total)
T1D18 30318:141 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54909ms total)
T1D18 30318:144 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54910ms total)
T1D18 30318:145 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54911ms total)
T2938 30318:146 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:247 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:348 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:449 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:550 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:651 JLINK_IsHalted()  returns FALSE (0001ms, 54912ms total)
T2938 30318:752 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54911ms total)
T1D18 30318:752 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54913ms total)
T1D18 30318:755 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54914ms total)
T1D18 30318:756 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54915ms total)
T2938 30318:757 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30318:858 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30318:959 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30319:060 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30319:161 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30319:262 JLINK_IsHalted()  returns FALSE (0001ms, 54916ms total)
T2938 30319:363 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54915ms total)
T1D18 30319:363 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54917ms total)
T1D18 30319:366 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54918ms total)
T1D18 30319:368 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54918ms total)
T2938 30319:369 JLINK_IsHalted()  returns FALSE (0000ms, 54918ms total)
T2938 30319:469 JLINK_IsHalted()  returns FALSE (0001ms, 54919ms total)
T2938 30319:570 JLINK_IsHalted()  returns FALSE (0001ms, 54919ms total)
T2938 30319:671 JLINK_IsHalted()  returns FALSE (0001ms, 54919ms total)
T2938 30319:772 JLINK_IsHalted()  returns FALSE (0001ms, 54919ms total)
T2938 30319:873 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54918ms total)
T1D18 30319:873 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54920ms total)
T1D18 30319:876 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54921ms total)
T1D18 30319:877 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54922ms total)
T2938 30319:879 JLINK_IsHalted()  returns FALSE (0000ms, 54922ms total)
T2938 30319:979 JLINK_IsHalted()  returns FALSE (0001ms, 54923ms total)
T2938 30320:080 JLINK_IsHalted()  returns FALSE (0001ms, 54923ms total)
T2938 30320:181 JLINK_IsHalted()  returns FALSE (0001ms, 54923ms total)
T2938 30320:282 JLINK_IsHalted()  returns FALSE (0001ms, 54923ms total)
T2938 30320:383 JLINK_IsHalted()  returns FALSE (0001ms, 54923ms total)
T2938 30320:484 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54922ms total)
T1D18 30320:487 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54924ms total)
T1D18 30320:490 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54926ms total)
T1D18 30320:492 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54927ms total)
T2938 30320:493 JLINK_IsHalted()  returns FALSE (0001ms, 54928ms total)
T2938 30320:594 JLINK_IsHalted()  returns FALSE (0001ms, 54928ms total)
T2938 30320:695 JLINK_IsHalted()  returns FALSE (0001ms, 54928ms total)
T2938 30320:796 JLINK_IsHalted()  returns FALSE (0001ms, 54928ms total)
T2938 30320:897 JLINK_IsHalted()  returns FALSE (0001ms, 54928ms total)
T2938 30320:998 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54927ms total)
T1D18 30320:998 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54929ms total)
T1D18 30321:001 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54930ms total)
T1D18 30321:003 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54930ms total)
T2938 30321:004 JLINK_IsHalted()  returns FALSE (0000ms, 54930ms total)
T2938 30321:104 JLINK_IsHalted()  returns FALSE (0001ms, 54931ms total)
T2938 30321:205 JLINK_IsHalted()  returns FALSE (0001ms, 54931ms total)
T2938 30321:306 JLINK_IsHalted()  returns FALSE (0001ms, 54931ms total)
T2938 30321:407 JLINK_IsHalted()  returns FALSE (0001ms, 54931ms total)
T2938 30321:508 JLINK_IsHalted()  returns FALSE (0001ms, 54931ms total)
T2938 30321:609 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54930ms total)
T1D18 30321:609 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54932ms total)
T1D18 30321:612 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54933ms total)
T1D18 30321:613 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54934ms total)
T2938 30321:614 JLINK_IsHalted()  returns FALSE (0001ms, 54935ms total)
T2938 30321:715 JLINK_IsHalted()  returns FALSE (0001ms, 54935ms total)
T2938 30321:816 JLINK_IsHalted()  returns FALSE (0001ms, 54935ms total)
T2938 30321:917 JLINK_IsHalted()  returns FALSE (0001ms, 54935ms total)
T2938 30322:018 JLINK_IsHalted()  returns FALSE (0001ms, 54935ms total)
T2938 30322:119 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54934ms total)
T1D18 30322:123 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54936ms total)
T1D18 30322:126 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54938ms total)
T1D18 30322:128 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54939ms total)
T2938 30322:129 JLINK_IsHalted()  returns FALSE (0001ms, 54940ms total)
T2938 30322:230 JLINK_IsHalted()  returns FALSE (0001ms, 54940ms total)
T2938 30322:331 JLINK_IsHalted()  returns FALSE (0001ms, 54940ms total)
T2938 30322:432 JLINK_IsHalted()  returns FALSE (0001ms, 54940ms total)
T2938 30322:533 JLINK_IsHalted()  returns FALSE (0001ms, 54940ms total)
T2938 30322:634 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54939ms total)
T1D18 30322:634 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54941ms total)
T1D18 30322:637 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54942ms total)
T1D18 30322:639 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54942ms total)
T2938 30322:640 JLINK_IsHalted()  returns FALSE (0000ms, 54942ms total)
T2938 30322:740 JLINK_IsHalted()  returns FALSE (0001ms, 54943ms total)
T2938 30322:841 JLINK_IsHalted()  returns FALSE (0001ms, 54943ms total)
T2938 30322:942 JLINK_IsHalted()  returns FALSE (0001ms, 54943ms total)
T2938 30323:043 JLINK_IsHalted()  returns FALSE (0001ms, 54943ms total)
T2938 30323:144 JLINK_IsHalted()  returns FALSE (0001ms, 54943ms total)
T2938 30323:245 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54942ms total)
T1D18 30323:245 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54944ms total)
T1D18 30323:248 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54945ms total)
T1D18 30323:250 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54945ms total)
T2938 30323:251 JLINK_IsHalted()  returns FALSE (0000ms, 54945ms total)
T2938 30323:351 JLINK_IsHalted()  returns FALSE (0001ms, 54946ms total)
T2938 30323:452 JLINK_IsHalted()  returns FALSE (0001ms, 54946ms total)
T2938 30323:553 JLINK_IsHalted()  returns FALSE (0001ms, 54946ms total)
T2938 30323:654 JLINK_IsHalted()  returns FALSE (0001ms, 54946ms total)
T2938 30323:755 JLINK_IsHalted()  returns FALSE (0001ms, 54946ms total)
T2938 30323:856 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54945ms total)
T1D18 30323:856 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54947ms total)
T1D18 30323:859 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54948ms total)
T1D18 30323:860 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54949ms total)
T2938 30323:861 JLINK_IsHalted()  returns FALSE (0001ms, 54950ms total)
T2938 30323:962 JLINK_IsHalted()  returns FALSE (0001ms, 54950ms total)
T2938 30324:063 JLINK_IsHalted()  returns FALSE (0001ms, 54950ms total)
T2938 30324:164 JLINK_IsHalted()  returns FALSE (0001ms, 54950ms total)
T2938 30324:265 JLINK_IsHalted()  returns FALSE (0001ms, 54950ms total)
T2938 30324:366 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54949ms total)
T1D18 30324:366 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54951ms total)
T1D18 30324:369 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54952ms total)
T1D18 30324:370 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54953ms total)
T2938 30324:371 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:472 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:573 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:674 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:775 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:876 JLINK_IsHalted()  returns FALSE (0001ms, 54954ms total)
T2938 30324:977 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54953ms total)
T1D18 30324:977 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54954ms total)
T1D18 30324:979 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54956ms total)
T1D18 30324:981 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54957ms total)
T2938 30324:982 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:083 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:184 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:285 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:386 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:487 JLINK_IsHalted()  returns FALSE (0001ms, 54958ms total)
T2938 30325:588 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54957ms total)
T1D18 30325:588 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54959ms total)
T1D18 30325:591 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54961ms total)
T1D18 30325:593 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54962ms total)
T2938 30325:594 JLINK_IsHalted()  returns FALSE (0001ms, 54963ms total)
T2938 30325:695 JLINK_IsHalted()  returns FALSE (0001ms, 54963ms total)
T2938 30325:796 JLINK_IsHalted()  returns FALSE (0001ms, 54963ms total)
T2938 30325:897 JLINK_IsHalted()  returns FALSE (0001ms, 54963ms total)
T2938 30325:998 JLINK_IsHalted()  returns FALSE (0001ms, 54963ms total)
T2938 30326:099 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54962ms total)
T1D18 30326:099 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 54963ms total)
T1D18 30326:101 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54965ms total)
T1D18 30326:103 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54966ms total)
T2938 30326:104 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:205 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:306 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:407 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:508 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:609 JLINK_IsHalted()  returns FALSE (0001ms, 54967ms total)
T2938 30326:710 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54966ms total)
T1D18 30326:710 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54968ms total)
T1D18 30326:713 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54969ms total)
T1D18 30326:714 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54970ms total)
T2938 30326:715 JLINK_IsHalted()  returns FALSE (0001ms, 54971ms total)
T2938 30326:816 JLINK_IsHalted()  returns FALSE (0001ms, 54971ms total)
T2938 30326:917 JLINK_IsHalted()  returns FALSE (0001ms, 54971ms total)
T2938 30327:018 JLINK_IsHalted()  returns FALSE (0001ms, 54971ms total)
T2938 30327:119 JLINK_IsHalted()  returns FALSE (0001ms, 54971ms total)
T2938 30327:220 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54970ms total)
T1D18 30327:220 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54972ms total)
T1D18 30327:223 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54974ms total)
T1D18 30327:225 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54975ms total)
T2938 30327:226 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:327 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:428 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:529 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:630 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:731 JLINK_IsHalted()  returns FALSE (0001ms, 54976ms total)
T2938 30327:832 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54975ms total)
T1D18 30327:832 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54977ms total)
T1D18 30327:835 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54978ms total)
T1D18 30327:837 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54978ms total)
T2938 30327:838 JLINK_IsHalted()  returns FALSE (0000ms, 54978ms total)
T2938 30327:938 JLINK_IsHalted()  returns FALSE (0001ms, 54979ms total)
T2938 30328:039 JLINK_IsHalted()  returns FALSE (0001ms, 54979ms total)
T2938 30328:140 JLINK_IsHalted()  returns FALSE (0001ms, 54979ms total)
T2938 30328:241 JLINK_IsHalted()  returns FALSE (0001ms, 54979ms total)
T2938 30328:342 JLINK_IsHalted()  returns FALSE (0001ms, 54979ms total)
T2938 30328:443 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54978ms total)
T1D18 30328:443 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54980ms total)
T1D18 30328:446 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54981ms total)
T1D18 30328:447 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54982ms total)
T2938 30328:448 JLINK_IsHalted()  returns FALSE (0001ms, 54983ms total)
T2938 30328:549 JLINK_IsHalted()  returns FALSE (0001ms, 54983ms total)
T2938 30328:650 JLINK_IsHalted()  returns FALSE (0001ms, 54983ms total)
T2938 30328:751 JLINK_IsHalted()  returns FALSE (0001ms, 54983ms total)
T2938 30328:852 JLINK_IsHalted()  returns FALSE (0001ms, 54983ms total)
T2938 30328:953 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54982ms total)
T1D18 30328:953 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54984ms total)
T1D18 30328:956 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54985ms total)
T1D18 30328:957 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54986ms total)
T2938 30328:958 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:059 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:160 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:261 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:362 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:463 JLINK_IsHalted()  returns FALSE (0001ms, 54987ms total)
T2938 30329:564 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54986ms total)
T1D18 30329:564 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54988ms total)
T1D18 30329:567 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54989ms total)
T1D18 30329:568 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54990ms total)
T2938 30329:569 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30329:670 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30329:771 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30329:872 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30329:973 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30330:074 JLINK_IsHalted()  returns FALSE (0001ms, 54991ms total)
T2938 30330:175 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54990ms total)
T1D18 30330:175 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54992ms total)
T1D18 30330:178 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 54994ms total)
T1D18 30330:180 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 54995ms total)
T2938 30330:181 JLINK_IsHalted()  returns FALSE (0001ms, 54996ms total)
T2938 30330:282 JLINK_IsHalted()  returns FALSE (0001ms, 54996ms total)
T2938 30330:383 JLINK_IsHalted()  returns FALSE (0001ms, 54996ms total)
T2938 30330:484 JLINK_IsHalted()  returns FALSE (0001ms, 54996ms total)
T2938 30330:585 JLINK_IsHalted()  returns FALSE (0001ms, 54996ms total)
T2938 30330:686 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54995ms total)
T1D18 30330:686 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 54997ms total)
T1D18 30330:689 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 54998ms total)
T1D18 30330:691 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 54998ms total)
T2938 30330:692 JLINK_IsHalted()  returns FALSE (0000ms, 54998ms total)
T2938 30330:792 JLINK_IsHalted()  returns FALSE (0001ms, 54999ms total)
T2938 30330:893 JLINK_IsHalted()  returns FALSE (0001ms, 54999ms total)
T2938 30330:994 JLINK_IsHalted()  returns FALSE (0001ms, 54999ms total)
T2938 30331:095 JLINK_IsHalted()  returns FALSE (0001ms, 54999ms total)
T2938 30331:196 JLINK_IsHalted()  returns FALSE (0001ms, 54999ms total)
T2938 30331:297 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 54998ms total)
T1D18 30331:299 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55000ms total)
T1D18 30331:302 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55002ms total)
T1D18 30331:304 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55003ms total)
T2938 30331:305 JLINK_IsHalted()  returns FALSE (0001ms, 55004ms total)
T2938 30331:406 JLINK_IsHalted()  returns FALSE (0001ms, 55004ms total)
T2938 30331:507 JLINK_IsHalted()  returns FALSE (0001ms, 55004ms total)
T2938 30331:608 JLINK_IsHalted()  returns FALSE (0001ms, 55004ms total)
T2938 30331:709 JLINK_IsHalted()  returns FALSE (0001ms, 55004ms total)
T2938 30331:810 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55003ms total)
T1D18 30331:810 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55005ms total)
T1D18 30331:813 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55006ms total)
T1D18 30331:814 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55007ms total)
T2938 30331:816 JLINK_IsHalted()  returns FALSE (0001ms, 55008ms total)
T2938 30331:917 JLINK_IsHalted()  returns FALSE (0001ms, 55008ms total)
T2938 30332:018 JLINK_IsHalted()  returns FALSE (0001ms, 55008ms total)
T2938 30332:119 JLINK_IsHalted()  returns FALSE (0001ms, 55008ms total)
T2938 30332:220 JLINK_IsHalted()  returns FALSE (0001ms, 55008ms total)
T2938 30332:321 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55007ms total)
T1D18 30332:321 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55009ms total)
T1D18 30332:324 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55010ms total)
T1D18 30332:325 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55011ms total)
T2938 30332:326 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:427 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:528 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:629 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:730 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:831 JLINK_IsHalted()  returns FALSE (0001ms, 55012ms total)
T2938 30332:932 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55011ms total)
T1D18 30332:932 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55013ms total)
T1D18 30332:936 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55014ms total)
T1D18 30332:937 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55015ms total)
T2938 30332:938 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:039 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:140 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:241 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:342 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:443 JLINK_IsHalted()  returns FALSE (0001ms, 55016ms total)
T2938 30333:544 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55015ms total)
T1D18 30333:544 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55017ms total)
T1D18 30333:547 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55019ms total)
T1D18 30333:549 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55020ms total)
T2938 30333:550 JLINK_IsHalted()  returns FALSE (0001ms, 55021ms total)
T2938 30333:651 JLINK_IsHalted()  returns FALSE (0001ms, 55021ms total)
T2938 30333:752 JLINK_IsHalted()  returns FALSE (0001ms, 55021ms total)
T2938 30333:853 JLINK_IsHalted()  returns FALSE (0001ms, 55021ms total)
T2938 30333:954 JLINK_IsHalted()  returns FALSE (0001ms, 55021ms total)
T2938 30334:055 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55020ms total)
T1D18 30334:055 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55022ms total)
T1D18 30334:058 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55023ms total)
T1D18 30334:059 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55024ms total)
T2938 30334:060 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:161 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:262 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:363 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:464 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:565 JLINK_IsHalted()  returns FALSE (0001ms, 55025ms total)
T2938 30334:666 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55024ms total)
T1D18 30334:666 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55026ms total)
T1D18 30334:669 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55027ms total)
T1D18 30334:670 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55028ms total)
T2938 30334:671 JLINK_IsHalted()  returns FALSE (0000ms, 55028ms total)
T2938 30334:771 JLINK_IsHalted()  returns FALSE (0001ms, 55029ms total)
T2938 30334:872 JLINK_IsHalted()  returns FALSE (0001ms, 55029ms total)
T2938 30334:973 JLINK_IsHalted()  returns FALSE (0001ms, 55029ms total)
T2938 30335:074 JLINK_IsHalted()  returns FALSE (0001ms, 55029ms total)
T2938 30335:175 JLINK_IsHalted()  returns FALSE (0001ms, 55029ms total)
T2938 30335:276 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55028ms total)
T1D18 30335:276 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55030ms total)
T1D18 30335:279 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55031ms total)
T1D18 30335:280 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55032ms total)
T2938 30335:281 JLINK_IsHalted()  returns FALSE (0001ms, 55033ms total)
T2938 30335:382 JLINK_IsHalted()  returns FALSE (0001ms, 55033ms total)
T2938 30335:483 JLINK_IsHalted()  returns FALSE (0001ms, 55033ms total)
T2938 30335:584 JLINK_IsHalted()  returns FALSE (0001ms, 55033ms total)
T2938 30335:685 JLINK_IsHalted()  returns FALSE (0001ms, 55033ms total)
T2938 30335:786 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55032ms total)
T1D18 30335:786 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55034ms total)
T1D18 30335:789 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55036ms total)
T1D18 30335:791 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55037ms total)
T2938 30335:792 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30335:893 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30335:994 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30336:095 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30336:196 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30336:297 JLINK_IsHalted()  returns FALSE (0001ms, 55038ms total)
T2938 30336:398 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55037ms total)
T1D18 30336:398 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55039ms total)
T1D18 30336:401 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55040ms total)
T1D18 30336:402 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55041ms total)
T2938 30336:404 JLINK_IsHalted()  returns FALSE (0000ms, 55041ms total)
T2938 30336:504 JLINK_IsHalted()  returns FALSE (0001ms, 55042ms total)
T2938 30336:605 JLINK_IsHalted()  returns FALSE (0001ms, 55042ms total)
T2938 30336:706 JLINK_IsHalted()  returns FALSE (0001ms, 55042ms total)
T2938 30336:807 JLINK_IsHalted()  returns FALSE (0001ms, 55042ms total)
T2938 30336:908 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55041ms total)
T1D18 30336:908 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55043ms total)
T1D18 30336:911 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55044ms total)
T1D18 30336:913 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 55044ms total)
T2938 30336:914 JLINK_IsHalted()  returns FALSE (0000ms, 55044ms total)
T2938 30337:014 JLINK_IsHalted()  returns FALSE (0001ms, 55045ms total)
T2938 30337:115 JLINK_IsHalted()  returns FALSE (0001ms, 55045ms total)
T2938 30337:216 JLINK_IsHalted()  returns FALSE (0001ms, 55045ms total)
T2938 30337:317 JLINK_IsHalted()  returns FALSE (0001ms, 55045ms total)
T2938 30337:418 JLINK_IsHalted()  returns FALSE (0001ms, 55045ms total)
T2938 30337:519 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55044ms total)
T1D18 30337:523 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 55045ms total)
T1D18 30337:525 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55047ms total)
T1D18 30337:527 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55048ms total)
T2938 30337:528 JLINK_IsHalted()  returns FALSE (0001ms, 55049ms total)
T2938 30337:629 JLINK_IsHalted()  returns FALSE (0001ms, 55049ms total)
T2938 30337:730 JLINK_IsHalted()  returns FALSE (0001ms, 55049ms total)
T2938 30337:831 JLINK_IsHalted()  returns FALSE (0001ms, 55049ms total)
T2938 30337:932 JLINK_IsHalted()  returns FALSE (0001ms, 55049ms total)
T2938 30338:033 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55048ms total)
T1D18 30338:033 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55050ms total)
T1D18 30338:036 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55051ms total)
T1D18 30338:037 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55052ms total)
T2938 30338:038 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:139 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:240 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:341 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:442 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:543 JLINK_IsHalted()  returns FALSE (0001ms, 55053ms total)
T2938 30338:644 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55052ms total)
T1D18 30338:644 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 55053ms total)
T1D18 30338:646 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55055ms total)
T1D18 30338:648 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55056ms total)
T2938 30338:649 JLINK_IsHalted()  returns FALSE (0001ms, 55057ms total)
T2938 30338:750 JLINK_IsHalted()  returns FALSE (0001ms, 55057ms total)
T2938 30338:851 JLINK_IsHalted()  returns FALSE (0001ms, 55057ms total)
T2938 30338:952 JLINK_IsHalted()  returns FALSE (0001ms, 55057ms total)
T2938 30339:053 JLINK_IsHalted()  returns FALSE (0001ms, 55057ms total)
T2938 30339:154 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55056ms total)
T1D18 30339:154 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 55057ms total)
T1D18 30339:155 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55058ms total)
T1D18 30339:156 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55059ms total)
T2938 30339:157 JLINK_IsHalted()  returns FALSE (0001ms, 55060ms total)
T2938 30339:258 JLINK_IsHalted()  returns FALSE (0001ms, 55060ms total)
T2938 30339:359 JLINK_IsHalted()  returns FALSE (0002ms, 55061ms total)
T2938 30339:461 JLINK_IsHalted()  returns FALSE (0001ms, 55060ms total)
T2938 30339:562 JLINK_IsHalted()  returns FALSE (0001ms, 55060ms total)
T2938 30339:663 JLINK_IsHalted()  returns FALSE (0001ms, 55060ms total)
T2938 30339:764 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55059ms total)
T1D18 30339:764 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55061ms total)
T1D18 30339:767 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55063ms total)
T1D18 30339:769 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55064ms total)
T2938 30339:770 JLINK_IsHalted()  returns FALSE (0001ms, 55065ms total)
T2938 30339:871 JLINK_IsHalted()  returns FALSE (0001ms, 55065ms total)
T2938 30339:972 JLINK_IsHalted()  returns FALSE (0001ms, 55065ms total)
T2938 30340:073 JLINK_IsHalted()  returns FALSE (0001ms, 55065ms total)
T2938 30340:178 JLINK_IsHalted()  returns FALSE (0001ms, 55065ms total)
T2938 30340:279 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55064ms total)
T1D18 30340:279 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0003ms, 55067ms total)
T1D18 30340:283 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0004ms, 55071ms total)
T1D18 30340:287 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0005ms, 55076ms total)
T2938 30340:292 JLINK_IsHalted()  returns FALSE (0002ms, 55078ms total)
T2938 30340:394 JLINK_IsHalted()  returns FALSE (0001ms, 55077ms total)
T2938 30340:495 JLINK_IsHalted()  returns FALSE (0001ms, 55077ms total)
T2938 30340:596 JLINK_IsHalted()  returns FALSE (0001ms, 55077ms total)
T2938 30340:697 JLINK_IsHalted()  returns FALSE (0001ms, 55077ms total)
T2938 30340:798 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55076ms total)
T1D18 30340:798 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55078ms total)
T1D18 30340:800 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55080ms total)
T1D18 30340:802 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55081ms total)
T2938 30340:803 JLINK_IsHalted()  returns FALSE (0001ms, 55082ms total)
T2938 30340:904 JLINK_IsHalted()  returns FALSE (0001ms, 55082ms total)
T2938 30341:005 JLINK_IsHalted()  returns FALSE (0002ms, 55083ms total)
T2938 30341:108 JLINK_IsHalted()  returns FALSE (0003ms, 55084ms total)
T2938 30341:211 JLINK_IsHalted()  returns FALSE (0000ms, 55081ms total)
T2938 30341:311 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55081ms total)
T1D18 30341:314 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55083ms total)
T1D18 30341:317 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0001ms, 55084ms total)
T1D18 30341:319 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0000ms, 55084ms total)
T2938 30341:320 JLINK_IsHalted()  returns FALSE (0000ms, 55084ms total)
T2938 30341:420 JLINK_IsHalted()  returns FALSE (0001ms, 55085ms total)
T2938 30341:521 JLINK_IsHalted()  returns FALSE (0001ms, 55085ms total)
T2938 30341:622 JLINK_IsHalted()  returns FALSE (0001ms, 55085ms total)
T2938 30341:723 JLINK_IsHalted()  returns FALSE (0001ms, 55085ms total)
T2938 30341:824 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55084ms total)
T1D18 30341:827 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55086ms total)
T1D18 30341:829 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55088ms total)
T1D18 30341:831 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55089ms total)
T2938 30341:832 JLINK_IsHalted()  returns FALSE (0001ms, 55090ms total)
T2938 30341:933 JLINK_IsHalted()  returns FALSE (0001ms, 55090ms total)
T2938 30342:034 JLINK_IsHalted()  returns FALSE (0001ms, 55090ms total)
T2938 30342:135 JLINK_IsHalted()  returns FALSE (0001ms, 55090ms total)
T2938 30342:236 JLINK_IsHalted()  returns FALSE (0001ms, 55090ms total)
T2938 30342:337 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55089ms total)
T1D18 30342:337 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0001ms, 55090ms total)
T1D18 30342:339 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55092ms total)
T1D18 30342:341 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55093ms total)
T2938 30342:342 JLINK_IsHalted()  returns FALSE (0002ms, 55095ms total)
T2938 30342:444 JLINK_IsHalted()  returns FALSE (0001ms, 55094ms total)
T2938 30342:545 JLINK_IsHalted()  returns FALSE (0001ms, 55094ms total)
T2938 30342:646 JLINK_IsHalted()  returns FALSE (0001ms, 55094ms total)
T2938 30342:747 JLINK_IsHalted()  returns FALSE (0001ms, 55094ms total)
T2938 30342:848 JLINK_IsHalted()  returns FALSE (0002ms, 55095ms total)
T2938 30342:950 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55093ms total)
T1D18 30342:950 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55095ms total)
T1D18 30342:953 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55097ms total)
T1D18 30342:955 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0002ms, 55099ms total)
T2938 30342:957 JLINK_IsHalted()  returns FALSE (0000ms, 55099ms total)
T2938 30343:057 JLINK_IsHalted()  returns FALSE (0001ms, 55100ms total)
T2938 30343:158 JLINK_IsHalted()  returns FALSE (0001ms, 55100ms total)
T2938 30343:259 JLINK_IsHalted()  returns FALSE (0001ms, 55100ms total)
T2938 30343:360 JLINK_IsHalted()  returns FALSE (0001ms, 55100ms total)
T2938 30343:461 JLINK_ReadMemU32(0xE0001004, 0x0001 Items, ...) - Data: 9C D5 A4 03  returns 1 (0000ms, 55099ms total)
T1D18 30343:461 JLINK_ReadMemEx(0x20000590, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000590) - Data: 00  returns 0x01 (0002ms, 55101ms total)
T1D18 30343:464 JLINK_ReadMemEx(0x200007F5, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F5) - Data: 13  returns 0x01 (0002ms, 55103ms total)
T1D18 30343:466 JLINK_ReadMemEx(0x200007F6, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x200007F6) - Data: 80  returns 0x01 (0001ms, 55104ms total)
T2938 30343:467 JLINK_IsHalted()  returns FALSE (0001ms, 55105ms total)
T2938 30343:568 JLINK_Halt()  returns 0x00 (0003ms, 55107ms total)
T2938 30343:571 JLINK_IsHalted()  returns TRUE (0000ms, 55107ms total)
T2938 30343:571 JLINK_IsHalted()  returns TRUE (0000ms, 55107ms total)
T2938 30343:571 JLINK_IsHalted()  returns TRUE (0000ms, 55107ms total)
T2938 30343:571 JLINK_ReadReg(R15 (PC))  returns 0x0800F6DE (0001ms, 55108ms total)
T2938 30343:572 JLINK_ReadReg(XPSR)  returns 0x61000000 (0000ms, 55108ms total)
T2938 30343:572 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00  returns 1 (0001ms, 55109ms total)
T2938 30343:573 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00  returns 1 (0001ms, 55110ms total)
T2938 30343:574 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 02 00 00  returns 1 (0001ms, 55111ms total)
T2938 30343:575 JLINK_ReadMemU32(0xE0001048, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001048) - Data: 00 00 00 00  returns 1 (0001ms, 55112ms total)
T2938 30343:576 JLINK_ReadMemU32(0xE0001058, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001058) - Data: 00 00 00 00  returns 1 (0001ms, 55113ms total)
T1D18 30344:263 JLINK_Close() -- CPU_ReadMem(4 bytes @ 0xE0001000) >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> (0030ms, 55143ms total)
T1D18 30344:263  (0030ms, 55143ms total)
T1D18 30344:263 Closed (0030ms, 55143ms total)