zhyinch
2022-05-25 02f55f588e8bf38da609f9b1f4fcb576e74b9074
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
T10628 64290:174 SEGGER J-Link V6.46 Log File (0004ms, 92667ms total)
T10628 64290:174 DLL Compiled: May 23 2019 17:49:56 (0004ms, 92667ms total)
T10628 64290:174 Logging started @ 2022-05-12 10:48 (0004ms, 92667ms total)
T10628 64290:178 JLINK_SetWarnOutHandler(...) (0000ms, 92667ms total)
T10628 64290:178 JLINK_OpenEx(...)
Firmware: J-Link V11 compiled Jun 17 2021 16:42:11
Hardware: V11.00
S/N: 50120677
Feature(s): GDB, JFlash, FlashDL, RDI, FlashBP
TELNET listener socket opened on port 19021WEBSRV 
Starting webserver (0172ms, 92839ms total)
T10628 64290:178 WEBSRV Webserver running on local port 19080 (0172ms, 92839ms total)
T10628 64290:178   returns O.K. (0172ms, 92839ms total)
T10628 64290:350 JLINK_GetEmuCaps()  returns 0xB9FF7BBF (0000ms, 92839ms total)
T10628 64290:350 JLINK_TIF_GetAvailable(...) (0001ms, 92840ms total)
T10628 64290:351 JLINK_SetErrorOutHandler(...) (0000ms, 92840ms total)
T10628 64290:351 JLINK_ExecCommand("ProjectFile = "E:\GIT\XRange_Tag\MDK-ARM\JLinkSettings.ini"", ...).   returns 0x00 (0005ms, 92845ms total)
T10628 64290:356 JLINK_ExecCommand("Device = STM32L051C8Tx", ...). Device "STM32L051C8" selected.  returns 0x00 (0002ms, 92847ms total)
T10628 64290:358 JLINK_ExecCommand("DisableConnectionTimeout", ...).   returns 0x01 (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetHardwareVersion()  returns 0x1ADB0 (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetDLLVersion()  returns 64600 (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetFirmwareString(...) (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetDLLVersion()  returns 64600 (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetCompileDateTime() (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetFirmwareString(...) (0000ms, 92847ms total)
T10628 64290:358 JLINK_GetHardwareVersion()  returns 0x1ADB0 (0000ms, 92847ms total)
T10628 64290:358 JLINK_TIF_Select(JLINKARM_TIF_SWD)  returns 0x00 (0002ms, 92849ms total)
T10628 64290:360 JLINK_SetSpeed(5000) (0000ms, 92849ms total)
T10628 64290:360 JLINK_GetId() >0x10B TIF>Found SW-DP with ID 0x0BC11477 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF>
 >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF>
 >0x21 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF> >0x10B TIF>Found SW-DP with ID 0x0BC11477 >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 reached
AP[0]: AHB-AP (IDR: 0x04770031)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: 0xF0000000 >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x28 TIF> >0x0D TIF> >0x21 TIF> >0x0D TIF> >0x21 TIF>CPUID register: 0x410CC601. Implementer code: 0x41 (ARM)
Found Cortex-M0 r0p1, Little endian. -- Max. mem block: 0x000046A8 -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE0002000)FPUnit: 4 code (BP) slots and 0 literal slots -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000)CoreSight components:ROMTbl[0] @ F0000000 -- CPU_ReadMem(16 bytes @ 0xF0000000) -- CPU_ReadMem(16 bytes @ 0xE00FFFF0)
 -- CPU_ReadMem(16 bytes @ 0xE00FFFE0)ROMTbl[0][0]: E00FF000, CID: B105100D, PID: 000BB4C0 ROM TableROMTbl[1] @ E00FF000 -- CPU_ReadMem(16 bytes @ 0xE00FF000) -- CPU_ReadMem(16 bytes @ 0xE000EFF0) -- CPU_ReadMem(16 bytes @ 0xE000EFE0)ROMTbl[1][0]: E000E000, CID: B105E00D, PID: 000BB008 SCS -- CPU_ReadMem(16 bytes @ 0xE0001FF0) -- CPU_ReadMem(16 bytes @ 0xE0001FE0)ROMTbl[1][1]: E0001000, CID: B105E00D, PID: 000BB00A DWT -- CPU_ReadMem(16 bytes @ 0xE0002FF0) -- CPU_ReadMem(16 bytes @ 0xE0002FE0)
ROMTbl[1][2]: E0002000, CID: B105E00D, PID: 000BB00B FPB >0x0D TIF> >0x21 TIF>  returns 0x0BC11477 (0167ms, 93016ms total)
T10628 64290:527 JLINK_GetDLLVersion()  returns 64600 (0000ms, 93016ms total)
T10628 64290:527 JLINK_CORE_GetFound()  returns 0x60000FF (0000ms, 93016ms total)
T10628 64290:527 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xF0000000  returns 0x00 (0000ms, 93016ms total)
T10628 64290:527 JLINK_GetDebugInfo(0x100 = JLINKARM_ROM_TABLE_ADDR_INDEX) -- Value=0xF0000000  returns 0x00 (0000ms, 93016ms total)
T10628 64290:527 JLINK_GetDebugInfo(0x101 = JLINKARM_DEBUG_INFO_ETM_ADDR_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 93016ms total)
T10628 64290:527 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, 93017ms total)
T10628 64290:528 JLINK_GetDebugInfo(0x102 = JLINKARM_DEBUG_INFO_MTB_ADDR_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 93017ms total)
T10628 64290:528 JLINK_GetDebugInfo(0x103 = JLINKARM_DEBUG_INFO_TPIU_ADDR_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 93017ms total)
T10628 64290:528 JLINK_ReadMemEx(0xE0040FF0, 0x0010 Bytes, ..., Flags = 0x02000004) -- CPU_ReadMem(16 bytes @ 0xE0040FF0) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  returns 0x10 (0001ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x104 = JLINKARM_DEBUG_INFO_ITM_ADDR_INDEX) -- Value=0xE0000000  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x105 = JLINKARM_DEBUG_INFO_DWT_ADDR_INDEX) -- Value=0xE0001000  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x106 = JLINKARM_DEBUG_INFO_FPB_ADDR_INDEX) -- Value=0xE0002000  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x107 = JLINKARM_DEBUG_INFO_NVIC_ADDR_INDEX) -- Value=0xE000E000  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x10C = JLINKARM_DEBUG_INFO_DBG_ADDR_INDEX) -- Value=0xE000EDF0  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_GetDebugInfo(0x01 = Unknown) -- Value=0x00000000  returns 0x00 (0000ms, 93018ms total)
T10628 64290:529 JLINK_ReadMemU32(0xE000ED00, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED00) - Data: 01 C6 0C 41  returns 1 (0001ms, 93019ms total)
T10628 64290:530 JLINK_GetDebugInfo(0x10F = JLINKARM_DEBUG_INFO_HAS_CORTEX_M_SECURITY_EXT_INDEX) -- Value=0x00000000  returns 0x00 (0000ms, 93019ms total)
T10628 64290:530 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL)  returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 93019ms total)
T10628 64290:530 JLINK_Reset() -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU is running -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU is running
 -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0066ms, 93085ms total)
