-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathxwr16xx_mmw_demo_mss.map
3116 lines (3064 loc) · 263 KB
/
xwr16xx_mmw_demo_mss.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
******************************************************************************
TI ARM Linker Unix v16.9.6
******************************************************************************
>> Linked Thu Apr 26 16:12:53 2018
OUTPUT FILE NAME: <xwr16xx_mmw_demo_mss.xer4f>
ENTRY POINT SYMBOL: "_c_int00" address: 0000e2a0
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
VECTORS 00000000 00000100 0000003c 000000c4 X
PROG_RAM 00000100 0003ff00 00014f8a 0002af76 R X
DATA_RAM 08000000 00030000 0000e8d0 00021730 RW
L3_RAM 51000000 000c0000 00000000 000c0000 RW
HS_RAM 52080000 00008000 00000000 00008000 RW
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 0000003c 0000003c r--
00000000 00000000 0000003c 0000003c r-- .vecs
00000100 00000100 00014f90 00014f90 r-x
00000100 00000100 00012272 00012272 r-x .text
00012378 00012378 00002968 00002968 r-- .const
00014ce0 00014ce0 000003b0 000003b0 r-- .cinit
08000000 08000000 0000c184 00000000 rw-
08000000 08000000 0000a000 00000000 rw- systemHeap
0800a000 0800a000 00002184 00000000 rw- .bss
0800c1a0 0800c1a0 00002750 00000000 rw-
0800c1a0 0800c1a0 00001000 00000000 rw- .stack
0800d1a0 0800d1a0 00000f4c 00000000 rw- .data
0800e0f0 0800e0f0 00000800 00000000 rw- .myFiqStack
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.vecs 0 00000000 0000003c
00000000 0000003c mss_mmw_per4ft.oer4ft (.vecs)
.myFiqStack
* 0 0800e0f0 00000800 UNINITIALIZED
0800e0f0 00000800 mss_mmw_per4ft.oer4ft (.myFiqStack)
xdc.meta 0 00000000 00000104 COPY SECTION
00000000 00000104 mss_mmw_per4ft.oer4ft (xdc.meta)
.text 0 00000100 00012272
00000100 0000107a rtsv7R4_T_le_v3D16_eabi.lib : _printfi.obj (.text)
0000117a 00000002 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_maskHostIRQ)
0000117c 00000646 cli.oer4f (.text:MmwDemo_CLIInit)
000017c2 0000000e cli.oer4f (.text:MmwDemo_CLISensorStop)
000017d0 000004d9 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_System_doPrint__I)
00001ca9 00000001 --HOLE-- [fill = 0]
00001caa 00000002 mss_main.oer4f (.text:MmwDemo_mssMmwaveCloseCallbackFxn)
00001cac 000004b0 mss_main.oer4f (.text:MmwDemo_mssInitTask)
0000215c 00000004 libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_disableInterrupt)
00002160 00000398 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Event_pend__E)
000024f8 00000008 libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_disable)
00002500 00000304 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pend__E)
00002804 000002b8 rtsv7R4_T_le_v3D16_eabi.lib : ull_div32.obj (.text)
00002abc 00000004 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_disableDevice)
00002ac0 000002a0 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_freeUnprotected__E)
00002d60 00000284 libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_deviceInit)
00002fe4 00000280 mss_main.oer4f (.text:MmwDemo_mboxReadTask)
00003264 0000000c libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceMailboxCallbackFxn)
00003270 00000280 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_exc_Exception_excDumpContext__I)
000034f0 0000027c libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceExecuteFxn)
0000376c 00000004 : mmwave_link.oer4f (.text:MMWave_enableDevice)
00003770 00000264 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_finalize__E)
000039d4 00000260 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_open)
00003c34 00000240 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveProfileCfg)
00003e74 00000240 mss_main.oer4f (.text:MmwDemo_mssCtrlPathTask)
000040b4 0000000c libmmwave_xwr16xx.aer4f : mmwave_osal.oer4f (.text:MMWave_osalMutexUnlock)
000040c0 00000228 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_allocUnprotected__E)
000042e8 00000008 libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_decodeErrorLevel)
000042f0 00000218 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_sleep__E)
00004508 00000214 libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_open)
0000471c 00000205 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveVersion)
00004921 00000001 --HOLE-- [fill = 0]
00004922 00000002 mss_main.oer4f (.text:MmwDemo_mssMmwaveOpenCallbackFxn)
00004924 00000200 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_open)
00004b24 00000200 mss_main.oer4f (.text:MmwDemo_mssDataPathConfig)
00004d24 000001f0 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_setChannelParams)
00004f14 000001e4 rtsv7R4_T_le_v3D16_eabi.lib : strtod.obj (.text)
000050f8 00000008 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_mboxCallbackFxn)
00005100 000001e4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_dispatchIRQC__I)
000052e4 0000000c libmmwave_xwr16xx.aer4f : mmwave_osal.oer4f (.text:MMWave_osalSemSignal)
000052f0 000001e4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_Module_startup__E)
000054d4 000001d8 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveChirpCfg)
000056ac 00000004 libmmwave_xwr16xx.aer4f : mmwave_listlib.oer4f (.text:MMWave_listGetHead)
000056b0 000001cc sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_Module_startup__E)
0000587c 000001c8 rtsv7R4_T_le_v3D16_eabi.lib : fopen.obj (.text)
00005a44 0000000c mss_main.oer4f (.text:MmwDemo_mboxCallback)
00005a50 000001bc sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_Instance_init__E)
00005c0c 000001ac mss_main.oer4f (.text:MmwDemo_bpmConfig)
00005db8 000001a4 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveSubFrameCfg)
00005f5c 000001a4 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_serializeCfg)
00006100 00000198 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverCmdInvoke)
00006298 00000008 libosal_xwr16xx.aer4f : SemaphoreP_tirtos.oer4f (.text:SemaphoreP_Params_init)
000062a0 00000198 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Error_policyDefault__E)
00006438 00000184 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverRxHdrRead)
000065bc 00000004 libmmwave_xwr16xx.aer4f : mmwave_listlib.oer4f (.text:MMWave_listGetNext)
000065c0 0000017c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_exc_Exception_excHandler__I)
0000673c 00000170 libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_setConfig)
000068ac 00000004 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_mboxClose)
000068b0 00000168 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Event_post__E)
00006a18 00000008 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverGetHandle)
00006a20 00000160 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_reconfig__E)
00006b80 00000150 cli.oer4f (.text:MmwDemo_CLICalibDcRangeSig)
00006cd0 00000150 mss_main.oer4f (.text:main)
00006e20 0000014c libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveFrameCfg)
00006f6c 0000014c : cli.oer4f (.text:CLI_task)
000070b8 0000014c libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_initMMWaveLink)
00007204 0000014a libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_ISR)
0000734e 00000002 : uartsci.oer4f (.text:UartSci_init)
00007350 00000148 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Semaphore_post__E)
00007498 00000008 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_getEnabled__E)
000074a0 00000140 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_Instance_init__E)
000075e0 00000138 : BIOS.obj (.text:ti_sysbios_knl_Clock_workFunc__E)
00007718 00000006 libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_restore)
0000771e 00000002 rtsv7R4_T_le_v3D16_eabi.lib : i_div0.obj (.text)
00007720 00000138 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Core_createObject__I)
00007858 00000006 libmmwavelink_xwr16xx.aer4f : rl_controller.oer4f (.text:rlGetSubBlockId)
0000785e 00000002 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_nullFunc__I)
00007860 00000134 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Startup_startMods__I)
00007994 00000130 cli.oer4f (.text:MmwDemo_CLICompRangeBiasAndRxChanPhaseCfg)
00007ac4 00000128 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveContModeCfg)
00007bec 00000128 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverMsgRead)
00007d14 00000124 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveAdvFrameCfg)
00007e38 00000006 libmmwavelink_xwr16xx.aer4f : rl_controller.oer4f (.text:rlGetSubBlockLen)
00007e3e 00000002 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_Startup_reset__I)
00007e40 00000118 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Instance_init__E)
00007f58 00000114 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverCmdSendRetry)
0000806c 00000004 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_mboxRead)
00008070 00000114 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Swi_run__I)
00008184 0000010c libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceInitFxn)
00008290 00000108 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_write)
00008398 00000104 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_startLink)
0000849c 00000104 mss_main.oer4f (.text:MmwDemo_mssMmwaveEventCallbackFxn)
000085a0 00000104 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_getFreq__E)
000086a4 00000100 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveBPMCfgAdvanced)
000087a4 00000100 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_openLink)
000088a4 00000100 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverInit)
000089a4 0000000c libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_Params_init)
000089b0 00000100 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Core_constructObject__I)
00008ab0 000000fc libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_computeSignature)
00008bac 000000fc libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_disableInterrupt)
00008ca8 000000f8 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverRdVerifyMsg)
00008da0 000000f8 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_System_printfExtend__I)
00008e98 00000004 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_registerInterruptHandler)
00008e9c 00000004 : mmwave_link.oer4f (.text:MMWave_unmaskHostIRQ)
00008ea0 000000f0 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Module_startup__E)
00008f90 000000ec rtsv7R4_T_le_v3D16_eabi.lib : s_scalbn.obj (.text)
0000907c 00000004 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_waitIRQStatus)
00009080 000000ec sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapBuf_Module_startup__E)
0000916c 000000e4 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_clearChannelInterruptFlag)
00009250 000000e4 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_asyncEventHandler)
00009334 000000e0 libcli_xwr16xx.aer4f : cli.oer4f (.text:CLI_open)
00009414 000000dc cli.oer4f (.text:MmwDemo_CLIPeakGroupingCfg)
000094f0 000000dc rtsv7R4_T_le_v3D16_eabi.lib : setvbuf.obj (.text)
000095cc 000000d8 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_enableInterrupt)
000096a4 000000d8 libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_init)
0000977c 000000d8 cli.oer4f (.text:MmwDemo_CLIChirpQualityRxSatMonCfg)
00009854 000000d4 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_read)
00009928 000000d4 mss_main.oer4f (.text:MmwDemo_mssDataPathStop)
000099fc 000000d4 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSetMultiBpmChirpConfig)
00009ad0 000000d4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_schedule__I)
00009ba4 000000d0 libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_controlSecureFirewall)
00009c74 000000d0 sysbios.aer4ft : exc_Exception_asm.obj (.text:ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I)
00009d44 0000000c libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_isDMAEnabled)
00009d50 000000d0 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_exit__E)
00009e20 000000cc libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSetChirpConfig)
00009eec 000000cc rtsv7R4_T_le_v3D16_eabi.lib : fflush.obj (.text)
00009fb8 00000004 mss_main.oer4f (.text:MmwDemo_sleep)
00009fbc 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_RtsGateProxy_enter__E)
00009fc0 000000cc sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_checkStacks__E)
0000a08c 000000c8 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_addChirp)
0000a154 000000c8 : mmwave_link.oer4f (.text:MMWave_configBPM)
0000a21c 000000c8 : mmwave_fullcfg.oer4f (.text:MMWave_flushCfg)
0000a2e4 000000c8 : mmwave_fullcfg.oer4f (.text:MMWave_getChirpHandle)
0000a3ac 000000c4 cli.oer4f (.text:MmwDemo_CLILvdsStreamCfg)
0000a470 000000c4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_configureCounter__E)
0000a534 000000c0 cli.oer4f (.text:MmwDemo_CLIChirpQualitySigImgMonCfg)
0000a5f4 000000c0 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSetFrameConfig)
0000a6b4 0000000c sysbios.aer4ft : arm_IntrinsicsSupport_asm.obj (.text:_ti_sysbios_family_arm_IntrinsicsSupport_maxbitA)
0000a6c0 000000c0 : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_startup__E)
0000a780 000000bc libcli_xwr16xx.aer4f : cli.oer4f (.text:CLI_help)
0000a83c 000000bc libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_write)
0000a8f8 000000bc libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_computeCRC)
0000a9b4 000000bc cli.oer4f (.text:MmwDemo_CLIBpmCfg)
0000aa70 000000bc cli.oer4f (.text:MmwDemo_CLICfarCfg)
0000ab2c 000000bc rtsv7R4_T_le_v3D16_eabi.lib : open.obj (.text)
0000abe8 000000b8 cli.oer4f (.text:MmwDemo_CLIMeasureRangeBiasAndRxChanPhaseCfg)
0000aca0 000000b8 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverMsgWrite)
0000ad58 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_RtsGateProxy_leave__E)
0000ad5c 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_TaskSupport_Module__startupDone__S)
0000ad60 000000b8 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_postInit__I)
0000ae18 000000b6 libsoc_xwr16xx.aer4f : soc_mpu.o (.text)
0000aece 00000002 --HOLE-- [fill = 0]
0000aed0 000000b4 mss_main.oer4f (.text:MmwDemo_mssDataPathStart)
0000af84 0000000c rtsv7R4_T_le_v3D16_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
0000af90 000000b4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_gates_GateMutex_enter__E)
0000b044 0000000c libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverGetPlatformId)
0000b050 000000b4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_startCore__E)
0000b104 000000b2 libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_openDMA)
0000b1b6 00000002 --HOLE-- [fill = 0]
0000b1b8 000000b0 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_addProfile)
0000b268 000000b0 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSetProfileConfig)
0000b318 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_v7r_vim_Hwi_delete)
0000b31c 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_enter__E)
0000b320 000000b0 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Text_putMod__E)
0000b3d0 000000ae rtsv7R4_T_le_v3D16_eabi.lib : _io_perm.obj (.text)
0000b47e 00000002 --HOLE-- [fill = 0]
0000b480 000000ac libesm_xwr16xx.aer4f : esm.oer4f (.text:ESM_processInterrupt)
0000b52c 000000ac cli.oer4f (.text:MmwDemo_CLISetDataLogger)
0000b5d8 000000a8 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveExtensionHelp)
0000b680 000000a8 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_configureProfileChirp)
0000b728 000000a8 : mmwave_fullcfg.oer4f (.text:MMWave_getBpmChirpHandle)
0000b7d0 000000a8 libpinmux_xwr16xx.aer4f : pinmux.oer4f (.text:Pinmux_Set_OverrideCtrl)
0000b878 000000a8 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSetAdvFrameConfig)
0000b920 000000a4 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_assignChannel)
0000b9c4 000000a4 : dma.oer4f (.text:DMA_getChannelInterruptFlag)
0000ba68 000000a4 libesm_xwr16xx.aer4f : esm.oer4f (.text:ESM_init)
0000bb0c 000000a4 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_addBpmChirp)
0000bbb0 000000a4 : mmwave.oer4f (.text:MMWave_start)
0000bc54 000000a4 cli.oer4f (.text:MmwDemo_CLIGuiMonSel)
0000bcf8 000000a4 libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_unhaltDSS)
0000bd9c 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Module_GateProxy_leave__E)
0000bda0 000000a4 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Swi_post__E)
0000be44 000000a0 mss_main.oer4f (.text:MmwDemo_waitSensorStopComplete)
0000bee4 000000a0 auto_init.aer4ft : auto_init.oer4ft (.text)
0000bf84 000000a0 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverWaitForResponse)
0000c024 0000000c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_configureCounterI__I)
0000c030 0000009e : BIOS.obj (.text:xdc_runtime_Text_putSite__E)
0000c0ce 00000002 --HOLE-- [fill = 0]
0000c0d0 0000009c libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_configLink)
0000c16c 0000009c : mmwave_fullcfg.oer4f (.text:MMWave_getProfileHandle)
0000c208 0000009c libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_write)
0000c2a4 0000009c rtsv7R4_T_le_v3D16_eabi.lib : memcpy_t2.obj (.text)
0000c340 0000009c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_initIntController__I)
0000c3dc 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Clock_TimerProxy_getMaxTicks__E)
0000c3e0 0000009c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_mapChannel__I)
0000c47c 00000004 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_delete)
0000c480 0000009c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_init__E)
0000c51c 00000004 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_System_Module_GateProxy_enter__E)
0000c520 0000009c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_blockI__E)
0000c5bc 00000098 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_getChirpCfg)
0000c654 00000098 rtsv7R4_T_le_v3D16_eabi.lib : fclose.obj (.text)
0000c6ec 00000098 : fputc.obj (.text)
0000c784 00000098 sysbios.aer4ft : vim_Hwi_asm_switch.obj (.text)
0000c81c 00000096 libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_readChar)
0000c8b2 00000002 --HOLE-- [fill = 0]
0000c8b4 00000094 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverDeInit)
0000c948 00000094 : rl_driver.oer4f (.text:rlDriverMsgReadCmdCtx)
0000c9dc 00000094 sysbios.aer4ft : vim_Hwi_asm.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_dispatchIRQ__I)
0000ca70 00000090 libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_init)
0000cb00 00000090 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_close)
0000cb90 00000090 cli.oer4f (.text:MmwDemo_CLIADCBufCfg)
0000cc20 00000090 libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_initiateTxDMA)
0000ccb0 00000090 : uartsci.oer4f (.text:UartSci_read)
0000cd40 00000090 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_startCounter__E)
0000cdd0 0000008c libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveDataOutputMode)
0000ce5c 0000008c cli.oer4f (.text:MmwDemo_CLIAnalogMonitorCfg)
0000cee8 0000008c mss_main.oer4f (.text:MmwDemo_waitSensorStartComplete)
0000cf74 0000008c libsoc_xwr16xx.aer4f : soc_xwr16xx.oer4f (.text:SOC_translateAddress)
0000d000 0000008c libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_initiateRxDMA)
0000d08c 0000008c libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDevicePowerOn)
0000d118 0000008c : rl_driver.oer4f (.text:rlDriverMsgCmdReply)
0000d1a4 0000000c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Queue_Object__get__S)
0000d1b0 0000008c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Instance_finalize__E)
0000d23c 00000004 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_System_Module_GateProxy_leave__E)
0000d240 0000008c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_unblockI__E)
0000d2cc 00000004 --HOLE-- [fill = 0]
0000d2d0 0000008c : BIOS.obj (.text:xdc_runtime_Memory_alloc__E)
0000d35c 00000088 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_getProfileCfg)
0000d3e4 00000088 cli.oer4f (.text:MmwDemo_CLIMultiObjBeamForming)
0000d46c 00000088 cli.oer4f (.text:MmwDemo_CLINearFieldCorrection)
0000d4f4 00000088 rtsv7R4_T_le_v3D16_eabi.lib : vsnprintf.obj (.text)
0000d57c 00000084 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceCfgAsyncEvent)
0000d600 00000084 : mmwave_xwr16xx.oer4f (.text:MMWave_deviceEventFxn)
0000d684 00000084 : mmwave_fullcfg.oer4f (.text:MMWave_getNumBpmChirp)
0000d708 00000084 mss_main.oer4f (.text:MmwDemo_gpioSwitchTask)
0000d78c 00000080 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveChannelCfg)
0000d80c 00000080 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_getBpmChirpCfg)
0000d88c 00000080 libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_writePolling)
0000d90c 00000080 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverExecuteGetApi)
0000d98c 00000004 --HOLE-- [fill = 0]
0000d990 00000080 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_initDevice__I)
0000da10 00000080 : BIOS.obj (.text:xdc_runtime_Text_visitRope2__I)
0000da90 0000007e libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_create)
0000db0e 00000002 --HOLE-- [fill = 0]
0000db10 0000007c libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_init)
0000db8c 0000007c libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_readPolling)
0000dc08 0000007c sysbios.aer4ft : arm_TaskSupport_asm.obj (.text:_ti_sysbios_family_arm_TaskSupport_buildTaskStack)
0000dc84 0000000a libosal_xwr16xx.aer4f : MemoryP_tirtos.oer4f (.text:MemoryP_ctrlFree)
0000dc8e 00000002 --HOLE-- [fill = 0]
0000dc90 0000007c sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Core_deleteObject__I)
0000dd0c 0000007b cli.oer4f (.text:MmwDemo_CLIGetSubframe)
0000dd87 00000001 --HOLE-- [fill = 0]
0000dd88 0000007a rtsv7R4_T_le_v3D16_eabi.lib : memset_t2.obj (.text)
0000de02 00000002 --HOLE-- [fill = 0]
0000de04 00000078 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveADCCfg)
0000de7c 00000078 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceOpenFxn)
0000def4 00000078 : mmwave_fullcfg.oer4f (.text:MMWave_getNumChirps)
0000df6c 00000078 : mmwave.oer4f (.text:MMWave_open)
0000dfe4 00000078 cli.oer4f (.text:MmwDemo_CLIExtendedMaxVelocity)
0000e05c 00000074 libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_config)
0000e0d0 00000074 : mmwave_xwr16xx.oer4f (.text:MMWave_deviceStartFxn)
0000e144 00000074 cli.oer4f (.text:MmwDemo_CLIClutterRemoval)
0000e1b8 00000074 mss_main.oer4f (.text:MmwDemo_Dss2MssISR)
0000e22c 00000074 libsoc_xwr16xx.aer4f : soc.oer4f (.text:SOC_init)
0000e2a0 00000074 boot.aer4ft : boot.oer4ft (.text)
0000e314 00000074 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverAsyncEventHandler)
0000e388 00000074 : rl_driver.oer4f (.text:rlDriverProcRdMsg)
0000e3fc 00000074 rtsv7R4_T_le_v3D16_eabi.lib : getdevice.obj (.text)
0000e470 00000074 : s_frexp.obj (.text)
0000e4e4 00000072 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverClientCbCheck)
0000e556 00000002 --HOLE-- [fill = 0]
0000e558 00000070 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceCfgFxn)
0000e5c8 00000008 --HOLE-- [fill = 0]
0000e5d0 00000070 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Error_print__E)
0000e640 0000006c libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_disableChannel)
0000e6ac 0000006c libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_enableInt)
0000e718 0000006c libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_spawn)
0000e784 0000006c : mmwave_link.oer4f (.text:MMWave_stopLink)
0000e7f0 0000006c libpinmux_xwr16xx.aer4f : pinmux.oer4f (.text:Pinmux_Set_FuncSel)
0000e85c 0000006c rtsv7R4_T_le_v3D16_eabi.lib : copy_decompress_lzss.obj (.text:decompress:lzss)
0000e8c8 0000006c : trgmsg.obj (.text)
0000e934 0000006a libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_control)
0000e99e 00000002 --HOLE-- [fill = 0]
0000e9a0 00000068 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_enableChannel)
0000ea08 00000068 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceStopFxn)
0000ea70 00000068 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_readFlush)
0000ead8 00000068 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverExecuteSetApi)
0000eb40 00000068 : rl_driver.oer4f (.text:rlDriverHostIrqHandler)
0000eba8 00000068 rtsv7R4_T_le_v3D16_eabi.lib : hostlseek.obj (.text)
0000ec10 00000068 : hostrename.obj (.text)
0000ec78 00000067 mss_main.oer4f (.text:MmwDemo_mssSetHsiClk)
0000ecdf 00000001 --HOLE-- [fill = 0]
0000ece0 00000066 libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDevicePowerOff)
0000ed46 00000002 --HOLE-- [fill = 0]
0000ed48 00000064 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveLowPowerCfg)
0000edac 00000064 libosal_xwr16xx.aer4f : SemaphoreP_tirtos.oer4f (.text:SemaphoreP_create)
0000ee10 00000064 rtsv7R4_T_le_v3D16_eabi.lib : fseek.obj (.text)
0000ee74 00000064 : sprintf.obj (.text)
0000eed8 00000064 sysbios.aer4ft : exc_Exception_asm.obj (.text:ti_sysbios_family_arm_exc_Exception_initCore0__I)
0000ef3c 00000004 --HOLE-- [fill = 0]
0000ef40 00000064 : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_phantomIntHandler__I)
0000efa4 0000000a libosal_xwr16xx.aer4f : SemaphoreP_tirtos.oer4f (.text:SemaphoreP_post)
0000efae 00000002 --HOLE-- [fill = 0]
0000efb0 00000064 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Swi_schedule__I)
0000f014 0000000a libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_read)
0000f01e 00000002 --HOLE-- [fill = 0]
0000f020 00000064 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Startup_exec__E)
0000f084 00000060 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveExtensionHandler)
0000f0e4 00000060 libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_setCallback)
0000f144 0000000a libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_write)
0000f14e 00000002 --HOLE-- [fill = 0]
0000f150 00000060 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
0000f1b0 00000060 : BIOS.obj (.text:ti_sysbios_knl_Clock_logTick__E)
0000f210 0000005e libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_writeChar)
0000f26e 00000002 --HOLE-- [fill = 0]
0000f270 0000005c libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_mboxOpen)
0000f2cc 0000005c : mmwave.oer4f (.text:MMWave_stop)
0000f328 0000005c rtsv7R4_T_le_v3D16_eabi.lib : hostopen.obj (.text)
0000f384 0000005c : hostread.obj (.text)
0000f3e0 0000005c sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Assert_raise__I)
0000f43c 00000004 --HOLE-- [fill = 0]
0000f440 0000005b : BIOS.obj (.text:xdc_runtime_Text_putLab__E)
0000f49b 00000001 --HOLE-- [fill = 0]
0000f49c 0000005a libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_readCancel)
0000f4f6 0000005a libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverCalChkSum)
0000f550 00000058 libesm_xwr16xx.aer4f : esm.oer4f (.text:ESM_highpriority_FIQ)
0000f5a8 00000058 libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_execute)
0000f600 00000058 : mmwave_link.oer4f (.text:MMWave_initCRC)
0000f658 00000058 mss_main.oer4f (.text:MmwDemo_mmWaveCtrlTask)
0000f6b0 00000058 libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_closeDMA)
0000f708 00000058 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverMsgReadSpawnCtx)
0000f760 00000058 rtsv7R4_T_le_v3D16_eabi.lib : close.obj (.text)
0000f7b8 00000058 : hostwrite.obj (.text)
0000f810 00000058 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Swi_restoreHwi__E)
0000f868 00000056 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverOsiCbCheck)
0000f8be 00000002 --HOLE-- [fill = 0]
0000f8c0 00000054 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_getTransactionId)
0000f914 00000054 libdma_xwr16xx.aer4f : dma.oer4f (.text:DMA_freeChannel)
0000f968 00000054 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_initLink)
0000f9bc 00000054 rtsv7R4_T_le_v3D16_eabi.lib : ltoa.obj (.text)
0000fa10 00000054 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_v7r_vim_Hwi_create)
0000fa64 0000000a libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_writePolling)
0000fa6e 00000002 --HOLE-- [fill = 0]
0000fa70 00000054 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_getStats__E)
0000fac4 0000000a : tms570_Core_asm.obj (.text:ti_sysbios_family_arm_v7r_tms570_Core_getId__E)
0000face 00000002 --HOLE-- [fill = 0]
0000fad0 00000054 : BIOS.obj (.text:ti_sysbios_knl_Swi_runLoop__I)
0000fb24 0000000a mss_mmw_per4ft.oer4ft (.text:xdc_runtime_IHeap_alloc)
0000fb2e 00000002 --HOLE-- [fill = 0]
0000fb30 00000054 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Core_assignLabel__I)
0000fb84 00000050 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_getSignature)
0000fbd4 00000050 libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_sync)
0000fc24 00000050 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDeviceIdentifyCmdDir)
0000fc74 00000050 : rl_driver.oer4f (.text:rlDriverVerifyCRC)
0000fcc4 00000050 rtsv7R4_T_le_v3D16_eabi.lib : atoi.obj (.text)
0000fd14 00000050 : exit.obj (.text)
0000fd64 00000050 : u_div32.obj (.text)
0000fdb4 0000000a mss_mmw_per4ft.oer4ft (.text:xdc_runtime_IHeap_free)
0000fdbe 00000002 --HOLE-- [fill = 0]
0000fdc0 00000050 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_System_exit__E)
0000fe10 0000004c libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_boxEmptyISRProcessing)
0000fe5c 0000004c libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_writeCancel)
0000fea8 0000004c rtsv7R4_T_le_v3D16_eabi.lib : cpy_tbl.obj (.text)
0000fef4 0000000c --HOLE-- [fill = 0]
0000ff00 0000004c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_getStackInfo__E)
0000ff4c 00000004 --HOLE-- [fill = 0]
0000ff50 0000004c : BIOS.obj (.text:ti_sysbios_knl_Swi_startup__E)
0000ff9c 0000004c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Task_create)
0000ffe8 0000004a libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_boxFullISRProcessing)
00010032 0000000e libosal_xwr16xx.aer4f : SemaphoreP_tirtos.oer4f (.text:SemaphoreP_delete)
00010040 0000004a sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Text_xprintf__I)
0001008a 00000002 --HOLE-- [fill = 0]
0001008c 00000048 libcli_xwr16xx.aer4f : cli.oer4f (.text:CLI_write)
000100d4 00000048 libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDeviceGetVersion)
0001011c 00000048 : rl_driver.oer4f (.text:rlDriverOsiInit)
00010164 0000000c --HOLE-- [fill = 0]
00010170 00000048 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Core_assignParams__I)
000101b8 00000046 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:CSL_FINSR)
000101fe 00000044 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_resetSignature)
00010242 00000002 --HOLE-- [fill = 0]
00010244 00000044 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_boxFullISRMssDss)
00010288 00000044 cli.oer4f (.text:MmwDemo_mssCfgUpdate)
000102cc 00000044 rtsv7R4_T_le_v3D16_eabi.lib : hostclose.obj (.text)
00010310 00000044 : hostunlink.obj (.text)
00010354 0000000c --HOLE-- [fill = 0]
00010360 00000044 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_tms570_Core_Module_startup__E)
000103a4 0000000c --HOLE-- [fill = 0]
000103b0 00000044 : BIOS.obj (.text:ti_sysbios_knl_Task_allBlockedFunction__I)
000103f4 0000000c --HOLE-- [fill = 0]
00010400 00000044 : BIOS.obj (.text:xdc_runtime_System_atexit__E)
00010444 00000042 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_executeLink)
00010486 00000040 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.text:rlDriverValidateHdr)
000104c6 00000002 --HOLE-- [fill = 0]
000104c8 00000040 rtsv7R4_T_le_v3D16_eabi.lib : strtok.obj (.text)
00010508 00000008 --HOLE-- [fill = 0]
00010510 00000040 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_stop__E)
00010550 0000003e libcrc_xwr16xx.aer4f : crc.oer4f (.text:CSL_FINSR)
0001058e 0000003e libdma_xwr16xx.aer4f : dma.oer4f (.text:CSL_FINSR)
000105cc 0000003e libgpio_xwr16xx.aer4f : gpio.oer4f (.text:CSL_FINSR)
0001060a 0000003e libpinmux_xwr16xx.aer4f : pinmux.oer4f (.text:CSL_FINSR)
00010648 0000003e libsoc_xwr16xx.aer4f : soc.oer4f (.text:CSL_FINSR)
00010686 0000003e : soc_xwr16xx.oer4f (.text:CSL_FINSR)
000106c4 0000003e : soc_xwr16xx_mss.oer4f (.text:CSL_FINSR)
00010702 0000003e libuart_xwr16xx.aer4f : uartsci.oer4f (.text:CSL_FINSR)
00010740 0000003e libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:MMWave_decodeError)
0001077e 0000003e libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_close)
000107bc 0000003c libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveFlushCfg)
000107f8 0000003c libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_writeReset)
00010834 0000003c libsoc_xwr16xx.aer4f : soc.oer4f (.text:SOC_unhaltBSS)
00010870 0000003c libmmwavelink_xwr16xx.aer4f : rl_controller.oer4f (.text:rlGetSubBlock)
000108ac 0000003c sysbios.aer4ft : vim_Hwi_asm.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_init__I)
000108e8 00000008 --HOLE-- [fill = 0]
000108f0 0000003c : BIOS.obj (.text:ti_sysbios_hal_Hwi_checkStack)
0001092c 00000004 --HOLE-- [fill = 0]
00010930 0000003c : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_init__I)
0001096c 0000003a libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_delete)
000109a6 00000002 --HOLE-- [fill = 0]
000109a8 00000038 libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_init)
000109e0 00000036 libmmwavelink_xwr16xx.aer4f : rl_controller.oer4f (.text:rlAppendSubBlock)
00010a16 00000036 rtsv7R4_T_le_v3D16_eabi.lib : strncpy.obj (.text)
00010a4c 00000034 libmmwave_xwr16xx.aer4f : mmwave_link.oer4f (.text:MMWave_mboxWrite)
00010a80 00000034 mss_main.oer4f (.text:MmwDemo_installDss2MssExceptionSignallingISR)
00010ab4 00000034 libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_isSecureDevice)
00010ae8 00000034 : soc_xwr16xx.oer4f (.text:SOC_setMMWaveDSSLinkState)
00010b1c 00000034 : soc_xwr16xx.oer4f (.text:SOC_setMMWaveMSSLinkState)
00010b50 00000034 libuart_xwr16xx.aer4f : UART.oer4f (.text:UART_open)
00010b84 00000034 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_create)
00010bb8 00000008 --HOLE-- [fill = 0]
00010bc0 00000033 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Text_printVisFxn__I)
00010bf3 00000001 --HOLE-- [fill = 0]
00010bf4 00000032 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_getCRCDataSelectBitValue)
00010c26 00000002 --HOLE-- [fill = 0]
00010c28 00000032 : crc.oer4f (.text:CRC_getCRCTypeBitValue)
00010c5a 00000006 --HOLE-- [fill = 0]
00010c60 00000032 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_hal_Hwi_initStack)
00010c92 00000030 libmmwave_xwr16xx.aer4f : mmwave_listlib.oer4f (.text:MMWave_listRemoveNode)
00010cc2 00000030 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlSensorStart)
00010cf2 00000002 --HOLE-- [fill = 0]
00010cf4 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_atExitFunc__I)
00010d24 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_startFunc__I)
00010d54 0000000c --HOLE-- [fill = 0]
00010d60 00000030 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_TaskSupport_start__E)
00010d90 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateHwi_Object__create__S)
00010dc0 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateMutex_Object__create__S)
00010df0 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Object__create__S)
00010e20 00000030 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_free__E)
00010e50 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Event_create)
00010e80 00000030 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_construct)
00010eb0 0000002e sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Event_pendTimeout__I)
00010ede 00000002 --HOLE-- [fill = 0]
00010ee0 0000002e : BIOS.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
00010f0e 0000002e mss_mmw_per4ft.oer4ft (.text:ti_sysbios_rts_gnu_MemAlloc_alloc)
00010f3c 0000002c libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_HighPriorityISR)
00010f68 0000002c : gpio.oer4f (.text:GPIO_LowPriorityISR)
00010f94 0000002c libmmwave_xwr16xx.aer4f : mmwave_osal.oer4f (.text:MMWave_osalMutexCreate)
00010fc0 0000002c : mmwave_osal.oer4f (.text:MMWave_osalSemCreate)
00010fec 0000002c libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_waitBSSPowerUp)
00011018 0000002c libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDeviceGetMssVersion)
00011044 0000002c : rl_sensor.oer4f (.text:rlSensorStop)
00011070 0000002c rtsv7R4_T_le_v3D16_eabi.lib : unlink.obj (.text)
0001109c 0000002c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Clock_doTick__I)
000110c8 0000002c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Queue_construct)
000110f4 0000000c --HOLE-- [fill = 0]
00011100 0000002c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Swi_Module_startup__E)
0001112c 00000004 --HOLE-- [fill = 0]
00011130 0000002c : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_periodicStub__E)
0001115c 0000002a libsoc_xwr16xx.aer4f : soc.oer4f (.text:SOC_SystemISR)
00011186 0000002a rtsv7R4_T_le_v3D16_eabi.lib : strspn.obj (.text)
000111b0 00000028 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_Config_init)
000111d8 00000028 libuart_xwr16xx.aer4f : uartsci_dma.oer4f (.text:UartSci_RxDMACallbackFxn)
00011200 00000028 : uartsci_dma.oer4f (.text:UartSci_TxDMACallbackFxn)
00011228 00000028 cli.oer4f (.text:log2Approx)
00011250 00000028 libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDeviceGetMmWaveLinkVersion)
00011278 00000028 : rl_driver.oer4f (.text:rlDriverConstructInMsg)
000112a0 00000028 rtsv7R4_T_le_v3D16_eabi.lib : lseek.obj (.text)
000112c8 00000028 : write.obj (.text)
000112f0 00000028 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Idle_run__E)
00011318 00000008 --HOLE-- [fill = 0]
00011320 00000028 : BIOS.obj (.text:xdc_runtime_SysStd_abort__E)
00011348 00000008 --HOLE-- [fill = 0]
00011350 00000028 : BIOS.obj (.text:xdc_runtime_System_aprintf_va__F)
00011378 00000026 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlRfInitCalibConfig)
0001139e 00000026 : rl_sensor.oer4f (.text:rlRfRunTimeCalibConfig)
000113c4 00000026 : rl_sensor.oer4f (.text:rlRfSetCalMonFreqLimitConfig)
000113ea 00000026 : rl_sensor.oer4f (.text:rlRfSetDeviceCfg)
00011410 00000026 : rl_sensor.oer4f (.text:rlSetAdcOutConfig)
00011436 00000026 : rl_sensor.oer4f (.text:rlSetBpmCommonConfig)
0001145c 00000026 : rl_sensor.oer4f (.text:rlSetChannelConfig)
00011482 00000026 : rl_sensor.oer4f (.text:rlSetContModeConfig)
000114a8 00000026 rtsv7R4_T_le_v3D16_eabi.lib : memcmp.obj (.text)
000114ce 00000002 --HOLE-- [fill = 0]
000114d0 00000026 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_System_printf_va__F)
000114f6 00000024 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_isTransactionIdValid)
0001151a 00000002 --HOLE-- [fill = 0]
0001151c 00000024 libgpio_xwr16xx.aer4f : gpio.oer4f (.text:GPIO_processInterrupt)
00011540 00000024 mss_main.oer4f (.text:MmwDemo_notifySensorStart)
00011564 00000024 libsoc_xwr16xx.aer4f : soc_xwr16xx.oer4f (.text:SOC_isMMWaveDSSOperational)
00011588 00000024 : soc_xwr16xx.oer4f (.text:SOC_isMMWaveMSSOperational)
000115ac 00000024 libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDeviceSetHsiClk)
000115d0 00000024 : rl_sensor.oer4f (.text:rlEnableContMode)
000115f4 00000024 : rl_sensor.oer4f (.text:rlRfSetCalMonTimeUnitConfig)
00011618 00000024 : rl_sensor.oer4f (.text:rlSetLowPowerModeConfig)
0001163c 00000024 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_errorRaiseHook__I)
00011660 00000024 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_registerRTSLock__I)
00011684 00000024 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_removeRTSLock__I)
000116a8 00000024 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateMutex_Object__delete__S)
000116cc 00000024 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_Object__delete__S)
000116f0 00000024 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_restoreHwi__E)
00011714 00000022 cli.oer4f (.text:MmwDemo_CLISensorStart)
00011736 00000022 libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_disableRxDMA)
00011758 00000022 : uartsci.oer4f (.text:UartSci_enableRxDMA)
0001177a 00000022 rtsv7R4_T_le_v3D16_eabi.lib : strcspn.obj (.text)
0001179c 00000020 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_MMWaveExtensionInit)
000117bc 00000020 libesm_xwr16xx.aer4f : esm.oer4f (.text:ESM_lowpriority_IRQ)
000117dc 00000020 libmmwave_xwr16xx.aer4f : mmwave_listlib.oer4f (.text:MMWave_listCat)
000117fc 00000020 libpinmux_xwr16xx.aer4f : pinmux.oer4f (.text:Pinmux_Unlock)
0001181c 00000020 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.text:rlRfInit)
0001183c 00000004 --HOLE-- [fill = 0]
00011840 00000020 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_Module_startup__E)
00011860 00000020 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Object__delete__S)
00011880 00000020 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_disableInterrupt__E)
000118a0 00000020 : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_enableInterrupt__E)
000118c0 00000020 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateHwi_Object__delete__S)
000118e0 00000020 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Object__delete__S)
00011900 00000020 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Clock_Module_startup__E)
00011920 00000020 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_destruct)
00011940 0000001e libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_internalDelChirp)
0001195e 0000001e libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_getOutAddr_LUTType)
0001197c 0000001c libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_releaseTransactionId)
00011998 0000001c libdma_xwr16xx.aer4f : dma.oer4f (.text:CSL_FEXTR)
000119b4 0000001c libmmwave_xwr16xx.aer4f : mmwave.oer4f (.text:CSL_FEXTR)
000119d0 0000001c libsoc_xwr16xx.aer4f : soc_xwr16xx.oer4f (.text:CSL_FEXTR)
000119ec 0000001c : soc_xwr16xx_mss.oer4f (.text:CSL_FEXTR)
00011a08 0000001c libuart_xwr16xx.aer4f : uartsci.oer4f (.text:CSL_FEXTR)
00011a24 0000001c libmmwave_xwr16xx.aer4f : mmwave_listlib.oer4f (.text:MMWave_listRemove)
00011a40 0000001c mss_main.oer4f (.text:MmwDemo_mboxWrite)
00011a5c 0000001c mss_main.oer4f (.text:MmwDemo_mssMmwaveStartCallbackFxn)
00011a78 0000001c mss_main.oer4f (.text:MmwDemo_notifySensorStop)
00011a94 0000001c libsoc_xwr16xx.aer4f : soc_xwr16xx_mss.oer4f (.text:SOC_getInAddr_LUTType)
00011ab0 0000001c sysbios.aer4ft : arm_TaskSupport_asm.obj (.text:_ti_sysbios_family_arm_TaskSupport_glue)
00011acc 0000001c rtsv7R4_T_le_v3D16_eabi.lib : memccpy.obj (.text)
00011ae8 0000001c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_rtsLock__I)
00011b04 0000000c --HOLE-- [fill = 0]
00011b10 0000001c sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_clearInterrupt__E)
00011b2c 00000004 --HOLE-- [fill = 0]
00011b30 0000001c : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_init__E)
00011b4c 00000004 --HOLE-- [fill = 0]
00011b50 0000001c : BIOS.obj (.text:ti_sysbios_gates_GateMutex_leave__E)
00011b6c 0000001c mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Queue_destruct)
00011b88 0000001a libsoc_xwr16xx.aer4f : soc.oer4f (.text:CSL_FEXTR)
00011ba2 0000001a libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceSyncFxn)
00011bbc 0000001a : mmwave.oer4f (.text:MMWave_encodeError)
00011bd6 0000001a : mmwave_listlib.oer4f (.text:MMWave_listAdd)
00011bf0 0000001a mss_mmw_per4ft.oer4ft (.text:free)
00011c0a 0000001a rtsv7R4_T_le_v3D16_eabi.lib : s_copysign.obj (.text)
00011c24 0000001a mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateHwi_Handle__label__S)
00011c3e 0000001a mss_mmw_per4ft.oer4ft (.text:ti_sysbios_gates_GateMutex_Handle__label__S)
00011c58 0000001a mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Handle__label__S)
00011c72 0000001a mss_mmw_per4ft.oer4ft (.text:xdc_runtime_System_aprintf__E)
00011c8c 0000001a mss_mmw_per4ft.oer4ft (.text:xdc_runtime_System_printf__E)
00011ca6 00000018 libmmwave_xwr16xx.aer4f : mmwave_osal.oer4f (.text:MMWave_osalMutexLock)
00011cbe 00000018 : mmwave_osal.oer4f (.text:MMWave_osalSemWait)
00011cd6 00000002 --HOLE-- [fill = 0]
00011cd8 00000018 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.text:Mailbox_boxEmptyISRBss)
00011cf0 00000018 : mailbox.oer4f (.text:Mailbox_boxEmptyISRMssDss)
00011d08 00000018 : mailbox.oer4f (.text:Mailbox_boxFullISRBss)
00011d20 00000018 sysbios.aer4ft : arm_TaskSupport_asm.obj (.text:_ti_sysbios_family_arm_TaskSupport_swap__E)
00011d38 00000018 libmmwavelink_xwr16xx.aer4f : rl_device.oer4f (.text:rlDeviceGetRfVersion)
00011d50 00000018 : rl_driver.oer4f (.text:rlDriverCalCRC)
00011d68 00000018 : rl_driver.oer4f (.text:rlDriverFillPayload)
00011d80 00000018 : rl_driver.oer4f (.text:rlDriverIsDeviceMapValid)
00011d98 00000018 rtsv7R4_T_le_v3D16_eabi.lib : args_main.obj (.text)
00011db0 00000018 : strcmp.obj (.text)
00011dc8 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_rtsUnlock__I)
00011de0 00000018 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_initCounters__I)
00011df8 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Module__startupDone__F)
00011e10 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_family_arm_v7r_vim_Hwi_Params__init__S)
00011e28 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Semaphore_Params__init__S)
00011e40 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Task_Params__init__S)
00011e58 00000008 --HOLE-- [fill = 0]
00011e60 00000018 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_enter__I)
00011e78 00000018 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_timers_rti_Timer_Module__startupDone__F)
00011e90 00000018 sysbios.aer4ft : BIOS.obj (.text:xdc_runtime_Error_init__E)
00011ea8 00000016 rtsv7R4_T_le_v3D16_eabi.lib : strchr.obj (.text)
00011ebe 00000016 : strlen.obj (.text)
00011ed4 00000016 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_BIOS_exitFunc__I)
00011eea 00000006 --HOLE-- [fill = 0]
00011ef0 00000016 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Idle_loop__E)
00011f06 0000000a --HOLE-- [fill = 0]
00011f10 00000016 : BIOS.obj (.text:ti_sysbios_knl_Task_sleepTimeout__I)
00011f26 00000002 --HOLE-- [fill = 0]
00011f28 00000014 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_getMMWaveExtensionOpenConfig)
00011f3c 00000014 libosal_xwr16xx.aer4f : HwiP_tirtos.oer4f (.text:HwiP_Params_init)
00011f50 00000014 libmmwave_xwr16xx.aer4f : mmwave_fullcfg.oer4f (.text:MMWave_internalDelBpmChirp)
00011f64 00000014 : mmwave_fullcfg.oer4f (.text:MMWave_internalDelProfile)
00011f78 00000014 : mmwave_osal.oer4f (.text:MMWave_osalMutexDelete)
00011f8c 00000014 : mmwave_osal.oer4f (.text:MMWave_osalSemDelete)
00011fa0 00000014 libpinmux_xwr16xx.aer4f : pinmux.oer4f (.text:Pinmux_Lock)
00011fb4 00000014 libuart_xwr16xx.aer4f : uartsci.oer4f (.text:UartSci_disableTxDMA)
00011fc8 00000014 : uartsci.oer4f (.text:UartSci_enableTxDMA)
00011fdc 00000014 libosal_xwr16xx.aer4f : DebugP_tirtos.oer4f (.text:_DebugP_assert)
00011ff0 00000014 libmmwavelink_xwr16xx.aer4f : rl_controller.oer4f (.text:rlAppendDummy)
00012004 00000014 rtsv7R4_T_le_v3D16_eabi.lib : _lock.obj (.text)
00012018 00000014 : strcpy.obj (.text)
0001202c 00000014 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapMem_Object__get__S)
00012040 00000014 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Event_Instance_init__E)
00012054 00000014 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Swi_Object__get__S)
00012068 00000012 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_initConfigParams)
0001207a 00000012 libosal_xwr16xx.aer4f : MemoryP_tirtos.oer4f (.text:MemoryP_ctrlAlloc)
0001208c 00000012 : SemaphoreP_tirtos.oer4f (.text:SemaphoreP_pend)
0001209e 00000002 --HOLE-- [fill = 0]
000120a0 00000012 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_hal_Hwi_Module_startup__E)
000120b2 00000012 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_Startup_exec__I)
000120c4 00000010 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.text:CLI_getMMWaveExtensionConfig)
000120d4 00000010 libcrc_xwr16xx.aer4f : crc.oer4f (.text:CRC_getSignatureRegister)
000120e4 00000010 libmmwave_xwr16xx.aer4f : mmwave_xwr16xx.oer4f (.text:MMWave_deviceGetDeviceInfo)
000120f4 00000010 mss_main.oer4f (.text:MmwDemo_mssMmwaveConfigCallbackFxn)
00012104 00000010 mss_main.oer4f (.text:MmwDemo_mssMmwaveStopCallbackFxn)
00012114 00000010 mss_main.oer4f (.text:MmwDemo_switchPressFxn)
00012124 0000000c --HOLE-- [fill = 0]
00012130 00000010 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_BIOS_setThreadType__E)
00012140 00000010 : BIOS.obj (.text:ti_sysbios_BIOS_start__E)
00012150 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_disableInterruptI__E)
00012160 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_enableInterruptI__E)
00012170 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_getNumCounters__E)
00012180 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_startCounterI__E)
00012190 00000010 : BIOS.obj (.text:ti_sysbios_family_arm_v7a_Pmu_stopCounterI__E)
000121a0 00000010 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_Instance_finalize__E)
000121b0 00000010 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_heaps_HeapBuf_Object__get__S)
000121c0 00000010 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Semaphore_Instance_finalize__E)
000121d0 00000010 : BIOS.obj (.text:ti_sysbios_knl_Swi_disable__E)
000121e0 00000010 mss_mmw_per4ft.oer4ft (.text:ti_sysbios_knl_Task_Object__get__S)
000121f0 00000010 sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Task_disable__E)
00012200 00000010 : BIOS.obj (.text:xdc_runtime_Memory_free__E)
00012210 00000010 mss_mmw_per4ft.oer4ft (.text:xdc_runtime_Text_visitRope__I)
00012220 0000000e rtsv7R4_T_le_v3D16_eabi.lib : copy_decompress_none.obj (.text:decompress:none)
0001222e 00000002 --HOLE-- [fill = 0]
00012230 0000000e sysbios.aer4ft : BIOS.obj (.text:ti_sysbios_knl_Queue_empty__E)
0001223e 00000002 --HOLE-- [fill = 0]
00012240 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_TaskSupport_checkStack__E)
0001224c 00000004 --HOLE-- [fill = 0]
00012250 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_TaskSupport_getStackAlignment__E)
0001225c 00000004 --HOLE-- [fill = 0]
00012260 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_exc_Exception_Module_startup__E)
0001226c 00000004 --HOLE-- [fill = 0]
00012270 0000000c : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_switchFromBootStack__E)
0001227c 00000004 --HOLE-- [fill = 0]
00012280 0000000c : BIOS.obj (.text:xdc_runtime_Startup_rtsDone__E)
0001228c 00000004 --HOLE-- [fill = 0]
00012290 0000000c : BIOS.obj (.text:xdc_runtime_SysStd_exit__E)
0001229c 00000004 --HOLE-- [fill = 0]
000122a0 00000008 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_enter__E)
000122a8 00000008 --HOLE-- [fill = 0]
000122b0 00000006 : BIOS.obj (.text:ti_sysbios_family_arm_v7r_vim_Hwi_startup__E)
000122b6 0000000a --HOLE-- [fill = 0]
000122c0 00000006 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_leave__E)
000122c6 0000000a --HOLE-- [fill = 0]
000122d0 00000006 : BIOS.obj (.text:ti_sysbios_heaps_HeapMem_isBlocking__E)
000122d6 0000000a --HOLE-- [fill = 0]
000122e0 00000006 : BIOS.obj (.text:ti_sysbios_knl_Queue_Instance_init__E)
000122e6 0000000a --HOLE-- [fill = 0]
000122f0 00000006 : BIOS.obj (.text:xdc_runtime_System_Module_startup__E)
000122f6 0000000a --HOLE-- [fill = 0]
00012300 00000004 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_query__E)
00012304 0000000c --HOLE-- [fill = 0]
00012310 00000004 : BIOS.obj (.text:ti_sysbios_gates_GateMutex_query__E)
00012314 0000000c --HOLE-- [fill = 0]
00012320 00000004 : BIOS.obj (.text:ti_sysbios_knl_Task_startup__E)
00012324 0000000c --HOLE-- [fill = 0]
00012330 00000004 : BIOS.obj (.text:ti_sysbios_timers_rti_Timer_getMaxTicks__E)
00012334 0000000c --HOLE-- [fill = 0]
00012340 00000004 : BIOS.obj (.text:xdc_runtime_SysStd_putch__E)
00012344 0000000c --HOLE-- [fill = 0]
00012350 00000004 : BIOS.obj (.text:xdc_runtime_SysStd_ready__E)
00012354 0000000c --HOLE-- [fill = 0]
00012360 00000002 : BIOS.obj (.text:ti_sysbios_BIOS_linkedWithIncorrectBootLibrary__E)
00012362 0000000e --HOLE-- [fill = 0]
00012370 00000002 : BIOS.obj (.text:ti_sysbios_gates_GateHwi_Instance_init__E)
.const 0 00012378 00002968
00012378 00001a98 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_charTab__A)
00013e10 00000254 libmmwavelink_xwr16xx.aer4f : rl_sensor.oer4f (.const:$O1$$)
00014064 000001de cli.oer4f (.const:.string)
00014242 00000101 rtsv7R4_T_le_v3D16_eabi.lib : ctype.obj (.const:.string:_ctypes_)
00014343 00000001 --HOLE-- [fill = 0]
00014344 000000d8 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_nodeTab__A)
0001441c 000000a0 libcli_xwr16xx.aer4f : cli_mmwave.oer4f (.const:.string)
000144bc 00000004 : cli.oer4f (.const:.string:$P$T0$1)
000144c0 00000098 rtsv7R4_T_le_v3D16_eabi.lib : strtod.obj (.const:$O1$$)
00014558 00000080 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__A)
000145d8 00000078 libmmwavelink_xwr16xx.aer4f : rl_driver.oer4f (.const:$O2$$)
00014650 00000048 mss_mmw_per4ft.oer4ft (.const:.string)
00014698 0000003c libuart_xwr16xx.aer4f : UART.oer4f (.const:UART_defaultParams)
000146d4 0000003c mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
00014710 00000030 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__PARAMS__C)
00014740 0000002c mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_sfxnTab__A)
0001476c 00000028 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
00014794 00000024 libmailbox_xwr16xx.aer4f : mailbox.oer4f (.const:Mailbox_defaultCfg)
000147b8 00000024 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
000147dc 00000024 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
00014800 00000024 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)
00014824 00000024 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
00014848 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Object__DESC__C)
00014868 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
00014888 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
000148a8 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
000148c8 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Object__DESC__C)
000148e8 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Queue_Object__DESC__C)
00014908 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
00014928 00000020 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Object__DESC__C)
00014948 00000018 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
00014960 00000018 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
00014978 00000018 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Object__PARAMS__C)
00014990 00000018 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
000149a8 00000016 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_sfxnRts__A)
000149be 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_Module__id__C)
000149c0 00000010 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__A)
000149d0 00000010 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__A)
000149e0 00000008 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Idle_funcList__A)
000149e8 00000008 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Idle_funcList__C)
000149f0 00000008 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_firstFxns__A)
000149f8 00000008 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_firstFxns__C)
00014a00 00000008 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_lastFxns__C)
00014a08 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_TaskSupport_stackAlignment__C)
00014a0c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_E_dataAbort__C)
00014a10 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_E_prefetchAbort__C)
00014a14 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_E_swi__C)
00014a18 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_E_undefinedInstruction__C)
00014a1c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_excHookFuncs__A)
00014a20 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_exc_Exception_excHookFuncs__C)
00014a24 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7a_Pmu_A_invalidCounterId__C)
00014a28 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7a_Pmu_Module__diagsEnabled__C)
00014a2c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7a_Pmu_Module__diagsIncluded__C)
00014a30 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7a_Pmu_Module__diagsMask__C)
00014a34 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_tms570_Core_E_mismatchedIds__C)
00014a38 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_tms570_Core_id__C)
00014a3c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_A_badChannelId__C)
00014a40 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_E_alreadyDefined__C)
00014a44 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_E_badIntNum__C)
00014a48 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_E_phantomInterrupt__C)
00014a4c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_E_undefined__C)
00014a50 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_E_unsupportedMaskingOption__C)
00014a54 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_LD_end__C)
00014a58 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_LM_begin__C)
00014a5c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsEnabled__C)
00014a60 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsIncluded__C)
00014a64 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__diagsMask__C)
00014a68 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn1__C)
00014a6c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerFxn8__C)
00014a70 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerObj__C)
00014a74 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_NUM_INTERRUPTS__C)
00014a78 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_channelMap__C)
00014a7c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_intReqEnaSet__C)
00014a80 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_phantomFunc__C)
00014a84 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_swiDisable__C)
00014a88 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_swiRestoreHwi__C)
00014a8c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_taskDisable__C)
00014a90 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_taskRestoreHwi__C)
00014a94 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_wakeEnaSet__C)
00014a98 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_A_badContext__C)
00014a9c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Instance_State_sem__O)
00014aa0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Module__diagsEnabled__C)
00014aa4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Module__diagsIncluded__C)
00014aa8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Module__diagsMask__C)
00014aac 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_hal_Hwi_E_stackOverflow__C)
00014ab0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapBuf_Instance_State_freeList__O)
00014ab4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapBuf_Object__count__C)
00014ab8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapBuf_numConstructedHeaps__C)
00014abc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_A_align__C)
00014ac0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_A_heapSize__C)
00014ac4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_A_invalidFree__C)
00014ac8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_A_zeroBlock__C)
00014acc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_E_memory__C)
00014ad0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__diagsEnabled__C)
00014ad4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__diagsIncluded__C)
00014ad8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__diagsMask__C)
00014adc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__gateObj__C)
00014ae0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Object__count__C)
00014ae4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_reqAlign__C)
00014ae8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_LM_begin__C)
00014aec 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_LM_tick__C)
00014af0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_LW_delayed__C)
00014af4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module_State_clockQ__O)
00014af8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__diagsEnabled__C)
00014afc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__diagsIncluded__C)
00014b00 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__diagsMask__C)
00014b04 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__loggerFxn1__C)
00014b08 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__loggerFxn2__C)
00014b0c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__loggerObj__C)
00014b10 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_A_badContext__C)
00014b14 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_A_eventInUse__C)
00014b18 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_A_nullEventId__C)
00014b1c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_A_nullEventMasks__C)
00014b20 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_A_pendTaskDisabled__C)
00014b24 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Instance_State_pendQ__O)
00014b28 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_LM_pend__C)
00014b2c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_LM_post__C)
00014b30 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__diagsEnabled__C)
00014b34 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__diagsIncluded__C)
00014b38 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__diagsMask__C)
00014b3c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__loggerFxn4__C)
00014b40 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__loggerFxn8__C)
00014b44 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__loggerObj__C)
00014b48 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_A_badContext__C)
00014b4c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_A_noEvents__C)
00014b50 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_A_overflow__C)
00014b54 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_A_pendTaskDisabled__C)
00014b58 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Instance_State_pendQ__O)
00014b5c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_LM_pend__C)
00014b60 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_LM_post__C)
00014b64 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__diagsEnabled__C)
00014b68 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__diagsIncluded__C)
00014b6c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__diagsMask__C)
00014b70 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn2__C)
00014b74 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__loggerFxn4__C)
00014b78 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__loggerObj__C)
00014b7c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_LD_end__C)
00014b80 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_LM_begin__C)
00014b84 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_LM_post__C)
00014b88 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__diagsEnabled__C)
00014b8c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__diagsIncluded__C)
00014b90 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__diagsMask__C)
00014b94 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__loggerFxn1__C)
00014b98 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__loggerFxn4__C)
00014b9c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__loggerObj__C)
00014ba0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Object__count__C)
00014ba4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_badPriority__C)
00014ba8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_badTaskState__C)
00014bac 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_badThreadType__C)
00014bb0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_badTimeout__C)
00014bb4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_noPendElem__C)
00014bb8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_A_sleepTaskDisabled__C)
00014bbc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_E_spOutOfBounds__C)
00014bc0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_E_stackOverflow__C)
00014bc4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_LD_block__C)
00014bc8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_LD_exit__C)
00014bcc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_LD_ready__C)
00014bd0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_LM_sleep__C)
00014bd4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_LM_switch__C)
00014bd8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module_State_inactiveQ__O)
00014bdc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__diagsEnabled__C)
00014be0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__diagsIncluded__C)
00014be4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__diagsMask__C)
00014be8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__loggerFxn2__C)
00014bec 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__loggerFxn4__C)
00014bf0 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__loggerObj__C)
00014bf4 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Object__count__C)
00014bf8 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_allBlockedFunc__C)
00014bfc 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_defaultStackHeap__C)
00014c00 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_defaultStackSize__C)
00014c04 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_numConstructedTasks__C)
00014c08 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_E_cannotSupport__C)
00014c0c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_Module__diagsEnabled__C)
00014c10 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_Module__diagsIncluded__C)
00014c14 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_Module__diagsMask__C)
00014c18 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_numTimerDevices__C)
00014c1c 00000004 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_startupNeeded__C)
00014c20 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Assert_E_assertFailed__C)
00014c24 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Core_A_initializedParams__C)
00014c28 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Core_Module__diagsEnabled__C)
00014c2c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Core_Module__diagsIncluded__C)
00014c30 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Core_Module__diagsMask__C)
00014c34 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_E_memory__C)
00014c38 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__diagsEnabled__C)
00014c3c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__diagsIncluded__C)
00014c40 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__diagsMask__C)
00014c44 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__loggerFxn8__C)
00014c48 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__loggerObj__C)
00014c4c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_policyFxn__C)
00014c50 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_policy__C)
00014c54 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_raiseHook__C)
00014c58 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
00014c5c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_IHeap_Interface__BASE__C)
00014c60 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_IModule_Interface__BASE__C)
00014c64 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Log_L_error__C)
00014c68 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Memory_defaultHeapInstance__C)
00014c6c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_execImpl__C)
00014c70 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_maxPasses__C)
00014c74 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_sfxnRts__C)
00014c78 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Startup_sfxnTab__C)
00014c7c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_System_Module__gateObj__C)
00014c80 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_System_abortFxn__C)
00014c84 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_System_exitFxn__C)
00014c88 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_System_extendFxn__C)
00014c8c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_System_maxAtexitHandlers__C)
00014c90 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_charTab__C)
00014c94 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_nameEmpty__C)
00014c98 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_nameStatic__C)
00014c9c 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_nameUnknown__C)
00014ca0 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_nodeTab__C)
00014ca4 00000004 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_visitRopeFxn__C)
00014ca8 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7a_Pmu_Module__id__C)
00014caa 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_tms570_Core_Module__id__C)
00014cac 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__id__C)
00014cae 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_family_arm_v7r_vim_Hwi_Module__loggerDefined__C)
00014cb0 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_gates_GateMutex_Module__id__C)
00014cb2 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_hal_Hwi_Module__id__C)
00014cb4 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_heaps_HeapMem_Module__id__C)
00014cb6 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__id__C)
00014cb8 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Clock_Module__loggerDefined__C)
00014cba 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__id__C)
00014cbc 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Event_Module__loggerDefined__C)
00014cbe 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__id__C)
00014cc0 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Semaphore_Module__loggerDefined__C)
00014cc2 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__id__C)
00014cc4 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Swi_Module__loggerDefined__C)
00014cc6 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__id__C)
00014cc8 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_knl_Task_Module__loggerDefined__C)
00014cca 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_Module__id__C)
00014ccc 00000002 mss_mmw_per4ft.oer4ft (.const:ti_sysbios_timers_rti_Timer_continueOnSuspend__C)
00014cce 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Core_Module__id__C)
00014cd0 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_Module__loggerDefined__C)
00014cd2 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Error_maxDepth__C)
00014cd4 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Main_Module__id__C)
00014cd6 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Memory_Module__id__C)
00014cd8 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_charCnt__C)
00014cda 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_isLoaded__C)
00014cdc 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_registryModsLastId__C)
00014cde 00000002 mss_mmw_per4ft.oer4ft (.const:xdc_runtime_Text_unnamedModsLastId__C)
.cinit 0 00014ce0 000003b0
00014ce0 00000366 (.cinit..data.load) [load image, compression = lzss]
00015046 00000002 --HOLE-- [fill = 0]
00015048 0000000c (__TI_handler_table)
00015054 00000004 --HOLE-- [fill = 0]
00015058 00000008 (.cinit..bss.load) [load image, compression = zero_init]
00015060 00000008 (.cinit..myFiqStack.load) [load image, compression = zero_init]
00015068 00000008 (.cinit.systemHeap.load) [load image, compression = zero_init]
00015070 00000020 (__TI_cinit_table)
systemHeap
* 0 08000000 0000a000 UNINITIALIZED
08000000 0000a000 mss_mmw_per4ft.oer4ft (systemHeap)
.bss 0 0800a000 00002184 UNINITIALIZED
0800a000 00001000 (.common:ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack_0__A)
0800b000 00000800 mss_mmw_per4ft.oer4ft (.bss:taskStackSection)
0800b800 00000318 (.common:gMmwMssMCB)
0800bb18 000001a0 (.common:gCLI)
0800bcb8 00000194 (.common:gGPIOMCB)
0800be4c 00000120 rtsv7R4_T_le_v3D16_eabi.lib : trgmsg.obj (.bss:_CIOBUF_)
0800bf6c 000000f8 (.common:gMMWave_MCB)
0800c064 000000a0 (.common:__TI_tmpnams)
0800c104 00000070 (.common:gEsmMCB)
0800c174 00000008 (.common:gMMWave_XWR16xxMCB)