-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathADCSWTrigger.map
More file actions
869 lines (812 loc) · 74.3 KB
/
ADCSWTrigger.map
File metadata and controls
869 lines (812 loc) · 74.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
ARM Linker, 5.03 [Build 76] [MDK-ARM Professional]
==============================================================================
Section Cross References
startup.o(STACK) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(HEAP) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(RESET) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(RESET) refers to startup.o(STACK) for StackMem
startup.o(RESET) refers to adctestmain.o(i.Timer0A_Handler) for Timer0A_Handler
startup.o(RESET) refers to __main.o(!!!main) for __main
startup.o(.text) refers (Special) to heapauxi.o(.text) for __use_two_region_memory
startup.o(.text) refers to startup.o(HEAP) for HeapMem
startup.o(.text) refers to startup.o(STACK) for StackMem
adctestmain.o(i.Jitter_Calculation) refers to adctestmain.o(.bss) for Required_Debug_array1
adctestmain.o(i.Timer0A_Handler) refers to adcswtrigger.o(i.ADC0_InSeq3) for ADC0_InSeq3
adctestmain.o(i.Timer0A_Handler) refers to adctestmain.o(.data) for ADCvalue
adctestmain.o(i.Timer0A_Handler) refers to adctestmain.o(.bss) for Required_Debug_array1
adctestmain.o(i.Timer0A_Init100HzInt) refers to startup.o(.text) for DisableInterrupts
adctestmain.o(i.main) refers to pll.o(i.PLL_Init) for PLL_Init
adctestmain.o(i.main) refers to adcswtrigger.o(i.ADC0_InitSWTriggerSeq3_Ch9) for ADC0_InitSWTriggerSeq3_Ch9
adctestmain.o(i.main) refers to adctestmain.o(i.Timer0A_Init100HzInt) for Timer0A_Init100HzInt
adctestmain.o(i.main) refers to adctestmain.o(i.Timer1_Init) for Timer1_Init
adctestmain.o(i.main) refers to startup.o(.text) for EnableInterrupts
adctestmain.o(i.main) refers to adctestmain.o(i.Jitter_Calculation) for Jitter_Calculation
adctestmain.o(i.main) refers to adctestmain.o(.data) for complete_flag
st7735.o(i.Output_Clear) refers to st7735.o(i.ST7735_FillScreen) for ST7735_FillScreen
st7735.o(i.Output_Color) refers to st7735.o(i.ST7735_SetTextColor) for ST7735_SetTextColor
st7735.o(i.Output_Init) refers to st7735.o(i.ST7735_InitR) for ST7735_InitR
st7735.o(i.Output_Init) refers to st7735.o(i.ST7735_FillScreen) for ST7735_FillScreen
st7735.o(i.Output_Off) refers to st7735.o(i.Output_Clear) for Output_Clear
st7735.o(i.Output_On) refers to st7735.o(i.Output_Init) for Output_Init
st7735.o(i.ST7735_DrawBitmap) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_DrawBitmap) refers to st7735.o(i.ST7735_SwapColor) for ST7735_SwapColor
st7735.o(i.ST7735_DrawBitmap) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_DrawBitmap) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawChar) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_DrawChar) refers to st7735.o(i.pushColor) for pushColor
st7735.o(i.ST7735_DrawChar) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawChar) refers to st7735.o(.constdata) for Font
st7735.o(i.ST7735_DrawCharS) refers to st7735.o(i.ST7735_DrawPixel) for ST7735_DrawPixel
st7735.o(i.ST7735_DrawCharS) refers to st7735.o(i.ST7735_FillRect) for ST7735_FillRect
st7735.o(i.ST7735_DrawCharS) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawCharS) refers to st7735.o(.constdata) for Font
st7735.o(i.ST7735_DrawCue) refers to ffix.o(x$fpl$ffix) for __aeabi_f2iz
st7735.o(i.ST7735_DrawCue) refers to st7735.o(i.ST7735_DrawPixel) for ST7735_DrawPixel
st7735.o(i.ST7735_DrawCue) refers to fleqf.o(x$fpl$fleqf) for __aeabi_cfcmple
st7735.o(i.ST7735_DrawCue) refers to faddsub_clz.o(x$fpl$fadd) for __aeabi_fadd
st7735.o(i.ST7735_DrawCue) refers to frleqf.o(x$fpl$frleqf) for __aeabi_cfrcmple
st7735.o(i.ST7735_DrawCue) refers to faddsub_clz.o(x$fpl$fsub) for __aeabi_fsub
st7735.o(i.ST7735_DrawCue) refers to feqf.o(x$fpl$feqf) for __aeabi_cfcmpeq
st7735.o(i.ST7735_DrawCue) refers to faddsub_clz.o(x$fpl$frsb) for __aeabi_frsub
st7735.o(i.ST7735_DrawCue) refers to fdiv.o(x$fpl$fdiv) for __aeabi_fdiv
st7735.o(i.ST7735_DrawFastHLine) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_DrawFastHLine) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_DrawFastHLine) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawFastVLine) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_DrawFastVLine) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_DrawFastVLine) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawPixel) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_DrawPixel) refers to st7735.o(i.pushColor) for pushColor
st7735.o(i.ST7735_DrawPixel) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_DrawString) refers to st7735.o(i.ST7735_DrawCharS) for ST7735_DrawCharS
st7735.o(i.ST7735_FillRect) refers to st7735.o(i.setAddrWindow) for setAddrWindow
st7735.o(i.ST7735_FillRect) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_FillRect) refers to st7735.o(.data) for _width
st7735.o(i.ST7735_FillScreen) refers to st7735.o(i.ST7735_FillRect) for ST7735_FillRect
st7735.o(i.ST7735_FillScreen) refers to st7735.o(.data) for _height
st7735.o(i.ST7735_InitB) refers to st7735.o(i.commonInit) for commonInit
st7735.o(i.ST7735_InitB) refers to st7735.o(i.ST7735_SetCursor) for ST7735_SetCursor
st7735.o(i.ST7735_InitB) refers to st7735.o(i.ST7735_FillScreen) for ST7735_FillScreen
st7735.o(i.ST7735_InitB) refers to st7735.o(.constdata) for Bcmd
st7735.o(i.ST7735_InitB) refers to st7735.o(.data) for StTextColor
st7735.o(i.ST7735_InitR) refers to st7735.o(i.commonInit) for commonInit
st7735.o(i.ST7735_InitR) refers to st7735.o(i.commandList) for commandList
st7735.o(i.ST7735_InitR) refers to st7735.o(i.writecommand) for writecommand
st7735.o(i.ST7735_InitR) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_InitR) refers to st7735.o(i.ST7735_SetCursor) for ST7735_SetCursor
st7735.o(i.ST7735_InitR) refers to st7735.o(i.ST7735_FillScreen) for ST7735_FillScreen
st7735.o(i.ST7735_InitR) refers to st7735.o(.constdata) for Rcmd1
st7735.o(i.ST7735_InitR) refers to st7735.o(.data) for ColStart
st7735.o(i.ST7735_InvertDisplay) refers to st7735.o(i.writecommand) for writecommand
st7735.o(i.ST7735_Line) refers to fflt_clz.o(x$fpl$ffltu) for __aeabi_ui2f
st7735.o(i.ST7735_Line) refers to st7735.o(i.ST7735_DrawCue) for ST7735_DrawCue
st7735.o(i.ST7735_OutChar) refers to st7735.o(i.ST7735_DrawString) for ST7735_DrawString
st7735.o(i.ST7735_OutChar) refers to st7735.o(i.ST7735_DrawCharS) for ST7735_DrawCharS
st7735.o(i.ST7735_OutChar) refers to st7735.o(.data) for StY
st7735.o(i.ST7735_OutString) refers to st7735.o(i.ST7735_OutChar) for ST7735_OutChar
st7735.o(i.ST7735_OutUDec) refers to st7735.o(i.fillmessage) for fillmessage
st7735.o(i.ST7735_OutUDec) refers to st7735.o(i.ST7735_DrawString) for ST7735_DrawString
st7735.o(i.ST7735_OutUDec) refers to st7735.o(i.ST7735_DrawCharS) for ST7735_DrawCharS
st7735.o(i.ST7735_OutUDec) refers to st7735.o(.data) for Messageindex
st7735.o(i.ST7735_OutUDec) refers to st7735.o(.bss) for Message
st7735.o(i.ST7735_PlotBar) refers to st7735.o(i.ST7735_DrawFastVLine) for ST7735_DrawFastVLine
st7735.o(i.ST7735_PlotBar) refers to st7735.o(.data) for Ymin
st7735.o(i.ST7735_PlotClear) refers to st7735.o(i.ST7735_Color565) for ST7735_Color565
st7735.o(i.ST7735_PlotClear) refers to st7735.o(i.ST7735_FillRect) for ST7735_FillRect
st7735.o(i.ST7735_PlotClear) refers to st7735.o(.data) for Ymax
st7735.o(i.ST7735_PlotLine) refers to st7735.o(i.ST7735_DrawPixel) for ST7735_DrawPixel
st7735.o(i.ST7735_PlotLine) refers to st7735.o(.data) for Ymin
st7735.o(i.ST7735_PlotNext) refers to st7735.o(.data) for X
st7735.o(i.ST7735_PlotNextErase) refers to st7735.o(i.ST7735_Color565) for ST7735_Color565
st7735.o(i.ST7735_PlotNextErase) refers to st7735.o(i.ST7735_DrawFastVLine) for ST7735_DrawFastVLine
st7735.o(i.ST7735_PlotNextErase) refers to st7735.o(.data) for X
st7735.o(i.ST7735_PlotPoint) refers to st7735.o(i.ST7735_DrawPixel) for ST7735_DrawPixel
st7735.o(i.ST7735_PlotPoint) refers to st7735.o(.data) for Ymin
st7735.o(i.ST7735_PlotPoints) refers to st7735.o(i.ST7735_DrawPixel) for ST7735_DrawPixel
st7735.o(i.ST7735_PlotPoints) refers to st7735.o(.data) for Ymin
st7735.o(i.ST7735_PlotdBfs) refers to st7735.o(i.ST7735_DrawFastVLine) for ST7735_DrawFastVLine
st7735.o(i.ST7735_PlotdBfs) refers to st7735.o(.constdata) for dBfs
st7735.o(i.ST7735_PlotdBfs) refers to st7735.o(.data) for X
st7735.o(i.ST7735_SetCursor) refers to st7735.o(.data) for StX
st7735.o(i.ST7735_SetRotation) refers to st7735.o(i.writecommand) for writecommand
st7735.o(i.ST7735_SetRotation) refers to st7735.o(i.writedata) for writedata
st7735.o(i.ST7735_SetRotation) refers to st7735.o(.data) for Rotation
st7735.o(i.ST7735_SetTextColor) refers to st7735.o(.data) for StTextColor
st7735.o(i.commandList) refers to st7735.o(i.writecommand) for writecommand
st7735.o(i.commandList) refers to st7735.o(i.writedata) for writedata
st7735.o(i.commandList) refers to st7735.o(i.Delay1ms) for Delay1ms
st7735.o(i.commonInit) refers to st7735.o(i.Delay1ms) for Delay1ms
st7735.o(i.commonInit) refers to st7735.o(i.commandList) for commandList
st7735.o(i.commonInit) refers to st7735.o(.data) for RowStart
st7735.o(i.fillmessage) refers to st7735.o(.bss) for Message
st7735.o(i.fillmessage) refers to st7735.o(.data) for Messageindex
st7735.o(i.fputc) refers to st7735.o(i.ST7735_OutChar) for ST7735_OutChar
st7735.o(i.pushColor) refers to st7735.o(i.writedata) for writedata
st7735.o(i.setAddrWindow) refers to st7735.o(i.writecommand) for writecommand
st7735.o(i.setAddrWindow) refers to st7735.o(i.writedata) for writedata
st7735.o(i.setAddrWindow) refers to st7735.o(.data) for ColStart
__main.o(!!!main) refers to rtentry.o(.ARM.Collect$$rtentry$$00000000) for __rt_entry
faddsub_clz.o(x$fpl$fadd) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
faddsub_clz.o(x$fpl$fadd) refers to faddsub_clz.o(x$fpl$fsub) for _fsub1
faddsub_clz.o(x$fpl$fadd) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf
faddsub_clz.o(x$fpl$fadd) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
faddsub_clz.o(x$fpl$frsb) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
faddsub_clz.o(x$fpl$frsb) refers to faddsub_clz.o(x$fpl$fadd) for _fadd1
faddsub_clz.o(x$fpl$frsb) refers to faddsub_clz.o(x$fpl$fsub) for _fsub1
faddsub_clz.o(x$fpl$fsub) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
faddsub_clz.o(x$fpl$fsub) refers to faddsub_clz.o(x$fpl$fadd) for _fadd1
faddsub_clz.o(x$fpl$fsub) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
fdiv.o(x$fpl$frdiv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fdiv.o(x$fpl$frdiv) refers to fdiv.o(x$fpl$fdiv) for _fdiv1
fdiv.o(x$fpl$fdiv) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fdiv.o(x$fpl$fdiv) refers to fretinf.o(x$fpl$fretinf) for __fpl_fretinf
fdiv.o(x$fpl$fdiv) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
feqf.o(x$fpl$feqf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
feqf.o(x$fpl$feqf) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
feqf.o(x$fpl$feqf) refers to fcmpi.o(x$fpl$fcmpinf) for __fpl_fcmp_Inf
ffix.o(x$fpl$ffix) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
ffix.o(x$fpl$ffix) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
ffix.o(x$fpl$ffixr) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
ffix.o(x$fpl$ffixr) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
fflt_clz.o(x$fpl$ffltu) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fflt_clz.o(x$fpl$fflt) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fflt_clz.o(x$fpl$ffltn) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fleqf.o(x$fpl$fleqf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fleqf.o(x$fpl$fleqf) refers to fnaninf.o(x$fpl$fnaninf) for __fpl_fnaninf
fleqf.o(x$fpl$fleqf) refers to fcmpi.o(x$fpl$fcmpinf) for __fpl_fcmp_Inf
frleqf.o(x$fpl$frleqf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
frleqf.o(x$fpl$frleqf) refers to fleqf.o(x$fpl$fleqf) for __fpl_fcmple_InfNaN
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for __rt_entry_li
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for __rt_entry_main
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry2.o(.ARM.Collect$$rtentry$$0000000C) for __rt_entry_postli_1
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry2.o(.ARM.Collect$$rtentry$$00000009) for __rt_entry_postsh_1
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry2.o(.ARM.Collect$$rtentry$$00000002) for __rt_entry_presh_1
rtentry.o(.ARM.Collect$$rtentry$$00000000) refers (Special) to rtentry4.o(.ARM.Collect$$rtentry$$00000004) for __rt_entry_sh
fcmpi.o(x$fpl$fcmpinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fnaninf.o(x$fpl$fnaninf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
fretinf.o(x$fpl$fretinf) refers (Special) to usenofp.o(x$fpl$usenofp) for __I$use$fp
rtentry2.o(.ARM.Collect$$rtentry$$00000008) refers to boardinit2.o(.text) for _platform_post_stackheap_init
rtentry2.o(.ARM.Collect$$rtentry$$0000000A) refers to libinit.o(.ARM.Collect$$libinit$$00000000) for __rt_lib_init
rtentry2.o(.ARM.Collect$$rtentry$$0000000B) refers to boardinit3.o(.text) for _platform_post_lib_init
rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to adctestmain.o(i.main) for main
rtentry2.o(.ARM.Collect$$rtentry$$0000000D) refers to exit.o(.text) for exit
rtentry2.o(.ARM.exidx) refers to rtentry2.o(.ARM.Collect$$rtentry$$00000001) for .ARM.Collect$$rtentry$$00000001
rtentry2.o(.ARM.exidx) refers to rtentry2.o(.ARM.Collect$$rtentry$$00000008) for .ARM.Collect$$rtentry$$00000008
rtentry2.o(.ARM.exidx) refers to rtentry2.o(.ARM.Collect$$rtentry$$0000000A) for .ARM.Collect$$rtentry$$0000000A
rtentry2.o(.ARM.exidx) refers to rtentry2.o(.ARM.Collect$$rtentry$$0000000B) for .ARM.Collect$$rtentry$$0000000B
rtentry2.o(.ARM.exidx) refers to rtentry2.o(.ARM.Collect$$rtentry$$0000000D) for .ARM.Collect$$rtentry$$0000000D
rtentry4.o(.ARM.Collect$$rtentry$$00000004) refers to sys_stackheap_outer.o(.text) for __user_setup_stackheap
rtentry4.o(.ARM.exidx) refers to rtentry4.o(.ARM.Collect$$rtentry$$00000004) for .ARM.Collect$$rtentry$$00000004
sys_stackheap_outer.o(.text) refers to libspace.o(.text) for __user_perproc_libspace
sys_stackheap_outer.o(.text) refers to startup.o(.text) for __user_initial_stackheap
exit.o(.text) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for __rt_exit
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002C) for __rt_lib_init_alloca_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002A) for __rt_lib_init_argv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000019) for __rt_lib_init_atexit_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001F) for __rt_lib_init_clock_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000030) for __rt_lib_init_cpp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000002E) for __rt_lib_init_exceptions_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000002) for __rt_lib_init_fp_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001D) for __rt_lib_init_fp_trap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000021) for __rt_lib_init_getenv_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000008) for __rt_lib_init_heap_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000F) for __rt_lib_init_lc_collate_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000011) for __rt_lib_init_lc_ctype_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000013) for __rt_lib_init_lc_monetary_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000015) for __rt_lib_init_lc_numeric_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000017) for __rt_lib_init_lc_time_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000C) for __rt_lib_init_rand_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000031) for __rt_lib_init_return
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000001B) for __rt_lib_init_signal_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$00000023) for __rt_lib_init_stdio_1
libinit.o(.ARM.Collect$$libinit$$00000000) refers (Special) to libinit2.o(.ARM.Collect$$libinit$$0000000A) for __rt_lib_init_user_alloc_1
libspace.o(.text) refers to libspace.o(.bss) for __libspace_start
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.Collect$$rtexit$$00000000) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for __rt_exit_exit
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for __rt_exit_ls
rtexit.o(.ARM.exidx) refers (Special) to rtexit2.o(.ARM.Collect$$rtexit$$00000002) for __rt_exit_prels_1
rtexit.o(.ARM.exidx) refers to rtexit.o(.ARM.Collect$$rtexit$$00000000) for .ARM.Collect$$rtexit$$00000000
libinit2.o(.ARM.Collect$$libinit$$0000000E) refers to libinit2.o(.ARM.Collect$$libinit$$0000000D) for .ARM.Collect$$libinit$$0000000D
libinit2.o(.ARM.Collect$$libinit$$00000010) refers to libinit2.o(.ARM.Collect$$libinit$$0000000D) for .ARM.Collect$$libinit$$0000000D
libinit2.o(.ARM.Collect$$libinit$$00000012) refers to libinit2.o(.ARM.Collect$$libinit$$0000000D) for .ARM.Collect$$libinit$$0000000D
libinit2.o(.ARM.Collect$$libinit$$00000014) refers to libinit2.o(.ARM.Collect$$libinit$$0000000D) for .ARM.Collect$$libinit$$0000000D
libinit2.o(.ARM.Collect$$libinit$$00000016) refers to libinit2.o(.ARM.Collect$$libinit$$0000000D) for .ARM.Collect$$libinit$$0000000D
libinit2.o(.ARM.Collect$$libinit$$00000024) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
libinit2.o(.ARM.Collect$$libinit$$00000025) refers to argv_veneer.o(.emb_text) for __ARM_argv_veneer
rtexit2.o(.ARM.Collect$$rtexit$$00000003) refers to libshutdown.o(.ARM.Collect$$libshutdown$$00000000) for __rt_lib_shutdown
rtexit2.o(.ARM.Collect$$rtexit$$00000004) refers to sys_exit.o(.text) for _sys_exit
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000001) for .ARM.Collect$$rtexit$$00000001
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000003) for .ARM.Collect$$rtexit$$00000003
rtexit2.o(.ARM.exidx) refers to rtexit2.o(.ARM.Collect$$rtexit$$00000004) for .ARM.Collect$$rtexit$$00000004
argv_veneer.o(.emb_text) refers to no_argv.o(.text) for __ARM_get_argv
sys_exit.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_exit.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
_get_argv_nomalloc.o(.text) refers (Special) to hrguard.o(.text) for __heap_region$guard
_get_argv_nomalloc.o(.text) refers to defsig_rtmem_outer.o(.text) for __rt_SIGRTMEM
_get_argv_nomalloc.o(.text) refers to sys_command.o(.text) for _sys_command_string
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000006) for __rt_lib_shutdown_fp_trap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E) for __rt_lib_shutdown_heap_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F) for __rt_lib_shutdown_return
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000009) for __rt_lib_shutdown_signal_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$00000003) for __rt_lib_shutdown_stdio_1
libshutdown.o(.ARM.Collect$$libshutdown$$00000000) refers (Special) to libshutdown2.o(.ARM.Collect$$libshutdown$$0000000B) for __rt_lib_shutdown_user_alloc_1
sys_command.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_command.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig_rtmem_outer.o(.text) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
defsig_rtmem_outer.o(.text) refers to defsig_exit.o(.text) for __sig_exit
defsig_rtmem_formal.o(.text) refers to rt_raise.o(.text) for __rt_raise
rt_raise.o(.text) refers to __raise.o(.text) for __raise
rt_raise.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_exit.o(.text) refers to sys_exit.o(.text) for _sys_exit
defsig_rtmem_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
__raise.o(.text) refers to defsig.o(CL$$defsig) for __default_signal_handler
defsig_general.o(.text) refers to sys_wrch.o(.text) for _ttywrch
sys_wrch.o(.text) refers (Special) to use_no_semi.o(.text) for __I$use$semihosting
sys_wrch.o(.text) refers (Special) to indicate_semi.o(.text) for __semihosting_library_function
defsig.o(CL$$defsig) refers to defsig_rtmem_inner.o(.text) for __rt_SIGRTMEM_inner
defsig_abrt_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_fpe_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_rtred_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_stak_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_pvfn_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_cppl_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_segv_inner.o(.text) refers to defsig_general.o(.text) for __default_signal_display
defsig_other.o(.text) refers to defsig_general.o(.text) for __default_signal_display
==============================================================================
Removing Unused input sections from the image.
Removing st7735.o(i.Delay1ms), (32 bytes).
Removing st7735.o(i.Output_Clear), (10 bytes).
Removing st7735.o(i.Output_Color), (12 bytes).
Removing st7735.o(i.Output_Init), (16 bytes).
Removing st7735.o(i.Output_Off), (8 bytes).
Removing st7735.o(i.Output_On), (8 bytes).
Removing st7735.o(i.ST7735_Color565), (24 bytes).
Removing st7735.o(i.ST7735_DrawBitmap), (300 bytes).
Removing st7735.o(i.ST7735_DrawChar), (268 bytes).
Removing st7735.o(i.ST7735_DrawCharS), (244 bytes).
Removing st7735.o(i.ST7735_DrawCue), (1500 bytes).
Removing st7735.o(i.ST7735_DrawFastHLine), (124 bytes).
Removing st7735.o(i.ST7735_DrawFastVLine), (124 bytes).
Removing st7735.o(i.ST7735_DrawPixel), (72 bytes).
Removing st7735.o(i.ST7735_DrawString), (86 bytes).
Removing st7735.o(i.ST7735_FillRect), (172 bytes).
Removing st7735.o(i.ST7735_FillScreen), (36 bytes).
Removing st7735.o(i.ST7735_InitB), (40 bytes).
Removing st7735.o(i.ST7735_InitR), (124 bytes).
Removing st7735.o(i.ST7735_InvertDisplay), (22 bytes).
Removing st7735.o(i.ST7735_Line), (90 bytes).
Removing st7735.o(i.ST7735_OutChar), (212 bytes).
Removing st7735.o(i.ST7735_OutString), (24 bytes).
Removing st7735.o(i.ST7735_OutUDec), (140 bytes).
Removing st7735.o(i.ST7735_PlotBar), (88 bytes).
Removing st7735.o(i.ST7735_PlotClear), (92 bytes).
Removing st7735.o(i.ST7735_PlotLine), (264 bytes).
Removing st7735.o(i.ST7735_PlotNext), (32 bytes).
Removing st7735.o(i.ST7735_PlotNextErase), (64 bytes).
Removing st7735.o(i.ST7735_PlotPoint), (152 bytes).
Removing st7735.o(i.ST7735_PlotPoints), (172 bytes).
Removing st7735.o(i.ST7735_PlotdBfs), (60 bytes).
Removing st7735.o(i.ST7735_SetCursor), (32 bytes).
Removing st7735.o(i.ST7735_SetRotation), (212 bytes).
Removing st7735.o(i.ST7735_SetTextColor), (12 bytes).
Removing st7735.o(i.ST7735_SwapColor), (18 bytes).
Removing st7735.o(i.commandList), (86 bytes).
Removing st7735.o(i.commonInit), (388 bytes).
Removing st7735.o(i.ferror), (8 bytes).
Removing st7735.o(i.fgetc), (6 bytes).
Removing st7735.o(i.fillmessage), (72 bytes).
Removing st7735.o(i.fputc), (16 bytes).
Removing st7735.o(i.pushColor), (18 bytes).
Removing st7735.o(i.setAddrWindow), (116 bytes).
Removing st7735.o(i.writecommand), (48 bytes).
Removing st7735.o(i.writedata), (32 bytes).
Removing st7735.o(.bss), (12 bytes).
Removing st7735.o(.constdata), (2018 bytes).
Removing st7735.o(.data), (44 bytes).
49 unused section(s) (total 7750 bytes) removed from the image.
==============================================================================
Image Symbol Table
Local Symbols
Symbol Name Value Ov Type Size Object(Section)
RESET 0x00000000 Section 644 startup.o(RESET)
../clib/angel/boardlib.s 0x00000000 Number 0 boardshut.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit3.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit2.o ABSOLUTE
../clib/angel/boardlib.s 0x00000000 Number 0 boardinit1.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_zi.o ABSOLUTE
../clib/angel/handlers.s 0x00000000 Number 0 __scatter_copy.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtentry2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtentry.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtexit2.o ABSOLUTE
../clib/angel/kernel.s 0x00000000 Number 0 rtentry4.o ABSOLUTE
../clib/angel/rt.s 0x00000000 Number 0 rt_raise.o ABSOLUTE
../clib/angel/scatter.s 0x00000000 Number 0 __scatter.o ABSOLUTE
../clib/angel/startup.s 0x00000000 Number 0 __main.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 libspace.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 sys_stackheap_outer.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 use_no_semi.o ABSOLUTE
../clib/angel/sys.s 0x00000000 Number 0 indicate_semi.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_command.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_exit.o ABSOLUTE
../clib/angel/sysapp.c 0x00000000 Number 0 sys_wrch.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 argv_veneer.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 _get_argv_nomalloc.o ABSOLUTE
../clib/armsys.c 0x00000000 Number 0 no_argv.o ABSOLUTE
../clib/heapalloc.c 0x00000000 Number 0 hrguard.o ABSOLUTE
../clib/heapaux.c 0x00000000 Number 0 heapauxi.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown2.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libshutdown.o ABSOLUTE
../clib/libinit.s 0x00000000 Number 0 libinit2.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_segv_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_other.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_cppl_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_exit.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_formal.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_outer.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtmem_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 __raise.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_general.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_abrt_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_fpe_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_rtred_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_stak_inner.o ABSOLUTE
../clib/signal.c 0x00000000 Number 0 defsig_pvfn_inner.o ABSOLUTE
../clib/signal.s 0x00000000 Number 0 defsig.o ABSOLUTE
../clib/stdlib.c 0x00000000 Number 0 exit.o ABSOLUTE
../fplib/faddsub.s 0x00000000 Number 0 faddsub_clz.o ABSOLUTE
../fplib/fcmpi.s 0x00000000 Number 0 fcmpi.o ABSOLUTE
../fplib/fdiv.s 0x00000000 Number 0 fdiv.o ABSOLUTE
../fplib/feqf.s 0x00000000 Number 0 feqf.o ABSOLUTE
../fplib/ffix.s 0x00000000 Number 0 ffix.o ABSOLUTE
../fplib/fflt.s 0x00000000 Number 0 fflt_clz.o ABSOLUTE
../fplib/fleqf.s 0x00000000 Number 0 fleqf.o ABSOLUTE
../fplib/fnaninf.s 0x00000000 Number 0 fnaninf.o ABSOLUTE
../fplib/fpinit.s 0x00000000 Number 0 fpinit.o ABSOLUTE
../fplib/fretinf.s 0x00000000 Number 0 fretinf.o ABSOLUTE
../fplib/frleqf.s 0x00000000 Number 0 frleqf.o ABSOLUTE
../fplib/usenofp.s 0x00000000 Number 0 usenofp.o ABSOLUTE
ADCSWTrigger.c 0x00000000 Number 0 adcswtrigger.o ABSOLUTE
ADCTestMain.c 0x00000000 Number 0 adctestmain.o ABSOLUTE
PLL.c 0x00000000 Number 0 pll.o ABSOLUTE
ST7735.c 0x00000000 Number 0 st7735.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
startup.s 0x00000000 Number 0 startup.o ABSOLUTE
!!!main 0x00000284 Section 8 __main.o(!!!main)
!!!scatter 0x0000028c Section 52 __scatter.o(!!!scatter)
!!handler_copy 0x000002c0 Section 26 __scatter_copy.o(!!handler_copy)
!!handler_zi 0x000002dc Section 28 __scatter_zi.o(!!handler_zi)
.ARM.Collect$$libinit$$00000000 0x000002f8 Section 2 libinit.o(.ARM.Collect$$libinit$$00000000)
.ARM.Collect$$libinit$$00000002 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
.ARM.Collect$$libinit$$00000008 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000008)
.ARM.Collect$$libinit$$0000000A 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
.ARM.Collect$$libinit$$0000000C 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
.ARM.Collect$$libinit$$0000000F 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000000F)
.ARM.Collect$$libinit$$00000011 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
.ARM.Collect$$libinit$$00000013 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
.ARM.Collect$$libinit$$00000015 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
.ARM.Collect$$libinit$$00000017 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
.ARM.Collect$$libinit$$00000019 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
.ARM.Collect$$libinit$$0000001B 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
.ARM.Collect$$libinit$$0000001D 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
.ARM.Collect$$libinit$$0000001F 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
.ARM.Collect$$libinit$$00000021 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
.ARM.Collect$$libinit$$00000023 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
.ARM.Collect$$libinit$$0000002A 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002A)
.ARM.Collect$$libinit$$0000002C 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
.ARM.Collect$$libinit$$0000002E 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
.ARM.Collect$$libinit$$00000030 0x000002fa Section 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
.ARM.Collect$$libinit$$00000031 0x000002fa Section 2 libinit2.o(.ARM.Collect$$libinit$$00000031)
.ARM.Collect$$libshutdown$$00000000 0x000002fc Section 2 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
.ARM.Collect$$libshutdown$$00000003 0x000002fe Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003)
.ARM.Collect$$libshutdown$$00000006 0x000002fe Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000006)
.ARM.Collect$$libshutdown$$00000009 0x000002fe Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000009)
.ARM.Collect$$libshutdown$$0000000B 0x000002fe Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000B)
.ARM.Collect$$libshutdown$$0000000E 0x000002fe Section 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E)
.ARM.Collect$$libshutdown$$0000000F 0x000002fe Section 2 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
.ARM.Collect$$rtentry$$00000000 0x00000300 Section 0 rtentry.o(.ARM.Collect$$rtentry$$00000000)
.ARM.Collect$$rtentry$$00000002 0x00000300 Section 0 rtentry2.o(.ARM.Collect$$rtentry$$00000002)
.ARM.Collect$$rtentry$$00000004 0x00000300 Section 6 rtentry4.o(.ARM.Collect$$rtentry$$00000004)
.ARM.Collect$$rtentry$$00000009 0x00000306 Section 0 rtentry2.o(.ARM.Collect$$rtentry$$00000009)
.ARM.Collect$$rtentry$$0000000A 0x00000306 Section 4 rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
.ARM.Collect$$rtentry$$0000000C 0x0000030a Section 0 rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
.ARM.Collect$$rtentry$$0000000D 0x0000030a Section 8 rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
.ARM.Collect$$rtexit$$00000000 0x00000312 Section 2 rtexit.o(.ARM.Collect$$rtexit$$00000000)
.ARM.Collect$$rtexit$$00000002 0x00000314 Section 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
.ARM.Collect$$rtexit$$00000003 0x00000314 Section 4 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
.ARM.Collect$$rtexit$$00000004 0x00000318 Section 6 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
.text 0x00000320 Section 48 startup.o(.text)
.text 0x00000350 Section 0 heapauxi.o(.text)
.text 0x00000356 Section 74 sys_stackheap_outer.o(.text)
.text 0x000003a0 Section 0 exit.o(.text)
.text 0x000003ac Section 8 libspace.o(.text)
.text 0x000003b4 Section 0 sys_exit.o(.text)
.text 0x000003c0 Section 2 use_no_semi.o(.text)
.text 0x000003c2 Section 0 indicate_semi.o(.text)
i.ADC0_InSeq3 0x000003c4 Section 0 adcswtrigger.o(i.ADC0_InSeq3)
i.ADC0_InitSWTriggerSeq3_Ch9 0x000003f0 Section 0 adcswtrigger.o(i.ADC0_InitSWTriggerSeq3_Ch9)
i.Jitter_Calculation 0x000004dc Section 0 adctestmain.o(i.Jitter_Calculation)
i.PLL_Init 0x000005e8 Section 0 pll.o(i.PLL_Init)
i.Timer0A_Handler 0x00000664 Section 0 adctestmain.o(i.Timer0A_Handler)
i.Timer0A_Init100HzInt 0x00000700 Section 0 adctestmain.o(i.Timer0A_Init100HzInt)
i.Timer1_Init 0x00000780 Section 0 adctestmain.o(i.Timer1_Init)
i.main 0x000007d4 Section 0 adctestmain.o(i.main)
.data 0x20000000 Section 16 adctestmain.o(.data)
.bss 0x20000010 Section 8000 adctestmain.o(.bss)
.bss 0x20001f50 Section 96 libspace.o(.bss)
HEAP 0x20001fb0 Section 0 startup.o(HEAP)
STACK 0x20001fb0 Section 1024 startup.o(STACK)
HeapMem 0x20001fb0 Data 0 startup.o(HEAP)
StackMem 0x20001fb0 Data 0 startup.o(STACK)
Global Symbols
Symbol Name Value Ov Type Size Object(Section)
BuildAttributes$$THM_ISAv4$E$P$D$K$B$S$7EM$PE$A:L22UL41UL21$X:L11$S22US41US21$IEEE1$IW$USESV6$~STKCKD$USESV7$~SHL$OSPACE$ROPI$EBA8$UX$STANDARDLIB$REQ8$PRES8$EABIv2 0x00000000 Number 0 anon$$obj.o ABSOLUTE
__ARM_use_no_argv 0x00000000 Number 0 adctestmain.o ABSOLUTE
__Vectors 0x00000000 Data 0 startup.o(RESET)
__ARM_exceptions_init - Undefined Weak Reference
__alloca_initialize - Undefined Weak Reference
__cpp_initialize__aeabi_ - Undefined Weak Reference
__cxa_finalize - Undefined Weak Reference
__rt_locale - Undefined Weak Reference
__sigvec_lookup - Undefined Weak Reference
_atexit_init - Undefined Weak Reference
_call_atexit_fns - Undefined Weak Reference
_clock_init - Undefined Weak Reference
_fp_trap_init - Undefined Weak Reference
_fp_trap_shutdown - Undefined Weak Reference
_get_lc_collate - Undefined Weak Reference
_get_lc_ctype - Undefined Weak Reference
_get_lc_monetary - Undefined Weak Reference
_get_lc_numeric - Undefined Weak Reference
_get_lc_time - Undefined Weak Reference
_getenv_init - Undefined Weak Reference
_handle_redirection - Undefined Weak Reference
_init_alloc - Undefined Weak Reference
_init_user_alloc - Undefined Weak Reference
_initio - Undefined Weak Reference
_rand_init - Undefined Weak Reference
_signal_finish - Undefined Weak Reference
_signal_init - Undefined Weak Reference
_terminate_alloc - Undefined Weak Reference
_terminate_user_alloc - Undefined Weak Reference
_terminateio - Undefined Weak Reference
Reset_Handler 0x0000026d Thumb Code 0 startup.o(RESET)
NMI_Handler 0x00000271 Thumb Code 2 startup.o(RESET)
HardFault_Handler 0x00000273 Thumb Code 2 startup.o(RESET)
MemManage_Handler 0x00000275 Thumb Code 2 startup.o(RESET)
BusFault_Handler 0x00000277 Thumb Code 2 startup.o(RESET)
UsageFault_Handler 0x00000279 Thumb Code 2 startup.o(RESET)
SVC_Handler 0x0000027b Thumb Code 2 startup.o(RESET)
DebugMon_Handler 0x0000027d Thumb Code 2 startup.o(RESET)
PendSV_Handler 0x0000027f Thumb Code 2 startup.o(RESET)
SysTick_Handler 0x00000281 Thumb Code 2 startup.o(RESET)
ADC0Seq0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC0Seq1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC0Seq2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC0Seq3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC1Seq0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC1Seq1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC1Seq2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ADC1Seq3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
CAN0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
CAN1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
CAN2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Comp0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Comp1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Comp2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Ethernet_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
ExtBus_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
FPU_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Fan0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
FlashCtl_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortA_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortB_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortC_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortD_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortE_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortF_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortG_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortH_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortJ_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortK_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortL_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortM_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortN_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP4_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP5_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP6_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP7_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortP_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ4_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ5_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ6_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ7_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortQ_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortR_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
GPIOPortS_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Hibernate_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C4_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2C5_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
I2S0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
LPC0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PECI0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM0Fault_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM0Generator0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM0Generator1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM0Generator2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM0Generator3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM1Fault_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM1Generator0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM1Generator1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM1Generator2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
PWM1Generator3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Quadrature0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Quadrature1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Quadrature2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
SSI0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
SSI1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
SSI2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
SSI3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
SysCtl_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer0B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer1A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer1B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer2A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer2B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer3A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer3B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer4A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer4B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer5A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
Timer5B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART1_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART2_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART3_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART4_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART5_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART6_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
UART7_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
USB0_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WDT_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer0A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer0B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer1A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer1B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer2A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer2B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer3A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer3B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer4A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer4B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer5A_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
WideTimer5B_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
uDMA_Error 0x00000283 Thumb Code 0 startup.o(RESET)
uDMA_Handler 0x00000283 Thumb Code 0 startup.o(RESET)
__main 0x00000285 Thumb Code 8 __main.o(!!!main)
__scatterload 0x0000028d Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_rt2 0x0000028d Thumb Code 44 __scatter.o(!!!scatter)
__scatterload_rt2_thumb_only 0x0000028d Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_null 0x0000029b Thumb Code 0 __scatter.o(!!!scatter)
__scatterload_copy 0x000002c1 Thumb Code 26 __scatter_copy.o(!!handler_copy)
__scatterload_zeroinit 0x000002dd Thumb Code 28 __scatter_zi.o(!!handler_zi)
__rt_lib_init 0x000002f9 Thumb Code 0 libinit.o(.ARM.Collect$$libinit$$00000000)
__rt_lib_init_alloca_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002C)
__rt_lib_init_argv_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002A)
__rt_lib_init_atexit_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000019)
__rt_lib_init_clock_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001F)
__rt_lib_init_cpp_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000030)
__rt_lib_init_exceptions_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000002E)
__rt_lib_init_fp_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000002)
__rt_lib_init_fp_trap_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001D)
__rt_lib_init_getenv_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000021)
__rt_lib_init_heap_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000008)
__rt_lib_init_lc_collate_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000F)
__rt_lib_init_lc_ctype_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000011)
__rt_lib_init_lc_monetary_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000013)
__rt_lib_init_lc_numeric_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000015)
__rt_lib_init_lc_time_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000017)
__rt_lib_init_rand_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000C)
__rt_lib_init_return 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000031)
__rt_lib_init_signal_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000001B)
__rt_lib_init_stdio_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$00000023)
__rt_lib_init_user_alloc_1 0x000002fb Thumb Code 0 libinit2.o(.ARM.Collect$$libinit$$0000000A)
__rt_lib_shutdown 0x000002fd Thumb Code 0 libshutdown.o(.ARM.Collect$$libshutdown$$00000000)
__rt_lib_shutdown_fp_trap_1 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000006)
__rt_lib_shutdown_heap_1 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000E)
__rt_lib_shutdown_return 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000F)
__rt_lib_shutdown_signal_1 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000009)
__rt_lib_shutdown_stdio_1 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$00000003)
__rt_lib_shutdown_user_alloc_1 0x000002ff Thumb Code 0 libshutdown2.o(.ARM.Collect$$libshutdown$$0000000B)
__rt_entry 0x00000301 Thumb Code 0 rtentry.o(.ARM.Collect$$rtentry$$00000000)
__rt_entry_presh_1 0x00000301 Thumb Code 0 rtentry2.o(.ARM.Collect$$rtentry$$00000002)
__rt_entry_sh 0x00000301 Thumb Code 0 rtentry4.o(.ARM.Collect$$rtentry$$00000004)
__rt_entry_li 0x00000307 Thumb Code 0 rtentry2.o(.ARM.Collect$$rtentry$$0000000A)
__rt_entry_postsh_1 0x00000307 Thumb Code 0 rtentry2.o(.ARM.Collect$$rtentry$$00000009)
__rt_entry_main 0x0000030b Thumb Code 0 rtentry2.o(.ARM.Collect$$rtentry$$0000000D)
__rt_entry_postli_1 0x0000030b Thumb Code 0 rtentry2.o(.ARM.Collect$$rtentry$$0000000C)
__rt_exit 0x00000313 Thumb Code 0 rtexit.o(.ARM.Collect$$rtexit$$00000000)
__rt_exit_ls 0x00000315 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000003)
__rt_exit_prels_1 0x00000315 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000002)
__rt_exit_exit 0x00000319 Thumb Code 0 rtexit2.o(.ARM.Collect$$rtexit$$00000004)
DisableInterrupts 0x00000321 Thumb Code 0 startup.o(.text)
EnableInterrupts 0x00000325 Thumb Code 0 startup.o(.text)
StartCritical 0x00000329 Thumb Code 0 startup.o(.text)
EndCritical 0x00000331 Thumb Code 0 startup.o(.text)
WaitForInterrupt 0x00000337 Thumb Code 0 startup.o(.text)
__user_initial_stackheap 0x0000033b Thumb Code 0 startup.o(.text)
__use_two_region_memory 0x00000351 Thumb Code 2 heapauxi.o(.text)
__rt_heap_escrow$2region 0x00000353 Thumb Code 2 heapauxi.o(.text)
__rt_heap_expand$2region 0x00000355 Thumb Code 2 heapauxi.o(.text)
__user_setup_stackheap 0x00000357 Thumb Code 74 sys_stackheap_outer.o(.text)
exit 0x000003a1 Thumb Code 12 exit.o(.text)
__user_libspace 0x000003ad Thumb Code 8 libspace.o(.text)
__user_perproc_libspace 0x000003ad Thumb Code 0 libspace.o(.text)
__user_perthread_libspace 0x000003ad Thumb Code 0 libspace.o(.text)
_sys_exit 0x000003b5 Thumb Code 8 sys_exit.o(.text)
__I$use$semihosting 0x000003c1 Thumb Code 0 use_no_semi.o(.text)
__use_no_semihosting_swi 0x000003c1 Thumb Code 2 use_no_semi.o(.text)
__semihosting_library_function 0x000003c3 Thumb Code 0 indicate_semi.o(.text)
ADC0_InSeq3 0x000003c5 Thumb Code 36 adcswtrigger.o(i.ADC0_InSeq3)
ADC0_InitSWTriggerSeq3_Ch9 0x000003f1 Thumb Code 206 adcswtrigger.o(i.ADC0_InitSWTriggerSeq3_Ch9)
Jitter_Calculation 0x000004dd Thumb Code 260 adctestmain.o(i.Jitter_Calculation)
PLL_Init 0x000005e9 Thumb Code 118 pll.o(i.PLL_Init)
Timer0A_Handler 0x00000665 Thumb Code 118 adctestmain.o(i.Timer0A_Handler)
Timer0A_Init100HzInt 0x00000701 Thumb Code 104 adctestmain.o(i.Timer0A_Init100HzInt)
Timer1_Init 0x00000781 Thumb Code 66 adctestmain.o(i.Timer1_Init)
main 0x000007d5 Thumb Code 138 adctestmain.o(i.main)
Region$$Table$$Base 0x00000874 Number 0 anon$$obj.o(Region$$Table)
Region$$Table$$Limit 0x00000894 Number 0 anon$$obj.o(Region$$Table)
ADCvalue 0x20000000 Data 4 adctestmain.o(.data)
array1_pointer 0x20000004 Data 4 adctestmain.o(.data)
array2_pointer 0x20000008 Data 4 adctestmain.o(.data)
complete_flag 0x2000000c Data 4 adctestmain.o(.data)
Required_Debug_array1 0x20000010 Data 4000 adctestmain.o(.bss)
Required_Debug_array2 0x20000fb0 Data 4000 adctestmain.o(.bss)
__libspace_start 0x20001f50 Data 96 libspace.o(.bss)
__temporary_stack_top$libspace 0x20001fb0 Data 0 libspace.o(.bss)
==============================================================================
Memory Map of the image
Image Entry point : 0x0000026d
Load Region LR_1 (Base: 0x00000000, Size: 0x000008a4, Max: 0xffffffff, ABSOLUTE)
Execution Region ER_RO (Base: 0x00000000, Size: 0x00000894, Max: 0xffffffff, ABSOLUTE)
Base Addr Size Type Attr Idx E Section Name Object
0x00000000 0x00000284 Code RO 3 * RESET startup.o
0x00000284 0x00000008 Code RO 390 * !!!main c_w.l(__main.o)
0x0000028c 0x00000034 Code RO 577 !!!scatter c_w.l(__scatter.o)
0x000002c0 0x0000001a Code RO 579 !!handler_copy c_w.l(__scatter_copy.o)
0x000002da 0x00000002 PAD
0x000002dc 0x0000001c Code RO 581 !!handler_zi c_w.l(__scatter_zi.o)
0x000002f8 0x00000002 Code RO 450 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o)
0x000002fa 0x00000000 Code RO 457 .ARM.Collect$$libinit$$00000002 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 460 .ARM.Collect$$libinit$$00000008 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 462 .ARM.Collect$$libinit$$0000000A c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 464 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 467 .ARM.Collect$$libinit$$0000000F c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 469 .ARM.Collect$$libinit$$00000011 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 471 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 473 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 475 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 477 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 479 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 481 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 483 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 485 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 487 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 491 .ARM.Collect$$libinit$$0000002A c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 493 .ARM.Collect$$libinit$$0000002C c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 495 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o)
0x000002fa 0x00000000 Code RO 497 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o)
0x000002fa 0x00000002 Code RO 498 .ARM.Collect$$libinit$$00000031 c_w.l(libinit2.o)
0x000002fc 0x00000002 Code RO 518 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o)
0x000002fe 0x00000000 Code RO 532 .ARM.Collect$$libshutdown$$00000003 c_w.l(libshutdown2.o)
0x000002fe 0x00000000 Code RO 535 .ARM.Collect$$libshutdown$$00000006 c_w.l(libshutdown2.o)
0x000002fe 0x00000000 Code RO 538 .ARM.Collect$$libshutdown$$00000009 c_w.l(libshutdown2.o)
0x000002fe 0x00000000 Code RO 540 .ARM.Collect$$libshutdown$$0000000B c_w.l(libshutdown2.o)
0x000002fe 0x00000000 Code RO 543 .ARM.Collect$$libshutdown$$0000000E c_w.l(libshutdown2.o)
0x000002fe 0x00000002 Code RO 544 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o)
0x00000300 0x00000000 Code RO 418 .ARM.Collect$$rtentry$$00000000 c_w.l(rtentry.o)
0x00000300 0x00000000 Code RO 427 .ARM.Collect$$rtentry$$00000002 c_w.l(rtentry2.o)
0x00000300 0x00000006 Code RO 439 .ARM.Collect$$rtentry$$00000004 c_w.l(rtentry4.o)
0x00000306 0x00000000 Code RO 429 .ARM.Collect$$rtentry$$00000009 c_w.l(rtentry2.o)
0x00000306 0x00000004 Code RO 430 .ARM.Collect$$rtentry$$0000000A c_w.l(rtentry2.o)
0x0000030a 0x00000000 Code RO 432 .ARM.Collect$$rtentry$$0000000C c_w.l(rtentry2.o)
0x0000030a 0x00000008 Code RO 433 .ARM.Collect$$rtentry$$0000000D c_w.l(rtentry2.o)
0x00000312 0x00000002 Code RO 454 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o)
0x00000314 0x00000000 Code RO 500 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o)
0x00000314 0x00000004 Code RO 501 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o)
0x00000318 0x00000006 Code RO 502 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o)
0x0000031e 0x00000002 PAD
0x00000320 0x00000030 Code RO 4 .text startup.o
0x00000350 0x00000006 Code RO 388 .text c_w.l(heapauxi.o)
0x00000356 0x0000004a Code RO 441 .text c_w.l(sys_stackheap_outer.o)
0x000003a0 0x0000000c Code RO 443 .text c_w.l(exit.o)
0x000003ac 0x00000008 Code RO 451 .text c_w.l(libspace.o)
0x000003b4 0x0000000c Code RO 510 .text c_w.l(sys_exit.o)
0x000003c0 0x00000002 Code RO 521 .text c_w.l(use_no_semi.o)
0x000003c2 0x00000000 Code RO 523 .text c_w.l(indicate_semi.o)
0x000003c2 0x00000002 PAD
0x000003c4 0x0000002c Code RO 12 i.ADC0_InSeq3 adcswtrigger.o
0x000003f0 0x000000ec Code RO 13 i.ADC0_InitSWTriggerSeq3_Ch9 adcswtrigger.o
0x000004dc 0x0000010c Code RO 37 i.Jitter_Calculation adctestmain.o
0x000005e8 0x0000007c Code RO 86 i.PLL_Init pll.o
0x00000664 0x0000009c Code RO 38 i.Timer0A_Handler adctestmain.o
0x00000700 0x00000080 Code RO 39 i.Timer0A_Init100HzInt adctestmain.o
0x00000780 0x00000054 Code RO 40 i.Timer1_Init adctestmain.o
0x000007d4 0x000000a0 Code RO 41 i.main adctestmain.o
0x00000874 0x00000020 Data RO 575 Region$$Table anon$$obj.o
Execution Region ER_RW (Base: 0x20000000, Size: 0x00000010, Max: 0xffffffff, ABSOLUTE)
Base Addr Size Type Attr Idx E Section Name Object
0x20000000 0x00000010 Data RW 43 .data adctestmain.o
Execution Region ER_ZI (Base: 0x20000010, Size: 0x000023a0, Max: 0xffffffff, ABSOLUTE)
Base Addr Size Type Attr Idx E Section Name Object
0x20000010 0x00001f40 Zero RW 42 .bss adctestmain.o
0x20001f50 0x00000060 Zero RW 452 .bss c_w.l(libspace.o)
0x20001fb0 0x00000000 Zero RW 2 HEAP startup.o
0x20001fb0 0x00000400 Zero RW 1 STACK startup.o
==============================================================================
Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
280 38 0 0 0 5083 adcswtrigger.o
796 110 0 16 8000 3370 adctestmain.o
124 6 0 0 0 411 pll.o
692 632 0 0 1024 900 startup.o
----------------------------------------------------------------------
1892 786 32 16 9024 9764 Object Totals
0 0 32 0 0 0 (incl. Generated)
0 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Member Name
8 0 0 0 0 68 __main.o
52 8 0 0 0 0 __scatter.o
26 0 0 0 0 0 __scatter_copy.o
28 0 0 0 0 0 __scatter_zi.o
12 0 0 0 0 72 exit.o
6 0 0 0 0 152 heapauxi.o
0 0 0 0 0 0 indicate_semi.o
2 0 0 0 0 0 libinit.o
2 0 0 0 0 0 libinit2.o
2 0 0 0 0 0 libshutdown.o
2 0 0 0 0 0 libshutdown2.o
8 4 0 0 96 68 libspace.o
0 0 0 0 0 0 rtentry.o
12 0 0 0 0 0 rtentry2.o
6 0 0 0 0 0 rtentry4.o
2 0 0 0 0 0 rtexit.o
10 0 0 0 0 0 rtexit2.o
12 4 0 0 0 68 sys_exit.o
74 0 0 0 0 80 sys_stackheap_outer.o
2 0 0 0 0 68 use_no_semi.o
----------------------------------------------------------------------
272 16 0 0 96 576 Library Totals
6 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
266 16 0 0 96 576 c_w.l
----------------------------------------------------------------------
272 16 0 0 96 576 Library Totals
----------------------------------------------------------------------
==============================================================================
Code (inc. data) RO Data RW Data ZI Data Debug
2164 802 32 16 9120 9716 Grand Totals
2164 802 32 16 9120 9716 ELF Image Totals
2164 802 32 16 0 0 ROM Totals
==============================================================================
Total RO Size (Code + RO Data) 2196 ( 2.14kB)
Total RW Size (RW Data + ZI Data) 9136 ( 8.92kB)
Total ROM Size (Code + RO Data + RW Data) 2212 ( 2.16kB)
==============================================================================