T10628 64290:596 JLINK_ReadReg(R15 (PC))  returns 0x080000D4 (0001ms, 93086ms total)
T10628 64290:597 JLINK_ReadReg(XPSR)  returns 0xF1000000 (0000ms, 93086ms total)
T10628 64290:597 JLINK_Halt()  returns 0x00 (0000ms, 93086ms total)
T10628 64290:597 JLINK_ReadMemU32(0xE000EDF0, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) - Data: 03 00 03 00  returns 1 (0000ms, 93086ms total)
T10628 64290:597 JLINK_WriteU32(0xE000EDF0, 0xA05F0003) -- CPU_WriteMem(4 bytes @ 0xE000EDF0)  returns 0 (0001ms, 93087ms total)
T10628 64290:598 JLINK_WriteU32(0xE000EDFC, 0x01000000) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)  returns 0 (0000ms, 93087ms total)
T10628 64290:598 JLINK_GetHWStatus(...)  returns 0x00 (0000ms, 93087ms total)
T10628 64290:598 JLINK_GetNumBPUnits(Type = 0xFFFFFF00)  returns 0x04 (0001ms, 93088ms total)
T10628 64290:599 JLINK_GetNumBPUnits(Type = 0xF0)  returns 0x2000 (0000ms, 93088ms total)
T10628 64290:599 JLINK_GetNumWPUnits()  returns 0x02 (0000ms, 93088ms total)
T10628 64290:599 JLINK_GetSpeed()  returns 0x1388 (0000ms, 93088ms total)
T10628 64290:599 JLINK_ReadMemU32(0xE000E004, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000E004) - Data: 00 00 00 00  returns 1 (0000ms, 93088ms total)
T10628 64290:599 JLINK_ReadReg(R15 (PC))  returns 0x080000D4 (0000ms, 93088ms total)
T10628 64290:599 JLINK_ReadReg(XPSR)  returns 0xF1000000 (0000ms, 93088ms total)
T10628 64290:690 JLINK_SetResetType(JLINKARM_CM3_RESET_TYPE_NORMAL)  returns JLINKARM_CM3_RESET_TYPE_NORMAL (0000ms, 93088ms total)
T10628 64290:690 JLINK_Reset() -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC)Reset: Halt core after reset via DEMCR.VC_CORERESET. >0x35 TIF>Reset: Reset device via AIRCR.SYSRESETREQ. -- CPU_WriteMem(4 bytes @ 0xE000ED0C) >0x0D TIF> >0x28 TIF> -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE000EDF0) -- CPU_WriteMem(4 bytes @ 0xE0002000)
 -- CPU_ReadMem(4 bytes @ 0xE000EDFC) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) (0067ms, 93155ms total)
T10628 64290:757 JLINK_ReadReg(R15 (PC))  returns 0x080000D4 (0001ms, 93156ms total)
T10628 64290:758 JLINK_ReadReg(XPSR)  returns 0xF1000000 (0000ms, 93156ms total)
T10628 64290:758 JLINK_ReadMemEx(0x080000D4, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x080000C0) -- Updating C cache (128 bytes @ 0x080000C0) -- Read from C cache (60 bytes @ 0x080000D4) - Data: 04 48 80 47 04 48 00 47 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0001ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D4) - Data: 04 48  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D6) - Data: 80 47  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D6, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D6) - Data: 80 47  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x080000D8) - Data: 04 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D8) - Data: 04 48  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D8, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x080000D8) - Data: 04 48 00 47 FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 ...  returns 0x3C (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000D8, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D8) - Data: 04 48  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000DA) - Data: 00 47  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000DA, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000DA) - Data: 00 47  returns 0x02 (0000ms, 93157ms total)
T10628 64290:759 JLINK_ReadMemEx(0x080000DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x080000DC) - Data: FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 A9 25 00 08 ...  returns 0x3C (0001ms, 93158ms total)
T10628 64290:760 JLINK_ReadMemEx(0x080000DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000DC) - Data: FE E7  returns 0x02 (0000ms, 93158ms total)
T10628 64290:760 JLINK_ReadMemEx(0x080000DC, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x080000DC) - Data: FE E7 FE E7 FE E7 FE E7 FE E7 FE E7 A9 25 00 08 ...  returns 0x3C (0000ms, 93158ms total)
T10628 64290:760 JLINK_ReadMemEx(0x080000DC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000DC) - Data: FE E7  returns 0x02 (0000ms, 93158ms total)
T10628 64290:760 JLINK_ReadMemEx(0x080000DE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000DE) - Data: FE E7  returns 0x02 (0000ms, 93158ms total)
T10628 64294:668 JLINK_ReadMemEx(0x080095EC, 0x003C Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x080095C0) -- Updating C cache (128 bytes @ 0x080095C0) -- Read from C cache (60 bytes @ 0x080095EC) - Data: 2C 4D 85 80 32 21 C1 80 01 46 40 31 09 79 2A 4F ...  returns 0x3C (0001ms, 93159ms total)
T10628 64294:669 JLINK_ReadMemEx(0x080095EC, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080095EC) - Data: 2C 4D  returns 0x02 (0000ms, 93159ms total)
T10628 64294:669 JLINK_ReadMemEx(0x080095EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080095EE) - Data: 85 80  returns 0x02 (0000ms, 93159ms total)
T10628 64294:669 JLINK_ReadMemEx(0x080095EE, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080095EE) - Data: 85 80  returns 0x02 (0000ms, 93159ms total)
T10628 64294:669 JLINK_ReadMemEx(0x080095F0, 0x003C Bytes, ..., Flags = 0x02000000) -- Read from C cache (60 bytes @ 0x080095F0) - Data: 32 21 C1 80 01 46 40 31 09 79 2A 4F 09 06 09 0E ...  returns 0x3C (0000ms, 93159ms total)
T10628 64294:669 JLINK_ReadMemEx(0x080095F0, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080095F0) - Data: 32 21  returns 0x02 (0000ms, 93159ms total)
T10628 64295:092 JLINK_ReadReg(R0)  returns 0xFFFFFFFF (0001ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R1)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R2)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R3)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R4)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R5)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R6)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R7)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R8)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R9)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R10)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R11)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R12)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R13 (SP))  returns 0x20001140 (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R14)  returns 0xFFFFFFFF (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(R15 (PC))  returns 0x080000D4 (0000ms, 93160ms total)
T10628 64295:093 JLINK_ReadReg(XPSR)  returns 0xF1000000 (0001ms, 93161ms total)
T10628 64295:094 JLINK_ReadReg(MSP)  returns 0x20001140 (0000ms, 93161ms total)
T10628 64295:094 JLINK_ReadReg(PSP)  returns 0xFFFFFFFC (0000ms, 93161ms total)
T10628 64295:094 JLINK_ReadReg(CFBP)  returns 0x00000000 (0000ms, 93161ms total)
T10628 64295:139 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000000) -- Updating C cache (64 bytes @ 0x20000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93161ms total)
T10628 64295:152 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93161ms total)
T10628 64295:152 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93161ms total)
T10628 64295:158 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93162ms total)
T10628 64295:159 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93162ms total)
T10628 64295:159 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93162ms total)
T10628 64295:174 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x20001200) -- Updating C cache (128 bytes @ 0x20001200) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93163ms total)
T10628 64295:199 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000040) -- Updating C cache (64 bytes @ 0x20000040) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0001ms, 93164ms total)
T10628 64295:200 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93164ms total)
T10628 64295:200 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93164ms total)
T10628 64295:209 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000080) -- Updating C cache (64 bytes @ 0x20000080) -- Read from C cache (2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93165ms total)
T10628 64295:210 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93165ms total)
T10628 64295:210 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93165ms total)
T10628 64295:221 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93165ms total)
T10628 64295:229 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93165ms total)
T10628 64295:229 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93165ms total)
T10628 64295:229 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93165ms total)
T10628 64295:253 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000100) -- Updating C cache (64 bytes @ 0x20000100) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0001ms, 93166ms total)
T10628 64295:254 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93166ms total)
T10628 64295:254 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93166ms total)
T10628 64295:282 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x40023844) -- CPU_ReadMem(64 bytes @ 0x08000000) -- Updating C cache (64 bytes @ 0x08000000) -- Read from C cache (1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93167ms total)
T10628 64295:283 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93167ms total)
T10628 64295:283 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93168ms total)
T10628 64295:295 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:295 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:295 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:307 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93168ms total)
T10628 64295:331 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93168ms total)
T10628 64295:331 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93168ms total)
T10628 64295:331 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93168ms total)
T10628 64295:385 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:385 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:386 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:472 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000140) -- Updating C cache (64 bytes @ 0x20000140) -- Read from C cache (4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:473 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:473 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:490 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:490 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:490 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93168ms total)
T10628 64295:496 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93168ms total)
T10628 64295:500 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93168ms total)
T10628 64295:500 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93168ms total)
T10628 64295:500 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93168ms total)
T10628 64295:502 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:502 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:502 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:504 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:504 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:504 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: A5  returns 0x01 (0000ms, 93168ms total)
T10628 64295:510 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:515 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:515 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:517 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:517 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T10628 64295:517 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93168ms total)
T13878 64295:659 JLINK_ReadMemEx(0x080000D4, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x080000D4) - Data: 04 48  returns 0x02 (0000ms, 93168ms total)
T13878 64295:659 JLINK_SetBPEx(Addr = 0x0800B848, Type = 0xFFFFFFF2)  returns 0x00000001 (0000ms, 93168ms total)
T13878 64295:659 JLINK_SetBPEx(Addr = 0x08009D6A, Type = 0xFFFFFFF2)  returns 0x00000002 (0000ms, 93168ms total)
T13878 64295:659 JLINK_SetBPEx(Addr = 0x08009D4C, Type = 0xFFFFFFF2)  returns 0x00000003 (0000ms, 93168ms total)
T13878 64295:659 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) -- CPU_WriteMem(4 bytes @ 0xE0002014) -- CPU_WriteMem(4 bytes @ 0xE0001004) (0004ms, 93172ms total)
T13878 64295:764 JLINK_IsHalted()  returns FALSE (0000ms, 93172ms total)
T13878 64295:865 JLINK_IsHalted()  returns FALSE (0000ms, 93172ms total)
T13878 64295:966 JLINK_IsHalted()  returns FALSE (0001ms, 93173ms total)
T13878 64296:068 JLINK_IsHalted()  returns FALSE (0000ms, 93172ms total)
T13878 64296:169 JLINK_IsHalted()  returns FALSE (0000ms, 93172ms total)
T10628 64296:270 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93172ms total)
T10628 64296:270 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93173ms total)
T10628 64296:289 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93174ms total)
T10628 64296:290 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 6F  returns 0x01 (0000ms, 93174ms total)
T10628 64296:305 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93174ms total)
T10628 64296:305 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93175ms total)
T10628 64296:306 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93176ms total)
T10628 64296:321 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93176ms total)
T10628 64296:321 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x40023844) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93177ms total)
T10628 64296:322 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93178ms total)
T10628 64296:323 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93178ms total)
T10628 64296:337 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93179ms total)
T10628 64296:338 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93179ms total)
T10628 64296:338 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93180ms total)
T10628 64296:339 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0002ms, 93182ms total)
T10628 64296:353 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93183ms total)
T10628 64296:354 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93183ms total)
T10628 64296:354 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: AF  returns 0x01 (0001ms, 93184ms total)
T10628 64296:366 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: BB  returns 0x01 (0001ms, 93185ms total)
T13878 64296:390 JLINK_IsHalted()  returns FALSE (0001ms, 93186ms total)
T13878 64296:492 JLINK_IsHalted()  returns FALSE (0000ms, 93185ms total)
T13878 64296:593 JLINK_IsHalted()  returns FALSE (0000ms, 93185ms total)
T13878 64296:694 JLINK_IsHalted()  returns FALSE (0000ms, 93185ms total)
T10628 64296:795 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93185ms total)
T10628 64296:795 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0002ms, 93187ms total)
T10628 64296:810 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93188ms total)
T10628 64296:811 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 78  returns 0x01 (0000ms, 93188ms total)
T10628 64296:839 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93188ms total)
T10628 64296:839 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93189ms total)
T10628 64296:840 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93190ms total)
T10628 64296:854 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0000ms, 93190ms total)
T10628 64296:854 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93191ms total)
T10628 64296:855 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93191ms total)
T10628 64296:855 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93192ms total)
T10628 64296:869 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93193ms total)
T10628 64296:870 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93194ms total)
T10628 64296:871 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93194ms total)
T10628 64296:871 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0001ms, 93195ms total)
T10628 64296:886 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 04 00 00 00 04 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93196ms total)
T10628 64296:887 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0001ms, 93197ms total)
T10628 64296:888 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: C5  returns 0x01 (0000ms, 93197ms total)
T10628 64296:922 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: E7  returns 0x01 (0001ms, 93198ms total)
T13878 64296:960 JLINK_IsHalted()  returns FALSE (0000ms, 93198ms total)
T13878 64297:061 JLINK_IsHalted()  returns TRUE (0002ms, 93200ms total)
T13878 64297:063 JLINK_Halt()  returns 0x00 (0000ms, 93198ms total)
T13878 64297:063 JLINK_IsHalted()  returns TRUE (0000ms, 93198ms total)
T13878 64297:064 JLINK_IsHalted()  returns TRUE (0000ms, 93198ms total)
T13878 64297:064 JLINK_IsHalted()  returns TRUE (0000ms, 93198ms total)
T13878 64297:064 JLINK_ReadReg(R15 (PC))  returns 0x0800B848 (0000ms, 93198ms total)
T13878 64297:064 JLINK_ReadReg(XPSR)  returns 0x61000000 (0000ms, 93198ms total)
T13878 64297:064 JLINK_ClrBPEx(BPHandle = 0x00000001)  returns 0x00 (0000ms, 93198ms total)
T13878 64297:064 JLINK_ClrBPEx(BPHandle = 0x00000002)  returns 0x00 (0000ms, 93198ms total)
T13878 64297:064 JLINK_ClrBPEx(BPHandle = 0x00000003)  returns 0x00 (0000ms, 93198ms total)
T13878 64297:064 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 02 00 00 00  returns 1 (0001ms, 93199ms total)
T13878 64297:065 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00  returns 1 (0000ms, 93199ms total)
T13878 64297:065 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00  returns 1 (0001ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R0)  returns 0x0800B849 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R1)  returns 0x20001C48 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R2)  returns 0x00000000 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R3)  returns 0x0800A851 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R4)  returns 0x0800C6A0 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R5)  returns 0x00000001 (0000ms, 93200ms total)
T13878 64297:066 JLINK_ReadReg(R6)  returns 0x0800C6A0 (0001ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R7)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R8)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R9)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R10)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R11)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R12)  returns 0xFFFFFFFF (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R13 (SP))  returns 0x20001C48 (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R14)  returns 0x08005AB5 (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(R15 (PC))  returns 0x0800B848 (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(XPSR)  returns 0x61000000 (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(MSP)  returns 0x20001C48 (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(PSP)  returns 0xFFFFFFFC (0000ms, 93201ms total)
T13878 64297:067 JLINK_ReadReg(CFBP)  returns 0x00000000 (0000ms, 93201ms total)
T10628 64297:070 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000000) -- Updating C cache (64 bytes @ 0x20000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93202ms total)
T10628 64297:072 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93202ms total)
T10628 64297:087 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(128 bytes @ 0x20001200) -- Updating C cache (128 bytes @ 0x20001200) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0002ms, 93204ms total)
T10628 64297:089 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000040) -- Updating C cache (64 bytes @ 0x20000040) -- Read from C cache (1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93205ms total)
T10628 64297:119 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000080) -- Updating C cache (64 bytes @ 0x20000080) -- Read from C cache (2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93206ms total)
T10628 64297:120 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93206ms total)
T10628 64297:120 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93206ms total)
T10628 64297:135 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000100) -- Updating C cache (64 bytes @ 0x20000100) -- Read from C cache (2 bytes @ 0x20000130) - Data: 00 00  returns 0x02 (0001ms, 93207ms total)
T10628 64297:136 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x40023844) -- CPU_ReadMem(64 bytes @ 0x08000000) -- Updating C cache (64 bytes @ 0x08000000) -- Read from C cache (1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93208ms total)
T10628 64297:137 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93208ms total)
T10628 64297:137 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93208ms total)
T10628 64297:151 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- Read from C cache (8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93208ms total)
T10628 64297:151 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- Read from C cache (2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93208ms total)
T10628 64297:151 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x20000140) -- Updating C cache (64 bytes @ 0x20000140) -- Read from C cache (4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93209ms total)
T10628 64297:152 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- Read from C cache (4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93209ms total)
T10628 64297:167 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- Read from C cache (32 bytes @ 0x20001234) - Data: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93209ms total)
T10628 64297:167 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93209ms total)
T10628 64297:167 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93209ms total)
T10628 64297:192 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- Read from C cache (1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93210ms total)
T13878 64299:236 JLINK_ReadMemEx(0x0800B848, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(64 bytes @ 0x0800B840) -- Updating C cache (64 bytes @ 0x0800B840) -- Read from C cache (2 bytes @ 0x0800B848) - Data: FB F7  returns 0x02 (0001ms, 93211ms total)
T13878 64299:237 JLINK_SetBPEx(Addr = 0x08009D6A, Type = 0xFFFFFFF2)  returns 0x00000004 (0000ms, 93211ms total)
T13878 64299:237 JLINK_SetBPEx(Addr = 0x08009D4C, Type = 0xFFFFFFF2)  returns 0x00000005 (0000ms, 93211ms total)
T13878 64299:237 JLINK_Go() -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_WriteMem(4 bytes @ 0xE0002000) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_WriteMem(4 bytes @ 0xE0002010) (0004ms, 93215ms total)
T13878 64299:342 JLINK_IsHalted()  returns FALSE (0000ms, 93215ms total)
T13878 64299:443 JLINK_IsHalted()  returns FALSE (0000ms, 93215ms total)
T13878 64299:544 JLINK_IsHalted()  returns FALSE (0000ms, 93215ms total)
T13878 64299:645 JLINK_IsHalted()  returns FALSE (0000ms, 93215ms total)
T13878 64299:745 JLINK_IsHalted()  returns FALSE (0002ms, 93217ms total)
T10628 64299:849 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93216ms total)
T10628 64299:850 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93216ms total)
T10628 64299:868 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93217ms total)
T10628 64299:869 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93218ms total)
T10628 64299:882 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93219ms total)
T10628 64299:883 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93219ms total)
T10628 64299:883 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93220ms total)
T10628 64299:898 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93221ms total)
T10628 64299:912 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x40023844) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93222ms total)
T10628 64299:913 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93223ms total)
T10628 64299:914 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93223ms total)
T10628 64299:928 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93223ms total)
T10628 64299:928 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93224ms total)
T10628 64299:929 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93224ms total)
T10628 64299:929 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0001ms, 93225ms total)
T10628 64299:942 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93226ms total)
T10628 64299:943 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0001ms, 93227ms total)
T10628 64299:944 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93227ms total)
T10628 64299:956 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93228ms total)
T13878 64299:985 JLINK_IsHalted()  returns FALSE (0000ms, 93228ms total)
T13878 64300:087 JLINK_IsHalted()  returns FALSE (0000ms, 93228ms total)
T13878 64300:188 JLINK_IsHalted()  returns FALSE (0001ms, 93229ms total)
T13878 64300:290 JLINK_IsHalted()  returns FALSE (0001ms, 93229ms total)
T10628 64300:391 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93229ms total)
T10628 64300:392 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93229ms total)
T10628 64300:407 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93229ms total)
T10628 64300:407 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93230ms total)
T10628 64300:408 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93231ms total)
T10628 64300:409 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93231ms total)
T10628 64300:409 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0002ms, 93233ms total)
T10628 64300:426 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93234ms total)
T10628 64300:440 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93234ms total)
T10628 64300:440 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93235ms total)
T10628 64300:441 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93236ms total)
T10628 64300:456 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93236ms total)
T10628 64300:456 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93237ms total)
T10628 64300:457 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93237ms total)
T10628 64300:457 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0001ms, 93238ms total)
T10628 64300:483 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93239ms total)
T10628 64300:485 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93239ms total)
T10628 64300:485 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93240ms total)
T10628 64300:486 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93240ms total)
T13878 64300:501 JLINK_IsHalted()  returns FALSE (0001ms, 93241ms total)
T13878 64300:603 JLINK_IsHalted()  returns FALSE (0000ms, 93240ms total)
T13878 64300:705 JLINK_IsHalted()  returns FALSE (0000ms, 93240ms total)
T13878 64300:806 JLINK_IsHalted()  returns FALSE (0000ms, 93240ms total)
T10628 64300:907 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93241ms total)
T10628 64300:908 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93241ms total)
T10628 64300:923 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93241ms total)
T10628 64300:924 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93241ms total)
T10628 64300:924 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93242ms total)
T10628 64300:925 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93242ms total)
T10628 64300:925 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93243ms total)
T10628 64300:940 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93244ms total)
T10628 64300:941 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93244ms total)
T10628 64300:941 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93245ms total)
T10628 64300:942 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93245ms total)
T10628 64300:959 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0002ms, 93247ms total)
T10628 64300:961 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93247ms total)
T10628 64300:961 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93248ms total)
T10628 64300:962 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0000ms, 93248ms total)
T10628 64300:989 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93248ms total)
T10628 64300:989 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0001ms, 93249ms total)
T10628 64300:990 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93249ms total)
T10628 64300:990 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93250ms total)
T13878 64301:004 JLINK_IsHalted()  returns FALSE (0000ms, 93250ms total)
T13878 64301:106 JLINK_IsHalted()  returns FALSE (0000ms, 93250ms total)
T13878 64301:206 JLINK_IsHalted()  returns FALSE (0000ms, 93250ms total)
T13878 64301:308 JLINK_IsHalted()  returns FALSE (0000ms, 93250ms total)
T13878 64301:409 JLINK_IsHalted()  returns FALSE (0000ms, 93250ms total)
T10628 64301:510 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93250ms total)
T10628 64301:511 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93250ms total)
T10628 64301:526 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93251ms total)
T10628 64301:527 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93251ms total)
T10628 64301:527 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93252ms total)
T10628 64301:528 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93252ms total)
T10628 64301:529 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93252ms total)
T10628 64301:542 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93253ms total)
T10628 64301:543 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93253ms total)
T10628 64301:543 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93254ms total)
T10628 64301:544 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93254ms total)
T10628 64301:558 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93255ms total)
T10628 64301:559 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93255ms total)
T10628 64301:559 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93256ms total)
T10628 64301:560 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 40  returns 0x04 (0000ms, 93256ms total)
T10628 64301:587 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93257ms total)
T10628 64301:588 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93257ms total)
T10628 64301:588 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93258ms total)
T10628 64301:589 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93259ms total)
T13878 64301:603 JLINK_IsHalted()  returns FALSE (0001ms, 93260ms total)
T13878 64301:705 JLINK_IsHalted()  returns FALSE (0000ms, 93259ms total)
T13878 64301:807 JLINK_IsHalted()  returns FALSE (0000ms, 93259ms total)
T13878 64301:908 JLINK_IsHalted()  returns FALSE (0000ms, 93259ms total)
T13878 64302:009 JLINK_IsHalted()  returns FALSE (0000ms, 93259ms total)
T10628 64302:110 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93260ms total)
T10628 64302:111 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93260ms total)
T10628 64302:126 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93261ms total)
T10628 64302:127 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93262ms total)
T10628 64302:128 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93262ms total)
T10628 64302:128 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93263ms total)
T10628 64302:129 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93263ms total)
T10628 64302:143 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0000ms, 93263ms total)
T10628 64302:143 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93264ms total)
T10628 64302:144 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93265ms total)
T10628 64302:145 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93265ms total)
T10628 64302:161 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93265ms total)
T10628 64302:161 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93266ms total)
T10628 64302:162 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93267ms total)
T10628 64302:163 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93267ms total)
T10628 64302:202 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93268ms total)
T10628 64302:203 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0001ms, 93269ms total)
T10628 64302:204 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93270ms total)
T10628 64302:205 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93271ms total)
T13878 64302:220 JLINK_IsHalted()  returns FALSE (0001ms, 93272ms total)
T13878 64302:322 JLINK_IsHalted()  returns FALSE (0000ms, 93271ms total)
T13878 64302:423 JLINK_IsHalted()  returns FALSE (0000ms, 93271ms total)
T13878 64302:524 JLINK_IsHalted()  returns FALSE (0001ms, 93272ms total)
T10628 64302:626 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93271ms total)
T10628 64302:626 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93272ms total)
T10628 64302:644 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93273ms total)
T10628 64302:645 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93273ms total)
T10628 64302:645 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93274ms total)
T10628 64302:646 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93275ms total)
T10628 64302:647 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93276ms total)
T10628 64302:661 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0000ms, 93276ms total)
T10628 64302:661 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93277ms total)
T10628 64302:662 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93278ms total)
T10628 64302:663 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93278ms total)
T10628 64302:676 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93279ms total)
T10628 64302:677 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93279ms total)
T10628 64302:677 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93280ms total)
T10628 64302:678 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0000ms, 93280ms total)
T10628 64302:721 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93281ms total)
T10628 64302:722 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93281ms total)
T10628 64302:722 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93282ms total)
T10628 64302:723 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93282ms total)
T13878 64302:737 JLINK_IsHalted()  returns FALSE (0001ms, 93283ms total)
T13878 64302:839 JLINK_IsHalted()  returns FALSE (0001ms, 93283ms total)
T13878 64302:940 JLINK_IsHalted()  returns FALSE (0000ms, 93282ms total)
T13878 64303:042 JLINK_IsHalted()  returns FALSE (0000ms, 93282ms total)
T10628 64303:144 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93282ms total)
T10628 64303:144 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93283ms total)
T10628 64303:163 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93284ms total)
T10628 64303:164 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93284ms total)
T10628 64303:164 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93285ms total)
T10628 64303:165 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93286ms total)
T10628 64303:166 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93286ms total)
T10628 64303:182 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93287ms total)
T10628 64303:183 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93288ms total)
T10628 64303:184 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93289ms total)
T10628 64303:185 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93289ms total)
T10628 64303:202 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93290ms total)
T10628 64303:203 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93291ms total)
T10628 64303:204 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93291ms total)
T10628 64303:204 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0000ms, 93291ms total)
T10628 64303:235 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93292ms total)
T10628 64303:236 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 00  returns 0x01 (0000ms, 93292ms total)
T10628 64303:236 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93293ms total)
T10628 64303:237 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93294ms total)
T13878 64303:255 JLINK_IsHalted()  returns FALSE (0001ms, 93295ms total)
T13878 64303:356 JLINK_IsHalted()  returns FALSE (0000ms, 93294ms total)
T13878 64303:458 JLINK_IsHalted()  returns FALSE (0000ms, 93294ms total)
T13878 64303:559 JLINK_IsHalted()  returns FALSE (0000ms, 93294ms total)
T10628 64303:660 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93294ms total)
T10628 64303:660 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93295ms total)
T10628 64303:678 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93296ms total)
T10628 64303:679 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93296ms total)
T10628 64303:679 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93297ms total)
T10628 64303:680 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93298ms total)
T10628 64303:681 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93298ms total)
T10628 64303:696 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93299ms total)
T10628 64303:697 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93300ms total)
T10628 64303:698 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93300ms total)
T10628 64303:698 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93301ms total)
T10628 64303:712 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93302ms total)
T10628 64303:713 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93303ms total)
T10628 64303:714 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93303ms total)
T10628 64303:714 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 40  returns 0x04 (0000ms, 93303ms total)
T10628 64303:741 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93304ms total)
T10628 64303:742 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93304ms total)
T10628 64303:756 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93304ms total)
T10628 64303:756 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93305ms total)
T13878 64303:772 JLINK_IsHalted()  returns FALSE (0001ms, 93306ms total)
T13878 64303:874 JLINK_IsHalted()  returns FALSE (0000ms, 93305ms total)
T13878 64303:975 JLINK_IsHalted()  returns FALSE (0000ms, 93305ms total)
T13878 64304:077 JLINK_IsHalted()  returns FALSE (0000ms, 93305ms total)
T10628 64304:178 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93305ms total)
T10628 64304:178 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93306ms total)
T10628 64304:194 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93307ms total)
T10628 64304:195 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93308ms total)
T10628 64304:196 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93308ms total)
T10628 64304:196 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93309ms total)
T10628 64304:197 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93309ms total)
T10628 64304:210 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93310ms total)
T10628 64304:211 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93310ms total)
T10628 64304:211 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93311ms total)
T10628 64304:212 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93311ms total)
T10628 64304:226 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93312ms total)
T10628 64304:226 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93313ms total)
T10628 64304:227 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 40  returns 0x04 (0000ms, 93313ms total)
T10628 64304:242 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0001ms, 93314ms total)
T10628 64304:285 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93315ms total)
T10628 64304:286 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93316ms total)
T10628 64304:299 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93317ms total)
T10628 64304:300 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93317ms total)
T13878 64304:313 JLINK_IsHalted()  returns FALSE (0001ms, 93318ms total)
T13878 64304:415 JLINK_IsHalted()  returns FALSE (0000ms, 93317ms total)
T13878 64304:516 JLINK_IsHalted()  returns FALSE (0000ms, 93317ms total)
T13878 64304:618 JLINK_IsHalted()  returns FALSE (0000ms, 93317ms total)
T10628 64304:719 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93317ms total)
T10628 64304:719 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93318ms total)
T10628 64304:737 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93319ms total)
T10628 64304:738 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93320ms total)
T10628 64304:739 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93320ms total)
T10628 64304:739 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93321ms total)
T10628 64304:740 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93322ms total)
T10628 64304:756 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93323ms total)
T10628 64304:757 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93324ms total)
T10628 64304:758 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93324ms total)
T10628 64304:758 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93325ms total)
T10628 64304:775 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93326ms total)
T10628 64304:776 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93327ms total)
T10628 64304:777 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 40  returns 0x04 (0000ms, 93327ms total)
T10628 64304:795 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0000ms, 93327ms total)
T10628 64304:827 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93328ms total)
T10628 64304:828 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93329ms total)
T10628 64304:829 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93329ms total)
T10628 64304:829 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93330ms total)
T13878 64304:845 JLINK_IsHalted()  returns FALSE (0001ms, 93331ms total)
T13878 64304:947 JLINK_IsHalted()  returns FALSE (0000ms, 93330ms total)
T13878 64305:048 JLINK_IsHalted()  returns FALSE (0000ms, 93330ms total)
T13878 64305:149 JLINK_IsHalted()  returns FALSE (0000ms, 93330ms total)
T10628 64305:250 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93330ms total)
T10628 64305:251 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93330ms total)
T10628 64305:269 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93331ms total)
T10628 64305:270 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93331ms total)
T10628 64305:270 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93332ms total)
T10628 64305:271 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93333ms total)
T10628 64305:272 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93334ms total)
T10628 64305:288 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93335ms total)
T10628 64305:289 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93336ms total)
T10628 64305:290 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93336ms total)
T10628 64305:290 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93337ms total)
T10628 64305:304 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93338ms total)
T10628 64305:305 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93338ms total)
T10628 64305:305 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93339ms total)
T10628 64305:318 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 40  returns 0x04 (0001ms, 93340ms total)
T10628 64305:347 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93341ms total)
T10628 64305:348 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93342ms total)
T10628 64305:349 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93342ms total)
T10628 64305:349 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93343ms total)
T13878 64305:363 JLINK_IsHalted()  returns FALSE (0001ms, 93344ms total)
T13878 64305:465 JLINK_IsHalted()  returns FALSE (0000ms, 93343ms total)
T13878 64305:566 JLINK_IsHalted()  returns FALSE (0000ms, 93343ms total)
T13878 64305:667 JLINK_IsHalted()  returns FALSE (0001ms, 93344ms total)
T10628 64305:769 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93343ms total)
T10628 64305:769 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93344ms total)
T10628 64305:783 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93345ms total)
T10628 64305:784 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93345ms total)
T10628 64305:784 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93346ms total)
T10628 64305:785 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93347ms total)
T10628 64305:786 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93347ms total)
T10628 64305:799 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93348ms total)
T10628 64305:800 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93348ms total)
T10628 64305:800 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93349ms total)
T10628 64305:801 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93349ms total)
T10628 64305:814 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93350ms total)
T10628 64305:815 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93350ms total)
T10628 64305:815 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93351ms total)
T10628 64305:828 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 40  returns 0x04 (0000ms, 93351ms total)
T10628 64305:854 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93351ms total)
T10628 64305:854 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93352ms total)
T10628 64305:855 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93352ms total)
T10628 64305:855 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93353ms total)
T13878 64305:869 JLINK_IsHalted()  returns FALSE (0000ms, 93353ms total)
T13878 64305:970 JLINK_IsHalted()  returns FALSE (0000ms, 93353ms total)
T13878 64306:071 JLINK_IsHalted()  returns FALSE (0000ms, 93353ms total)
T13878 64306:172 JLINK_IsHalted()  returns FALSE (0000ms, 93353ms total)
T10628 64306:274 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93354ms total)
T10628 64306:275 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93355ms total)
T10628 64306:289 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0002ms, 93357ms total)
T10628 64306:291 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93357ms total)
T10628 64306:291 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93358ms total)
T10628 64306:292 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93359ms total)
T10628 64306:293 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93360ms total)
T10628 64306:309 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93361ms total)
T10628 64306:310 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0002ms, 93363ms total)
T10628 64306:312 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93363ms total)
T10628 64306:312 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93364ms total)
T10628 64306:326 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0002ms, 93366ms total)
T10628 64306:328 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93366ms total)
T10628 64306:328 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93367ms total)
T10628 64306:329 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 40 40  returns 0x04 (0000ms, 93367ms total)
T10628 64306:357 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93367ms total)
T10628 64306:357 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93368ms total)
T10628 64306:358 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93368ms total)
T10628 64306:358 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93369ms total)
T13878 64306:374 JLINK_IsHalted()  returns FALSE (0000ms, 93369ms total)
T13878 64306:475 JLINK_IsHalted()  returns FALSE (0000ms, 93369ms total)
T13878 64306:576 JLINK_IsHalted()  returns FALSE (0000ms, 93369ms total)
T13878 64306:676 JLINK_IsHalted()  returns FALSE (0000ms, 93369ms total)
T13878 64306:778 JLINK_IsHalted()  returns FALSE (0000ms, 93369ms total)
T10628 64306:880 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93369ms total)
T10628 64306:880 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93369ms total)
T10628 64306:894 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93370ms total)
T10628 64306:895 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93371ms total)
T10628 64306:896 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93371ms total)
T10628 64306:896 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93372ms total)
T10628 64306:897 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93372ms total)
T10628 64306:910 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0000ms, 93372ms total)
T10628 64306:910 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93373ms total)
T10628 64306:911 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93373ms total)
T10628 64306:911 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0002ms, 93375ms total)
T10628 64306:926 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93375ms total)
T10628 64306:926 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93376ms total)
T10628 64306:927 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93376ms total)
T10628 64306:928 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 40 40  returns 0x04 (0001ms, 93377ms total)
T10628 64306:954 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93378ms total)
T10628 64306:955 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93378ms total)
T10628 64306:955 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93379ms total)
T10628 64306:956 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93379ms total)
T13878 64306:971 JLINK_IsHalted()  returns FALSE (0001ms, 93380ms total)
T13878 64307:072 JLINK_IsHalted()  returns FALSE (0000ms, 93379ms total)
T13878 64307:174 JLINK_IsHalted()  returns FALSE (0000ms, 93379ms total)
T13878 64307:276 JLINK_IsHalted()  returns FALSE (0000ms, 93379ms total)
T13878 64307:376 JLINK_IsHalted()  returns FALSE (0000ms, 93379ms total)
T10628 64307:478 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93379ms total)
T10628 64307:478 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93380ms total)
T10628 64307:494 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93381ms total)
T10628 64307:495 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93382ms total)
T10628 64307:496 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93382ms total)
T10628 64307:496 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93383ms total)
T10628 64307:497 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93383ms total)
T10628 64307:513 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0000ms, 93383ms total)
T10628 64307:513 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93384ms total)
T10628 64307:514 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93385ms total)
T10628 64307:515 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93385ms total)
T10628 64307:530 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93386ms total)
T10628 64307:531 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93387ms total)
T10628 64307:532 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93387ms total)
T10628 64307:532 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 40  returns 0x04 (0001ms, 93388ms total)
T10628 64307:559 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0002ms, 93390ms total)
T10628 64307:561 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93390ms total)
T10628 64307:561 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93391ms total)
T10628 64307:562 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93392ms total)
T13878 64307:576 JLINK_IsHalted()  returns FALSE (0001ms, 93393ms total)
T13878 64307:678 JLINK_IsHalted()  returns FALSE (0001ms, 93393ms total)
T13878 64307:780 JLINK_IsHalted()  returns FALSE (0000ms, 93392ms total)
T13878 64307:881 JLINK_IsHalted()  returns FALSE (0000ms, 93392ms total)
T13878 64307:982 JLINK_IsHalted()  returns FALSE (0000ms, 93392ms total)
T10628 64308:083 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93392ms total)
T10628 64308:083 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93393ms total)
T10628 64308:097 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93394ms total)
T10628 64308:098 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93395ms total)
T10628 64308:099 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93395ms total)
T10628 64308:099 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93396ms total)
T10628 64308:100 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93396ms total)
T10628 64308:113 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93397ms total)
T10628 64308:114 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93397ms total)
T10628 64308:114 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93398ms total)
T10628 64308:115 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93399ms total)
T10628 64308:128 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93400ms total)
T10628 64308:129 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93401ms total)
T10628 64308:130 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93401ms total)
T10628 64308:130 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 40  returns 0x04 (0001ms, 93402ms total)
T10628 64308:156 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93402ms total)
T10628 64308:157 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93402ms total)
T10628 64308:157 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93403ms total)
T10628 64308:158 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93403ms total)
T13878 64308:173 JLINK_IsHalted()  returns FALSE (0001ms, 93404ms total)
T13878 64308:275 JLINK_IsHalted()  returns FALSE (0001ms, 93404ms total)
T13878 64308:376 JLINK_IsHalted()  returns FALSE (0000ms, 93403ms total)
T13878 64308:477 JLINK_IsHalted()  returns FALSE (0000ms, 93403ms total)
T13878 64308:579 JLINK_IsHalted()  returns FALSE (0000ms, 93403ms total)
T10628 64308:680 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93404ms total)
T10628 64308:681 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93404ms total)
T10628 64308:700 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93404ms total)
T10628 64308:700 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93405ms total)
T10628 64308:701 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93406ms total)
T10628 64308:702 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93406ms total)
T10628 64308:702 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93407ms total)
T10628 64308:716 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93408ms total)
T10628 64308:717 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93408ms total)
T10628 64308:717 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93409ms total)
T10628 64308:718 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93410ms total)
T10628 64308:733 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93411ms total)
T10628 64308:734 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93412ms total)
T10628 64308:735 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93412ms total)
T10628 64308:735 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 A0 40  returns 0x04 (0001ms, 93413ms total)
T10628 64308:764 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93414ms total)
T10628 64308:765 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93415ms total)
T10628 64308:766 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93415ms total)
T10628 64308:766 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93416ms total)
T13878 64308:780 JLINK_IsHalted()  returns FALSE (0001ms, 93417ms total)
T13878 64308:881 JLINK_IsHalted()  returns FALSE (0000ms, 93416ms total)
T13878 64308:982 JLINK_IsHalted()  returns FALSE (0000ms, 93416ms total)
T13878 64309:083 JLINK_IsHalted()  returns FALSE (0000ms, 93416ms total)
T13878 64309:184 JLINK_IsHalted()  returns FALSE (0000ms, 93416ms total)
T10628 64309:285 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93416ms total)
T10628 64309:285 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93417ms total)
T10628 64309:300 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93417ms total)
T10628 64309:300 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93418ms total)
T10628 64309:301 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93418ms total)
T10628 64309:301 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93419ms total)
T10628 64309:302 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93419ms total)
T10628 64309:315 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93420ms total)
T10628 64309:316 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93420ms total)
T10628 64309:316 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93421ms total)
T10628 64309:317 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93422ms total)
T10628 64309:331 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93423ms total)
T10628 64309:332 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93423ms total)
T10628 64309:332 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93424ms total)
T10628 64309:333 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 C0 40  returns 0x04 (0000ms, 93424ms total)
T10628 64309:371 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93425ms total)
T10628 64309:372 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93425ms total)
T10628 64309:372 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93426ms total)
T10628 64309:373 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93426ms total)
T13878 64309:390 JLINK_IsHalted()  returns FALSE (0000ms, 93426ms total)
T13878 64309:492 JLINK_IsHalted()  returns FALSE (0000ms, 93426ms total)
T13878 64309:593 JLINK_IsHalted()  returns FALSE (0001ms, 93427ms total)
T13878 64309:695 JLINK_IsHalted()  returns FALSE (0000ms, 93426ms total)
T10628 64309:795 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93427ms total)
T10628 64309:796 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93427ms total)
T10628 64309:810 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0002ms, 93429ms total)
T10628 64309:812 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93429ms total)
T10628 64309:812 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93430ms total)
T10628 64309:813 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93430ms total)
T10628 64309:813 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93431ms total)
T10628 64309:829 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93432ms total)
T10628 64309:830 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93433ms total)
T10628 64309:831 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93433ms total)
T10628 64309:831 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93434ms total)
T10628 64309:845 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93434ms total)
T10628 64309:845 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93435ms total)
T10628 64309:846 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93435ms total)
T10628 64309:846 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 C0 40  returns 0x04 (0001ms, 93436ms total)
T10628 64309:875 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93437ms total)
T10628 64309:876 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93437ms total)
T10628 64309:876 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93437ms total)
T10628 64309:876 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93438ms total)
T13878 64309:890 JLINK_IsHalted()  returns FALSE (0000ms, 93438ms total)
T13878 64309:992 JLINK_IsHalted()  returns FALSE (0000ms, 93438ms total)
T13878 64310:093 JLINK_IsHalted()  returns FALSE (0000ms, 93438ms total)
T13878 64310:194 JLINK_IsHalted()  returns FALSE (0001ms, 93439ms total)
T13878 64310:295 JLINK_IsHalted()  returns FALSE (0000ms, 93438ms total)
T10628 64310:396 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93439ms total)
T10628 64310:397 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0000ms, 93439ms total)
T10628 64310:412 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93439ms total)
T10628 64310:413 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93440ms total)
T10628 64310:413 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93441ms total)
T10628 64310:414 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93441ms total)
T10628 64310:415 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93441ms total)
T10628 64310:428 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93442ms total)
T10628 64310:429 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93443ms total)
T10628 64310:430 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93443ms total)
T10628 64310:430 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93444ms total)
T10628 64310:444 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93444ms total)
T10628 64310:444 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93445ms total)
T10628 64310:445 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93446ms total)
T10628 64310:446 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 E0 40  returns 0x04 (0000ms, 93446ms total)
T10628 64310:474 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93446ms total)
T10628 64310:474 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93447ms total)
T10628 64310:475 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93448ms total)
T10628 64310:476 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93448ms total)
T13878 64310:489 JLINK_IsHalted()  returns FALSE (0000ms, 93448ms total)
T13878 64310:590 JLINK_IsHalted()  returns FALSE (0000ms, 93448ms total)
T13878 64310:690 JLINK_IsHalted()  returns FALSE (0000ms, 93448ms total)
T13878 64310:791 JLINK_IsHalted()  returns FALSE (0001ms, 93449ms total)
T13878 64310:893 JLINK_IsHalted()  returns FALSE (0000ms, 93448ms total)
T10628 64310:994 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93449ms total)
T10628 64310:995 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93450ms total)
T10628 64311:012 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93451ms total)
T10628 64311:013 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93452ms total)
T10628 64311:014 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93452ms total)
T10628 64311:014 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93453ms total)
T10628 64311:015 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93454ms total)
T10628 64311:031 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93455ms total)
T10628 64311:032 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93455ms total)
T10628 64311:032 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93456ms total)
T10628 64311:033 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93457ms total)
T10628 64311:047 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93457ms total)
T10628 64311:047 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93458ms total)
T10628 64311:048 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93459ms total)
T10628 64311:049 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 00  returns 0x04 (0000ms, 93459ms total)
T10628 64311:091 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93460ms total)
T10628 64311:092 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93460ms total)
T10628 64311:092 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93461ms total)
T10628 64311:093 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93461ms total)
T13878 64311:105 JLINK_IsHalted()  returns FALSE (0001ms, 93462ms total)
T13878 64311:206 JLINK_IsHalted()  returns FALSE (0000ms, 93461ms total)
T13878 64311:307 JLINK_IsHalted()  returns FALSE (0000ms, 93461ms total)
T13878 64311:408 JLINK_IsHalted()  returns FALSE (0000ms, 93461ms total)
T10628 64311:509 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93461ms total)
T10628 64311:509 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0002ms, 93463ms total)
T10628 64311:523 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93463ms total)
T10628 64311:523 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93464ms total)
T10628 64311:524 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93464ms total)
T10628 64311:524 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93465ms total)
T10628 64311:525 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93466ms total)
T10628 64311:537 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93467ms total)
T10628 64311:538 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93467ms total)
T10628 64311:538 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93468ms total)
T10628 64311:539 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93469ms total)
T10628 64311:552 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93470ms total)
T10628 64311:553 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93470ms total)
T10628 64311:554 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93470ms total)
T10628 64311:554 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0001ms, 93471ms total)
T10628 64311:592 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93471ms total)
T10628 64311:592 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93472ms total)
T10628 64311:593 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93472ms total)
T10628 64311:593 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93473ms total)
T13878 64311:607 JLINK_IsHalted()  returns FALSE (0001ms, 93474ms total)
T13878 64311:709 JLINK_IsHalted()  returns FALSE (0000ms, 93473ms total)
T13878 64311:810 JLINK_IsHalted()  returns FALSE (0000ms, 93473ms total)
T13878 64311:911 JLINK_IsHalted()  returns FALSE (0000ms, 93473ms total)
T13878 64312:012 JLINK_IsHalted()  returns FALSE (0000ms, 93473ms total)
T10628 64312:113 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93473ms total)
T10628 64312:113 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93474ms total)
T10628 64312:127 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93475ms total)
T10628 64312:128 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93475ms total)
T10628 64312:128 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93476ms total)
T10628 64312:129 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93476ms total)
T10628 64312:130 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93476ms total)
T10628 64312:141 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93477ms total)
T10628 64312:142 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93477ms total)
T10628 64312:142 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93478ms total)
T10628 64312:143 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93478ms total)
T10628 64312:155 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93479ms total)
T10628 64312:156 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93479ms total)
T10628 64312:156 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93480ms total)
T10628 64312:157 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 80 3F  returns 0x04 (0000ms, 93480ms total)
T10628 64312:180 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93480ms total)
T10628 64312:180 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93481ms total)
T10628 64312:181 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93481ms total)
T10628 64312:181 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93482ms total)
T13878 64312:194 JLINK_IsHalted()  returns FALSE (0001ms, 93483ms total)
T13878 64312:295 JLINK_IsHalted()  returns FALSE (0000ms, 93482ms total)
T13878 64312:396 JLINK_IsHalted()  returns FALSE (0000ms, 93482ms total)
T13878 64312:497 JLINK_IsHalted()  returns FALSE (0000ms, 93482ms total)
T13878 64312:598 JLINK_IsHalted()  returns FALSE (0000ms, 93482ms total)
T10628 64312:699 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93482ms total)
T10628 64312:699 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93483ms total)
T10628 64312:713 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93483ms total)
T10628 64312:713 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93484ms total)
T10628 64312:714 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0000ms, 93484ms total)
T10628 64312:714 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93485ms total)
T10628 64312:715 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93485ms total)
T10628 64312:727 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0000ms, 93485ms total)
T10628 64312:727 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0001ms, 93486ms total)
T10628 64312:728 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93486ms total)
T10628 64312:728 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93487ms total)
T10628 64312:741 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93487ms total)
T10628 64312:741 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93488ms total)
T10628 64312:742 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0000ms, 93488ms total)
T10628 64312:742 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 00 40  returns 0x04 (0001ms, 93489ms total)
T10628 64312:767 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93490ms total)
T10628 64312:768 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0000ms, 93490ms total)
T10628 64312:768 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93491ms total)
T10628 64312:769 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93491ms total)
T13878 64312:782 JLINK_IsHalted()  returns FALSE (0000ms, 93491ms total)
T13878 64312:883 JLINK_IsHalted()  returns FALSE (0000ms, 93491ms total)
T13878 64312:984 JLINK_IsHalted()  returns FALSE (0000ms, 93491ms total)
T13878 64313:085 JLINK_IsHalted()  returns FALSE (0000ms, 93491ms total)
T13878 64313:187 JLINK_IsHalted()  returns FALSE (0000ms, 93491ms total)
T10628 64313:288 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0000ms, 93491ms total)
T10628 64313:288 JLINK_ReadMemEx(0x20000000, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000000) - Data: 00 00 00 00  returns 0x04 (0001ms, 93492ms total)
T10628 64313:304 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93493ms total)
T10628 64313:305 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93493ms total)
T10628 64313:305 JLINK_ReadMemEx(0x20000096, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000096) - Data: 00 00  returns 0x02 (0001ms, 93494ms total)
T10628 64313:306 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93494ms total)
T10628 64313:307 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93496ms total)
T10628 64313:322 JLINK_ReadMemEx(0x20000130, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x20000130) - Data: 01 00  returns 0x02 (0001ms, 93497ms total)
T10628 64313:323 JLINK_ReadMemEx(0x00000000, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x08000000) - Data: 40  returns 0x01 (0000ms, 93497ms total)
T10628 64313:323 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0001ms, 93498ms total)
T10628 64313:324 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0000ms, 93498ms total)
T10628 64313:336 JLINK_ReadMemEx(0x20000008, 0x0008 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(8 bytes @ 0x20000008) - Data: 00 00 00 00 00 00 00 00  returns 0x08 (0001ms, 93499ms total)
T10628 64313:337 JLINK_ReadMemEx(0x2000009E, 0x0002 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(2 bytes @ 0x2000009E) - Data: 00 00  returns 0x02 (0000ms, 93499ms total)
T10628 64313:337 JLINK_ReadMemEx(0x20000140, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x20000140) - Data: 00 00 00 00  returns 0x04 (0001ms, 93500ms total)
T10628 64313:338 JLINK_ReadMemEx(0x2000014C, 0x0004 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(4 bytes @ 0x2000014C) - Data: 00 00 40 40  returns 0x04 (0000ms, 93500ms total)
T10628 64313:374 JLINK_ReadMemEx(0x20001234, 0x0020 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(32 bytes @ 0x20001234) - Data: 00 09 40 00 00 09 40 00 00 00 00 00 00 00 00 00 ...  returns 0x20 (0001ms, 93501ms total)
T10628 64313:375 JLINK_ReadMemEx(0x20000148, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000148) - Data: 01  returns 0x01 (0001ms, 93502ms total)
T10628 64313:376 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0000ms, 93502ms total)
T10628 64313:376 JLINK_ReadMemEx(0x20000070, 0x0001 Bytes, ..., Flags = 0x02000000) -- CPU_ReadMem(1 bytes @ 0x20000070) - Data: 00  returns 0x01 (0001ms, 93503ms total)
T13878 64313:389 JLINK_IsHalted()  returns FALSE (0000ms, 93503ms total)
T13878 64313:490 JLINK_IsHalted()  returns FALSE (0000ms, 93503ms total)
T13878 64313:592 JLINK_Halt()  returns 0x00 (0002ms, 93505ms total)
T13878 64313:594 JLINK_IsHalted()  returns TRUE (0000ms, 93505ms total)
T13878 64313:594 JLINK_IsHalted()  returns TRUE (0000ms, 93505ms total)
T13878 64313:594 JLINK_IsHalted()  returns TRUE (0000ms, 93505ms total)
T13878 64313:594 JLINK_ReadReg(R15 (PC))  returns 0x0800550A (0000ms, 93505ms total)
T13878 64313:594 JLINK_ReadReg(XPSR)  returns 0x81000000 (0000ms, 93505ms total)
T13878 64313:594 JLINK_ClrBPEx(BPHandle = 0x00000004)  returns 0x00 (0000ms, 93505ms total)
T13878 64313:594 JLINK_ClrBPEx(BPHandle = 0x00000005)  returns 0x00 (0000ms, 93505ms total)
T13878 64313:594 JLINK_ReadMemU32(0xE000ED30, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE000ED30) - Data: 01 00 00 00  returns 1 (0001ms, 93506ms total)
T13878 64313:595 JLINK_ReadMemU32(0xE0001028, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001028) - Data: 00 00 00 00  returns 1 (0000ms, 93506ms total)
T13878 64313:595 JLINK_ReadMemU32(0xE0001038, 0x0001 Items, ...) -- CPU_ReadMem(4 bytes @ 0xE0001038) - Data: 00 00 00 00  returns 1 (0001ms, 93507ms total)
T10628 64314:224 JLINK_Close() -- CPU_WriteMem(4 bytes @ 0xE0002008) -- CPU_WriteMem(4 bytes @ 0xE000200C) -- CPU_ReadMem(4 bytes @ 0xE0001000) -- CPU_WriteMem(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> (0016ms, 93523ms total)
T10628 64314:224  (0016ms, 93523ms total)
T10628 64314:224 Closed (0016ms, 93523ms total)